mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
16 lines
219 B
JSON
16 lines
219 B
JSON
{
|
|
"icon": "poi-ruins",
|
|
"fields": [
|
|
"historic"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"historic": "*"
|
|
},
|
|
"name": "Historic Site"
|
|
}
|