mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add terms to storage rental preset (close #7681)
This commit is contained in:
+1
-1
@@ -8335,7 +8335,7 @@ en:
|
||||
shop/storage_rental:
|
||||
# shop=storage_rental
|
||||
name: Storage Rental
|
||||
# 'terms: garages'
|
||||
# 'terms: device storage,garages,self storage,self-service storage,storage lockers,storage rental,storage units'
|
||||
terms: '<translate with synonyms or related terms for ''Storage Rental'', separated by commas>'
|
||||
shop/supermarket:
|
||||
# shop=supermarket
|
||||
|
||||
@@ -1189,7 +1189,7 @@
|
||||
"shop/spices": {"icon": "temaki-spice_bottle", "geometry": ["point", "area"], "terms": ["chili", "cinnamon", "curry", "ginger", "herbs", "pepper", "saffron", "salt", "spice store", "spices", "turmeric", "wasabi"], "tags": {"shop": "spices"}, "name": "Spice Shop"},
|
||||
"shop/sports": {"icon": "fas-futbol", "fields": ["name", "operator", "sport", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "sports"}, "terms": ["athletics"], "name": "Sporting Goods Store"},
|
||||
"shop/stationery": {"icon": "fas-paperclip", "geometry": ["point", "area"], "terms": ["card", "paper"], "tags": {"shop": "stationery"}, "name": "Stationery Store"},
|
||||
"shop/storage_rental": {"icon": "temaki-storage_rental", "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "terms": ["garages"], "name": "Storage Rental"},
|
||||
"shop/storage_rental": {"icon": "temaki-storage_rental", "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "terms": ["device storage", "garages", "self storage", "self-service storage", "storage lockers", "storage rental", "storage units"], "name": "Storage Rental"},
|
||||
"shop/supermarket": {"icon": "maki-grocery", "moreFields": ["{shop}", "diet_multi"], "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": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["clothes", "suit"], "tags": {"shop": "tailor"}, "name": "Tailor"},
|
||||
|
||||
@@ -8,7 +8,13 @@
|
||||
"shop": "storage_rental"
|
||||
},
|
||||
"terms": [
|
||||
"garages"
|
||||
"device storage",
|
||||
"garages",
|
||||
"self storage",
|
||||
"self-service storage",
|
||||
"storage lockers",
|
||||
"storage rental",
|
||||
"storage units"
|
||||
],
|
||||
"name": "Storage Rental"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -9738,7 +9738,7 @@
|
||||
},
|
||||
"shop/storage_rental": {
|
||||
"name": "Storage Rental",
|
||||
"terms": "garages"
|
||||
"terms": "device storage,garages,self storage,self-service storage,storage lockers,storage rental,storage units"
|
||||
},
|
||||
"shop/supermarket": {
|
||||
"name": "Supermarket",
|
||||
|
||||
Reference in New Issue
Block a user