mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
5bf1c4784a
Use field inheritance for Halfpipe preset
20 lines
276 B
JSON
20 lines
276 B
JSON
{
|
|
"fields": [
|
|
"name",
|
|
"aerialway"
|
|
],
|
|
"moreFields": [
|
|
"layer"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line"
|
|
],
|
|
"tags": {
|
|
"aerialway": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Aerialway"
|
|
}
|