Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created October 5, 2015 17:33
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 aleszu/e8cdbe31299357ddc41c to your computer and use it in GitHub Desktop.
Save aleszu/e8cdbe31299357ddc41c to your computer and use it in GitHub Desktop.
/** choropleth visualization */
#bird_tracking{
marker-fill-opacity: 0.8;
marker-line-color: #FFF;
marker-line-width: 0.5;
marker-line-opacity: 1;
marker-width: 6;
marker-fill: #1a9850;
marker-allow-overlap: true;
}
#bird_tracking [ speed_2d < 2] {
marker-fill: #d73027;
marker-width: 10;
marker-line-width: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment