//testing out a custom style features lines //Define different road types major road : @isOneOf(highway, trunk, trunk_link, primary, primary_link, secondary, tertiary) minor road : @isOneOf(highway, unclassified, residential, living_street) OR (highway=track AND (@isOneOf(tracktype, grade1, grade2, grade3) OR NOT tracktype)) motorway : highway=motorway motorway link : highway=motorway_link areas water : natural=water parks: leisure=park island: place=islet properties map-background-color: #1E242C map-sea-color : #99B3CC font-weight : bold font-family : Arial font-stretch : 0.9 map.rendering.lflp.min-buffer-space : 5 map.rendering.lflp.max-allowed-corner-angle : 40 rules //Road Rules target: major road define line-width : 1.5 min-zoom : 8 line-color : #353B40 for : highway=tertiary define min-zoom : 11 for : tunnel=no define draw : line target : minor road define min-zoom : 8 line-color : #353B40 line-width : 1.5 for : tunnel=no define draw : line target : motorway define line-width : 2 min-zoom : 7 line-color : #2C3945 for : tunnel=no define draw : line target: motorway link define line-width : 2 min-zoom : 10 line-color : #2C3945 for : tunnel=no define draw : line //Water Rules target : water define fill-color : #242D36 line-width: 0 border-style : none line-color: #242D36 draw: fill //Park Rules target: parks define fill-color : #24362F line-width : 0 border-style : none line-color: #24362F draw: fill target: island define fill-color : #24362F line-width : 0 border-style : none draw: fill