mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-18 17:17:13 +02:00
add field for "usage" tag on canals (see #348)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user