mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add missing caseSensitive property to many combo fields
This commit is contained in:
parent
6a013006cc
commit
bd476266d0
18 changed files with 32 additions and 14 deletions
|
|
@ -2,5 +2,6 @@
|
|||
"key": "destination:ref",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Road Numbers",
|
||||
"snake_case": false
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
"key": "oneway",
|
||||
"value": "yes"
|
||||
},
|
||||
"snake_case": false
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue