osm-search / Nominatim-Data-Analyser-Frontend

Frontend of the QA Tool for Nominatim. Helps to improve the OpenStreetMap data quality and therefore the Nominatim search results.
GNU General Public License v2.0
3 stars 3 forks source link

make it easy to share current map position #1

Closed AntoJvlt closed 3 years ago

AntoJvlt commented 3 years ago

Osmoscope adds URL fragments with current map position and zoom whenever one moves the map, e.g. #map=17.991666666666667/6.8867/52.24745 This makes it easy to share the current view with other users.

lonvia commented 3 years ago

It would be good in general, when a reload of the page keeps the current state of view. This is needed to get new data, when the vector tiles have changed.

AntoJvlt commented 3 years ago

Please @lonvia can you check on https://gsoc2021-qa.nominatim.org/front if this what you expected with your last comment please? The state is stored and retrieved when reloading the page.

I will wait your confirmation to merge #8.