]> git.openstreetmap.org Git - rails.git/blobdiff - public/javascripts/map.js
Do the transform the right way round.
[rails.git] / public / javascripts / map.js
index b222af23cfe178e77af958601a0c37b812839c1e..b3d964b5b468e0bffa7ff1b5989a48119c483bcf 100644 (file)
@@ -110,7 +110,7 @@ function setMapExtent(extent) {
 }
 
 function getEventPosition(event) {
-   return map.getLonLatFromViewPortPx(event.xy).clone().transform(epsg4326, map.getProjectionObject());
+   return map.getLonLatFromViewPortPx(event.xy).clone().transform(map.getProjectionObject(), epsg4326);
 }
 
 function getMapLayers() {