add hazard=* tag for highways

This commit is contained in:
Hyunseung Park 2025-10-24 21:58:14 +09:00
parent 12f0515143
commit 043900ba57
No known key found for this signature in database
GPG key ID: C686E40C5D13414C
9 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{
"key": "hazard",
"type": "combo",
"strings": {
"options": {
"animal_crossing": "Animal Crossing",
"bump": "Bump",
"children": "Children",
"curve": "Curve",
"curves": "Multiple Curves",
"cyclists": "Cyclists",
"dangerous_junction": "Dangerous Junction",
"dip": "Dip",
"falling_rocks": "Falling Rocks",
"frost_heave": "Frost Heave",
"horse_riders": "Horse Riders",
"ice": "Ice",
"landslide": "Landslide",
"loose_gravel": "Loose Gravel",
"low_flying_aircraft": "Low Flying Aircraft",
"pedestrians": "Pedestrians",
"queues_likely": "Queues Likely",
"school_zone": "School Zone",
"side_winds": "Side Winds",
"slippery": "Slippery",
"turn": "Turn",
"turns": "Reverse Turn"
}
},
"label": "Hazard"
}