mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
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",
|
||||
"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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -2591,6 +2591,10 @@
|
||||
"key": "shop",
|
||||
"value": "vacant"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "agrarian"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "alcohol"
|
||||
|
||||
Vendored
+7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user