create template for crossing:markings fields, and add regional field for DE-AT-CH

This commit is contained in:
Martin Raifer 2023-04-26 11:32:27 +02:00
parent 57fe16f29d
commit 8d45c78e65
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
22 changed files with 127 additions and 32 deletions

View 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}"
}

View 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}"
}