@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
20 lines (19 loc) • 378 B
JSON
{
"key": "takeaway",
"type": "combo",
"label": "Takeaway",
"placeholder": "Yes, No, Takeaway Only...",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"only": "Takeaway Only"
}
},
"autoSuggestions": false,
"customValues": false,
"terms": [
"take out",
"takeout"
]
}