ideditor / schema-builder

🏗🏷 Create tagging schemas for iD
ISC License
12 stars 16 forks source link

dedicated support for "useful combination" tags #29

Open tyrasd opened 2 years ago

tyrasd commented 2 years ago

some tags are very often used in combination with another tag which is technically optional, but most of the time useful. Sometimes these are documented in the OSM wiki as a "useful combination" in the tag's info box.

An example is for example adding oneway=yes to a drive-through way. Another one could perhaps be building=parking for a parking=multi-storey feature.

I see two possibilities to support these:

1ec5 commented 2 years ago

Relatedly, I think the iDv3 branch had some work towards proximity-based presets: openstreetmap/iD#4138 openstreetmap/iD#4139. There was also an idea about visually grouping related fields, which could be driven by a “useful combination” concept: openstreetmap/iD#8104.