graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 273 forks source link

Bus tracking #62

Closed rasmusohrstig closed 8 years ago

rasmusohrstig commented 8 years ago

The matcher seems to assume that cars will obey traffic rules, for example by not taking shortcuts through roads that only allow buses. Example with bus only exit marked with red "B":

bus_route

But what if the vehicle that we're trying to track is a bus? Any chance of implementing a vehicle option for buses?

karussell commented 8 years ago

See https://github.com/graphhopper/graphhopper/issues/223

Also one could implement a generic vehicle which allows more or less all roads accessible by a vehicle.