Added Trade Shop presets #4410

This commit is contained in:
wingra2
2017-10-08 08:46:55 -05:00
parent bfda2c5438
commit ae935a562d
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"key": "trade",
"type": "typeCombo",
"label": "Type"
}

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"
}