Add the marker to the map correctly.

This commit is contained in:
Tom Hughes 2008-05-09 14:10:10 +00:00
parent b2289c29d4
commit 369c81a414

View file

@ -66,7 +66,7 @@
removeMarkerFromMap(marker);
}
marker = addMarkerToMap(merc, null, "Diary entry location");
marker = addMarkerToMap(lonlat, null, "Diary entry location");
}
function openMap() {