Add aerodrome (airport) preset

This commit is contained in:
John Firebaugh
2013-03-07 17:13:13 -08:00
parent 244d56ee42
commit 78b316119b
3 changed files with 42 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"name": "airport",
"match": {
"type": [
"point",
"area"
],
"terms": [
"airplane",
"airport",
"aerodrome"
],
"tags": {
"aeroway": "aerodrome"
}
},
"icon": "airport",
"form": [
]
}
+20
View File
@@ -0,0 +1,20 @@
{
"name": "helipad",
"match": {
"type": [
"point",
"area"
],
"terms": [
"helicopter",
"helipad",
"heliport"
],
"tags": {
"aeroway": "helipad"
}
},
"icon": "heliport",
"form": [
]
}
+2
View File
@@ -1,4 +1,6 @@
[
"aeroway/aerodrome",
"aeroway/helipad",
"amenity/cafe",
"leisure/park",
"natural/bay",