mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
add wholesale shop preset (#4754)
This commit is contained in:
@@ -1620,6 +1620,9 @@ en:
|
||||
wheelchair:
|
||||
# wheelchair=*
|
||||
label: Wheelchair Access
|
||||
wholesale:
|
||||
# wholesale=*
|
||||
label: wholesale
|
||||
width:
|
||||
# width=*
|
||||
label: Width (Meters)
|
||||
@@ -5373,6 +5376,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"
|
||||
}
|
||||
@@ -18220,6 +18220,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,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/store"
|
||||
}
|
||||
@@ -3307,6 +3307,10 @@
|
||||
"key": "shop",
|
||||
"value": "weapons"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "wholesale"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "window_blind"
|
||||
|
||||
Vendored
+7
@@ -2642,6 +2642,9 @@
|
||||
"wheelchair": {
|
||||
"label": "Wheelchair Access"
|
||||
},
|
||||
"wholesale": {
|
||||
"label": "wholesale"
|
||||
},
|
||||
"width": {
|
||||
"label": "Width (Meters)"
|
||||
},
|
||||
@@ -5998,6 +6001,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