Created
April 12, 2012 14:53
-
-
Save skorasaurus/2367892 to your computer and use it in GitHub Desktop.
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
admin query for layer: | |
( SELECT way, admin_level | |
FROM planet_osm_line | |
WHERE boundary = 'administrative' | |
) AS data | |
style in base.mss: | |
#admin[admin_level=8][zoom>1] { | |
line-color:@admin_2; | |
line-width:4.5; | |
[zoom=2] { line-opacity: 0.25; } | |
[zoom=3] { line-opacity: 0.3; } | |
[zoom=4] { line-opacity: 0.4; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment