mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-10 03:47:34 +02:00
Merge pull request #4411 from TheGreenToaster/tile-shop
Added Tile Shop preset
This commit is contained in:
@@ -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