organicmaps / organicmaps

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
https://organicmaps.app
Apache License 2.0
9.45k stars 911 forks source link

Display hazards and descriptions when plotting a route #7872

Open VladimirMorozov opened 4 months ago

VladimirMorozov commented 4 months ago

1) There is a hazard key in osm https://wiki.openstreetmap.org/wiki/Key:hazard

2) There is a description key in osm. Here are some descriptions on highway=* ways

wiki https://wiki.openstreetmap.org/wiki/Key:description also mentions description=Muddy in wet weather description:bicycle=Ridable along most of the way but has sections with tree roots

I think it should be considered that user's attention should be somehow drawn to this information without him explicitly opening details panel. For example, when creating a route there should be some icon telling that there is a description on ways or nodes through which the route is made and a way to view these descriptions. Maybe it could look similar to how unpaved road warnings look. Maybe even displaying it on ways without routing.

Obviously, not all hazards deserve attention, only those which could make your rethink the route.

Somewhat related: https://github.com/organicmaps/organicmaps/issues/1953

pastk commented 4 months ago
VladimirMorozov commented 4 months ago

7717 This one is probably related too