add shop=agrarian preset and agrarian=* field

This commit is contained in:
Wille Marcel
2017-11-06 15:08:11 -02:00
parent ed332bbccb
commit 94c363abcf
7 changed files with 83 additions and 0 deletions
+8
View File
@@ -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
+5
View File
@@ -201,6 +201,11 @@
"type": "typeCombo",
"label": "Type"
},
"agrarian": {
"key": "agrarian",
"type": "semiCombo",
"label": "Products"
},
"amenity": {
"key": "amenity",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "agrarian",
"type": "semiCombo",
"label": "Products"
}
+27
View File
@@ -13519,6 +13519,33 @@
"name": "Vacant Shop",
"searchable": false
},
"shop/agrarian": {
"icon": "shop",
"fields": [
"name",
"brand",
"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": [
+27
View File
@@ -0,0 +1,27 @@
{
"icon": "shop",
"fields": [
"name",
"brand",
"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"
}
+4
View File
@@ -2591,6 +2591,10 @@
"key": "shop",
"value": "vacant"
},
{
"key": "shop",
"value": "agrarian"
},
{
"key": "shop",
"value": "alcohol"
+7
View File
@@ -1219,6 +1219,9 @@
"aeroway": {
"label": "Type"
},
"agrarian": {
"label": "Products"
},
"amenity": {
"label": "Type"
},
@@ -5052,6 +5055,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"