mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +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/presets/@templates/crossing/markings.json
Normal file
23
data/presets/@templates/crossing/markings.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"fields": [
|
||||
"crossing/markings",
|
||||
"crossing/markings-BG",
|
||||
"crossing/markings-DE-AT-CH"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"@template": "crossing/markings"
|
||||
},
|
||||
"searchable": false,
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"999"
|
||||
],
|
||||
"exclude": [
|
||||
"999"
|
||||
]
|
||||
},
|
||||
"name": "{point}"
|
||||
}
|
||||
23
data/presets/@templates/crossing/markings_yes.json
Normal file
23
data/presets/@templates/crossing/markings_yes.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"fields": [
|
||||
"crossing/markings_yes",
|
||||
"crossing/markings_yes-BG",
|
||||
"crossing/markings_yes-DE-AT-CH"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"@template": "crossing/markings_yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"999"
|
||||
],
|
||||
"exclude": [
|
||||
"999"
|
||||
]
|
||||
},
|
||||
"name": "{point}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue