Merge pull request #4413 from TheGreenToaster/trade-presets

Added Trade Shop presets #4410
This commit is contained in:
Bryan Housel
2017-10-08 20:43:51 -04:00
committed by GitHub
2 changed files with 24 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "trade",
"type": "typeCombo",
"label": "Type"
}
+19
View File
@@ -0,0 +1,19 @@
{
"icon": "shop",
"fields": [
"name",
"trade",
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "trade"
},
"name": "Trade Shop"
}