Changeset 2127
- Timestamp:
- 01/08/07 05:30:43 (2 years ago)
- Files:
-
- sandbox/vector/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector/lib/OpenLayers/Map.js
r2041 r2127 1205 1205 getLonLatFromLayerPx: function (px) { 1206 1206 //adjust for displacement of layerContainerDiv 1207 //px = this.getViewPortPxFromLayerPx(px);1207 px = this.getViewPortPxFromLayerPx(px); 1208 1208 return this.getLonLatFromViewPortPx(px); 1209 1209 },
