proper tabbing is the artichoke of a good garden.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6392 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -230,10 +230,10 @@ OpenLayers.Popup = OpenLayers.Class({
|
|||||||
*/
|
*/
|
||||||
updatePosition: function() {
|
updatePosition: function() {
|
||||||
if ((this.lonlat) && (this.map)) {
|
if ((this.lonlat) && (this.map)) {
|
||||||
var px = this.map.getLayerPxFromLonLat(this.lonlat);
|
var px = this.map.getLayerPxFromLonLat(this.lonlat);
|
||||||
if (px) {
|
if (px) {
|
||||||
this.moveTo(px);
|
this.moveTo(px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user