diff --git a/css/L.Control.Locate.min.css b/css/L.Control.Locate.min.css new file mode 100644 index 0000000..8e6c43d --- /dev/null +++ b/css/L.Control.Locate.min.css @@ -0,0 +1,2 @@ +.leaflet-control-locate a{font-size:1.4em;color:#444}.leaflet-control-locate.active a{color:#2074B6}.leaflet-control-locate.active.following a{color:#FC8428} +/*# sourceMappingURL=L.Control.Locate.min.css.map */ diff --git a/css/MarkerCluster.Default.css b/css/MarkerCluster.Default.css new file mode 100644 index 0000000..bbc8c9f --- /dev/null +++ b/css/MarkerCluster.Default.css @@ -0,0 +1,60 @@ +.marker-cluster-small { + background-color: rgba(181, 226, 140, 0.6); + } +.marker-cluster-small div { + background-color: rgba(110, 204, 57, 0.6); + } + +.marker-cluster-medium { + background-color: rgba(241, 211, 87, 0.6); + } +.marker-cluster-medium div { + background-color: rgba(240, 194, 12, 0.6); + } + +.marker-cluster-large { + background-color: rgba(253, 156, 115, 0.6); + } +.marker-cluster-large div { + background-color: rgba(241, 128, 23, 0.6); + } + + /* IE 6-8 fallback colors */ +.leaflet-oldie .marker-cluster-small { + background-color: rgb(181, 226, 140); + } +.leaflet-oldie .marker-cluster-small div { + background-color: rgb(110, 204, 57); + } + +.leaflet-oldie .marker-cluster-medium { + background-color: rgb(241, 211, 87); + } +.leaflet-oldie .marker-cluster-medium div { + background-color: rgb(240, 194, 12); + } + +.leaflet-oldie .marker-cluster-large { + background-color: rgb(253, 156, 115); + } +.leaflet-oldie .marker-cluster-large div { + background-color: rgb(241, 128, 23); +} + +.marker-cluster { + background-clip: padding-box; + border-radius: 20px; + } +.marker-cluster div { + width: 30px; + height: 30px; + margin-left: 5px; + margin-top: 5px; + + text-align: center; + border-radius: 15px; + font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; + } +.marker-cluster span { + line-height: 30px; + } \ No newline at end of file diff --git a/css/MarkerCluster.css b/css/MarkerCluster.css new file mode 100644 index 0000000..c60d71b --- /dev/null +++ b/css/MarkerCluster.css @@ -0,0 +1,14 @@ +.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow { + -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in; + -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in; + -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; + transition: transform 0.3s ease-out, opacity 0.3s ease-in; +} + +.leaflet-cluster-spider-leg { + /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */ + -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in; + -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in; + -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in; + transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; +} diff --git a/css/fontawesome-all.min.css b/css/fontawesome-all.min.css new file mode 100644 index 0000000..8539c00 --- /dev/null +++ b/css/fontawesome-all.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/css/images/cancel.png b/css/images/cancel.png new file mode 100644 index 0000000..a4e7c49 Binary files /dev/null and b/css/images/cancel.png differ diff --git a/css/images/cancel_@2X.png b/css/images/cancel_@2X.png new file mode 100644 index 0000000..dcc72f0 Binary files /dev/null and b/css/images/cancel_@2X.png differ diff --git a/css/images/check.png b/css/images/check.png new file mode 100644 index 0000000..55f274b Binary files /dev/null and b/css/images/check.png differ diff --git a/css/images/check_@2X.png b/css/images/check_@2X.png new file mode 100644 index 0000000..df8032e Binary files /dev/null and b/css/images/check_@2X.png differ diff --git a/css/images/focus.png b/css/images/focus.png new file mode 100644 index 0000000..5a87d24 Binary files /dev/null and b/css/images/focus.png differ diff --git a/css/images/focus_@2X.png b/css/images/focus_@2X.png new file mode 100644 index 0000000..1eb7dd4 Binary files /dev/null and b/css/images/focus_@2X.png differ diff --git a/css/images/layers-2x.png b/css/images/layers-2x.png new file mode 100644 index 0000000..a2cf7f9 Binary files /dev/null and b/css/images/layers-2x.png differ diff --git a/css/images/layers.png b/css/images/layers.png new file mode 100644 index 0000000..bca0a0e Binary files /dev/null and b/css/images/layers.png differ diff --git a/css/images/marker-icon-2x.png b/css/images/marker-icon-2x.png new file mode 100644 index 0000000..0015b64 Binary files /dev/null and b/css/images/marker-icon-2x.png differ diff --git a/css/images/marker-icon.png b/css/images/marker-icon.png new file mode 100644 index 0000000..e2e9f75 Binary files /dev/null and b/css/images/marker-icon.png differ diff --git a/css/images/marker-shadow.png b/css/images/marker-shadow.png new file mode 100644 index 0000000..d1e773c Binary files /dev/null and b/css/images/marker-shadow.png differ diff --git a/css/images/measure-control.png b/css/images/measure-control.png new file mode 100644 index 0000000..b88e8e4 Binary files /dev/null and b/css/images/measure-control.png differ diff --git a/css/images/rulers.png b/css/images/rulers.png new file mode 100644 index 0000000..b88e8e4 Binary files /dev/null and b/css/images/rulers.png differ diff --git a/css/images/rulers_@2X.png b/css/images/rulers_@2X.png new file mode 100644 index 0000000..7247a0c Binary files /dev/null and b/css/images/rulers_@2X.png differ diff --git a/css/images/start.png b/css/images/start.png new file mode 100644 index 0000000..b8ca942 Binary files /dev/null and b/css/images/start.png differ diff --git a/css/images/start_@2X.png b/css/images/start_@2X.png new file mode 100644 index 0000000..01da494 Binary files /dev/null and b/css/images/start_@2X.png differ diff --git a/css/images/throbber.gif b/css/images/throbber.gif new file mode 100644 index 0000000..c0c52a0 Binary files /dev/null and b/css/images/throbber.gif differ diff --git a/css/images/trash.png b/css/images/trash.png new file mode 100644 index 0000000..7ff478a Binary files /dev/null and b/css/images/trash.png differ diff --git a/css/images/trash_@2X.png b/css/images/trash_@2X.png new file mode 100644 index 0000000..fea11a8 Binary files /dev/null and b/css/images/trash_@2X.png differ diff --git a/css/leaflet-control-geocoder.Geocoder.css b/css/leaflet-control-geocoder.Geocoder.css new file mode 100644 index 0000000..badbd30 --- /dev/null +++ b/css/leaflet-control-geocoder.Geocoder.css @@ -0,0 +1,123 @@ +.leaflet-control-geocoder { + border-radius: 4px; + background: white; + min-width: 26px; + min-height: 26px; +} + +.leaflet-touch .leaflet-control-geocoder { + min-width: 30px; + min-height: 30px; +} + +.leaflet-control-geocoder a, .leaflet-control-geocoder .leaflet-control-geocoder-icon { + border-bottom: none; + display: inline-block; +} + +.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a { + width: inherit; + height: inherit; + line-height: inherit; +} + +.leaflet-control-geocoder a:hover, .leaflet-control-geocoder .leaflet-control-geocoder-icon:hover { + border-bottom: none; + display: inline-block; +} + +.leaflet-control-geocoder-form { + display: none; + vertical-align: middle; +} +.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form { + display: inline-block; +} +.leaflet-control-geocoder-form input { + font-size: 120%; + border: 0; + background-color: transparent; + width: 246px; +} + +.leaflet-control-geocoder-icon { + border-radius: 4px; + width: 26px; + height: 26px; + border: none; + background-color: white; + //background-image: url(images/geocoder.png); + background-repeat: no-repeat; + background-position: center; + cursor: pointer; +} + +.leaflet-touch .leaflet-control-geocoder-icon { + width: 30px; + height: 30px; +} + +.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon { + background-image: url(images/throbber.gif); +} + +.leaflet-control-geocoder-form-no-error { + display: none; +} + +.leaflet-control-geocoder-form input:focus { + outline: none; +} + +.leaflet-control-geocoder-form button { + display: none; +} +.leaflet-control-geocoder-error { + margin-top: 8px; + margin-left: 8px; + display: block; + color: #444; +} +.leaflet-control-geocoder-alternatives { + display: block; + width: 272px; + list-style: none; + padding: 0; + margin: 0; +} + +.leaflet-control-geocoder-alternatives-minimized { + display: none; + height: 0; +} +.leaflet-control-geocoder-alternatives li { + white-space: nowrap; + display: block; + overflow: hidden; + padding: 5px 8px; + text-overflow: ellipsis; + border-bottom: 1px solid #ccc; + cursor: pointer; +} + +.leaflet-control-geocoder-alternatives li a, .leaflet-control-geocoder-alternatives li a:hover { + width: inherit; + height: inherit; + line-height: inherit; + background: inherit; + border-radius: inherit; + text-align: left; +} + +.leaflet-control-geocoder-alternatives li:last-child { + border-bottom: none; +} +.leaflet-control-geocoder-alternatives li:hover, .leaflet-control-geocoder-selected { + background-color: #f5f5f5; +} +.leaflet-control-geocoder-address-detail { + +} +.leaflet-control-geocoder-address-context { + color: #666; +} \ No newline at end of file diff --git a/css/leaflet-search.css b/css/leaflet-search.css new file mode 100644 index 0000000..b1e9f4a --- /dev/null +++ b/css/leaflet-search.css @@ -0,0 +1,18 @@ +/* + * Leaflet Control Search v2.7.0 - 2016-09-13 + * + * Copyright 2016 Stefano Cudini + * stefano.cudini@gmail.com + * http://labs.easyblog.it/ + * + * Licensed under the MIT license. + * + * Demo: + * http://labs.easyblog.it/maps/leaflet-search/ + * + * Source: + * git@github.com:stefanocudini/leaflet-search.git + * + */ + +.leaflet-container .leaflet-control-search{position:relative;float:left;background:#fff;color:#1978cf;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:rgba(255,255,255,.8);z-index:1000;box-shadow:0 1px 7px rgba(0,0,0,.65);margin-left:10px;margin-top:10px}.leaflet-control-search.search-exp{box-shadow:0 1px 7px #999;background:#fff}.leaflet-control-search .search-input{display:block;float:left;background:#fff;border:1px solid #666;border-radius:2px;height:18px;padding:0 18px 0 2px;margin:3px 0 3px 3px}.leaflet-control-search.search-load .search-input{background:url(../images/loader.gif) no-repeat center right #fff}.leaflet-control-search.search-load .search-cancel{visibility:hidden}.leaflet-control-search .search-cancel{display:block;width:22px;height:18px;position:absolute;right:22px;margin:3px 0;//background:url(../images/search-icon.png) no-repeat 0 -46px;text-decoration:none;filter:alpha(opacity=80);opacity:.8}.leaflet-control-search .search-cancel:hover{filter:alpha(opacity=100);opacity:1}.leaflet-control-search .search-cancel span{display:none;font-size:18px;line-height:20px;color:#ccc;font-weight:700}.leaflet-control-search .search-cancel:hover span{color:#aaa}.leaflet-control-search .search-button{display:block;float:left;width:26px;height:26px;//background:url(../images/search-icon.png) no-repeat 2px 2px #fff;border-radius:4px}.leaflet-control-search .search-button:hover{//background:url(../images/search-icon.png) no-repeat 2px -22px #fafafa}.leaflet-control-search .search-tooltip{position:absolute;top:100%;left:0;float:left;list-style:none;padding-left:0;min-width:120px;max-height:122px;box-shadow:1px 1px 6px rgba(0,0,0,.4);background-color:rgba(0,0,0,.25);z-index:1010;overflow-y:auto;overflow-x:hidden;cursor:pointer}.leaflet-control-search .search-tip{margin:2px;padding:2px 4px;display:block;color:#000;background:#eee;border-radius:.25em;text-decoration:none;white-space:nowrap;vertical-align:center}.leaflet-control-search .search-button:hover{background-color:#f4f4f4}.leaflet-control-search .search-tip-select,.leaflet-control-search .search-tip:hover{background-color:#fff}.leaflet-control-search .search-alert{cursor:pointer;clear:both;font-size:.75em;margin-bottom:5px;padding:0 .25em;color:#e00;font-weight:700;border-radius:.25em} \ No newline at end of file diff --git a/css/leaflet.css b/css/leaflet.css new file mode 100644 index 0000000..609a662 --- /dev/null +++ b/css/leaflet.css @@ -0,0 +1,640 @@ +/* required styles */ + +.leaflet-pane, +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-tile-container, +.leaflet-pane > svg, +.leaflet-pane > canvas, +.leaflet-zoom-box, +.leaflet-image-layer, +.leaflet-layer { + position: absolute; + left: 0; + top: 0; + } +.leaflet-container { + overflow: hidden; + } +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-user-drag: none; + } +/* Prevents IE11 from highlighting tiles in blue */ +.leaflet-tile::selection { + background: transparent; +} +/* Safari renders non-retina tile on retina better with this, but Chrome is worse */ +.leaflet-safari .leaflet-tile { + image-rendering: -webkit-optimize-contrast; + } +/* hack that prevents hw layers "stretching" when loading new tiles */ +.leaflet-safari .leaflet-tile-container { + width: 1600px; + height: 1600px; + -webkit-transform-origin: 0 0; + } +.leaflet-marker-icon, +.leaflet-marker-shadow { + display: block; + } +/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ +/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ +.leaflet-container .leaflet-overlay-pane svg, +.leaflet-container .leaflet-marker-pane img, +.leaflet-container .leaflet-shadow-pane img, +.leaflet-container .leaflet-tile-pane img, +.leaflet-container img.leaflet-image-layer, +.leaflet-container .leaflet-tile { + max-width: none !important; + max-height: none !important; + } + +.leaflet-container.leaflet-touch-zoom { + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; + } +.leaflet-container.leaflet-touch-drag { + -ms-touch-action: pinch-zoom; + /* Fallback for FF which doesn't support pinch-zoom */ + touch-action: none; + touch-action: pinch-zoom; +} +.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { + -ms-touch-action: none; + touch-action: none; +} +.leaflet-container { + -webkit-tap-highlight-color: transparent; +} +.leaflet-container a { + -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); +} +.leaflet-tile { + filter: inherit; + visibility: hidden; + } +.leaflet-tile-loaded { + visibility: inherit; + } +.leaflet-zoom-box { + width: 0; + height: 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + z-index: 800; + } +/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ +.leaflet-overlay-pane svg { + -moz-user-select: none; + } + +.leaflet-pane { z-index: 400; } + +.leaflet-tile-pane { z-index: 200; } +.leaflet-overlay-pane { z-index: 400; } +.leaflet-shadow-pane { z-index: 500; } +.leaflet-marker-pane { z-index: 600; } +.leaflet-tooltip-pane { z-index: 650; } +.leaflet-popup-pane { z-index: 700; } + +.leaflet-map-pane canvas { z-index: 100; } +.leaflet-map-pane svg { z-index: 200; } + +.leaflet-vml-shape { + width: 1px; + height: 1px; + } +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; + } + + +/* control positioning */ + +.leaflet-control { + position: relative; + z-index: 800; + pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ + pointer-events: auto; + } +.leaflet-top, +.leaflet-bottom { + position: absolute; + z-index: 1000; + pointer-events: none; + } +.leaflet-top { + top: 0; + } +.leaflet-right { + right: 0; + } +.leaflet-bottom { + bottom: 0; + } +.leaflet-left { + left: 0; + } +.leaflet-control { + float: left; + clear: both; + } +.leaflet-right .leaflet-control { + float: right; + } +.leaflet-top .leaflet-control { + margin-top: 10px; + } +.leaflet-bottom .leaflet-control { + margin-bottom: 10px; + } +.leaflet-left .leaflet-control { + margin-left: 10px; + } +.leaflet-right .leaflet-control { + margin-right: 10px; + } + + +/* zoom and fade animations */ + +.leaflet-fade-anim .leaflet-tile { + will-change: opacity; + } +.leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; + } +.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; + } +.leaflet-zoom-animated { + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + } +.leaflet-zoom-anim .leaflet-zoom-animated { + will-change: transform; + } +.leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); + transition: transform 0.25s cubic-bezier(0,0,0.25,1); + } +.leaflet-zoom-anim .leaflet-tile, +.leaflet-pan-anim .leaflet-tile { + -webkit-transition: none; + -moz-transition: none; + transition: none; + } + +.leaflet-zoom-anim .leaflet-zoom-hide { + visibility: hidden; + } + + +/* cursors */ + +.leaflet-interactive { + cursor: pointer; + } +.leaflet-grab { + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: grab; + } +.leaflet-crosshair, +.leaflet-crosshair .leaflet-interactive { + cursor: crosshair; + } +.leaflet-popup-pane, +.leaflet-control { + cursor: auto; + } +.leaflet-dragging .leaflet-grab, +.leaflet-dragging .leaflet-grab .leaflet-interactive, +.leaflet-dragging .leaflet-marker-draggable { + cursor: move; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + cursor: grabbing; + } + +/* marker & overlays interactivity */ +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-image-layer, +.leaflet-pane > svg path, +.leaflet-tile-container { + pointer-events: none; + } + +.leaflet-marker-icon.leaflet-interactive, +.leaflet-image-layer.leaflet-interactive, +.leaflet-pane > svg path.leaflet-interactive, +svg.leaflet-image-layer.leaflet-interactive path { + pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ + pointer-events: auto; + } + +/* visual tweaks */ + +.leaflet-container { + background: #ddd; + outline: 0; + } +.leaflet-container a { + color: #0078A8; + } +.leaflet-container a.leaflet-active { + outline: 2px solid orange; + } +.leaflet-zoom-box { + border: 2px dotted #38f; + background: rgba(255,255,255,0.5); + } + + +/* general typography */ +.leaflet-container { + font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + } + + +/* general toolbar styles */ + +.leaflet-bar { + box-shadow: 0 1px 5px rgba(0,0,0,0.65); + border-radius: 4px; + } +.leaflet-bar a, +.leaflet-bar a:hover { + background-color: #fff; + border-bottom: 1px solid #ccc; + width: 26px; + height: 26px; + line-height: 26px; + display: block; + text-align: center; + text-decoration: none; + color: black; + } +.leaflet-bar a, +.leaflet-control-layers-toggle { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.leaflet-bar a:hover { + background-color: #f4f4f4; + } +.leaflet-bar a:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + } +.leaflet-bar a:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-bottom: none; + } +.leaflet-bar a.leaflet-disabled { + cursor: default; + background-color: #f4f4f4; + color: #bbb; + } + +.leaflet-touch .leaflet-bar a { + width: 30px; + height: 30px; + line-height: 30px; + } +.leaflet-touch .leaflet-bar a:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; + } +.leaflet-touch .leaflet-bar a:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + } + +/* zoom control */ + +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { + font: bold 18px 'Lucida Console', Monaco, monospace; + text-indent: 1px; + } + +.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { + font-size: 22px; + } + + +/* layers control */ + +.leaflet-control-layers { + box-shadow: 0 1px 5px rgba(0,0,0,0.4); + background: #fff; + border-radius: 5px; + } +.leaflet-control-layers-toggle { + background-image: url(images/layers.png); + width: 36px; + height: 36px; + } +.leaflet-retina .leaflet-control-layers-toggle { + background-image: url(images/layers-2x.png); + background-size: 26px 26px; + } +.leaflet-touch .leaflet-control-layers-toggle { + width: 44px; + height: 44px; + } +.leaflet-control-layers .leaflet-control-layers-list, +.leaflet-control-layers-expanded .leaflet-control-layers-toggle { + display: none; + } +.leaflet-control-layers-expanded .leaflet-control-layers-list { + display: block; + position: relative; + } +.leaflet-control-layers-expanded { + padding: 6px 10px 6px 6px; + color: #333; + background: #fff; + } +.leaflet-control-layers-scrollbar { + overflow-y: scroll; + overflow-x: hidden; + padding-right: 5px; + } +.leaflet-control-layers-selector { + margin-top: 2px; + position: relative; + top: 1px; + } +.leaflet-control-layers label { + display: block; + } +.leaflet-control-layers-separator { + height: 0; + border-top: 1px solid #ddd; + margin: 5px -10px 5px -6px; + } + +/* Default icon URLs */ +.leaflet-default-icon-path { + background-image: url(images/marker-icon.png); + } + + +/* attribution and scale controls */ + +.leaflet-container .leaflet-control-attribution { + background: #fff; + background: rgba(255, 255, 255, 0.7); + margin: 0; + } +.leaflet-control-attribution, +.leaflet-control-scale-line { + padding: 0 5px; + color: #333; + } +.leaflet-control-attribution a { + text-decoration: none; + } +.leaflet-control-attribution a:hover { + text-decoration: underline; + } +.leaflet-container .leaflet-control-attribution, +.leaflet-container .leaflet-control-scale { + font-size: 11px; + } +.leaflet-left .leaflet-control-scale { + margin-left: 5px; + } +.leaflet-bottom .leaflet-control-scale { + margin-bottom: 5px; + } +.leaflet-control-scale-line { + border: 2px solid #777; + border-top: none; + line-height: 1.1; + padding: 2px 5px 1px; + font-size: 11px; + white-space: nowrap; + overflow: hidden; + -moz-box-sizing: border-box; + box-sizing: border-box; + + background: #fff; + background: rgba(255, 255, 255, 0.5); + } +.leaflet-control-scale-line:not(:first-child) { + border-top: 2px solid #777; + border-bottom: none; + margin-top: -2px; + } +.leaflet-control-scale-line:not(:first-child):not(:last-child) { + border-bottom: 2px solid #777; + } + +.leaflet-touch .leaflet-control-attribution, +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + box-shadow: none; + } +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + border: 2px solid rgba(0,0,0,0.2); + background-clip: padding-box; + } + + +/* popup */ + +.leaflet-popup { + position: absolute; + text-align: center; + margin-bottom: 20px; + } +.leaflet-popup-content-wrapper { + padding: 1px; + text-align: left; + border-radius: 12px; + } +.leaflet-popup-content { + margin: 13px 19px; + line-height: 1.4; + } +.leaflet-popup-content p { + margin: 18px 0; + } +.leaflet-popup-tip-container { + width: 40px; + height: 20px; + position: absolute; + left: 50%; + margin-left: -20px; + overflow: hidden; + pointer-events: none; + } +.leaflet-popup-tip { + width: 17px; + height: 17px; + padding: 1px; + + margin: -10px auto 0; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + } +.leaflet-popup-content-wrapper, +.leaflet-popup-tip { + background: white; + color: #333; + box-shadow: 0 3px 14px rgba(0,0,0,0.4); + } +.leaflet-container a.leaflet-popup-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 4px 0 0; + border: none; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #c3c3c3; + text-decoration: none; + font-weight: bold; + background: transparent; + } +.leaflet-container a.leaflet-popup-close-button:hover { + color: #999; + } +.leaflet-popup-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; + } + +.leaflet-oldie .leaflet-popup-content-wrapper { + zoom: 1; + } +.leaflet-oldie .leaflet-popup-tip { + width: 24px; + margin: 0 auto; + + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); + } +.leaflet-oldie .leaflet-popup-tip-container { + margin-top: -1px; + } + +.leaflet-oldie .leaflet-control-zoom, +.leaflet-oldie .leaflet-control-layers, +.leaflet-oldie .leaflet-popup-content-wrapper, +.leaflet-oldie .leaflet-popup-tip { + border: 1px solid #999; + } + + +/* div icon */ + +.leaflet-div-icon { + background: #fff; + border: 1px solid #666; + } + + +/* Tooltip */ +/* Base styles for the element that has a tooltip */ +.leaflet-tooltip { + position: absolute; + padding: 6px; + background-color: #fff; + border: 1px solid #fff; + border-radius: 3px; + color: #222; + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; + box-shadow: 0 1px 3px rgba(0,0,0,0.4); + } +.leaflet-tooltip.leaflet-clickable { + cursor: pointer; + pointer-events: auto; + } +.leaflet-tooltip-top:before, +.leaflet-tooltip-bottom:before, +.leaflet-tooltip-left:before, +.leaflet-tooltip-right:before { + position: absolute; + pointer-events: none; + border: 6px solid transparent; + background: transparent; + content: ""; + } + +/* Directions */ + +.leaflet-tooltip-bottom { + margin-top: 6px; +} +.leaflet-tooltip-top { + margin-top: -6px; +} +.leaflet-tooltip-bottom:before, +.leaflet-tooltip-top:before { + left: 50%; + margin-left: -6px; + } +.leaflet-tooltip-top:before { + bottom: 0; + margin-bottom: -12px; + border-top-color: #fff; + } +.leaflet-tooltip-bottom:before { + top: 0; + margin-top: -12px; + margin-left: -6px; + border-bottom-color: #fff; + } +.leaflet-tooltip-left { + margin-left: -6px; +} +.leaflet-tooltip-right { + margin-left: 6px; +} +.leaflet-tooltip-left:before, +.leaflet-tooltip-right:before { + top: 50%; + margin-top: -6px; + } +.leaflet-tooltip-left:before { + right: 0; + margin-right: -12px; + border-left-color: #fff; + } +.leaflet-tooltip-right:before { + left: 0; + margin-left: -12px; + border-right-color: #fff; + } diff --git a/css/qgis2web.css b/css/qgis2web.css new file mode 100644 index 0000000..9bb0a02 --- /dev/null +++ b/css/qgis2web.css @@ -0,0 +1,129 @@ + + #map { + background-color: #ffffff + } + th { + text-align: left; + vertical-align: top; + } + .info { + padding: 6px 8px; + font: 14px/16px Arial, Helvetica, sans-serif; + background: white; + background: rgba(255,255,255,0.8); + box-shadow: 0 0 15px rgba(0,0,0,0.2); + border-radius: 5px; + } + .info h2 { + margin: 0 0 5px; + color: #777; + } + .leaflet-container { + background: #fff; + padding-right: 10px; + } + .leaflet-popup-content { + width:auto; + padding-right:10px; + } + .leaflet-tooltip { + background: none; + box-shadow: none; + border: none; + } + .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { + border: 0px; + } + } + .fa, .leaflet-container, a { + color: #000000 !important; + } + .leaflet-control-zoom-in, .leaflet-control-zoom-out, + .leaflet-control-locate a, + .leaflet-touch .leaflet-control-geocoder-icon, + .leaflet-control-search .search-button, + .leaflet-control-measure { + background-color: #f8f8f8 !important; + border-radius: 0px !important; + color: #000000 !important; + } + .abstract { + font: bold 18px 'Lucida Console', Monaco, monospace; + text-indent: 1px; + background-color: #f8f8f8 !important; + width: 30px !important; + color: #000000 !important; + height: 30px !important; + text-align: center !important; + line-height: 30px !important; + } + .abstractUncollapsed { + padding: 6px 8px; + font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + background-color:#f8f8f8 !important; + color: #000000 !important; + box-shadow: 0 0 15px rgba(0,0,0,0.2); + border-radius: 5px; + max-width: 40%; + } + .leaflet-touch .leaflet-control-layers, + .leaflet-touch .leaflet-bar, + .leaflet-control-search, + .leaflet-control-measure { + border: 3px solid rgba(255,255,255,.4) !important; + } + .leaflet-control-attribution a { + color: #0078A8 !important; + } + .leaflet-control-scale-line { + border: 2px solid #f8f8f8 !important; + border-top: none !important; + color: black !important; + } + .leaflet-control-search .search-button, + .leaflet-container .leaflet-control-search, + .leaflet-control-measure { + box-shadow: none !important; + } + .leaflet-control-search .search-button { + width: 30px !important; + height: 30px !important; + font-size: 13px !important; + text-align: center !important; + line-height: 30px !important; + } + .leaflet-control-measure .leaflet-control { + width: 30px !important; + height: 30px !important; + } + .leaflet-container .leaflet-control-search{ + background: none !important; + } + .leaflet-control-search .search-input { + margin: 0px 0px 0px 0px !important; + height: 30px !important; + } + .leaflet-control-measure { + background: none!important; + border-radius: 4px !important; + } + .leaflet-control-measure .leaflet-control-measure-interaction { + background-color: #f8f8f8 !important; + } + .leaflet-touch .leaflet-control-measure + .leaflet-control-measure-toggle, + .leaflet-touch .leaflet-control-measure + .leaflet-control-measure-toggle:hover { + width: 30px !important; + height: 30px !important; + border-radius: 0px !important; + background-color: #f8f8f8 !important; + color: #000000 !important; + font-size: 13px; + line-height: 30px; + text-align: center; + text-indent: 0%; + } + .leaflet-control-layers-toggle { + background-color: #f8f8f8 !important; + } \ No newline at end of file diff --git a/data/ne_10m_airports_1.js b/data/ne_10m_airports_1.js new file mode 100644 index 0000000..99ba7bc --- /dev/null +++ b/data/ne_10m_airports_1.js @@ -0,0 +1 @@ +var json_ne_10m_airports_1 = {"type":"FeatureCollection","name":"ne_10m_airports_1","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"features":[{"type":"Feature","properties":{"type":"small","name":"Sahnewal","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sahnewal_Airport","comments":null,"name_en":"Sahnewal Airport"},"geometry":{"type":"Point","coordinates":[75.957072240365179,30.850359856170176]}},{"type":"Feature","properties":{"type":"mid","name":"Solapur","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Solapur_Airport","comments":null,"name_en":"Solapur Airport"},"geometry":{"type":"Point","coordinates":[75.933059771075492,17.625415183635024]}},{"type":"Feature","properties":{"type":"mid","name":"Birsa Munda","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Birsa_Munda_Airport","comments":null,"name_en":"Birsa Munda Airport"},"geometry":{"type":"Point","coordinates":[85.323597036876706,23.317724598996193]}},{"type":"Feature","properties":{"type":"mid","name":"Ahwaz","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ahwaz_Airport","comments":null,"name_en":"Ahvaz International Airport"},"geometry":{"type":"Point","coordinates":[48.747106543593127,31.343158556075725]}},{"type":"Feature","properties":{"type":"mid and military","name":"Gwalior","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gwalior_Airport","comments":null,"name_en":"Gwalior Airport"},"geometry":{"type":"Point","coordinates":[78.217218654634834,26.285487697937011]}},{"type":"Feature","properties":{"type":"mid","name":"Hodeidah Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hodeida_International_Airport","comments":null,"name_en":"Hodeida International Airport"},"geometry":{"type":"Point","coordinates":[42.97109630194003,14.755253441372462]}},{"type":"Feature","properties":{"type":"mid","name":"Devi Ahilyabai Holkar Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Devi_Ahilyabai_Holkar_International_Airport","comments":null,"name_en":"Devi Ahilyabai Holkar Airport"},"geometry":{"type":"Point","coordinates":[75.809291500589495,22.72774918757095]}},{"type":"Feature","properties":{"type":"mid","name":"Gandhinagar","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Gandhinagar_Airport","comments":null,"name_en":"Gandhinagar Airport"},"geometry":{"type":"Point","coordinates":[73.810567492468863,19.966020567280626]}},{"type":"Feature","properties":{"type":"major and military","name":"Chandigarh Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chandigarh_Airport","comments":null,"name_en":"Chandigarh Airport"},"geometry":{"type":"Point","coordinates":[76.801726110524172,30.670724894966725]}},{"type":"Feature","properties":{"type":"mid","name":"Aurangabad","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Aurangabad_Airport","comments":null,"name_en":"Aurangabad Airport"},"geometry":{"type":"Point","coordinates":[75.39584329220051,19.867296962108234]}},{"type":"Feature","properties":{"type":"mid and military","name":"Faisalabad Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Faisalabad_International_Airport","comments":null,"name_en":"Faisalabad International Airport"},"geometry":{"type":"Point","coordinates":[72.987819092230495,31.362743548086222]}},{"type":"Feature","properties":{"type":"mid","name":"Omsk Tsentralny","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Omsk_Tsentralny_Airport","comments":null,"name_en":"Omsk Tsentralny Airport"},"geometry":{"type":"Point","coordinates":[73.316359537658499,54.957648293405938]}},{"type":"Feature","properties":{"type":"mid","name":"Novosibirsk Tolmachev","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tolmachevo_Airport","comments":null,"name_en":"Tolmachevo Airport"},"geometry":{"type":"Point","coordinates":[82.667152452586521,55.00958471362636]}},{"type":"Feature","properties":{"type":"mid and military","name":"Zaporozhye Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Zaporizhia_International_Airport","comments":null,"name_en":"Zaporizhzhia International Airport"},"geometry":{"type":"Point","coordinates":[35.301872857527862,47.873263557902284]}},{"type":"Feature","properties":{"type":"mid","name":"Simpang Tiga","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sultan_Syarif_Qasim_II_International_Airport","comments":null,"name_en":"Sultan Syarif Kasim II Airport"},"geometry":{"type":"Point","coordinates":[101.446569298440863,0.464600872998505]}},{"type":"Feature","properties":{"type":"mid","name":"Rota Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rota_International_Airport","comments":null,"name_en":"Rota International Airport"},"geometry":{"type":"Point","coordinates":[145.243980298581846,14.171771297121616]}},{"type":"Feature","properties":{"type":"mid","name":"Surgut","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Surgut_Airport","comments":null,"name_en":"Surgut International Airport"},"geometry":{"type":"Point","coordinates":[73.408496476437477,61.340167219448126]}},{"type":"Feature","properties":{"type":"mid","name":"Tiruchirappalli","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tiruchirappalli_Airport","comments":null,"name_en":"Tiruchirapalli Airport"},"geometry":{"type":"Point","coordinates":[78.708957874747597,10.76035713065535]}},{"type":"Feature","properties":{"type":"mid","name":"Turbat Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Turbat_International_Airport","comments":null,"name_en":"Turbat International Airport"},"geometry":{"type":"Point","coordinates":[63.027933351918136,25.988794590011004]}},{"type":"Feature","properties":{"type":"mid","name":"Quetta Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Quetta_International_Airport","comments":null,"name_en":"Quetta International Airport"},"geometry":{"type":"Point","coordinates":[66.948731148094936,30.249043186181034]}},{"type":"Feature","properties":{"type":"mid","name":"Zahedan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zahedan_International_Airport","comments":null,"name_en":"Zahedan Airport"},"geometry":{"type":"Point","coordinates":[60.90070856491495,29.475294195657344]}},{"type":"Feature","properties":{"type":"mid and military","name":"Abdul Rachman Saleh","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Abdul_Rachman_Saleh_Airport","comments":null,"name_en":"Abdul Rachman Saleh Airport"},"geometry":{"type":"Point","coordinates":[112.711418617257749,-7.929980028405668]}},{"type":"Feature","properties":{"type":"mid","name":"Barnaul","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Barnaul_Airport","comments":null,"name_en":"Barnaul Airport"},"geometry":{"type":"Point","coordinates":[83.550453212403767,53.3633850813046]}},{"type":"Feature","properties":{"type":"military mid","name":"Adampur","location":"runway","wikipedia":null,"comments":"ok (military)","name_en":"Adampur Air force base"},"geometry":{"type":"Point","coordinates":[75.758482845600454,31.432942239771489]}},{"type":"Feature","properties":{"type":"military","name":"Bareilly","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Bareilly_Airport","comments":null,"name_en":"Bareilly Airport"},"geometry":{"type":"Point","coordinates":[79.452002687657043,28.421808716114356]}},{"type":"Feature","properties":{"type":"small","name":"Dhamial","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Dhamial_Army_Airbase","comments":null,"name_en":"Dhamial Army Airbase"},"geometry":{"type":"Point","coordinates":[73.032049839200226,33.561414627886052]}},{"type":"Feature","properties":{"type":"major","name":"Cheongju Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cheongju_International_Airport","comments":null,"name_en":"Cheongju International Airport"},"geometry":{"type":"Point","coordinates":[127.495916124680846,36.722022776667259]}},{"type":"Feature","properties":{"type":"mid and military","name":"Gwangju","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gwangju_Airport","comments":null,"name_en":"Gwangju Airport"},"geometry":{"type":"Point","coordinates":[126.810839481226438,35.14000513901977]}},{"type":"Feature","properties":{"type":"mid","name":"Daegu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Daegu_Airport","comments":null,"name_en":"Daegu International Airport"},"geometry":{"type":"Point","coordinates":[128.637537699933119,35.899927796908663]}},{"type":"Feature","properties":{"type":"mid","name":"Ulsan","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ulsan_Airport","comments":null,"name_en":"Ulsan Airport"},"geometry":{"type":"Point","coordinates":[129.355731047528252,35.592895752710689]}},{"type":"Feature","properties":{"type":"mid","name":"Radin Inten II","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Radin_Inten_II_Airport","comments":null,"name_en":"Radin Inten II Airport"},"geometry":{"type":"Point","coordinates":[105.176060419161416,-5.242566777131995]}},{"type":"Feature","properties":{"type":"military","name":"Allahabad","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Allahabad_Airport","comments":null,"name_en":"Allahabad Airport"},"geometry":{"type":"Point","coordinates":[81.731727146218716,25.443522027820965]}},{"type":"Feature","properties":{"type":"mid","name":"Chelyabinsk","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chelyabinsk_Airport","comments":null,"name_en":"Chelyabinsk Airport"},"geometry":{"type":"Point","coordinates":[61.512258974020092,55.297791949605532]}},{"type":"Feature","properties":{"type":"military mid","name":"Tainan","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Tainan_Airport","comments":null,"name_en":"Tainan Airport"},"geometry":{"type":"Point","coordinates":[120.209733318093257,22.950667918346994]}},{"type":"Feature","properties":{"type":"military mid","name":"Taichung","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Taichung_Airport","comments":null,"name_en":"Taichung Airport"},"geometry":{"type":"Point","coordinates":[120.630703547583948,24.266655556711459]}},{"type":"Feature","properties":{"type":"mid","name":"Rotterdam The Hague","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rotterdam_The_Hague_Airport","comments":null,"name_en":"Rotterdam The Hague Airport"},"geometry":{"type":"Point","coordinates":[4.433844349628765,51.949130189938153]}},{"type":"Feature","properties":{"type":"mid","name":"Voronezh-Chertovitskoye","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Voronezh_International_Airport","comments":null,"name_en":"Voronezh International Airport"},"geometry":{"type":"Point","coordinates":[39.225449644797337,51.812617126834411]}},{"type":"Feature","properties":{"type":"major","name":"Liverpool John Lennon","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Liverpool_John_Lennon_Airport","comments":null,"name_en":"Liverpool John Lennon Airport"},"geometry":{"type":"Point","coordinates":[-2.858620657849379,53.336375105442215]}},{"type":"Feature","properties":{"type":"mid","name":"Vishakapatnam","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Visakhapatnam_Airport","comments":null,"name_en":"Visakhapatnam International Airport"},"geometry":{"type":"Point","coordinates":[83.223521638746504,17.727957738436402]}},{"type":"Feature","properties":{"type":"major","name":"Sultan Hasanuddin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sultan_Hasanuddin_International_Airport","comments":null,"name_en":"Sultan Hasanuddin International Airport"},"geometry":{"type":"Point","coordinates":[119.545691342150633,-5.058936894557788]}},{"type":"Feature","properties":{"type":"mid","name":"Vava'u Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Vava'u_International_Airport","comments":null,"name_en":"Vava'u International Airport"},"geometry":{"type":"Point","coordinates":[-173.968093944158767,-18.586005855065373]}},{"type":"Feature","properties":{"type":"major","name":"Newcastle Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Newcastle_Airport","comments":null,"name_en":"Newcastle International Airport"},"geometry":{"type":"Point","coordinates":[-1.71034578407216,55.037084860801954]}},{"type":"Feature","properties":{"type":"mid","name":"Goloson Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Golos%C3%B3n_International_Airport","comments":null,"name_en":"Golosón International Airport"},"geometry":{"type":"Point","coordinates":[-86.851468502001097,15.745159665912579]}},{"type":"Feature","properties":{"type":"major","name":"Madinah Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Prince_Mohammad_Bin_Abdulaziz_Airport","comments":null,"name_en":"Prince Mohammad Bin Abdulaziz International Airport"},"geometry":{"type":"Point","coordinates":[39.699135956041737,24.544233960566078]}},{"type":"Feature","properties":{"type":"mid","name":"Mirabel Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Montr%C3%A9al-Mirabel_International_Airport","comments":null,"name_en":"Montréal–Mirabel International Airport"},"geometry":{"type":"Point","coordinates":[-74.028738298481386,45.683225097926709]}},{"type":"Feature","properties":{"type":"mid","name":"Palanga Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palanga_International_Airport","comments":null,"name_en":"Palanga International Airport"},"geometry":{"type":"Point","coordinates":[21.097446398625141,55.971342623535804]}},{"type":"Feature","properties":{"type":"mid","name":"Jaipur Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jaipur_International_Airport","comments":null,"name_en":"Jaipur International Airport"},"geometry":{"type":"Point","coordinates":[75.801010419266817,26.821179810060464]}},{"type":"Feature","properties":{"type":"mid","name":"Sonari","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sonari_Airport","comments":null,"name_en":"Sonari Airport"},"geometry":{"type":"Point","coordinates":[86.172466236377574,22.815414511024233]}},{"type":"Feature","properties":{"type":"mid","name":"Yenisehir","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Yeni%C5%9Fehir_Airport","comments":null,"name_en":"Yenişehir Airport"},"geometry":{"type":"Point","coordinates":[29.54492,40.255539500747304]}},{"type":"Feature","properties":{"type":"major","name":"Şakirpaşa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Adana_%C5%9Eakirpa%C5%9Fa_Airport","comments":null,"name_en":"Adana Şakirpaşa Airport"},"geometry":{"type":"Point","coordinates":[35.296961426833811,36.9852090641795]}},{"type":"Feature","properties":{"type":"mid","name":"Kodiak","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Kodiak_Airport","comments":null,"name_en":"Kodiak Airport"},"geometry":{"type":"Point","coordinates":[-152.485638515234513,57.748592107048268]}},{"type":"Feature","properties":{"type":"major","name":"Amarillo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rick_Husband_Amarillo_International_Airport","comments":null,"name_en":"Rick Husband Amarillo International Airport"},"geometry":{"type":"Point","coordinates":[-101.705352772696784,35.218403191939814]}},{"type":"Feature","properties":{"type":"mid","name":"Alice Springs","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Alice_Springs_Airport","comments":null,"name_en":"Alice Springs Airport"},"geometry":{"type":"Point","coordinates":[133.902918,-23.801968]}},{"type":"Feature","properties":{"type":"mid and military","name":"Raja Sansi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Raja_Sansi_International_Airport","comments":null,"name_en":"Sri Guru Ram Dass Jee International Airport"},"geometry":{"type":"Point","coordinates":[74.807155971982439,31.706822025888847]}},{"type":"Feature","properties":{"type":"mid","name":"Biju Patnaik","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Biju_Patnaik_Airport","comments":null,"name_en":"Biju Patnaik Airport"},"geometry":{"type":"Point","coordinates":[85.816889954442928,20.252665975473413]}},{"type":"Feature","properties":{"type":"mid","name":"Bethel","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Bethel_Airport","comments":null,"name_en":"Bethel Airport"},"geometry":{"type":"Point","coordinates":[-161.838986959439694,60.778737983408831]}},{"type":"Feature","properties":{"type":"mid","name":"Palonegro","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palonegro_International_Airport","comments":null,"name_en":"Palonegro International Airport"},"geometry":{"type":"Point","coordinates":[-73.180920772536069,7.127709154026846]}},{"type":"Feature","properties":{"type":"major","name":"Birmingham Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Birmingham_International_Airport_(US)","comments":null,"name_en":"Birmingham-Shuttlesworth International Airport"},"geometry":{"type":"Point","coordinates":[-86.752377361546237,33.561867282805771]}},{"type":"Feature","properties":{"type":"mid","name":"Broken Hill","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Broken_Hill_Airport","comments":null,"name_en":"Broken Hill Airport"},"geometry":{"type":"Point","coordinates":[141.470407303097261,-31.998996737463017]}},{"type":"Feature","properties":{"type":"major","name":"Logan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Billings_Logan_International_Airport","comments":null,"name_en":"Billings Logan International Airport"},"geometry":{"type":"Point","coordinates":[-108.536929388124619,45.803685571527836]}},{"type":"Feature","properties":{"type":"mid","name":"Bismarck Muni.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bismarck_Municipal_Airport","comments":null,"name_en":"Bismarck Municipal Airport"},"geometry":{"type":"Point","coordinates":[-100.757471303717452,46.775106666161378]}},{"type":"Feature","properties":{"type":"mid","name":"Del Bajio Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Del_Baj%C3%ADo_International_Airport","comments":null,"name_en":"Del Bajío International Airport"},"geometry":{"type":"Point","coordinates":[-101.478753382466877,20.985887121193809]}},{"type":"Feature","properties":{"type":"mid","name":"Benin","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Benin_Airport","comments":null,"name_en":"Benin Airport"},"geometry":{"type":"Point","coordinates":[5.603682560067003,6.317166892078184]}},{"type":"Feature","properties":{"type":"major","name":"Bourgas","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Burgas_Airport","comments":null,"name_en":"Burgas Airport"},"geometry":{"type":"Point","coordinates":[27.51640936629526,42.567083548770192]}},{"type":"Feature","properties":{"type":"major","name":"Bremen","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bremen_Airport","comments":null,"name_en":"Bremen Airport"},"geometry":{"type":"Point","coordinates":[8.7858617703132,53.052287104156015]}},{"type":"Feature","properties":{"type":"mid","name":"Jacinto Lara Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jacinto_Lara_International_Airport","comments":null,"name_en":"Jacinto Lara International Airport"},"geometry":{"type":"Point","coordinates":[-69.356102,10.0453]}},{"type":"Feature","properties":{"type":"mid","name":"Brownsville-South Padre Island Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Brownsville/South_Padre_Island_International_Airport","comments":null,"name_en":"Brownsville/South Padre Island International Airport"},"geometry":{"type":"Point","coordinates":[-97.431765340232019,25.906274354534673]}},{"type":"Feature","properties":{"type":"major","name":"Bristol Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bristol_International_Airport","comments":null,"name_en":"Bristol Airport"},"geometry":{"type":"Point","coordinates":[-2.710864691343084,51.386293418914839]}},{"type":"Feature","properties":{"type":"major","name":"Baton Rouge Metro","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Baton_Rouge_Metropolitan_Airport","comments":null,"name_en":"Baton Rouge Metropolitan Airport"},"geometry":{"type":"Point","coordinates":[-91.156754404810485,30.532613804058556]}},{"type":"Feature","properties":{"type":"major","name":"Bratislava-M.R. Štefánik","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/M._R._%C5%A0tef%C3%A1nik_Airport","comments":null,"name_en":"M. R. Štefánik Airport"},"geometry":{"type":"Point","coordinates":[17.199985002220789,48.169837906253491]}},{"type":"Feature","properties":{"type":"mid","name":"Burlington Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Burlington_International_Airport","comments":null,"name_en":"Burlington International Airport"},"geometry":{"type":"Point","coordinates":[-73.15507877906677,44.469206604073214]}},{"type":"Feature","properties":{"type":"major","name":"Columbia Metro","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Columbia_Metropolitan_Airport","comments":null,"name_en":"Columbia Metropolitan Airport"},"geometry":{"type":"Point","coordinates":[-81.109335242937718,33.934205458427535]}},{"type":"Feature","properties":{"type":"major","name":"Calicut Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Calicut_International_Airport","comments":null,"name_en":"Calicut International Airport"},"geometry":{"type":"Point","coordinates":[75.950993063051044,11.139552052606399]}},{"type":"Feature","properties":{"type":"mid","name":"Cocos (Keeling) Islands","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cocos_(Keeling)_Islands_Airport","comments":null,"name_en":"Cocos"},"geometry":{"type":"Point","coordinates":[96.82874721442073,-12.185158595329305]}},{"type":"Feature","properties":{"type":"mid","name":"Corfu Int'l (Ioannis Kapodistrias)","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Corfu_International_Airport","comments":null,"name_en":"Corfu International Airport"},"geometry":{"type":"Point","coordinates":[19.914756164166214,39.60675545052586]}},{"type":"Feature","properties":{"type":"major","name":"Changchun Longjia Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Changchun_Longjia_International_Airport","comments":null,"name_en":"Changchun Longjia International Airport"},"geometry":{"type":"Point","coordinates":[125.690456812998363,43.993011479576971]}},{"type":"Feature","properties":{"type":"major and military","name":"Charleston Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Charleston_International_Airport","comments":null,"name_en":"Charleston International Airport"},"geometry":{"type":"Point","coordinates":[-80.036933743826239,32.884530156296464]}},{"type":"Feature","properties":{"type":"mid","name":"Coimbatore","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Coimbatore_Airport","comments":null,"name_en":"Coimbatore Airport"},"geometry":{"type":"Point","coordinates":[77.038893772262043,11.030141512598268]}},{"type":"Feature","properties":{"type":"mid","name":"Someseni","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Cluj-Napoca_International_Airport","comments":null,"name_en":"Cluj International Airport"},"geometry":{"type":"Point","coordinates":[23.686981268048559,46.782662634024277]}},{"type":"Feature","properties":{"type":"mid","name":"Ignacio Agramonte","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ignacio_Agramonte_International_Airport","comments":null,"name_en":"Ignacio Agramonte International Airport"},"geometry":{"type":"Point","coordinates":[-77.845103993516659,21.424703728196057]}},{"type":"Feature","properties":{"type":"major","name":"Casper/Natrona County Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Casper/Natrona_County_International_Airport","comments":null,"name_en":"Casper–Natrona County International Airport"},"geometry":{"type":"Point","coordinates":[-106.464444809691784,42.897190048300573]}},{"type":"Feature","properties":{"type":"major","name":"Clark Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Clark_International_Airport","comments":null,"name_en":"Clark International Airport"},"geometry":{"type":"Point","coordinates":[120.550770223913972,15.187642242388833]}},{"type":"Feature","properties":{"type":"major and military","name":"Yeager","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yeager_Airport","comments":null,"name_en":"Yeager Airport"},"geometry":{"type":"Point","coordinates":[-81.596416466752601,38.370591437286457]}},{"type":"Feature","properties":{"type":"major","name":"Catania Fontanarossa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Catania-Fontanarossa_Airport","comments":null,"name_en":"Catania-Fontanarossa Airport"},"geometry":{"type":"Point","coordinates":[15.067460500705343,37.470072800341015]}},{"type":"Feature","properties":{"type":"mid","name":"Chetumal Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chetumal_International_Airport","comments":null,"name_en":"Chetumal International Airport"},"geometry":{"type":"Point","coordinates":[-88.324260041536505,18.506434233376005]}},{"type":"Feature","properties":{"type":"major","name":"Cardiff","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cardiff_Airport","comments":null,"name_en":"Cardiff Airport"},"geometry":{"type":"Point","coordinates":[-3.339568764291176,51.398622091101743]}},{"type":"Feature","properties":{"type":"mid","name":"Gerrard Smith","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gerrard_Smith_International_Airport","comments":null,"name_en":"Charles Kirkconnell International Airport"},"geometry":{"type":"Point","coordinates":[-79.879461638002965,19.68986539628435]}},{"type":"Feature","properties":{"type":"mid","name":"Cozumel Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cozumel_International_Airport","comments":null,"name_en":"Cozumel International Airport"},"geometry":{"type":"Point","coordinates":[-86.93040640704362,20.511554377164721]}},{"type":"Feature","properties":{"type":"major","name":"James M. Cox Dayton Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dayton_International_Airport","comments":null,"name_en":"Dayton International Airport"},"geometry":{"type":"Point","coordinates":[-84.22045942381024,39.899040286536199]}},{"type":"Feature","properties":{"type":"mid","name":"Dubbo","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/Dubbo_Airport","comments":null,"name_en":"Dubbo City Regional Airport"},"geometry":{"type":"Point","coordinates":[148.569717,-32.218681]}},{"type":"Feature","properties":{"type":"major","name":"Washington Nat'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ronald_Reagan_Washington_National_Airport","comments":null,"name_en":"Ronald Reagan Washington National Airport"},"geometry":{"type":"Point","coordinates":[-77.043337392563117,38.853716201212265]}},{"type":"Feature","properties":{"type":"mid","name":"Durango Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Guadalupe_Victoria_International_Airport","comments":null,"name_en":"General Guadalupe Victoria International Airport"},"geometry":{"type":"Point","coordinates":[-104.53384602496385,24.12619483261825]}},{"type":"Feature","properties":{"type":"mid","name":"Voloskoye","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dnipropetrovsk_International_Airport","comments":null,"name_en":"Dnipro International Airport"},"geometry":{"type":"Point","coordinates":[35.093906022497471,48.367571802111691]}},{"type":"Feature","properties":{"type":"major","name":"Donetsk","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Donetsk_International_Airport","comments":null,"name_en":"Donetsk International Airport"},"geometry":{"type":"Point","coordinates":[37.744808557210334,48.069167128558192]}},{"type":"Feature","properties":{"type":"mid","name":"Santa Bernardina Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Santa_Bernardina_International_Airport","comments":null,"name_en":"Santa Bernardina International Airport"},"geometry":{"type":"Point","coordinates":[-56.499263621374418,-33.359108447550071]}},{"type":"Feature","properties":{"type":"major","name":"Edinburgh Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Edinburgh_Airport","comments":null,"name_en":"Edinburgh Airport"},"geometry":{"type":"Point","coordinates":[-3.364284685135545,55.948554011363903]}},{"type":"Feature","properties":{"type":"mid","name":"Terrance B. Lettsome Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Terrance_B._Lettsome_International_Airport","comments":null,"name_en":"Terrance B. Lettsome International Airport"},"geometry":{"type":"Point","coordinates":[-64.53715143657945,18.444361855798306]}},{"type":"Feature","properties":{"type":"mid","name":"Elko Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Elko_Regional_Airport","comments":null,"name_en":"Elko Regional Airport"},"geometry":{"type":"Point","coordinates":[-115.786479232249121,40.827605881522487]}},{"type":"Feature","properties":{"type":"mid","name":"Ensenada","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Ensenada_Airport","comments":null,"name_en":"Ensenada Airport"},"geometry":{"type":"Point","coordinates":[-116.595724400417822,31.797713976056865]}},{"type":"Feature","properties":{"type":"mid","name":"Vágar","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/V%C3%A1gar_Airport","comments":null,"name_en":"Vágar Airport"},"geometry":{"type":"Point","coordinates":[-7.2708,62.0625]}},{"type":"Feature","properties":{"type":"mid and military","name":"Hector Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hector_International_Airport","comments":null,"name_en":"Hector International Airport"},"geometry":{"type":"Point","coordinates":[-96.825456126967495,46.919817881132275]}},{"type":"Feature","properties":{"type":"mid","name":"Fresno Yosemite Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fresno_Yosemite_International_Airport","comments":null,"name_en":"Fresno Yosemite International Airport"},"geometry":{"type":"Point","coordinates":[-119.720001323575815,36.769812837395939]}},{"type":"Feature","properties":{"type":"mid","name":"Flagstaff Pulliam","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Flagstaff_Pulliam_Airport","comments":null,"name_en":"Flagstaff Pulliam Airport"},"geometry":{"type":"Point","coordinates":[-111.674656171675096,35.138911675797587]}},{"type":"Feature","properties":{"type":"mid","name":"Mundo Maya Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mundo_Maya_International_Airport","comments":"ok","name_en":"Mundo Maya International Airport"},"geometry":{"type":"Point","coordinates":[-89.87784042265082,16.914974164222567]}},{"type":"Feature","properties":{"type":"mid","name":"Sioux Falls Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sioux_Falls_Regional_Airport","comments":null,"name_en":"Sioux Falls Regional Airport"},"geometry":{"type":"Point","coordinates":[-96.731383101754076,43.580193497276319]}},{"type":"Feature","properties":{"type":"major","name":"Spokane Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Spokane_International_Airport","comments":null,"name_en":"Spokane International Airport"},"geometry":{"type":"Point","coordinates":[-117.536836628585164,47.625478127836779]}},{"type":"Feature","properties":{"type":"mid","name":"Exuma Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Exuma_International_Airport","comments":null,"name_en":"Exuma International Airport"},"geometry":{"type":"Point","coordinates":[-75.872613085303954,23.563882906925851]}},{"type":"Feature","properties":{"type":"mid","name":"Gibraltar","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Gibraltar_Airport","comments":null,"name_en":"Gibraltar International Airport"},"geometry":{"type":"Point","coordinates":[-5.346771800333878,36.151274750417343]}},{"type":"Feature","properties":{"type":"mid","name":"Gerald R. Ford Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gerald_R._Ford_International_Airport","comments":null,"name_en":"Gerald R. Ford International Airport"},"geometry":{"type":"Point","coordinates":[-85.529573207274012,42.884777602090793]}},{"type":"Feature","properties":{"type":"major","name":"Triad Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Piedmont_Triad_International_Airport","comments":null,"name_en":"Piedmont Triad International Airport"},"geometry":{"type":"Point","coordinates":[-79.936486757748355,36.105378199893245]}},{"type":"Feature","properties":{"type":"mid","name":"Great Falls Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Great_Falls_International_Airport","comments":null,"name_en":"Great Falls International Airport"},"geometry":{"type":"Point","coordinates":[-111.356684727840005,47.482270729263035]}},{"type":"Feature","properties":{"type":"major","name":"Gaziantep Oğuzeli Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/O%C4%9Fuzeli_Airport","comments":null,"name_en":"Oğuzeli Airport"},"geometry":{"type":"Point","coordinates":[37.473803252189995,36.945363344687536]}},{"type":"Feature","properties":{"type":"mid","name":"Hubli","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hubli_Airport","comments":"ok","name_en":"Hubli Airport"},"geometry":{"type":"Point","coordinates":[75.086315568028127,15.359183338622918]}},{"type":"Feature","properties":{"type":"mid","name":"Hat Yai Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hat_Yai_International_Airport","comments":null,"name_en":"Hat Yai International Airport"},"geometry":{"type":"Point","coordinates":[100.393751274671317,6.93634231940664]}},{"type":"Feature","properties":{"type":"mid","name":"Hefei-Luogang","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Hefei_Luogang_International_Airport","comments":null,"name_en":"Hefei Luogang International Airport"},"geometry":{"type":"Point","coordinates":[117.304197015887723,31.779857679577841]}},{"type":"Feature","properties":{"type":"major","name":"Hurghada Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hurghada_International_Airport","comments":null,"name_en":"Hurghada International Airport"},"geometry":{"type":"Point","coordinates":[33.807160641411784,27.180426091818589]}},{"type":"Feature","properties":{"type":"major","name":"Kharkov Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Kharkiv_International_Airport","comments":null,"name_en":"Kharkiv International Airport"},"geometry":{"type":"Point","coordinates":[36.282201077350287,49.921536063155067]}},{"type":"Feature","properties":{"type":"major","name":"Huntsville Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Huntsville_International_Airport","comments":null,"name_en":"Huntsville International Airport"},"geometry":{"type":"Point","coordinates":[-86.774943056337335,34.648334460931935]}},{"type":"Feature","properties":{"type":"mid","name":"Ibadan","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Ibadan_Airport","comments":null,"name_en":"Ibadan Airport"},"geometry":{"type":"Point","coordinates":[3.973813343322902,7.360343972693927]}},{"type":"Feature","properties":{"type":"major","name":"Kansas City Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kansas_City_International_Airport","comments":null,"name_en":"Wichita Dwight D. Eisenhower National Airport"},"geometry":{"type":"Point","coordinates":[-97.428738768397594,37.652927960390301]}},{"type":"Feature","properties":{"type":"mid","name":"Wilmington Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Wilmington_International_Airport","comments":null,"name_en":"Wilmington International Airport"},"geometry":{"type":"Point","coordinates":[-77.910375656046924,34.266784067199566]}},{"type":"Feature","properties":{"type":"mid","name":"Ilorin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ilorin_International_Airport","comments":null,"name_en":"Ilorin International Airport"},"geometry":{"type":"Point","coordinates":[4.494840388199345,8.435376519352406]}},{"type":"Feature","properties":{"type":"mid","name":"Falls Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Falls_International_Airport","comments":null,"name_en":"Falls International Airport"},"geometry":{"type":"Point","coordinates":[-93.398002755279393,48.565993084841431]}},{"type":"Feature","properties":{"type":"mid","name":"Inverness","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Inverness_Airport","comments":null,"name_en":"Inverness Airport"},"geometry":{"type":"Point","coordinates":[-4.063591755871405,57.539500292342382]}},{"type":"Feature","properties":{"type":"mid","name":"Imperial Cty.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Imperial_County_Airport","comments":null,"name_en":"Imperial County Airport"},"geometry":{"type":"Point","coordinates":[-115.571995566579545,32.833958668552398]}},{"type":"Feature","properties":{"type":"mid","name":"Jammu","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jammu_Airport","comments":null,"name_en":"Jammu Airport"},"geometry":{"type":"Point","coordinates":[74.842307763891498,32.681042888622493]}},{"type":"Feature","properties":{"type":"mid","name":"Madurai","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Madurai_Airport","comments":null,"name_en":"Madurai International Airport"},"geometry":{"type":"Point","coordinates":[78.09113949371941,9.837186278775658]}},{"type":"Feature","properties":{"type":"major and military","name":"Jodhpur","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jodhpur_Airport","comments":null,"name_en":"Jodhpur Airport"},"geometry":{"type":"Point","coordinates":[73.050549189567121,26.26376234583514]}},{"type":"Feature","properties":{"type":"mid","name":"Jabalpur","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jabalpur_Airport","comments":null,"name_en":"Jabalpur Airport"},"geometry":{"type":"Point","coordinates":[80.058743888527701,23.1845328746465]}},{"type":"Feature","properties":{"type":"mid","name":"Kilimanjaro Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kilimanjaro_International_Airport","comments":null,"name_en":"Kilimanjaro International Airport"},"geometry":{"type":"Point","coordinates":[37.06518960677478,-3.424444959981779]}},{"type":"Feature","properties":{"type":"mid","name":"Kaduna","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kaduna_Airport","comments":null,"name_en":"Kaduna Airport"},"geometry":{"type":"Point","coordinates":[7.325253474074342,10.694619286239067]}},{"type":"Feature","properties":{"type":"mid","name":"Kananga","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kananga_Airport","comments":null,"name_en":"Kananga Airport"},"geometry":{"type":"Point","coordinates":[22.47833324826895,-5.900166562270408]}},{"type":"Feature","properties":{"type":"mid","name":"Kumasi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kumasi_Airport","comments":null,"name_en":"Kumasi Airport"},"geometry":{"type":"Point","coordinates":[-1.592575265823615,6.714606387503645]}},{"type":"Feature","properties":{"type":"mid","name":"Viña del Mar","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Vi%C3%B1a_del_Mar_Airport","comments":null,"name_en":"Viña del Mar Airport"},"geometry":{"type":"Point","coordinates":[-71.480602535496899,-32.948391765135987]}},{"type":"Feature","properties":{"type":"mid","name":"Kanpur","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kanpur_Airport","comments":null,"name_en":"Kanpur Airport"},"geometry":{"type":"Point","coordinates":[80.41447036924616,26.40416824402508]}},{"type":"Feature","properties":{"type":"mid","name":"Kona Int'l at Keahole","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kona_International_Airport","comments":null,"name_en":"Ellison Onizuka Kona International Airport"},"geometry":{"type":"Point","coordinates":[-156.040889471057682,19.737099139944235]}},{"type":"Feature","properties":{"type":"mid","name":"Kirkwall","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Kirkwall_Airport","comments":null,"name_en":"Kirkwall Airport"},"geometry":{"type":"Point","coordinates":[-2.901378495245077,58.954428878830349]}},{"type":"Feature","properties":{"type":"mid","name":"Kota","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kota_Airport","comments":null,"name_en":"Kota Airport"},"geometry":{"type":"Point","coordinates":[75.850497794455151,25.163418716674268]}},{"type":"Feature","properties":{"type":"major and military","name":"Konya","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Konya_Airport","comments":null,"name_en":"Konya Airport"},"geometry":{"type":"Point","coordinates":[32.575673266968714,37.983994553169488]}},{"type":"Feature","properties":{"type":"major","name":"Blue Grass","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Blue_Grass_Airport","comments":null,"name_en":"Blue Grass Airport"},"geometry":{"type":"Point","coordinates":[-84.598268191878574,38.037427318137162]}},{"type":"Feature","properties":{"type":"mid","name":"Lihue","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lihu'e_Airport","comments":null,"name_en":"Lihue Airport"},"geometry":{"type":"Point","coordinates":[-159.349084290522057,21.978124316208824]}},{"type":"Feature","properties":{"type":"major","name":"Clinton National","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Little_Rock_National_Airport","comments":"fixed name","name_en":"Bill and Hillary Clinton National Airport"},"geometry":{"type":"Point","coordinates":[-92.220588131928864,34.728430041517875]}},{"type":"Feature","properties":{"type":"mid","name":"Los Mochis","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Federal_del_Valle_del_Fuerte_International_Airport","comments":null,"name_en":"Valle del Fuerte Federal International Airport"},"geometry":{"type":"Point","coordinates":[-109.082694645261029,25.688508826099021]}},{"type":"Feature","properties":{"type":"mid","name":"Venustiano Carranza Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Venustiano_Carranza_International_Airport","comments":null,"name_en":"Venustiano Carranza International Airport"},"geometry":{"type":"Point","coordinates":[-101.464960031750579,26.955392716069884]}},{"type":"Feature","properties":{"type":"mid","name":"Laredo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Laredo_International_Airport","comments":null,"name_en":"Laredo International Airport"},"geometry":{"type":"Point","coordinates":[-99.455660397651329,27.543665717582471]}},{"type":"Feature","properties":{"type":"mid","name":"Sumburgh","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Sumburgh_Airport","comments":null,"name_en":"Sumburgh Airport"},"geometry":{"type":"Point","coordinates":[-1.288060688387535,59.876689959899927]}},{"type":"Feature","properties":{"type":"major","name":"Bassel Al-Assad Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bassel_Al-Assad_International_Airport","comments":null,"name_en":"Bassel Al-Assad International Airport"},"geometry":{"type":"Point","coordinates":[35.944240709666296,35.407311459674354]}},{"type":"Feature","properties":{"type":"major","name":"London Luton","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/London_Luton_Airport","comments":null,"name_en":"London Luton Airport"},"geometry":{"type":"Point","coordinates":[-0.376227267397439,51.880295257096897]}},{"type":"Feature","properties":{"type":"mid","name":"Svalbard Longyear","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Svalbard_Airport%2C_Longyear","comments":null,"name_en":"Svalbard Airport"},"geometry":{"type":"Point","coordinates":[15.495229,78.246717]}},{"type":"Feature","properties":{"type":"mid","name":"Sangster Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Sangster_International_Airport","comments":null,"name_en":"Sangster International Airport"},"geometry":{"type":"Point","coordinates":[-77.918390763575161,18.501154929824885]}},{"type":"Feature","properties":{"type":"mid","name":"Mandalay Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mandalay_International_Airport","comments":null,"name_en":"Mandalay International Airport"},"geometry":{"type":"Point","coordinates":[95.970653595021687,21.705549068027405]}},{"type":"Feature","properties":{"type":"major","name":"Chicago Midway Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chicago_Midway_International_Airport","comments":null,"name_en":"Midway International Airport"},"geometry":{"type":"Point","coordinates":[-87.742126688561214,41.788349259740919]}},{"type":"Feature","properties":{"type":"mid and military","name":"Eloy Alfaro Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Manta_Air_Base","comments":null,"name_en":"Eloy Alfaro International Airport"},"geometry":{"type":"Point","coordinates":[-80.683384599577423,-0.949557002112883]}},{"type":"Feature","properties":{"type":"major","name":"Montgomery Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Montgomery_Regional_Airport","comments":null,"name_en":"Montgomery Regional Airport"},"geometry":{"type":"Point","coordinates":[-86.390307460268616,32.304587990963064]}},{"type":"Feature","properties":{"type":"major","name":"Manchester-Boston Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Manchester-Boston_Regional_Airport","comments":null,"name_en":"Manchester–Boston Regional Airport"},"geometry":{"type":"Point","coordinates":[-71.437523909185671,42.92791399458855]}},{"type":"Feature","properties":{"type":"mid","name":"Maiduguri Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Maiduguri_International_Airport","comments":null,"name_en":"Maiduguri International Airport"},"geometry":{"type":"Point","coordinates":[13.085139016247085,11.853471318852687]}},{"type":"Feature","properties":{"type":"mid","name":"Mbuji Mayi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mbuji_Mayi_Airport","comments":null,"name_en":"Mbuji Mayi Airport"},"geometry":{"type":"Point","coordinates":[23.572109198905228,-6.124845413488115]}},{"type":"Feature","properties":{"type":"mid","name":"Minot Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Minot_International_Airport","comments":null,"name_en":"Minot International Airport"},"geometry":{"type":"Point","coordinates":[-101.291385531299881,48.255604921283911]}},{"type":"Feature","properties":{"type":"mid","name":"Missoula Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Missoula_International_Airport","comments":null,"name_en":"Missoula International Airport"},"geometry":{"type":"Point","coordinates":[-114.083694923650626,46.918760476883072]}},{"type":"Feature","properties":{"type":"mid","name":"Gen R.S. Taboada Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Rodolfo_S%C3%A1nchez_Taboada_International_Airport","comments":null,"name_en":"General Rodolfo Sánchez Taboada International Airport"},"geometry":{"type":"Point","coordinates":[-115.247874047841236,32.628564332460684]}},{"type":"Feature","properties":{"type":"major","name":"Malpensa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Malpensa_Airport","comments":null,"name_en":"Milan–Malpensa Airport"},"geometry":{"type":"Point","coordinates":[8.712959535024368,45.627440514038092]}},{"type":"Feature","properties":{"type":"mid","name":"Norfolk Island","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Norfolk_Island_Airport","comments":null,"name_en":"Norfolk Island Airport"},"geometry":{"type":"Point","coordinates":[167.943394116204729,-29.035159255527493]}},{"type":"Feature","properties":{"type":"major","name":"Nurnberg","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nuremberg_Airport","comments":null,"name_en":"Nuremberg Airport"},"geometry":{"type":"Point","coordinates":[11.077417973909556,49.494505217034451]}},{"type":"Feature","properties":{"type":"major","name":"Odessa Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Odessa_International_Airport","comments":null,"name_en":"Odessa International Airport"},"geometry":{"type":"Point","coordinates":[30.676830831020588,46.440626875910638]}},{"type":"Feature","properties":{"type":"mid","name":"Gold Coast","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gold_Coast_Airport","comments":null,"name_en":"Gold Coast Airport"},"geometry":{"type":"Point","coordinates":[153.512876264303287,-28.166516854020163]}},{"type":"Feature","properties":{"type":"mid","name":"Oran Es Senia","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Oran_Es_S%C3%A9nia_Airport","comments":null,"name_en":"Oran Ahmed Ben Bella Airport"},"geometry":{"type":"Point","coordinates":[-0.60679696443112,35.620274731273447]}},{"type":"Feature","properties":{"type":"mid","name":"Lok Nayak Jaiprakash","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lok_Nayak_Jayaprakash_Airport","comments":null,"name_en":"Lok Nayak Jayaprakash Airport"},"geometry":{"type":"Point","coordinates":[85.090902131466322,25.594443429560453]}},{"type":"Feature","properties":{"type":"mid","name":"Paysandu","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Paysand%C3%BA_Airport","comments":null,"name_en":"Paysandú Airport"},"geometry":{"type":"Point","coordinates":[-58.068534682525701,-32.361454529272258]}},{"type":"Feature","properties":{"type":"major","name":"Paphos Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Paphos_International_Airport","comments":null,"name_en":"Paphos International Airport"},"geometry":{"type":"Point","coordinates":[32.483232206492644,34.71340128173351]}},{"type":"Feature","properties":{"type":"mid","name":"Sultan Mahmud Badaruddin II","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sultan_Mahmud_Badaruddin_II_Airport","comments":null,"name_en":"Sultan Mahmud Badaruddin II International Airport"},"geometry":{"type":"Point","coordinates":[104.699128326761624,-2.899993450059967]}},{"type":"Feature","properties":{"type":"mid","name":"Polokwane Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Polokwane_International_Airport","comments":null,"name_en":"Polokwane International Airport"},"geometry":{"type":"Point","coordinates":[29.453340364564351,-23.858986270165953]}},{"type":"Feature","properties":{"type":"mid","name":"Punta Cana","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Punta_Cana_International_Airport","comments":null,"name_en":"Punta Cana International Airport"},"geometry":{"type":"Point","coordinates":[-68.363235107464902,18.563039033987039]}},{"type":"Feature","properties":{"type":"mid","name":"Queretaro Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Quer%C3%A9taro_International_Airport","comments":null,"name_en":"Querétaro International Airport"},"geometry":{"type":"Point","coordinates":[-100.187359430029787,20.622466071277959]}},{"type":"Feature","properties":{"type":"mid","name":"Rajkot","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Rajkot_Airport","comments":null,"name_en":"Rajkot Airport"},"geometry":{"type":"Point","coordinates":[70.779954831156502,22.309281698836052]}},{"type":"Feature","properties":{"type":"major","name":"Richmond Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Richmond_International_Airport","comments":null,"name_en":"Richmond International Airport"},"geometry":{"type":"Point","coordinates":[-77.333119638113018,37.508289975090122]}},{"type":"Feature","properties":{"type":"mid","name":"Shah Makhdum","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shah_Makhdum_Airport","comments":null,"name_en":"Shah Makhdum Airport"},"geometry":{"type":"Point","coordinates":[88.613804570443051,24.444806862303508]}},{"type":"Feature","properties":{"type":"major","name":"Greater Rochester Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Greater_Rochester_International_Airport","comments":null,"name_en":"Greater Rochester International Airport"},"geometry":{"type":"Point","coordinates":[-77.665244506219665,43.127551982648235]}},{"type":"Feature","properties":{"type":"mid","name":"Rockhampton","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rockhampton_Airport","comments":null,"name_en":"Rockhampton Airport"},"geometry":{"type":"Point","coordinates":[150.478897,-23.378599]}},{"type":"Feature","properties":{"type":"mid","name":"Rostov-on-Don","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rostov-on-Don_Airport","comments":null,"name_en":"Rostov-on-Don Airport"},"geometry":{"type":"Point","coordinates":[39.803514444539083,47.255111951975394]}},{"type":"Feature","properties":{"type":"mid","name":"Saratov","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Saratov_Tsentralny_Airport","comments":null,"name_en":"Saratov Tsentralny Airport"},"geometry":{"type":"Point","coordinates":[46.035023249891012,51.560645650884204]}},{"type":"Feature","properties":{"type":"mid","name":"Ramón Villeda Morales Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ram%C3%B3n_Villeda_Morales_International_Airport","comments":null,"name_en":"Ramón Villeda Morales International Airport"},"geometry":{"type":"Point","coordinates":[-87.927236512540929,15.455863052488276]}},{"type":"Feature","properties":{"type":"mid","name":"Santa Barbara Muni.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Santa_Barbara_Airport","comments":null,"name_en":"Santa Barbara Municipal Airport"},"geometry":{"type":"Point","coordinates":[-119.836601580799808,34.425731297878322]}},{"type":"Feature","properties":{"type":"mid","name":"Deadhorse","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Deadhorse_Airport","comments":null,"name_en":"Deadhorse Airport"},"geometry":{"type":"Point","coordinates":[-148.457855,70.19751]}},{"type":"Feature","properties":{"type":"mid","name":"Kangerlussuaq","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Kangerlussuaq_Airport","comments":null,"name_en":"Kangerlussuaq Airport"},"geometry":{"type":"Point","coordinates":[-50.694199,67.018097]}},{"type":"Feature","properties":{"type":"major","name":"Springfield Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Springfield/Branson_National_Airport","comments":null,"name_en":"Springfield-Branson National Airport"},"geometry":{"type":"Point","coordinates":[-93.382637901200297,37.242144490302429]}},{"type":"Feature","properties":{"type":"major","name":"Shreveport Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shreveport_Regional_Airport","comments":null,"name_en":"Shreveport Regional Airport"},"geometry":{"type":"Point","coordinates":[-93.828522222950269,32.454579886651267]}},{"type":"Feature","properties":{"type":"major","name":"Simferopol Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Simferopol_International_Airport","comments":null,"name_en":"Simferopol International Airport"},"geometry":{"type":"Point","coordinates":[33.996052924453672,45.020217397816495]}},{"type":"Feature","properties":{"type":"mid","name":"Sitka Rocky Gutierrez","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sitka_Rocky_Gutierrez_Airport","comments":null,"name_en":"Sitka Rocky Gutierrez Airport"},"geometry":{"type":"Point","coordinates":[-135.365692,57.05349]}},{"type":"Feature","properties":{"type":"major","name":"Los Cabos Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Los_Cabos_International_Airport","comments":null,"name_en":"Los Cabos International Airport"},"geometry":{"type":"Point","coordinates":[-109.717858386909214,23.162657448359653]}},{"type":"Feature","properties":{"type":"major","name":"McNary Field","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/McNary_Field","comments":null,"name_en":"McNary Field"},"geometry":{"type":"Point","coordinates":[-123.007871479403931,44.910513845214247]}},{"type":"Feature","properties":{"type":"mid","name":"Plan de Guadalupe","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Plan_de_Guadalupe_International_Airport","comments":null,"name_en":"Plan de Guadalupe International Airport"},"geometry":{"type":"Point","coordinates":[-100.932260548587479,25.54799764199738]}},{"type":"Feature","properties":{"type":"major","name":"Shannon","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shannon_Airport","comments":null,"name_en":"Shannon Airport"},"geometry":{"type":"Point","coordinates":[-8.922428855576857,52.693453710253166]}},{"type":"Feature","properties":{"type":"mid","name":"Santo Pekoa Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Santo-Pekoa_International_Airport","comments":null,"name_en":"Santo-Pekoa International Airport"},"geometry":{"type":"Point","coordinates":[167.220894919374672,-15.505538737085832]}},{"type":"Feature","properties":{"type":"mid","name":"Achmad Yani","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Achmad_Yani_Airport","comments":null,"name_en":"Achmad Yani International Airport"},"geometry":{"type":"Point","coordinates":[110.378556255665728,-6.978734849569817]}},{"type":"Feature","properties":{"type":"military mid","name":"Srinagar","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Srinagar_Airport","comments":null,"name_en":"Sheikh ul-Alam International Airport"},"geometry":{"type":"Point","coordinates":[74.782624367231136,33.983090943162317]}},{"type":"Feature","properties":{"type":"mid","name":"Tapachula Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Tapachula_International_Airport","comments":null,"name_en":"Tapachula International Airport"},"geometry":{"type":"Point","coordinates":[-92.370003,14.791128133877267]}},{"type":"Feature","properties":{"type":"major","name":"Podgorica","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Podgorica_Airport","comments":null,"name_en":"Podgorica Airport"},"geometry":{"type":"Point","coordinates":[19.246686861887266,42.367933519542824]}},{"type":"Feature","properties":{"type":"major","name":"Tallahassee Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tallahassee_Regional_Airport","comments":null,"name_en":"Tallahassee International Airport"},"geometry":{"type":"Point","coordinates":[-84.344995398485764,30.395557617693783]}},{"type":"Feature","properties":{"type":"major","name":"Turin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Turin_International_Airport","comments":null,"name_en":"Turin Airport"},"geometry":{"type":"Point","coordinates":[7.644162303621328,45.19166007346417]}},{"type":"Feature","properties":{"type":"major","name":"Taiyuan Wusu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Taiyuan_Wusu_International_Airport","comments":null,"name_en":"Taiyuan Wusu International Airport"},"geometry":{"type":"Point","coordinates":[112.625891539315248,37.754511779151215]}},{"type":"Feature","properties":{"type":"mid","name":"Narsarsuaq","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Narsarsuaq_Airport","comments":null,"name_en":"Narsarsuaq Airport"},"geometry":{"type":"Point","coordinates":[-45.416400892310833,61.162596833732827]}},{"type":"Feature","properties":{"type":"military mid","name":"U-Tapao","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/U-Tapao_International_Airport","comments":"fixed name","name_en":"U-Tapao International Airport"},"geometry":{"type":"Point","coordinates":[101.000209290480342,12.685293091266386]}},{"type":"Feature","properties":{"type":"mid","name":"Victoria Falls","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Victoria_Falls_Airport","comments":null,"name_en":"Victoria Falls Airport"},"geometry":{"type":"Point","coordinates":[25.846767720882564,-18.099015598368197]}},{"type":"Feature","properties":{"type":"mid","name":"Vijaywada","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Vijayawada_Airport","comments":null,"name_en":"Vijayawada Airport"},"geometry":{"type":"Point","coordinates":[80.797308000067503,16.528642778235014]}},{"type":"Feature","properties":{"type":"mid","name":"Varanasi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Varanasi_Airport","comments":null,"name_en":"Lal Bahadur Shastri Airport"},"geometry":{"type":"Point","coordinates":[82.853874191352745,25.449907732982243]}},{"type":"Feature","properties":{"type":"major","name":"Juan Gualberto Gomez","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Juan_Gualberto_G%C3%B3mez_Airport","comments":null,"name_en":"Juan Gualberto Gómez Airport"},"geometry":{"type":"Point","coordinates":[-81.436710385062312,23.039542233963147]}},{"type":"Feature","properties":{"type":"mid","name":"Villahermosa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Carlos_Rovirosa_P%C3%A9rez_International_Airport","comments":null,"name_en":"Carlos Rovirosa Pérez International Airport"},"geometry":{"type":"Point","coordinates":[-92.819067583626179,17.993066011311075]}},{"type":"Feature","properties":{"type":"mid","name":"Brandon","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Brandon_Airport","comments":null,"name_en":"Brandon Municipal Airport"},"geometry":{"type":"Point","coordinates":[-99.945895900246342,49.904727941027694]}},{"type":"Feature","properties":{"type":"military major","name":"CFB Edmonton","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/CFB_Edmonton","comments":null,"name_en":"3rd Division Support Base"},"geometry":{"type":"Point","coordinates":[-113.478839054496859,53.67491566186677]}},{"type":"Feature","properties":{"type":"mid","name":"Iqaluit","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Iqaluit_Airport","comments":null,"name_en":"Iqaluit Airport"},"geometry":{"type":"Point","coordinates":[-68.53672924418116,63.751152353780704]}},{"type":"Feature","properties":{"type":"mid","name":"John C. Munro Hamilton Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/John_C._Munro_Hamilton_International_Airport","comments":null,"name_en":"John C. Munro Hamilton International Airport"},"geometry":{"type":"Point","coordinates":[-79.926423095996725,43.163360530509607]}},{"type":"Feature","properties":{"type":"mid","name":"Fort McMurray","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fort_McMurray_Airport","comments":null,"name_en":"Fort McMurray International Airport"},"geometry":{"type":"Point","coordinates":[-111.223840046616914,56.656317139096188]}},{"type":"Feature","properties":{"type":"major and military","name":"Yantai","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yantai_Laishan_International_Airport","comments":null,"name_en":"Yantai Laishan International Airport"},"geometry":{"type":"Point","coordinates":[121.372047417773118,37.407704472692394]}},{"type":"Feature","properties":{"type":"mid","name":"Peace River","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Peace_River_Airport","comments":null,"name_en":"Peace River Airport"},"geometry":{"type":"Point","coordinates":[-117.443663208081503,56.231924036744985]}},{"type":"Feature","properties":{"type":"mid","name":"Greater Moncton Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Greater_Moncton_International_Airport","comments":null,"name_en":"Greater Moncton International Airport"},"geometry":{"type":"Point","coordinates":[-64.688669680736126,46.11620596392595]}},{"type":"Feature","properties":{"type":"mid","name":"Sydney/J.A. Douglas McCurdy","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sydney_Airport_(Nova_Scotia)","comments":null,"name_en":"Sydney/J.A. Douglas McCurdy Airport"},"geometry":{"type":"Point","coordinates":[-60.046937211702641,46.167340589050362]}},{"type":"Feature","properties":{"type":"mid","name":"Resolute Bay","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Resolute_Bay_Airport","comments":null,"name_en":"Resolute Bay Airport"},"geometry":{"type":"Point","coordinates":[-94.970802324400609,74.718186098759418]}},{"type":"Feature","properties":{"type":"mid","name":"Fort Smith","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Fort_Smith_Airport","comments":null,"name_en":"Fort Smith Airport"},"geometry":{"type":"Point","coordinates":[-111.961059938157732,60.019874960244259]}},{"type":"Feature","properties":{"type":"mid","name":"Thompson","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Thompson_Airport","comments":null,"name_en":"Thompson Airport"},"geometry":{"type":"Point","coordinates":[-97.860733,55.797482]}},{"type":"Feature","properties":{"type":"mid","name":"Timmins","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Timmins_Airport","comments":null,"name_en":"Timmins/Victor M. Power Airport"},"geometry":{"type":"Point","coordinates":[-81.372047,48.566158]}},{"type":"Feature","properties":{"type":"mid","name":"Repulse Bay","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/Repulse_Bay_Airport","comments":null,"name_en":"Repulse Bay Airport"},"geometry":{"type":"Point","coordinates":[-86.25,66.533302]}},{"type":"Feature","properties":{"type":"mid","name":"Kuujjuaq","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/Kuujjuaq_Airport","comments":null,"name_en":"Kuujjuaq Airport"},"geometry":{"type":"Point","coordinates":[-68.433342,58.101959]}},{"type":"Feature","properties":{"type":"mid","name":"Wabush","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Wabush_Airport","comments":null,"name_en":"Wabush Airport"},"geometry":{"type":"Point","coordinates":[-66.873009,52.926071]}},{"type":"Feature","properties":{"type":"mid","name":"Edmonton City Centre","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Edmonton_City_Centre_(Blatchford_Field)_Airport","comments":null,"name_en":"Edmonton City Centre Airport"},"geometry":{"type":"Point","coordinates":[-113.522973688580791,53.570943658281159]}},{"type":"Feature","properties":{"type":"mid","name":"Fort St. John (N. Peace)","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/Fort_St._John_Airport","comments":null,"name_en":"Fort St. John Airport"},"geometry":{"type":"Point","coordinates":[-120.736439,56.246035]}},{"type":"Feature","properties":{"type":"mid","name":"North Bay/Jack Garland","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/North_Bay/Jack_Garland_Airport","comments":null,"name_en":"North Bay/Jack Garland Airport"},"geometry":{"type":"Point","coordinates":[-79.42491,46.358711]}},{"type":"Feature","properties":{"type":"mid","name":"Zaria","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Zaria_Airport","comments":null,"name_en":"Zaria Airport"},"geometry":{"type":"Point","coordinates":[7.687267643105769,11.135295860107082]}},{"type":"Feature","properties":{"type":"mid","name":"Skopje","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Skopje_Airport","comments":null,"name_en":"Skopje Airport"},"geometry":{"type":"Point","coordinates":[21.628197185822909,41.956454608154431]}},{"type":"Feature","properties":{"type":"mid","name":"Burnpur","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Burnpur_Airport","comments":null,"name_en":"Burnpur Airport"},"geometry":{"type":"Point","coordinates":[86.974546776572993,23.631217910776442]}},{"type":"Feature","properties":{"type":"mid","name":"Hindon Air Force Station","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Hindon_Air_Force_Station","comments":null,"name_en":"Hindan Air Force Station"},"geometry":{"type":"Point","coordinates":[77.350788877911725,28.707796860107081]}},{"type":"Feature","properties":{"type":"major","name":"Sunchon","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Sunchon_Airport","comments":null,"name_en":"Sunchon Airport"},"geometry":{"type":"Point","coordinates":[125.890825057485614,39.411965971056546]}},{"type":"Feature","properties":{"type":"mid","name":"Łódź Władysław Reymont","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/%C5%81%C3%B3d%C5%BA_W%C5%82adys%C5%82aw_Reymont_Airport","comments":null,"name_en":"Łódź Władysław Reymont Airport"},"geometry":{"type":"Point","coordinates":[19.403214874403695,51.727207045169955]}},{"type":"Feature","properties":{"type":"mid and military","name":"Alma Ata N.W.","location":"ramp","wikipedia":null,"comments":"???","name_en":"Boraldai Airport"},"geometry":{"type":"Point","coordinates":[76.878264009664761,43.355419083791865]}},{"type":"Feature","properties":{"type":"mid","name":"Jiamusi Dongjiao","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Jiamusi_Dongjiao_Airport","comments":null,"name_en":"Jiamusi Dongjiao Airport"},"geometry":{"type":"Point","coordinates":[130.456204704406787,46.843015022337944]}},{"type":"Feature","properties":{"type":"major","name":"Mudanjiang Hailang","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Mudanjiang_Hailang_Airport","comments":null,"name_en":"Mudanjiang Hailang International Airport"},"geometry":{"type":"Point","coordinates":[129.580151532220299,44.53429362999352]}},{"type":"Feature","properties":{"type":"military major","name":"Severomorsk-3 (Murmansk N.E.)","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Severomorsk-3","comments":"Planemad suggestion: https://en.wikipedia.org/wiki/Murmansk_Airport ; https://www.wikidata.org/wiki/Q1529017","name_en":"Severomorsk-3"},"geometry":{"type":"Point","coordinates":[33.290352761628533,69.016871182680404]}},{"type":"Feature","properties":{"type":"mid","name":"Mosul Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Mosul_International_Airport","comments":null,"name_en":"Mosul International Airport"},"geometry":{"type":"Point","coordinates":[43.145802,36.308601]}},{"type":"Feature","properties":{"type":"military mid","name":"Rostov N.","location":"runway","wikipedia":null,"comments":null,"name_en":"Bataysk Air Base"},"geometry":{"type":"Point","coordinates":[39.635399634366465,47.277420920286694]}},{"type":"Feature","properties":{"type":"mid","name":"Rostov S.W.","location":"runway","wikipedia":null,"comments":"??? changing places","name_en":"Rostov-on-Don Airport"},"geometry":{"type":"Point","coordinates":[39.797221534514875,47.115857725583503]}},{"type":"Feature","properties":{"type":"mid","name":"Oulu","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Oulu_Airport","comments":null,"name_en":"Oulu Airport"},"geometry":{"type":"Point","coordinates":[25.372837470430696,64.928799235884881]}},{"type":"Feature","properties":{"type":"major","name":"Bordeaux","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bordeaux_-_M%C3%A9rignac_Airport","comments":null,"name_en":"Bordeaux–Mérignac Airport"},"geometry":{"type":"Point","coordinates":[-0.701793449075243,44.832110866267385]}},{"type":"Feature","properties":{"type":"mid","name":"Mandelieu","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cannes_%E2%80%93_Mandelieu_Airport","comments":null,"name_en":"Cannes – Mandelieu Airport"},"geometry":{"type":"Point","coordinates":[6.954316120289373,43.546097987044973]}},{"type":"Feature","properties":{"type":"mid","name":"St Gatien","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Deauville_-_Saint-Gatien_Airport","comments":null,"name_en":"Deauville – Saint-Gatien Airport"},"geometry":{"type":"Point","coordinates":[0.158653528230218,49.361660998660916]}},{"type":"Feature","properties":{"type":"mid","name":"Lille-Lesquin","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lille_Airport","comments":null,"name_en":"Lille Airport"},"geometry":{"type":"Point","coordinates":[3.105964997998135,50.571642392958061]}},{"type":"Feature","properties":{"type":"major","name":"Toulouse-Blagnac","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Toulouse-Blagnac_Airport","comments":null,"name_en":"Toulouse–Blagnac Airport"},"geometry":{"type":"Point","coordinates":[1.373509185511527,43.630462566160091]}},{"type":"Feature","properties":{"type":"major","name":"Fukuoka","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fukuoka_Airport","comments":null,"name_en":"Fukuoka Airport"},"geometry":{"type":"Point","coordinates":[130.44418954188373,33.584816433257338]}},{"type":"Feature","properties":{"type":"mid","name":"Hiroshima-Nishi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hiroshima-Nishi_Airport","comments":null,"name_en":"Hiroshima-Nishi Airport"},"geometry":{"type":"Point","coordinates":[132.419372741681002,34.371381562882888]}},{"type":"Feature","properties":{"type":"mid","name":"Nagoya","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nagoya_Airfield","comments":null,"name_en":"Nagoya Airfield"},"geometry":{"type":"Point","coordinates":[136.919628384139912,35.254053205286695]}},{"type":"Feature","properties":{"type":"mid","name":"Sendai","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sendai_Airport","comments":null,"name_en":"Sendai Airport"},"geometry":{"type":"Point","coordinates":[140.930247381369071,38.138207561528674]}},{"type":"Feature","properties":{"type":"mid","name":"Kirkenes Hoybuktmoen","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kirkenes_Airport%2C_H%C3%B8ybuktmoen","comments":null,"name_en":"Kirkenes Airport"},"geometry":{"type":"Point","coordinates":[29.891348950040616,69.72383181136918]}},{"type":"Feature","properties":{"type":"mid","name":"Marechal Rondon Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Marechal_Rondon_International_Airport","comments":null,"name_en":"Marechal Rondon International Airport"},"geometry":{"type":"Point","coordinates":[-56.120177475472424,-15.651147019195495]}},{"type":"Feature","properties":{"type":"major","name":"Hercilio Luz Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Herc%C3%ADlio_Luz_International_Airport","comments":null,"name_en":"Florianópolis International Airport"},"geometry":{"type":"Point","coordinates":[-48.544812204959904,-27.664627694163833]}},{"type":"Feature","properties":{"type":"mid","name":"Joinville-Lauro C. de Loyola","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Joinville-Lauro_Carneiro_de_Loyola_Airport","comments":null,"name_en":"Joinville-Lauro Carneiro de Loyola Airport"},"geometry":{"type":"Point","coordinates":[-48.801649816561607,-26.224294137478456]}},{"type":"Feature","properties":{"type":"mid","name":"Presidente Castro Pinto Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Presidente_Castro_Pinto_International_Airport","comments":null,"name_en":"Presidente Castro Pinto International Airport"},"geometry":{"type":"Point","coordinates":[-34.948892591112497,-7.146174624020474]}},{"type":"Feature","properties":{"type":"major","name":"Augusto Severo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Augusto_Severo_International_Airport","comments":null,"name_en":"Augusto Severo International Airport"},"geometry":{"type":"Point","coordinates":[-35.248841016538918,-5.899120544771162]}},{"type":"Feature","properties":{"type":"major","name":"Francisco Sa Carneiro","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Francisco_S%C3%A1_Carneiro_Airport","comments":null,"name_en":"Francisco de Sá Carneiro Airport"},"geometry":{"type":"Point","coordinates":[-8.671272407196472,41.236870892045239]}},{"type":"Feature","properties":{"type":"mid","name":"Marechal Cunha Machado Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Marechal_Cunha_Machado_International_Airport","comments":null,"name_en":"Marechal Cunha Machado International Airport"},"geometry":{"type":"Point","coordinates":[-44.236234470049205,-2.583509210430185]}},{"type":"Feature","properties":{"type":"military mid","name":"Santos Air Force Base","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Santos_Air_Force_Base","comments":null,"name_en":"Santos Airbase"},"geometry":{"type":"Point","coordinates":[-46.305270493100288,-23.9237590410637]}},{"type":"Feature","properties":{"type":"mid","name":"Teresina-Senador Petronio Portella","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Teresina_Airport","comments":null,"name_en":"Teresina Airport"},"geometry":{"type":"Point","coordinates":[-42.821240231784472,-5.06346299167191]}},{"type":"Feature","properties":{"type":"mid","name":"Viracopos-Campinas Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Viracopos-Campinas_International_Airport","comments":null,"name_en":"Viracopos International Airport"},"geometry":{"type":"Point","coordinates":[-47.141079191101426,-23.009623908533911]}},{"type":"Feature","properties":{"type":"mid","name":"Eurico de Aguiar Salles","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Eurico_de_Aguiar_Salles_Airport","comments":null,"name_en":"Eurico de Aguiar Salles Airport"},"geometry":{"type":"Point","coordinates":[-40.288536875991333,-20.25741627594185]}},{"type":"Feature","properties":{"type":"major","name":"Alicante","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Alicante_Airport","comments":null,"name_en":"Alicante Airport"},"geometry":{"type":"Point","coordinates":[-0.557230440363588,38.286640899392886]}},{"type":"Feature","properties":{"type":"mid","name":"Almeria","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Almer%C3%ADa_Airport","comments":null,"name_en":"Almería Airport"},"geometry":{"type":"Point","coordinates":[-2.371601440591205,36.847767270964319]}},{"type":"Feature","properties":{"type":"mid","name":"Valencia","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Valencia_Airport","comments":null,"name_en":"Valencia Airport"},"geometry":{"type":"Point","coordinates":[-0.473474930771676,39.491459788448893]}},{"type":"Feature","properties":{"type":"mid","name":"Kiruna_Airport","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kiruna_Airport","comments":null,"name_en":"Kiruna Airport"},"geometry":{"type":"Point","coordinates":[20.335152295489802,67.825606605643202]}},{"type":"Feature","properties":{"type":"major","name":"Norrköping Airport","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Norrk%C3%B6ping_Airport","comments":"fixed name","name_en":"Norrköping Airport"},"geometry":{"type":"Point","coordinates":[16.233940769581441,58.583380501754064]}},{"type":"Feature","properties":{"type":"mid","name":"Husein Sastranegara Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Husein_Sastranegara_International_Airport","comments":null,"name_en":"Husein Sastranegara International Airport"},"geometry":{"type":"Point","coordinates":[107.575611852208922,-6.900424083534088]}},{"type":"Feature","properties":{"type":"mid","name":"Rosario – Islas Malvinas Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rosario_%E2%80%93_Islas_Malvinas_International_Airport","comments":null,"name_en":"Rosario – Islas Malvinas International Airport"},"geometry":{"type":"Point","coordinates":[-60.780078721658633,-32.916226974381189]}},{"type":"Feature","properties":{"type":"mid","name":"Maceio/Zumbi dos Palmares Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zumbi_dos_Palmares_International_Airport","comments":null,"name_en":"Zumbi dos Palmares International Airport"},"geometry":{"type":"Point","coordinates":[-35.792495121583293,-9.514941185401165]}},{"type":"Feature","properties":{"type":"mid","name":"Sharm el-Sheikh Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Sharm_el-Sheikh_International_Airport","comments":null,"name_en":"Sharm el-Sheikh International Airport"},"geometry":{"type":"Point","coordinates":[34.390118926728753,27.980404419916844]}},{"type":"Feature","properties":{"type":"mid","name":"Taba Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Taba_International_Airport","comments":null,"name_en":"Taba International Airport"},"geometry":{"type":"Point","coordinates":[34.775837899677896,29.594499056801894]}},{"type":"Feature","properties":{"type":"major and military","name":"Agra","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Agra_Airport","comments":null,"name_en":"Agra Civil Enclave"},"geometry":{"type":"Point","coordinates":[77.960909176509034,27.157727734749972]}},{"type":"Feature","properties":{"type":"mid","name":"Vadodara","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Vadodara_Airport","comments":null,"name_en":"Vadodara Airport"},"geometry":{"type":"Point","coordinates":[73.226288953323902,22.33616400211708]}},{"type":"Feature","properties":{"type":"mid","name":"Shahid Ashrafi Esfahani","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Shahid_Ashrafi_Esfahani_Airport","comments":null,"name_en":"Kermanshah Airport"},"geometry":{"type":"Point","coordinates":[47.156583516563856,34.346416773910811]}},{"type":"Feature","properties":{"type":"mid","name":"Benina Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Benina_International_Airport","comments":null,"name_en":"Benina International Airport"},"geometry":{"type":"Point","coordinates":[20.268039801851568,32.087277460655308]}},{"type":"Feature","properties":{"type":"military major","name":"King Abdulaziz AB","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Dhahran_International_Airport","comments":"redirected here \"(RedirectedfromKingAbdul-AzizAirBase(RSAF))\"","name_en":"King Abdulaziz Air Base"},"geometry":{"type":"Point","coordinates":[50.147724572784398,26.270368085476772]}},{"type":"Feature","properties":{"type":"mid","name":"Nueva Hespérides Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Nueva_Hesperides_International_Airport","comments":null,"name_en":"Nueva Hespérides International Airport"},"geometry":{"type":"Point","coordinates":[-57.984082117649237,-31.437388338779797]}},{"type":"Feature","properties":{"type":"spaceport","name":"Baikonur Cosmodrome","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/Baikonur_Cosmodrome","comments":null,"name_en":"Baikonur Cosmodrome"},"geometry":{"type":"Point","coordinates":[63.307354423875047,45.963573940312365]}},{"type":"Feature","properties":{"type":"spaceport","name":"Kennedy Space Center","location":"approximate","wikipedia":"http://en.wikipedia.org/wiki/John_F._Kennedy_Space_Center","comments":null,"name_en":"Kennedy Space Center"},"geometry":{"type":"Point","coordinates":[-80.636968091189203,28.516370477202706]}},{"type":"Feature","properties":{"type":"spaceport","name":"Centre Spatial Guyanais","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Guiana_Space_Centre","comments":null,"name_en":"Guiana Space Centre"},"geometry":{"type":"Point","coordinates":[-52.76842968934524,5.239410012580352]}},{"type":"Feature","properties":{"type":"mid","name":"Queen Beatrix Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Queen_Beatrix_International_Airport","comments":null,"name_en":"Queen Beatrix International Airport"},"geometry":{"type":"Point","coordinates":[-70.007622856349641,12.503464363029721]}},{"type":"Feature","properties":{"type":"mid","name":"Djibouti-Ambouli Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Djibouti-Ambouli_International_Airport","comments":null,"name_en":"Djibouti-Ambouli International Airport"},"geometry":{"type":"Point","coordinates":[43.149712785995575,11.552101823017216]}},{"type":"Feature","properties":{"type":"mid and military","name":"Diego Aracena Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Diego_Aracena_International_Airport","comments":null,"name_en":"Diego Aracena International Airport"},"geometry":{"type":"Point","coordinates":[-70.178635395532979,-20.547840087830867]}},{"type":"Feature","properties":{"type":"major","name":"Sabiha Gökçen Havaalani","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sabiha_G%C3%B6k%C3%A7en_International_Airport","comments":null,"name_en":"Istanbul Sabiha Gökçen International Airport"},"geometry":{"type":"Point","coordinates":[29.309599142388944,40.904300355395733]}},{"type":"Feature","properties":{"type":"mid","name":"Kosrae Island","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Kosrae_International_Airport","comments":null,"name_en":"Kosrae International Airport"},"geometry":{"type":"Point","coordinates":[162.957041225076125,5.352009857182798]}},{"type":"Feature","properties":{"type":"mid","name":"Funafuti Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Funafuti_International_Airport","comments":null,"name_en":"Funafuti International Airport"},"geometry":{"type":"Point","coordinates":[179.195442023020007,-8.524854150594241]}},{"type":"Feature","properties":{"type":"mid","name":"Dr. Babasaheb Ambedkar Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dr._Babasaheb_Ambedkar_International_Airport","comments":null,"name_en":"Dr. Babasaheb Ambedkar International Airport"},"geometry":{"type":"Point","coordinates":[79.053797642198603,21.089931763008746]}},{"type":"Feature","properties":{"type":"mid","name":"Phuket Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Phuket_International_Airport","comments":null,"name_en":"Phuket International Airport"},"geometry":{"type":"Point","coordinates":[98.306038490055911,8.107684759527347]}},{"type":"Feature","properties":{"type":"mid","name":"Nadi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nadi_International_Airport","comments":null,"name_en":"Nadi International Airport"},"geometry":{"type":"Point","coordinates":[177.451151198059478,-17.752912947979222]}},{"type":"Feature","properties":{"type":"mid","name":"Lic. Jesús Terán Peredo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lic._Jes%C3%BAs_Ter%C3%A1n_Peredo_International_Airport","comments":null,"name_en":"Lic. Jesús Terán Peredo International Airport"},"geometry":{"type":"Point","coordinates":[-102.314093740057899,21.701339032920746]}},{"type":"Feature","properties":{"type":"mid","name":"Albenga","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Villanova_d'Albenga_International_Airport","comments":null,"name_en":"Albenga Airport-Riviera Airport"},"geometry":{"type":"Point","coordinates":[8.123145354364089,44.04587735981584]}},{"type":"Feature","properties":{"type":"major","name":"Queen Alia Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Queen_Alia_International_Airport","comments":null,"name_en":"Queen Alia International Airport"},"geometry":{"type":"Point","coordinates":[35.989707162192985,31.722662160043214]}},{"type":"Feature","properties":{"type":"mid","name":"Chacalluta Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chacalluta_Airport","comments":null,"name_en":"Chacalluta International Airport"},"geometry":{"type":"Point","coordinates":[-70.335730141095894,-18.349206163957913]}},{"type":"Feature","properties":{"type":"mid","name":"Atar Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Atar_International_Airport","comments":null,"name_en":"Atar International Airport"},"geometry":{"type":"Point","coordinates":[-13.05117043233154,20.498270610156464]}},{"type":"Feature","properties":{"type":"mid","name":"Ernesto Cortissoz Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ernesto_Cortissoz_International_Airport","comments":null,"name_en":"Ernesto Cortissoz International Airport"},"geometry":{"type":"Point","coordinates":[-74.776555978264952,10.886677595941366]}},{"type":"Feature","properties":{"type":"mid","name":"Teniente Luis Candelaria Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/San_Carlos_de_Bariloche_Airport","comments":null,"name_en":"San Carlos de Bariloche Airport"},"geometry":{"type":"Point","coordinates":[-71.161430086976324,-41.145997695810507]}},{"type":"Feature","properties":{"type":"mid","name":"Bouaké","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bouak%C3%A9_Airport","comments":null,"name_en":"Bouaké Airport"},"geometry":{"type":"Point","coordinates":[-5.068942222753114,7.736104955550318]}},{"type":"Feature","properties":{"type":"major","name":"Philip S. W. Goldson Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Philip_S._W._Goldson_International_Airport","comments":null,"name_en":"Philip S. W. Goldson International Airport"},"geometry":{"type":"Point","coordinates":[-88.308206403307466,17.536068657552093]}},{"type":"Feature","properties":{"type":"major","name":"Corpus Christi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Corpus_Christi_International_Airport","comments":null,"name_en":"Corpus Christi International Airport"},"geometry":{"type":"Point","coordinates":[-97.502267871029758,27.774456070082259]}},{"type":"Feature","properties":{"type":"mid","name":"Hato Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hato_International_Airport","comments":null,"name_en":"Hato International Airport"},"geometry":{"type":"Point","coordinates":[-68.956878807276112,12.184834605201921]}},{"type":"Feature","properties":{"type":"major","name":"Velazco Astete Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Alejandro_Velasco_Astete_International_Airport","comments":null,"name_en":"Alejandro Velasco Astete International Airport"},"geometry":{"type":"Point","coordinates":[-71.943664144972161,-13.538218699263911]}},{"type":"Feature","properties":{"type":"mid","name":"Julius Nyerere Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Julius_Nyerere_International_Airport","comments":null,"name_en":"Julius Nyerere International Airport"},"geometry":{"type":"Point","coordinates":[39.207471503916466,-6.866720042491186]}},{"type":"Feature","properties":{"type":"mid","name":"Detroit City","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Coleman_A._Young_International_Airport","comments":null,"name_en":"Coleman A. Young International Airport"},"geometry":{"type":"Point","coordinates":[-83.003968141773342,42.409093843190682]}},{"type":"Feature","properties":{"type":"mid","name":"Presidente Nicolau Lobato Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Presidente_Nicolau_Lobato_International_Airport","comments":null,"name_en":"Presidente Nicolau Lobato International Airport"},"geometry":{"type":"Point","coordinates":[125.524854209182081,-8.549311574145644]}},{"type":"Feature","properties":{"type":"major","name":"Moscow Domodedovo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Domodedovo_International_Airport","comments":null,"name_en":"Domodedovo International Airport"},"geometry":{"type":"Point","coordinates":[37.900253128945167,55.414152822302292]}},{"type":"Feature","properties":{"type":"mid","name":"Dunedin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dunedin_International_Airport","comments":null,"name_en":"Dunedin International Airport"},"geometry":{"type":"Point","coordinates":[170.200027,-45.923431]}},{"type":"Feature","properties":{"type":"mid","name":"Dzaoudzi Pamanzi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dzaoudzi_Pamandzi_International_Airport","comments":null,"name_en":"Dzaoudzi Pamandzi International Airport"},"geometry":{"type":"Point","coordinates":[45.281786419789874,-12.804947438164319]}},{"type":"Feature","properties":{"type":"mid","name":"El Paso Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/El_Paso_International_Airport","comments":null,"name_en":"El Paso International Airport"},"geometry":{"type":"Point","coordinates":[-106.395714679365668,31.799086027258937]}},{"type":"Feature","properties":{"type":"major","name":"Zvartnots Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zvartnots_International_Airport","comments":null,"name_en":"Zvartnots International Airport"},"geometry":{"type":"Point","coordinates":[44.400063053693842,40.152367945188438]}},{"type":"Feature","properties":{"type":"major","name":"Fort Worth Meacham Field","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fort_Worth_Meacham_International_Airport","comments":null,"name_en":"Fort Worth Meacham International Airport"},"geometry":{"type":"Point","coordinates":[-97.355134856158656,32.820752904797232]}},{"type":"Feature","properties":{"type":"mid","name":"JAGS McCartney Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/JAGS_McCartney_International_Airport","comments":null,"name_en":"JAGS McCartney International Airport"},"geometry":{"type":"Point","coordinates":[-71.146133744887564,21.442123743906283]}},{"type":"Feature","properties":{"type":"mid","name":"Scholes Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Scholes_International_Airport_at_Galveston","comments":null,"name_en":"Scholes International Airport at Galveston"},"geometry":{"type":"Point","coordinates":[-94.855401387626387,29.267123921209599]}},{"type":"Feature","properties":{"type":"mid","name":"Goma Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Goma_International_Airport","comments":null,"name_en":"Goma International Airport"},"geometry":{"type":"Point","coordinates":[29.240053495222842,-1.658317950020695]}},{"type":"Feature","properties":{"type":"mid","name":"Garoua Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Garoua_International_Airport","comments":null,"name_en":"Garoua International Airport"},"geometry":{"type":"Point","coordinates":[13.372430937787765,9.33068867678854]}},{"type":"Feature","properties":{"type":"major","name":"Antonio B. Won Pat Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport","comments":null,"name_en":"Antonio B. Won Pat International Airport"},"geometry":{"type":"Point","coordinates":[144.805850357092595,13.492646235946513]}},{"type":"Feature","properties":{"type":"mid","name":"Gary/Chicago Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gary/Chicago_International_Airport","comments":null,"name_en":"Gary/Chicago International Airport"},"geometry":{"type":"Point","coordinates":[-87.408359624740555,41.617793001516596]}},{"type":"Feature","properties":{"type":"mid","name":"Prince Said Ibrahim Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Prince_Said_Ibrahim_International_Airport","comments":null,"name_en":"Prince Said Ibrahim International Airport"},"geometry":{"type":"Point","coordinates":[43.274561217961576,-11.536639382912684]}},{"type":"Feature","properties":{"type":"mid","name":"Hobart Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hobart_International_Airport","comments":null,"name_en":"Hobart Airport"},"geometry":{"type":"Point","coordinates":[147.50599619040787,-42.837608369482211]}},{"type":"Feature","properties":{"type":"mid","name":"Honiara Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Honiara_International_Airport","comments":null,"name_en":"Honiara International Airport"},"geometry":{"type":"Point","coordinates":[160.045855129924519,-9.427575664001457]}},{"type":"Feature","properties":{"type":"mid","name":"Kiev Zhuliany Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kiev_International_Airport","comments":null,"name_en":"Kyiv Zhuliany International Airport"},"geometry":{"type":"Point","coordinates":[30.445130518210362,50.412808165984956]}},{"type":"Feature","properties":{"type":"mid and military","name":"Irkutsk S.E.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Irkutsk_Airport","comments":null,"name_en":"Irkutsk International Airport"},"geometry":{"type":"Point","coordinates":[104.355859748002416,52.272889388224414]}},{"type":"Feature","properties":{"type":"major","name":"Indianapolis Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Indianapolis_International_Airport","comments":null,"name_en":"Indianapolis International Airport"},"geometry":{"type":"Point","coordinates":[-86.273400365088548,39.730204370396905]}},{"type":"Feature","properties":{"type":"mid","name":"Nauru Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Nauru_International_Airport","comments":null,"name_en":"Nauru International Airport"},"geometry":{"type":"Point","coordinates":[166.91613965881993,-0.545037226856384]}},{"type":"Feature","properties":{"type":"mid","name":"Mataveri Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mataveri_International_Airport","comments":null,"name_en":"Mataveri International Airport"},"geometry":{"type":"Point","coordinates":[-109.430064410009606,-27.158773838853794]}},{"type":"Feature","properties":{"type":"mid","name":"Gob. Horacio Guzman Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gobernador_Horacio_Guzm%C3%A1n_International_Airport","comments":null,"name_en":"Gobernador Horacio Guzmán International Airport"},"geometry":{"type":"Point","coordinates":[-65.093766545881223,-24.386101077584634]}},{"type":"Feature","properties":{"type":"mid","name":"Nanchang Changbei Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nanchang_Changbei_International_Airport","comments":null,"name_en":"Nanchang Changbei International Airport"},"geometry":{"type":"Point","coordinates":[115.911979918602214,28.862489120066552]}},{"type":"Feature","properties":{"type":"major","name":"Kunming Changshui Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kunming_Wujiaba_International_Airport","comments":null,"name_en":"Kunming Changshui International Airport"},"geometry":{"type":"Point","coordinates":[102.928522759264595,25.101205531845622]}},{"type":"Feature","properties":{"type":"major","name":"Leeds Bradford","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Leeds_Bradford_International_Airport","comments":null,"name_en":"Leeds Bradford Airport"},"geometry":{"type":"Point","coordinates":[-1.659831067347459,53.869081947443433]}},{"type":"Feature","properties":{"type":"mid","name":"Libreville Leon M'ba Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Libreville_International_Airport","comments":null,"name_en":"Libreville International Airport"},"geometry":{"type":"Point","coordinates":[9.410223378207123,0.457139229503759]}},{"type":"Feature","properties":{"type":"mid","name":"Lomé Tokoin","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lom%C3%A9-Tokoin_Airport","comments":null,"name_en":"Lomé-Tokoin Airport"},"geometry":{"type":"Point","coordinates":[1.25093205640014,6.16687362722297]}},{"type":"Feature","properties":{"type":"mid and military","name":"Lviv Danylo Halytskyi Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Lviv_International_Airport","comments":null,"name_en":"Lviv Danylo Halytskyi International Airport"},"geometry":{"type":"Point","coordinates":[23.946126959894446,49.817850605000466]}},{"type":"Feature","properties":{"type":"mid","name":"Marshall Islands Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Marshall_Islands_International_Airport","comments":null,"name_en":"Marshall Islands International Airport"},"geometry":{"type":"Point","coordinates":[171.281919370647955,7.068118485570912]}},{"type":"Feature","properties":{"type":"major","name":"Macau Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Macau_International_Airport","comments":null,"name_en":"Macau International Airport"},"geometry":{"type":"Point","coordinates":[113.574512948619514,22.157657252963361]}},{"type":"Feature","properties":{"type":"mid","name":"Aden Adde Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Aden_Adde_International_Airport","comments":null,"name_en":"Aden Adde International Airport"},"geometry":{"type":"Point","coordinates":[45.303637418620177,2.016353112149878]}},{"type":"Feature","properties":{"type":"mid","name":"Maputo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Maputo_International_Airport","comments":null,"name_en":"Maputo International Airport"},"geometry":{"type":"Point","coordinates":[32.574191519478241,-25.924276711787034]}},{"type":"Feature","properties":{"type":"mid","name":"Sir Seewoosagur Ramgoolam Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sir_Seewoosagur_Ramgoolam_International_Airport","comments":null,"name_en":"Sir Seewoosagur Ramgoolam International Airport"},"geometry":{"type":"Point","coordinates":[57.676986007663551,-20.431756779321564]}},{"type":"Feature","properties":{"type":"major","name":"Naples Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Naples_International_Airport","comments":null,"name_en":"Naples International Airport"},"geometry":{"type":"Point","coordinates":[14.282844434020328,40.878072884363888]}},{"type":"Feature","properties":{"type":"mid","name":"Nouadhibou Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Nouadhibou_International_Airport","comments":null,"name_en":"Nouadhibou International Airport"},"geometry":{"type":"Point","coordinates":[-17.033439869153838,20.929052306438731]}},{"type":"Feature","properties":{"type":"major","name":"Ningbo Lishe Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ningbo_Lishe_International_Airport","comments":null,"name_en":"Ningbo Lishe International Airport"},"geometry":{"type":"Point","coordinates":[121.461819388483661,29.820823190686056]}},{"type":"Feature","properties":{"type":"mid","name":"Nouakchott Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nouakchott_International_Airport","comments":"CHANGED\"TheairportopenedinJune2016asthereplacementforNouakchottInternationalAirport.\" !!!modify the GPS!!! https://en.wikipedia.org/wiki/Nouakchott%E2%80%93Oumtounsy_International_Airport","name_en":"Nouakchott–Oumtounsy International Airport"},"geometry":{"type":"Point","coordinates":[-15.95192592522014,18.097923171817449]}},{"type":"Feature","properties":{"type":"mid","name":"La Tontouta Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/La_Tontouta_International_Airport","comments":null,"name_en":"La Tontouta International Airport"},"geometry":{"type":"Point","coordinates":[166.217232118698718,-22.013638624898107]}},{"type":"Feature","properties":{"type":"major","name":"Oakland Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Oakland_International_Airport","comments":null,"name_en":"Oakland International Airport"},"geometry":{"type":"Point","coordinates":[-122.213261257863323,37.712303695169119]}},{"type":"Feature","properties":{"type":"major","name":"Ontario Int'l","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/LA/Ontario_International_Airport","comments":null,"name_en":"LA/Ontario International Airport"},"geometry":{"type":"Point","coordinates":[-117.592327651650606,34.060191102065957]}},{"type":"Feature","properties":{"type":"major","name":"Cork","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cork_Airport","comments":null,"name_en":"Cork Airport"},"geometry":{"type":"Point","coordinates":[-8.490141999838173,51.84854054199235]}},{"type":"Feature","properties":{"type":"mid","name":"Minangkabau Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Minangkabau_International_Airport","comments":"ok","name_en":"Minangkabau International Airport"},"geometry":{"type":"Point","coordinates":[100.285455851791326,-0.786045714026273]}},{"type":"Feature","properties":{"type":"mid","name":"João Paulo II","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Jo%C3%A3o_Paulo_II_Airport","comments":null,"name_en":"João Paulo II Airport"},"geometry":{"type":"Point","coordinates":[-25.696988219871116,37.743331647293275]}},{"type":"Feature","properties":{"type":"mid","name":"Bacha Khan Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Peshawar_International_Airport","comments":null,"name_en":"Bacha Khan International Airport"},"geometry":{"type":"Point","coordinates":[71.51881499126668,33.99140278895964]}},{"type":"Feature","properties":{"type":"mid","name":"Glasgow Prestwick","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Glasgow_Prestwick_International_Airport","comments":null,"name_en":"Glasgow Prestwick Airport"},"geometry":{"type":"Point","coordinates":[-4.610971639010682,55.508891810514207]}},{"type":"Feature","properties":{"type":"mid","name":"Ponta Porã Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ponta_Por%C3%A3_International_Airport","comments":null,"name_en":"Ponta Porã International Airport"},"geometry":{"type":"Point","coordinates":[-55.706079374857282,-22.551786560876014]}},{"type":"Feature","properties":{"type":"mid","name":"Palmerston N. Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palmerston_North_International_Airport","comments":null,"name_en":"Palmerston North International Airport"},"geometry":{"type":"Point","coordinates":[175.621283281959847,-40.323317885205483]}},{"type":"Feature","properties":{"type":"mid","name":"Pohnpei Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pohnpei_International_Airport","comments":null,"name_en":"Pohnpei International Airport"},"geometry":{"type":"Point","coordinates":[158.203304490964399,6.981306765121233]}},{"type":"Feature","properties":{"type":"mid","name":"Tahiti Faa'a Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Faa'a_International_Airport","comments":null,"name_en":"Faa'a International Airport"},"geometry":{"type":"Point","coordinates":[-149.609757932428721,-17.559457765994249]}},{"type":"Feature","properties":{"type":"major and military","name":"Pisa Galileo Galilei Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Galileo_Galilei_International_Airport","comments":null,"name_en":"Pisa International Airport"},"geometry":{"type":"Point","coordinates":[10.400134371805603,43.698322415766413]}},{"type":"Feature","properties":{"type":"mid and military","name":"Port Sudan","location":"runway","wikipedia":null,"comments":null,"name_en":"Port Sudan"},"geometry":{"type":"Point","coordinates":[37.216065757541976,19.576063653196776]}},{"type":"Feature","properties":{"type":"mid","name":"Praia Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Praia_International_Airport","comments":null,"name_en":"Praia International Airport"},"geometry":{"type":"Point","coordinates":[-23.486201988358683,14.944988935283243]}},{"type":"Feature","properties":{"type":"mid","name":"Marrakech-Menara","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Menara_International_Airport","comments":null,"name_en":"Marrakesh Menara Airport"},"geometry":{"type":"Point","coordinates":[-8.024605359079887,31.60229465977643]}},{"type":"Feature","properties":{"type":"mid","name":"Rarotonga Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Rarotonga_International_Airport","comments":null,"name_en":"Rarotonga International Airport"},"geometry":{"type":"Point","coordinates":[-159.798156308387291,-21.20098217246316]}},{"type":"Feature","properties":{"type":"major","name":"Siem Reap Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Angkor_International_Airport","comments":null,"name_en":"Siem Reap International Airport"},"geometry":{"type":"Point","coordinates":[103.815780528111546,13.408796969353801]}},{"type":"Feature","properties":{"type":"mid","name":"Hermes Quijada Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hermes_Quijada_Airport","comments":null,"name_en":"Rio Grande Airport"},"geometry":{"type":"Point","coordinates":[-67.753026846267531,-53.781474605831598]}},{"type":"Feature","properties":{"type":"mid","name":"Piloto Civil Norberto Fernandez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Piloto_Civil_Norberto_Fern%C3%A1ndez_International_Airport","comments":null,"name_en":"Piloto Civil Norberto Fernández International Airport"},"geometry":{"type":"Point","coordinates":[-69.306471177673089,-51.611698085540191]}},{"type":"Feature","properties":{"type":"major","name":"Reno-Tahoe Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Reno-Tahoe_International_Airport","comments":null,"name_en":"Reno–Tahoe International Airport"},"geometry":{"type":"Point","coordinates":[-119.775283308104861,39.505849901470334]}},{"type":"Feature","properties":{"type":"mid","name":"Roman Tmetuchl Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palau_International_Airport","comments":null,"name_en":"Roman Tmetuchl International Airport"},"geometry":{"type":"Point","coordinates":[134.532953466158688,7.364495536129204]}},{"type":"Feature","properties":{"type":"mid","name":"Amilcar Cabral Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Am%C3%ADlcar_Cabral_International_Airport","comments":null,"name_en":"Amílcar Cabral International Airport"},"geometry":{"type":"Point","coordinates":[-22.944057407964799,16.734793269338514]}},{"type":"Feature","properties":{"type":"major","name":"Sarajevo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sarajevo_International_Airport","comments":null,"name_en":"Sarajevo International Airport"},"geometry":{"type":"Point","coordinates":[18.336618545712724,43.825887224679725]}},{"type":"Feature","properties":{"type":"mid","name":"Robert L. Bradshaw Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Robert_L._Bradshaw_International_Airport","comments":null,"name_en":"Robert L. Bradshaw International Airport"},"geometry":{"type":"Point","coordinates":[-62.714212504731584,17.311125840442042]}},{"type":"Feature","properties":{"type":"mid","name":"Martín Miguel de Güemes Int","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mart%C3%ADn_Miguel_de_G%C3%BCemes_Airport","comments":null,"name_en":"Martín Miguel de Güemes International Airport"},"geometry":{"type":"Point","coordinates":[-65.47847604377958,-24.844374271331539]}},{"type":"Feature","properties":{"type":"mid","name":"Saipan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Saipan_International_Airport","comments":null,"name_en":"Saipan International Airport"},"geometry":{"type":"Point","coordinates":[145.723694658637612,15.121516719766413]}},{"type":"Feature","properties":{"type":"mid","name":"Juana Azurduy de Padilla Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Juana_Azurduy_de_Padilla_International_Airport","comments":null,"name_en":"Juana Azurduy de Padilla International Airport"},"geometry":{"type":"Point","coordinates":[-65.292863138784654,-19.013915792465738]}},{"type":"Feature","properties":{"type":"major","name":"Princess Juliana Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Princess_Juliana_International_Airport","comments":null,"name_en":"Princess Juliana International Airport"},"geometry":{"type":"Point","coordinates":[-63.112276085860202,18.042244021474033]}},{"type":"Feature","properties":{"type":"mid","name":"Ta'izz Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ta'izz_International_Airport","comments":null,"name_en":"Ta'izz International Airport"},"geometry":{"type":"Point","coordinates":[44.134782731062046,13.685497002557412]}},{"type":"Feature","properties":{"type":"mid","name":"Qingdao Liuting Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Qingdao_Liuting_International_Airport","comments":null,"name_en":"Qingdao Liuting International Airport"},"geometry":{"type":"Point","coordinates":[120.380685949060506,36.267757808103866]}},{"type":"Feature","properties":{"type":"mid","name":"Chuuk Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chuuk_International_Airport","comments":null,"name_en":"Chuuk International Airport"},"geometry":{"type":"Point","coordinates":[151.842046037403264,7.457617802884429]}},{"type":"Feature","properties":{"type":"mid","name":"Tangier Ibn Battouta","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tangier_Ibn_Battouta_Airport","comments":null,"name_en":"Tangier Ibn Battouta Airport"},"geometry":{"type":"Point","coordinates":[-5.912880876559137,35.725765640927385]}},{"type":"Feature","properties":{"type":"mid","name":"Bonriki Int'l","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Bonriki_International_Airport","comments":null,"name_en":"Bonriki International Airport"},"geometry":{"type":"Point","coordinates":[173.145990795301373,1.380668697538304]}},{"type":"Feature","properties":{"type":"major","name":"Astana Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Astana_International_Airport","comments":null,"name_en":"Nursultan Nazarbayev International Airport"},"geometry":{"type":"Point","coordinates":[71.460944139993572,51.026935290771199]}},{"type":"Feature","properties":{"type":"major","name":"Tianjin Binhai Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tianjin_Binhai_International_Airport","comments":null,"name_en":"Tianjin Binhai International Airport"},"geometry":{"type":"Point","coordinates":[117.352723159918526,39.129460990900753]}},{"type":"Feature","properties":{"type":"major and military","name":"Townsville","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Townsville_Airport","comments":null,"name_en":"Townsville Airport"},"geometry":{"type":"Point","coordinates":[146.770678904770023,-19.256181437621244]}},{"type":"Feature","properties":{"type":"mid","name":"Teniente Gen. Benjamin Matienzo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Benjam%C3%ADn_Matienzo_International_Airport","comments":null,"name_en":"Teniente Benjamín Matienzo International Airport"},"geometry":{"type":"Point","coordinates":[-65.108124623624818,-26.835731005071423]}},{"type":"Feature","properties":{"type":"major","name":"Aeroport Tunis","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tunis-Carthage_International_Airport","comments":null,"name_en":"Tunis–Carthage International Airport"},"geometry":{"type":"Point","coordinates":[10.21769924471112,36.847448217721933]}},{"type":"Feature","properties":{"type":"major","name":"Tucson Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tucson_International_Airport","comments":null,"name_en":"Tucson International Airport"},"geometry":{"type":"Point","coordinates":[-110.937713232131955,32.12035234418979]}},{"type":"Feature","properties":{"type":"mid","name":"Chinggis Khaan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chinggis_Khaan_International_Airport","comments":null,"name_en":"Chinggis Khaan International Airport"},"geometry":{"type":"Point","coordinates":[106.762873994928583,47.852526096668434]}},{"type":"Feature","properties":{"type":"major","name":"Ürümqi Diwopu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/%C3%9Cr%C3%BCmqi_Diwopu_International_Airport","comments":null,"name_en":"Ürümqi Diwopu International Airport"},"geometry":{"type":"Point","coordinates":[87.467129848780843,43.898338219365286]}},{"type":"Feature","properties":{"type":"mid","name":"Bauerfield Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bauerfield_International_Airport","comments":null,"name_en":"Bauerfield International Airport"},"geometry":{"type":"Point","coordinates":[168.319622739661611,-17.701699068178094]}},{"type":"Feature","properties":{"type":"mid","name":"Wewak Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Wewak_International_Airport","comments":null,"name_en":"Wewak Airport"},"geometry":{"type":"Point","coordinates":[143.669102299697585,-3.580226894447444]}},{"type":"Feature","properties":{"type":"military mid","name":"Châlons Vatry","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ch%C3%A2lons_Vatry_Airport","comments":null,"name_en":"Châlons Vatry Airport"},"geometry":{"type":"Point","coordinates":[4.19111982574289,48.780394613856643]}},{"type":"Feature","properties":{"type":"major","name":"Xiamen Gaoqi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Xiamen_Gaoqi_International_Airport","comments":null,"name_en":"Xiamen Gaoqi International Airport"},"geometry":{"type":"Point","coordinates":[118.12696884672026,24.537192570557004]}},{"type":"Feature","properties":{"type":"mid","name":"Yap Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yap_International_Airport","comments":null,"name_en":"Yap International Airport"},"geometry":{"type":"Point","coordinates":[138.086430283619165,9.497917333613481]}},{"type":"Feature","properties":{"type":"mid","name":"Playa de Oro Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Playa_de_Oro_International_Airport","comments":null,"name_en":"Playa de Oro International Airport"},"geometry":{"type":"Point","coordinates":[-104.560095200097479,19.148086028585354]}},{"type":"Feature","properties":{"type":"mid","name":"Cayenne – Rochambeau","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cayenne-Rochambeau_Airport","comments":"???","name_en":"Cayenne – Félix Eboué Airport"},"geometry":{"type":"Point","coordinates":[-52.363806857235694,4.821267143089237]}},{"type":"Feature","properties":{"type":"mid","name":"Irkutsk N.W.","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Irkutsk_Northwest_Airport","comments":null,"name_en":"Irkutsk Northwest Airport"},"geometry":{"type":"Point","coordinates":[104.197359284494041,52.361647670013149]}},{"type":"Feature","properties":{"type":"major","name":"Shijiazhuang Zhengding Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shijiazhuang_Zhengding_International_Airport","comments":null,"name_en":"Shijiazhuang Zhengding International Airport"},"geometry":{"type":"Point","coordinates":[114.692266598901597,38.278140913112018]}},{"type":"Feature","properties":{"type":"major","name":"Heydar Aliyev Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Heydar_Aliyev_International_Airport","comments":null,"name_en":"Heydar Aliyev International Airport"},"geometry":{"type":"Point","coordinates":[50.04983948674051,40.462746883908032]}},{"type":"Feature","properties":{"type":"military mid","name":"Lakatamia Airbase","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/List_of_airports_in_Cyprus","comments":null,"name_en":null},"geometry":{"type":"Point","coordinates":[33.322201334898956,35.106344806736189]}},{"type":"Feature","properties":{"type":"mid","name":"Cabo Frio Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cabo_Frio_International_Airport","comments":null,"name_en":"Cabo Frio International Airport"},"geometry":{"type":"Point","coordinates":[-42.079251752018415,-22.925631709132773]}},{"type":"Feature","properties":{"type":"mid","name":"Helsinki-Malmi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Helsinki-Malmi_Airport","comments":null,"name_en":"Helsinki-Malmi Airport"},"geometry":{"type":"Point","coordinates":[25.045535369831455,60.249377849958677]}},{"type":"Feature","properties":{"type":"major","name":"Luxembourg-Findel","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Luxembourg-Findel_International_Airport","comments":null,"name_en":"Luxembourg Airport"},"geometry":{"type":"Point","coordinates":[6.216421217287305,49.634304092510163]}},{"type":"Feature","properties":{"type":"major","name":"Venice Marco Polo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Marco_Polo_International_Airport","comments":null,"name_en":"Venice Marco Polo Airport"},"geometry":{"type":"Point","coordinates":[12.341067300436913,45.504847758845486]}},{"type":"Feature","properties":{"type":"mid","name":"Yangyang Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yangyang_International_Airport","comments":null,"name_en":"Yangyang International Airport"},"geometry":{"type":"Point","coordinates":[128.662988668839574,38.058782416258545]}},{"type":"Feature","properties":{"type":"mid","name":"Tabatinga Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tabatinga_International_Airport","comments":null,"name_en":"Tabatinga International Airport"},"geometry":{"type":"Point","coordinates":[-69.939473933908985,-4.250324694933793]}},{"type":"Feature","properties":{"type":"mid","name":"Boa Vista Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Boa_Vista_International_Airport","comments":null,"name_en":"Boa Vista International Airport"},"geometry":{"type":"Point","coordinates":[-60.692220633868232,2.84119534121157]}},{"type":"Feature","properties":{"type":"major","name":"Gran Canaria","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gran_Canaria_Airport","comments":null,"name_en":"Gran Canaria Airport"},"geometry":{"type":"Point","coordinates":[-15.389924515846113,27.936889971657408]}},{"type":"Feature","properties":{"type":"mid","name":"Com. Armando Tola Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Comandante_Armando_Tola_International_Airport","comments":"ok","name_en":"Comandante Armando Tola International Airport"},"geometry":{"type":"Point","coordinates":[-72.053856910129625,-50.283900869003766]}},{"type":"Feature","properties":{"type":"mid","name":"Stockholm-Skavsta","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Stockholm-Skavsta_Airport","comments":null,"name_en":"Stockholm Skavsta Airport"},"geometry":{"type":"Point","coordinates":[16.921605558425419,58.785104130344784]}},{"type":"Feature","properties":{"type":"mid","name":"Polonia Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Polonia_International_Airport","comments":null,"name_en":"Soewondo Air Force Base"},"geometry":{"type":"Point","coordinates":[98.676192571464071,3.56659179990894]}},{"type":"Feature","properties":{"type":"mid","name":"Bangui M'Poko Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bangui_M'Poko_International_Airport","comments":null,"name_en":"Bangui M'Poko International Airport"},"geometry":{"type":"Point","coordinates":[18.524123630208024,4.398851536959572]}},{"type":"Feature","properties":{"type":"major","name":"Hangzhou Xiaoshan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hangzhou_Xiaoshan_International_Airport","comments":"ok","name_en":"Hangzhou Xiaoshan International Airport"},"geometry":{"type":"Point","coordinates":[120.432097376312939,30.235186279041436]}},{"type":"Feature","properties":{"type":"mid","name":"Cassidy Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Cassidy_International_Airport","comments":null,"name_en":"Cassidy International Airport"},"geometry":{"type":"Point","coordinates":[-157.349777893430371,1.986161197924021]}},{"type":"Feature","properties":{"type":"mid","name":"Šiauliai Int'l","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/%C5%A0iauliai_International_Airport","comments":null,"name_en":"Šiauliai International Airport"},"geometry":{"type":"Point","coordinates":[23.383188573869113,55.903769454039988]}},{"type":"Feature","properties":{"type":"mid","name":"Niue Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Niue_International_Airport","comments":null,"name_en":"Niue International Airport"},"geometry":{"type":"Point","coordinates":[-169.926129774216719,-19.076712935451056]}},{"type":"Feature","properties":{"type":"mid","name":"Guaraní Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Guarani_International_Airport","comments":null,"name_en":"Guaraní International Airport"},"geometry":{"type":"Point","coordinates":[-54.839399529606212,-25.456857071581247]}},{"type":"Feature","properties":{"type":"mid","name":"Rodríguez Ballón Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rodriguez_Ballon_International_Airport","comments":null,"name_en":"Rodríguez Ballón International Airport"},"geometry":{"type":"Point","coordinates":[-71.567933538528521,-16.344552065351998]}},{"type":"Feature","properties":{"type":"mid and military","name":"Vladivostok Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Vladivostok_International_Airport","comments":null,"name_en":"Vladivostok International Airport"},"geometry":{"type":"Point","coordinates":[132.139841720714685,43.377649253388505]}},{"type":"Feature","properties":{"type":"major","name":"Pristina","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Pristina_International_Airport_Adem_Jashari","comments":null,"name_en":"Pristina International Airport Adem Jashari"},"geometry":{"type":"Point","coordinates":[21.030269012474591,42.585033115344828]}},{"type":"Feature","properties":{"type":"mid","name":"Deurne","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Antwerp_International_Airport","comments":null,"name_en":"Antwerp International Airport"},"geometry":{"type":"Point","coordinates":[4.450922773999088,51.189128506380641]}},{"type":"Feature","properties":{"type":"mid","name":"Gen. Márquez de León Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Manuel_M%C3%A1rquez_de_Le%C3%B3n_International_Airport","comments":null,"name_en":"Manuel Márquez de León International Airport"},"geometry":{"type":"Point","coordinates":[-110.367197859809465,24.076090352180334]}},{"type":"Feature","properties":{"type":"major","name":"Harbin Taiping","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Harbin_Taiping_International_Airport","comments":null,"name_en":"Harbin Taiping International Airport"},"geometry":{"type":"Point","coordinates":[126.236983030862703,45.62060117232452]}},{"type":"Feature","properties":{"type":"mid","name":"Trivandrum Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Trivandrum_International_Airport","comments":null,"name_en":"Trivandrum International Airport"},"geometry":{"type":"Point","coordinates":[76.918902561291318,8.476509938945144]}},{"type":"Feature","properties":{"type":"major","name":"Adnan Menderes","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Adnan_Menderes_Airport","comments":null,"name_en":"İzmir Adnan Menderes Airport"},"geometry":{"type":"Point","coordinates":[27.149297595266408,38.291234764517462]}},{"type":"Feature","properties":{"type":"major","name":"Nanjing Lukou Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nanjing_Lukou_International_Airport","comments":null,"name_en":"Nanjing Lukou International Airport"},"geometry":{"type":"Point","coordinates":[118.866102146905916,31.735324929617661]}},{"type":"Feature","properties":{"type":"mid","name":"Freeport Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Grand_Bahama_International_Airport","comments":null,"name_en":"Grand Bahama International Airport"},"geometry":{"type":"Point","coordinates":[-78.703934311449672,26.548246747188983]}},{"type":"Feature","properties":{"type":"major","name":"Tripoli Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tripoli_International_Airport","comments":null,"name_en":"Tripoli International Airport"},"geometry":{"type":"Point","coordinates":[13.144258981071262,32.669169550499333]}},{"type":"Feature","properties":{"type":"mid","name":"Gander Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gander_International_Airport","comments":null,"name_en":"Gander International Airport"},"geometry":{"type":"Point","coordinates":[-54.575571909357812,48.946598006073565]}},{"type":"Feature","properties":{"type":"major and military","name":"Doha Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Doha_International_Airport","comments":null,"name_en":"Doha International Airport"},"geometry":{"type":"Point","coordinates":[51.558548787654715,25.268246131050645]}},{"type":"Feature","properties":{"type":"major","name":"Albuquerque Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Albuquerque_International_Sunport","comments":null,"name_en":"Albuquerque International Sunport"},"geometry":{"type":"Point","coordinates":[-106.616685161600202,35.049157801827647]}},{"type":"Feature","properties":{"type":"mid","name":"V.C. Bird Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/VC_Bird_International_Airport","comments":null,"name_en":"V. C. Bird International Airport"},"geometry":{"type":"Point","coordinates":[-61.792367669835826,17.140359937161683]}},{"type":"Feature","properties":{"type":"mid","name":"Faleolo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Faleolo_International_Airport","comments":null,"name_en":"Faleolo International Airport"},"geometry":{"type":"Point","coordinates":[-171.997322218339832,-13.832501332395603]}},{"type":"Feature","properties":{"type":"mid","name":"Asyut","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Assiut_Airport","comments":null,"name_en":"Assiut Airport"},"geometry":{"type":"Point","coordinates":[31.016249043801107,27.050815840697808]}},{"type":"Feature","properties":{"type":"major","name":"Bahrain Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bahrain_International_Airport","comments":null,"name_en":"Bahrain International Airport"},"geometry":{"type":"Point","coordinates":[50.626002875753358,26.269697149949714]}},{"type":"Feature","properties":{"type":"major","name":"Bradley Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bradley_International_Airport","comments":null,"name_en":"Bradley International Airport"},"geometry":{"type":"Point","coordinates":[-72.685394743339032,41.930316005835181]}},{"type":"Feature","properties":{"type":"mid","name":"Grantley Adams Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Grantley_Adams_International_Airport","comments":null,"name_en":"Grantley Adams International Airport"},"geometry":{"type":"Point","coordinates":[-59.487418895315848,13.079661104553033]}},{"type":"Feature","properties":{"type":"mid","name":"Yundum Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Banjul_International_Airport","comments":null,"name_en":"Banjul International Airport"},"geometry":{"type":"Point","coordinates":[-16.652313269807472,13.343860478894186]}},{"type":"Feature","properties":{"type":"mid","name":"Bujumbura Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bujumbura_International_Airport","comments":null,"name_en":"Bujumbura International Airport"},"geometry":{"type":"Point","coordinates":[29.320984016993869,-3.322044349131131]}},{"type":"Feature","properties":{"type":"mid","name":"Chileka Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chileka_International_Airport","comments":null,"name_en":"Chileka International Airport"},"geometry":{"type":"Point","coordinates":[34.971944183793276,-15.681384479327249]}},{"type":"Feature","properties":{"type":"mid","name":"Broome Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Broome_International_Airport","comments":null,"name_en":"Broome International Airport"},"geometry":{"type":"Point","coordinates":[122.233850515021842,-17.95257612926801]}},{"type":"Feature","properties":{"type":"mid","name":"Bandar Abbass Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bandar_Abbas_International_Airport","comments":null,"name_en":"Bandar Abbas International Airport"},"geometry":{"type":"Point","coordinates":[56.368886456410998,27.210325845514543]}},{"type":"Feature","properties":{"type":"major","name":"Basrah Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Basra_International_Airport","comments":null,"name_en":"Basra International Airport"},"geometry":{"type":"Point","coordinates":[47.668376663351836,30.552799016106043]}},{"type":"Feature","properties":{"type":"mid","name":"Ciudad Juarez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Abraham_Gonz%C3%A1lez_International_Airport","comments":null,"name_en":"Abraham González Airport"},"geometry":{"type":"Point","coordinates":[-106.435846631055398,31.635756620195146]}},{"type":"Feature","properties":{"type":"major","name":"Katunayake Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bandaranaike_International_Airport","comments":null,"name_en":"Bandaranaike International Airport"},"geometry":{"type":"Point","coordinates":[79.885257342150624,7.178077105442211]}},{"type":"Feature","properties":{"type":"mid","name":"Cairns Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cairns_International_Airport","comments":null,"name_en":"Cairns Airport"},"geometry":{"type":"Point","coordinates":[145.753584844399768,-16.876742155406177]}},{"type":"Feature","properties":{"type":"major","name":"Chiang Mai Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chiang_Mai_International_Airport","comments":null,"name_en":"Chiang Mai International Airport"},"geometry":{"type":"Point","coordinates":[98.968118124159332,18.768847391967526]}},{"type":"Feature","properties":{"type":"major","name":"City of Colorado Springs","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Colorado_Springs_Airport","comments":null,"name_en":"Colorado Springs Airport"},"geometry":{"type":"Point","coordinates":[-104.700880274111341,38.797424877912519]}},{"type":"Feature","properties":{"type":"mid","name":"Ign. Alberto Ongay Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ing._Alberto_Acu%C3%B1a_Ongay_International_Airport","comments":null,"name_en":"Ing. Alberto Acuña Ongay International Airport"},"geometry":{"type":"Point","coordinates":[-90.503628373403842,19.814224799207441]}},{"type":"Feature","properties":{"type":"major","name":"Changsha Huanghua Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Changsha_airport","comments":null,"name_en":"Changsha Huanghua International Airport"},"geometry":{"type":"Point","coordinates":[113.214054203252047,28.189921861945066]}},{"type":"Feature","properties":{"type":"major","name":"Greater Cincinnati Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cincinnati/Northern_Kentucky_International_Airport","comments":null,"name_en":"Cincinnati/Northern Kentucky International Airport"},"geometry":{"type":"Point","coordinates":[-84.656169915339191,39.055418904783039]}},{"type":"Feature","properties":{"type":"major","name":"Da Nang","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Da_Nang_International_Airport","comments":null,"name_en":"Da Nang International Airport"},"geometry":{"type":"Point","coordinates":[108.202706257935688,16.053144145166961]}},{"type":"Feature","properties":{"type":"major","name":"Dallas Love Field","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dallas_Love_Field","comments":null,"name_en":"Dallas Love Field"},"geometry":{"type":"Point","coordinates":[-96.849863770979951,32.844425373273843]}},{"type":"Feature","properties":{"type":"major","name":"Damascus Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Damascus_International_Airport","comments":null,"name_en":"Damascus International Airport"},"geometry":{"type":"Point","coordinates":[36.51289547181257,33.41143667027319]}},{"type":"Feature","properties":{"type":"mid","name":"Enrique Malek Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Enrique_Malek_International_Airport","comments":null,"name_en":"Enrique Malek International Airport"},"geometry":{"type":"Point","coordinates":[-82.431758336938657,8.391261061169175]}},{"type":"Feature","properties":{"type":"mid","name":"Aba Tenna D. Yilma Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Aba_Tenna_Dejazmach_Yilma_International_Airport","comments":null,"name_en":"Aba Tenna Dejazmach Yilma International Airport"},"geometry":{"type":"Point","coordinates":[41.857756722253001,9.612677847535689]}},{"type":"Feature","properties":{"type":"major","name":"Bali Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ngurah_Rai_Airport","comments":null,"name_en":"Ngurah Rai International Airport"},"geometry":{"type":"Point","coordinates":[115.162322961106611,-8.744757315956518]}},{"type":"Feature","properties":{"type":"major","name":"Des Moines Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Des_Moines_International_Airport","comments":null,"name_en":"Des Moines International Airport"},"geometry":{"type":"Point","coordinates":[-93.648461256373622,41.532790424211299]}},{"type":"Feature","properties":{"type":"mid","name":"Entebbe Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Entebbe_International_Airport","comments":null,"name_en":"Entebbe International Airport"},"geometry":{"type":"Point","coordinates":[32.442757313521398,0.044940949388672]}},{"type":"Feature","properties":{"type":"mid","name":"Kisangani Bangoka Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bangoka_International_Airport","comments":null,"name_en":"Bangoka International Airport"},"geometry":{"type":"Point","coordinates":[25.330271489621154,0.492225136917501]}},{"type":"Feature","properties":{"type":"mid","name":"Fuzhou Changle Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fuzhou_Changle_International_Airport","comments":null,"name_en":"Fuzhou Changle International Airport"},"geometry":{"type":"Point","coordinates":[119.668043820999202,25.931823314814313]}},{"type":"Feature","properties":{"type":"mid","name":"Lokpriya G. Bordoloi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lokpriya_Gopinath_Bordoloi_International_Airport","comments":null,"name_en":"Lokpriya Gopinath Bordoloi International Airport"},"geometry":{"type":"Point","coordinates":[91.588229058186968,26.105247592425503]}},{"type":"Feature","properties":{"type":"major","name":"Gdansk Lech Walesa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gda%C5%84sk_Lech_Wa%C5%82%C4%99sa_Airport","comments":null,"name_en":"Gdańsk Lech Wałęsa Airport"},"geometry":{"type":"Point","coordinates":[18.468442216591136,54.380702535292464]}},{"type":"Feature","properties":{"type":"mid","name":"Point Salines Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Point_Salines_International_Airport","comments":null,"name_en":"Maurice Bishop International Airport"},"geometry":{"type":"Point","coordinates":[-61.78585299092849,12.007268305428271]}},{"type":"Feature","properties":{"type":"mid","name":"Nizhny Novgorod Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nizhny_Novgorod_International_Airport","comments":null,"name_en":"Nizhny Novgorod International Airport"},"geometry":{"type":"Point","coordinates":[43.789633706293515,56.21855259106556]}},{"type":"Feature","properties":{"type":"mid","name":"Gen. José M. Yáñez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Jos%C3%A9_Mar%C3%ADa_Y%C3%A1%C3%B1ez_International_Airport","comments":null,"name_en":"General José María Yáñez International Airport"},"geometry":{"type":"Point","coordinates":[-110.921651270402194,27.969455396282893]}},{"type":"Feature","properties":{"type":"mid","name":"Hohhot Baita Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hohhot_Baita_International_Airport","comments":null,"name_en":"Hohhot Baita International Airport"},"geometry":{"type":"Point","coordinates":[111.814681821625911,40.854060090655217]}},{"type":"Feature","properties":{"type":"mid","name":"Helena Reg.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Helena_Regional_Airport","comments":null,"name_en":"Helena Regional Airport"},"geometry":{"type":"Point","coordinates":[-111.989896896007593,46.610204352899963]}},{"type":"Feature","properties":{"type":"mid","name":"Gen. Ignacio P. Garcia Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Ignacio_Pesqueira_Garcia_International_Airport","comments":null,"name_en":"General Ignacio Pesqueira García International Airport"},"geometry":{"type":"Point","coordinates":[-111.051901711819099,29.090077252344535]}},{"type":"Feature","properties":{"type":"major","name":"Dulles Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Washington_Dulles_International_Airport","comments":null,"name_en":"Washington Dulles International Airport"},"geometry":{"type":"Point","coordinates":[-77.447792576920619,38.95277403795302]}},{"type":"Feature","properties":{"type":"mid","name":"Hilo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hilo_International_Airport","comments":null,"name_en":"Hilo International Airport"},"geometry":{"type":"Point","coordinates":[-155.039629733434907,19.714797686866262]}},{"type":"Feature","properties":{"type":"major","name":"Jackson Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jackson-Evers_International_Airport","comments":null,"name_en":"Jackson-Evers International Airport"},"geometry":{"type":"Point","coordinates":[-90.075098627692384,32.310060027363512]}},{"type":"Feature","properties":{"type":"major","name":"Jacksonville Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jacksonville_International_Airport","comments":null,"name_en":"Jacksonville International Airport"},"geometry":{"type":"Point","coordinates":[-81.683576727831124,30.491352730947966]}},{"type":"Feature","properties":{"type":"mid","name":"Kuching Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kuching_International_Airport","comments":null,"name_en":"Kuching International Airport"},"geometry":{"type":"Point","coordinates":[110.341837054315306,1.487207937790097]}},{"type":"Feature","properties":{"type":"mid","name":"Kigali Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kigali_International_Airport","comments":null,"name_en":"Kigali International Airport"},"geometry":{"type":"Point","coordinates":[30.13487681878561,-1.96365443664138]}},{"type":"Feature","properties":{"type":"major","name":"Kraków-Balice","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/John_Paul_II_International_Airport_Krak%C3%B3w-Balice","comments":"fixed name","name_en":"John Paul II International Airport Kraków-Balice"},"geometry":{"type":"Point","coordinates":[19.800977284450408,50.072263064833137]}},{"type":"Feature","properties":{"type":"major","name":"Kurumoch","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kurumoch_International_Airport","comments":null,"name_en":"Kurumoch International Airport"},"geometry":{"type":"Point","coordinates":[50.147265521019051,53.508384819093529]}},{"type":"Feature","properties":{"type":"major","name":"Guilin Liangjiang Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Guilin_Liangjiang_International_Airport","comments":null,"name_en":"Guilin Liangjiang International Airport"},"geometry":{"type":"Point","coordinates":[110.046893497770085,25.217605525229324]}},{"type":"Feature","properties":{"type":"mid","name":"Laoag Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Laoag_International_Airport","comments":null,"name_en":"Laoag International Airport"},"geometry":{"type":"Point","coordinates":[120.533876196127011,18.182418086637874]}},{"type":"Feature","properties":{"type":"major","name":"LaGuardia","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/LaGuardia_Airport","comments":null,"name_en":"LaGuardia Airport"},"geometry":{"type":"Point","coordinates":[-73.871985820481399,40.774553939885763]}},{"type":"Feature","properties":{"type":"major","name":"London Gatwick","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/London_Gatwick_Airport","comments":null,"name_en":"Gatwick Airport"},"geometry":{"type":"Point","coordinates":[-0.162961639139456,51.155756751927456]}},{"type":"Feature","properties":{"type":"major","name":"Ljubljana","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ljubljana_Jo%C5%BEe_Pu%C4%8Dnik_Airport","comments":null,"name_en":"Ljubljana Jože Pučnik Airport"},"geometry":{"type":"Point","coordinates":[14.454812628326566,46.230544555448624]}},{"type":"Feature","properties":{"type":"mid","name":"Amausi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Amausi_Airport","comments":null,"name_en":"Chaudhary Charan Singh Airport"},"geometry":{"type":"Point","coordinates":[80.88417197324722,26.763932870091633]}},{"type":"Feature","properties":{"type":"mid","name":"La Plata","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/La_Plata_Airport","comments":null,"name_en":"La Plata Airport"},"geometry":{"type":"Point","coordinates":[-57.895382063651013,-34.965544155923403]}},{"type":"Feature","properties":{"type":"mid","name":"Gen. Sevando Canales","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Servando_Canales_International_Airport","comments":null,"name_en":"General Servando Canales International Airport"},"geometry":{"type":"Point","coordinates":[-97.530821712118708,25.770841264061858]}},{"type":"Feature","properties":{"type":"major","name":"Manchester Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Manchester_Airport","comments":null,"name_en":"Manchester Airport"},"geometry":{"type":"Point","coordinates":[-2.273371590694274,53.362489606651813]}},{"type":"Feature","properties":{"type":"major","name":"Kansas City Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kansas_City_International_Airport","comments":null,"name_en":"Kansas City International Airport"},"geometry":{"type":"Point","coordinates":[-94.715914857915436,39.297895826365945]}},{"type":"Feature","properties":{"type":"major","name":"Seeb Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Seeb_International_Airport","comments":null,"name_en":"Muscat International Airport"},"geometry":{"type":"Point","coordinates":[58.290480475349298,23.588570417585636]}},{"type":"Feature","properties":{"type":"mid","name":"Habib Bourguiba Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Habib_Bourguiba_International_Airport","comments":null,"name_en":"Monastir Habib Bourguiba International Airport"},"geometry":{"type":"Point","coordinates":[10.75336818505404,35.760710442178031]}},{"type":"Feature","properties":{"type":"major","name":"Marseille Provence Airport","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Marseille_Provence_Airport","comments":null,"name_en":"Marseille Provence Airport"},"geometry":{"type":"Point","coordinates":[5.221379177203373,43.44106000164679]}},{"type":"Feature","properties":{"type":"mid","name":"Quetzalcoatl Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Quetzalc%C3%B3atl_International_Airport","comments":null,"name_en":"Quetzalcóatl International Airport"},"geometry":{"type":"Point","coordinates":[-99.568008193006307,27.449689650831623]}},{"type":"Feature","properties":{"type":"major","name":"Nanning Wuwu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nanning_Wuxu_International_Airport","comments":null,"name_en":"Nanning Wuxu International Airport"},"geometry":{"type":"Point","coordinates":[108.168012273330959,22.612037054178508]}},{"type":"Feature","properties":{"type":"mid","name":"Xoxocotlán Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Xoxocotl%C3%A1n_International_Airport","comments":null,"name_en":"Xoxocotlán International Airport"},"geometry":{"type":"Point","coordinates":[-96.721795938497536,17.000559256974505]}},{"type":"Feature","properties":{"type":"mid","name":"Kahului","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kahului_Airport","comments":null,"name_en":"Kahului Airport"},"geometry":{"type":"Point","coordinates":[-156.437429581353399,20.89328851511117]}},{"type":"Feature","properties":{"type":"major","name":"Will Rogers","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Will_Rogers_World_Airport","comments":null,"name_en":"Will Rogers World Airport"},"geometry":{"type":"Point","coordinates":[-97.596117754209217,35.395277491174419]}},{"type":"Feature","properties":{"type":"major","name":"Norfolk Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Norfolk_International_Airport","comments":null,"name_en":"Norfolk International Airport"},"geometry":{"type":"Point","coordinates":[-76.204423171232705,36.898239467367418]}},{"type":"Feature","properties":{"type":"major","name":"Palm Beach Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palm_Beach_International_Airport","comments":null,"name_en":"Palm Beach International Airport"},"geometry":{"type":"Point","coordinates":[-80.090189338338732,26.688441666432965]}},{"type":"Feature","properties":{"type":"mid","name":"Pengel Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Johan_Adolf_Pengel_International_Airport","comments":null,"name_en":"Johan Adolf Pengel International Airport"},"geometry":{"type":"Point","coordinates":[-55.199911389290236,5.455999677974393]}},{"type":"Feature","properties":{"type":"mid","name":"Bolshesavino","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bolshoye_Savino_Airport","comments":null,"name_en":"Bolshoye Savino Airport"},"geometry":{"type":"Point","coordinates":[56.019560282029694,57.919771123169134]}},{"type":"Feature","properties":{"type":"mid","name":"Penang Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Penang_International_Airport","comments":null,"name_en":"Penang International Airport"},"geometry":{"type":"Point","coordinates":[100.265786380954765,5.292656277904887]}},{"type":"Feature","properties":{"type":"mid","name":"Port Harcourt Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Port_Harcourt_International_Airport","comments":null,"name_en":"Port Harcourt International Airport"},"geometry":{"type":"Point","coordinates":[6.949897427231909,5.007003476739435]}},{"type":"Feature","properties":{"type":"mid","name":"Port Hedland Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Port_Hedland_International_Airport","comments":null,"name_en":"Port Hedland International Airport"},"geometry":{"type":"Point","coordinates":[118.631797815615286,-20.378127296072336]}},{"type":"Feature","properties":{"type":"mid","name":"Pierre Regional","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pierre_Regional_Airport","comments":null,"name_en":"Pierre Regional Airport"},"geometry":{"type":"Point","coordinates":[-100.292641981705316,44.380153466876223]}},{"type":"Feature","properties":{"type":"major","name":"Greater Pittsburgh Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pittsburgh_International_Airport","comments":null,"name_en":"Pittsburgh International Airport"},"geometry":{"type":"Point","coordinates":[-80.256129057191799,40.496051891528495]}},{"type":"Feature","properties":{"type":"mid","name":"Pago Pago Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pago_Pago_International_Airport","comments":null,"name_en":"Pago Pago International Airport"},"geometry":{"type":"Point","coordinates":[-170.713307053734439,-14.329064185030566]}},{"type":"Feature","properties":{"type":"major","name":"Birmingham Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Birmingham_International_Airport_(United_Kingdom)","comments":null,"name_en":"Birmingham Airport"},"geometry":{"type":"Point","coordinates":[-1.733731704344524,52.452908554283809]}},{"type":"Feature","properties":{"type":"mid","name":"Roberts Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Roberts_International_Airport","comments":null,"name_en":"Roberts International Airport"},"geometry":{"type":"Point","coordinates":[-10.353085186793352,6.241834565545255]}},{"type":"Feature","properties":{"type":"mid","name":"Raipur","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Raipur_Airport","comments":null,"name_en":"Swami Vivekananda Airport"},"geometry":{"type":"Point","coordinates":[81.740377591520144,21.185986856144691]}},{"type":"Feature","properties":{"type":"mid","name":"El Salvador Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cuscatlan_International_Airport","comments":"???","name_en":"Monseñor Óscar Arnulfo Romero International Airport"},"geometry":{"type":"Point","coordinates":[-89.057203569274293,13.444748122861604]}},{"type":"Feature","properties":{"type":"major","name":"San Diego Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/San_Diego_International_Airport","comments":null,"name_en":"San Diego International Airport"},"geometry":{"type":"Point","coordinates":[-117.197511025731032,32.732264557013188]}},{"type":"Feature","properties":{"type":"major","name":"San Antonio Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/San_Antonio_International_Airport","comments":null,"name_en":"San Antonio International Airport"},"geometry":{"type":"Point","coordinates":[-98.471969999155903,29.526620339131505]}},{"type":"Feature","properties":{"type":"major","name":"Savannah Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Savannah/Hilton_Head_International_Airport","comments":null,"name_en":"Savannah/Hilton Head International Airport"},"geometry":{"type":"Point","coordinates":[-81.209964775091336,32.13564155229021]}},{"type":"Feature","properties":{"type":"mid","name":"Antonio Maceo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Antonio_Maceo_Airport","comments":null,"name_en":"Antonio Maceo Airport"},"geometry":{"type":"Point","coordinates":[-75.839887763979092,19.972428871762215]}},{"type":"Feature","properties":{"type":"mid","name":"Ponciano Arriaga Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ponciano_Arriaga_International_Airport","comments":null,"name_en":"San Luis Potosí International Airport"},"geometry":{"type":"Point","coordinates":[-100.936477816266972,22.255713049590337]}},{"type":"Feature","properties":{"type":"major","name":"Sacramento Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sacramento_International_Airport","comments":null,"name_en":"Sacramento International Airport"},"geometry":{"type":"Point","coordinates":[-121.587894877722775,38.692723892555399]}},{"type":"Feature","properties":{"type":"mid","name":"Cibao Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cibao_International_Airport","comments":null,"name_en":"Cibao International Airport"},"geometry":{"type":"Point","coordinates":[-70.69417832244676,19.465921915288838]}},{"type":"Feature","properties":{"type":"major","name":"Koltsovo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Koltsovo_Airport","comments":null,"name_en":"Koltsovo Airport"},"geometry":{"type":"Point","coordinates":[60.805803343217377,56.732245612045972]}},{"type":"Feature","properties":{"type":"major","name":"Syracuse Hancock Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Syracuse_Hancock_International_Airport","comments":null,"name_en":"Syracuse Hancock International Airport"},"geometry":{"type":"Point","coordinates":[-76.1130789991049,43.131784494374131]}},{"type":"Feature","properties":{"type":"mid","name":"Tabriz","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tabriz_International_Airport","comments":null,"name_en":"Tabriz International Airport"},"geometry":{"type":"Point","coordinates":[46.244713373574001,38.131110768817514]}},{"type":"Feature","properties":{"type":"mid","name":"Torreon Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Francisco_Sarabia_International_Airport","comments":null,"name_en":"Francisco Sarabia International Airport"},"geometry":{"type":"Point","coordinates":[-103.398787828578875,25.563216439989581]}},{"type":"Feature","properties":{"type":"major","name":"Tulsa Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tulsa_International_Airport","comments":null,"name_en":"Tulsa International Airport"},"geometry":{"type":"Point","coordinates":[-95.889882271542021,36.190127565194992]}},{"type":"Feature","properties":{"type":"major","name":"Mcghee Tyson","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/McGhee_Tyson_Airport","comments":null,"name_en":"McGhee Tyson Airport"},"geometry":{"type":"Point","coordinates":[-83.989937832758457,35.80574480270883]}},{"type":"Feature","properties":{"type":"major","name":"Ufa Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ufa_International_Airport","comments":null,"name_en":"Ufa International Airport"},"geometry":{"type":"Point","coordinates":[55.884077341183726,54.565132357897177]}},{"type":"Feature","properties":{"type":"mid","name":"Hewanorra Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hewanorra_International_Airport","comments":null,"name_en":"Hewanorra International Airport"},"geometry":{"type":"Point","coordinates":[-60.949973772346056,13.736523805048892]}},{"type":"Feature","properties":{"type":"mid","name":"Windhoek Hosea Kutako Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Windhoek_Hosea_Kutako_International_Airport","comments":null,"name_en":"Windhoek Hosea Kutako International Airport"},"geometry":{"type":"Point","coordinates":[17.463225902813253,-22.486953120204117]}},{"type":"Feature","properties":{"type":"mid","name":"Sault Ste Marie","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sault_Ste._Marie_Airport","comments":null,"name_en":"Sault Ste. Marie Airport"},"geometry":{"type":"Point","coordinates":[-84.500608999971746,46.485417510192555]}},{"type":"Feature","properties":{"type":"mid","name":"Dawson Cr.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dawson_Creek_Airport","comments":null,"name_en":"Dawson Creek Airport"},"geometry":{"type":"Point","coordinates":[-120.18559561910142,55.739411707455702]}},{"type":"Feature","properties":{"type":"major","name":"Edmonton Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Edmonton_International_Airport","comments":null,"name_en":"Edmonton International Airport"},"geometry":{"type":"Point","coordinates":[-113.584492564405593,53.307200161918324]}},{"type":"Feature","properties":{"type":"major","name":"Halifax Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Halifax_International_Airport","comments":null,"name_en":"Halifax Stanfield International Airport"},"geometry":{"type":"Point","coordinates":[-63.514965250167336,44.886545450100954]}},{"type":"Feature","properties":{"type":"mid","name":"Kamloops","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kamloops_Airport","comments":null,"name_en":"Kamloops Airport"},"geometry":{"type":"Point","coordinates":[-120.441734763962316,50.705195518459128]}},{"type":"Feature","properties":{"type":"mid","name":"Sudbury","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sudbury_Airport","comments":null,"name_en":"Sudbury Airport"},"geometry":{"type":"Point","coordinates":[-80.79577478171052,46.622750820489316]}},{"type":"Feature","properties":{"type":"mid","name":"Saint John","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Saint_John_Airport","comments":null,"name_en":"Saint John Airport"},"geometry":{"type":"Point","coordinates":[-65.890557368116774,45.329230595501656]}},{"type":"Feature","properties":{"type":"mid","name":"Prince George","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Prince_George_Airport","comments":null,"name_en":"Prince George Airport"},"geometry":{"type":"Point","coordinates":[-122.674014743986163,53.884248575113766]}},{"type":"Feature","properties":{"type":"major","name":"Victoria Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Victoria_International_Airport","comments":null,"name_en":"Victoria International Airport"},"geometry":{"type":"Point","coordinates":[-123.430624539527741,48.640529482179019]}},{"type":"Feature","properties":{"type":"mid","name":"Zamboanga Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zamboanga_International_Airport","comments":null,"name_en":"Zamboanga International Airport"},"geometry":{"type":"Point","coordinates":[122.062432321637317,6.919757748058303]}},{"type":"Feature","properties":{"type":"mid","name":"Lanzhou Zhongchuan","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lanzhou_Zhongchuan_Airport","comments":null,"name_en":"Lanzhou Zhongchuan International Airport"},"geometry":{"type":"Point","coordinates":[103.615415363043311,36.507884246123673]}},{"type":"Feature","properties":{"type":"mid","name":"Albany Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Albany_International_Airport","comments":null,"name_en":"Albany International Airport"},"geometry":{"type":"Point","coordinates":[-73.809351884317252,42.745661980172905]}},{"type":"Feature","properties":{"type":"major","name":"General Mitchell Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Mitchell_International_Airport","comments":null,"name_en":"Milwaukee Mitchell International Airport"},"geometry":{"type":"Point","coordinates":[-87.902105625074384,42.947919872958551]}},{"type":"Feature","properties":{"type":"military mid","name":"Wang-Chia Tun Airbase","location":"runway","wikipedia":null,"comments":"\"ToreplacetheoldWangjiadunAirport,ChinesegovernmentpermittedtheplantobuildacommercialairportinTianheCounty,HuangpiDistrict,WuhanatJuly1st,1985.ThefirsttermconstructionstartedinDecember1989andfinishedinApril1994.Itf", "name_en": "WuhanTianheInternationalAirport" }, "geometry": { "type": "Point", "coordinates": [ 114.246947376150445, 30.60171411967017 ] } },{"type":"Feature","properties":{"type":"major","name":"Sanya Phoenix Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sanya_Phoenix_International_Airport","comments":null,"name_en":"Sanya Phoenix International Airport"},"geometry":{"type":"Point","coordinates":[109.40823949107957,18.309095990859316]}},{"type":"Feature","properties":{"type":"mid","name":"Lhasa Gonggar","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lhasa_Gonggar_Airport","comments":null,"name_en":"Lhasa Gonggar Airport"},"geometry":{"type":"Point","coordinates":[90.900561019402701,29.293693612318421]}},{"type":"Feature","properties":{"type":"mid","name":"Hotan","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hotan_Airport","comments":null,"name_en":"Hotan Airport"},"geometry":{"type":"Point","coordinates":[79.872300521219145,37.040036350976521]}},{"type":"Feature","properties":{"type":"major","name":"Dresden","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dresden_Airport","comments":null,"name_en":"Dresden Airport"},"geometry":{"type":"Point","coordinates":[13.764967144004661,51.125091242887116]}},{"type":"Feature","properties":{"type":"military major","name":"Kenitra Air Base","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kenitra_Air_Base","comments":null,"name_en":"Kenitra Air Base"},"geometry":{"type":"Point","coordinates":[-6.597753628115997,34.298667363822325]}},{"type":"Feature","properties":{"type":"mid","name":"Annemasse","location":"ramp","wikipedia":"http://en.wikipedia.org/wiki/Annemasse_Aerodrome","comments":null,"name_en":"Annemasse Aerodrome"},"geometry":{"type":"Point","coordinates":[6.264910853641591,46.19572832862606]}},{"type":"Feature","properties":{"type":"mid","name":"Nogales Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nogales_International_Airport_(Mexico)","comments":null,"name_en":"Nogales International Airport"},"geometry":{"type":"Point","coordinates":[-110.97272130167508,31.225537174115924]}},{"type":"Feature","properties":{"type":"mid","name":"Strasbourg","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Strasbourg_Airport","comments":null,"name_en":"Strasbourg Airport"},"geometry":{"type":"Point","coordinates":[7.627841966889242,48.544696172175939]}},{"type":"Feature","properties":{"type":"major","name":"Cologne/Bonn","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cologne_Bonn_Airport","comments":null,"name_en":"Cologne Bonn Airport"},"geometry":{"type":"Point","coordinates":[7.122359755245386,50.878259662947087]}},{"type":"Feature","properties":{"type":"major","name":"Kimhae Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gimhae_International_Airport","comments":null,"name_en":"Gimhae International Airport"},"geometry":{"type":"Point","coordinates":[128.948801379038798,35.170284063682949]}},{"type":"Feature","properties":{"type":"major","name":"Jeju Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jeju_International_Airport","comments":null,"name_en":"Jeju International Airport"},"geometry":{"type":"Point","coordinates":[126.491629401972418,33.524717315039879]}},{"type":"Feature","properties":{"type":"major","name":"Stavanger Sola","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Stavanger_Airport,_Sola","comments":null,"name_en":"Stavanger Airport"},"geometry":{"type":"Point","coordinates":[5.629810329721799,58.882156484218477]}},{"type":"Feature","properties":{"type":"major","name":"Trondheim Vaernes","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Trondheim_Airport%2C_V%C3%A6rnes","comments":null,"name_en":"Trondheim Airport"},"geometry":{"type":"Point","coordinates":[10.916809524144515,63.472029381716986]}},{"type":"Feature","properties":{"type":"mid","name":"Corumbá Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Corumba_International_Airport","comments":null,"name_en":"Corumbá International Airport"},"geometry":{"type":"Point","coordinates":[-57.663607892554346,-19.014166288553351]}},{"type":"Feature","properties":{"type":"mid","name":"Madeira","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Madeira_Airport","comments":null,"name_en":"Madeira Airport"},"geometry":{"type":"Point","coordinates":[-16.775637453121334,32.693364284748867]}},{"type":"Feature","properties":{"type":"mid","name":"Foz do Iguaçu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Foz_do_Igua%C3%A7u_International_Airport","comments":null,"name_en":"Foz do Iguaçu International Airport"},"geometry":{"type":"Point","coordinates":[-54.48859227356332,-25.597683216210232]}},{"type":"Feature","properties":{"type":"mid","name":"Gov. Jorge Teixeira de Oliveira Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Governador_Jorge_Teixeira_de_Oliveira_International_Airport","comments":null,"name_en":"Governador Jorge Teixeira de Oliveira International Airport"},"geometry":{"type":"Point","coordinates":[-63.898462500421338,-8.714424828592882]}},{"type":"Feature","properties":{"type":"mid","name":"Bilbao","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bilbao_Airport","comments":null,"name_en":"Bilbao Airport"},"geometry":{"type":"Point","coordinates":[-2.906090116798053,43.305082981119469]}},{"type":"Feature","properties":{"type":"major","name":"Palma de Mallorca","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palma_de_Mallorca_Airport","comments":null,"name_en":"Palma de Mallorca Airport"},"geometry":{"type":"Point","coordinates":[2.729976602006474,39.565775858625408]}},{"type":"Feature","properties":{"type":"major","name":"Tenerife N.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Los_Rodeos_Airport","comments":null,"name_en":"Tenerife North Airport"},"geometry":{"type":"Point","coordinates":[-16.346317567926352,28.487577026773145]}},{"type":"Feature","properties":{"type":"major","name":"Gothenburg","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gothenburg-Landvetter_Airport","comments":null,"name_en":"Gothenburg-Landvetter Airport"},"geometry":{"type":"Point","coordinates":[12.29382690925731,57.685749353487864]}},{"type":"Feature","properties":{"type":"major","name":"Lulea","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lule%C3%A5_Airport","comments":null,"name_en":"Luleå-Kallax Airport"},"geometry":{"type":"Point","coordinates":[22.123027124394543,65.549036247761634]}},{"type":"Feature","properties":{"type":"major","name":"Abu Dhabi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Abu_Dhabi_International_Airport","comments":null,"name_en":"Abu Dhabi International Airport"},"geometry":{"type":"Point","coordinates":[54.646329322555786,24.427227152976421]}},{"type":"Feature","properties":{"type":"mid","name":"Mohamed Boudiaf Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mohamed_Boudiaf_International_Airport","comments":null,"name_en":"Mohamed Boudiaf International Airport"},"geometry":{"type":"Point","coordinates":[6.621946651812188,36.28344094416007]}},{"type":"Feature","properties":{"type":"mid","name":"Aswan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Aswan_International_Airport","comments":null,"name_en":"Aswan International Airport"},"geometry":{"type":"Point","coordinates":[32.824437246297329,23.968276544177797]}},{"type":"Feature","properties":{"type":"mid","name":"Rovaniemi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rovaniemi_Airport","comments":null,"name_en":"Rovaniemi Airport"},"geometry":{"type":"Point","coordinates":[25.829440976045195,66.559556416850938]}},{"type":"Feature","properties":{"type":"mid","name":"Cheddi Jagan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cheddi_Jagan_International_Airport","comments":null,"name_en":"Cheddi Jagan International Airport"},"geometry":{"type":"Point","coordinates":[-58.25411919258886,6.498552908135722]}},{"type":"Feature","properties":{"type":"major","name":"Cochin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cochin_International_Airport","comments":null,"name_en":"Cochin International Airport"},"geometry":{"type":"Point","coordinates":[76.390519850202423,10.155118762811767]}},{"type":"Feature","properties":{"type":"mid","name":"Eldoret Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Eldoret_International_Airport","comments":null,"name_en":"Eldoret International Airport"},"geometry":{"type":"Point","coordinates":[35.223693065830126,0.40507147546036]}},{"type":"Feature","properties":{"type":"major","name":"Incheon Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Incheon_International_Airport","comments":null,"name_en":"Incheon International Airport"},"geometry":{"type":"Point","coordinates":[126.450875980795843,37.449208862434624]}},{"type":"Feature","properties":{"type":"mid","name":"Federal de Bachigualato Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Federal_de_Bachigualato_International_Airport","comments":null,"name_en":"Federal de Bachigualato International Airport"},"geometry":{"type":"Point","coordinates":[-107.469863792896177,24.766804039046114]}},{"type":"Feature","properties":{"type":"major and military","name":"Benazir Bhutto Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Islamabad_International_Airport","comments":null,"name_en":"Benazir Bhutto International Airport"},"geometry":{"type":"Point","coordinates":[73.100793647188183,33.607445750752625]}},{"type":"Feature","properties":{"type":"major","name":"Brussels","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Brussels_Airport","comments":null,"name_en":"Brussels Airport"},"geometry":{"type":"Point","coordinates":[4.484640324082722,50.897294964151079]}},{"type":"Feature","properties":{"type":"major","name":"Abuja Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nnamdi_Azikiwe_International_Airport","comments":null,"name_en":"Nnamdi Azikiwe International Airport"},"geometry":{"type":"Point","coordinates":[7.270259939743561,9.004376597810939]}},{"type":"Feature","properties":{"type":"mid","name":"Arcata-Eureka","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Arcata-Eureka_Airport","comments":null,"name_en":"Arcata-Eureka Airport"},"geometry":{"type":"Point","coordinates":[-124.107065520138548,40.971924538131439]}},{"type":"Feature","properties":{"type":"major","name":"Austin-Bergstrom Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Austin-Bergstrom_International_Airport","comments":null,"name_en":"Austin-Bergstrom International Airport"},"geometry":{"type":"Point","coordinates":[-97.666836764605435,30.202108192074945]}},{"type":"Feature","properties":{"type":"major","name":"Antalya","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Antalya_Airport","comments":null,"name_en":"Antalya Airport"},"geometry":{"type":"Point","coordinates":[30.802552643941521,36.915323305186774]}},{"type":"Feature","properties":{"type":"major","name":"Belfast Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Belfast_International_Airport","comments":null,"name_en":"Belfast International Airport"},"geometry":{"type":"Point","coordinates":[-6.216169437349579,54.661557547010318]}},{"type":"Feature","properties":{"type":"major","name":"Orio Al Serio","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Orio_al_Serio_Airport","comments":null,"name_en":"Il Caravaggio International Airport"},"geometry":{"type":"Point","coordinates":[9.698917693997402,45.665498056069453]}},{"type":"Feature","properties":{"type":"mid","name":"Kota Kinabalu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kota_Kinabalu_International_Airport","comments":null,"name_en":"Kota Kinabalu International Airport"},"geometry":{"type":"Point","coordinates":[116.051087873369028,5.922894454748071]}},{"type":"Feature","properties":{"type":"major","name":"Bengaluru Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bengaluru_International_Airport","comments":null,"name_en":"Kempegowda International Airport"},"geometry":{"type":"Point","coordinates":[77.709557988957485,13.200610806960903]}},{"type":"Feature","properties":{"type":"major","name":"Canberra Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Canberra_International_Airport","comments":null,"name_en":"Canberra International Airport"},"geometry":{"type":"Point","coordinates":[149.190760539671317,-35.307185590290899]}},{"type":"Feature","properties":{"type":"major","name":"Port Columbus Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Port_Columbus_International_Airport","comments":null,"name_en":"John Glenn Columbus International Airport"},"geometry":{"type":"Point","coordinates":[-82.884030642663404,39.998118192243197]}},{"type":"Feature","properties":{"type":"major","name":"Mohamed V Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mohammed_V_International_Airport","comments":null,"name_en":"Mohammed V International Airport"},"geometry":{"type":"Point","coordinates":[-7.581455990257197,33.374727481539615]}},{"type":"Feature","properties":{"type":"major","name":"Düsseldorf Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/D%C3%BCsseldorf_International_Airport","comments":null,"name_en":"Düsseldorf Airport"},"geometry":{"type":"Point","coordinates":[6.76494446612174,51.278182042077397]}},{"type":"Feature","properties":{"type":"major","name":"Esenboğa Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Esenbo%C4%9Fa_International_Airport","comments":null,"name_en":"Ankara Esenboğa Airport"},"geometry":{"type":"Point","coordinates":[32.993010077201433,40.115127827323363]}},{"type":"Feature","properties":{"type":"mid","name":"Hamilton Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hamilton_International_Airport","comments":null,"name_en":"Hamilton International Airport"},"geometry":{"type":"Point","coordinates":[175.336221432708157,-37.865841148482694]}},{"type":"Feature","properties":{"type":"major","name":"Rajiv Gandhi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rajiv_Gandhi_International_Airport","comments":null,"name_en":"Rajiv Gandhi International Airport"},"geometry":{"type":"Point","coordinates":[78.429536134519978,17.235983150747067]}},{"type":"Feature","properties":{"type":"major","name":"John F Kennedy Int'l","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/John_F._Kennedy_International_Airport","comments":null,"name_en":"John F. Kennedy International Airport"},"geometry":{"type":"Point","coordinates":[-73.786326860929549,40.645959558408144]}},{"type":"Feature","properties":{"type":"major","name":"Boryspil Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Boryspil_International_Airport","comments":null,"name_en":"Boryspil International Airport"},"geometry":{"type":"Point","coordinates":[30.895162161552811,50.340902338876958]}},{"type":"Feature","properties":{"type":"major","name":"Khartoum","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Khartoum_International_Airport","comments":null,"name_en":"Khartoum International Airport"},"geometry":{"type":"Point","coordinates":[32.550153296632956,15.592222653085781]}},{"type":"Feature","properties":{"type":"major","name":"Dane Cty. Reg. (Truax Field)","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dane_County_Regional_Airport","comments":null,"name_en":"Dane County Regional Airport"},"geometry":{"type":"Point","coordinates":[-89.345784789448658,43.13630823858675]}},{"type":"Feature","properties":{"type":"major","name":"Minsk Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Minsk_International_Airport","comments":null,"name_en":"Minsk National Airport"},"geometry":{"type":"Point","coordinates":[28.034193334637767,53.88937923980054]}},{"type":"Feature","properties":{"type":"major","name":"Palermo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Palermo_International_Airport","comments":null,"name_en":"Falcone–Borsellino Airport"},"geometry":{"type":"Point","coordinates":[13.105530988863753,38.186335108489494]}},{"type":"Feature","properties":{"type":"mid","name":"T.F. Green","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/T._F._Green_Airport","comments":null,"name_en":"T. F. Green Airport"},"geometry":{"type":"Point","coordinates":[-71.435784144578903,41.726001984718906]}},{"type":"Feature","properties":{"type":"major","name":"Southwest Florida Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Southwest_Florida_International_Airport","comments":null,"name_en":"Southwest Florida International Airport"},"geometry":{"type":"Point","coordinates":[-81.75512314093055,26.527928806765104]}},{"type":"Feature","properties":{"type":"major","name":"Shenyang Taoxian Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shenyang_Taoxian_International_Airport","comments":null,"name_en":"Shenyang Taoxian International Airport"},"geometry":{"type":"Point","coordinates":[123.487974430338497,41.634789133958215]}},{"type":"Feature","properties":{"type":"major","name":"Sharjah Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sharjah_International_Airport","comments":null,"name_en":"Sharjah International Airport"},"geometry":{"type":"Point","coordinates":[55.520507194885283,25.321196401906818]}},{"type":"Feature","properties":{"type":"major","name":"San Jose Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/San_Jose_International_Airport","comments":null,"name_en":"San Jose International Airport"},"geometry":{"type":"Point","coordinates":[-121.929428983531537,37.369490590896547]}},{"type":"Feature","properties":{"type":"major","name":"John Wayne","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/John_Wayne_Airport","comments":null,"name_en":"John Wayne Airport"},"geometry":{"type":"Point","coordinates":[-117.861489220393395,33.679485732954902]}},{"type":"Feature","properties":{"type":"major","name":"Stuttgart","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Stuttgart_Airport","comments":null,"name_en":"Stuttgart Airport"},"geometry":{"type":"Point","coordinates":[9.193951089455357,48.690105135891287]}},{"type":"Feature","properties":{"type":"mid","name":"Nacional Tobías Bolaños","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tob%C3%ADas_Bola%C3%B1os_International_Airport","comments":"???","name_en":"Tobías Bolaños International Airport"},"geometry":{"type":"Point","coordinates":[-84.138609197159411,9.958278519196229]}},{"type":"Feature","properties":{"type":"major","name":"Shenzhen Bao'an Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shenzhen_airport","comments":null,"name_en":"Shenzhen Bao'an International Airport"},"geometry":{"type":"Point","coordinates":[113.815852751085117,22.64650771478675]}},{"type":"Feature","properties":{"type":"major","name":"Louisville Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Louisville_International_Airport","comments":null,"name_en":"Louisville International Airport"},"geometry":{"type":"Point","coordinates":[-85.741702759736725,38.186020715269919]}},{"type":"Feature","properties":{"type":"major","name":"Geneva","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Geneva_Cointrin_International_Airport","comments":null,"name_en":"Geneva International Airport"},"geometry":{"type":"Point","coordinates":[6.107945774236034,46.231009510157953]}},{"type":"Feature","properties":{"type":"mid","name":"Lyon-Saint Exupery","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lyon-Saint_Exup%C3%A9ry_Airport","comments":null,"name_en":"Lyon-Saint Exupéry Airport"},"geometry":{"type":"Point","coordinates":[5.075944318134586,45.721018683466909]}},{"type":"Feature","properties":{"type":"major","name":"Kansai Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kansai_International_Airport","comments":null,"name_en":"Kansai International Airport"},"geometry":{"type":"Point","coordinates":[135.244459772476375,34.434794162926949]}},{"type":"Feature","properties":{"type":"major","name":"Lisbon Portela","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lisbon_Portela_Airport","comments":null,"name_en":"Lisbon Airport"},"geometry":{"type":"Point","coordinates":[-9.130694409310712,38.770762342751425]}},{"type":"Feature","properties":{"type":"major","name":"Tancredo Neves Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tancredo_Neves_International_Airport","comments":null,"name_en":"Tancredo Neves International Airport"},"geometry":{"type":"Point","coordinates":[-43.963581520994907,-19.63278212187474]}},{"type":"Feature","properties":{"type":"mid","name":"Bromma","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Stockholm-Bromma_Airport","comments":null,"name_en":"Stockholm Bromma Airport"},"geometry":{"type":"Point","coordinates":[17.945617540614503,59.355590206511224]}},{"type":"Feature","properties":{"type":"major","name":"Juanda Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Juanda_International_Airport","comments":null,"name_en":"Juanda International Airport"},"geometry":{"type":"Point","coordinates":[112.777034594932971,-7.383578985275999]}},{"type":"Feature","properties":{"type":"mid","name":"Astor Piazzolla Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/%C3%81stor_Piazzola_International_Airport","comments":null,"name_en":"Astor Piazzolla International Airport"},"geometry":{"type":"Point","coordinates":[-57.581615093239215,-37.933216120448158]}},{"type":"Feature","properties":{"type":"major","name":"Owen Roberts Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Owen_Roberts_International_Airport","comments":null,"name_en":"Owen Roberts International Airport"},"geometry":{"type":"Point","coordinates":[-81.35767061622893,19.29591074371222]}},{"type":"Feature","properties":{"type":"major","name":"Zhengzhou Xinzheng Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zhengzhou_Xinzheng_International_Airport","comments":null,"name_en":"Zhengzhou Xinzheng International Airport"},"geometry":{"type":"Point","coordinates":[113.841831302844511,34.526302719895668]}},{"type":"Feature","properties":{"type":"major","name":"Dalian Zhoushuizi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dalian_Zhoushuizi_International_Airport","comments":null,"name_en":"Dalian Zhoushuizi International Airport"},"geometry":{"type":"Point","coordinates":[121.538913780101169,38.961570230022161]}},{"type":"Feature","properties":{"type":"major","name":"Heraklion Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Heraklion_International_Airport%2C_%22Nikos_Kazantzakis%22","comments":null,"name_en":"Heraklion International Airport"},"geometry":{"type":"Point","coordinates":[25.17405582432718,35.33690241010455]}},{"type":"Feature","properties":{"type":"major","name":"Tbilisi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tbilisi_International_Airport","comments":null,"name_en":"Tbilisi International Airport"},"geometry":{"type":"Point","coordinates":[44.964614614166365,41.669442018726052]}},{"type":"Feature","properties":{"type":"mid","name":"Cascais","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Cascais_Aerodrome","comments":null,"name_en":"Cascais Municipal Aerodrome"},"geometry":{"type":"Point","coordinates":[-9.354582402639275,38.723535320832347]}},{"type":"Feature","properties":{"type":"major","name":"Kaohsiung Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kaohsiung_International_Airport","comments":null,"name_en":"Kaohsiung International Airport"},"geometry":{"type":"Point","coordinates":[120.345156342150631,22.57170610544221]}},{"type":"Feature","properties":{"type":"mid","name":"Sadiq Abubakar III","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sadiq_Abubakar_III_International_Airport","comments":null,"name_en":"Sadiq Abubakar III International Airport"},"geometry":{"type":"Point","coordinates":[5.200226160326513,12.917482416618078]}},{"type":"Feature","properties":{"type":"mid","name":"Mariscal Sucre Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mariscal_Sucre_International_Airport","comments":null,"name_en":"Mariscal Sucre International Airport"},"geometry":{"type":"Point","coordinates":[-78.489992554570051,-0.145552408466882]}},{"type":"Feature","properties":{"type":"mid","name":"Karachi Civil","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jinnah_International_Airport","comments":null,"name_en":"Jinnah International Airport"},"geometry":{"type":"Point","coordinates":[67.152128359294665,24.898524368959485]}},{"type":"Feature","properties":{"type":"mid","name":"Kishinev S.E.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chi%C5%9Fin%C4%83u_International_Airport","comments":"???","name_en":"Chișinău International Airport"},"geometry":{"type":"Point","coordinates":[28.936048756225549,46.934161990039122]}},{"type":"Feature","properties":{"type":"major","name":"Jorge Chávez","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jorge_Ch%C3%A1vez_International_Airport","comments":"ok","name_en":"Jorge Chávez International Airport"},"geometry":{"type":"Point","coordinates":[-77.107565693134219,-12.0237161502221]}},{"type":"Feature","properties":{"type":"mid","name":"Thunder Bay Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Thunder_Bay_International_Airport","comments":null,"name_en":"Thunder Bay International Airport"},"geometry":{"type":"Point","coordinates":[-89.312142123813615,48.37188114925079]}},{"type":"Feature","properties":{"type":"major","name":"Vilnius","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Vilnius_International_Airport","comments":null,"name_en":"Vilnius Airport"},"geometry":{"type":"Point","coordinates":[25.280716449728459,54.643054930754239]}},{"type":"Feature","properties":{"type":"major","name":"Hsien Yang","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Xi'an_Xianyang_International_Airport","comments":"???","name_en":"Xi'an Xianyang International Airport"},"geometry":{"type":"Point","coordinates":[108.755811342150636,34.442939105442214]}},{"type":"Feature","properties":{"type":"mid","name":"Del Norte Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Del_Norte_International_Airport","comments":null,"name_en":"Del Norte International Airport"},"geometry":{"type":"Point","coordinates":[-100.238394186576699,25.859873767729045]}},{"type":"Feature","properties":{"type":"mid","name":"Fua'amotu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fua'amotu_International_Airport","comments":null,"name_en":"Fuaʻamotu International Airport"},"geometry":{"type":"Point","coordinates":[-175.135635,-21.24861]}},{"type":"Feature","properties":{"type":"mid","name":"Esfahan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Isfahan_International_Airport","comments":null,"name_en":"Isfahan International Airport"},"geometry":{"type":"Point","coordinates":[51.876391681268089,32.74608053443211]}},{"type":"Feature","properties":{"type":"mid","name":"Harare Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Harare_International_Airport","comments":null,"name_en":"Harare International Airport"},"geometry":{"type":"Point","coordinates":[31.1014,-17.9228]}},{"type":"Feature","properties":{"type":"major","name":"Kuwait Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kuwait_International_Airport","comments":null,"name_en":"Kuwait International Airport"},"geometry":{"type":"Point","coordinates":[47.971482559331648,29.239680058158292]}},{"type":"Feature","properties":{"type":"major","name":"Macdonald-Cartier Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ottawa_Macdonald-Cartier_International_Airport","comments":null,"name_en":"Ottawa Macdonald-Cartier International Airport"},"geometry":{"type":"Point","coordinates":[-75.664893387020527,45.320134819653099]}},{"type":"Feature","properties":{"type":"mid","name":"Kabul Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kabul_International_Airport","comments":null,"name_en":"Hamid Karzai International Airport"},"geometry":{"type":"Point","coordinates":[69.210073627087411,34.563397886414911]}},{"type":"Feature","properties":{"type":"mid","name":"Abidjan Port Bouet","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Port_Bouet_Airport","comments":null,"name_en":"Port Bouet Airport"},"geometry":{"type":"Point","coordinates":[-3.932219291676359,5.254398445149204]}},{"type":"Feature","properties":{"type":"major","name":"General Juan N Alvarez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Juan_N._%C3%81lvarez_International_Airport","comments":null,"name_en":"General Juan N. Álvarez International Airport"},"geometry":{"type":"Point","coordinates":[-99.754508561968123,16.761967352779976]}},{"type":"Feature","properties":{"type":"major","name":"Kotoka Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kotoka_International_Airport","comments":null,"name_en":"Kotoka International Airport"},"geometry":{"type":"Point","coordinates":[-0.171402855660817,5.606981523811933]}},{"type":"Feature","properties":{"type":"mid","name":"Bole Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bole_International_Airport","comments":null,"name_en":"Addis Ababa Bole International Airport"},"geometry":{"type":"Point","coordinates":[38.793190436634298,8.981730275810992]}},{"type":"Feature","properties":{"type":"mid","name":"Aden Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Aden_International_Airport","comments":null,"name_en":"Aden International Airport"},"geometry":{"type":"Point","coordinates":[45.030602,12.8278]}},{"type":"Feature","properties":{"type":"mid","name":"Adelaide Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Adelaide_International_Airport","comments":null,"name_en":"Adelaide Airport"},"geometry":{"type":"Point","coordinates":[138.532101457699099,-34.940586027515401]}},{"type":"Feature","properties":{"type":"major","name":"Almaty Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Almaty_International_Airport","comments":null,"name_en":"Almaty International Airport"},"geometry":{"type":"Point","coordinates":[77.012045877117473,43.346494314479287]}},{"type":"Feature","properties":{"type":"major","name":"Houari Boumediene","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Houari_Boumedienne_Airport","comments":null,"name_en":"Algiers Houari Boumediene Airport"},"geometry":{"type":"Point","coordinates":[3.212073535165055,36.699720666353457]}},{"type":"Feature","properties":{"type":"major","name":"Aleppo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Aleppo_International_Airport","comments":null,"name_en":"Aleppo International Airport"},"geometry":{"type":"Point","coordinates":[37.227341405782823,36.184623731431358]}},{"type":"Feature","properties":{"type":"mid","name":"Sardar Vallabhbhai Patel Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sardar_Vallabhbhai_Patel_International_Airport","comments":null,"name_en":"Sardar Vallabhbhai Patel International Airport"},"geometry":{"type":"Point","coordinates":[72.62090008843316,23.070745463588118]}},{"type":"Feature","properties":{"type":"mid","name":"Cerro Moreno Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cerro_Moreno_International_Airport","comments":"???","name_en":"Andrés Sabella Airport"},"geometry":{"type":"Point","coordinates":[-70.440990850940665,-23.448954524831667]}},{"type":"Feature","properties":{"type":"mid","name":"Ashkhabad Northwest","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ashgabat_Airport","comments":null,"name_en":"Ashgabat International Airport"},"geometry":{"type":"Point","coordinates":[58.363965920824604,37.984853438956989]}},{"type":"Feature","properties":{"type":"mid","name":"Yohannes Iv Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Asmara_International_Airport","comments":null,"name_en":"Asmara International Airport"},"geometry":{"type":"Point","coordinates":[38.906354013632139,15.29361596964986]}},{"type":"Feature","properties":{"type":"mid","name":"Silvio Pettirossi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Silvio_Pettirossi_International_Airport","comments":null,"name_en":"Silvio Pettirossi International Airport"},"geometry":{"type":"Point","coordinates":[-57.513907824713627,-25.241659253381577]}},{"type":"Feature","properties":{"type":"mid","name":"Bermuda Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bermuda_International_Airport","comments":null,"name_en":"L.F. Wade International Airport"},"geometry":{"type":"Point","coordinates":[-64.702774068651422,32.359173960158074]}},{"type":"Feature","properties":{"type":"major","name":"Surcin","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Belgrade_Nikola_Tesla_Airport","comments":null,"name_en":"Belgrade Nikola Tesla Airport"},"geometry":{"type":"Point","coordinates":[20.291284594662077,44.819076665443262]}},{"type":"Feature","properties":{"type":"major","name":"Beirut Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Beirut_Rafic_Hariri_International_Airport","comments":null,"name_en":"Beirut–Rafic Hariri International Airport"},"geometry":{"type":"Point","coordinates":[35.4930853618161,33.825440061866765]}},{"type":"Feature","properties":{"type":"mid","name":"Bairagarh","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bhopal_Airport","comments":null,"name_en":"Raja Bhoj Airport"},"geometry":{"type":"Point","coordinates":[77.340871471357943,23.285568486980882]}},{"type":"Feature","properties":{"type":"mid","name":"Bamako Sénou","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Senou_International_Airport","comments":null,"name_en":"Bamako-Sénou International Airport"},"geometry":{"type":"Point","coordinates":[-7.947272269708012,12.539336342586719]}},{"type":"Feature","properties":{"type":"major","name":"Nashville Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nashville_International_Airport","comments":null,"name_en":"Nashville International Airport"},"geometry":{"type":"Point","coordinates":[-86.669286735637471,36.13148763616973]}},{"type":"Feature","properties":{"type":"major","name":"Brisbane Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Brisbane_Airport","comments":null,"name_en":"Brisbane Airport"},"geometry":{"type":"Point","coordinates":[153.120256418843894,-27.385396593909881]}},{"type":"Feature","properties":{"type":"major","name":"Boise Air Terminal","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Boise_Airport","comments":null,"name_en":"Boise Airport"},"geometry":{"type":"Point","coordinates":[-116.221841070548706,43.568959223470401]}},{"type":"Feature","properties":{"type":"mid","name":"Wiley Post Will Rogers Mem.","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Wiley_Post-Will_Rogers_Memorial_Airport","comments":null,"name_en":"Wiley Post–Will Rogers Memorial Airport"},"geometry":{"type":"Point","coordinates":[-156.771835,71.289299]}},{"type":"Feature","properties":{"type":"major","name":"Greater Buffalo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Buffalo_Niagara_International_Airport","comments":null,"name_en":"Buffalo Niagara International Airport"},"geometry":{"type":"Point","coordinates":[-78.731996552330827,42.934033749352587]}},{"type":"Feature","properties":{"type":"mid","name":"Bulawayo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Joshua_Mqabuko_Nkomo_International_Airport","comments":null,"name_en":"Joshua Mqabuko Nkomo International Airport"},"geometry":{"type":"Point","coordinates":[28.622552042904037,-20.015568409490825]}},{"type":"Feature","properties":{"type":"major","name":"Brunei Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Brunei_International_Airport","comments":null,"name_en":"Brunei International Airport"},"geometry":{"type":"Point","coordinates":[114.933119029209365,4.945475282276854]}},{"type":"Feature","properties":{"type":"major","name":"Guangzhou Baiyun Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Guangzhou_Baiyun_International_Airport","comments":null,"name_en":"Guangzhou Baiyun International Airport"},"geometry":{"type":"Point","coordinates":[113.297516552170663,23.389151157324299]}},{"type":"Feature","properties":{"type":"mid","name":"Carriel Sur Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Carriel_Sur_International_Airport","comments":null,"name_en":"Carriel Sur International Airport"},"geometry":{"type":"Point","coordinates":[-73.062106174621391,-36.776372743788102]}},{"type":"Feature","properties":{"type":"major","name":"Netaji Subhash Chandra Bose Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Netaji_Subhash_Chandra_Bose_International_Airport","comments":null,"name_en":"Netaji Subhas Chandra Bose International Airport"},"geometry":{"type":"Point","coordinates":[88.440001013019653,22.645389378506415]}},{"type":"Feature","properties":{"type":"mid","name":"Chittagong","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shah_Amanat_International_Airport","comments":null,"name_en":"Shah Amanat International Airport"},"geometry":{"type":"Point","coordinates":[91.814710716238338,22.245565858573752]}},{"type":"Feature","properties":{"type":"major","name":"Christchurch Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Christchurch_International_Airport","comments":null,"name_en":"Christchurch International Airport"},"geometry":{"type":"Point","coordinates":[172.538675565223173,-43.488548678410382]}},{"type":"Feature","properties":{"type":"mid","name":"Conakry","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Conakry_International_Airport","comments":null,"name_en":"Conakry International Airport"},"geometry":{"type":"Point","coordinates":[-13.621065625167132,9.574181158500823]}},{"type":"Feature","properties":{"type":"major","name":"Hopkins Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cleveland_Hopkins_International_Airport","comments":null,"name_en":"Cleveland Hopkins International Airport"},"geometry":{"type":"Point","coordinates":[-81.838440606404575,41.411191612496609]}},{"type":"Feature","properties":{"type":"mid","name":"Alfonso Bonilla Aragón Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Alfonso_Bonilla_Arag%C3%B3n_International_Airport","comments":null,"name_en":"Alfonso Bonilla Aragón International Airport"},"geometry":{"type":"Point","coordinates":[-76.385071472809088,3.543286351232192]}},{"type":"Feature","properties":{"type":"mid","name":"Cotonou Cadjehon","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cadjehoun_Airport","comments":null,"name_en":"Cadjehoun Airport"},"geometry":{"type":"Point","coordinates":[2.383800072435198,6.3582465034691]}},{"type":"Feature","properties":{"type":"mid","name":"Ingeniero Ambrosio L.V. Taravella Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ingeniero_Ambrosio_L.V._Taravella_International_Airport","comments":null,"name_en":"Ingeniero Aeronáutico Ambrosio L.V. Taravella International Airport"},"geometry":{"type":"Point","coordinates":[-64.212315767080071,-31.315681168488879]}},{"type":"Feature","properties":{"type":"mid","name":"Rafael Nunez","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rafael_N%C3%BA%C3%B1ez_International_Airport","comments":null,"name_en":"Rafael Núñez International Airport"},"geometry":{"type":"Point","coordinates":[-75.512334955968242,10.444938176491519]}},{"type":"Feature","properties":{"type":"major","name":"Cancún","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Canc%C3%BAn_International_Airport","comments":null,"name_en":"Cancún International Airport"},"geometry":{"type":"Point","coordinates":[-86.874417250669438,21.040196671440029]}},{"type":"Feature","properties":{"type":"mid","name":"General R F Villalobos Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Roberto_Fierro_Villalobos_International_Airport","comments":null,"name_en":"General Roberto Fierro Villalobos International Airport"},"geometry":{"type":"Point","coordinates":[-105.969204692629006,28.703998499767941]}},{"type":"Feature","properties":{"type":"mid","name":"Zia Int'l Dhaka","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zia_International_Airport","comments":null,"name_en":"Shahjalal International Airport"},"geometry":{"type":"Point","coordinates":[90.404924159923667,23.848124321812691]}},{"type":"Feature","properties":{"type":"major and military","name":"Darwin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Darwin_International_Airport","comments":null,"name_en":"Darwin International Airport"},"geometry":{"type":"Point","coordinates":[130.877501436773912,-12.40805599665558]}},{"type":"Feature","properties":{"type":"mid","name":"Louis Botha","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Durban_International_Airport","comments":null,"name_en":"Durban International Airport"},"geometry":{"type":"Point","coordinates":[30.945708194088084,-29.965914250828032]}},{"type":"Feature","properties":{"type":"mid","name":"Lubumbashi Luano Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lubumbashi_International_Airport","comments":null,"name_en":"Lubumbashi International Airport"},"geometry":{"type":"Point","coordinates":[27.5292,-11.5908]}},{"type":"Feature","properties":{"type":"mid","name":"Saiss","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sa%C3%AFss_Airport","comments":null,"name_en":"Fes-Saïss Airport"},"geometry":{"type":"Point","coordinates":[-4.982146376783026,33.930525184467264]}},{"type":"Feature","properties":{"type":"mid","name":"Kinshasa N Djili Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kinshasa_International_Airport","comments":null,"name_en":"International airport of Ndjili"},"geometry":{"type":"Point","coordinates":[15.446516207456082,-4.389168821975817]}},{"type":"Feature","properties":{"type":"mid","name":"Freetown Lungi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lungi_International_Airport","comments":null,"name_en":"Lungi International Airport"},"geometry":{"type":"Point","coordinates":[-13.200229678648256,8.615423617263689]}},{"type":"Feature","properties":{"type":"mid","name":"Sunan","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sunan_International_Airport","comments":null,"name_en":"Pyongyang International Airport"},"geometry":{"type":"Point","coordinates":[125.675321571200556,39.200177166765556]}},{"type":"Feature","properties":{"type":"major","name":"Vasilyevka","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Manas_International_Airport","comments":"maybe , but no \"Vasilyevka\"","name_en":"Manas International Airport"},"geometry":{"type":"Point","coordinates":[74.468800339908981,43.055452723330326]}},{"type":"Feature","properties":{"type":"mid","name":"Sir Seretse Khama Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sir_Seretse_Khama_International_Airport","comments":null,"name_en":"Sir Seretse Khama International Airport"},"geometry":{"type":"Point","coordinates":[25.924380826414669,-24.558071808944057]}},{"type":"Feature","properties":{"type":"major","name":"Don Miguel Hidalgo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Don_Miguel_Hidalgo_y_Costilla_International_Airport","comments":null,"name_en":"Miguel Hidalgo y Costilla Guadalajara International Airport"},"geometry":{"type":"Point","coordinates":[-103.300766222751776,20.524686348517278]}},{"type":"Feature","properties":{"type":"major","name":"Glasgow Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Glasgow_International_Airport","comments":null,"name_en":"Glasgow Airport"},"geometry":{"type":"Point","coordinates":[-4.431677969951069,55.864182857035459]}},{"type":"Feature","properties":{"type":"mid","name":"La Aurora","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/La_Aurora_International_Airport","comments":null,"name_en":"La Aurora International Airport"},"geometry":{"type":"Point","coordinates":[-90.530181111377985,14.588160829005092]}},{"type":"Feature","properties":{"type":"mid","name":"Simon Bolivar Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jos%C3%A9_Joaqu%C3%ADn_de_Olmedo_International_Airport","comments":null,"name_en":"José Joaquín de Olmedo International Airport"},"geometry":{"type":"Point","coordinates":[-79.887009643932956,-2.158337906991362]}},{"type":"Feature","properties":{"type":"major","name":"Noi Bai","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Noi_Bai_International_Airport","comments":null,"name_en":"Noi Bai International Airport"},"geometry":{"type":"Point","coordinates":[105.803759436805763,21.214559670724526]}},{"type":"Feature","properties":{"type":"major","name":"José Martí Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jos%C3%A9_Mart%C3%AD_International_Airport","comments":null,"name_en":"José Martí International Airport"},"geometry":{"type":"Point","coordinates":[-82.407420628949893,22.997353336442771]}},{"type":"Feature","properties":{"type":"mid","name":"Borg El Arab Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Borg_El_Arab_Airport","comments":null,"name_en":"Borg El Arab Airport"},"geometry":{"type":"Point","coordinates":[29.692666015230046,30.918371278623891]}},{"type":"Feature","properties":{"type":"major","name":"King Abdul Aziz Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/King_Abdulaziz_International_Airport","comments":null,"name_en":"King Abdulaziz International Airport"},"geometry":{"type":"Point","coordinates":[39.150499678044795,21.670685787812808]}},{"type":"Feature","properties":{"type":"mid","name":"Kano Mallam Aminu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mallam_Aminu_Kano_International_Airport","comments":null,"name_en":"Mallam Aminu Kano International Airport"},"geometry":{"type":"Point","coordinates":[8.522137183957666,12.045707160174642]}},{"type":"Feature","properties":{"type":"mid","name":"Kashi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kashgar_Airport","comments":null,"name_en":"Kashgar Airport"},"geometry":{"type":"Point","coordinates":[76.013014806007476,39.537968630625755]}},{"type":"Feature","properties":{"type":"major","name":"Norman Manley Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Norman_Manley_International_Airport","comments":null,"name_en":"Norman Manley International Airport"},"geometry":{"type":"Point","coordinates":[-76.778689761657645,17.937575155275226]}},{"type":"Feature","properties":{"type":"mid","name":"Tribhuvan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tribhuvan_International_Airport","comments":null,"name_en":"Tribhuvan International Airport"},"geometry":{"type":"Point","coordinates":[85.357139531667997,27.700281675160912]}},{"type":"Feature","properties":{"type":"mid","name":"Luanda 4 de Fevereiro","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Quatro_de_Fevereiro_Airport","comments":null,"name_en":"Quatro de Fevereiro Airport"},"geometry":{"type":"Point","coordinates":[13.234795750269944,-8.848313279173791]}},{"type":"Feature","properties":{"type":"major","name":"Pulkovo 2","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pulkovo_Airport","comments":null,"name_en":"Pulkovo Airport"},"geometry":{"type":"Point","coordinates":[30.30709764546479,59.805406160189726]}},{"type":"Feature","properties":{"type":"mid","name":"Allama Iqbal Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Allama_Iqbal_International_Airport","comments":null,"name_en":"Allama Iqbal International Airport"},"geometry":{"type":"Point","coordinates":[74.41088101817482,31.520629651820634]}},{"type":"Feature","properties":{"type":"mid","name":"Kamuzu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lilongwe_International_Airport","comments":null,"name_en":"Lilongwe International Airport"},"geometry":{"type":"Point","coordinates":[33.782788501978828,-13.788622823745978]}},{"type":"Feature","properties":{"type":"major","name":"Lagos Murtala Muhammed","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Murtala_Mohammed_International_Airport","comments":null,"name_en":"Murtala Muhammed International Airport"},"geometry":{"type":"Point","coordinates":[3.321124352813337,6.578259445404671]}},{"type":"Feature","properties":{"type":"mid","name":"El Alto Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/El_Alto_International_Airport","comments":null,"name_en":"El Alto International Airport"},"geometry":{"type":"Point","coordinates":[-68.178005527794483,-16.509879221397668]}},{"type":"Feature","properties":{"type":"mid","name":"Lusaka Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lusaka_International_Airport","comments":"ok","name_en":"Kenneth Kaunda International Airport"},"geometry":{"type":"Point","coordinates":[28.445544321101909,-15.326852250944736]}},{"type":"Feature","properties":{"type":"mid","name":"Luxor","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Luxor_International_Airport","comments":null,"name_en":"Luxor International Airport"},"geometry":{"type":"Point","coordinates":[32.703297084862257,25.673034778602332]}},{"type":"Feature","properties":{"type":"major","name":"Chennai Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chennai_International_Airport","comments":null,"name_en":"Chennai International Airport"},"geometry":{"type":"Point","coordinates":[80.163775973154515,12.982530166915435]}},{"type":"Feature","properties":{"type":"mid","name":"La Chinita Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/La_Chinita_International_Airport","comments":null,"name_en":"La Chinita International Airport"},"geometry":{"type":"Point","coordinates":[-71.723768809468666,10.555759468497213]}},{"type":"Feature","properties":{"type":"mid","name":"José María Córdova","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jos%C3%A9_Mar%C3%ADa_C%C3%B3rdova_International_Airport","comments":null,"name_en":"José María Córdova International Airport"},"geometry":{"type":"Point","coordinates":[-75.426955739977203,6.171001614358001]}},{"type":"Feature","properties":{"type":"major","name":"Memphis Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Memphis_International_Airport","comments":null,"name_en":"Memphis International Airport"},"geometry":{"type":"Point","coordinates":[-89.981628035323709,35.044410124008941]}},{"type":"Feature","properties":{"type":"mid","name":"Augusto Cesar Sandino Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Augusto_C._Sandino_International_Airport","comments":null,"name_en":"Augusto C. Sandino International Airport"},"geometry":{"type":"Point","coordinates":[-86.171284622954303,12.144635873435028]}},{"type":"Feature","properties":{"type":"major","name":"Mashhad","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mashhad_International_Airport","comments":null,"name_en":"Mashhad International Airport"},"geometry":{"type":"Point","coordinates":[59.642194357402929,36.227550313498362]}},{"type":"Feature","properties":{"type":"major","name":"Miami Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Miami_International_Airport","comments":null,"name_en":"Miami International Airport"},"geometry":{"type":"Point","coordinates":[-80.278971827744101,25.794940721240621]}},{"type":"Feature","properties":{"type":"mid","name":"Lic M Crecencio Rejon Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Manuel_Crescencio_Rej%C3%B3n_International_Airport","comments":null,"name_en":"Manuel Crescencio Rejón International Airport"},"geometry":{"type":"Point","coordinates":[-89.663023573643429,20.933860386429597]}},{"type":"Feature","properties":{"type":"major","name":"Luqa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Malta_International_Airport","comments":null,"name_en":"Malta International Airport"},"geometry":{"type":"Point","coordinates":[14.495264455505483,35.848930794350125]}},{"type":"Feature","properties":{"type":"major","name":"Moi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Moi_International_Airport","comments":null,"name_en":"Moi International Airport"},"geometry":{"type":"Point","coordinates":[39.602663187038331,-4.032652625796572]}},{"type":"Feature","properties":{"type":"mid","name":"Moshoeshoe I Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Moshoeshoe_I_International_Airport","comments":null,"name_en":"Moshoeshoe I International Airport"},"geometry":{"type":"Point","coordinates":[27.559216033361427,-29.455574004610121]}},{"type":"Feature","properties":{"type":"major","name":"New Orleans Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Louis_Armstrong_New_Orleans_International_Airport","comments":null,"name_en":"Louis Armstrong New Orleans International Airport"},"geometry":{"type":"Point","coordinates":[-90.256693948059421,29.985114146062223]}},{"type":"Feature","properties":{"type":"major and military","name":"Multan","location":"runway","wikipedia":"http://en.wikipedia.org/wiki/Multan_International_Airport","comments":null,"name_en":"Multan International Airport"},"geometry":{"type":"Point","coordinates":[71.418995432931979,30.195078090496487]}},{"type":"Feature","properties":{"type":"major","name":"Carrasco Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Carrasco_International_Airport","comments":null,"name_en":"Carrasco International Airport"},"geometry":{"type":"Point","coordinates":[-56.026636146282002,-34.841048598856858]}},{"type":"Feature","properties":{"type":"mid","name":"General Rafael Buelna Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Rafael_Buelna_International_Airport","comments":null,"name_en":"General Rafael Buelna International Airport"},"geometry":{"type":"Point","coordinates":[-106.270016617885332,23.166596097134448]}},{"type":"Feature","properties":{"type":"major","name":"Nassau Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lynden_Pindling_International_Airport","comments":null,"name_en":"Lynden Pindling International Airport"},"geometry":{"type":"Point","coordinates":[-77.464847229094417,25.048691060086554]}},{"type":"Feature","properties":{"type":"mid","name":"Ndjamena","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/N'Djamena_International_Airport","comments":null,"name_en":"N'Djamena International Airport"},"geometry":{"type":"Point","coordinates":[15.03304463855593,12.129540018411483]}},{"type":"Feature","properties":{"type":"mid","name":"Niamey","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Diori_Hamani_International_Airport","comments":null,"name_en":"Diori Hamani International Airport"},"geometry":{"type":"Point","coordinates":[2.17730671184125,13.476757280794157]}},{"type":"Feature","properties":{"type":"major","name":"Mactan-Cebu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mactan-Cebu_International_Airport","comments":null,"name_en":"Mactan–Cebu International Airport"},"geometry":{"type":"Point","coordinates":[123.979134508663762,10.315875672729177]}},{"type":"Feature","properties":{"type":"mid","name":"Nova Lisboa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nova_Lisboa_Airport","comments":null,"name_en":"Albano Machado Airport"},"geometry":{"type":"Point","coordinates":[15.749761845959533,-12.802541457591508]}},{"type":"Feature","properties":{"type":"mid","name":"Eppley Airfield","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Eppley_Airfield","comments":null,"name_en":"Eppley Airfield"},"geometry":{"type":"Point","coordinates":[-95.899415795312109,41.299711145301231]}},{"type":"Feature","properties":{"type":"mid","name":"Nome","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nome_Airport","comments":null,"name_en":"Nome Airport"},"geometry":{"type":"Point","coordinates":[-165.44164171228104,64.507220702663091]}},{"type":"Feature","properties":{"type":"mid","name":"Ouagadougou","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ouagadougou_Airport","comments":null,"name_en":"Ouagadougou Airport"},"geometry":{"type":"Point","coordinates":[-1.513805361651135,12.353580026047329]}},{"type":"Feature","properties":{"type":"mid","name":"Mais Gate Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Toussaint_Louverture_International_Airport","comments":null,"name_en":"Toussaint Louverture International Airport"},"geometry":{"type":"Point","coordinates":[-72.294478026047329,18.575682905428639]}},{"type":"Feature","properties":{"type":"mid","name":"Puebla","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hermanos_Serd%C3%A1n_International_Airport","comments":null,"name_en":"Hermanos Serdán International Airport"},"geometry":{"type":"Point","coordinates":[-98.375759790423018,19.163793546584049]}},{"type":"Feature","properties":{"type":"major","name":"Portland Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Portland_International_Airport","comments":null,"name_en":"Portland International Airport"},"geometry":{"type":"Point","coordinates":[-122.592738881254107,45.588956931530532]}},{"type":"Feature","properties":{"type":"major","name":"Perth Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Perth_Airport","comments":null,"name_en":"Perth Airport"},"geometry":{"type":"Point","coordinates":[115.974224942232595,-31.941129794578288]}},{"type":"Feature","properties":{"type":"mid","name":"H F Verwoerd","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Port_Elizabeth_Airport","comments":null,"name_en":"Chief Dawid Stuurman International Airport"},"geometry":{"type":"Point","coordinates":[25.611777756760176,-33.984087743137351]}},{"type":"Feature","properties":{"type":"mid","name":"El Tepual Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/El_Tepual_Airport","comments":null,"name_en":"El Tepual Airport"},"geometry":{"type":"Point","coordinates":[-73.098384133642355,-41.433382070226884]}},{"type":"Feature","properties":{"type":"major","name":"Pochentong","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Phnom_Penh_International_Airport","comments":null,"name_en":"Phnom Penh International Airport"},"geometry":{"type":"Point","coordinates":[104.845027612456974,11.552644917651318]}},{"type":"Feature","properties":{"type":"major and military","name":"Pune","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pune_Airport","comments":null,"name_en":"Pune Airport"},"geometry":{"type":"Point","coordinates":[73.908983811001647,18.579176611532837]}},{"type":"Feature","properties":{"type":"major","name":"Port Moresby Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jacksons_International_Airport","comments":null,"name_en":"Jacksons International Airport"},"geometry":{"type":"Point","coordinates":[147.211250855977141,-9.438652693161419]}},{"type":"Feature","properties":{"type":"major","name":"Tocumen Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tocumen_International_Airport","comments":null,"name_en":"Tocumen International Airport"},"geometry":{"type":"Point","coordinates":[-79.387134821543782,9.066872422658388]}},{"type":"Feature","properties":{"type":"mid","name":"Carlos Ibáñez de Campo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Carlos_Ibanez_Del_Campo_International_Airport","comments":null,"name_en":"Presidente Carlos Ibáñez del Campo International Airport"},"geometry":{"type":"Point","coordinates":[-70.843123785132434,-53.005069825517666]}},{"type":"Feature","properties":{"type":"major","name":"Durham Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Raleigh-Durham_International_Airport","comments":null,"name_en":"Raleigh–Durham International Airport"},"geometry":{"type":"Point","coordinates":[-78.791381400675078,35.875232345225498]}},{"type":"Feature","properties":{"type":"major","name":"Mingaladon","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yangon_International_Airport","comments":null,"name_en":"Yangon International Airport"},"geometry":{"type":"Point","coordinates":[96.134194611494678,16.901154281825079]}},{"type":"Feature","properties":{"type":"major","name":"Riga","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Riga_International_Airport","comments":null,"name_en":"Riga International Airport"},"geometry":{"type":"Point","coordinates":[23.979379111699508,56.922003878609694]}},{"type":"Feature","properties":{"type":"mid","name":"Sanaa Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sana'a_International_Airport","comments":null,"name_en":"Sana'a International Airport"},"geometry":{"type":"Point","coordinates":[44.22464679025606,15.473902775573739]}},{"type":"Feature","properties":{"type":"major","name":"Baghdad Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Baghdad_International_Airport","comments":null,"name_en":"Baghdad International Airport"},"geometry":{"type":"Point","coordinates":[44.228912535294157,33.268162986377043]}},{"type":"Feature","properties":{"type":"major","name":"De Las Américas Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Las_Am%C3%A9ricas_International_Airport","comments":null,"name_en":"Las Américas International Airport"},"geometry":{"type":"Point","coordinates":[-69.676472675466727,18.430219694817325]}},{"type":"Feature","properties":{"type":"major","name":"Tan Son Nhat","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tan_Son_Nhat_International_Airport","comments":null,"name_en":"Tan Son Nhat International Airport"},"geometry":{"type":"Point","coordinates":[106.664246141374761,10.816300557187912]}},{"type":"Feature","properties":{"type":"major","name":"Thessaloniki","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Thessaloniki_International_Airport%2C_%22Macedonia%22","comments":null,"name_en":"Thessaloniki Airport \"Makedonia\""},"geometry":{"type":"Point","coordinates":[22.976435361061277,40.523873688777513]}},{"type":"Feature","properties":{"type":"major","name":"Vrazhdebna","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sofia_Airport","comments":null,"name_en":"Sofia Airport"},"geometry":{"type":"Point","coordinates":[23.402452135770766,42.6891841273195]}},{"type":"Feature","properties":{"type":"major","name":"Surat","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Surat_Airport","comments":null,"name_en":"Surat Airport"},"geometry":{"type":"Point","coordinates":[72.742438437258912,21.120450329717173]}},{"type":"Feature","properties":{"type":"mid","name":"Nausori Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Nausori_International_Airport","comments":null,"name_en":"Nausori International Airport"},"geometry":{"type":"Point","coordinates":[178.560048369959304,-18.045899692285367]}},{"type":"Feature","properties":{"type":"major","name":"Shiraz Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shiraz_International_Airport","comments":null,"name_en":"Shiraz International Airport"},"geometry":{"type":"Point","coordinates":[52.58977127452107,29.545801384287437]}},{"type":"Feature","properties":{"type":"mid","name":"Gen Francisco J Mina Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Francisco_Javier_Mina_International_Airport","comments":null,"name_en":"General Francisco Javier Mina International Airport"},"geometry":{"type":"Point","coordinates":[-97.869813756839406,22.289331952506398]}},{"type":"Feature","properties":{"type":"mid","name":"Toncontin Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Toncont%C3%ADn_International_Airport","comments":null,"name_en":"Toncontín International Airport"},"geometry":{"type":"Point","coordinates":[-87.219211634898642,14.0599852192071]}},{"type":"Feature","properties":{"type":"major","name":"Mehrabad Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mehrabad_International_Airport","comments":null,"name_en":"Mehrabad International Airport"},"geometry":{"type":"Point","coordinates":[51.320806971757207,35.69137433049459]}},{"type":"Feature","properties":{"type":"major","name":"Tirane Rinas","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tirana_International_Airport_N%C3%ABn%C3%AB_Tereza","comments":null,"name_en":"Tirana International Airport Nënë Tereza"},"geometry":{"type":"Point","coordinates":[19.71503240497222,41.420851468056703]}},{"type":"Feature","properties":{"type":"major","name":"General Abelardo L Rodriguez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Abelardo_L._Rodr%C3%ADguez_International_Airport","comments":"???","name_en":"Tijuana International Airport"},"geometry":{"type":"Point","coordinates":[-116.975476095597514,32.546049913501328]}},{"type":"Feature","properties":{"type":"mid","name":"Jose Maria Morelos Y Pavon","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lic._Adolfo_L%C3%B3pez_Mateos_International_Airport","comments":"???","name_en":"Lic. Adolfo López Mateos International Airport"},"geometry":{"type":"Point","coordinates":[-99.570649446354196,19.338688042303197]}},{"type":"Feature","properties":{"type":"major","name":"Ulemiste","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tallinn_Airport","comments":null,"name_en":"Tallinn Airport"},"geometry":{"type":"Point","coordinates":[24.798964869982985,59.416501469745121]}},{"type":"Feature","properties":{"type":"major","name":"Ben Gurion","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ben_Gurion_International_Airport","comments":null,"name_en":"Ben Gurion Airport"},"geometry":{"type":"Point","coordinates":[34.870849918099523,32.000746850184434]}},{"type":"Feature","properties":{"type":"mid","name":"São Tomé Salazar","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/S%C3%A3o_Tom%C3%A9_International_Airport","comments":null,"name_en":"São Tomé International Airport"},"geometry":{"type":"Point","coordinates":[6.712821930056672,0.374744213699427]}},{"type":"Feature","properties":{"type":"mid","name":"Antananarivo Ivato","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ivato_Airport","comments":null,"name_en":"Ivato Airport"},"geometry":{"type":"Point","coordinates":[47.475354000957893,-18.799334876308173]}},{"type":"Feature","properties":{"type":"major","name":"Tampa Int'l","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/Tampa_International_Airport","comments":null,"name_en":"Tampa International Airport"},"geometry":{"type":"Point","coordinates":[-82.534824252055003,27.980040085218384]}},{"type":"Feature","properties":{"type":"mid","name":"Zim Valencia","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Arturo_Michelena_International_Airport","comments":null,"name_en":"Arturo Michelena International Airport"},"geometry":{"type":"Point","coordinates":[-67.922361712187296,10.154005688397939]}},{"type":"Feature","properties":{"type":"mid","name":"Gumrak","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Volgograd_International_Airport","comments":null,"name_en":"Volgograd International Airport"},"geometry":{"type":"Point","coordinates":[44.354767968489014,48.791676465761093]}},{"type":"Feature","properties":{"type":"mid","name":"Vientiane","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Wattay_International_Airport","comments":null,"name_en":"Wattay International Airport"},"geometry":{"type":"Point","coordinates":[102.568238195727702,17.975459594832063]}},{"type":"Feature","properties":{"type":"mid","name":"Viru Viru Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Viru_Viru_International_Airport","comments":null,"name_en":"Viru Viru International Airport"},"geometry":{"type":"Point","coordinates":[-63.14038882182134,-17.647946825783897]}},{"type":"Feature","properties":{"type":"major","name":"Wellington Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Wellington_International_Airport","comments":null,"name_en":"Wellington International Airport"},"geometry":{"type":"Point","coordinates":[174.811665268237562,-41.328989184465932]}},{"type":"Feature","properties":{"type":"mid","name":"Prince Rupert","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Prince_Rupert_Airport","comments":null,"name_en":"Prince Rupert Airport"},"geometry":{"type":"Point","coordinates":[-130.445587,54.292]}},{"type":"Feature","properties":{"type":"mid","name":"Windsor","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Windsor_Airport","comments":null,"name_en":"Windsor International Airport"},"geometry":{"type":"Point","coordinates":[-82.96008773894485,42.265878472719756]}},{"type":"Feature","properties":{"type":"mid","name":"Regina","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Regina_International_Airport","comments":null,"name_en":"Regina International Airport"},"geometry":{"type":"Point","coordinates":[-104.655433975371153,50.433219286718334]}},{"type":"Feature","properties":{"type":"major","name":"Vancouver Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Vancouver_International_Airport","comments":null,"name_en":"Vancouver International Airport"},"geometry":{"type":"Point","coordinates":[-123.18086700381177,49.193559039571532]}},{"type":"Feature","properties":{"type":"major","name":"Winnipeg Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Winnipeg_James_Armstrong_Richardson_International_Airport","comments":null,"name_en":"Winnipeg James Armstrong Richardson International Airport"},"geometry":{"type":"Point","coordinates":[-97.226769480958481,49.903330247167077]}},{"type":"Feature","properties":{"type":"mid","name":"John G Diefenbaker Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Saskatoon/John_G._Diefenbaker_International_Airport","comments":null,"name_en":"Saskatoon John G. Diefenbaker International Airport"},"geometry":{"type":"Point","coordinates":[-106.69018196755394,52.170143944738115]}},{"type":"Feature","properties":{"type":"mid","name":"Whitehorse Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Whitehorse_International_Airport","comments":null,"name_en":"Erik Nielsen Whitehorse International Airport"},"geometry":{"type":"Point","coordinates":[-135.076210089401542,60.714152148139725]}},{"type":"Feature","properties":{"type":"major","name":"Calgary Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Calgary_International_Airport","comments":null,"name_en":"Calgary International Airport"},"geometry":{"type":"Point","coordinates":[-114.01056050023648,51.130857256754865]}},{"type":"Feature","properties":{"type":"mid","name":"Charlottetown","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Charlottetown_Airport","comments":null,"name_en":"Charlottetown Airport"},"geometry":{"type":"Point","coordinates":[-63.131234133323375,46.285813136752459]}},{"type":"Feature","properties":{"type":"mid","name":"Churchill","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Churchill_Airport","comments":null,"name_en":"Churchill Airport"},"geometry":{"type":"Point","coordinates":[-94.081363950631797,58.749723784978798]}},{"type":"Feature","properties":{"type":"mid","name":"St John's Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/St._John's_International_Airport","comments":null,"name_en":"St. John's International Airport"},"geometry":{"type":"Point","coordinates":[-52.743333742863804,47.613117900795451]}},{"type":"Feature","properties":{"type":"mid","name":"Yellowknife","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yellowknife_Airport","comments":null,"name_en":"Yellowknife Airport"},"geometry":{"type":"Point","coordinates":[-114.437846335049187,62.470737361020184]}},{"type":"Feature","properties":{"type":"major","name":"Zagreb","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zagreb_Airport","comments":null,"name_en":"Zagreb Airport"},"geometry":{"type":"Point","coordinates":[16.061513800901448,45.733326673098361]}},{"type":"Feature","properties":{"type":"mid","name":"Zanzibar","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Zanzibar_International_Airport","comments":"???","name_en":"Abeid Amani Karume International Airport"},"geometry":{"type":"Point","coordinates":[39.222331984155808,-6.218570346202824]}},{"type":"Feature","properties":{"type":"mid","name":"Reykjavik Air Terminal","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Reykjav%C3%ADk_Airport","comments":null,"name_en":"Reykjavík Airport"},"geometry":{"type":"Point","coordinates":[-21.946634403132741,64.131872860990057]}},{"type":"Feature","properties":{"type":"mid","name":"Arkhangelsk-Talagi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Talagi_Airport","comments":null,"name_en":"Talagi Airport"},"geometry":{"type":"Point","coordinates":[40.713346569459389,64.596743773045461]}},{"type":"Feature","properties":{"type":"major","name":"Kazan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kazan_International_Airport","comments":null,"name_en":"Kazan International Airport"},"geometry":{"type":"Point","coordinates":[49.298445803640661,55.608060142976449]}},{"type":"Feature","properties":{"type":"major","name":"Paris Orly","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/Orly_Airport_(Paris)","comments":null,"name_en":"Orly Airport"},"geometry":{"type":"Point","coordinates":[2.367379127837731,48.73130304580517]}},{"type":"Feature","properties":{"type":"major","name":"Québec","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Qu%C3%A9bec/Jean_Lesage_International_Airport","comments":null,"name_en":"Québec City Jean Lesage International Airport"},"geometry":{"type":"Point","coordinates":[-71.383928071173145,46.791568436330763]}},{"type":"Feature","properties":{"type":"major","name":"Montréal-Trudeau","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Montr%C3%A9al-Pierre_Elliott_Trudeau_International_Airport","comments":null,"name_en":"Montréal–Pierre Elliott Trudeau International Airport"},"geometry":{"type":"Point","coordinates":[-73.749316265041656,45.458351229453129]}},{"type":"Feature","properties":{"type":"major","name":"Narita Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Narita_International_Airport","comments":null,"name_en":"Narita International Airport"},"geometry":{"type":"Point","coordinates":[140.384401709179087,35.764056072782786]}},{"type":"Feature","properties":{"type":"major","name":"Chubu Centrair Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ch%C5%ABbu_Centrair_International_Airport","comments":null,"name_en":"Chubu Centrair International Airport"},"geometry":{"type":"Point","coordinates":[136.814771286824282,34.859029695816233]}},{"type":"Feature","properties":{"type":"mid","name":"Okadama","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Okadama_Airport","comments":null,"name_en":"Okadama Airport"},"geometry":{"type":"Point","coordinates":[141.382100450075171,43.110649599097847]}},{"type":"Feature","properties":{"type":"major","name":"Bergen Flesland","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bergen_Airport%2C_Flesland","comments":null,"name_en":"Bergen Airport"},"geometry":{"type":"Point","coordinates":[5.227253115623363,60.289061050296588]}},{"type":"Feature","properties":{"type":"major","name":"Tromsø Langnes","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Troms%C3%B8_Airport","comments":null,"name_en":"Tromsø Airport"},"geometry":{"type":"Point","coordinates":[18.907262429213173,69.679679047347761]}},{"type":"Feature","properties":{"type":"mid","name":"Val de Caes Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Val_de_C%C3%A3es_International_Airport","comments":null,"name_en":"Val de Cans International Airport"},"geometry":{"type":"Point","coordinates":[-48.479560289379336,-1.389746287955464]}},{"type":"Feature","properties":{"type":"mid","name":"Campo Grande Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Campo_Grande_International_Airport","comments":null,"name_en":"Campo Grande International Airport"},"geometry":{"type":"Point","coordinates":[-54.668949878130512,-20.457271736031132]}},{"type":"Feature","properties":{"type":"mid","name":"Afonso Pena Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Afonso_Pena_International_Airport","comments":null,"name_en":"Afonso Pena International Airport"},"geometry":{"type":"Point","coordinates":[-49.173709366346884,-25.536000143055837]}},{"type":"Feature","properties":{"type":"mid","name":"Pinto Martins Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Pinto_Martins_International_Airport","comments":null,"name_en":"Pinto Martins – Fortaleza International Airport"},"geometry":{"type":"Point","coordinates":[-38.540747249833416,-3.778594962330909]}},{"type":"Feature","properties":{"type":"major","name":"São Paulo-Guarulhos Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/S%C3%A3o_Paulo-Guarulhos_International_Airport","comments":null,"name_en":"São Paulo-Guarulhos International Airport"},"geometry":{"type":"Point","coordinates":[-46.481753608842027,-23.426115577042061]}},{"type":"Feature","properties":{"type":"mid","name":"Santa Genoveva","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Santa_Genoveva_Airport","comments":null,"name_en":"Santa Genoveva Airport"},"geometry":{"type":"Point","coordinates":[-49.226646490599357,-16.632366572163658]}},{"type":"Feature","properties":{"type":"mid","name":"Salgado Filho Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Salgado_Filho_International_Airport","comments":null,"name_en":"Salgado Filho International Airport"},"geometry":{"type":"Point","coordinates":[-51.177040948817243,-29.990193017060918]}},{"type":"Feature","properties":{"type":"mid","name":"Gilberto Freyre Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Guararapes_International_Airport","comments":null,"name_en":"Recife/Guararapes–Gilberto Freyre International Airport"},"geometry":{"type":"Point","coordinates":[-34.918266717485139,-8.131625530762387]}},{"type":"Feature","properties":{"type":"mid","name":"Deputado Luis Eduardo Magalhaes Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Deputado_Lu%C3%ADs_Eduardo_Magalh%C3%A3es_International_Airport","comments":null,"name_en":"Deputado Luís Eduardo Magalhães International Airport"},"geometry":{"type":"Point","coordinates":[-38.334798991173201,-12.914361497032587]}},{"type":"Feature","properties":{"type":"mid","name":"El Plumerillo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Governor_Francisco_Gabrielli_International_Airport","comments":null,"name_en":"Governor Francisco Gabrielli International Airport"},"geometry":{"type":"Point","coordinates":[-68.798483839447272,-32.827800169271931]}},{"type":"Feature","properties":{"type":"mid","name":"Eduardo Gomes Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Eduardo_Gomes_International_Airport","comments":null,"name_en":"Manaus International Airport"},"geometry":{"type":"Point","coordinates":[-60.046064589885383,-3.032139006259097]}},{"type":"Feature","properties":{"type":"mid","name":"Yaoundé Nsimalen Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Yaound%C3%A9_Nsimalen_International_Airport","comments":null,"name_en":"Yaoundé Nsimalen International Airport"},"geometry":{"type":"Point","coordinates":[11.547994139680723,3.714845207081258]}},{"type":"Feature","properties":{"type":"major","name":"Shanghai Pudong Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shanghai_Pudong_International_Airport","comments":null,"name_en":"Shanghai Pudong International Airport"},"geometry":{"type":"Point","coordinates":[121.801518760578475,31.152309029553294]}},{"type":"Feature","properties":{"type":"mid","name":"Marka Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Marka_Airport","comments":null,"name_en":"Amman Civil Airport"},"geometry":{"type":"Point","coordinates":[35.984105236244915,31.974199401544169]}},{"type":"Feature","properties":{"type":"major","name":"Male Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mal%C3%A9_International_Airport","comments":null,"name_en":"Velana International Airport"},"geometry":{"type":"Point","coordinates":[73.527390283684412,4.188700903233721]}},{"type":"Feature","properties":{"type":"mid","name":"Gen. Heriberto Jara Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/General_Heriberto_Jara_International_Airport","comments":null,"name_en":"General Heriberto Jara International Airport"},"geometry":{"type":"Point","coordinates":[-96.183570214369482,19.142423702501713]}},{"type":"Feature","properties":{"type":"mid","name":"Osvaldo Vieira Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Osvaldo_Vieira_International_Airport","comments":null,"name_en":"Osvaldo Vieira International Airport"},"geometry":{"type":"Point","coordinates":[-15.651185561666004,11.888923145485485]}},{"type":"Feature","properties":{"type":"major","name":"Francisco Bangoy Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Francisco_Bangoy_International_Airport","comments":null,"name_en":"Francisco Bangoy International Airport"},"geometry":{"type":"Point","coordinates":[125.645066609433812,7.130537461630729]}},{"type":"Feature","properties":{"type":"mid","name":"Seychelles Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Seychelles_International_Airport","comments":null,"name_en":"Seychelles International Airport"},"geometry":{"type":"Point","coordinates":[55.511551924679317,-4.671069141785209]}},{"type":"Feature","properties":{"type":"major","name":"Léopold Sedar Senghor Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dakar-Yoff-L%C3%A9opold_S%C3%A9dar_Senghor_International_Airport","comments":null,"name_en":"Léopold Sédar Senghor International Airport"},"geometry":{"type":"Point","coordinates":[-17.490407907719003,14.745630614674791]}},{"type":"Feature","properties":{"type":"mid","name":"Port Sudan New Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Port_Sudan_New_International_Airport","comments":null,"name_en":"Port Sudan New International Airport"},"geometry":{"type":"Point","coordinates":[37.238747598102471,19.434105238523106]}},{"type":"Feature","properties":{"type":"major","name":"Tashkent Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Tashkent_International_Airport","comments":null,"name_en":"Tashkent International Airport"},"geometry":{"type":"Point","coordinates":[69.266613724112929,41.262233876738293]}},{"type":"Feature","properties":{"type":"major","name":"Copenhagen","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Copenhagen_Airport","comments":null,"name_en":"Copenhagen Airport"},"geometry":{"type":"Point","coordinates":[12.649350868450769,55.628501722152784]}},{"type":"Feature","properties":{"type":"mid","name":"Aeroportul National Bucuresti-Baneasa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Aurel_Vlaicu_International_Airport","comments":null,"name_en":"Aurel Vlaicu International Airport"},"geometry":{"type":"Point","coordinates":[26.085725158776373,44.497041455972031]}},{"type":"Feature","properties":{"type":"major","name":"Ferihegy","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Budapest_Ferihegy_International_Airport","comments":null,"name_en":"Budapest Ferenc Liszt International Airport"},"geometry":{"type":"Point","coordinates":[19.262230167788079,47.433274269247953]}},{"type":"Feature","properties":{"type":"major","name":"Chongqing Jiangbei Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chongqing_Jiangbei_International_Airport","comments":null,"name_en":"Chongqing Jiangbei International Airport"},"geometry":{"type":"Point","coordinates":[106.638019704810958,29.724042224168777]}},{"type":"Feature","properties":{"type":"major","name":"Douglas Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Charlotte/Douglas_International_Airport","comments":null,"name_en":"Charlotte/Douglas International Airport"},"geometry":{"type":"Point","coordinates":[-80.943927734276258,35.220428168559714]}},{"type":"Feature","properties":{"type":"major","name":"Detroit Metro","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Detroit_Metropolitan_Wayne_County_Airport","comments":null,"name_en":"Detroit Metropolitan Wayne County Airport"},"geometry":{"type":"Point","coordinates":[-83.347893506561505,42.225720450800409]}},{"type":"Feature","properties":{"type":"major","name":"Dublin","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dublin_Airport","comments":null,"name_en":"Dublin Airport"},"geometry":{"type":"Point","coordinates":[-6.243884910371394,53.427008284970043]}},{"type":"Feature","properties":{"type":"major","name":"Fairbanks Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fairbanks_International_Airport","comments":null,"name_en":"Fairbanks International Airport"},"geometry":{"type":"Point","coordinates":[-147.865721120795172,64.818098111736916]}},{"type":"Feature","properties":{"type":"major","name":"Hamburg","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hamburg_Airport","comments":null,"name_en":"Hamburg Airport"},"geometry":{"type":"Point","coordinates":[10.005647830925001,53.632001164086581]}},{"type":"Feature","properties":{"type":"major","name":"Kuala Lumpur Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kuala_Lumpur_International_Airport","comments":null,"name_en":"Kuala Lumpur International Airport"},"geometry":{"type":"Point","coordinates":[101.713886325742735,2.747512957918107]}},{"type":"Feature","properties":{"type":"major","name":"Mccarran Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/McCarran_International_Airport","comments":null,"name_en":"McCarran International Airport"},"geometry":{"type":"Point","coordinates":[-115.151323951283317,36.084960238336741]}},{"type":"Feature","properties":{"type":"major","name":"Orlando Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Orlando_International_Airport","comments":null,"name_en":"Orlando International Airport"},"geometry":{"type":"Point","coordinates":[-81.307371330798489,28.431150679113763]}},{"type":"Feature","properties":{"type":"major","name":"Minneapolis St. Paul Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Minneapolis-Saint_Paul_International_Airport","comments":null,"name_en":"Minneapolis–Saint Paul International Airport"},"geometry":{"type":"Point","coordinates":[-93.208100371830085,44.882026363196815]}},{"type":"Feature","properties":{"type":"major","name":"Franz-Josef-Strauss","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Munich_International_Airport","comments":null,"name_en":"Munich Airport"},"geometry":{"type":"Point","coordinates":[11.788062719243687,48.353837396160849]}},{"type":"Feature","properties":{"type":"major","name":"Philadelphia Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Philadelphia_International_Airport","comments":null,"name_en":"Philadelphia International Airport"},"geometry":{"type":"Point","coordinates":[-75.242985767699807,39.876087236426997]}},{"type":"Feature","properties":{"type":"major","name":"Sky Harbor Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Phoenix_Sky_Harbor_International_Airport","comments":null,"name_en":"Phoenix Sky Harbor International Airport"},"geometry":{"type":"Point","coordinates":[-112.01363529772982,33.435860763949769]}},{"type":"Feature","properties":{"type":"major","name":"Salt Lake City Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Salt_Lake_City_International_Airport","comments":null,"name_en":"Salt Lake City International Airport"},"geometry":{"type":"Point","coordinates":[-111.981984879992709,40.786729005370844]}},{"type":"Feature","properties":{"type":"major","name":"Lambert St Louis Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lambert-St._Louis_International_Airport","comments":null,"name_en":"Lambert–St. Louis International Airport"},"geometry":{"type":"Point","coordinates":[-90.365954535067473,38.742716315520354]}},{"type":"Feature","properties":{"type":"major","name":"Okecie Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Warsaw_Frederic_Chopin_Airport","comments":null,"name_en":"Warsaw Chopin Airport"},"geometry":{"type":"Point","coordinates":[20.972726338358651,52.171026749259035]}},{"type":"Feature","properties":{"type":"major","name":"Zurich Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Z%C3%BCrich_Airport","comments":null,"name_en":"Zurich Airport"},"geometry":{"type":"Point","coordinates":[8.562212795347646,47.452389506491549]}},{"type":"Feature","properties":{"type":"mid","name":"Gosselies","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Brussels_South_Charleroi_Airport","comments":null,"name_en":"Brussels South Charleroi Airport"},"geometry":{"type":"Point","coordinates":[4.454373629816502,50.457129654956681]}},{"type":"Feature","properties":{"type":"major","name":"Munich Freight Terminal","location":"freight","wikipedia":"http://en.wikipedia.org/wiki/Munich_Airport","comments":null,"name_en":"Munich Airport"},"geometry":{"type":"Point","coordinates":[11.769482859365427,48.349796407837665]}},{"type":"Feature","properties":{"type":"major","name":"Barcelona","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Barcelona_International_Airport","comments":null,"name_en":"Josep Tarradellas Airport Barcelona-El Prat"},"geometry":{"type":"Point","coordinates":[2.078003349812917,41.303155279746342]}},{"type":"Feature","properties":{"type":"major","name":"Ruzyn","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ruzyn%C4%9B_International_Airport","comments":null,"name_en":"Prague Václav Havel Airport"},"geometry":{"type":"Point","coordinates":[14.267484985407632,50.107651170367141]}},{"type":"Feature","properties":{"type":"major","name":"Hong Kong Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hong_Kong_International_Airport","comments":null,"name_en":"Hong Kong International Airport"},"geometry":{"type":"Point","coordinates":[113.935016387376351,22.315332828086753]}},{"type":"Feature","properties":{"type":"major","name":"Taoyuan","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Taiwan_Taoyuan_International_Airport","comments":null,"name_en":"Taoyuan International Airport"},"geometry":{"type":"Point","coordinates":[121.231370453323265,25.076741104334637]}},{"type":"Feature","properties":{"type":"major","name":"Schiphol","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Amsterdam_Schiphol_Airport","comments":null,"name_en":"Amsterdam Airport Schiphol"},"geometry":{"type":"Point","coordinates":[4.764376932328117,52.308932388982171]}},{"type":"Feature","properties":{"type":"major","name":"Singapore Changi","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Singapore_Changi_Airport","comments":null,"name_en":"Singapore Changi Airport"},"geometry":{"type":"Point","coordinates":[103.986413880993325,1.356160835281264]}},{"type":"Feature","properties":{"type":"major","name":"London Heathrow","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/London_Heathrow_Airport","comments":null,"name_en":"Heathrow Airport"},"geometry":{"type":"Point","coordinates":[-0.453156652063309,51.470995879993843]}},{"type":"Feature","properties":{"type":"major","name":"Auckland Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Auckland_International_Airport","comments":null,"name_en":"Auckland Airport"},"geometry":{"type":"Point","coordinates":[174.791719433715173,-37.006355114281462]}},{"type":"Feature","properties":{"type":"major","name":"Anchorage Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Lake_Hood_Seaplane_Base","comments":"ok","name_en":"Ted Stevens Anchorage International Airport"},"geometry":{"type":"Point","coordinates":[-149.981725100632787,61.172893674536688]}},{"type":"Feature","properties":{"type":"major","name":"Hartsfield-Jackson Atlanta Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Hartsfield-Jackson_Atlanta_International_Airport","comments":null,"name_en":"Hartsfield–Jackson Atlanta International Airport"},"geometry":{"type":"Point","coordinates":[-84.425397433604729,33.640529080735213]}},{"type":"Feature","properties":{"type":"major","name":"Beijing Capital","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Beijing_Capital_International_Airport","comments":null,"name_en":"Beijing Capital International Airport"},"geometry":{"type":"Point","coordinates":[116.588174004661028,40.078766336331022]}},{"type":"Feature","properties":{"type":"major","name":"Eldorado Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/El_Dorado_International_Airport","comments":null,"name_en":"El Dorado International Airport Luis Carlos Galán Sarmiento"},"geometry":{"type":"Point","coordinates":[-74.143371800102784,4.69883276192097]}},{"type":"Feature","properties":{"type":"major","name":"Chhatrapati Shivaji Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chhatrapati_Shivaji_International_Airport","comments":null,"name_en":"Chhatrapati Shivaji Maharaj International Airport"},"geometry":{"type":"Point","coordinates":[72.874563950005083,19.095101948840245]}},{"type":"Feature","properties":{"type":"major","name":"Gen E L Logan Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Logan_International_Airport","comments":null,"name_en":"Logan International Airport"},"geometry":{"type":"Point","coordinates":[-71.016406617295843,42.366565819850564]}},{"type":"Feature","properties":{"type":"major","name":"Baltimore-Washington Int'l Thurgood Marshall","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Baltimore-Washington_International_Thurgood_Marshall_Airport","comments":null,"name_en":"Baltimore/Washington International Thurgood Marshall Airport"},"geometry":{"type":"Point","coordinates":[-76.66864283524481,39.179394358356781]}},{"type":"Feature","properties":{"type":"major","name":"Cairo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cairo_International_Airport","comments":null,"name_en":"Cairo International Airport"},"geometry":{"type":"Point","coordinates":[31.399743006711368,30.111990438557491]}},{"type":"Feature","properties":{"type":"mid","name":"Casablanca-Anfa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Casablanca-Anfa_Airport","comments":null,"name_en":"Casablanca-Anfa Airport"},"geometry":{"type":"Point","coordinates":[-7.663218807711428,33.562788385107879]}},{"type":"Feature","properties":{"type":"mid","name":"Simón Bolivar Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sim%C3%B3n_Bol%C3%ADvar_International_Airport","comments":null,"name_en":"Simón Bolívar International Airport"},"geometry":{"type":"Point","coordinates":[-67.005748807631647,10.597354914606406]}},{"type":"Feature","properties":{"type":"major","name":"Cape Town Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Cape_Town_International_Airport","comments":null,"name_en":"Cape Town International Airport"},"geometry":{"type":"Point","coordinates":[18.597656508313793,-33.970446612039538]}},{"type":"Feature","properties":{"type":"major","name":"Chengdushuang Liu","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Chengdu_Shuangliu_International_Airport","comments":null,"name_en":"Chengdu Shuangliu International Airport"},"geometry":{"type":"Point","coordinates":[103.956136481695012,30.581071264746427]}},{"type":"Feature","properties":{"type":"major","name":"Indira Gandhi Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Indira_Gandhi_International_Airport","comments":null,"name_en":"Indira Gandhi International Airport"},"geometry":{"type":"Point","coordinates":[77.087836256533194,28.559203976058605]}},{"type":"Feature","properties":{"type":"major","name":"Denver Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Denver_International_Airport","comments":null,"name_en":"Denver International Airport"},"geometry":{"type":"Point","coordinates":[-104.673797338541974,39.849461388150949]}},{"type":"Feature","properties":{"type":"major","name":"Dallas-Ft. Worth Int'l","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/Dallas-Fort_Worth_International_Airport","comments":null,"name_en":"Dallas/Fort Worth International Airport"},"geometry":{"type":"Point","coordinates":[-97.040371074114418,32.900150559481553]}},{"type":"Feature","properties":{"type":"major","name":"Don Muang Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Don_Mueang_International_Airport","comments":null,"name_en":"Don Mueang International Airport"},"geometry":{"type":"Point","coordinates":[100.602578626505135,13.920276601034733]}},{"type":"Feature","properties":{"type":"major","name":"Dubai Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Dubai_International_Airport","comments":null,"name_en":"Dubai International Airport"},"geometry":{"type":"Point","coordinates":[55.35407691722429,25.252565593818161]}},{"type":"Feature","properties":{"type":"major","name":"Newark Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Newark_Liberty_International_Airport","comments":null,"name_en":"Newark Liberty International Airport"},"geometry":{"type":"Point","coordinates":[-74.177147279670606,40.690479827892922]}},{"type":"Feature","properties":{"type":"major","name":"Ministro Pistarini Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ministro_Pistarini_International_Airport","comments":null,"name_en":"Ministro Pistarini International Airport"},"geometry":{"type":"Point","coordinates":[-58.541245693938222,-34.813646938032321]}},{"type":"Feature","properties":{"type":"major","name":"Fort Lauderdale Hollywood Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Fort_Lauderdale-Hollywood_International_Airport","comments":null,"name_en":"Fort Lauderdale–Hollywood International Airport"},"geometry":{"type":"Point","coordinates":[-80.145258846518914,26.071709574682728]}},{"type":"Feature","properties":{"type":"major","name":"George Bush Intercontinental","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/George_Bush_Intercontinental_Airport","comments":null,"name_en":"George Bush Intercontinental Airport"},"geometry":{"type":"Point","coordinates":[-95.333704791294664,29.986590903490701]}},{"type":"Feature","properties":{"type":"major","name":"Atatürk Hava Limani","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Atat%C3%BCrk_International_Airport","comments":"???","name_en":"Atatürk International Airport"},"geometry":{"type":"Point","coordinates":[28.819549308789298,40.977838817779705]}},{"type":"Feature","properties":{"type":"major","name":"OR Tambo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/OR_Tambo_International_Airport","comments":null,"name_en":"OR Tambo International Airport"},"geometry":{"type":"Point","coordinates":[28.231988564874079,-26.132095399488719]}},{"type":"Feature","properties":{"type":"mid","name":"Juneau Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Juneau_International_Airport","comments":null,"name_en":"Juneau International Airport"},"geometry":{"type":"Point","coordinates":[-134.583573037872412,58.358944104595075]}},{"type":"Feature","properties":{"type":"major","name":"Los Angeles Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Los_Angeles_International_Airport","comments":null,"name_en":"Los Angeles International Airport"},"geometry":{"type":"Point","coordinates":[-118.402468548521981,33.944174254358572]}},{"type":"Feature","properties":{"type":"major","name":"Linate","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Linate_Airport","comments":null,"name_en":"Linate Airport"},"geometry":{"type":"Point","coordinates":[9.279966296910612,45.460393845625219]}},{"type":"Feature","properties":{"type":"major","name":"Melbourne Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Melbourne_Airport","comments":null,"name_en":"Melbourne Airport"},"geometry":{"type":"Point","coordinates":[144.84899809113125,-37.669941196789267]}},{"type":"Feature","properties":{"type":"major","name":"Lic Benito Juarez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Mexico_City_International_Airport","comments":null,"name_en":"Mexico City International Airport"},"geometry":{"type":"Point","coordinates":[-99.082607951423924,19.435469572049442]}},{"type":"Feature","properties":{"type":"major","name":"Ninoy Aquino Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Ninoy_Aquino_International_Airport","comments":null,"name_en":"Ninoy Aquino International Airport"},"geometry":{"type":"Point","coordinates":[121.004122083437466,14.506832376296721]}},{"type":"Feature","properties":{"type":"major","name":"Jomo Kenyatta Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Jomo_Kenyatta_International_Airport","comments":null,"name_en":"Jomo Kenyatta International Airport"},"geometry":{"type":"Point","coordinates":[36.925088749036547,-1.330529643506341]}},{"type":"Feature","properties":{"type":"major","name":"Honolulu Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Honolulu_International_Airport","comments":null,"name_en":"Daniel K. Inouye International Airport"},"geometry":{"type":"Point","coordinates":[-157.919783173754752,21.332022315023991]}},{"type":"Feature","properties":{"type":"major","name":"Chicago O'Hare Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/O'Hare_International_Airport","comments":null,"name_en":"O'Hare International Airport"},"geometry":{"type":"Point","coordinates":[-87.905134390650034,41.976529102380312]}},{"type":"Feature","properties":{"type":"major","name":"King Khalid Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/King_Khalid_International_Airport","comments":null,"name_en":"King Khalid International Airport"},"geometry":{"type":"Point","coordinates":[46.701829023464015,24.959031743651174]}},{"type":"Feature","properties":{"type":"major","name":"Arturo Merino Benitez Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Comodoro_Arturo_Merino_Ben%C3%ADtez_International_Airport","comments":null,"name_en":"Arturo Merino Benítez International Airport"},"geometry":{"type":"Point","coordinates":[-70.793686016297414,-33.396833634259714]}},{"type":"Feature","properties":{"type":"major","name":"Seattle-Tacoma Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Seattle-Tacoma_International_Airport","comments":"???","name_en":"Seattle–Tacoma International Airport"},"geometry":{"type":"Point","coordinates":[-122.302289722923874,47.443581912725911]}},{"type":"Feature","properties":{"type":"major","name":"San Francisco Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/San_Francisco_International_Airport","comments":null,"name_en":"San Francisco International Airport"},"geometry":{"type":"Point","coordinates":[-122.38347034444935,37.617025086805349]}},{"type":"Feature","properties":{"type":"major","name":"Hongqiao","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Shanghai_Hongqiao_International_Airport","comments":null,"name_en":"Shanghai Hongqiao International Airport"},"geometry":{"type":"Point","coordinates":[121.341183788567136,31.187257431407843]}},{"type":"Feature","properties":{"type":"major","name":"Sheremtyevo","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Sheremetyevo_International_Airport","comments":null,"name_en":"Sheremetyevo International Airport"},"geometry":{"type":"Point","coordinates":[37.415969034841353,55.966447172511991]}},{"type":"Feature","properties":{"type":"major","name":"Toronto-Pearson Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Toronto_Pearson_International_Airport","comments":null,"name_en":"Toronto Pearson International Airport"},"geometry":{"type":"Point","coordinates":[-79.611419324744858,43.680959518635639]}},{"type":"Feature","properties":{"type":"major","name":"Kingsford Smith","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Kingsford_Smith_International_Airport","comments":null,"name_en":"Sydney Airport"},"geometry":{"type":"Point","coordinates":[151.166067305601018,-33.936583205771655]}},{"type":"Feature","properties":{"type":"major","name":"Helsinki Vantaa","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Helsinki-Vantaa_Airport","comments":null,"name_en":"Helsinki Airport"},"geometry":{"type":"Point","coordinates":[24.968207866591406,60.318715891298211]}},{"type":"Feature","properties":{"type":"major","name":"Charles de Gaulle Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Charles_de_Gaulle_International_Airport","comments":null,"name_en":"Paris-Charles de Gaulle Airport"},"geometry":{"type":"Point","coordinates":[2.541867767394573,49.014420096938551]}},{"type":"Feature","properties":{"type":"major","name":"Berlin-Tegel Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Berlin-Tegel_International_Airport","comments":null,"name_en":"Berlin Tegel Airport"},"geometry":{"type":"Point","coordinates":[13.2903090925074,52.554428704410093]}},{"type":"Feature","properties":{"type":"major","name":"Vienna Schwechat Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Vienna_International_Airport","comments":null,"name_en":"Wien-Schwechat Airport"},"geometry":{"type":"Point","coordinates":[16.560767964212864,48.119756305253766]}},{"type":"Feature","properties":{"type":"major","name":"Frankfurt Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Frankfurt_Airport","comments":null,"name_en":"Frankfurt Airport"},"geometry":{"type":"Point","coordinates":[8.571822869076076,50.05067708952074]}},{"type":"Feature","properties":{"type":"major","name":"Leonardo da Vinci Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Leonardo_da_Vinci_Airport","comments":null,"name_en":"Leonardo da Vinci–Fiumicino Airport"},"geometry":{"type":"Point","coordinates":[12.250100897363827,41.795078630739425]}},{"type":"Feature","properties":{"type":"major","name":"Osaka Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Osaka_International_Airport","comments":null,"name_en":"Osaka International Airport"},"geometry":{"type":"Point","coordinates":[135.442475256249395,34.790198084874866]}},{"type":"Feature","properties":{"type":"major","name":"Gimpo Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gimpo_International_Airport","comments":null,"name_en":"Gimpo International Airport"},"geometry":{"type":"Point","coordinates":[126.802392860275845,37.557300539950781]}},{"type":"Feature","properties":{"type":"major","name":"Oslo Gardermoen","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Gardermoen_Air_Station","comments":null,"name_en":"Oslo Airport"},"geometry":{"type":"Point","coordinates":[11.099103276258118,60.193578317138616]}},{"type":"Feature","properties":{"type":"major","name":"Juscelino Kubitschek Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Bras%C3%ADlia_International_Airport","comments":"???","name_en":"Brasília International Airport"},"geometry":{"type":"Point","coordinates":[-47.920788513362538,-15.869998500282428]}},{"type":"Feature","properties":{"type":"major","name":"Congonhas Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Congonhas-S%C3%A3o_Paulo_International_Airport","comments":null,"name_en":"Congonhas-São Paulo Airport"},"geometry":{"type":"Point","coordinates":[-46.659115530219566,-23.626858827009997]}},{"type":"Feature","properties":{"type":"major","name":"Rio de Janeiro-Antonio Carlos Jobim Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Rio_de_Janeiro-Gale%C3%A3o_International_Airport","comments":"???","name_en":"Rio de Janeiro/Galeão – Antonio Carlos Jobim International Airport"},"geometry":{"type":"Point","coordinates":[-43.248381379068306,-22.812343712500642]}},{"type":"Feature","properties":{"type":"major","name":"Madrid Barajas","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Madrid_Barajas_International_Airport","comments":null,"name_en":"Adolfo Suarez Madrid-Barajas Airport"},"geometry":{"type":"Point","coordinates":[-3.569026654588628,40.468128273392253]}},{"type":"Feature","properties":{"type":"major","name":"Luis Muñoz Marin","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn_International_Airport","comments":null,"name_en":"Luis Muñoz Marín International Airport"},"geometry":{"type":"Point","coordinates":[-66.004229975754754,18.438077073494931]}},{"type":"Feature","properties":{"type":"major","name":"Arlanda","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Stockholm-Arlanda_Airport","comments":null,"name_en":"Stockholm Arlanda Airport"},"geometry":{"type":"Point","coordinates":[17.930729901691585,59.651120339737211]}},{"type":"Feature","properties":{"type":"major","name":"Soekarno-Hatta Int'l","location":"parking","wikipedia":"http://en.wikipedia.org/wiki/Soekarno-Hatta_International_Airport","comments":null,"name_en":"Soekarno–Hatta International Airport"},"geometry":{"type":"Point","coordinates":[106.654296151171636,-6.126602955972902]}},{"type":"Feature","properties":{"type":"major","name":"Eleftherios Venizelos Int'l","location":"terminal","wikipedia":"http://en.wikipedia.org/wiki/Athens_International_Airport","comments":"???","name_en":"Athens International Airport"},"geometry":{"type":"Point","coordinates":[23.94711605540731,37.93623312992537]}},{"type":"Feature","properties":{"type":"major","name":"Tokyo Int'l","location":"terminal","wikipedia":"https://en.wikipedia.org/wiki/Haneda_Airport","comments":"aka Haneda Airport","name_en":"Tokyo International Airport"},"geometry":{"type":"Point","coordinates":[139.784046429629086,35.54906083194637]}},{"type":"Feature","properties":{"type":"major","name":"Suvarnabhumi Airport","location":"terminal","wikipedia":"https://en.wikipedia.org/wiki/Suvarnabhumi_Airport","comments":"aka Bangkok Airport","name_en":"Suvarnabhumi Airport"},"geometry":{"type":"Point","coordinates":[100.750910201106493,13.692611677022558]}}]} \ No newline at end of file diff --git a/images/loader.gif b/images/loader.gif new file mode 100644 index 0000000..d3ef195 Binary files /dev/null and b/images/loader.gif differ diff --git a/images/search-icon.png b/images/search-icon.png new file mode 100644 index 0000000..4d71130 Binary files /dev/null and b/images/search-icon.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..ab293af --- /dev/null +++ b/index.html @@ -0,0 +1,188 @@ + + +
+ + + + + + + + + + +(e.x-g.x)*(h.y-g.y)?(1===c&&b.lineTo(g.x,g.y),c=0,l||b.moveTo(g.x,g.y),b.lineTo(h.x,h.y)):(0===c&&b.lineTo(e.x,e.y),c=1,l||b.moveTo(e.x,e.y),b.lineTo(m.x,m.y));b.closePath();b.fill()}},w={draw:function(b,a,c,d,f,e,g,h,k){a={x:a.x-p,y:a.y-n};var m=q/(q-f),l=q/(q-e);f=r.project(a,m);d*=m;e&&(a=r.project(a,l),c*=l);(m=this._tangents(a, +c,f,d))?(e=P(m[0].y1-a.y,m[0].x1-a.x),m=P(m[1].y1-a.y,m[1].x1-a.x)):(e=1.5*E,m=1.5*E);b.fillStyle=g;b.beginPath();b.arc(f.x,f.y,d,J,e,!0);b.arc(a.x,a.y,c,e,J);b.closePath();b.fill();b.fillStyle=h;b.beginPath();b.arc(f.x,f.y,d,m,J,!0);b.arc(a.x,a.y,c,J,m);b.closePath();b.fill();b.fillStyle=k;this._circle(b,f,d)},simplified:function(b,a,c){this._circle(b,{x:a.x-p,y:a.y-n},c)},shadow:function(b,a,c,d,f,e){a={x:a.x-p,y:a.y-n};f=z.project(a,f);var g;e&&(a=z.project(a,e));var h=this._tangents(a,c,f,d); +h?(e=P(h[0].y1-a.y,h[0].x1-a.x),g=P(h[1].y1-a.y,h[1].x1-a.x),b.moveTo(h[1].x2,h[1].y2),b.arc(f.x,f.y,d,g,e),b.arc(a.x,a.y,c,e,g)):(b.moveTo(a.x+c,a.y),b.arc(a.x,a.y,c,0,2*E))},shadowMask:function(b,a,c){var d=a.x-p;a=a.y-n;b.moveTo(d+c,a);b.arc(d,a,c,0,2*E)},hitArea:function(b,a,c,d,f,e,g){a={x:a.x-p,y:a.y-n};var h=q/(q-f),k=q/(q-e);f=r.project(a,h);d*=h;e&&(a=r.project(a,k),c*=k);e=this._tangents(a,c,f,d);b.fillStyle=g;b.beginPath();e?(g=P(e[0].y1-a.y,e[0].x1-a.x),h=P(e[1].y1-a.y,e[1].x1-a.x),b.moveTo(e[1].x2, +e[1].y2),b.arc(f.x,f.y,d,h,g),b.arc(a.x,a.y,c,g,h)):(b.moveTo(a.x+c,a.y),b.arc(a.x,a.y,c,0,2*E));b.closePath();b.fill()},_circle:function(b,a,c){b.beginPath();b.arc(a.x,a.y,c,0,2*E);b.stroke();b.fill()},_tangents:function(b,a,c,d){var f=b.x-c.x,e=b.y-c.y,g=a-d,h=f*f+e*e;if(!(h<=g*g)){var h=pa(h),f=-f/h,e=-e/h,g=g/h,h=[],k,m,l;k=pa(K(0,1-g*g));for(var n=1;-1<=n;n-=2)m=f*g-n*k*e,l=e*g+n*k*f,h.push({x1:b.x+a*m<<0,y1:b.y+a*l<<0,x2:c.x+d*m<<0,y2:c.y+d*l<<0});return h}}},R={draw:function(b,a,c,d,f,e,g){var h= +q/(q-f);c=r.project({x:c.x-p,y:c.y-n},q/(q-d));d={x:0,y:0};for(var k={x:0,y:0},m=0,l=a.length-3;m(c.x-d.x)*(k.y-d.y)&&(b.fillStyle=d.x k.x&&d.y>k.y?g:e,b.beginPath(),this._triangle(b,d,k,c),b.closePath(),b.fill())},_triangle:function(b,a,c,d){b.moveTo(a.x,a.y);b.lineTo(c.x,c.y);b.lineTo(d.x,d.y)},_ring:function(b,a){b.moveTo(a[0]-p,a[1]-n);for(var c=2,d=a.length-1;c< +d;c+=2)b.lineTo(a[c]-p,a[c+1]-n)},shadow:function(b,a,c,d,f){var e={x:0,y:0},g={x:0,y:0};c=z.project({x:c.x-p,y:c.y-n},d);d=0;for(var h=a.length-3;d (c.x-e.x)*(g.y-e.y)&&this._triangle(b,e,g,c)},shadowMask:function(b,a){this._ring(b,a)},hitArea:function(b,a,c,d,f,e){var g=q/(q-f);c=r.project({x:c.x-p,y:c.y-n},q/(q-d));d={x:0,y:0};var h={x:0,y:0};b.fillStyle=e;b.beginPath();e=0;for(var k= +a.length-3;e (c.x-d.x)*(h.y-d.y)&&this._triangle(b,d,h,c);b.closePath();b.fill()}},r={project:function(b,a){return{x:(b.x-M)*a+M<<0,y:(b.y-N)*a+N<<0}},render:function(){var b=this.context;b.clearRect(0,0,B,v);if(!(x a.scale?a.height*a.scale:a.height;d=0;a.minHeight&&(d=1>a.scale?a.minHeight*a.scale:a.minHeight);g=a.wallColor||ha;h=a.altColor||aa;k=a.roofColor||X;b.strokeStyle=h;switch(a.shape){case "cylinder":w.draw(b,a.center,a.radius,a.radius,c,d,g,h,k);break;case "cone":w.draw(b,a.center,a.radius,0,c,d,g,h);break;case "dome":w.draw(b,a.center,a.radius,a.radius/2,c,d,g,h);break;case "sphere":w.draw(b,a.center,a.radius,a.radius,c,d,g,h,k);break;case "pyramid":R.draw(b, +e,a.center,c,d,g,h);break;default:Z.draw(b,e,a.holes,c,d,g,h,k)}switch(a.roofShape){case "cone":w.draw(b,a.center,a.radius,0,c+a.roofHeight,c,k,""+I.parse(k).lightness(0.9));break;case "dome":w.draw(b,a.center,a.radius,a.radius/2,c+a.roofHeight,c,k,""+I.parse(k).lightness(0.9));break;case "pyramid":R.draw(b,e,a.center,c+a.roofHeight,c,k,I.parse(k).lightness(0.9))}}}}},ia={maxZoom:G+2,maxHeight:5,isSimple:function(b){return x<=this.maxZoom&&b.height+b.roofHeight this.maxZoom))for(var a,c,d=F.items,f=0,e=d.length;f =this.maxHeight)&&(c=a.footprint,V(c)))switch(b.strokeStyle=a.altColor||aa,b.fillStyle=a.roofColor||X,a.shape){case "cylinder":case "cone":case "dome":case "sphere":w.simplified(b,a.center,a.radius);break;default:Z.simplified(b,c,a.holes)}}},z={enabled:!0,color:"#666666",blurColor:"#000000",blurSize:15,date:new Date,direction:{x:0,y:0},project:function(b,a){return{x:b.x+ +this.direction.x*a,y:b.y+this.direction.y*a}},render:function(){var b=this.context,a,c,d;b.clearRect(0,0,B,v);if(!(!this.enabled||x =a.altitude))){c=1/ka(a.altitude);d=5>c?0.75:1/c*5;this.direction.x=Fa(a.azimuth)*c;this.direction.y=Ea(a.azimuth)*c;var f,e,g,h;a=F.items;b.canvas.style.opacity=d/(2*C);b.shadowColor=this.blurColor;b.shadowBlur=C/2*this.blurSize;b.fillStyle=this.color;b.beginPath();d=0;for(c=a.length;d f.scale?f.height*f.scale:f.height;g=0;f.minHeight&&(g=1>f.scale?f.minHeight*f.scale:f.minHeight);switch(f.shape){case "cylinder":w.shadow(b,f.center,f.radius,f.radius,e,g);break;case "cone":w.shadow(b,f.center,f.radius,0,e,g);break;case "dome":w.shadow(b,f.center,f.radius,f.radius/2,e,g);break;case "sphere":w.shadow(b,f.center,f.radius,f.radius,e,g);break;case "pyramid":R.shadow(b,h,f.center,e,g);break;default:Z.shadow(b,h,f.holes,e,g)}switch(f.roofShape){case "cone":w.shadow(b, +f.center,f.radius,0,e+f.roofHeight,e);break;case "dome":w.shadow(b,f.center,f.radius,f.radius/2,e+f.roofHeight,e);break;case "pyramid":R.shadow(b,h,f.center,e+f.roofHeight,e)}}b.closePath();b.fill();b.shadowBlur=null;b.globalCompositeOperation="destination-out";b.beginPath();d=0;for(c=a.length;d >8&255,a>>16&255].join()+")"}}, +$,A={container:document.createElement("DIV"),items:[],init:function(){this.container.style.pointerEvents="none";this.container.style.position="absolute";this.container.style.left=0;this.container.style.top=0;z.context=this.createContext(this.container);ia.context=this.createContext(this.container);r.context=this.createContext(this.container);Y.context=this.createContext()},render:function(b){Ga(function(){b||(z.render(),ia.render(),Y.render());r.render()})},createContext:function(b){var a=document.createElement("CANVAS"); +a.style.transform="translate3d(0, 0, 0)";a.style.imageRendering="optimizeSpeed";a.style.position="absolute";a.style.left=0;a.style.top=0;var c=a.getContext("2d");c.lineCap="round";c.lineJoin="round";c.lineWidth=1;c.imageSmoothingEnabled=!1;this.items.push(a);b&&b.appendChild(a);return c},appendTo:function(b){b.appendChild(this.container)},remove:function(){this.container.parentNode.removeChild(this.container)},setSize:function(b,a){for(var c=0,d=this.items.length;c OSM Buildings