Skip to content

Instantly share code, notes, and snippets.

@govvin
Created November 12, 2018 08:24
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/2560946cbc990841dc25a3443dc313ff to your computer and use it in GitHub Desktop.
Save govvin/2560946cbc990841dc25a3443dc313ff to your computer and use it in GitHub Desktop.
MapCSS Styling Overpass Turbo query results with icons
{{style:
node[amenity=hospital] {
icon-image: url('icons/maki/hospital-12.png');
icon-width: 18;
}
node[amenity=bank] {
icon-image: url('https://wiki.openstreetmap.org/w/images/thumb/3/3b/Bank-16.svg/16px-Bank-16.svg.png');
icon-width: 18;
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment