Skip to content

Instantly share code, notes, and snippets.

@stiles
Created April 30, 2012 19:03
Show Gist options
  • Save stiles/2561405 to your computer and use it in GitHub Desktop.
Save stiles/2561405 to your computer and use it in GitHub Desktop.
#commutetime [Workers > 50000] {
marker-width:3;
marker-fill:#efc635;
marker-line-color:#efc635;
marker-allow-overlap:true;
marker-opacity:.5;
[TravelMins > 0 ] { marker-width:1; }
[TravelMins > 20 ] { marker-width:2; }
[TravelMins > 23 ] { marker-width:3; }
[TravelMins > 27 ] { marker-width:5; }
[TravelMins > 30 ] { marker-width:10; }
[TravelMins > 35 ] { marker-width:15; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment