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

Movable picnic_tables

0

The excamples in the wiki are of the near stationary type. If th picnic table is portable should i get that tag ? Such as portable / stationary=yes ?

asked 25 Jan '22, 20:11

Teek's gravatar image

Teek
63449
accept rate: 0%


One Answer:

3

I'd probably use a picnic_table=yes tag, which should be added onto a larger (hopefully immovable!) containing feature, like leisure=park, tourism=picnic_site, leisure=outdoor_seating, or amenity=shelter + shelter_type=picnic_shelter. You can see more suggestions on the picnic_table page on the wiki.

It might be a good idea to use a description= tag to indicate the movability. You could also make up your own tag, like picnic_table:movable=yes.

If the site in question had multiple picnic tables, maybe something like this:

tourism=picnic_site  
picnic_table=yes
picnic_table:count=6
description=picnic area with 6 movable picnic tables

answered 26 Jan '22, 17:03

jmapb's gravatar image

jmapb
3.4k73361
accept rate: 22%

edited 26 Jan '22, 18:29

Source code available on GitHub .