mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Merge 6b307dc279 into 12f0515143
This commit is contained in:
commit
0ea32bb758
5 changed files with 147 additions and 53 deletions
15
data/fields/crossing/markings_zebra.json
Normal file
15
data/fields/crossing/markings_zebra.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"autoSuggestions": false,
|
||||
"default": "zebra",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"options": [
|
||||
"zebra",
|
||||
"zebra:double",
|
||||
"zebra:paired",
|
||||
"zebra:bicolour"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue