mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
18 lines
272 B
JSON
18 lines
272 B
JSON
{
|
|
"icon": "poi-tool",
|
|
"fields": [
|
|
"operator",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"craft": "blacksmith"
|
|
},
|
|
"name": "Blacksmith"
|
|
}
|