this post was submitted on 27 Aug 2024
18 points (95.0% liked)
OpenStreetMap community
4181 readers
33 users here now
Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Join OpenStreetMap and start mapping: https://www.openstreetmap.org/.
There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community/
https://mapcomplete.org/ is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)
https://learnosm.org/en/ has a lot of information for beginners too.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My general recommendation with relations: If you can do something without a relation, do it that way. A lot of people don't understand them and some editor software can't manage relations well, so there is a big chance that someone will mess it up accidentally in the future.
Maybe you can tag on the restaurant that outdoor seating is mapped as a separate element with
outdoor_seating=separate
. It's not used frequently, butseparate
means that something is mapped as a separate element.If you still want to do a relation you can use a site relation. You can use that for any kind of POIs. I don't recommend this though for 2 members. Example. Overpass query for all
site=restaurant
: https://overpass-turbo.eu/s/1QjJIf you afraid someone will forget to change the
operator
, the same editor can forget to update the relation as well, so I think you can't win this battle.