Add generic shop preset

This commit is contained in:
John Firebaugh
2013-03-08 20:47:57 -08:00
parent 357ab519d4
commit ffedc37b96
3 changed files with 27 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2,6 +2,7 @@
"name": "building",
"match": {
"type": [
"point",
"area"
],
"tags": {

View File

@@ -0,0 +1,25 @@
{
"name": "shop",
"match": {
"type": [
"point",
"area"
],
"tags": {
"shop": "*"
},
"terms": []
},
"icon": "shop",
"form": [
{
"key": "shop",
"type": "combo"
},
"address",
{
"key": "opening_hours",
"type": "text"
}
]
}