osmandapp / OsmAnd

OsmAnd
https://osmand.net
Other
4.6k stars 1.01k forks source link

Renderer: Show "access:conditional"="no @ ..." #9334

Open majkaz opened 4 years ago

majkaz commented 4 years ago

Is it possible to render the "access:conditional"= "no @ ..." on the map? Details > Access restrictions show only the non-conditional restrictions.

Now, that OsmAnd avoids routing over these roads, it would be nice to have a way to see why it avoids some roads.

vshcherb commented 4 years ago

Nope this is quite limited as of today, probably you can play around with custom maps and custom rendering and display access:conditional instead of name but that wouldn't be ideal scenario of course

majkaz commented 4 years ago

probably you can play around with custom maps and custom rendering and display access:conditional instead of name

Thanks for the answer. Just for others: instead playing with custom maps and custom rendering, there is another possibility as a workaround. Get the road closures through overpass turbo as center of the way, filter out the current ones and convert to gpx containing just the POIs. Put into the tracks folder, and display the "track". Even with my somewhat limited skills, it was not as difficult as I suspected.

Hedaja commented 3 weeks ago

I support this. Especially since national parks are starting to use OSM as their base map and are adding temporary closures to the map, it would be nice to not just have them with the routing but also show them on the map. This would also make OsmAnd even more unique among hiking apps. Especially when combined with the live updates feature. But I can see that this might not be the easiest thing to do.