iBurn 2013 map style sheet, tile mill
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Map { | |
background-color: white; | |
} | |
#boundries[Name="Fence"] { | |
line-width:.5; | |
line-color:#9C9C9C; | |
} | |
#art { | |
line-width:1; | |
line-color:#168; | |
} | |
#plazas { | |
line-color:#594; | |
line-width:0.5; | |
polygon-opacity:1; | |
polygon-fill:#ae8; | |
} | |
#streets [zoom > 14] { | |
::outline { | |
line-color:#000; | |
line-width:6; | |
} | |
line-color:#FFF; | |
line-width: 3; | |
} | |
#streets [zoom > 16] { | |
::outline { | |
line-width:10; | |
} | |
line-color:#FFF; | |
line-width: 6; | |
} | |
#streets [zoom < 15] { | |
line-color:black; | |
line-width: 1; | |
} | |
#streets2 [zoom > 14] { | |
line-width:0; | |
text-name: [Name]; | |
text-size: 16; | |
text-face-name: "Skia Regular"; | |
text-placement: line; | |
text-halo-fill: white; | |
text-halo-radius: 2px; | |
text-fill: black; | |
text-allow-overlap:false; | |
text-min-padding: 10; | |
} | |
#toilets [zoom > 14] { | |
point-file: url(images/toilet.svg); | |
point-transform:"scale(.2)"; | |
} | |
[zoom > 14]{ | |
point-allow-overlap:true; | |
point-file:url(images/clear.png); | |
#pois2[Name = "First Aid (Main)"][{ | |
point-file: url(images/firstaid.svg); | |
point-transform:"scale(.2)" | |
} | |
#pois2[Name = "First Aid (3:00)"][{ | |
point-file: url(images/firstaid.svg); | |
point-transform:"scale(.2)" | |
} | |
#pois2[Name = "First Aid (9:00)"][{ | |
point-file: url(images/firstaid.svg); | |
point-transform:"scale(.2)" | |
} | |
} | |
#pois [zoom > 14]{ | |
point-allow-overlap:true; | |
point-file:url(images/clear.png); | |
[Name = "The Man"] { | |
point-file: url(images/man.png); | |
point-transform:"scale(.04)"; | |
} | |
[Name = "Ranger HQ"] { | |
point-file: url(images/ranger.png); | |
point-transform:"scale(.18)"; | |
} | |
[Name = "Ranger Outpost (Berlin)"] { | |
point-file: url(images/ranger.png); | |
point-transform:"scale(.18)"; | |
} | |
[Name = "Ranger Outpost (Tokyo)"] { | |
point-file: url(images/ranger.png); | |
point-transform:"scale(.18)"; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment