mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
5cd65efd6e
Add icon to generic power preset
18 lines
263 B
JSON
18 lines
263 B
JSON
{
|
|
"icon": "maki-airport",
|
|
"fields": [
|
|
"aeroway"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"aeroway": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Aeroway Feature"
|
|
}
|