-
Notifications
You must be signed in to change notification settings - Fork 21
Idea: Add UMap functionality to OpenStreetBrowser client #183
Description
As a user, sometimes I would like to make collections of Points of Interest in OpenStreetBrowser not defined by search queries, but defined by custom selections. For example, a personally curated selection of restaurant and museums I would like to visit in a city. This collection of points of interest, probably represented by coordinate points in a map layer, could then be shared with others and accessed by others.
This is the functionality that https://umap.openstreetmap.fr/en/ provides.
However, while uMap allows people to create collections of Points of Interest by coordinate points, these Points of Interest are just the coordinates themselves -- the points are not connected to OpenStreetMap data. I may create a map on uMap with my favorite restaurants in a city, but as I select the points on the map, uMap will only note the coordinates -- it will not tie those coordinates to the restaurant I am selecting, whose data may be on Open Street Map.
This seems like a notable improvement. When creating a custom collection of Points of Interest, if I click a location, the application can ask if I am selecting the OpenStreetMap object within X meters of that location. If so, I can confirm, and now I have a collection of Points of Interest that are tied to OpenStreetMap objects.
This may not fit the context of the current OpenStreetBrowser interface (e.g. including the "News" section and other legacy purposes), but it's a useful capability for end users that fits in the context of browsing OSM data. This could bring more people into the OpenStreetMap ecosystem, more people using OSM and OpenStreetBrowser, and more of a community contributing to it. And ultimately, make OpenStreetBrowser a more usable and capable tool for browsing and mapping with OpenStreetBrowser on a regular basis.