Am I wrong or the “block_barriers” in config.xml is not honored anymore?
graph.encoded_values: car_access|block_fords=false|block_barriers=false, road_class,…
I can’t find a reference for it in CarAccessParser, and AbstractAccessParser seems to just block all items added to “barriers” Set object.
Actually, my use case is a narrow street that has raising bollards at the two nodes. However those are intended to stop heavy traffic (trucks) but car can legally pass through since the distance between the bollard and the margin of the street is more than enough to pass through.
So, either, I’d like “block_barriers=false” to actually don’t stop car access, or to permit barriers where “access = yes” tag is set. The other option would be to remove these kind of barriers in osm since they are not actually barriers, however, the raising bollard is actually there!
Any clue on what it makes sense to do?
Thanks!


