@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
18 lines (17 loc) • 422 B
JSON
{
"key": "usage",
"type": "combo",
"label": "Usage Type",
"strings": {
"options": {
"transportation": "Transportation",
"transmission": "Transmission",
"irrigation": "Irrigation",
"headrace": "Headrace",
"tailrace": "Tailrace",
"spillway": "Spillway"
}
},
"autoSuggestions": false,
"customValues": false
}