OpenLayers OpenLayers

Changeset 2127

Show
Ignore:
Timestamp:
01/08/07 05:30:43 (2 years ago)
Author:
pgiraud
Message:

uncommented line in getLonLatFromLayerPx() method
fixed a pan problem on untiled WMS layer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector/lib/OpenLayers/Map.js

    r2041 r2127  
    12051205    getLonLatFromLayerPx: function (px) { 
    12061206       //adjust for displacement of layerContainerDiv 
    1207        //px = this.getViewPortPxFromLayerPx(px); 
     1207       px = this.getViewPortPxFromLayerPx(px); 
    12081208       return this.getLonLatFromViewPortPx(px);          
    12091209    },