mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
f67ec4f957
* improve search terms, and remove some which were redundant * add many missing presets under `shop=*` (from wiki) * remove `vertex` geometry from many building-like presets
20 lines
285 B
JSON
20 lines
285 B
JSON
{
|
|
"icon": "shop",
|
|
"fields": [
|
|
"shop",
|
|
"operator",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"shop": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Shop"
|
|
}
|