mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Add trophy shop preset (close #7641)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "fas-trophy",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "trophy"
|
||||
},
|
||||
"terms": [
|
||||
"awards",
|
||||
"engravings",
|
||||
"medals",
|
||||
"plaques",
|
||||
"trophy store"
|
||||
],
|
||||
"name": "Trophy Shop"
|
||||
}
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user