@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
23 lines (22 loc) • 485 B
JSON
{
"key": "access",
"type": "combo",
"label": "Allowed Access",
"strings": {
"options": {
"yes": "Public",
"private": "Private",
"permissive": "Permissive",
"customers": "Customers Only",
"permit": "By Permit Only",
"unknown": "Unknown",
"no": "None"
}
},
"autoSuggestions": false,
"terms": [
"permitted",
"private",
"public"
]
}