Skip to content

Instantly share code, notes, and snippets.

@govvin
Created November 12, 2018 08:08
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 govvin/620237d635ca5e6f7f821b534155a66f to your computer and use it in GitHub Desktop.
Save govvin/620237d635ca5e6f7f821b534155a66f to your computer and use it in GitHub Desktop.
MapCSS Styling Overpass Turbo query results
// simple styling
{{style:
node, area
{ color:white; fill-color:white; }
node[amenity=hospital]
{ color:blue; fill-color:blue; }
node[amenity=clinic]
{ color:green; fill-color:green; }
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment