crossing: Move the @templates/crossing/markings to first field position

Using the preset I find the markings field to be the most important to change. The `@templates/crossing/defaults` is less important for all situation except for `data/presets/highway/crossing.json`. The main reasons for this is, that only on the base `highway/crossing` the field `crossing` is actually visible. For the more precise presets this field is hidden by some automatic part of the system.
This commit is contained in:
Tobias 2024-04-24 20:57:58 +02:00
parent 3ab88d0fcd
commit cd56a0db32
11 changed files with 11 additions and 11 deletions

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"crossing_raised"
],
"moreFields": [

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"crossing_raised"
],
"moreFields": [

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-railway_signals",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/traffic_signal}",
"crossing_raised"
],

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-cyclist_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/geometry_line}"
],
"geometry": [

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-cyclist_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/geometry_line}"
],
"geometry": [

View file

@ -10,8 +10,8 @@
},
"icon": "temaki-ped_cyclist_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/geometry_line}"
],
"geometry": [

View file

@ -1,8 +1,8 @@
{
"icon": "fas-biking",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/traffic_signal}",
"{@templates/crossing/geometry_line}"
],

View file

@ -1,7 +1,7 @@
{
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/geometry_line}"
],
"moreFields": [

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/geometry_line}"
],
"moreFields": [

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/geometry_line}"
],
"geometry": [

View file

@ -1,8 +1,8 @@
{
"icon": "temaki-railway_signals",
"fields": [
"{@templates/crossing/defaults}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"{@templates/crossing/traffic_signal}",
"{@templates/crossing/geometry_line}"
],