mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-17 22:24:42 +02:00
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:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"crossing_raised"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"crossing_raised"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-railway_signals",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/traffic_signal}",
|
||||
"crossing_raised"
|
||||
],
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-cyclist_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/geometry_line}"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-cyclist_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/geometry_line}"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
},
|
||||
"icon": "temaki-ped_cyclist_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/geometry_line}"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -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}"
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/geometry_line}"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/geometry_line}"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/markings}",
|
||||
"{@templates/crossing/defaults}",
|
||||
"{@templates/crossing/geometry_line}"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -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}"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user