mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
b945953c34
Removed terms from the unsearchable preset aerialway
22 lines
327 B
JSON
22 lines
327 B
JSON
{
|
|
"icon": "temaki-storage_tank",
|
|
"fields": [
|
|
"name",
|
|
"man_made"
|
|
],
|
|
"moreFields": [
|
|
"material"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"man_made": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Man Made"
|
|
}
|