diff --git a/map_machine/icons/config.json b/map_machine/icons/config.json index 99088f9..97c8b7f 100644 --- a/map_machine/icons/config.json +++ b/map_machine/icons/config.json @@ -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": {},