parent
d792a3bab5
commit
67925e6d98
3 changed files with 5 additions and 3 deletions
|
@ -49,7 +49,7 @@ OSM.initializeContextMenu = function (map) {
|
|||
lat = latlng.lat.toFixed(precision),
|
||||
lng = latlng.lng.toFixed(precision);
|
||||
|
||||
OSM.router.route("/search?query=" + encodeURIComponent(lat + "," + lng));
|
||||
OSM.router.route("/search?whereami=1&query=" + encodeURIComponent(lat + "," + lng));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue