Add trophy shop preset (close #7641)

This commit is contained in:
Quincy Morgan
2020-06-01 09:51:32 -04:00
parent 909690c87c
commit a8437d3edc
6 changed files with 30 additions and 0 deletions
+5
View File
@@ -8374,6 +8374,11 @@ en:
name: Travel Agency
# 'terms: cruises,flights,hotels,tickets,travel packages'
terms: '<translate with synonyms or related terms for ''Travel Agency'', separated by commas>'
shop/trophy:
# shop=trophy
name: Trophy Shop
# 'terms: awards,engravings,medals,plaques,trophy store'
terms: '<translate with synonyms or related terms for ''Trophy Shop'', separated by commas>'
shop/tyres:
# shop=tyres
name: Tire Store
+1
View File
@@ -1198,6 +1198,7 @@
"shop/toys": {"icon": "fas-rocket", "geometry": ["point", "area"], "tags": {"shop": "toys"}, "terms": ["games"], "name": "Toy Store"},
"shop/trade": {"icon": "temaki-tools", "fields": ["name", "trade", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "trade"}, "name": "Trade Shop"},
"shop/travel_agency": {"icon": "fas-suitcase", "geometry": ["point", "area"], "tags": {"shop": "travel_agency"}, "terms": ["cruises", "flights", "hotels", "tickets", "travel packages"], "name": "Travel Agency"},
"shop/trophy": {"icon": "fas-trophy", "geometry": ["point", "area"], "tags": {"shop": "trophy"}, "terms": ["awards", "engravings", "medals", "plaques", "trophy store"], "name": "Trophy Shop"},
"shop/tyres": {"icon": "temaki-tire", "geometry": ["point", "area"], "tags": {"shop": "tyres"}, "name": "Tire Store"},
"shop/vacuum_cleaner": {"icon": "temaki-vacuum", "geometry": ["point", "area"], "tags": {"shop": "vacuum_cleaner"}, "name": "Vacuum Cleaner Store"},
"shop/variety_store": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "variety_store"}, "name": "Variety Store"},
+18
View File
@@ -0,0 +1,18 @@
{
"icon": "fas-trophy",
"geometry": [
"point",
"area"
],
"tags": {
"shop": "trophy"
},
"terms": [
"awards",
"engravings",
"medals",
"plaques",
"trophy store"
],
"name": "Trophy Shop"
}
+1
View File
@@ -1143,6 +1143,7 @@
{"key": "shop", "value": "toys", "description": "🄿 Toy Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-rocket.svg"},
{"key": "shop", "value": "trade", "description": "🄿 Trade Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
{"key": "shop", "value": "travel_agency", "description": "🄿 Travel Agency", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-suitcase.svg"},
{"key": "shop", "value": "trophy", "description": "🄿 Trophy Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-trophy.svg"},
{"key": "shop", "value": "tyres", "description": "🄿 Tire Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tire.svg"},
{"key": "shop", "value": "vacuum_cleaner", "description": "🄿 Vacuum Cleaner Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/vacuum.svg"},
{"key": "shop", "value": "variety_store", "description": "🄿 Variety Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
+4
View File
@@ -9741,6 +9741,10 @@
"name": "Travel Agency",
"terms": "cruises,flights,hotels,tickets,travel packages"
},
"shop/trophy": {
"name": "Trophy Shop",
"terms": "awards,engravings,medals,plaques,trophy store"
},
"shop/tyres": {
"name": "Tire Store",
"terms": ""
+1
View File
@@ -0,0 +1 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="trophy" class="svg-inline--fa fa-trophy fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z"></path></svg>

After

Width:  |  Height:  |  Size: 812 B