Skip to content

Instantly share code, notes, and snippets.

@molind
Created June 1, 2020 16:21
Show Gist options
  • Save molind/a19928d42bad19b19a7548e557cda1cc to your computer and use it in GitHub Desktop.
Save molind/a19928d42bad19b19a7548e557cda1cc to your computer and use it in GitHub Desktop.
Default MapCSS used by GuruMaps
* {
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