Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.19k stars 3.29k forks source link

exclude classes and tile service #4713

Open MichalPP opened 6 years ago

MichalPP commented 6 years ago

in the tile service it would be nice to be able to use exclude classes. either respecting exclude URL parameters or adding some info on the edges whether they are in some exclude class . the latter one would probably allow some more flexibility.

daniel-j-h commented 6 years ago

What's your specific use-case? The tile service is really meant for debugging OSRM's view of the OpenStreetMap road network only and is not a fully-fledged tile renderer.

MichalPP commented 6 years ago

In my usecase, I show users wheelchair routing, which in reality is a normal foot profile with exclude classes on steps. so I want to show them debug of their road OSRM network. (and not to bother them which shortcuts I took to make this routing).

a second usecase is to show which eges are accessible to non-wheelchair but inaccessible to wheelchair. either for routing debugging or as a general accessibility map (so a full tile server, but with minimal effort)