Created
June 8, 2012 16:57
-
-
Save Rub21/2896862 to your computer and use it in GitHub Desktop.
Tillemil code for lima
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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