Ticket #1127: Layer.js.patch
| File Layer.js.patch, 475 bytes (added by johnwebbcole, 1 year ago) |
|---|
-
Layer.js
old new 684 684 // 685 685 686 686 this.resolutions = confProps.resolutions; 687 this.maxResolution = confProps. resolutions[0];687 this.maxResolution = confProps.maxResolution; 688 688 var lastIndex = confProps.resolutions.length - 1; 689 689 this.minResolution = confProps.resolutions[lastIndex]; 690 690
