Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Created October 11, 2012 19:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andrewxhill/3875093 to your computer and use it in GitHub Desktop.
kmean cartocss style
#kmean{
marker-fill: #FF6600;
marker-opacity: 1;
marker-width: 8;
marker-line-color: white;
marker-line-width: 3;
marker-line-opacity: 0.9;
marker-placement: point;
marker-type: ellipse;
marker-allow-overlap: true;
[id=4]{
marker-fill:blue
}
[id=3]{
marker-fill:green
}
[id=2]{
marker-fill:black
}
[id=5]{
marker-fill:red
}
[id=6]{
marker-fill:yellow
}
[id=7]{
marker-fill:purple
}
[id=8]{
marker-fill:gray
}
[id=9]{
marker-fill:white;
marker-line-color: black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment