abrensch / brouter

configurable OSM offline router with elevation awareness, Java + Android
MIT License
503 stars 119 forks source link

Modifing a profile yields "unknown lookup value" #463

Open jeriox opened 2 years ago

jeriox commented 2 years ago

I am trying to modify the rail profile present in brouter-web to allow routing via funiculars. OSM specifies railway=funicular for that purpose (see https://wiki.openstreetmap.org/wiki/Tag:railway%3Dfunicular). When modifing the profile to include this tag, brouter returns unknown lookup value: funicular. As this is a valid OSM tag, I expect brouter to allow for routes to be planned with this tag.

afischerdev commented 2 years ago

BRouter uses only parts of the OSM tags. It is defined in lookups.dat

Add funicular for next generation lookups in #416

jeriox commented 2 years ago

thanks for the quick response and the fix!