Skip to content

Instantly share code, notes, and snippets.

@ramiroaznar
Created July 29, 2016 12:35
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 ramiroaznar/9d2338d8315b270a906b8aebc9ac4ee0 to your computer and use it in GitHub Desktop.
Save ramiroaznar/9d2338d8315b270a906b8aebc9ac4ee0 to your computer and use it in GitHub Desktop.
Points style
#layer{
marker-fill-opacity: 1;
marker-line-color: #7fcdbb;
marker-line-width: 1;
marker-line-opacity: 0;
marker-placement: point;
marker-type: ellipse;
marker-width: 3;
marker-fill: #91e1d8;
marker-allow-overlap: true;
}
#layer::point{
marker-fill-opacity: 0.5;
marker-line-color: #7fcdbb;
marker-line-width: 1;
marker-line-opacity: 1;
marker-placement: point;
marker-type: ellipse;
marker-width: 7;
marker-fill: #91e1d8;
marker-allow-overlap: true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment