Created
June 1, 2020 16:21
-
-
Save molind/a19928d42bad19b19a7548e557cda1cc to your computer and use it in GitHub Desktop.
Default MapCSS used by GuruMaps
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
* { | |
details-text:eval(tag('name')); | |
details-description:eval(tag('description')); | |
} | |
line { | |
width:3pt; | |
color:#0062CC; | |
linejoin:round; | |
linecap:round; | |
} | |
node { | |
icon-image:"pin_geojson.svgpb"; | |
icon-offset-y:0; | |
image-allow-overlap:true; | |
} | |
area { | |
fill-color:#3395FF88; | |
width:2pt; | |
color:#3395FF; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment