@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
22 lines (21 loc) • 429 B
JSON
{
"key": "internet_access:fee",
"type": "combo",
"label": "Internet Access",
"strings": {
"options": {
"no": "Free",
"yes": "Paid",
"customers": "Customers Only"
}
},
"autoSuggestions": false,
"customValues": false,
"prerequisiteTag": {
"key": "internet_access",
"valueNot": "no"
},
"terms": [
"wifi fee"
]
}