bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
664 stars 185 forks source link

road-types.json is source? #116

Closed wangziyuruc closed 5 years ago

wangziyuruc commented 5 years ago

this is file road-types.json Where does the content come from?

smattheis commented 5 years ago

The style of configuration is adopted from osm2pgrouting, see here: https://github.com/pgRouting/osm2pgrouting/blob/master/mapconfig_for_cars.xml However, the source of actual parameters is the documentation of OpenStreetMap that specifies the semantics of road types, see here: https://wiki.openstreetmap.org/wiki/DE:Key:highway

wangziyuruc commented 5 years ago

thx