Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Last active January 2, 2016 02:59
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 andrewxhill/8240756 to your computer and use it in GitHub Desktop.
Save andrewxhill/8240756 to your computer and use it in GitHub Desktop.
/** simple visualization */
#timby_local{
marker-fill: #FFFFFF;
marker-opacity: 0.9;
marker-allow-overlap: true;
marker-placement: point;
marker-type: ellipse;
marker-width: 28.5;
marker-line-width: 4.5;
marker-line-color: #F84F40;
marker-line-opacity: 0.9;
[media='video']{marker-line-color: black;}
}
/** color visualization */
#timby_demo {
marker-opacity: 0.9;
marker-allow-overlap: true;
marker-placement: point;
marker-type: ellipse;
marker-width: 34;
marker-line-width: 6;
marker-line-color: #CCCCCC;
marker-line-opacity: 0.9;
marker-fill: white;
[events>4]{ marker-width: 42; }
[events>5]{ marker-width: 52; }
[events>6]{ marker-width: 62; }
text-name: [events];
text-face-name: 'DejaVu Sans Book';
text-size: 17;
text-fill: #000;
text-allow-overlap: true;
text-halo-fill: #888;
text-halo-radius: 1.3;
text-dy: 0;
}
#timby_demo[type="palm"] {
marker-line-color: #229A00;
}
#timby_demo[type="logging"] {
marker-line-color: #FFCC00;
}
#timby_demo[type="hunting"] {
marker-line-color: #3E7BB6;
}
#timby_demo[type="mining"] {
marker-line-color: #FF2900;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment