mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Merge branch '4754_Create_new_presets_for_shop_wholesale_and_shop_health_food' of https://github.com/fritruc/iD into fritruc-4754_Create_new_presets_for_shop_wholesale_and_shop_health_food
This commit is contained in:
@@ -1620,6 +1620,9 @@ en:
|
||||
wheelchair:
|
||||
# wheelchair=*
|
||||
label: Wheelchair Access
|
||||
wholesale:
|
||||
# wholesale=*
|
||||
label: wholesale
|
||||
width:
|
||||
# width=*
|
||||
label: Width (Meters)
|
||||
@@ -5114,6 +5117,11 @@ en:
|
||||
# shop=hardware
|
||||
name: Hardware Store
|
||||
terms: '<translate with synonyms or related terms for ''Hardware Store'', separated by commas>'
|
||||
shop/health_food:
|
||||
# 'shop=health_food '
|
||||
name: Health food shop
|
||||
# 'terms: wholefood,vitamins,vegetarian,vegan'
|
||||
terms: '<translate with synonyms or related terms for ''Health food shop'', separated by commas>'
|
||||
shop/hearing_aids:
|
||||
# shop=hearing_aids
|
||||
name: Hearing Aids Store
|
||||
@@ -5373,6 +5381,11 @@ en:
|
||||
name: Weapon Shop
|
||||
# 'terms: ammo,gun,knife,knives'
|
||||
terms: '<translate with synonyms or related terms for ''Weapon Shop'', separated by commas>'
|
||||
shop/wholesale:
|
||||
# shop=wholesale
|
||||
name: Wholesale shop/store
|
||||
# 'terms: warehouse club,cash and carry'
|
||||
terms: '<translate with synonyms or related terms for ''Wholesale shop/store'', separated by commas>'
|
||||
shop/window_blind:
|
||||
# shop=window_blind
|
||||
name: Window Blind Store
|
||||
|
||||
@@ -2202,6 +2202,11 @@
|
||||
"universal": true,
|
||||
"label": "Wheelchair Access"
|
||||
},
|
||||
"wholesale": {
|
||||
"key": "wholesale",
|
||||
"type": "typeCombo",
|
||||
"label": "wholesale"
|
||||
},
|
||||
"width": {
|
||||
"key": "width",
|
||||
"type": "number",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "wholesale",
|
||||
"type": "typeCombo",
|
||||
"label": "wholesale"
|
||||
}
|
||||
@@ -17006,6 +17006,31 @@
|
||||
},
|
||||
"name": "Hardware Store"
|
||||
},
|
||||
"shop/health_food": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"wholefood",
|
||||
"vitamins",
|
||||
"vegetarian",
|
||||
"vegan"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "health_food "
|
||||
},
|
||||
"name": "Health food shop"
|
||||
},
|
||||
"shop/hearing_aids": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
@@ -18220,6 +18245,30 @@
|
||||
},
|
||||
"name": "Weapon Shop"
|
||||
},
|
||||
"shop/wholesale": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"wholesale",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"warehouse club",
|
||||
"cash and carry"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "wholesale"
|
||||
},
|
||||
"name": "Wholesale shop/store"
|
||||
},
|
||||
"shop/window_blind": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"wholefood",
|
||||
"vitamins",
|
||||
"vegetarian",
|
||||
"vegan"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "health_food "
|
||||
},
|
||||
"name": "Health Food Shop"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"wholesale",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"warehouse club",
|
||||
"cash and carry"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "wholesale"
|
||||
},
|
||||
"name": "Wholesale Shop"
|
||||
}
|
||||
@@ -3071,6 +3071,10 @@
|
||||
"key": "shop",
|
||||
"value": "hardware"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "health_food "
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "hearing_aids"
|
||||
@@ -3307,6 +3311,10 @@
|
||||
"key": "shop",
|
||||
"value": "weapons"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "wholesale"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "window_blind"
|
||||
|
||||
Vendored
+11
@@ -2642,6 +2642,9 @@
|
||||
"wheelchair": {
|
||||
"label": "Wheelchair Access"
|
||||
},
|
||||
"wholesale": {
|
||||
"label": "wholesale"
|
||||
},
|
||||
"width": {
|
||||
"label": "Width (Meters)"
|
||||
},
|
||||
@@ -5762,6 +5765,10 @@
|
||||
"name": "Hardware Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/health_food": {
|
||||
"name": "Health food shop",
|
||||
"terms": "wholefood,vitamins,vegetarian,vegan"
|
||||
},
|
||||
"shop/hearing_aids": {
|
||||
"name": "Hearing Aids Store",
|
||||
"terms": ""
|
||||
@@ -5998,6 +6005,10 @@
|
||||
"name": "Weapon Shop",
|
||||
"terms": "ammo,gun,knife,knives"
|
||||
},
|
||||
"shop/wholesale": {
|
||||
"name": "Wholesale shop/store",
|
||||
"terms": "warehouse club,cash and carry"
|
||||
},
|
||||
"shop/window_blind": {
|
||||
"name": "Window Blind Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user