Created
February 19, 2014 03:26
-
-
Save robinkraft/9085520 to your computer and use it in GitHub Desktop.
Cartocss for Imazon table https://wri-01.cartodb.com/tables/imazon_clean2/
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
/** simple visualization */ | |
#imazon_clean [data_type='defor'] { | |
polygon-fill:#F69; | |
polygon-opacity: 1; | |
line-opacity:1; | |
line-color: #F69; | |
line-width: 2; | |
} | |
#imazon_clean [data_type='degrad'] { | |
polygon-fill:#ffbfd5; | |
polygon-opacity: 1; | |
line-opacity:1; | |
line-color: #ffbfd5; | |
line-width: 2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment