Skip to content

Instantly share code, notes, and snippets.

@robinkraft
Created February 19, 2014 03:26
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 robinkraft/9085520 to your computer and use it in GitHub Desktop.
Save robinkraft/9085520 to your computer and use it in GitHub Desktop.
/** 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