mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add generic shop preset
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,6 +2,7 @@
|
||||
"name": "building",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
25
data/presets/presets/shop.json
Normal file
25
data/presets/presets/shop.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user