wtimme / OSM-Completionist

⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
ISC License
18 stars 4 forks source link

Enable quests to set multiple tags instead of just a single one #71

Open pqhf5kd opened 4 years ago

pqhf5kd commented 4 years ago

Can a quest ask a user for two values and modify two keys?

For example, I have just submitted a quest request in #70. kerb=* is fine for many crossings. In my country, it is common to have a crossing with a lowered kerb one side and a normal kern the other. There are keys kerb:left and kerb:right but I'm unsure how to integrate these into a quest.

wtimme commented 4 years ago

Sounds like a valid use case.

At the moment, an Answer only has a key and a value property. We could extend the modify the object to have a list of key-value pairs instead.

If someone wants to tackle this, I'm looking forward to your contribution.