mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
create template for crossing:markings fields, and add regional field for DE-AT-CH
This commit is contained in:
parent
57fe16f29d
commit
8d45c78e65
22 changed files with 127 additions and 32 deletions
23
data/fields/crossing/markings-DE-AT-CH.json
Normal file
23
data/fields/crossing/markings-DE-AT-CH.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"options": [
|
||||
"zebra",
|
||||
"yes",
|
||||
"no",
|
||||
"dots",
|
||||
"dashes",
|
||||
"surface"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -37,7 +37,10 @@
|
|||
},
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"BG"
|
||||
"BG",
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
24
data/fields/crossing/markings_yes-DE-AT-CH.json
Normal file
24
data/fields/crossing/markings_yes-DE-AT-CH.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "{crossing/markings}",
|
||||
"options": [
|
||||
"zebra",
|
||||
"yes",
|
||||
"no",
|
||||
"dots",
|
||||
"dashes",
|
||||
"surface"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"iconsCrossReference": "{crossing/markings}",
|
||||
"stringsCrossReference": "{crossing/markings}",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
]
|
||||
},
|
||||
"default": "yes"
|
||||
}
|
||||
|
|
@ -7,7 +7,10 @@
|
|||
"default": "yes",
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"BG"
|
||||
"BG",
|
||||
"DE",
|
||||
"AT",
|
||||
"CH"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue