mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Add Printer Ink Store preset
Update brand presets for name-suggestion-index 3.1.0
This commit is contained in:
@@ -7250,6 +7250,11 @@ en:
|
||||
name: Photography Store
|
||||
# 'terms: camera,film'
|
||||
terms: '<translate with synonyms or related terms for ''Photography Store'', separated by commas>'
|
||||
shop/printer_ink:
|
||||
# shop=printer_ink
|
||||
name: Printer Ink Store
|
||||
# 'terms: copier ink,fax ink,ink cartridges,toner'
|
||||
terms: '<translate with synonyms or related terms for ''Printer Ink Store'', separated by commas>'
|
||||
shop/pyrotechnics:
|
||||
# shop=pyrotechnics
|
||||
name: Fireworks Store
|
||||
|
||||
+417
-236
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-shop",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"copier ink",
|
||||
"fax ink",
|
||||
"ink cartridges",
|
||||
"toner"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "printer_ink"
|
||||
},
|
||||
"name": "Printer Ink Store"
|
||||
}
|
||||
@@ -1022,6 +1022,7 @@
|
||||
{"key": "shop", "value": "pet_grooming", "description": "🄿 Pet Grooming Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/dog-park-15.svg"},
|
||||
{"key": "shop", "value": "pet", "description": "🄿 Pet Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/dog-park-15.svg"},
|
||||
{"key": "shop", "value": "photo", "description": "🄿 Photography Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-camera-retro.svg"},
|
||||
{"key": "shop", "value": "printer_ink", "description": "🄿 Printer Ink Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "pyrotechnics", "description": "🄿 Fireworks Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "radiotechnics", "description": "🄿 Radio/Electronic Component Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-microchip.svg"},
|
||||
{"key": "shop", "value": "religion", "description": "🄿 Religious Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
|
||||
Vendored
+4
@@ -8699,6 +8699,10 @@
|
||||
"name": "Photography Store",
|
||||
"terms": "camera,film"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "Printer Ink Store",
|
||||
"terms": "copier ink,fax ink,ink cartridges,toner"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "Fireworks Store",
|
||||
"terms": "fireworks"
|
||||
|
||||
Reference in New Issue
Block a user