mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
[regional:BG] Only show relevant values for crossing markings in Bulgaria (#891)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"options": [
|
||||
"zebra",
|
||||
"no",
|
||||
"dots",
|
||||
"dashes",
|
||||
"yes"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"BG"
|
||||
]
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
@@ -34,5 +34,10 @@
|
||||
"zebra:paired": "iD-crossing_markings-zebra_paired",
|
||||
"zebra:bicolour": "iD-crossing_markings-zebra_bicolour",
|
||||
"ladder:paired": "iD-crossing_markings-ladder_paired"
|
||||
},
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"BG"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"default": "yes",
|
||||
"options": [
|
||||
"zebra",
|
||||
"no",
|
||||
"dots",
|
||||
"dashes",
|
||||
"yes"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"BG"
|
||||
]
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
@@ -4,5 +4,10 @@
|
||||
"label": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"default": "yes"
|
||||
"default": "yes",
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"BG"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user