mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Add operator:type=public|private|nil to some highway presets
This commit is contained in:
parent
8e6fd74ce5
commit
ae1782cdc5
11 changed files with 32 additions and 10 deletions
12
data/fields/operator/type_check.json
Normal file
12
data/fields/operator/type_check.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "operator:type",
|
||||
"type": "check",
|
||||
"label": "Operator Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"public": "Public (Default)",
|
||||
"private": "Private",
|
||||
"undefined": "Assumed Public"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue