mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 19:31:52 +02:00
Add names for traffic-calming icons.
This commit is contained in:
parent
55d823bbc1
commit
29a8f001ac
1 changed files with 8 additions and 8 deletions
|
@ -113,10 +113,14 @@
|
|||
"traffic_barrier": {
|
||||
"block": {"categories": ["highway"]},
|
||||
"bollard": {"categories": ["highway"]},
|
||||
"bump": {"name": "bump", "categories": ["highway"]},
|
||||
"hump": {"categories": ["highway"]},
|
||||
"traffic_cushion": {"categories": ["highway"]},
|
||||
"traffic_table": {"categories": ["highway"]}
|
||||
"bump": {"name": "speed bump", "categories": ["highway"]},
|
||||
"dip": {"name": "dip", "categories": ["highway"]},
|
||||
"double_dip": {"name": "double dip", "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": {
|
||||
"stop": {"emoji": [ "🛑", "⛔️" ] , "categories": ["highway"]},
|
||||
|
@ -241,9 +245,7 @@
|
|||
"defibrillator": {"categories": ["emergency"]},
|
||||
"diamond": {"emoji": "💎"},
|
||||
"digital_clock": {},
|
||||
"dip": {},
|
||||
"door_with_keyhole": {"name": "door with keyhole"},
|
||||
"double_dip": {},
|
||||
"drinking_water": {"emoji": "🚰"},
|
||||
"dumbbell": {"name": "dumbbell"},
|
||||
"entrance": {"name": "door"},
|
||||
|
@ -287,7 +289,6 @@
|
|||
"medicine_bottle": {"name": "medicine bottle"},
|
||||
"microphone": {"emoji": "🎤", "name": "microphone"},
|
||||
"milestone": {"name": "milestone"},
|
||||
"mini_bumps": {},
|
||||
"money": {},
|
||||
"no_door": {},
|
||||
"no_foot": {},
|
||||
|
@ -309,7 +310,6 @@
|
|||
"roof": {"is_part": true},
|
||||
"roof_and_walls": {"is_part": true},
|
||||
"roundabout": {},
|
||||
"rumble_strip": {},
|
||||
"sheets": {"name": "two sheets"},
|
||||
"shelter": {"name": "shelter"},
|
||||
"shop_convenience": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue