Use the right variable for the marker position.

This commit is contained in:
Tom Hughes 2008-04-19 14:29:18 +00:00
parent ff10be4855
commit 9b04cebf3c

View file

@ -73,7 +73,7 @@
removeMarkerFromMap(marker);
}
marker = addMarkerToMap(merc, null, "Your location");
marker = addMarkerToMap(lonlat, null, "Your location");
}
}