OpenLayers OpenLayers

Ticket #1127: Layer.js.patch

File Layer.js.patch, 475 bytes (added by johnwebbcole, 1 year ago)

patch for OL 2.5 or current Trunk to use maxResolution option on layer creation

  • Layer.js

    old new  
    684684        // 
    685685 
    686686        this.resolutions = confProps.resolutions; 
    687         this.maxResolution = confProps.resolutions[0]
     687        this.maxResolution = confProps.maxResolution
    688688        var lastIndex = confProps.resolutions.length - 1; 
    689689        this.minResolution = confProps.resolutions[lastIndex]; 
    690690