Skip to content

Instantly share code, notes, and snippets.

@dhcole
Created October 31, 2011 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhcole/1328622 to your computer and use it in GitHub Desktop.
Save dhcole/1328622 to your computer and use it in GitHub Desktop.
#rail {
line-width:2;
line-color: black;
[zoom >=6] {
::line1 { line-color:#999; line-dasharray:4,4; }
::line2 { line-color:#000; line-dasharray:0,4,4,0; }
}
[zoom = 5] {
::line1 { line-color:#999; line-dasharray:4,2; }
::line2 { line-color:#000; line-dasharray:0,4,4,0; }
}
}
#roads {
line-color:#999;
[zoom <= 4] {line-width:0;}
[zoom = 5] {line-width:0.25;}
[zoom = 6] {line-width:0.5;}
[zoom >= 7] {
line-width:2;
line-color: black;
::outline {
line-width:1;
line-color: #999;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment