mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-04 04:36:54 +02:00
Add shape names and categories.
This commit is contained in:
parent
c189c0c943
commit
41509cda91
1 changed files with 59 additions and 50 deletions
|
@ -1,11 +1,20 @@
|
||||||
{
|
{
|
||||||
"building": {
|
"architecture": {
|
||||||
|
"building_size": {
|
||||||
"apartments": {},
|
"apartments": {},
|
||||||
"building": {},
|
"building": {},
|
||||||
|
"fort": {"name": "fort"},
|
||||||
"mausoleum": {"name": "mausoleum"},
|
"mausoleum": {"name": "mausoleum"},
|
||||||
|
"minaret": {"name": "minaret"},
|
||||||
"pagoda": {"name": "pagoda"},
|
"pagoda": {"name": "pagoda"},
|
||||||
"townhall": {"name": "town hall"}
|
"townhall": {"name": "town hall"}
|
||||||
},
|
},
|
||||||
|
"small": {
|
||||||
|
"pillar": {"name": "pillar"},
|
||||||
|
"wayside_shrine": {"name": "wayside shrine"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"life": {
|
||||||
"plant": {
|
"plant": {
|
||||||
"fruit": {
|
"fruit": {
|
||||||
"apple": {"emoji": ["🍎", "🍏"], "name": "apple", "categories": ["natural"]},
|
"apple": {"emoji": ["🍎", "🍏"], "name": "apple", "categories": ["natural"]},
|
||||||
|
@ -39,6 +48,7 @@
|
||||||
"animal": {
|
"animal": {
|
||||||
"dog": {"emoji": "🐕", "name": "dog"},
|
"dog": {"emoji": "🐕", "name": "dog"},
|
||||||
"dog_and_cross": {"name": "dog and cross"}
|
"dog_and_cross": {"name": "dog and cross"}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"abstract": {
|
"abstract": {
|
||||||
|
@ -49,7 +59,9 @@
|
||||||
"at_in_square": {"emoji": "@", "name": "@ in square", "categories": ["letter"]},
|
"at_in_square": {"emoji": "@", "name": "@ in square", "categories": ["letter"]},
|
||||||
"circle_11": {"name": "circle 11 px"},
|
"circle_11": {"name": "circle 11 px"},
|
||||||
"circle_9": {"emoji": "🕳", "name": "circle 9 px"},
|
"circle_9": {"emoji": "🕳", "name": "circle 9 px"},
|
||||||
"circle_empty": {},
|
"circle_empty": {"name": "empty circle"},
|
||||||
|
"clockwise": {"name": "clockwise arrow"},
|
||||||
|
"counterclockwise": {"name": "counterclockwise arrow"},
|
||||||
"default": {},
|
"default": {},
|
||||||
"default_small": {},
|
"default_small": {},
|
||||||
"electricity": {"emoji": "⚡", "name": "lightning"},
|
"electricity": {"emoji": "⚡", "name": "lightning"},
|
||||||
|
@ -61,7 +73,7 @@
|
||||||
"triangle_small": {"emoji": "⛰️", "name": "small triangle"},
|
"triangle_small": {"emoji": "⛰️", "name": "small triangle"},
|
||||||
"wave_left": {"is_part": true, "name": "leftward waves"},
|
"wave_left": {"is_part": true, "name": "leftward waves"},
|
||||||
"wave_right": {"is_part": true, "name": "rightward waves"},
|
"wave_right": {"is_part": true, "name": "rightward waves"},
|
||||||
"wlan": {}
|
"wlan": {"name": "wireless LAN"}
|
||||||
},
|
},
|
||||||
"japan": {
|
"japan": {
|
||||||
"japan_castle": {"name": "Japanese map symbol for castle"},
|
"japan_castle": {"name": "Japanese map symbol for castle"},
|
||||||
|
@ -175,6 +187,7 @@
|
||||||
"cocktail_glass_with_straw": {"name": "cocktail glass with straw", "emoji": "🍸"},
|
"cocktail_glass_with_straw": {"name": "cocktail glass with straw", "emoji": "🍸"},
|
||||||
"coffee_cup": {"emoji": "☕", "name": "coffee cup"},
|
"coffee_cup": {"emoji": "☕", "name": "coffee cup"},
|
||||||
"knives": {"name": "knives"},
|
"knives": {"name": "knives"},
|
||||||
|
"pan": {"name": "pan"},
|
||||||
"steak_and_fork": {"name": "steak and fork"}
|
"steak_and_fork": {"name": "steak and fork"}
|
||||||
},
|
},
|
||||||
"food": {
|
"food": {
|
||||||
|
@ -242,9 +255,7 @@
|
||||||
"chimney": {"name": "chimney"},
|
"chimney": {"name": "chimney"},
|
||||||
"city_limit_sign": {},
|
"city_limit_sign": {},
|
||||||
"clock": {"emoji": "⌚", "name": "clock"},
|
"clock": {"emoji": "⌚", "name": "clock"},
|
||||||
"clockwise": {},
|
|
||||||
"comb_and_scissors": {"name": "comb and scissors"},
|
"comb_and_scissors": {"name": "comb and scissors"},
|
||||||
"counterclockwise": {},
|
|
||||||
"credit_card": {"emoji": "💳", "name": "payment card"},
|
"credit_card": {"emoji": "💳", "name": "payment card"},
|
||||||
"crossing": {},
|
"crossing": {},
|
||||||
"defibrillator": {"categories": ["emergency"]},
|
"defibrillator": {"categories": ["emergency"]},
|
||||||
|
@ -277,15 +288,15 @@
|
||||||
"hi_fi": {"name": "Hi-Fi"},
|
"hi_fi": {"name": "Hi-Fi"},
|
||||||
"human_on_ferry": {},
|
"human_on_ferry": {},
|
||||||
"hunting_stand": {"name": "hunting stand"},
|
"hunting_stand": {"name": "hunting stand"},
|
||||||
"judgement": {},
|
"judgement": {"name": "gavel"},
|
||||||
"kerb": {},
|
"kerb": {},
|
||||||
"key": {"is_part": true, "name": "key"},
|
"key": {"is_part": true, "name": "key"},
|
||||||
"kiosk": {},
|
"kiosk": {},
|
||||||
"life_ring": {"categories": ["emergency"], "emoji": "🛟"},
|
"life_ring": {"categories": ["emergency"], "emoji": "🛟"},
|
||||||
"lift_gate": {},
|
"lift_gate": {},
|
||||||
"lock": {},
|
"lock": {"emoji": "🔒", "name": "closed lock"},
|
||||||
"lock_unlocked": {},
|
"lock_unlocked": {"name": "opened lock"},
|
||||||
"lock_with_keyhole": {"emoji": "🔒"},
|
"lock_with_keyhole": {"emoji": "🔒", "name": "closed lock with keyhole"},
|
||||||
"lowered_kerb": {},
|
"lowered_kerb": {},
|
||||||
"main_entrance": {},
|
"main_entrance": {},
|
||||||
"manhole_drain": {"name": "drain manhole cover"},
|
"manhole_drain": {"name": "drain manhole cover"},
|
||||||
|
@ -296,13 +307,11 @@
|
||||||
"no_door": {},
|
"no_door": {},
|
||||||
"no_foot": {},
|
"no_foot": {},
|
||||||
"no_traffic_signals": {},
|
"no_traffic_signals": {},
|
||||||
"no_wheelchair": {},
|
"no_wheelchair": {"name": "wheelchair with X sign"},
|
||||||
"onion_roof_shape": {"name": "onion roof shape"},
|
"onion_roof_shape": {"name": "onion roof shape"},
|
||||||
"pac_man": {"name": "Pac-Man"},
|
"pac_man": {"name": "Pac-Man"},
|
||||||
"pan": {},
|
|
||||||
"pergola": {"is_part": true},
|
"pergola": {"is_part": true},
|
||||||
"picture": {},
|
"picture": {},
|
||||||
"pillar": {},
|
|
||||||
"pipeline": {},
|
"pipeline": {},
|
||||||
"platform": {"is_part": true},
|
"platform": {"is_part": true},
|
||||||
"pole": {},
|
"pole": {},
|
||||||
|
@ -367,7 +376,7 @@
|
||||||
"horizontal_bar": {"name": "high horizontal bar", "categories": ["sport"]},
|
"horizontal_bar": {"name": "high horizontal bar", "categories": ["sport"]},
|
||||||
"horizontal_ladder": {"name": "horizontal ladder", "categories": ["sport"]},
|
"horizontal_ladder": {"name": "horizontal ladder", "categories": ["sport"]},
|
||||||
"low_horizontal_bars": {"name": "low horizontal bars", "categories": ["sport"]},
|
"low_horizontal_bars": {"name": "low horizontal bars", "categories": ["sport"]},
|
||||||
"rings": {"name": "gymnastic rings"},
|
"rings": {"name": "gymnastic rings", "categories": ["sport"]},
|
||||||
"sit_up": {"name": "incline bench", "categories": ["sport"]},
|
"sit_up": {"name": "incline bench", "categories": ["sport"]},
|
||||||
"wall_bars": {"name": "wall bars", "categories": ["sport"]}
|
"wall_bars": {"name": "wall bars", "categories": ["sport"]}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue