@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
21 lines (20 loc) • 398 B
JSON
{
"key": "internet_access",
"type": "combo",
"label": "Internet Connection",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"wlan": "Wifi",
"wired": "Wired",
"terminal": "Terminal"
}
},
"autoSuggestions": false,
"customValues": false,
"terms": [
"wifi",
"wlan"
]
}