Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created September 8, 2012 01:29
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 wboykinm/3671174 to your computer and use it in GitHub Desktop.
Save wboykinm/3671174 to your computer and use it in GitHub Desktop.
Buffalo Carto with Compositing
Map {
background-color: #403958;
}
#countries {
::outline {
line-color: #5f6074;
line-width: 1;
line-join: round;
line-comp-op:multiply;
}
polygon-fill: #d7cebf;
}
#ss[ADMIN='South Sudan'] {
::glow {
polygon-fill:white;
image-filters:agg-stack-blur(900,900);
}
::shape {
polygon-fill:#a07c62;
line-color:#5f6074;
line-width:2;
line-comp-op:screen;
text-name:'[ADMIN]';
text-size:30;
text-transform:uppercase;
text-fill:#d7cebf;
text-character-spacing:2;
text-wrap-width:40;
text-line-spacing:5;
text-face-name:'Chaparral Pro Regular';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment