mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
19 lines
289 B
JSON
19 lines
289 B
JSON
{
|
|
"icon": "poi-tool",
|
|
"fields": [
|
|
"name",
|
|
"operator",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"shop": "hardware"
|
|
},
|
|
"name": "Hardware Store"
|
|
}
|