Created
June 22, 2012 15:41
-
-
Save wboykinm/2973569 to your computer and use it in GitHub Desktop.
style
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: #b8dee6;*/ | |
} | |
/*#countries { | |
::outline { | |
line-color: #85c5d3; | |
line-width: 2; | |
line-join: round; | |
} | |
polygon-fill: #fff; | |
} | |
*/ | |
#gmcr1 { | |
[Primary Focus Area='Environmental Stewardship'] { point-file:url(icons/pin-m-park+5C8727.png); } | |
[Primary Focus Area='Education'] { point-file:url(icons/pin-m-library+5C8727.png); } | |
[Primary Focus Area='Economic Development'] { point-file:url(icons/pin-m-bank+5C8727.png); } | |
[Primary Focus Area='Food Security'] { point-file:url(icons/pin-m-park2+5C8727.png); } | |
[Primary Focus Area='Health'] { point-file:url(icons/pin-m-hospital+5C8727.png); } | |
[Primary Focus Area='Other'] { point-file:url(icons/pin-m-circle-stroked+5C8727.png); } | |
[Primary Focus Area='Water'] { point-file:url(icons/pin-m-marker-stroked+5C8727.png); } | |
[Primary Focus Area='Monitoring & Evaluation'] { point-file:url(icons/pin-m-park+5C8727.png); } | |
point-opacity: 0.85; | |
point-allow-overlap: true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment