feat: add overtaking to transport layer

This commit is contained in:
2025-10-26 17:21:35 +01:00
parent 84f29a785a
commit d7ac85672f

View File

@@ -498,6 +498,7 @@ public class Transportation implements
.setAttr(Fields.SUBCLASS, highwaySubclass(highwayClass, element.publicTransport(), highway))
.setAttr(Fields.NETWORK, networkType != null ? networkType.name : null)
.setAttr("maxspeed", element.source().getTag("maxspeed"))
.setAttr("overtaking", element.source().getTag("overtaking"))
.setAttrWithMinSize(Fields.BRUNNEL, brunnel(element.isBridge(), element.isTunnel(), element.isFord()), 4, 4, 12)
// z8+
.setAttrWithMinzoom(Fields.EXPRESSWAY, expressway ? 1 : null, 8)