NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'd like to use png icons in a Overpass-Turbo query with MapCSS but I can't figure out how to do that properly. Is that possible at all?

asked 08 Aug '14, 12:44

Ogmios's gravatar image

Ogmios
766202639
accept rate: 25%


There is a documentation about icons in CSS section of overpass-turbo in OSM wiki. Did you try and does it work?

permanent link

answered 08 Aug '14, 13:33

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

I thought I have checked this one but obviously I have overseen it. Thank you for that.

(08 Aug '14, 14:30) Ogmios
node[amenity=cafe] {
  icon-image: url('icons/maki/cafe-18.png');
  icon-width: 18;
}
permanent link

answered 08 Aug '14, 14:28

Ogmios's gravatar image

Ogmios
766202639
accept rate: 25%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×228
×54
×10

question asked: 08 Aug '14, 12:44

question was seen: 4,709 times

last updated: 08 Aug '14, 14:30

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum