abrensch / brouter

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

Add 'atv' key to lookups.dat #442

Open drt1245 opened 2 years ago

drt1245 commented 2 years ago

I am trying to create a routing profile for dual-sport/adventure motorcycling. Some off-road motorcycle/ATV tracks are tagged with atv=yes or atv=designated, which implies motorcycle=yes.

However, the atv key is not included in lookups.data, so it cannot be used by default in Brouter. Can this key be added to the default configuration?

polyscias commented 2 years ago

I see atv is mapped mainly in the USA, that is why I did not see it yet.

Yes, I think it is good to add it, see also #416

afischerdev commented 2 years ago

Add atv for next generation lookups in #416

quaelnix commented 1 year ago

This tag will be supported once https://github.com/abrensch/brouter/pull/458 is merged.