mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
1658ada4db
Probably should have just done this when we did #4590 The "commercial" icon looks more like a retail storefront.
22 lines
328 B
JSON
22 lines
328 B
JSON
{
|
|
"icon": "suitcase",
|
|
"fields": [
|
|
"name",
|
|
"office",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours",
|
|
"smoking"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"office": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Office"
|
|
}
|