Merge pull request #3457 from boothym/e-cigarette

Add e-cigarette shop preset
This commit is contained in:
Bryan Housel
2016-10-02 20:39:23 -04:00
committed by GitHub
@@ -0,0 +1,21 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "e-cigarette"
},
"terms": [
"electronic",
"vapor"
],
"name": "E-Cigarette Shop"
}