mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 17:43:39 +00:00
Merge pull request #4411 from TheGreenToaster/tile-shop
Added Tile Shop preset
This commit is contained in:
18
data/presets/presets/shop/tiles.json
Normal file
18
data/presets/presets/shop/tiles.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "tiles"
|
||||
},
|
||||
"name": "Tile Shop"
|
||||
}
|
||||
Reference in New Issue
Block a user