mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Renamed "Anime Shop" preset to "Anime / Manga Shop" (close #7223)
This commit is contained in:
+2
-2
@@ -7381,9 +7381,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Liquor Store'', separated by commas>'
|
||||
shop/anime:
|
||||
# shop=anime
|
||||
name: Anime Shop
|
||||
name: Anime / Manga Shop
|
||||
# 'terms: manga,japan,cosplay,figurine,dakimakura'
|
||||
terms: '<translate with synonyms or related terms for ''Anime Shop'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Anime / Manga Shop'', separated by commas>'
|
||||
shop/antiques:
|
||||
# shop=antiques
|
||||
name: Antiques Shop
|
||||
|
||||
@@ -1024,7 +1024,7 @@
|
||||
"shop/vacant": {"icon": "maki-shop", "fields": ["name", "address", "building_area"], "geometry": ["point", "area"], "tags": {"shop": "vacant"}, "name": "Vacant Shop", "searchable": false},
|
||||
"shop/agrarian": {"icon": "fas-tractor", "fields": ["{shop}", "agrarian"], "geometry": ["point", "area"], "terms": ["agricultural inputs", "agricultural machines", "seeds", "pesticides", "fertilizer", "agricultural tools"], "tags": {"shop": "agrarian"}, "name": "Farm Supply Shop"},
|
||||
"shop/alcohol": {"icon": "fas-wine-bottle", "fields": ["{shop}", "drive_through"], "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "terms": ["alcohol", "beer", "booze", "wine"], "tags": {"shop": "alcohol"}, "name": "Liquor Store"},
|
||||
"shop/anime": {"icon": "fas-dragon", "geometry": ["point", "area"], "tags": {"shop": "anime"}, "terms": ["manga", "japan", "cosplay", "figurine", "dakimakura"], "name": "Anime Shop"},
|
||||
"shop/anime": {"icon": "fas-dragon", "geometry": ["point", "area"], "tags": {"shop": "anime"}, "terms": ["manga", "japan", "cosplay", "figurine", "dakimakura"], "name": "Anime / Manga Shop"},
|
||||
"shop/antiques": {"icon": "temaki-furniture", "geometry": ["point", "area"], "tags": {"shop": "antiques"}, "name": "Antiques Shop"},
|
||||
"shop/appliance": {"icon": "temaki-laundry", "geometry": ["point", "area"], "terms": ["air conditioner", "appliance", "dishwasher", "dryer", "freezer", "fridge", "grill", "kitchen", "oven", "refrigerator", "stove", "washer", "washing machine"], "tags": {"shop": "appliance"}, "name": "Appliance Store"},
|
||||
"shop/art": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "gallery"], "tags": {"shop": "art"}, "name": "Art Store"},
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"figurine",
|
||||
"dakimakura"
|
||||
],
|
||||
"name": "Anime Shop"
|
||||
"name": "Anime / Manga Shop"
|
||||
}
|
||||
|
||||
+1
-1
@@ -968,7 +968,7 @@
|
||||
{"key": "shop", "value": "vacant", "description": "🄿 Vacant Shop (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "agrarian", "description": "🄿 Farm Supply Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-tractor.svg"},
|
||||
{"key": "shop", "value": "alcohol", "description": "🄿 Liquor Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-wine-bottle.svg"},
|
||||
{"key": "shop", "value": "anime", "description": "🄿 Anime Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-dragon.svg"},
|
||||
{"key": "shop", "value": "anime", "description": "🄿 Anime / Manga Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-dragon.svg"},
|
||||
{"key": "shop", "value": "antiques", "description": "🄿 Antiques Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/furniture.svg"},
|
||||
{"key": "shop", "value": "appliance", "description": "🄿 Appliance Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/laundry.svg"},
|
||||
{"key": "shop", "value": "art", "description": "🄿 Art Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
|
||||
Vendored
+1
-1
@@ -8875,7 +8875,7 @@
|
||||
"terms": "alcohol,beer,booze,wine"
|
||||
},
|
||||
"shop/anime": {
|
||||
"name": "Anime Shop",
|
||||
"name": "Anime / Manga Shop",
|
||||
"terms": "manga,japan,cosplay,figurine,dakimakura"
|
||||
},
|
||||
"shop/antiques": {
|
||||
|
||||
Reference in New Issue
Block a user