Add names for traffic-calming icons.

This commit is contained in:
Sergey Vartanov 2021-11-18 06:49:35 +03:00
parent 55d823bbc1
commit 29a8f001ac

View file

@ -113,10 +113,14 @@
"traffic_barrier": { "traffic_barrier": {
"block": {"categories": ["highway"]}, "block": {"categories": ["highway"]},
"bollard": {"categories": ["highway"]}, "bollard": {"categories": ["highway"]},
"bump": {"name": "bump", "categories": ["highway"]}, "bump": {"name": "speed bump", "categories": ["highway"]},
"hump": {"categories": ["highway"]}, "dip": {"name": "dip", "categories": ["highway"]},
"traffic_cushion": {"categories": ["highway"]}, "double_dip": {"name": "double dip", "categories": ["highway"]},
"traffic_table": {"categories": ["highway"]} "hump": {"categories": ["highway"], "name": "speed hump"},
"mini_bumps": {"name": "speed bumps", "categories": ["highway"]},
"rumble_strip": {"name": "rumble strips", "categories": ["highway"]},
"traffic_cushion": {"categories": ["highway"], "name": "speed cushion"},
"traffic_table": {"categories": ["highway"], "name": "speed table"}
}, },
"traffic_sigh": { "traffic_sigh": {
"stop": {"emoji": [ "🛑", "⛔️" ] , "categories": ["highway"]}, "stop": {"emoji": [ "🛑", "⛔️" ] , "categories": ["highway"]},
@ -241,9 +245,7 @@
"defibrillator": {"categories": ["emergency"]}, "defibrillator": {"categories": ["emergency"]},
"diamond": {"emoji": "💎"}, "diamond": {"emoji": "💎"},
"digital_clock": {}, "digital_clock": {},
"dip": {},
"door_with_keyhole": {"name": "door with keyhole"}, "door_with_keyhole": {"name": "door with keyhole"},
"double_dip": {},
"drinking_water": {"emoji": "🚰"}, "drinking_water": {"emoji": "🚰"},
"dumbbell": {"name": "dumbbell"}, "dumbbell": {"name": "dumbbell"},
"entrance": {"name": "door"}, "entrance": {"name": "door"},
@ -287,7 +289,6 @@
"medicine_bottle": {"name": "medicine bottle"}, "medicine_bottle": {"name": "medicine bottle"},
"microphone": {"emoji": "🎤", "name": "microphone"}, "microphone": {"emoji": "🎤", "name": "microphone"},
"milestone": {"name": "milestone"}, "milestone": {"name": "milestone"},
"mini_bumps": {},
"money": {}, "money": {},
"no_door": {}, "no_door": {},
"no_foot": {}, "no_foot": {},
@ -309,7 +310,6 @@
"roof": {"is_part": true}, "roof": {"is_part": true},
"roof_and_walls": {"is_part": true}, "roof_and_walls": {"is_part": true},
"roundabout": {}, "roundabout": {},
"rumble_strip": {},
"sheets": {"name": "two sheets"}, "sheets": {"name": "two sheets"},
"shelter": {"name": "shelter"}, "shelter": {"name": "shelter"},
"shop_convenience": {}, "shop_convenience": {},