Add the marker to the map correctly.
This commit is contained in:
parent
b2289c29d4
commit
369c81a414
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
removeMarkerFromMap(marker);
|
||||
}
|
||||
|
||||
marker = addMarkerToMap(merc, null, "Diary entry location");
|
||||
marker = addMarkerToMap(lonlat, null, "Diary entry location");
|
||||
}
|
||||
|
||||
function openMap() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue