brouter icon indicating copy to clipboard operation
brouter copied to clipboard

Add support for "obstacle" key

Open grinapo opened this issue 1 year ago • 1 comments

Planning a meaningful bike route (but probably hiking as well) would greatly gain from obstacle=* tags, especially obstacle=vegetation (which is route-wise equivalent to smoothness=impassable or visibility=no with an arbitrary softening).

See wiki or taginfo.

Thanks.

ps:

assign misc_penalty = ...
 ...
 add if obstacle=vegetation|fallen_tree then 6 else 0

grinapo avatar Sep 07 '24 13:09 grinapo

Added obstacle key in #458 But line and lock are not added, they have already seamark tags.

afischerdev avatar Sep 21 '24 10:09 afischerdev