mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-03-21 22:39:27 +00:00
feat(transportation): add motorroad subclass
This commit is contained in:
@@ -265,7 +265,7 @@ public class TransportationName implements
|
||||
firstRelationWithNetwork != null ? firstRelationWithNetwork.networkType().name : !nullOrEmpty(ref) ? "road" :
|
||||
null)
|
||||
.setAttr(Fields.CLASS, highwayClass)
|
||||
.setAttr(Fields.SUBCLASS, highwaySubclass(highwayClass, null, highway))
|
||||
.setAttr(Fields.SUBCLASS, highwaySubclass(highwayClass, null, highway, element.motorroad()))
|
||||
.setMinPixelSize(0)
|
||||
.setSortKey(element.zOrder())
|
||||
.setMinZoom(minzoom)
|
||||
|
||||
Reference in New Issue
Block a user