centerclick / feedback

Issues, Bug Reports, and Feature Requests
7 stars 0 forks source link

Map needs a pin #83

Closed tlhackque closed 1 year ago

tlhackque commented 1 year ago

The link on the main web page to "map" the GPS coordinates opens an openstreetmap.org URL with the map, but no pin showing the GPS coordinates.

Add &malt=48.85826&mlon=2.29450 to the query string to put a marker at the the coordinates. You can simply repeat the coordinates used to find the map tile. E.g.

https://www.openstreetmap.org/search?query=48.85826,2.29450&mlat=48.85826&mlon=2.29450#map=18/48.85826/2.29450

will give you this (cropped):

image

You can get the same result with the simpler: https://www.openstreetmap.org/?mlat=48.85826&mlon=2.29450#map=18/48.85826/2.29450