mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 10:51:45 +02:00
b945953c34
Removed terms from the unsearchable preset aerialway
18 lines
253 B
JSON
18 lines
253 B
JSON
{
|
|
"icon": "maki-pitch",
|
|
"fields": [
|
|
"name",
|
|
"leisure"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"leisure": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Leisure"
|
|
}
|