Skip to content

Commit a905680

Browse files
aaei924tordans
andauthored
Add hazard=* field for Highway preserts (#1776)
Co-authored-by: Tobias <t@tobiasjordans.de>
1 parent 03e13b2 commit a905680

File tree

9 files changed

+39
-0
lines changed

9 files changed

+39
-0
lines changed

data/fields/hazard_highway.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"key": "hazard",
3+
"type": "combo",
4+
"strings": {
5+
"options": {
6+
"animal_crossing": "Animal Crossing",
7+
"bump": "Bump",
8+
"children": "Children",
9+
"curve": "Curve",
10+
"curves": "Multiple Curves",
11+
"cyclists": "Cyclists",
12+
"dangerous_junction": "Dangerous Junction",
13+
"dip": "Dip",
14+
"falling_rocks": "Falling Rocks",
15+
"frost_heave": "Frost Heave",
16+
"horse_riders": "Horse Riders",
17+
"ice": "Ice",
18+
"landslide": "Landslide",
19+
"loose_gravel": "Loose Gravel",
20+
"low_flying_aircraft": "Low Flying Aircraft",
21+
"pedestrians": "Pedestrians",
22+
"queues_likely": "Stopped Traffic",
23+
"school_zone": "School Zone",
24+
"side_winds": "Side Winds",
25+
"slippery": "Slippery",
26+
"turn": "Turn",
27+
"turns": "Multiple Turns"
28+
}
29+
},
30+
"label": "Signed Hazard"
31+
}

data/presets/highway/living_street.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"cyclestreet-BE-NL",
1919
"cycleway",
2020
"flood_prone",
21+
"hazard_highway",
2122
"junction_line",
2223
"lit",
2324
"maxaxleload_bridge",

data/presets/highway/motorway.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"bridge/ref",
1717
"charge_toll",
1818
"covered_no",
19+
"hazard_highway",
1920
"incline",
2021
"junction_line",
2122
"lit",

data/presets/highway/motorway_link.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"charge_toll",
2020
"covered_no",
2121
"destination/symbol_oneway",
22+
"hazard_highway",
2223
"incline",
2324
"junction_line",
2425
"lit",

data/presets/highway/primary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"cycleway",
2020
"expressway-US",
2121
"flood_prone",
22+
"hazard_highway",
2223
"incline",
2324
"junction_line",
2425
"lane_markings",

data/presets/highway/primary_link.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"cycleway",
2121
"destination/symbol_oneway",
2222
"flood_prone",
23+
"hazard_highway",
2324
"incline",
2425
"junction_line",
2526
"junction/ref_oneway",

data/presets/highway/residential.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"bicycle_road",
1919
"cyclestreet-BE-NL",
2020
"flood_prone",
21+
"hazard_highway",
2122
"incline",
2223
"junction_line",
2324
"lane_markings",

data/presets/highway/service.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"bridge/ref",
1616
"covered_no",
1717
"flood_prone",
18+
"hazard_highway",
1819
"incline",
1920
"lanes",
2021
"lit",

data/presets/highway/trunk.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"bridge/name",
1818
"charge_toll",
1919
"covered_no",
20+
"hazard_highway",
2021
"incline",
2122
"junction_line",
2223
"lit",

0 commit comments

Comments
 (0)