Skip to content

Commit

Permalink
Issue #50: add icon for man_made=obelisk.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Nov 13, 2021
1 parent f73638c commit 09cd37d
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 37 deletions.
11 changes: 7 additions & 4 deletions map_machine/icons/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@
"guidepost": {"directed": "right"},
"guys": {},
"hi_fi": {"name": "Hi-Fi"},
"historic": {},
"hopscotch": {"name": "hopscotch"},
"human_on_ferry": {},
"hunting_stand": {"name": "hunting stand"},
Expand All @@ -285,7 +284,6 @@
"main_entrance": {},
"manhole_drain": {"name": "drain manhole cover"},
"medicine_bottle": {"name": "medicine bottle"},
"memorial": {"categories": ["historic"]},
"microphone": {"emoji": "🎤", "name": "microphone"},
"milestone": {"name": "milestone"},
"mini_bumps": {},
Expand All @@ -301,7 +299,6 @@
"picture": {},
"pillar": {},
"pipeline": {},
"plaque": {"name": "plaque with inscription", "categories": ["historic"]},
"platform": {"is_part": true },
"pole": {},
"power_generator": {},
Expand All @@ -322,7 +319,6 @@
"speed_limit_mph": {"name": "speed limit box for mph"},
"stained_glass": {"name": "stained glass"},
"staircase": {"name": "door with stairs"},
"statue": {"name": "statue", "categories": ["historic"]},
"statue_exhibit": {},
"street_cabinet": {},
"street_lamp": {},
Expand Down Expand Up @@ -472,5 +468,12 @@
"vending_machine": {},
"vending_p": {"name": "vending machine with letter P"},
"vending_tickets": {}
},
"historic": {
"historic": {},
"obelisk": {"name": "obelisk", "categories": ["historic"]},
"memorial": {"categories": ["historic"]},
"plaque": {"name": "plaque with inscription", "categories": ["historic"]},
"statue": {"name": "statue", "categories": ["historic"]}
}
}
Loading

0 comments on commit 09cd37d

Please sign in to comment.