-
-
Save skorasaurus/4224538 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#ne50mpopulatedplaces { | |
[zoom = 3][SCALERANK = 0]{ | |
::labels{ | |
text-name:[NAME]; | |
text-face-name:"DejaVu Sans Book"; | |
text-fill:#3d3d3d; | |
text-size:11; | |
text-min-distance:8; | |
text-line-spacing:1; | |
text-halo-radius:1;} | |
} | |
} | |
#ne50mpopulatedplaces [SCALERANK = 1], | |
#ne50mpopulatedplaces [ADM0_A3 = 'USA'], | |
#ne50mpopulatedplaces [ADM0_A3 = 'CAN'], | |
#ne50mpopulatedplaces [ADM0_A3 = 'RUS'], | |
#ne50mpopulatedplaces [ADM0_A3 = 'AUS'], | |
#ne50mpopulatedplaces [ADM0_A3 = 'CHN'], | |
#ne50mpopulatedplaces [ADM0_A3 = 'BRA']{ | |
[zoom = 3]{ | |
::labels{ | |
text-name:[NAME]; | |
text-face-name:"DejaVu Sans Book"; | |
text-fill:#3d3d3d; | |
text-size:10; | |
text-min-distance:8; | |
text-line-spacing:1; | |
text-halo-radius:1;} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment