diff --git a/data/presets.yaml b/data/presets.yaml index 3fae35683..28b18c332 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6547,6 +6547,11 @@ en: name: Furniture Store # 'terms: chair,sofa,table' terms: '' + shop/games: + # shop=games + name: Tabletop Game Store + # 'terms: board game,card game,dice game,game shop,live action role-playing game,miniatures wargame,strategy game' + terms: '' shop/garden_centre: # shop=garden_centre name: Garden Center diff --git a/data/presets/presets.json b/data/presets/presets.json index 22bef7b6c..5d908ef27 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -955,6 +955,7 @@ "shop/fuel": {"icon": "maki-shop", "fields": ["{shop}", "fuel_multi"], "geometry": ["point", "area"], "tags": {"shop": "fuel"}, "name": "Fuel Shop", "matchScore": 0.5}, "shop/funeral_directors": {"icon": "maki-cemetery", "fields": ["{shop}", "religion", "denomination"], "geometry": ["point", "area"], "terms": ["undertaker", "memorial home"], "tags": {"shop": "funeral_directors"}, "name": "Funeral Home"}, "shop/furniture": {"icon": "fas-couch", "geometry": ["point", "area"], "terms": ["chair", "sofa", "table"], "tags": {"shop": "furniture"}, "name": "Furniture Store"}, + "shop/games": {"icon": "fas-dice", "geometry": ["point", "area"], "tags": {"shop": "games"}, "terms": ["board game", "card game", "dice game", "game shop", "live action role-playing game", "miniatures wargame", "strategy game"], "name": "Tabletop Game Store"}, "shop/garden_centre": {"icon": "maki-garden-centre", "geometry": ["point", "area"], "terms": ["landscape", "mulch", "shrub", "tree"], "tags": {"shop": "garden_centre"}, "name": "Garden Center"}, "shop/gas": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["cng", "lpg", "natural gas", "propane", "refill", "tank"], "tags": {"shop": "gas"}, "name": "Bottled Gas Shop"}, "shop/gift": {"icon": "maki-gift", "geometry": ["point", "area"], "terms": ["souvenir"], "tags": {"shop": "gift"}, "name": "Gift Shop"}, diff --git a/data/presets/presets/shop/games.json b/data/presets/presets/shop/games.json new file mode 100644 index 000000000..15a74a5f2 --- /dev/null +++ b/data/presets/presets/shop/games.json @@ -0,0 +1,20 @@ +{ + "icon": "fas-dice", + "geometry": [ + "point", + "area" + ], + "tags": { + "shop": "games" + }, + "terms": [ + "board game", + "card game", + "dice game", + "game shop", + "live action role-playing game", + "miniatures wargame", + "strategy game" + ], + "name": "Tabletop Game Store" +} diff --git a/data/taginfo.json b/data/taginfo.json index e1a05a46b..e2df8f2be 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -898,6 +898,7 @@ {"key": "shop", "value": "fuel", "description": "🄿 Fuel Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"}, {"key": "shop", "value": "funeral_directors", "description": "🄿 Funeral Home", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/cemetery-15.svg?sanitize=true"}, {"key": "shop", "value": "furniture", "description": "🄿 Furniture Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-couch.svg?sanitize=true"}, + {"key": "shop", "value": "games", "description": "🄿 Tabletop Game Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-dice.svg?sanitize=true"}, {"key": "shop", "value": "garden_centre", "description": "🄿 Garden Center", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/garden-centre-15.svg?sanitize=true"}, {"key": "shop", "value": "gas", "description": "🄿 Bottled Gas Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"}, {"key": "shop", "value": "gift", "description": "🄿 Gift Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/gift-15.svg?sanitize=true"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 6bfca2a34..d071f2877 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -7879,6 +7879,10 @@ "name": "Furniture Store", "terms": "chair,sofa,table" }, + "shop/games": { + "name": "Tabletop Game Store", + "terms": "board game,card game,dice game,game shop,live action role-playing game,miniatures wargame,strategy game" + }, "shop/garden_centre": { "name": "Garden Center", "terms": "landscape,mulch,shrub,tree" diff --git a/svg/fontawesome/fas-dice.svg b/svg/fontawesome/fas-dice.svg new file mode 100644 index 000000000..9d910f9db --- /dev/null +++ b/svg/fontawesome/fas-dice.svg @@ -0,0 +1 @@ + \ No newline at end of file