crossing: Add lit to all crossing "way" geometry presets via new @template/geometry_way_more

The "lit" value was present on some of the presets before and is common to be applied to all kind of ways.
This commit is contained in:
Tobias 2024-04-26 11:45:47 +02:00
parent 6c0174e208
commit b1ab6e35cf
18 changed files with 39 additions and 17 deletions

View file

@ -0,0 +1,22 @@
{
"moreFields": [
"smoothness",
"lit"
],
"geometry": [
"line"
],
"tags": {
"@template": "crossing/geometry_way_more"
},
"searchable": false,
"locationSet": {
"include": [
"999"
],
"exclude": [
"999"
]
},
"name": "{point}"
}