Skip to content

Instantly share code, notes, and snippets.

@Rub21
Created June 8, 2012 16:57
Show Gist options
  • Save Rub21/2896862 to your computer and use it in GitHub Desktop.
Save Rub21/2896862 to your computer and use it in GitHub Desktop.
Tillemil code for lima
Map { background-color:#000; }
#countries {
line-color:#fff;
line-join:round;
line-width:0.5;
}
@blue: #00aacc;
@magenta: #ff0094;
@green: #0F0;
@red: #fc0303;
@yellow: #FF0;
@grey: #2d2c2c;
#limatime {
marker-width:1;
marker-line-opacity:0;
marker-allow-overlap:true;
marker-fill:@grey;
[timestamp >= 1330581600]
{
[user = 'Rub21'] { marker-fill: @blue;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment