Skip to content

Instantly share code, notes, and snippets.

@seanknox
Created November 10, 2012 16:37
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 seanknox/4051618 to your computer and use it in GitHub Desktop.
Save seanknox/4051618 to your computer and use it in GitHub Desktop.
Tilemill styles
#merchmart {
marker-width:60;
marker-fill:#008000;
marker-line-color:#008000;
marker-allow-overlap:true;
}
#cta_rail_stations[BRN = 'TRUE']::glow {
marker-width:30;
marker-fill:#C00;
marker-line-color:#C00;
marker-allow-overlap:true;
}
#cta_rail_stations[BRN = 'TRUE']::glow {
marker-line-color: #0AF;
marker-line-opacity: 0.5;
marker-line-width: 4;
}
#cta_l_lines::extraglow[zoom <8] {
line-width:5;
line-color:#0c7205;
line-opacity:1;
line-smooth:0;
}
#cta_l_lines::extraglow[zoom >8] {
line-width:13;
line-color:#0c7205;
line-opacity:0.18;
line-smooth:0.6;
}
#cta_l_lines::glow {
line-width:5;
line-color:#ffce09;
line-opacity:0.4;
}
#cta_l_lines::base {
line-width:1;
line-color:#fd0505;
line-opacity:0.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment