This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

create labels with mapcss

2

Hi, I have a very simple map in Overpass-Turbo, where I would like to label ways with the vicinal_ref tag. This should be straightforward, but I can't figure it out. Anyone have an example of this?

asked 09 Nov '16, 07:36

joost%20schouppe's gravatar image

joost schouppe
3.4k245087
accept rate: 12%


One Answer:

3

Labels can be added in overpass turbo via the text: [tag-key]; mapcss statement. Here's the full example: http://overpass-turbo.eu/s/jW9

answered 09 Nov '16, 07:50

tyr_asd's gravatar image

tyr_asd
1.2k51927
accept rate: 64%

edited 09 Nov '16, 07:51

Source code available on GitHub .