crossing: Introduce @templates/crossing/defaults

This way we have the same fields in all crossing presets:
- "crossing"
- "tactile_paving"
- "crossing/island"

This change the order of things slightly for some footway, cycleway crossing where `surface` is now a bit lower, but that should not be a problem.
This commit is contained in:
Tobias 2024-04-24 16:26:55 +02:00
parent 89a1671c3f
commit ca2b2e5f7a
19 changed files with 42 additions and 55 deletions

View file

@ -0,0 +1,24 @@
{
"fields": [
"crossing",
"tactile_paving",
"crossing/island"
],
"geometry": [
"point",
"line"
],
"tags": {
"@template": "crossing/defaults"
},
"searchable": false,
"locationSet": {
"include": [
"999"
],
"exclude": [
"999"
]
},
"name": "{point}"
}