Changeset 351
- Timestamp:
- 05/24/06 22:44:18 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup.js
r350 r351 110 110 updatePosition: function() { 111 111 if ((this.lonlat) && (this.map)) { 112 px = this.map.getLayerPxFromLonLat(this.lonlat);112 var px = this.map.getLayerPxFromLonLat(this.lonlat); 113 113 this.moveTo(px); 114 114 }
