mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add aerodrome (airport) preset
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "airport",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"airplane",
|
||||
"airport",
|
||||
"aerodrome"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "aerodrome"
|
||||
}
|
||||
},
|
||||
"icon": "airport",
|
||||
"form": [
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "helipad",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"helicopter",
|
||||
"helipad",
|
||||
"heliport"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "helipad"
|
||||
}
|
||||
},
|
||||
"icon": "heliport",
|
||||
"form": [
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
[
|
||||
"aeroway/aerodrome",
|
||||
"aeroway/helipad",
|
||||
"amenity/cafe",
|
||||
"leisure/park",
|
||||
"natural/bay",
|
||||
|
||||
Reference in New Issue
Block a user