add more aeroway presets

This commit is contained in:
Ansis Brammanis
2013-05-01 12:37:24 -04:00
parent 5ded5fca4e
commit 3995e6e8bd
13 changed files with 263 additions and 1 deletions
+22
View File
@@ -102,6 +102,10 @@ en:
label: Type
historic:
label: Type
iata:
label: IATA
icao:
label: ICAO
incline:
label: Incline
internet_access:
@@ -218,9 +222,27 @@ en:
aeroway/aerodrome:
name: Airport
terms: "airplane,airport,aerodrome"
aeroway/apron:
name: Apron
terms: ramp
aeroway/gate:
name: Airport gate
terms: ""
aeroway/hangar:
name: Hangar
terms: ""
aeroway/helipad:
name: Helipad
terms: "helicopter,helipad,heliport"
aeroway/runway:
name: Runway
terms: landing strip
aeroway/taxiway:
name: Taxiway
terms: ""
aeroway/terminal:
name: Airport terminal
terms: "airport,aerodrome"
amenity:
name: Amenity
terms: ""
+10
View File
@@ -230,6 +230,16 @@
"type": "combo",
"label": "Type"
},
"iata": {
"key": "iata",
"type": "text",
"label": "IATA"
},
"icao": {
"key": "icao",
"type": "text",
"label": "ICAO"
},
"incline": {
"key": "incline",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "iata",
"type": "text",
"label": "IATA"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "icao",
"type": "text",
"label": "ICAO"
}
+96
View File
@@ -26,11 +26,59 @@
"airport",
"aerodrome"
],
"fields": [
"ref",
"iata",
"icao",
"operator"
],
"tags": {
"aeroway": "aerodrome"
},
"name": "Airport"
},
"aeroway/apron": {
"icon": "airport",
"geometry": [
"area"
],
"terms": [
"ramp"
],
"fields": [
"ref",
"surface"
],
"tags": {
"aeroway": "apron"
},
"name": "Apron"
},
"aeroway/gate": {
"icon": "airport",
"geometry": [
"point"
],
"fields": [
"ref"
],
"tags": {
"aeroway": "gate"
},
"name": "Airport gate"
},
"aeroway/hangar": {
"geometry": [
"area"
],
"fields": [
"building_area"
],
"tags": {
"aeroway": "hangar"
},
"name": "Hangar"
},
"aeroway/helipad": {
"icon": "heliport",
"geometry": [
@@ -47,6 +95,54 @@
},
"name": "Helipad"
},
"aeroway/runway": {
"geometry": [
"line",
"area"
],
"terms": [
"landing strip"
],
"fields": [
"ref",
"surface"
],
"tags": {
"aeroway": "runway"
},
"name": "Runway"
},
"aeroway/taxiway": {
"geometry": [
"line"
],
"fields": [
"ref",
"surface"
],
"tags": {
"aeroway": "taxiway"
},
"name": "Taxiway"
},
"aeroway/terminal": {
"geometry": [
"point",
"area"
],
"terms": [
"airport",
"aerodrome"
],
"fields": [
"operator",
"building_area"
],
"tags": {
"aeroway": "terminal"
},
"name": "Airport terminal"
},
"amenity": {
"fields": [
"amenity"
+7 -1
View File
@@ -9,8 +9,14 @@
"airport",
"aerodrome"
],
"fields": [
"ref",
"iata",
"icao",
"operator"
],
"tags": {
"aeroway": "aerodrome"
},
"name": "Airport"
}
}
+17
View File
@@ -0,0 +1,17 @@
{
"icon": "airport",
"geometry": [
"area"
],
"terms": [
"ramp"
],
"fields": [
"ref",
"surface"
],
"tags": {
"aeroway": "apron"
},
"name": "Apron"
}
+11
View File
@@ -0,0 +1,11 @@
{
"icon": "airport",
"geometry": [
"point"
],
"fields": ["ref"],
"tags": {
"aeroway": "gate"
},
"name": "Airport gate"
}
+12
View File
@@ -0,0 +1,12 @@
{
"geometry": [
"area"
],
"fields": [
"building_area"
],
"tags": {
"aeroway": "hangar"
},
"name": "Hangar"
}
+17
View File
@@ -0,0 +1,17 @@
{
"geometry": [
"line",
"area"
],
"terms": [
"landing strip"
],
"fields": [
"ref",
"surface"
],
"tags": {
"aeroway": "runway"
},
"name": "Runway"
}
+13
View File
@@ -0,0 +1,13 @@
{
"geometry": [
"line"
],
"fields": [
"ref",
"surface"
],
"tags": {
"aeroway": "taxiway"
},
"name": "Taxiway"
}
@@ -0,0 +1,18 @@
{
"geometry": [
"point",
"area"
],
"terms": [
"airport",
"aerodrome"
],
"fields": [
"operator",
"building_area"
],
"tags": {
"aeroway": "terminal"
},
"name": "Airport terminal"
}
+30
View File
@@ -462,6 +462,12 @@
"historic": {
"label": "Type"
},
"iata": {
"label": "IATA"
},
"icao": {
"label": "ICAO"
},
"incline": {
"label": "Incline"
},
@@ -629,10 +635,34 @@
"name": "Airport",
"terms": "airplane,airport,aerodrome"
},
"aeroway/apron": {
"name": "Apron",
"terms": "ramp"
},
"aeroway/gate": {
"name": "Airport gate",
"terms": ""
},
"aeroway/hangar": {
"name": "Hangar",
"terms": ""
},
"aeroway/helipad": {
"name": "Helipad",
"terms": "helicopter,helipad,heliport"
},
"aeroway/runway": {
"name": "Runway",
"terms": "landing strip"
},
"aeroway/taxiway": {
"name": "Taxiway",
"terms": ""
},
"aeroway/terminal": {
"name": "Airport terminal",
"terms": "airport,aerodrome"
},
"amenity": {
"name": "Amenity",
"terms": ""