mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
18 lines
253 B
JSON
18 lines
253 B
JSON
{
|
|
"icon": "poi-storage-tank",
|
|
"fields": [
|
|
"name",
|
|
"man_made"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"man_made": "*"
|
|
},
|
|
"name": "Man Made"
|
|
}
|