Created
July 29, 2016 12:35
-
-
Save ramiroaznar/9d2338d8315b270a906b8aebc9ac4ee0 to your computer and use it in GitHub Desktop.
Points style
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
#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