Skip to content

Commit

Permalink
crossing: Readd crossing to all fields
Browse files Browse the repository at this point in the history
This fixes "crossing: New approach with 鈥@templates/crossing/defaults`".

We need the "crossing" field on vertex/node fields as well to allow to quickly change the preset.
  • Loading branch information
tordans committed Apr 26, 2024
1 parent af279e2 commit d223fc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/presets/highway/crossing/_marked.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"crossing",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"tactile_paving"
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/crossing/_zebra.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"crossing",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"tactile_paving"
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/crossing/traffic_signals.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icon": "temaki-railway_signals",
"fields": [
"crossing",
"{@templates/crossing/traffic_signal}",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/crossing/uncontrolled.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"crossing",
"{@templates/crossing/markings_yes}",
"{@templates/crossing/defaults}",
"tactile_paving"
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/crossing/unmarked.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icon": "temaki-pedestrian",
"fields": [
"crossing",
"{@templates/crossing/defaults}",
"tactile_paving"
],
Expand Down

0 comments on commit d223fc9

Please sign in to comment.