Add preset for shop=swimming_pool (close #6599)

This commit is contained in:
Quincy Morgan
2019-07-03 14:40:02 -04:00
parent 5faf8af2d8
commit 14c05a1e95
5 changed files with 33 additions and 0 deletions
+5
View File
@@ -7278,6 +7278,11 @@ en:
name: Supermarket
# 'terms: grocery,store,shop'
terms: '<translate with synonyms or related terms for ''Supermarket'', separated by commas>'
shop/swimming_pool:
# shop=swimming_pool
name: Pool Supply Store
# 'terms: hot tub equipment store,hot tub maintenance store,hot tub supply store,pool shop,pool store,swimming pool equipment store,swimming pool installation store,swimming pool maintenance store,swimming pool supply shop'
terms: '<translate with synonyms or related terms for ''Pool Supply Store'', separated by commas>'
shop/tailor:
# shop=tailor
name: Tailor
+1
View File
@@ -1093,6 +1093,7 @@
"shop/stationery": {"icon": "fas-paperclip", "geometry": ["point", "area"], "terms": ["card", "paper"], "tags": {"shop": "stationery"}, "name": "Stationery Store"},
"shop/storage_rental": {"icon": "fas-warehouse", "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "terms": ["garages"], "name": "Storage Rental"},
"shop/supermarket": {"icon": "maki-grocery", "moreFields": ["diet_multi", "{shop}"], "geometry": ["point", "area"], "terms": ["grocery", "store", "shop"], "tags": {"shop": "supermarket"}, "name": "Supermarket"},
"shop/swimming_pool": {"icon": "fas-swimmer", "geometry": ["point", "area"], "terms": ["hot tub equipment store", "hot tub maintenance store", "hot tub supply store", "pool shop", "pool store", "swimming pool equipment store", "swimming pool installation store", "swimming pool maintenance store", "swimming pool supply shop"], "tags": {"shop": "swimming_pool"}, "name": "Pool Supply Store"},
"shop/tailor": {"icon": "maki-clothing-store", "geometry": ["point", "area"], "terms": ["clothes", "suit"], "tags": {"shop": "tailor"}, "name": "Tailor"},
"shop/tattoo": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "tattoo"}, "terms": ["ink"], "name": "Tattoo Parlor"},
"shop/tea": {"icon": "maki-teahouse", "geometry": ["point", "area"], "tags": {"shop": "tea"}, "name": "Tea Store"},
@@ -0,0 +1,22 @@
{
"icon": "fas-swimmer",
"geometry": [
"point",
"area"
],
"terms": [
"hot tub equipment store",
"hot tub maintenance store",
"hot tub supply store",
"pool shop",
"pool store",
"swimming pool equipment store",
"swimming pool installation store",
"swimming pool maintenance store",
"swimming pool supply shop"
],
"tags": {
"shop": "swimming_pool"
},
"name": "Pool Supply Store"
}
+1
View File
@@ -1030,6 +1030,7 @@
{"key": "shop", "value": "stationery", "description": "🄿 Stationery Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-paperclip.svg"},
{"key": "shop", "value": "storage_rental", "description": "🄿 Storage Rental", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-warehouse.svg"},
{"key": "shop", "value": "supermarket", "description": "🄿 Supermarket", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/grocery-15.svg"},
{"key": "shop", "value": "swimming_pool", "description": "🄿 Pool Supply Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-swimmer.svg"},
{"key": "shop", "value": "tailor", "description": "🄿 Tailor", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/clothing-store-15.svg"},
{"key": "shop", "value": "tattoo", "description": "🄿 Tattoo Parlor", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "tea", "description": "🄿 Tea Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/teahouse-15.svg"},
+4
View File
@@ -8718,6 +8718,10 @@
"name": "Supermarket",
"terms": "grocery,store,shop"
},
"shop/swimming_pool": {
"name": "Pool Supply Store",
"terms": "hot tub equipment store,hot tub maintenance store,hot tub supply store,pool shop,pool store,swimming pool equipment store,swimming pool installation store,swimming pool maintenance store,swimming pool supply shop"
},
"shop/tailor": {
"name": "Tailor",
"terms": "clothes,suit"