mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +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
298 B
JSON
20 lines
298 B
JSON
{
|
|
"icon": "marker-stroked",
|
|
"fields": [
|
|
"craft",
|
|
"operator",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"craft": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Craft"
|
|
}
|