Closed karussell closed 1 year ago
Ref:
Indeed, this is a bug! But is it a bug in the source data or in the lib?
There was a logic error on the wiki page:
A roundabout was interpreted as a oneway (correct) and a oneway in turn was interpreted as a dual carriageway unless dual_carriageway=no
was set (incorrect). I changed it around, i.e. roundabouts are always interpreted as single carriageways and also moved the whole "if it is a oneway, it must be a dual carriageway" logic to the "fuzzy match".
Nice, thank you!
For
I get:
Is this a bug?
Please note that I do not get this tagging in the wild but I provide "rural=yes" in the replacerFn as
(name, eval) -> eval.invoke() || "rural".equals(name)