Skip to content

Instantly share code, notes, and snippets.

@ian29
Created May 18, 2012 19:36
Show Gist options
  • Save ian29/2727233 to your computer and use it in GitHub Desktop.
Save ian29/2727233 to your computer and use it in GitHub Desktop.
#countries {
line-color: #6e7a6e;
line-width: .9;
line-join: round;
}
#admin1landline[ADM0 = 'Brazil']{
line-width:.75;
line-color:#6e7a6e;
line-dasharray:5,10;
}
#10mpopulatedplacessi [SCALERANK <= 2][ISO_A2 !='BR']{
text-name: '[NAME]';
text-face-name:'Open Sans Semibold';
text-halo-fill:rgb(255, 248, 231);
text-halo-radius:2;
text-character-spacing: 2;
text-size: 16;
text-dy: -1;
text-dx: 4;
text-fill:darken(#977560, 10);
}
#10mpopulatedplacessi [SCALERANK <= 3][ISO_A2 ='BR']{
text-name: '[NAME]';
text-face-name:'Open Sans Semibold';
text-halo-fill:rgba(255, 248, 231, .7);
text-halo-radius:2;
[SCALERANK = 1] {text-size: 16;}
[SCALERANK = 2] {text-size: 16; marker-opacity:.8;}
[SCALERANK = 3] {text-size: 12;}
text-dy: -1;
text-dx: 4;
text-fill:darken(#977560, 10);
}
#10madmin1statesprovi
[NAME_0 = 'Brazil'][SCALERANK = 5][zoom = 5],
[NAME_0 = 'Brazil'][SCALERANK = 6][zoom = 6],
[NAME_0 = 'Brazil'][SCALERANK = 7][zoom = 7],
[NAME_0 = 'Brazil'][SCALERANK = 8][zoom = 8] {
text-name:'[NAME_1]';
text-face-name:'Gill Sans Italic';
text-fill:darken(#6e7a6e, 10);
text-wrap-width:30;
text-avoid-edges:true;
text-allow-overlap:true;
[zoom = 5] {
text-size:13;
text-character-spacing: 8;
}
[zoom = 6] {
text-size:15;
text-character-spacing: 10;
}
[zoom = 7] {
text-size:15;
text-character-spacing: 12;
}
[zoom >= 8] {
text-size:15;
text-character-spacing: 15;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment