Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created February 18, 2013 21:57
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 wboykinm/4981160 to your computer and use it in GitHub Desktop.
Save wboykinm/4981160 to your computer and use it in GitHub Desktop.
Line-smoothed style for CCTA Map
Map {
background-color: #b8dee6;
}
#countries {
::outline {
line-color: #85c5d3;
line-width: 2;
line-join: round;
}
polygon-fill: #fff;
}
#lines {
line-width:3;
line-color:#000;
line-smooth:1;
line-opacity:1;
line-gamma-method:multiply;
line-gamma:0.01;
}
#points {
marker-width:20;
marker-fill:#000;
marker-line-color:#fff;
marker-line-width:1;
marker-fill-opacity:0.5;
marker-allow-overlap:true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment