Created
September 10, 2012 13:54
-
-
Save wboykinm/3691077 to your computer and use it in GitHub Desktop.
Full buffalo tint effect using tilemill compositing
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
Map { | |
background-color: white; | |
} | |
#countries[ADMIN!='South Sudan'] { | |
polygon-fill:#d7cebf; | |
comp-op:dst-in; | |
image-filters:agg-stack-blur(100,100); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment