mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
Merge pull request #4507 from willemarcel/shop_agrarian
add shop=agrarian preset and agrarian=* field
This commit is contained in:
@@ -165,6 +165,9 @@ en:
|
||||
aeroway:
|
||||
# aeroway=*
|
||||
label: Type
|
||||
agrarian:
|
||||
# agrarian=*
|
||||
label: Products
|
||||
amenity:
|
||||
# amenity=*
|
||||
label: Type
|
||||
@@ -4513,6 +4516,11 @@ en:
|
||||
# shop=*
|
||||
name: Shop
|
||||
terms: '<translate with synonyms or related terms for ''Shop'', separated by commas>'
|
||||
shop/agrarian:
|
||||
# shop=agrarian
|
||||
name: Agriculture Shop
|
||||
# 'terms: agricultural inputs,agricultural machines,seeds,pesticides,fertilizer,agricultural tools'
|
||||
terms: '<translate with synonyms or related terms for ''Agriculture Shop'', separated by commas>'
|
||||
shop/alcohol:
|
||||
# shop=alcohol
|
||||
name: Liquor Store
|
||||
|
||||
@@ -201,6 +201,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"agrarian": {
|
||||
"key": "agrarian",
|
||||
"type": "semiCombo",
|
||||
"label": "Products"
|
||||
},
|
||||
"amenity": {
|
||||
"key": "amenity",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "agrarian",
|
||||
"type": "semiCombo",
|
||||
"label": "Products"
|
||||
}
|
||||
@@ -13519,6 +13519,33 @@
|
||||
"name": "Vacant Shop",
|
||||
"searchable": false
|
||||
},
|
||||
"shop/agrarian": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"agrarian",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"agricultural inputs",
|
||||
"agricultural machines",
|
||||
"seeds",
|
||||
"pesticides",
|
||||
"fertilizer",
|
||||
"agricultural tools"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "agrarian"
|
||||
},
|
||||
"name": "Agriculture Shop"
|
||||
},
|
||||
"shop/alcohol": {
|
||||
"icon": "alcohol-shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"agrarian",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"agricultural inputs",
|
||||
"agricultural machines",
|
||||
"seeds",
|
||||
"pesticides",
|
||||
"fertilizer",
|
||||
"agricultural tools"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "agrarian"
|
||||
},
|
||||
"name": "Agriculture Shop"
|
||||
}
|
||||
@@ -2591,6 +2591,10 @@
|
||||
"key": "shop",
|
||||
"value": "vacant"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "agrarian"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "alcohol"
|
||||
|
||||
Vendored
+7
@@ -1226,6 +1226,9 @@
|
||||
"aeroway": {
|
||||
"label": "Type"
|
||||
},
|
||||
"agrarian": {
|
||||
"label": "Products"
|
||||
},
|
||||
"amenity": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -5059,6 +5062,10 @@
|
||||
"name": "Vacant Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/agrarian": {
|
||||
"name": "Agriculture Shop",
|
||||
"terms": "agricultural inputs,agricultural machines,seeds,pesticides,fertilizer,agricultural tools"
|
||||
},
|
||||
"shop/alcohol": {
|
||||
"name": "Liquor Store",
|
||||
"terms": "alcohol,beer,booze,wine"
|
||||
|
||||
Reference in New Issue
Block a user