From 340ab7514e405dacb672021dbd07daff1186a80e Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 11:25:35 -0700 Subject: [PATCH 01/20] added prettier and ran `npx prettier ./samples/ -w` --- samples/.prettierignore => .prettierignore | 0 package-lock.json | 55 +- package.json | 1 + samples/3d-camera-center/README.md | 5 +- samples/3d-camera-center/index.ts | 6 +- samples/3d-camera-center/style.css | 46 +- samples/3d-coverage-map/index.ts | 4 +- samples/3d-coverage-map/style.css | 2 +- samples/3d-map-45-degree/index.html | 2 +- samples/3d-map-roadmap/index.html | 21 +- samples/3d-map-roadmap/index.ts | 86 +- samples/3d-map-roadmap/style.css | 62 +- samples/3d-map-styling/index.html | 3 +- samples/3d-marker-html/index.html | 11 +- samples/3d-marker-html/style.css | 132 +- samples/3d-mesh-flatten/index.html | 58 +- samples/3d-mesh-flatten/index.ts | 5 +- samples/3d-mesh-flatten/style.css | 42 +- samples/ai-powered-summaries-basic/index.html | 2 +- samples/ai-powered-summaries-basic/index.ts | 17 +- samples/ai-powered-summaries/index.html | 5 +- samples/ai-powered-summaries/index.ts | 6 +- samples/circle-simple/README.md | 2 +- samples/circle-simple/style.css | 24 +- samples/control-bounds-restriction/README.md | 2 +- samples/control-bounds-restriction/index.html | 16 +- samples/control-bounds-restriction/index.ts | 8 +- samples/control-bounds-restriction/style.css | 8 +- samples/control-custom-state/README.md | 4 +- samples/control-custom-state/index.ts | 8 +- samples/control-custom-state/style.css | 36 +- samples/control-disableUI/README.md | 2 +- samples/control-disableUI/index.html | 16 +- samples/control-disableUI/style.css | 10 +- samples/control-options/README.md | 2 +- samples/control-options/index.html | 18 +- samples/control-options/style.css | 10 +- samples/control-positioning-labels/README.md | 2 +- samples/control-positioning-labels/index.html | 2 +- samples/control-positioning/README.md | 2 +- samples/control-replacement/README.md | 2 +- samples/control-simple/README.md | 2 +- samples/control-simple/index.html | 16 +- samples/control-simple/style.css | 10 +- samples/dds-datasets-point/README.md | 2 +- samples/dds-datasets-point/index.ts | 67 +- samples/dds-datasets-point/style.css | 84 +- samples/dds-datasets-polygon-click/README.md | 2 +- samples/dds-datasets-polygon-colors/README.md | 2 +- .../dds-datasets-polygon-colors/index.html | 27 +- samples/dds-datasets-polygon-colors/index.ts | 2 +- samples/dds-datasets-polygon-colors/style.css | 18 +- samples/dds-datasets-polygon/README.md | 2 +- samples/dds-datasets-polygon/index.html | 34 +- samples/dds-datasets-polygon/style.css | 20 +- samples/dds-datasets-polyline/README.md | 2 +- samples/dds-datasets-polyline/style.css | 18 +- samples/deckgl-arclayer/README.md | 2 +- samples/deckgl-arclayer/index.html | 1 - samples/deckgl-arclayer/index.ts | 5 +- .../public/ne_10m_airports.geojson | 33866 ++++++++-------- samples/deckgl-heatmap/index.html | 2 +- samples/deckgl-kml-updated/index.html | 7 +- samples/deckgl-kml/index.html | 2 +- samples/deckgl-points/README.md | 2 +- samples/deckgl-points/index.ts | 18 +- samples/deckgl-polygon/index.html | 2 +- samples/deckgl-tripslayer/README.md | 2 +- samples/deckgl-tripslayer/index.html | 3 +- samples/deckgl-tripslayer/index.ts | 5 +- samples/deckgl-tripslayer/style.css | 20 +- samples/event-arguments/README.md | 2 +- samples/event-arguments/index.html | 23 +- samples/event-arguments/index.ts | 28 +- samples/event-arguments/style.css | 8 +- samples/event-click-latlng/README.md | 2 +- samples/event-click-latlng/index.html | 20 +- samples/event-click-latlng/index.ts | 64 +- samples/event-click-latlng/style.css | 8 +- samples/event-closure/README.md | 2 +- samples/event-closure/index.html | 5 +- samples/event-poi/README.md | 2 +- samples/event-poi/index.html | 3 +- samples/event-poi/index.ts | 5 +- samples/event-properties/README.md | 2 +- samples/event-properties/index.html | 25 +- samples/event-properties/index.ts | 28 +- samples/event-properties/style.css | 8 +- samples/event-simple/README.md | 4 +- samples/event-simple/index.html | 23 +- samples/event-simple/style.css | 8 +- .../geocoding-component-restriction/README.md | 2 +- .../index.html | 34 +- .../geocoding-component-restriction/index.ts | 68 +- .../geocoding-component-restriction/style.css | 31 +- samples/geocoding-place-id/README.md | 2 +- samples/geocoding-place-id/index.html | 38 +- samples/geocoding-place-id/index.ts | 76 +- samples/geocoding-place-id/style.css | 28 +- samples/geocoding-region-es/README.md | 2 +- samples/geocoding-region-es/index.html | 20 +- samples/geocoding-region-es/index.ts | 46 +- samples/geocoding-region-es/style.css | 8 +- samples/geocoding-region-us/README.md | 2 +- samples/geocoding-region-us/index.html | 20 +- samples/geocoding-region-us/index.ts | 46 +- samples/geocoding-region-us/style.css | 8 +- samples/geocoding-reverse/README.md | 4 +- samples/geocoding-reverse/index.html | 2 +- samples/geocoding-reverse/index.ts | 2 +- samples/geocoding-simple/README.md | 2 +- samples/geocoding-simple/index.html | 2 +- samples/geocoding-simple/index.ts | 12 +- samples/geocoding-simple/style.css | 7 +- samples/hiding-features/README.md | 2 +- samples/hiding-features/index.html | 5 +- samples/infowindow-simple/README.md | 2 +- samples/infowindow-simple/index.html | 23 +- samples/infowindow-simple/index.ts | 93 +- samples/infowindow-simple/style.css | 8 +- samples/js-api-loader-map/README.md | 2 +- samples/js-api-loader-map/index.html | 24 +- samples/js-api-loader-map/index.ts | 2 +- samples/js-api-loader-map/style.css | 23 +- samples/layer-data-event/README.md | 2 +- samples/layer-data-event/index.html | 2 +- samples/map-events/README.md | 2 +- samples/map-events/index.ts | 2 +- samples/map-simple-js/index.ts | 8 +- samples/map-simple/index.ts | 6 +- samples/place-autocomplete-map/index.html | 5 +- samples/place-nearby-search/index.html | 5 +- samples/place-photos/README.md | 2 +- samples/place-reviews/index.ts | 3 +- samples/places-placeid-finder/README.md | 2 +- samples/polyline-complex/README.md | 2 +- samples/polyline-complex/index.html | 23 +- samples/polyline-complex/index.ts | 48 +- samples/polyline-complex/style.css | 8 +- samples/polyline-remove/README.md | 2 +- samples/polyline-remove/style.css | 32 +- samples/polyline-simple/README.md | 2 +- .../index.html | 50 +- .../src/app.tsx | 117 +- .../src/styles.css | 52 +- .../index.html | 52 +- .../src/app.tsx | 118 +- .../src/styles.css | 54 +- .../index.html | 50 +- .../src/app.tsx | 98 +- .../src/styles.css | 26 +- samples/react-ui-kit-place-details/index.html | 50 +- .../react-ui-kit-place-details/src/app.tsx | 106 +- .../react-ui-kit-place-details/src/styles.css | 26 +- samples/react-ui-kit-search-nearby/index.html | 28 +- .../react-ui-kit-search-nearby/src/app.tsx | 392 +- .../react-ui-kit-search-nearby/src/styles.css | 19 +- samples/react-ui-kit-search-text/index.html | 28 +- samples/react-ui-kit-search-text/src/app.tsx | 381 +- .../react-ui-kit-search-text/src/styles.css | 21 +- samples/rectangle-event/README.md | 2 +- samples/rectangle-event/index.html | 23 +- samples/rectangle-event/index.ts | 76 +- samples/rectangle-event/style.css | 8 +- samples/routes-compute-routes/index.html | 5 +- samples/streetview-overlays/README.md | 2 +- samples/streetview-overlays/index.html | 8 +- samples/streetview-overlays/style.css | 66 +- samples/test-example/index.html | 5 +- samples/ui-kit-place-search-text/index.html | 2 +- samples/web-components-events/README.md | 2 +- samples/web-components-events/index.html | 49 +- samples/web-components-events/index.ts | 37 +- samples/web-components-events/style.css | 8 +- samples/web-components-markers/index.html | 2 +- 175 files changed, 19178 insertions(+), 18847 deletions(-) rename samples/.prettierignore => .prettierignore (100%) diff --git a/samples/.prettierignore b/.prettierignore similarity index 100% rename from samples/.prettierignore rename to .prettierignore diff --git a/package-lock.json b/package-lock.json index 76c0d3174..1bddd86b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "@types/node": "^25.6.0", "eslint": "^10.2.0", "globals": "^17.5.0", + "prettier": "^3.8.3", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.59.1", @@ -34,6 +35,7 @@ "resolved": "https://registry.npmjs.org/@deck.gl/core/-/core-9.3.1.tgz", "integrity": "sha512-uixmBJhaAAgjzppcJ+0Hh2R1BYvFHvCHFReXN93iQxQoNB3VCC03pGEhZ0hrW7hcVLC8ExCUrg8VRJW60wXzcA==", "license": "MIT", + "peer": true, "dependencies": { "@loaders.gl/core": "^4.4.1", "@loaders.gl/images": "^4.4.1", @@ -125,6 +127,7 @@ "resolved": "https://registry.npmjs.org/@deck.gl/layers/-/layers-9.3.1.tgz", "integrity": "sha512-gUT/UMrmSCYsJCyv78qjHdeZVnqDexX61WxNP3dUa7ZplXiG3NxZvjhS0PYeBLritOtCJSv3b13vR2ka+j49ZQ==", "license": "MIT", + "peer": true, "dependencies": { "@loaders.gl/images": "^4.4.1", "@loaders.gl/schema": "^4.4.1", @@ -162,29 +165,6 @@ "@luma.gl/shadertools": "~9.3.2" } }, - "node_modules/@emnapi/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", - "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@emnapi/wasi-threads": "1.2.1", - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/runtime": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", - "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@emnapi/wasi-threads": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", @@ -1035,6 +1015,7 @@ "resolved": "https://registry.npmjs.org/@loaders.gl/core/-/core-4.4.1.tgz", "integrity": "sha512-/s4IuvCCQUepvhjLnmePwQppGko2d1pxRS+sp7lyExU0uiqo5dVsAKaCZ2VnddBkFWgDVb/wvcZUBmv/dWcj0Q==", "license": "MIT", + "peer": true, "dependencies": { "@loaders.gl/loader-utils": "4.4.1", "@loaders.gl/schema": "4.4.1", @@ -1311,6 +1292,7 @@ "resolved": "https://registry.npmjs.org/@luma.gl/core/-/core-9.3.2.tgz", "integrity": "sha512-MIsOXnzoGGlbACTC9PVFxsEba6zJEj7Y5tghK/ivpIEqyzLF5bL/DlrVxG3SzJOeBqBMBgF6n5sXK7gIJ3lXvw==", "license": "MIT", + "peer": true, "dependencies": { "@math.gl/types": "^4.1.0", "@probe.gl/env": "^4.1.1", @@ -1324,6 +1306,7 @@ "resolved": "https://registry.npmjs.org/@luma.gl/engine/-/engine-9.3.2.tgz", "integrity": "sha512-Qo7JcmXgDFq/8hu1uR4sC1qnUVXW3jx//Mki4T3jCPig1BtcfrLSsmNDu2/u295ls/Mym2a9fvTnXRFejJMKig==", "license": "MIT", + "peer": true, "dependencies": { "@math.gl/core": "^4.1.0", "@math.gl/types": "^4.1.0", @@ -1357,6 +1340,7 @@ "resolved": "https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-9.3.2.tgz", "integrity": "sha512-gVydhOflR3w7H+F775ubNNWWO9C7BOg3sCGf+R9MdiT4S7iitkzmI3xYkb/ngDjJmzqCx72oBj4RgQV/hV7A8A==", "license": "MIT", + "peer": true, "dependencies": { "@math.gl/core": "^4.1.0", "@math.gl/types": "^4.1.0" @@ -1967,6 +1951,7 @@ "version": "19.2.14", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "csstype": "^3.2.2" } @@ -2029,6 +2014,7 @@ "integrity": "sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.59.1", "@typescript-eslint/types": "8.59.1", @@ -2278,6 +2264,7 @@ "version": "8.16.0", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2681,6 +2668,7 @@ "version": "10.2.0", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", @@ -4559,6 +4547,7 @@ "version": "4.0.4", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -4635,6 +4624,22 @@ "node": ">= 0.8.0" } }, + "node_modules/prettier": { + "version": "3.8.3", + "resolved": "https://us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/prettier/-/prettier-3.8.3.tgz", + "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "dev": true, + "license": "MIT", + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", @@ -4658,6 +4663,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -4667,6 +4673,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "license": "MIT", + "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -4922,6 +4929,7 @@ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -5050,6 +5058,7 @@ "integrity": "sha512-rZuUu9j6J5uotLDs+cAA4O5H4K1SfPliUlQwqa6YEwSrWDZzP4rhm00oJR5snMewjxF5V/K3D4kctsUTsIU9Mw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "lightningcss": "^1.32.0", "picomatch": "^4.0.4", diff --git a/package.json b/package.json index d1890b998..bcb1cfbbc 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@types/node": "^25.6.0", "eslint": "^10.2.0", "globals": "^17.5.0", + "prettier": "^3.8.3", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.59.1", diff --git a/samples/3d-camera-center/README.md b/samples/3d-camera-center/README.md index 77458f08b..ba0c89fe8 100644 --- a/samples/3d-camera-center/README.md +++ b/samples/3d-camera-center/README.md @@ -4,8 +4,9 @@ This sample demonstrates how camera positioning works in 3D. Click to toggle the camera position between: -* center mode (looking at the marker - default) -* camera position mode (camera positioned at the marker coordinates) + +- center mode (looking at the marker - default) +- camera position mode (camera positioned at the marker coordinates) ## Setup diff --git a/samples/3d-camera-center/index.ts b/samples/3d-camera-center/index.ts index ea1d16f9a..1b3d24e1f 100644 --- a/samples/3d-camera-center/index.ts +++ b/samples/3d-camera-center/index.ts @@ -10,7 +10,9 @@ async function initMap(): Promise { await google.maps.importLibrary('maps3d'); // @ts-ignore - const map3DElement = document.querySelector('gmp-map-3d') as google.maps.Map3DElement; + const map3DElement = document.querySelector( + 'gmp-map-3d' + ) as google.maps.Map3DElement; const btn = document.getElementById('switch-mode-btn') as HTMLButtonElement; const initialCenter = { lat: 40.7860524, lng: -73.9634983, altitude: 0 }; @@ -22,7 +24,7 @@ async function initMap(): Promise { // Place the camera at the marker's location, but 50m up in the air map3DElement.cameraPosition = { ...initialCenter, altitude: 50 }; map3DElement.tilt = 80; - + btn.textContent = 'Switch to Center Mode'; isCenterMode = false; } else { diff --git a/samples/3d-camera-center/style.css b/samples/3d-camera-center/style.css index d23a71771..c93a06303 100644 --- a/samples/3d-camera-center/style.css +++ b/samples/3d-camera-center/style.css @@ -7,41 +7,41 @@ /* [START maps_3d_camera_center] */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #ui-container { - position: absolute; - top: 20px; - left: 20px; - z-index: 10; + position: absolute; + top: 20px; + left: 20px; + z-index: 10; } button { - background: rgba(15, 23, 42, 0.75); - backdrop-filter: blur(12px); - -webkit-backdrop-filter: blur(12px); - border: 1px solid rgba(255, 255, 255, 0.1); - color: #f8fafc; - padding: 12px 20px; - border-radius: 8px; - cursor: pointer; - font-size: 0.9rem; - font-weight: 600; - transition: all 0.2s ease; - box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); + background: rgba(15, 23, 42, 0.75); + backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(12px); + border: 1px solid rgba(255, 255, 255, 0.1); + color: #f8fafc; + padding: 12px 20px; + border-radius: 8px; + cursor: pointer; + font-size: 0.9rem; + font-weight: 600; + transition: all 0.2s ease; + box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); } button:hover { - background: rgba(56, 189, 248, 0.2); - border-color: rgba(56, 189, 248, 0.4); - transform: translateY(-1px); + background: rgba(56, 189, 248, 0.2); + border-color: rgba(56, 189, 248, 0.4); + transform: translateY(-1px); } button:active { - transform: translateY(0); + transform: translateY(0); } /* [END maps_3d_camera_center] */ diff --git a/samples/3d-coverage-map/index.ts b/samples/3d-coverage-map/index.ts index a55dbf9e6..cbf74a091 100644 --- a/samples/3d-coverage-map/index.ts +++ b/samples/3d-coverage-map/index.ts @@ -20,8 +20,8 @@ const placeAutocomplete = document.querySelector( async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps') as google.maps.MapsLibrary; - await google.maps.importLibrary('places') as google.maps.PlacesLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; // Get the inner map from the map element. const innerMap = mapElement.innerMap; diff --git a/samples/3d-coverage-map/style.css b/samples/3d-coverage-map/style.css index 430cab4cd..59ecc3a69 100644 --- a/samples/3d-coverage-map/style.css +++ b/samples/3d-coverage-map/style.css @@ -24,4 +24,4 @@ body { font-family: Roboto, sans-serif; font-size: small; } -/* [END maps_3d_coverage_map] */ \ No newline at end of file +/* [END maps_3d_coverage_map] */ diff --git a/samples/3d-map-45-degree/index.html b/samples/3d-map-45-degree/index.html index 5bd00f49f..4ebec8af1 100644 --- a/samples/3d-map-45-degree/index.html +++ b/samples/3d-map-45-degree/index.html @@ -1,4 +1,4 @@ - + + + 3d-map-roadmap - - 3d-map-roadmap - - - - - + + - - - - + + - \ No newline at end of file + diff --git a/samples/3d-map-roadmap/index.ts b/samples/3d-map-roadmap/index.ts index 4a232e71e..e44318bdf 100644 --- a/samples/3d-map-roadmap/index.ts +++ b/samples/3d-map-roadmap/index.ts @@ -7,49 +7,49 @@ //@ts-nocheck // [START maps_3d_map_roadmap] async function init() { - const { Map3DElement } = await google.maps.importLibrary('maps3d'); - - const map = new Map3DElement({ - center: { - lat: 37.79334535092104, - lng: -122.400742086205, - altitude: 0, - }, - range: 2400, - tilt: 65, - heading: 0, - mode: 'ROADMAP', - internalUsageAttributionIds: ['gmp_git_jsapisamples_v1_3d-rendering'], - }); - - document.body.append(map); - - // Create the controls container - const controls = document.createElement('div'); - controls.id = 'controls'; - controls.classList.add('map-mode-control'); - - // Create the select element - const selector = document.createElement('select'); - selector.id = 'map-mode'; - - const modes = ['ROADMAP', 'SATELLITE', 'HYBRID']; - modes.forEach((modeName) => { - const option = document.createElement('option'); - option.value = modeName; - option.textContent = modeName; - if (modeName === 'ROADMAP') { - option.selected = true; - } - selector.appendChild(option); - }); - - selector.addEventListener('change', (event) => { - map.mode = (event.target as HTMLSelectElement).value; - }); - - controls.appendChild(selector); - document.body.appendChild(controls); + const { Map3DElement } = await google.maps.importLibrary('maps3d'); + + const map = new Map3DElement({ + center: { + lat: 37.79334535092104, + lng: -122.400742086205, + altitude: 0, + }, + range: 2400, + tilt: 65, + heading: 0, + mode: 'ROADMAP', + internalUsageAttributionIds: ['gmp_git_jsapisamples_v1_3d-rendering'], + }); + + document.body.append(map); + + // Create the controls container + const controls = document.createElement('div'); + controls.id = 'controls'; + controls.classList.add('map-mode-control'); + + // Create the select element + const selector = document.createElement('select'); + selector.id = 'map-mode'; + + const modes = ['ROADMAP', 'SATELLITE', 'HYBRID']; + modes.forEach((modeName) => { + const option = document.createElement('option'); + option.value = modeName; + option.textContent = modeName; + if (modeName === 'ROADMAP') { + option.selected = true; + } + selector.appendChild(option); + }); + + selector.addEventListener('change', (event) => { + map.mode = (event.target as HTMLSelectElement).value; + }); + + controls.appendChild(selector); + document.body.appendChild(controls); } init(); diff --git a/samples/3d-map-roadmap/style.css b/samples/3d-map-roadmap/style.css index bc76f0b14..6e22a2354 100644 --- a/samples/3d-map-roadmap/style.css +++ b/samples/3d-map-roadmap/style.css @@ -8,50 +8,52 @@ html, body { - height: 100%; - margin: 0; - padding: 0; - font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; + height: 100%; + margin: 0; + padding: 0; + font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; } gmp-map-3d { - height: 100%; - width: 100%; + height: 100%; + width: 100%; } .map-mode-control { - position: fixed; - bottom: 24px; - right: 75px; - display: flex; - align-items: center; - background-color: rgba(255, 255, 255, 0.9); - padding: 8px; - border-radius: 8px; - box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); - backdrop-filter: blur(8px); - z-index: 1; + position: fixed; + bottom: 24px; + right: 75px; + display: flex; + align-items: center; + background-color: rgba(255, 255, 255, 0.9); + padding: 8px; + border-radius: 8px; + box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); + backdrop-filter: blur(8px); + z-index: 1; } .map-mode-control select { - font-size: 13px; - padding: 4px 8px; - border: 1px solid #dadce0; - border-radius: 6px; - background-color: white; - color: #3c4043; - cursor: pointer; - outline: none; - transition: border-color 0.2s, box-shadow 0.2s; + font-size: 13px; + padding: 4px 8px; + border: 1px solid #dadce0; + border-radius: 6px; + background-color: white; + color: #3c4043; + cursor: pointer; + outline: none; + transition: + border-color 0.2s, + box-shadow 0.2s; } .map-mode-control select:hover { - border-color: #1a73e8; + border-color: #1a73e8; } .map-mode-control select:focus { - border-color: #1a73e8; - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2); + border-color: #1a73e8; + box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2); } -/* [END maps_3d_map_roadmap] */ \ No newline at end of file +/* [END maps_3d_map_roadmap] */ diff --git a/samples/3d-map-styling/index.html b/samples/3d-map-styling/index.html index aa11c9df8..80763950f 100644 --- a/samples/3d-map-styling/index.html +++ b/samples/3d-map-styling/index.html @@ -15,7 +15,6 @@ - - + diff --git a/samples/3d-marker-html/index.html b/samples/3d-marker-html/index.html index 8bf86074b..5de24dc9f 100644 --- a/samples/3d-marker-html/index.html +++ b/samples/3d-marker-html/index.html @@ -11,9 +11,16 @@ - + -
United Nations Secretariat Building
+
+ United Nations Secretariat Building +
diff --git a/samples/3d-marker-html/style.css b/samples/3d-marker-html/style.css index 8b639da85..32886fd2c 100644 --- a/samples/3d-marker-html/style.css +++ b/samples/3d-marker-html/style.css @@ -6,92 +6,108 @@ /* [START maps_3d_marker_html] */ @keyframes marker-bounce { - 0% { transform: translateY(0); } - 30% { transform: translateY(-12px); } - 55% { transform: translateY(-5px); } - 75% { transform: translateY(-10px); } - 100% { transform: translateY(-8px); } + 0% { + transform: translateY(0); + } + 30% { + transform: translateY(-12px); + } + 55% { + transform: translateY(-5px); + } + 75% { + transform: translateY(-10px); + } + 100% { + transform: translateY(-8px); + } } html, gmp-map-3d { - height: 100%; + height: 100%; } html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } :root { - --google-blue: #1a73e8; - --google-gray: #3c4043; - --google-silver: #dadce0; - --google-white: #ffffff; + --google-blue: #1a73e8; + --google-gray: #3c4043; + --google-silver: #dadce0; + --google-white: #ffffff; } .custom-marker { - display: inline-flex; - align-items: center; - justify-content: center; - padding: 8px 16px; - background-color: var(--google-white); - color: var(--google-blue); - border: 1px solid var(--google-silver); - border-radius: 20px; - font-family: 'Google Sans', 'Roboto', Arial, sans-serif; - font-size: 14px; - font-weight: 600; - box-shadow: 0 4px 6px rgba(60, 64, 67, 0.1), 0 1px 3px rgba(60, 64, 67, 0.2); - white-space: nowrap; - position: relative; - cursor: default; - transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; - user-select: none; + display: inline-flex; + align-items: center; + justify-content: center; + padding: 8px 16px; + background-color: var(--google-white); + color: var(--google-blue); + border: 1px solid var(--google-silver); + border-radius: 20px; + font-family: 'Google Sans', 'Roboto', Arial, sans-serif; + font-size: 14px; + font-weight: 600; + box-shadow: + 0 4px 6px rgba(60, 64, 67, 0.1), + 0 1px 3px rgba(60, 64, 67, 0.2); + white-space: nowrap; + position: relative; + cursor: default; + transition: + background-color 0.3s ease-in-out, + box-shadow 0.3s ease-in-out; + user-select: none; } .custom-marker:hover { - background-color: #f8f9fa; - box-shadow: 0 8px 16px rgba(60, 64, 67, 0.2), 0 2px 4px rgba(60, 64, 67, 0.25); - animation: marker-bounce 0.5s ease-out forwards; + background-color: #f8f9fa; + box-shadow: + 0 8px 16px rgba(60, 64, 67, 0.2), + 0 2px 4px rgba(60, 64, 67, 0.25); + animation: marker-bounce 0.5s ease-out forwards; } .custom-marker::after { - content: ''; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 8px solid transparent; - border-right: 8px solid transparent; - border-top: 8px solid var(--google-silver); - transition: border-top-color 0.2s ease-in-out; + content: ''; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid var(--google-silver); + transition: border-top-color 0.2s ease-in-out; } .custom-marker::before { - content: ''; - position: absolute; - top: 99%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-top: 7px solid var(--google-white); - z-index: 1; - transition: border-top-color 0.2s ease-in-out; + content: ''; + position: absolute; + top: 99%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-top: 7px solid var(--google-white); + z-index: 1; + transition: border-top-color 0.2s ease-in-out; } .custom-marker:hover::after { - border-top-color: #cacdd2; + border-top-color: #cacdd2; } .custom-marker:hover::before { - border-top-color: #f8f9fa; + border-top-color: #f8f9fa; } /* [END maps_3d_marker_html] */ diff --git a/samples/3d-mesh-flatten/index.html b/samples/3d-mesh-flatten/index.html index 657964cd5..8c878b961 100644 --- a/samples/3d-mesh-flatten/index.html +++ b/samples/3d-mesh-flatten/index.html @@ -18,17 +18,61 @@ heading="-54.63577922139952" tilt="65.59195953953744" mode="SATELLITE"> - +
- + diff --git a/samples/3d-mesh-flatten/index.ts b/samples/3d-mesh-flatten/index.ts index c62b1b176..943d5da6c 100644 --- a/samples/3d-mesh-flatten/index.ts +++ b/samples/3d-mesh-flatten/index.ts @@ -12,7 +12,9 @@ async function initMap(): Promise { const flattener = document.querySelector('gmp-flattener') as Element; map.append(flattener); - const toggleButton = document.getElementById('toggleButton') as HTMLButtonElement; + const toggleButton = document.getElementById( + 'toggleButton' + ) as HTMLButtonElement; toggleButton.addEventListener('click', () => { if (flattener.isConnected) { flattener.remove(); @@ -22,7 +24,6 @@ async function initMap(): Promise { toggleButton.textContent = 'Disable Flattener'; } }); - } initMap(); diff --git a/samples/3d-mesh-flatten/style.css b/samples/3d-mesh-flatten/style.css index fdea50b34..e56c884c1 100644 --- a/samples/3d-mesh-flatten/style.css +++ b/samples/3d-mesh-flatten/style.css @@ -7,36 +7,36 @@ /* [START maps_3d_mesh_flatten] */ html, gmp-map-3d { - height: 100%; + height: 100%; } html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } .toggleButton { - background: rgb(235, 235, 235); - color: black; - border: none; - padding: 10px 20px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 16px; - border-radius: 4px; - cursor: pointer; - position: fixed; - bottom: 10px; - left: 50%; - transform: translateX(-50%); - z-index: 1000; + background: rgb(235, 235, 235); + color: black; + border: none; + padding: 10px 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + border-radius: 4px; + cursor: pointer; + position: fixed; + bottom: 10px; + left: 50%; + transform: translateX(-50%); + z-index: 1000; } .toggleButton:hover { - background-color: #007bff; - color: white; + background-color: #007bff; + color: white; } /* [END maps_3d_mesh_flatten] */ diff --git a/samples/ai-powered-summaries-basic/index.html b/samples/ai-powered-summaries-basic/index.html index f35c2086c..633fddbfe 100644 --- a/samples/ai-powered-summaries-basic/index.html +++ b/samples/ai-powered-summaries-basic/index.html @@ -1,4 +1,4 @@ - + diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index 4c44a6714..5518a33dc 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -18,7 +18,9 @@ const summaryContent = document.getElementById( 'summary-content' ) as HTMLDivElement; const aiDisclosure = document.getElementById('ai-disclosure') as HTMLDivElement; -const flagContentLink = document.getElementById('flag-content-link') as HTMLAnchorElement; +const flagContentLink = document.getElementById( + 'flag-content-link' +) as HTMLAnchorElement; let innerMap; let marker: google.maps.marker.AdvancedMarkerElement; @@ -132,7 +134,7 @@ function updateSummaryPanel(place: google.maps.places.Place) { // Add the content flag URI. if (flagUrl) { flagContentLink.href = flagUrl; - flagContentLink.textContent = "Report an issue" + flagContentLink.textContent = 'Report an issue'; } }; diff --git a/samples/circle-simple/README.md b/samples/circle-simple/README.md index fa3f3ad5f..1898eddd6 100644 --- a/samples/circle-simple/README.md +++ b/samples/circle-simple/README.md @@ -34,7 +34,7 @@ From 'samples': ### Run lint to check for problems `cd samples/circle-simple` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/circle-simple/style.css b/samples/circle-simple/style.css index 5fe4992d7..0a6575468 100644 --- a/samples/circle-simple/style.css +++ b/samples/circle-simple/style.css @@ -9,20 +9,20 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #control-panel { - display: none; /* Set to 'display: block' after the map loads. */ - background-color: #fff; - border: 2px solid #fff; - border-radius: 3px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); - font-family: "Roboto", "sans-serif"; - font-size: medium; - margin: 10px; - padding: 10px; + display: none; /* Set to 'display: block' after the map loads. */ + background-color: #fff; + border: 2px solid #fff; + border-radius: 3px; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); + font-family: 'Roboto', 'sans-serif'; + font-size: medium; + margin: 10px; + padding: 10px; } /* [END maps_circle_simple] */ diff --git a/samples/control-bounds-restriction/README.md b/samples/control-bounds-restriction/README.md index ca3a302dc..7e098024e 100644 --- a/samples/control-bounds-restriction/README.md +++ b/samples/control-bounds-restriction/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-bounds-restriction` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-bounds-restriction/index.html b/samples/control-bounds-restriction/index.html index 342e2e8a8..03056fb12 100644 --- a/samples/control-bounds-restriction/index.html +++ b/samples/control-bounds-restriction/index.html @@ -6,17 +6,17 @@ --> - - Map Bounds Restriction + + Map Bounds Restriction - - + + - - - - + + + + diff --git a/samples/control-bounds-restriction/index.ts b/samples/control-bounds-restriction/index.ts index 74ad80f68..a6184fec2 100644 --- a/samples/control-bounds-restriction/index.ts +++ b/samples/control-bounds-restriction/index.ts @@ -25,10 +25,10 @@ async function initMap() { // [START maps_control_bounds_restriction_options] // Restrict the map to the provided bounds. innerMap.setOptions({ - restriction: { - latLngBounds: NEW_ZEALAND_BOUNDS, - strictBounds: false, - } + restriction: { + latLngBounds: NEW_ZEALAND_BOUNDS, + strictBounds: false, + }, }); // [END maps_control_bounds_restriction_options] } diff --git a/samples/control-bounds-restriction/style.css b/samples/control-bounds-restriction/style.css index 685148763..59eaf7d8e 100644 --- a/samples/control-bounds-restriction/style.css +++ b/samples/control-bounds-restriction/style.css @@ -9,9 +9,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_bounds_restriction] */ \ No newline at end of file +/* [END maps_control_bounds_restriction] */ diff --git a/samples/control-custom-state/README.md b/samples/control-custom-state/README.md index 23e60cba2..9ee50fa66 100644 --- a/samples/control-custom-state/README.md +++ b/samples/control-custom-state/README.md @@ -2,7 +2,7 @@ ## control-custom-state -This example demonstrates adding controls that store state. +This example demonstrates adding controls that store state. ## Setup @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-custom-state` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-custom-state/index.ts b/samples/control-custom-state/index.ts index 3b06ba3b8..f43cd8b28 100755 --- a/samples/control-custom-state/index.ts +++ b/samples/control-custom-state/index.ts @@ -16,8 +16,12 @@ async function initMap() { innerMap = mapElement.innerMap; // Get the button UI elements. - const setCenterButton = document.getElementById('btnCenterMap') as HTMLInputElement; - const resetCenterButton = document.getElementById('btnSetCenter') as HTMLInputElement; + const setCenterButton = document.getElementById( + 'btnCenterMap' + ) as HTMLInputElement; + const resetCenterButton = document.getElementById( + 'btnSetCenter' + ) as HTMLInputElement; // [START maps_control_custom_state_event_listeners] // Set up the click event listener for the 'Center Map' button. Set the map diff --git a/samples/control-custom-state/style.css b/samples/control-custom-state/style.css index 43f7a20e1..0b8f12391 100644 --- a/samples/control-custom-state/style.css +++ b/samples/control-custom-state/style.css @@ -10,30 +10,30 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #btnCenterMap, #btnSetCenter { - background-color: #fff; - border: 2px solid #fff; - border-radius: 3px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); - cursor: pointer; - float: left; - margin-bottom: 22px; - margin-top: 5px; - text-align: center; - color: rgb(25, 25, 25); - font-family: Roboto, Arial, sans-serif; - font-size: 15px; - line-height: 25px; + background-color: #fff; + border: 2px solid #fff; + border-radius: 3px; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); + cursor: pointer; + float: left; + margin-bottom: 22px; + margin-top: 5px; + text-align: center; + color: rgb(25, 25, 25); + font-family: Roboto, Arial, sans-serif; + font-size: 15px; + line-height: 25px; } #btnSetCenter { - margin-left: 12px; + margin-left: 12px; } -/* [END maps_control_custom_state] */ \ No newline at end of file +/* [END maps_control_custom_state] */ diff --git a/samples/control-disableUI/README.md b/samples/control-disableUI/README.md index e7d6b7d3a..f5035ccdf 100644 --- a/samples/control-disableUI/README.md +++ b/samples/control-disableUI/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-disableUI` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-disableUI/index.html b/samples/control-disableUI/index.html index db9397a85..e2a8bafb9 100644 --- a/samples/control-disableUI/index.html +++ b/samples/control-disableUI/index.html @@ -6,17 +6,17 @@ --> - - Disabling the Default UI + + Disabling the Default UI - - + + - - - - + + + + diff --git a/samples/control-disableUI/style.css b/samples/control-disableUI/style.css index b1261ce3e..5124acdd0 100644 --- a/samples/control-disableUI/style.css +++ b/samples/control-disableUI/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,9 +17,9 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_disableUI] */ \ No newline at end of file +/* [END maps_control_disableUI] */ diff --git a/samples/control-options/README.md b/samples/control-options/README.md index 3293f2e62..14f774051 100644 --- a/samples/control-options/README.md +++ b/samples/control-options/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-options` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-options/index.html b/samples/control-options/index.html index fd5c55a3d..7891632ea 100644 --- a/samples/control-options/index.html +++ b/samples/control-options/index.html @@ -6,17 +6,19 @@ --> - - Control Options + + Control Options - - + + - - - - + + + + diff --git a/samples/control-options/style.css b/samples/control-options/style.css index f9a1e19e1..20a3c71d1 100644 --- a/samples/control-options/style.css +++ b/samples/control-options/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,9 +17,9 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_options] */ \ No newline at end of file +/* [END maps_control_options] */ diff --git a/samples/control-positioning-labels/README.md b/samples/control-positioning-labels/README.md index 462bb29db..163ef10e6 100644 --- a/samples/control-positioning-labels/README.md +++ b/samples/control-positioning-labels/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-positioning-labels` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-positioning-labels/index.html b/samples/control-positioning-labels/index.html index a9ec54a92..f0abd841c 100644 --- a/samples/control-positioning-labels/index.html +++ b/samples/control-positioning-labels/index.html @@ -1,4 +1,4 @@ - + - - Adding Controls to the Map + + Adding Controls to the Map - - + + - - - - + + + + diff --git a/samples/control-simple/style.css b/samples/control-simple/style.css index d5b7abd33..a102a9ba4 100644 --- a/samples/control-simple/style.css +++ b/samples/control-simple/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,9 +17,9 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_simple] */ \ No newline at end of file +/* [END maps_control_simple] */ diff --git a/samples/dds-datasets-point/README.md b/samples/dds-datasets-point/README.md index f8cee9f7e..214bdd147 100644 --- a/samples/dds-datasets-point/README.md +++ b/samples/dds-datasets-point/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-point` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index 0714be181..c5fe02a33 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -13,45 +13,80 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { // Get the dataset feature, so we can work with all of its attributes. const datasetFeature = params.feature; // Get all of the needed dataset attributes. - const furColors = datasetFeature.datasetAttributes['CombinationofPrimaryandHighlightColor']; + const furColors = + datasetFeature.datasetAttributes[ + 'CombinationofPrimaryandHighlightColor' + ]; // [END maps_dds_datasets_point_style_get_features] // Apply styles. Fill is primary fur color, stroke is secondary fur color. switch (furColors) { case 'Black+': - return /* FeatureStyleOptions */ { fillColor: 'black', pointRadius: 8 }; + return /* FeatureStyleOptions */ { + fillColor: 'black', + pointRadius: 8, + }; break; case 'Cinnamon+': - return /* FeatureStyleOptions */ { fillColor: '#8b0000', pointRadius: 8 }; + return /* FeatureStyleOptions */ { + fillColor: '#8b0000', + pointRadius: 8, + }; break; case 'Cinnamon+Gray': - return /* FeatureStyleOptions */ { fillColor: '#8b0000', strokeColor: 'gray', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: '#8b0000', + strokeColor: 'gray', + pointRadius: 6, + }; break; case 'Cinnamon+White': - return /* FeatureStyleOptions */ { fillColor: '#8b0000', strokeColor: 'white', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: '#8b0000', + strokeColor: 'white', + pointRadius: 6, + }; break; case 'Gray+': - return /* FeatureStyleOptions */ { fillColor: 'gray', pointRadius: 8 }; + return /* FeatureStyleOptions */ { + fillColor: 'gray', + pointRadius: 8, + }; break; case 'Gray+Cinnamon': - return /* FeatureStyleOptions */ { fillColor: 'gray', strokeColor: '#8b0000', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: 'gray', + strokeColor: '#8b0000', + pointRadius: 6, + }; break; case 'Gray+Cinnamon, White': - return /* FeatureStyleOptions */ { fillColor: 'silver', strokeColor: '#8b0000', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: 'silver', + strokeColor: '#8b0000', + pointRadius: 6, + }; break; case 'Gray+White': - return /* FeatureStyleOptions */ { fillColor: 'gray', strokeColor: 'white', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: 'gray', + strokeColor: 'white', + pointRadius: 6, + }; break; default: // Color not defined. - return /* FeatureStyleOptions */ { fillColor: 'yellow', pointRadius: 8 }; - break; + return /* FeatureStyleOptions */ { + fillColor: 'yellow', + pointRadius: 8, + }; + break; } } // [END maps_dds_datasets_point_style_function] async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps') as google.maps.MapsLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; // Get the inner map. innerMap = mapElement.innerMap; @@ -70,11 +105,11 @@ async function initMap() { // Creates a legend for the map. async function makeLegend(innerMap) { let colors = { - 'black': ['black'], - 'cinnamon': ['#8b0000'], - 'cinnamon + gray': ['#8b0000','gray'], + black: ['black'], + cinnamon: ['#8b0000'], + 'cinnamon + gray': ['#8b0000', 'gray'], 'cinnamon + white': ['#8b0000', 'white'], - 'gray': ['gray'], + gray: ['gray'], 'gray + cinnamon': ['gray', '#8b0000'], 'gray + cinnamon + white': ['silver', '#8b0000'], 'gray + white': ['gray', 'white'], diff --git a/samples/dds-datasets-point/style.css b/samples/dds-datasets-point/style.css index 51349c40f..dd03365e8 100644 --- a/samples/dds-datasets-point/style.css +++ b/samples/dds-datasets-point/style.css @@ -9,74 +9,74 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #attributionLabel { - background-color: rgba(255, 255, 255, 0.8); - font-family: 'Roboto' ,'Arial', 'sans-serif'; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.8); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } #legend, #dataset, #counter { - background-color: #e5e5e5; - width: 15em; + background-color: #e5e5e5; + width: 15em; - margin-left: 1em; - border-radius: 8px; - font-family: Roboto; - overflow: hidden; + margin-left: 1em; + border-radius: 8px; + font-family: Roboto; + overflow: hidden; } #dataset select { - border-radius: 0; - padding: 0.1em; - border: 1px solid black; - width: auto; - margin: 0.5em 1em; + border-radius: 0; + padding: 0.1em; + border: 1px solid black; + width: auto; + margin: 0.5em 1em; } .title { - padding: 0.5em 1em; - font-weight: bold; - font-size: 1.5em; - margin-bottom: 0.5em; - background-color: rgb(66, 133, 244); - color: white; - width: 100%; + padding: 0.5em 1em; + font-weight: bold; + font-size: 1.5em; + margin-bottom: 0.5em; + background-color: rgb(66, 133, 244); + color: white; + width: 100%; } .button { - font-size: 1.2em; - margin: 1em; - background-color: rgb(66, 133, 244); - color: white; - padding: 0.5em; - border-radius: 8px; + font-size: 1.2em; + margin: 1em; + background-color: rgb(66, 133, 244); + color: white; + padding: 0.5em; + border-radius: 8px; } #legend #container { - margin: 0.5em; - display: flex; + margin: 0.5em; + display: flex; } #legend div .box { - display: flex; - width: 1em; - height: 1em; - border-radius: 50%; - border: 2px solid; + display: flex; + width: 1em; + height: 1em; + border-radius: 50%; + border: 2px solid; } #legend div .legend { - display: flex; - padding: 0.3em; + display: flex; + padding: 0.3em; } -/* [END maps_dds_datasets_point] */ \ No newline at end of file +/* [END maps_dds_datasets_point] */ diff --git a/samples/dds-datasets-polygon-click/README.md b/samples/dds-datasets-polygon-click/README.md index 9712a7706..949c6e278 100644 --- a/samples/dds-datasets-polygon-click/README.md +++ b/samples/dds-datasets-polygon-click/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polygon-click` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polygon-colors/README.md b/samples/dds-datasets-polygon-colors/README.md index 33c991084..b74445161 100644 --- a/samples/dds-datasets-polygon-colors/README.md +++ b/samples/dds-datasets-polygon-colors/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polygon-colors` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polygon-colors/index.html b/samples/dds-datasets-polygon-colors/index.html index da10e3d6e..d883906e3 100644 --- a/samples/dds-datasets-polygon-colors/index.html +++ b/samples/dds-datasets-polygon-colors/index.html @@ -6,19 +6,24 @@ --> - - Style a polygon data feature with more detail + + Style a polygon data feature with more detail - - - - + + - - - -
Data source: NYC Open Data
+ + + +
+ Data source: NYC Open Data +
- + diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index e2122dae4..3387d1003 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -47,7 +47,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { async function initMap() { // Request needed libraries. - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon-colors/style.css b/samples/dds-datasets-polygon-colors/style.css index a4736cb9d..56a1b302e 100644 --- a/samples/dds-datasets-polygon-colors/style.css +++ b/samples/dds-datasets-polygon-colors/style.css @@ -10,17 +10,17 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #attribution { - background-color: rgba(255, 255, 255, 0.7); - font-family: "Roboto", "Arial", "sans-serif"; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.7); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } -/* [END maps_dds_datasets_polygon_colors] */ \ No newline at end of file +/* [END maps_dds_datasets_polygon_colors] */ diff --git a/samples/dds-datasets-polygon/README.md b/samples/dds-datasets-polygon/README.md index 8ac2f5291..fd3e36751 100644 --- a/samples/dds-datasets-polygon/README.md +++ b/samples/dds-datasets-polygon/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polygon` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polygon/index.html b/samples/dds-datasets-polygon/index.html index 714be30d7..0aa47218e 100644 --- a/samples/dds-datasets-polygon/index.html +++ b/samples/dds-datasets-polygon/index.html @@ -6,21 +6,27 @@ --> - - Style a polygon data feature + + Style a polygon data feature - - - - + + - - - - -
Data source: NYC Open Data
-
- - + + + + +
+ Data source: NYC Open Data +
+
+ + diff --git a/samples/dds-datasets-polygon/style.css b/samples/dds-datasets-polygon/style.css index 43e3988af..55163a55d 100644 --- a/samples/dds-datasets-polygon/style.css +++ b/samples/dds-datasets-polygon/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,17 +17,17 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } /* [START maps_dds_datasets_polygon_attribution_style] */ #attribution { - background-color: rgba(255, 255, 255, 0.7); - font-family: "Roboto", "Arial", "sans-serif"; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.7); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } /* [END maps_dds_datasets_polygon_attribution_style] */ -/* [END maps_dds_datasets_polygon] */ \ No newline at end of file +/* [END maps_dds_datasets_polygon] */ diff --git a/samples/dds-datasets-polyline/README.md b/samples/dds-datasets-polyline/README.md index d055c4d4b..99dfcec31 100644 --- a/samples/dds-datasets-polyline/README.md +++ b/samples/dds-datasets-polyline/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polyline` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polyline/style.css b/samples/dds-datasets-polyline/style.css index 3d155c804..60feaee15 100644 --- a/samples/dds-datasets-polyline/style.css +++ b/samples/dds-datasets-polyline/style.css @@ -10,17 +10,17 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #attribution { - background-color: rgba(255, 255, 255, 0.7); - font-family: "Roboto", "Arial", "sans-serif"; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.7); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } -/* [END maps_dds_datasets_polyline] */ \ No newline at end of file +/* [END maps_dds_datasets_polyline] */ diff --git a/samples/deckgl-arclayer/README.md b/samples/deckgl-arclayer/README.md index 6e96ce7e6..7a5e2199f 100644 --- a/samples/deckgl-arclayer/README.md +++ b/samples/deckgl-arclayer/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/deckgl-arclayer` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/deckgl-arclayer/index.html b/samples/deckgl-arclayer/index.html index 3e2f09aaa..5bfb0d2fb 100644 --- a/samples/deckgl-arclayer/index.html +++ b/samples/deckgl-arclayer/index.html @@ -14,7 +14,6 @@ - diff --git a/samples/deckgl-arclayer/index.ts b/samples/deckgl-arclayer/index.ts index 3a6187684..c91149ad7 100644 --- a/samples/deckgl-arclayer/index.ts +++ b/samples/deckgl-arclayer/index.ts @@ -28,7 +28,10 @@ async function initMap() { innerMap.setTilt(30); // Set tilt after map initialization. // Set the path to the GeoJSON data file. - const dataUrl = new URL('./public/ne_10m_airports.geojson', import.meta.url).toString(); + const dataUrl = new URL( + './public/ne_10m_airports.geojson', + import.meta.url + ).toString(); const flightsLayer = new ArcLayer({ id: 'flights', diff --git a/samples/deckgl-arclayer/public/ne_10m_airports.geojson b/samples/deckgl-arclayer/public/ne_10m_airports.geojson index 8e6f22d0a..739f26071 100644 --- a/samples/deckgl-arclayer/public/ne_10m_airports.geojson +++ b/samples/deckgl-arclayer/public/ne_10m_airports.geojson @@ -1,16934 +1,16934 @@ { - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "small", - "name": "Sahnewal", - "abbrev": "LUH", - "location": "terminal", - "gps_code": "VILD", - "iata_code": "LUH", - "wikipedia": "http://en.wikipedia.org/wiki/Sahnewal_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.9570722403652, 30.8503598561702] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Solapur", - "abbrev": "SSE", - "location": "terminal", - "gps_code": "VASL", - "iata_code": "SSE", - "wikipedia": "http://en.wikipedia.org/wiki/Solapur_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.9330597710755, 17.625415183635] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Birsa Munda", - "abbrev": "IXR", - "location": "terminal", - "gps_code": "VERC", - "iata_code": "IXR", - "wikipedia": "http://en.wikipedia.org/wiki/Birsa_Munda_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.3235970368767, 23.3177245989962] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Ahwaz", - "abbrev": "AWZ", - "location": "terminal", - "gps_code": "OIAW", - "iata_code": "AWZ", - "wikipedia": "http://en.wikipedia.org/wiki/Ahwaz_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [48.7471065435931, 31.3431585560757] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Gwalior", - "abbrev": "GWL", - "location": "terminal", - "gps_code": "VIGR", - "iata_code": "GWL", - "wikipedia": "http://en.wikipedia.org/wiki/Gwalior_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.2172186546348, 26.285487697937] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Hodeidah Int'l", - "abbrev": "HOD", - "location": "terminal", - "gps_code": "OYHD", - "iata_code": "HOD", - "wikipedia": "http://en.wikipedia.org/wiki/Hodeida_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [42.97109630194, 14.7552534413725] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Devi Ahilyabai Holkar Int'l", - "abbrev": "IDR", - "location": "terminal", - "gps_code": "VAID", - "iata_code": "IDR", - "wikipedia": "http://en.wikipedia.org/wiki/Devi_Ahilyabai_Holkar_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.8092915005895, 22.727749187571] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Gandhinagar", - "abbrev": "ISK", - "location": "ramp", - "gps_code": "VANR", - "iata_code": "ISK", - "wikipedia": "http://en.wikipedia.org/wiki/Gandhinagar_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.8105674924689, 19.9660205672806] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "major and military", - "name": "Chandigarh Int'l", - "abbrev": "IXC", - "location": "terminal", - "gps_code": "VICG", - "iata_code": "IXC", - "wikipedia": "http://en.wikipedia.org/wiki/Chandigarh_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.8017261105242, 30.6707248949667] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Aurangabad", - "abbrev": "IXU", - "location": "terminal", - "gps_code": "VAAU", - "iata_code": "IXU", - "wikipedia": "http://en.wikipedia.org/wiki/Aurangabad_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.3958432922005, 19.8672969621082] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Faisalabad Int'l", - "abbrev": "LYP", - "location": "terminal", - "gps_code": "OPFA", - "iata_code": "LYP", - "wikipedia": "http://en.wikipedia.org/wiki/Faisalabad_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.9878190922305, 31.3627435480862] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Omsk Tsentralny", - "abbrev": "OMS", - "location": "terminal", - "gps_code": "UNOO", - "iata_code": "OMS", - "wikipedia": "http://en.wikipedia.org/wiki/Omsk_Tsentralny_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.3163595376585, 54.9576482934059] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Novosibirsk Tolmachev", - "abbrev": "OVB", - "location": "terminal", - "gps_code": "UNNT", - "iata_code": "OVB", - "wikipedia": "http://en.wikipedia.org/wiki/Tolmachevo_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [82.6671524525865, 55.0095847136264] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Zaporozhye Int'l", - "abbrev": "OZH", - "location": "runway", - "gps_code": "UKDE", - "iata_code": "OZH", - "wikipedia": "http://en.wikipedia.org/wiki/Zaporizhia_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.3018728575279, 47.8732635579023] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Simpang Tiga", - "abbrev": "PKU", - "location": "terminal", - "gps_code": "WIBB", - "iata_code": "PKU", - "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Syarif_Qasim_II_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [101.446569298441, 0.464600872998505] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Rota Int'l", - "abbrev": "ROP", - "location": "terminal", - "gps_code": "PGRO", - "iata_code": "ROP", - "wikipedia": "http://en.wikipedia.org/wiki/Rota_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [145.243980298582, 14.1717712971216] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Surgut", - "abbrev": "SGC", - "location": "terminal", - "gps_code": "USRR", - "iata_code": "SGC", - "wikipedia": "http://en.wikipedia.org/wiki/Surgut_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.4084964764375, 61.3401672194481] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Tiruchirappalli", - "abbrev": "TRZ", - "location": "terminal", - "gps_code": "VOTR", - "iata_code": "TRZ", - "wikipedia": "http://en.wikipedia.org/wiki/Tiruchirappalli_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.7089578747476, 10.7603571306554] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Turbat Int'l", - "abbrev": "TUK", - "location": "terminal", - "gps_code": "OPTU", - "iata_code": "TUK", - "wikipedia": "http://en.wikipedia.org/wiki/Turbat_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [63.0279333519181, 25.988794590011] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Quetta Int'l", - "abbrev": "UET", - "location": "terminal", - "gps_code": "OPQT", - "iata_code": "UET", - "wikipedia": "http://en.wikipedia.org/wiki/Quetta_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [66.9487311480949, 30.249043186181] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Zahedan Int'l", - "abbrev": "ZAH", - "location": "terminal", - "gps_code": "OIZH", - "iata_code": "ZAH", - "wikipedia": "http://en.wikipedia.org/wiki/Zahedan_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [60.900708564915, 29.4752941956573] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Abdul Rachman Saleh", - "abbrev": "MLG", - "location": "ramp", - "gps_code": "WARA", - "iata_code": "MLG", - "wikipedia": "http://en.wikipedia.org/wiki/Abdul_Rachman_Saleh_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [112.711418617258, -7.92998002840567] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Barnaul", - "abbrev": "BAX", - "location": "ramp", - "gps_code": "UNBB", - "iata_code": "BAX", - "wikipedia": "http://en.wikipedia.org/wiki/Barnaul_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [83.5504532124038, 53.3633850813046] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "military mid", - "name": "Adampur", - "abbrev": "VIAX", - "location": "runway", - "gps_code": "VIAX", - "iata_code": null, - "wikipedia": null, - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.7584828456005, 31.4329422397715] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "military", - "name": "Bareilly", - "abbrev": "VIBY", - "location": "runway", - "gps_code": "VIBY", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Bareilly_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.452002687657, 28.4218087161144] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "small", - "name": "Dhamial", - "abbrev": "OPQS", - "location": "runway", - "gps_code": "OPQS", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Dhamial_Army_Airbase", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.0320498392002, 33.5614146278861] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "major", - "name": "Cheongju Int'l", - "abbrev": "CJJ", - "location": "terminal", - "gps_code": "RKTU", - "iata_code": "CJJ", - "wikipedia": "http://en.wikipedia.org/wiki/Cheongju_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [127.495916124681, 36.7220227766673] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Gwangju", - "abbrev": "KWJ", - "location": "terminal", - "gps_code": "RKJJ", - "iata_code": "KWJ", - "wikipedia": "http://en.wikipedia.org/wiki/Gwangju_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.810839481226, 35.1400051390198] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Daegu Int'l", - "abbrev": "TAE", - "location": "terminal", - "gps_code": "RKTN", - "iata_code": "TAE", - "wikipedia": "http://en.wikipedia.org/wiki/Daegu_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [128.637537699933, 35.8999277969087] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Ulsan", - "abbrev": "USN", - "location": "terminal", - "gps_code": "RKPU", - "iata_code": "USN", - "wikipedia": "http://en.wikipedia.org/wiki/Ulsan_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [129.355731047528, 35.5928957527107] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Radin Inten II", - "abbrev": "WIIT", - "location": "terminal", - "gps_code": "WIAT", - "iata_code": "TKG", - "wikipedia": "http://en.wikipedia.org/wiki/Radin_Inten_II_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [105.176060419161, -5.242566777132] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "military", - "name": "Allahabad", - "abbrev": "IXD", - "location": "ramp", - "gps_code": "VIAL", - "iata_code": "IXD", - "wikipedia": "http://en.wikipedia.org/wiki/Allahabad_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [81.7317271462187, 25.443522027821] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Chelyabinsk", - "abbrev": "CEK", - "location": "terminal", - "gps_code": "USCC", - "iata_code": "CEK", - "wikipedia": "http://en.wikipedia.org/wiki/Chelyabinsk_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [61.5122589740201, 55.2977919496055] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Tainan", - "abbrev": "TNN", - "location": "ramp", - "gps_code": "RCNN", - "iata_code": "TNN", - "wikipedia": "http://en.wikipedia.org/wiki/Tainan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.209733318093, 22.950667918347] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Taichung", - "abbrev": "RMQ", - "location": "ramp", - "gps_code": "RCMQ", - "iata_code": "RMQ", - "wikipedia": "http://en.wikipedia.org/wiki/Taichung_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.630703547584, 24.2666555567115] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rotterdam The Hague", - "abbrev": "RTM", - "location": "terminal", - "gps_code": "EHRD", - "iata_code": "RTM", - "wikipedia": "http://en.wikipedia.org/wiki/Rotterdam_The_Hague_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.43384434962877, 51.9491301899382] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Voronezh-Chertovitskoye", - "abbrev": "VOZ", - "location": "terminal", - "gps_code": "UUOO", - "iata_code": "VOZ", - "wikipedia": "http://en.wikipedia.org/wiki/Voronezh_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.2254496447973, 51.8126171268344] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Liverpool John Lennon", - "abbrev": "LPL", - "location": "ramp", - "gps_code": "EGGP", - "iata_code": "LPL", - "wikipedia": "http://en.wikipedia.org/wiki/Liverpool_John_Lennon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.85862065784938, 53.3363751054422] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vishakapatnam", - "abbrev": "VTZ", - "location": "terminal", - "gps_code": "VEVZ", - "iata_code": "VTZ", - "wikipedia": "http://en.wikipedia.org/wiki/Visakhapatnam_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [83.2235216387465, 17.7279577384364] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Sultan Hasanuddin Int'l", - "abbrev": "UPG", - "location": "terminal", - "gps_code": "WAAA", - "iata_code": "UPG", - "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Hasanuddin_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [119.545691342151, -5.05893689455779] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vava'u Int'l", - "abbrev": "VAV", - "location": "terminal", - "gps_code": "NFTV", - "iata_code": "VAV", - "wikipedia": "http://en.wikipedia.org/wiki/Vava'u_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-173.968093944159, -18.5860058550654] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Newcastle Int'l", - "abbrev": "NCL", - "location": "terminal", - "gps_code": "EGNT", - "iata_code": "NCL", - "wikipedia": "http://en.wikipedia.org/wiki/Newcastle_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.71034578407216, 55.037084860802] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Goloson Int'l", - "abbrev": "LCE", - "location": "terminal", - "gps_code": "MHLC", - "iata_code": "LCE", - "wikipedia": "http://en.wikipedia.org/wiki/Golos%C3%B3n_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.8514685020011, 15.7451596659126] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Madinah Int'l", - "abbrev": "MED", - "location": "terminal", - "gps_code": "OEMA", - "iata_code": "MED", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_Mohammad_Bin_Abdulaziz_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.6991359560417, 24.5442339605661] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mirabel Int'l", - "abbrev": "YMX", - "location": "terminal", - "gps_code": "CYMX", - "iata_code": "YMX", - "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Mirabel_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.0287382984814, 45.6832250979267] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Palanga Int'l", - "abbrev": "PLQ", - "location": "terminal", - "gps_code": "EYPA", - "iata_code": "PLQ", - "wikipedia": "http://en.wikipedia.org/wiki/Palanga_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [21.0974463986251, 55.9713426235358] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jaipur Int'l", - "abbrev": "JAI", - "location": "terminal", - "gps_code": "VIJP", - "iata_code": "JAI", - "wikipedia": "http://en.wikipedia.org/wiki/Jaipur_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.8010104192668, 26.8211798100605] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sonari", - "abbrev": "IXW", - "location": "terminal", - "gps_code": "VEJS", - "iata_code": "IXW", - "wikipedia": "http://en.wikipedia.org/wiki/Sonari_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [86.1724662363776, 22.8154145110242] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Yenisehir", - "abbrev": "YEI", - "location": "ramp", - "gps_code": "LTBR", - "iata_code": "YEI", - "wikipedia": "http://en.wikipedia.org/wiki/Yeni%C5%9Fehir_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.54492, 40.2555395007473] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Sakirpasa", - "abbrev": "ADA", - "location": "terminal", - "gps_code": "LTAF", - "iata_code": "ADA", - "wikipedia": "http://en.wikipedia.org/wiki/Adana_%C5%9Eakirpa%C5%9Fa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.2969614268338, 36.9852090641795] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kodiak", - "abbrev": "ADQ", - "location": "ramp", - "gps_code": "PADQ", - "iata_code": "ADQ", - "wikipedia": "http://en.wikipedia.org/wiki/Kodiak_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-152.485638515235, 57.7485921070483] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Amarillo Int'l", - "abbrev": "AMA", - "location": "terminal", - "gps_code": "KAMA", - "iata_code": "AMA", - "wikipedia": "http://en.wikipedia.org/wiki/Rick_Husband_Amarillo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.705352772697, 35.2184031919398] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Alice Springs", - "abbrev": "ASP", - "location": "terminal", - "gps_code": "YBAS", - "iata_code": "ASP", - "wikipedia": "http://en.wikipedia.org/wiki/Alice_Springs_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [133.902918, -23.801968] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Raja Sansi Int'l", - "abbrev": "ATQ", - "location": "terminal", - "gps_code": "VIAR", - "iata_code": "ATQ", - "wikipedia": "http://en.wikipedia.org/wiki/Raja_Sansi_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.8071559719824, 31.7068220258888] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Biju Patnaik", - "abbrev": "BBI", - "location": "terminal", - "gps_code": "VEBS", - "iata_code": "BBI", - "wikipedia": "http://en.wikipedia.org/wiki/Biju_Patnaik_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.8168899544429, 20.2526659754734] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Bethel", - "abbrev": "BET", - "location": "runway", - "gps_code": "PABE", - "iata_code": "BET", - "wikipedia": "http://en.wikipedia.org/wiki/Bethel_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-161.83898695944, 60.7787379834088] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Palonegro", - "abbrev": "BGA", - "location": "terminal", - "gps_code": "SKBG", - "iata_code": "BGA", - "wikipedia": "http://en.wikipedia.org/wiki/Palonegro_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.1809207725361, 7.12770915402685] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Birmingham Int'l", - "abbrev": "BHM", - "location": "terminal", - "gps_code": "KBHM", - "iata_code": "BHM", - "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(US)", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.7523773615462, 33.5618672828058] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Broken Hill", - "abbrev": "BHQ", - "location": "terminal", - "gps_code": "YBHI", - "iata_code": "BHQ", - "wikipedia": "http://en.wikipedia.org/wiki/Broken_Hill_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [141.470407303097, -31.998996737463] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Logan Int'l", - "abbrev": "BIL", - "location": "terminal", - "gps_code": "KBIL", - "iata_code": "BIL", - "wikipedia": "http://en.wikipedia.org/wiki/Billings_Logan_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-108.536929388125, 45.8036855715278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Bismarck Muni.", - "abbrev": "BIS", - "location": "terminal", - "gps_code": "KBIS", - "iata_code": "BIS", - "wikipedia": "http://en.wikipedia.org/wiki/Bismarck_Municipal_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.757471303717, 46.7751066661614] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Del Bajio Int'l", - "abbrev": "BJX", - "location": "terminal", - "gps_code": "MMLO", - "iata_code": "BJX", - "wikipedia": "http://en.wikipedia.org/wiki/Del_Baj%C3%ADo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.478753382467, 20.9858871211938] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Benin", - "abbrev": "BNI", - "location": "terminal", - "gps_code": "DNBE", - "iata_code": "BNI", - "wikipedia": "http://en.wikipedia.org/wiki/Benin_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.603682560067, 6.31716689207818] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bourgas", - "abbrev": "BOJ", - "location": "ramp", - "gps_code": "LBBG", - "iata_code": "BOJ", - "wikipedia": "http://en.wikipedia.org/wiki/Burgas_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.5164093662953, 42.5670835487702] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bremen", - "abbrev": "BRE", - "location": "terminal", - "gps_code": "EDDW", - "iata_code": "BRE", - "wikipedia": "http://en.wikipedia.org/wiki/Bremen_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.7858617703132, 53.052287104156] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jacinto Lara Int'l", - "abbrev": "BRM", - "location": "terminal", - "gps_code": "SVBM", - "iata_code": "BRM", - "wikipedia": "http://en.wikipedia.org/wiki/Jacinto_Lara_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.356102, 10.0453] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Brownsville-South Padre Island Int'l", - "abbrev": "BRO", - "location": "terminal", - "gps_code": "KBRO", - "iata_code": "BRO", - "wikipedia": "http://en.wikipedia.org/wiki/Brownsville/South_Padre_Island_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.431765340232, 25.9062743545347] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bristol Int'l", - "abbrev": "BRS", - "location": "terminal", - "gps_code": "EGGD", - "iata_code": "BRS", - "wikipedia": "http://en.wikipedia.org/wiki/Bristol_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.71086469134308, 51.3862934189148] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Baton Rouge Metro", - "abbrev": "BTR", - "location": "terminal", - "gps_code": "KBTR", - "iata_code": "BTR", - "wikipedia": "http://en.wikipedia.org/wiki/Baton_Rouge_Metropolitan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-91.1567544048105, 30.5326138040586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bratislava-M.R. Stefanik", - "abbrev": "BTS", - "location": "terminal", - "gps_code": "LZIB", - "iata_code": "BTS", - "wikipedia": "http://en.wikipedia.org/wiki/M._R._%C5%A0tef%C3%A1nik_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.1999850022208, 48.1698379062535] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Burlington Int'l", - "abbrev": "BTV", - "location": "terminal", - "gps_code": "KBTV", - "iata_code": "BTV", - "wikipedia": "http://en.wikipedia.org/wiki/Burlington_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.1550787790668, 44.4692066040732] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Columbia Metro", - "abbrev": "CAE", - "location": "terminal", - "gps_code": "KCAE", - "iata_code": "CAE", - "wikipedia": "http://en.wikipedia.org/wiki/Columbia_Metropolitan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.1093352429377, 33.9342054584275] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Calicut Int'l", - "abbrev": "CCJ", - "location": "terminal", - "gps_code": "VOCL", - "iata_code": "CCJ", - "wikipedia": "http://en.wikipedia.org/wiki/Calicut_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.950993063051, 11.1395520526064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Cocos (Keeling) Islands", - "abbrev": "CCK", - "location": "terminal", - "gps_code": "YPCC", - "iata_code": "CCK", - "wikipedia": "http://en.wikipedia.org/wiki/Cocos_(Keeling)_Islands_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [96.8287472144207, -12.1851585953293] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Corfu Int'l (Ioannis Kapodistrias)", - "abbrev": "CFU", - "location": "terminal", - "gps_code": "LGKR", - "iata_code": "CFU", - "wikipedia": "http://en.wikipedia.org/wiki/Corfu_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.9147561641662, 39.6067554505259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Changchun Longjia Int'l", - "abbrev": "CGQ", - "location": "terminal", - "gps_code": "ZYCC", - "iata_code": "CGQ", - "wikipedia": "http://en.wikipedia.org/wiki/Changchun_Longjia_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.690456812998, 43.993011479577] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Charleston Int'l", - "abbrev": "CHS", - "location": "terminal", - "gps_code": "KCHS", - "iata_code": "CHS", - "wikipedia": "http://en.wikipedia.org/wiki/Charleston_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.0369337438262, 32.8845301562965] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Coimbatore", - "abbrev": "CJB", - "location": "terminal", - "gps_code": "VOCB", - "iata_code": "CJB", - "wikipedia": "http://en.wikipedia.org/wiki/Coimbatore_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.038893772262, 11.0301415125983] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Someseni", - "abbrev": "CLJ", - "location": "ramp", - "gps_code": "LRCL", - "iata_code": "CLJ", - "wikipedia": "http://en.wikipedia.org/wiki/Cluj-Napoca_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.6869812680486, 46.7826626340243] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ignacio Agramonte", - "abbrev": "CMW", - "location": "terminal", - "gps_code": "MUCM", - "iata_code": "CMW", - "wikipedia": "http://en.wikipedia.org/wiki/Ignacio_Agramonte_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.8451039935167, 21.4247037281961] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Casper/Natrona County Int'l", - "abbrev": "CPR", - "location": "terminal", - "gps_code": "KCPR", - "iata_code": "CPR", - "wikipedia": "http://en.wikipedia.org/wiki/Casper/Natrona_County_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.464444809692, 42.8971900483006] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Clark Int'l", - "abbrev": "CRK", - "location": "ramp", - "gps_code": "RPLC", - "iata_code": "CRK", - "wikipedia": "http://en.wikipedia.org/wiki/Clark_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.550770223914, 15.1876422423888] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Yeager", - "abbrev": "CRW", - "location": "terminal", - "gps_code": "KCRW", - "iata_code": "CRW", - "wikipedia": "http://en.wikipedia.org/wiki/Yeager_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.5964164667526, 38.3705914372865] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Catania Fontanarossa", - "abbrev": "CTA", - "location": "terminal", - "gps_code": "LICC", - "iata_code": "CTA", - "wikipedia": "http://en.wikipedia.org/wiki/Catania-Fontanarossa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.0674605007053, 37.470072800341] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Chetumal Int'l", - "abbrev": "CTM", - "location": "terminal", - "gps_code": "MMCM", - "iata_code": "CTM", - "wikipedia": "http://en.wikipedia.org/wiki/Chetumal_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-88.3242600415365, 18.506434233376] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Cardiff", - "abbrev": "CWL", - "location": "terminal", - "gps_code": "EGFF", - "iata_code": "CWL", - "wikipedia": "http://en.wikipedia.org/wiki/Cardiff_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.33956876429118, 51.3986220911017] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gerrard Smith", - "abbrev": "CYB", - "location": "terminal", - "gps_code": "MWCB", - "iata_code": "CYB", - "wikipedia": "http://en.wikipedia.org/wiki/Gerrard_Smith_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.879461638003, 19.6898653962844] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Cozumel Int'l", - "abbrev": "CZM", - "location": "terminal", - "gps_code": "MMCZ", - "iata_code": "CZM", - "wikipedia": "http://en.wikipedia.org/wiki/Cozumel_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.9304064070436, 20.5115543771647] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "James M. Cox Dayton Int'l", - "abbrev": "DAY", - "location": "terminal", - "gps_code": "KDAY", - "iata_code": "DAY", - "wikipedia": "http://en.wikipedia.org/wiki/Dayton_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.2204594238102, 39.8990402865362] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Dubbo", - "abbrev": "DBO", - "location": "approximate", - "gps_code": "YSDU", - "iata_code": "DBO", - "wikipedia": "http://en.wikipedia.org/wiki/Dubbo_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [148.569717, -32.218681] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Washington Nat'l", - "abbrev": "DCA", - "location": "terminal", - "gps_code": "KDCA", - "iata_code": "DCA", - "wikipedia": "http://en.wikipedia.org/wiki/Ronald_Reagan_Washington_National_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.0433373925631, 38.8537162012123] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Durango Int'l", - "abbrev": "DGO", - "location": "terminal", - "gps_code": "MMDO", - "iata_code": "DGO", - "wikipedia": "http://en.wikipedia.org/wiki/General_Guadalupe_Victoria_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.533846024964, 24.1261948326183] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Voloskoye", - "abbrev": "DNK", - "location": "terminal", - "gps_code": "UKDD", - "iata_code": "DNK", - "wikipedia": "http://en.wikipedia.org/wiki/Dnipropetrovsk_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.0939060224975, 48.3675718021117] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Donetsk", - "abbrev": "DOK", - "location": "terminal", - "gps_code": "UKCC", - "iata_code": "DOK", - "wikipedia": "http://en.wikipedia.org/wiki/Donetsk_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.7448085572103, 48.0691671285582] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Santa Bernardina Int'l", - "abbrev": "DZO", - "location": "runway", - "gps_code": "SUDU", - "iata_code": "DZO", - "wikipedia": "http://en.wikipedia.org/wiki/Santa_Bernardina_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-56.4992636213744, -33.3591084475501] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Edinburgh Int'l", - "abbrev": "EDI", - "location": "terminal", - "gps_code": "EGPH", - "iata_code": "EDI", - "wikipedia": "http://en.wikipedia.org/wiki/Edinburgh_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.36428468513555, 55.9485540113639] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Terrance B. Lettsome Int'l", - "abbrev": "EIS", - "location": "terminal", - "gps_code": "TUPJ", - "iata_code": "EIS", - "wikipedia": "http://en.wikipedia.org/wiki/Terrance_B._Lettsome_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.5371514365795, 18.4443618557983] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Elko Reg.", - "abbrev": "EKO", - "location": "terminal", - "gps_code": "KEKO", - "iata_code": "EKO", - "wikipedia": "http://en.wikipedia.org/wiki/Elko_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.786479232249, 40.8276058815225] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ensenada", - "abbrev": "ESE", - "location": "ramp", - "gps_code": "MMES", - "iata_code": "ESE", - "wikipedia": "http://en.wikipedia.org/wiki/Ensenada_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-116.595724400418, 31.7977139760569] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vagar", - "abbrev": "FAE", - "location": "approximate", - "gps_code": "EKVG", - "iata_code": "FAE", - "wikipedia": "http://en.wikipedia.org/wiki/V%C3%A1gar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.2708, 62.0625] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Hector Int'l", - "abbrev": "FAR", - "location": "terminal", - "gps_code": "KFAR", - "iata_code": "FAR", - "wikipedia": "http://en.wikipedia.org/wiki/Hector_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.8254561269675, 46.9198178811323] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fresno Yosemite Int'l", - "abbrev": "FAT", - "location": "terminal", - "gps_code": "KFAT", - "iata_code": "FAT", - "wikipedia": "http://en.wikipedia.org/wiki/Fresno_Yosemite_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-119.720001323576, 36.7698128373959] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Flagstaff Pulliam", - "abbrev": "FLG", - "location": "terminal", - "gps_code": "KFLG", - "iata_code": "FLG", - "wikipedia": "http://en.wikipedia.org/wiki/Flagstaff_Pulliam_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.674656171675, 35.1389116757976] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mundo Maya Int'l", - "abbrev": "FRS", - "location": "terminal", - "gps_code": "MGTK", - "iata_code": "FRS", - "wikipedia": "http://en.wikipedia.org/wiki/Mundo_Maya_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.8778404226508, 16.9149741642226] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sioux Falls Reg.", - "abbrev": "FSD", - "location": "terminal", - "gps_code": "KFSD", - "iata_code": "FSD", - "wikipedia": "http://en.wikipedia.org/wiki/Sioux_Falls_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.7313831017541, 43.5801934972763] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Spokane Int'l", - "abbrev": "GEG", - "location": "terminal", - "gps_code": "KGEG", - "iata_code": "GEG", - "wikipedia": "http://en.wikipedia.org/wiki/Spokane_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.536836628585, 47.6254781278368] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Exuma Int'l", - "abbrev": "GGT", - "location": "terminal", - "gps_code": "MYEF", - "iata_code": "GGT", - "wikipedia": "http://en.wikipedia.org/wiki/Exuma_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.872613085304, 23.5638829069259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gibraltar", - "abbrev": "GIB", - "location": "runway", - "gps_code": "LXGB", - "iata_code": "GIB", - "wikipedia": "http://en.wikipedia.org/wiki/Gibraltar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-5.34677180033388, 36.1512747504173] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gerald R. Ford Int'l", - "abbrev": "GRR", - "location": "terminal", - "gps_code": "KGRR", - "iata_code": "GRR", - "wikipedia": "http://en.wikipedia.org/wiki/Gerald_R._Ford_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-85.529573207274, 42.8847776020908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Triad Int'l", - "abbrev": "GSO", - "location": "terminal", - "gps_code": "KGSO", - "iata_code": "GSO", - "wikipedia": "http://en.wikipedia.org/wiki/Piedmont_Triad_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.9364867577484, 36.1053781998932] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Great Falls Int'l", - "abbrev": "GTF", - "location": "terminal", - "gps_code": "KGTF", - "iata_code": "GTF", - "wikipedia": "http://en.wikipedia.org/wiki/Great_Falls_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.35668472784, 47.482270729263] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Gaziantep Oguzeli Int'l", - "abbrev": "GZT", - "location": "terminal", - "gps_code": "LTAJ", - "iata_code": "GZT", - "wikipedia": "http://en.wikipedia.org/wiki/O%C4%9Fuzeli_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.47380325219, 36.9453633446875] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hubli", - "abbrev": "HBX", - "location": "terminal", - "gps_code": "VAHB", - "iata_code": "HBX", - "wikipedia": "http://en.wikipedia.org/wiki/Hubli_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.0863155680281, 15.3591833386229] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hat Yai Int'l", - "abbrev": "HDY", - "location": "terminal", - "gps_code": "VTSS", - "iata_code": "HDY", - "wikipedia": "http://en.wikipedia.org/wiki/Hat_Yai_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.393751274671, 6.93634231940664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hefei-Luogang", - "abbrev": "HFE", - "location": "ramp", - "gps_code": "ZSOF", - "iata_code": "HFE", - "wikipedia": "http://en.wikipedia.org/wiki/Hefei_Luogang_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [117.304197015888, 31.7798576795778] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Hurghada Int'l", - "abbrev": "HRG", - "location": "terminal", - "gps_code": "HEGN", - "iata_code": "HRG", - "wikipedia": "http://en.wikipedia.org/wiki/Hurghada_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.8071606414118, 27.1804260918186] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Kharkov Int'l", - "abbrev": "HRK", - "location": "ramp", - "gps_code": "UKHH", - "iata_code": "HRK", - "wikipedia": "http://en.wikipedia.org/wiki/Kharkiv_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [36.2822010773503, 49.9215360631551] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Huntsville Int'l", - "abbrev": "HSV", - "location": "terminal", - "gps_code": "KHSV", - "iata_code": "HSV", - "wikipedia": "http://en.wikipedia.org/wiki/Huntsville_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.7749430563373, 34.6483344609319] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ibadan", - "abbrev": "IBA", - "location": "ramp", - "gps_code": "DNIB", - "iata_code": "IBA", - "wikipedia": "http://en.wikipedia.org/wiki/Ibadan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.9738133433229, 7.36034397269393] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Kansas City Int'l", - "abbrev": "ICT", - "location": "terminal", - "gps_code": "KICT", - "iata_code": "ICT", - "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.4287387683976, 37.6529279603903] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Wilmington Int'l", - "abbrev": "ILM", - "location": "terminal", - "gps_code": "KILM", - "iata_code": "ILM", - "wikipedia": "http://en.wikipedia.org/wiki/Wilmington_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.9103756560469, 34.2667840671996] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ilorin Int'l", - "abbrev": "ILR", - "location": "terminal", - "gps_code": "DNIL", - "iata_code": "ILR", - "wikipedia": "http://en.wikipedia.org/wiki/Ilorin_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.49484038819935, 8.43537651935241] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Falls Int'l", - "abbrev": "INL", - "location": "terminal", - "gps_code": "KINL", - "iata_code": "INL", - "wikipedia": "http://en.wikipedia.org/wiki/Falls_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.3980027552794, 48.5659930848414] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Inverness", - "abbrev": "INV", - "location": "terminal", - "gps_code": "EGPE", - "iata_code": "INV", - "wikipedia": "http://en.wikipedia.org/wiki/Inverness_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.06359175587141, 57.5395002923424] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Imperial Cty.", - "abbrev": "IPL", - "location": "terminal", - "gps_code": "KIPL", - "iata_code": "IPL", - "wikipedia": "http://en.wikipedia.org/wiki/Imperial_County_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.57199556658, 32.8339586685524] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jammu", - "abbrev": "IXJ", - "location": "terminal", - "gps_code": "VIJU", - "iata_code": "IXJ", - "wikipedia": "http://en.wikipedia.org/wiki/Jammu_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.8423077638915, 32.6810428886225] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Madurai", - "abbrev": "IXM", - "location": "terminal", - "gps_code": "VOMD", - "iata_code": "IXM", - "wikipedia": "http://en.wikipedia.org/wiki/Madurai_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.0911394937194, 9.83718627877566] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Jodhpur", - "abbrev": "JDH", - "location": "terminal", - "gps_code": "VIJO", - "iata_code": "JDH", - "wikipedia": "http://en.wikipedia.org/wiki/Jodhpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.0505491895671, 26.2637623458351] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jabalpur", - "abbrev": "JLR", - "location": "terminal", - "gps_code": "VAJB", - "iata_code": "JLR", - "wikipedia": "http://en.wikipedia.org/wiki/Jabalpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.0587438885277, 23.1845328746465] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kilimanjaro Int'l", - "abbrev": "JRO", - "location": "terminal", - "gps_code": "HTKJ", - "iata_code": "JRO", - "wikipedia": "http://en.wikipedia.org/wiki/Kilimanjaro_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.0651896067748, -3.42444495998178] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kaduna", - "abbrev": "KAD", - "location": "terminal", - "gps_code": "DNKA", - "iata_code": "KAD", - "wikipedia": "http://en.wikipedia.org/wiki/Kaduna_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.32525347407434, 10.6946192862391] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kananga", - "abbrev": "KGA", - "location": "terminal", - "gps_code": "FZUA", - "iata_code": "KGA", - "wikipedia": "http://en.wikipedia.org/wiki/Kananga_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [22.478333248269, -5.90016656227041] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kumasi", - "abbrev": "KMS", - "location": "terminal", - "gps_code": "DGSI", - "iata_code": "KMS", - "wikipedia": "http://en.wikipedia.org/wiki/Kumasi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.59257526582362, 6.71460638750365] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vina del Mar", - "abbrev": "KNA", - "location": "ramp", - "gps_code": "SCVM", - "iata_code": "KNA", - "wikipedia": "http://en.wikipedia.org/wiki/Vi%C3%B1a_del_Mar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.4806025354969, -32.948391765136] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kanpur", - "abbrev": "KNU", - "location": "terminal", - "gps_code": "VIKA", - "iata_code": "KNU", - "wikipedia": "http://en.wikipedia.org/wiki/Kanpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.3675338772002, 26.4388334467042] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kona Int'l at Keahole", - "abbrev": "KOA", - "location": "terminal", - "gps_code": "PHKO", - "iata_code": "KOA", - "wikipedia": "http://en.wikipedia.org/wiki/Kona_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-156.040889471058, 19.7370991399442] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kirkwall", - "abbrev": "KOI", - "location": "ramp", - "gps_code": "EGPA", - "iata_code": "KOI", - "wikipedia": "http://en.wikipedia.org/wiki/Kirkwall_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.90137849524508, 58.9544288788304] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kota", - "abbrev": "KTU", - "location": "terminal", - "gps_code": "VIKO", - "iata_code": "KTU", - "wikipedia": "http://en.wikipedia.org/wiki/Kota_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.8504977944552, 25.1634187166743] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Konya", - "abbrev": "KYA", - "location": "terminal", - "gps_code": "LTAN", - "iata_code": "KYA", - "wikipedia": "http://en.wikipedia.org/wiki/Konya_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.5756732669687, 37.9839945531695] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Blue Grass", - "abbrev": "LEX", - "location": "terminal", - "gps_code": "KLEX", - "iata_code": "LEX", - "wikipedia": "http://en.wikipedia.org/wiki/Blue_Grass_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.5982681918786, 38.0374273181372] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lihue", - "abbrev": "LIH", - "location": "terminal", - "gps_code": "PHLI", - "iata_code": "LIH", - "wikipedia": "http://en.wikipedia.org/wiki/Lihu'e_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-159.349084290522, 21.9781243162088] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Little Rock National", - "abbrev": "LIT", - "location": "terminal", - "gps_code": "KLIT", - "iata_code": "LIT", - "wikipedia": "http://en.wikipedia.org/wiki/Little_Rock_National_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-92.2205881319289, 34.7284300415179] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Los Mochis", - "abbrev": "LMM", - "location": "ramp", - "gps_code": "MMLM", - "iata_code": "LMM", - "wikipedia": "http://en.wikipedia.org/wiki/Federal_del_Valle_del_Fuerte_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-109.082694645261, 25.688508826099] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Venustiano Carranza Int'l", - "abbrev": "LOV", - "location": "runway", - "gps_code": "MMMV", - "iata_code": "LOV", - "wikipedia": "http://en.wikipedia.org/wiki/Venustiano_Carranza_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.464960031751, 26.9553927160699] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Laredo Int'l", - "abbrev": "LRD", - "location": "terminal", - "gps_code": "KLRD", - "iata_code": "LRD", - "wikipedia": "http://en.wikipedia.org/wiki/Laredo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.4556603976513, 27.5436657175825] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sumburgh", - "abbrev": "LSI", - "location": "runway", - "gps_code": "EGPB", - "iata_code": "LSI", - "wikipedia": "http://en.wikipedia.org/wiki/Sumburgh_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.28806068838754, 59.8766899598999] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bassel Al-Assad Int'l", - "abbrev": "LTK", - "location": "terminal", - "gps_code": "OSLK", - "iata_code": "LTK", - "wikipedia": "http://en.wikipedia.org/wiki/Bassel_Al-Assad_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.9442407096663, 35.4073114596744] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "London Luton", - "abbrev": "LTN", - "location": "terminal", - "gps_code": "EGGW", - "iata_code": "LTN", - "wikipedia": "http://en.wikipedia.org/wiki/London_Luton_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.376227267397439, 51.8802952570969] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Svalbard Longyear", - "abbrev": "LYR", - "location": "terminal", - "gps_code": "ENSB", - "iata_code": "LYR", - "wikipedia": "http://en.wikipedia.org/wiki/Svalbard_Airport%2C_Longyear", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.495229, 78.246717] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sangster Int'l", - "abbrev": "MBJ", - "location": "runway", - "gps_code": "MKJS", - "iata_code": "MBJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sangster_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.9183907635752, 18.5011549298249] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mandalay Int'l", - "abbrev": "MDL", - "location": "terminal", - "gps_code": "VYMD", - "iata_code": "MDL", - "wikipedia": "http://en.wikipedia.org/wiki/Mandalay_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [95.9706535950217, 21.7055490680274] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Chicago Midway Int'l", - "abbrev": "MDW", - "location": "terminal", - "gps_code": "KMDW", - "iata_code": "MDW", - "wikipedia": "http://en.wikipedia.org/wiki/Chicago_Midway_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.7421266885612, 41.7883492597409] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Eloy Alfaro Int'l", - "abbrev": "MEC", - "location": "runway", - "gps_code": "SEMT", - "iata_code": "MEC", - "wikipedia": "http://en.wikipedia.org/wiki/Manta_Air_Base", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.6833845995774, -0.949557002112883] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Montgomery Reg.", - "abbrev": "MGM", - "location": "terminal", - "gps_code": "KMGM", - "iata_code": "MGM", - "wikipedia": "http://en.wikipedia.org/wiki/Montgomery_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.3903074602686, 32.3045879909631] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Manchester-Boston Reg.", - "abbrev": "MHT", - "location": "terminal", - "gps_code": "KMHT", - "iata_code": "MHT", - "wikipedia": "http://en.wikipedia.org/wiki/Manchester-Boston_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.4375239091857, 42.9279139945886] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Maiduguri Int'l", - "abbrev": "DNMA", - "location": "terminal", - "gps_code": "DNMA", - "iata_code": "MIU", - "wikipedia": "http://en.wikipedia.org/wiki/Maiduguri_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.0851390162471, 11.8534713188527] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mbuji Mayi", - "abbrev": "MJM", - "location": "terminal", - "gps_code": "FZWA", - "iata_code": "MJM", - "wikipedia": "http://en.wikipedia.org/wiki/Mbuji_Mayi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.5721091989052, -6.12484541348812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Minot Int'l", - "abbrev": "MOT", - "location": "terminal", - "gps_code": "KMOT", - "iata_code": "MOT", - "wikipedia": "http://en.wikipedia.org/wiki/Minot_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.2913855313, 48.2556049212839] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Missoula Int'l", - "abbrev": "MSO", - "location": "terminal", - "gps_code": "KMSO", - "iata_code": "MSO", - "wikipedia": "http://en.wikipedia.org/wiki/Missoula_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-114.083694923651, 46.9187604768831] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gen R.S. Taboada Int'l", - "abbrev": "MXL", - "location": "terminal", - "gps_code": "MMML", - "iata_code": "MXL", - "wikipedia": "http://en.wikipedia.org/wiki/General_Rodolfo_S%C3%A1nchez_Taboada_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.247874047841, 32.6285643324607] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Malpensa", - "abbrev": "MXP", - "location": "terminal", - "gps_code": "LIMC", - "iata_code": "MXP", - "wikipedia": "http://en.wikipedia.org/wiki/Malpensa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.71295953502437, 45.6274405140381] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Norfolk Island", - "abbrev": "NLK", - "location": "terminal", - "gps_code": "YSNF", - "iata_code": "NLK", - "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_Island_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [167.943394116205, -29.0351592555275] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Nurnberg", - "abbrev": "NUE", - "location": "terminal", - "gps_code": "EDDN", - "iata_code": "NUE", - "wikipedia": "http://en.wikipedia.org/wiki/Nuremberg_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.0774179739096, 49.4945052170345] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Odessa Int'l", - "abbrev": "ODS", - "location": "terminal", - "gps_code": "UKOO", - "iata_code": "ODS", - "wikipedia": "http://en.wikipedia.org/wiki/Odessa_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.6768308310206, 46.4406268759106] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gold Coast", - "abbrev": "OOL", - "location": "terminal", - "gps_code": "YBCG", - "iata_code": "OOL", - "wikipedia": "http://en.wikipedia.org/wiki/Gold_Coast_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [153.512876264303, -28.1665168540202] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Oran Es Senia", - "abbrev": "ORN", - "location": "terminal", - "gps_code": "DAOO", - "iata_code": "ORN", - "wikipedia": "http://en.wikipedia.org/wiki/Oran_Es_S%C3%A9nia_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.60679696443112, 35.6202747312735] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lok Nayak Jaiprakash", - "abbrev": "PAT", - "location": "terminal", - "gps_code": "VEPT", - "iata_code": "PAT", - "wikipedia": "http://en.wikipedia.org/wiki/Lok_Nayak_Jayaprakash_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.0909021314663, 25.5944434295605] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Paysandu", - "abbrev": "PDU", - "location": "terminal", - "gps_code": "SUPU", - "iata_code": "PDU", - "wikipedia": "http://en.wikipedia.org/wiki/Paysand%C3%BA_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-58.0685346825257, -32.3614545292723] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Paphos Int'l", - "abbrev": "PFO", - "location": "ramp", - "gps_code": "LCPH", - "iata_code": "PFO", - "wikipedia": "http://en.wikipedia.org/wiki/Paphos_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.4832322064926, 34.7134012817335] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sultan Mahmud Badaruddin II", - "abbrev": "PLM", - "location": "terminal", - "gps_code": "WIPP", - "iata_code": "PLM", - "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Mahmud_Badaruddin_II_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.699128326762, -2.89999345005997] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Polokwane Int'l", - "abbrev": "PTG", - "location": "terminal", - "gps_code": "FAPP", - "iata_code": "PTG", - "wikipedia": "http://en.wikipedia.org/wiki/Polokwane_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.4533403645644, -23.858986270166] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Punta Cana", - "abbrev": "PUJ", - "location": "terminal", - "gps_code": "MDPC", - "iata_code": "PUJ", - "wikipedia": "http://en.wikipedia.org/wiki/Punta_Cana_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.3632351074649, 18.563039033987] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Queretaro Int'l", - "abbrev": "QRO", - "location": "terminal", - "gps_code": "MMQT", - "iata_code": "QRO", - "wikipedia": "http://en.wikipedia.org/wiki/Quer%C3%A9taro_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.18735943003, 20.622466071278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rajkot", - "abbrev": "RAJ", - "location": "runway", - "gps_code": "VARK", - "iata_code": "RAJ", - "wikipedia": "http://en.wikipedia.org/wiki/Rajkot_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [70.7799548311565, 22.3092816988361] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Richmond Int'l", - "abbrev": "RIC", - "location": "terminal", - "gps_code": "KRIC", - "iata_code": "RIC", - "wikipedia": "http://en.wikipedia.org/wiki/Richmond_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.333119638113, 37.5082899750901] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Shah Makhdum", - "abbrev": "RJH", - "location": "terminal", - "gps_code": "VGRJ", - "iata_code": "RJH", - "wikipedia": "http://en.wikipedia.org/wiki/Shah_Makhdum_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [88.6138045704431, 24.4448068623035] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Greater Rochester Int'l", - "abbrev": "ROC", - "location": "terminal", - "gps_code": "KROC", - "iata_code": "ROC", - "wikipedia": "http://en.wikipedia.org/wiki/Greater_Rochester_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.6652445062197, 43.1275519826482] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rockhampton", - "abbrev": "ROK", - "location": "terminal", - "gps_code": "YBRK", - "iata_code": "ROK", - "wikipedia": "http://en.wikipedia.org/wiki/Rockhampton_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [150.4789, -23.378599] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rostov-on-Don", - "abbrev": "ROV", - "location": "terminal", - "gps_code": "URRR", - "iata_code": "ROV", - "wikipedia": "http://en.wikipedia.org/wiki/Rostov-on-Don_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.8035144445391, 47.2551119519754] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Saratov", - "abbrev": "RTW", - "location": "ramp", - "gps_code": "UWSS", - "iata_code": "RTW", - "wikipedia": "http://en.wikipedia.org/wiki/Saratov_Tsentralny_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [46.035023249891, 51.5606456508842] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ramon Villeda Morales Int'l", - "abbrev": "SAP", - "location": "terminal", - "gps_code": "MHLM", - "iata_code": "SAP", - "wikipedia": "http://en.wikipedia.org/wiki/Ram%C3%B3n_Villeda_Morales_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.9272365125409, 15.4558630524883] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Santa Barbara Muni.", - "abbrev": "SBA", - "location": "terminal", - "gps_code": "KSBA", - "iata_code": "SBA", - "wikipedia": "http://en.wikipedia.org/wiki/Santa_Barbara_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-119.8366015808, 34.4257312978783] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Deadhorse", - "abbrev": "SCC", - "location": "ramp", - "gps_code": "PASC", - "iata_code": "SCC", - "wikipedia": "http://en.wikipedia.org/wiki/Deadhorse_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-148.457855, 70.19751] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kangerlussuaq", - "abbrev": "SFJ", - "location": "ramp", - "gps_code": "BGSF", - "iata_code": "SFJ", - "wikipedia": "http://en.wikipedia.org/wiki/Kangerlussuaq_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-50.694199, 67.018097] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Springfield Reg.", - "abbrev": "SGF", - "location": "terminal", - "gps_code": "KSGF", - "iata_code": "SGF", - "wikipedia": "http://en.wikipedia.org/wiki/Springfield/Branson_National_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.3826379012003, 37.2421444903024] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Shreveport Reg.", - "abbrev": "SHV", - "location": "terminal", - "gps_code": "KSHV", - "iata_code": "SHV", - "wikipedia": "http://en.wikipedia.org/wiki/Shreveport_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.8285222229503, 32.4545798866513] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Simferopol Int'l", - "abbrev": "SIP", - "location": "ramp", - "gps_code": "UKFF", - "iata_code": "SIP", - "wikipedia": "http://en.wikipedia.org/wiki/Simferopol_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.9960529244537, 45.0202173978165] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sitka Rocky Gutierrez", - "abbrev": "SIT", - "location": "terminal", - "gps_code": "PASI", - "iata_code": "SIT", - "wikipedia": "http://en.wikipedia.org/wiki/Sitka_Rocky_Gutierrez_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-135.365692, 57.05349] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Los Cabos Int'l", - "abbrev": "SJD", - "location": "terminal", - "gps_code": "MMSD", - "iata_code": "SJD", - "wikipedia": "http://en.wikipedia.org/wiki/Los_Cabos_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-109.717858386909, 23.1626574483597] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "McNary Field", - "abbrev": "SLE", - "location": "terminal", - "gps_code": "KSLE", - "iata_code": "SLE", - "wikipedia": "http://en.wikipedia.org/wiki/McNary_Field", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-123.007871479404, 44.9105138452143] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Plan de Guadalupe", - "abbrev": "SLW", - "location": "ramp", - "gps_code": "MMIO", - "iata_code": "SLW", - "wikipedia": "http://en.wikipedia.org/wiki/Plan_de_Guadalupe_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.932260548587, 25.5479976419974] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Shannon", - "abbrev": "SNN", - "location": "terminal", - "gps_code": "EINN", - "iata_code": "SNN", - "wikipedia": "http://en.wikipedia.org/wiki/Shannon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.92242885557686, 52.6934537102532] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Santo Pekoa Int'l", - "abbrev": "SON", - "location": "runway", - "gps_code": "NVSS", - "iata_code": "SON", - "wikipedia": "http://en.wikipedia.org/wiki/Santo-Pekoa_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [167.220894919375, -15.5055387370858] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Achmad Yani", - "abbrev": "SRG", - "location": "terminal", - "gps_code": "WARS", - "iata_code": "SRG", - "wikipedia": "http://en.wikipedia.org/wiki/Achmad_Yani_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [110.378556255666, -6.97873484956982] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Srinagar", - "abbrev": "SXR", - "location": "ramp", - "gps_code": "VISR", - "iata_code": "SXR", - "wikipedia": "http://en.wikipedia.org/wiki/Srinagar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.7826243672311, 33.9830909431623] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Tapachula Int'l", - "abbrev": "TAP", - "location": "ramp", - "gps_code": "MMTP", - "iata_code": "TAP", - "wikipedia": "http://en.wikipedia.org/wiki/Tapachula_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-92.370003, 14.7911281338773] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Podgorica", - "abbrev": "TGD", - "location": "terminal", - "gps_code": "LYPG", - "iata_code": "TGD", - "wikipedia": "http://en.wikipedia.org/wiki/Podgorica_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.2466868618873, 42.3679335195428] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Tallahassee Reg.", - "abbrev": "TLH", - "location": "terminal", - "gps_code": "KTLH", - "iata_code": "TLH", - "wikipedia": "http://en.wikipedia.org/wiki/Tallahassee_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.3449953984858, 30.3955576176938] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Turin Int'l", - "abbrev": "TRN", - "location": "terminal", - "gps_code": "LIMF", - "iata_code": "TRN", - "wikipedia": "http://en.wikipedia.org/wiki/Turin_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.64416230362133, 45.1916600734642] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Taiyuan Wusu Int'l", - "abbrev": "TYN", - "location": "terminal", - "gps_code": "ZBYN", - "iata_code": "TYN", - "wikipedia": "http://en.wikipedia.org/wiki/Taiyuan_Wusu_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [112.625891539315, 37.7545117791512] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Narsarsuaq", - "abbrev": "UAK", - "location": "ramp", - "gps_code": "BGBW", - "iata_code": "UAK", - "wikipedia": "http://en.wikipedia.org/wiki/Narsarsuaq_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-45.4164008923108, 61.1625968337328] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Rayong", - "abbrev": "UTP", - "location": "ramp", - "gps_code": "VTBU", - "iata_code": "UTP", - "wikipedia": "http://en.wikipedia.org/wiki/U-Tapao_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [101.00020929048, 12.6852930912664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Victoria Falls", - "abbrev": "VFA", - "location": "runway", - "gps_code": "FVFA", - "iata_code": "VFA", - "wikipedia": "http://en.wikipedia.org/wiki/Victoria_Falls_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.8467677208826, -18.0990155983682] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vijaywada", - "abbrev": "VGA", - "location": "ramp", - "gps_code": "VOBZ", - "iata_code": "VGA", - "wikipedia": "http://en.wikipedia.org/wiki/Vijayawada_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.7973080000675, 16.528642778235] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Varanasi", - "abbrev": "VNS", - "location": "terminal", - "gps_code": "VIBN", - "iata_code": "VNS", - "wikipedia": "http://en.wikipedia.org/wiki/Varanasi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [82.8538741913527, 25.4499077329822] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Juan Gualberto Gomez", - "abbrev": "VRA", - "location": "terminal", - "gps_code": "MUVR", - "iata_code": "VRA", - "wikipedia": "http://en.wikipedia.org/wiki/Juan_Gualberto_G%C3%B3mez_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.4367103850623, 23.0395422339631] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Villahermosa", - "abbrev": "VSA", - "location": "terminal", - "gps_code": "MMVA", - "iata_code": "VSA", - "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Rovirosa_P%C3%A9rez_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-92.8190675836262, 17.9930660113111] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Brandon", - "abbrev": "YBR", - "location": "terminal", - "gps_code": "CYBR", - "iata_code": "YBR", - "wikipedia": "http://en.wikipedia.org/wiki/Brandon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.9458959002463, 49.9047279410277] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military major", - "name": "CFB Edmonton", - "abbrev": "YED", - "location": "ramp", - "gps_code": "CYED", - "iata_code": "YED", - "wikipedia": "http://en.wikipedia.org/wiki/CFB_Edmonton", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-113.478839054497, 53.6749156618668] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Iqaluit", - "abbrev": "YFB", - "location": "terminal", - "gps_code": "CYFB", - "iata_code": "YFB", - "wikipedia": "http://en.wikipedia.org/wiki/Iqaluit_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.5367292441812, 63.7511523537807] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "John C. Munro Hamilton Int'l", - "abbrev": "YHM", - "location": "terminal", - "gps_code": "CYHM", - "iata_code": "YHM", - "wikipedia": "http://en.wikipedia.org/wiki/John_C._Munro_Hamilton_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.9264230959967, 43.1633605305096] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fort McMurray", - "abbrev": "YMM", - "location": "terminal", - "gps_code": "CYMM", - "iata_code": "YMM", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_McMurray_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.223840046617, 56.6563171390962] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Yantai", - "abbrev": "YNT", - "location": "terminal", - "gps_code": "ZSYT", - "iata_code": "YNT", - "wikipedia": "http://en.wikipedia.org/wiki/Yantai_Laishan_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.372047417773, 37.4077044726924] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Peace River", - "abbrev": "YPE", - "location": "terminal", - "gps_code": "CYPE", - "iata_code": "YPE", - "wikipedia": "http://en.wikipedia.org/wiki/Peace_River_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.443663208082, 56.231924036745] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Greater Moncton Int'l", - "abbrev": "YQM", - "location": "terminal", - "gps_code": "CYQM", - "iata_code": "YQM", - "wikipedia": "http://en.wikipedia.org/wiki/Greater_Moncton_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.6886696807361, 46.116205963926] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sydney/J.A. Douglas McCurdy", - "abbrev": "YQY", - "location": "terminal", - "gps_code": "CYQY", - "iata_code": "YQY", - "wikipedia": "http://en.wikipedia.org/wiki/Sydney_Airport_(Nova_Scotia)", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.0469372117026, 46.1673405890504] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Resolute Bay", - "abbrev": "YRB", - "location": "runway", - "gps_code": "CYRB", - "iata_code": "YRB", - "wikipedia": "http://en.wikipedia.org/wiki/Resolute_Bay_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.9708023244006, 74.7181860987594] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fort Smith", - "abbrev": "YSM", - "location": "runway", - "gps_code": "CYSM", - "iata_code": "YSM", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_Smith_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.961059938158, 60.0198749602443] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Thompson", - "abbrev": "YTH", - "location": "ramp", - "gps_code": "CYTH", - "iata_code": "YTH", - "wikipedia": "http://en.wikipedia.org/wiki/Thompson_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.860733, 55.797482] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Timmins", - "abbrev": "YTS", - "location": "ramp", - "gps_code": "CYTS", - "iata_code": "YTS", - "wikipedia": "http://en.wikipedia.org/wiki/Timmins_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.372047, 48.566158] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Repulse Bay", - "abbrev": "YUT", - "location": "approximate", - "gps_code": "CYUT", - "iata_code": "YUT", - "wikipedia": "http://en.wikipedia.org/wiki/Repulse_Bay_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.25, 66.533302] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kuujjuaq", - "abbrev": "YVP", - "location": "approximate", - "gps_code": "CYVP", - "iata_code": "YVP", - "wikipedia": "http://en.wikipedia.org/wiki/Kuujjuaq_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.433342, 58.101959] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Wabush", - "abbrev": "YWK", - "location": "ramp", - "gps_code": "CYWK", - "iata_code": "YWK", - "wikipedia": "http://en.wikipedia.org/wiki/Wabush_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-66.873009, 52.926071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Edmonton City Centre", - "abbrev": "YXD", - "location": "terminal", - "gps_code": "CYXD", - "iata_code": "YXD", - "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_City_Centre_(Blatchford_Field)_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-113.522973688581, 53.5709436582812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fort St. John (N. Peace)", - "abbrev": "YXJ", - "location": "approximate", - "gps_code": "CYXJ", - "iata_code": "YXJ", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_St._John_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-120.736439, 56.246035] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "North Bay/Jack Garland", - "abbrev": "YYB", - "location": "approximate", - "gps_code": "CYYB", - "iata_code": "YYB", - "wikipedia": "http://en.wikipedia.org/wiki/North_Bay/Jack_Garland_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.42491, 46.358711] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Zaria", - "abbrev": "ZAR", - "location": "ramp", - "gps_code": "DNZA", - "iata_code": "ZAR", - "wikipedia": "http://en.wikipedia.org/wiki/Zaria_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.68726764310577, 11.1352958601071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Skopje", - "abbrev": "SKP", - "location": "terminal", - "gps_code": "LWSK", - "iata_code": "SKP", - "wikipedia": "http://en.wikipedia.org/wiki/Skopje_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [21.6281971858229, 41.9564546081544] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Burnpur", - "abbrev": "VE23", - "location": "runway", - "gps_code": "VE23", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Burnpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [86.974546776573, 23.6312179107764] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hindon Air Force Station", - "abbrev": "VIDX", - "location": "runway", - "gps_code": "VIDX", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Hindon_Air_Force_Station", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.3507888779117, 28.7077968601071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Sunchon", - "abbrev": null, - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Sunchon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.890825057486, 39.4119659710565] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lodz Wladyslaw Reymont", - "abbrev": "EPLL", - "location": "terminal", - "gps_code": "EPLL", - "iata_code": "LCJ", - "wikipedia": "http://en.wikipedia.org/wiki/%C5%81%C3%B3d%C5%BA_W%C5%82adys%C5%82aw_Reymont_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.4032148744037, 51.72720704517] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Alma Ata N.W.", - "abbrev": "BXJ", - "location": "ramp", - "gps_code": "UAAR", - "iata_code": "BXJ", - "wikipedia": null, - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.8782640096648, 43.3554190837919] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jiamusi Dongjiao", - "abbrev": "JMU", - "location": "ramp", - "gps_code": "ZYJM", - "iata_code": "JMU", - "wikipedia": "http://en.wikipedia.org/wiki/Jiamusi_Dongjiao_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [130.456204704407, 46.8430150223379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Mudanjiang Hailang", - "abbrev": "MDG", - "location": "ramp", - "gps_code": "ZYMD", - "iata_code": "MDG", - "wikipedia": "http://en.wikipedia.org/wiki/Mudanjiang_Hailang_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [129.58015153222, 44.5342936299935] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military major", - "name": "Severomorsk-3 (Murmansk N.E.)", - "abbrev": "ULMM", - "location": "runway", - "gps_code": "ULMM", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Severomorsk-3", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.2903527616285, 69.0168711826804] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mosul Int'l", - "abbrev": "OSB", - "location": "runway", - "gps_code": "ORBM", - "iata_code": "OSB", - "wikipedia": "http://en.wikipedia.org/wiki/Mosul_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.145802, 36.308601] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Rostov N.", - "abbrev": null, - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": null, - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.6353996343665, 47.2774209202867] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rostov S.W.", - "abbrev": null, - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": null, - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.7972215345149, 47.1158577255835] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Oulu", - "abbrev": "OUL", - "location": "terminal", - "gps_code": "EFOU", - "iata_code": "OUL", - "wikipedia": "http://en.wikipedia.org/wiki/Oulu_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.3728374704307, 64.9287992358849] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bordeaux", - "abbrev": "BOD", - "location": "terminal", - "gps_code": "LFBD", - "iata_code": "BOD", - "wikipedia": "http://en.wikipedia.org/wiki/Bordeaux_-_M%C3%A9rignac_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.701793449075243, 44.8321108662674] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mandelieu", - "abbrev": "CEQ", - "location": "terminal", - "gps_code": "LFMD", - "iata_code": "CEQ", - "wikipedia": "http://en.wikipedia.org/wiki/Cannes_%E2%80%93_Mandelieu_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.95431612028937, 43.546097987045] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "St Gatien", - "abbrev": "DOL", - "location": "ramp", - "gps_code": "LFRG", - "iata_code": "DOL", - "wikipedia": "http://en.wikipedia.org/wiki/Deauville_-_Saint-Gatien_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [0.158653528230218, 49.3616609986609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lille-Lesquin", - "abbrev": "LIL", - "location": "terminal", - "gps_code": "LFQQ", - "iata_code": "LIL", - "wikipedia": "http://en.wikipedia.org/wiki/Lille_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.10596499799814, 50.5716423929581] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Toulouse-Blagnac", - "abbrev": "TLS", - "location": "terminal", - "gps_code": "LFBO", - "iata_code": "TLS", - "wikipedia": "http://en.wikipedia.org/wiki/Toulouse-Blagnac_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [1.37350918551153, 43.6304625661601] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Fukuoka", - "abbrev": "FUK", - "location": "terminal", - "gps_code": "RJFF", - "iata_code": "FUK", - "wikipedia": "http://en.wikipedia.org/wiki/Fukuoka_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [130.444189541884, 33.5848164332573] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hiroshima-Nishi", - "abbrev": "HIW", - "location": "terminal", - "gps_code": "RJBH", - "iata_code": "HIW", - "wikipedia": "http://en.wikipedia.org/wiki/Hiroshima-Nishi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [132.419372741681, 34.3713815628829] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Nagoya", - "abbrev": "NKM", - "location": "terminal", - "gps_code": "RJNA", - "iata_code": "NKM", - "wikipedia": "http://en.wikipedia.org/wiki/Nagoya_Airfield", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [136.91962838414, 35.2540532052867] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sendai", - "abbrev": "SDJ", - "location": "terminal", - "gps_code": "RJSS", - "iata_code": "SDJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sendai_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [140.930247381369, 38.1382075615287] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kirkenes Hoybuktmoen", - "abbrev": "KKN", - "location": "terminal", - "gps_code": "ENKR", - "iata_code": "KKN", - "wikipedia": "http://en.wikipedia.org/wiki/Kirkenes_Airport%2C_H%C3%B8ybuktmoen", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.8913489500406, 69.7238318113692] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Marechal Rondon Int'l", - "abbrev": "CGB", - "location": "terminal", - "gps_code": "SBCY", - "iata_code": "CGB", - "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Rondon_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-56.1201774754724, -15.6511470191955] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Hercilio Luz Int'l", - "abbrev": "FLN", - "location": "terminal", - "gps_code": "SBFL", - "iata_code": "FLN", - "wikipedia": "http://en.wikipedia.org/wiki/Herc%C3%ADlio_Luz_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-48.5448122049599, -27.6646276941638] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Joinville-Lauro C. de Loyola", - "abbrev": "JOI", - "location": "terminal", - "gps_code": "SBJV", - "iata_code": "JOI", - "wikipedia": "http://en.wikipedia.org/wiki/Joinville-Lauro_Carneiro_de_Loyola_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-48.8016498165616, -26.2242941374785] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Presidente Castro Pinto Int'l", - "abbrev": "JPA", - "location": "terminal", - "gps_code": "SBJP", - "iata_code": "JPA", - "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Castro_Pinto_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-34.9488925911125, -7.14617462402047] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Augusto Severo Int'l", - "abbrev": "NAT", - "location": "terminal", - "gps_code": "SJJQ", - "iata_code": "NAT", - "wikipedia": "http://en.wikipedia.org/wiki/Augusto_Severo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-35.2488410165389, -5.89912054477116] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Francisco Sa Carneiro", - "abbrev": "OPO", - "location": "terminal", - "gps_code": "LPPR", - "iata_code": "OPO", - "wikipedia": "http://en.wikipedia.org/wiki/Francisco_S%C3%A1_Carneiro_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.67127240719647, 41.2368708920452] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Marechal Cunha Machado Int'l", - "abbrev": "SLZ", - "location": "terminal", - "gps_code": "SBSL", - "iata_code": "SLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Cunha_Machado_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-44.2362344700492, -2.58350921043019] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Santos Air Force Base", - "abbrev": "SSZ", - "location": "ramp", - "gps_code": "SBST", - "iata_code": "SSZ", - "wikipedia": "http://en.wikipedia.org/wiki/Santos_Air_Force_Base", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-46.3052704931003, -23.9237590410637] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Teresina-Senador Petronio Portella", - "abbrev": "THE", - "location": "terminal", - "gps_code": "SBTE", - "iata_code": "THE", - "wikipedia": "http://en.wikipedia.org/wiki/Teresina_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-42.8212402317845, -5.06346299167191] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Viracopos-Campinas Int'l", - "abbrev": "VCP", - "location": "terminal", - "gps_code": "SBKP", - "iata_code": "VCP", - "wikipedia": "http://en.wikipedia.org/wiki/Viracopos-Campinas_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-47.1410791911014, -23.0096239085339] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Eurico de Aguiar Salles", - "abbrev": "VIX", - "location": "ramp", - "gps_code": "SBVT", - "iata_code": "VIX", - "wikipedia": "http://en.wikipedia.org/wiki/Eurico_de_Aguiar_Salles_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-40.2885368759913, -20.2574162759419] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Alicante", - "abbrev": "ALC", - "location": "terminal", - "gps_code": "LEAL", - "iata_code": "ALC", - "wikipedia": "http://en.wikipedia.org/wiki/Alicante_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.557230440363588, 38.2866408993929] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Almeria", - "abbrev": "LEI", - "location": "terminal", - "gps_code": "LEAM", - "iata_code": "LEI", - "wikipedia": "http://en.wikipedia.org/wiki/Almer%C3%ADa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.37160144059121, 36.8477672709643] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Valencia", - "abbrev": "VLC", - "location": "terminal", - "gps_code": "LEVC", - "iata_code": "VLC", - "wikipedia": "http://en.wikipedia.org/wiki/Valencia_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.473474930771676, 39.4914597884489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kiruna_Airport", - "abbrev": "KRN", - "location": "terminal", - "gps_code": "ESNQ", - "iata_code": "KRN", - "wikipedia": "http://en.wikipedia.org/wiki/Kiruna_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.3351522954898, 67.8256066056432] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Norrkoping Airport", - "abbrev": "NRK", - "location": "terminal", - "gps_code": "ESSP", - "iata_code": "NRK", - "wikipedia": "http://en.wikipedia.org/wiki/Norrk%C3%B6ping_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.2339407695814, 58.5833805017541] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Husein Sastranegara Int'l", - "abbrev": "BDO", - "location": "runway", - "gps_code": "WICC", - "iata_code": "BDO", - "wikipedia": "http://en.wikipedia.org/wiki/Husein_Sastranegara_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [107.575611852209, -6.90042408353409] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rosario – Islas Malvinas Int'l", - "abbrev": "ROS", - "location": "terminal", - "gps_code": "SAAR", - "iata_code": "ROS", - "wikipedia": "http://en.wikipedia.org/wiki/Rosario_%E2%80%93_Islas_Malvinas_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.7800787216586, -32.9162269743812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Maceio/Zumbi dos Palmares Int'l", - "abbrev": "MCZ", - "location": "terminal", - "gps_code": "SBMO", - "iata_code": "MCZ", - "wikipedia": "http://en.wikipedia.org/wiki/Zumbi_dos_Palmares_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-35.7924951215833, -9.51494118540117] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sharm el-Sheikh Int'l", - "abbrev": "SSH", - "location": "ramp", - "gps_code": "HESH", - "iata_code": "SSH", - "wikipedia": "http://en.wikipedia.org/wiki/Sharm_el-Sheikh_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.3901189267288, 27.9804044199168] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Taba Int'l", - "abbrev": "TCP", - "location": "terminal", - "gps_code": "HETB", - "iata_code": "TCP", - "wikipedia": "http://en.wikipedia.org/wiki/Taba_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.7758378996779, 29.5944990568019] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Agra", - "abbrev": "AGR", - "location": "runway", - "gps_code": "VIAG", - "iata_code": "AGR", - "wikipedia": "http://en.wikipedia.org/wiki/Agra_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.960909176509, 27.15772773475] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vadodara", - "abbrev": "BDQ", - "location": "runway", - "gps_code": "VABO", - "iata_code": "BDQ", - "wikipedia": "http://en.wikipedia.org/wiki/Vadodara_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.2262889533239, 22.3361640021171] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Shahid Ashrafi Esfahani", - "abbrev": "KSH", - "location": "runway", - "gps_code": "OICC", - "iata_code": "KSH", - "wikipedia": "http://en.wikipedia.org/wiki/Shahid_Ashrafi_Esfahani_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.1565835165639, 34.3464167739108] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Benina Int'l", - "abbrev": "BEN", - "location": "ramp", - "gps_code": "HLLB", - "iata_code": "BEN", - "wikipedia": "http://en.wikipedia.org/wiki/Benina_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.2680398018516, 32.0872774606553] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military major", - "name": "King Abdulaziz Ab", - "abbrev": "DHA", - "location": "ramp", - "gps_code": "OEDR", - "iata_code": "DHA", - "wikipedia": "http://en.wikipedia.org/wiki/Dhahran_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.1477245727844, 26.2703680854768] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Nueva Hesperides Int'l", - "abbrev": "STY", - "location": "runway", - "gps_code": "SUSO", - "iata_code": "STY", - "wikipedia": "http://en.wikipedia.org/wiki/Nueva_Hesperides_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.9840821176492, -31.4373883387798] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "spaceport", - "name": "Baikonur Cosmodrome", - "abbrev": "BAIK", - "location": "approximate", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Baikonur_Cosmodrome", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [63.3073544238751, 45.9635739403124] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "spaceport", - "name": "Kennedy Space Center", - "abbrev": "KSC", - "location": "approximate", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_Space_Center", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.6369680911892, 28.5163704772027] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "spaceport", - "name": "Centre Spatial Guyanais", - "abbrev": "CSG", - "location": "terminal", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Guiana_Space_Centre", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-52.7684296893452, 5.23941001258035] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Queen Beatrix Int'l", - "abbrev": "AUA", - "location": "terminal", - "gps_code": "TNCA", - "iata_code": "AUA", - "wikipedia": "http://en.wikipedia.org/wiki/Queen_Beatrix_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.0076228563496, 12.5034643630297] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Djibouti-Ambouli Int'l", - "abbrev": "JIB", - "location": "terminal", - "gps_code": "HDAM", - "iata_code": "JIB", - "wikipedia": "http://en.wikipedia.org/wiki/Djibouti-Ambouli_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.1497127859956, 11.5521018230172] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Diego Aracena Int'l", - "abbrev": "IQQ", - "location": "terminal", - "gps_code": "SCDA", - "iata_code": "IQQ", - "wikipedia": "http://en.wikipedia.org/wiki/Diego_Aracena_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.178635395533, -20.5478400878309] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Sabiha Gokcen Havaalani", - "abbrev": "SAW", - "location": "terminal", - "gps_code": "LTFJ", - "iata_code": "SAW", - "wikipedia": "http://en.wikipedia.org/wiki/Sabiha_G%C3%B6k%C3%A7en_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.3095991423889, 40.9043003553957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Kosrae Island", - "abbrev": "KSA", - "location": "ramp", - "gps_code": "PTSA", - "iata_code": "KSA", - "wikipedia": "http://en.wikipedia.org/wiki/Kosrae_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [162.957041225076, 5.3520098571828] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Funafuti Int'l", - "abbrev": "FUN", - "location": "ramp", - "gps_code": "NGFU", - "iata_code": "FUN", - "wikipedia": "http://en.wikipedia.org/wiki/Funafuti_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [179.19544202302, -8.52485415059424] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Dr. Babasaheb Ambedkar Int'l", - "abbrev": "NAG", - "location": "terminal", - "gps_code": "VANP", - "iata_code": "NAG", - "wikipedia": "http://en.wikipedia.org/wiki/Dr._Babasaheb_Ambedkar_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.0537976421986, 21.0899317630087] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Phuket Int'l", - "abbrev": "HKT", - "location": "terminal", - "gps_code": "VTSP", - "iata_code": "HKT", - "wikipedia": "http://en.wikipedia.org/wiki/Phuket_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [98.3060384900559, 8.10768475952735] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nadi Int'l", - "abbrev": "NAN", - "location": "terminal", - "gps_code": "NFFN", - "iata_code": "NAN", - "wikipedia": "http://en.wikipedia.org/wiki/Nadi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [177.451151198059, -17.7529129479792] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Lic. Jesus Teran Peredo Int'l", - "abbrev": "AGU", - "location": "terminal", - "gps_code": "MMAS", - "iata_code": "AGU", - "wikipedia": "http://en.wikipedia.org/wiki/Lic._Jes%C3%BAs_Ter%C3%A1n_Peredo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-102.314093740058, 21.7013390329207] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Albenga", - "abbrev": "ALL", - "location": "ramp", - "gps_code": "LIMG", - "iata_code": "ALL", - "wikipedia": "http://en.wikipedia.org/wiki/Villanova_d'Albenga_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.12314535436409, 44.0458773598158] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Queen Alia Int'l", - "abbrev": "AMM", - "location": "terminal", - "gps_code": "OJAI", - "iata_code": "AMM", - "wikipedia": "http://en.wikipedia.org/wiki/Queen_Alia_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.989707162193, 31.7226621600432] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Chacalluta Int'l", - "abbrev": "ARI", - "location": "terminal", - "gps_code": "SCAR", - "iata_code": "ARI", - "wikipedia": "http://en.wikipedia.org/wiki/Chacalluta_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.3357301410959, -18.3492061639579] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Atar Int'l", - "abbrev": "ATR", - "location": "terminal", - "gps_code": "GQPA", - "iata_code": "ATR", - "wikipedia": "http://en.wikipedia.org/wiki/Atar_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-13.0511704323315, 20.4982706101565] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Ernesto Cortissoz Int'l", - "abbrev": "BAQ", - "location": "terminal", - "gps_code": "SKBQ", - "iata_code": "BAQ", - "wikipedia": "http://en.wikipedia.org/wiki/Ernesto_Cortissoz_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.776555978265, 10.8866775959414] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Teniente Luis Candelaria Int'l", - "abbrev": "BRC", - "location": "terminal", - "gps_code": "SAZS", - "iata_code": "BRC", - "wikipedia": "http://en.wikipedia.org/wiki/San_Carlos_de_Bariloche_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.1614300869763, -41.1459976958105] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bouake", - "abbrev": "BYK", - "location": "terminal", - "gps_code": "DIBK", - "iata_code": "BYK", - "wikipedia": "http://en.wikipedia.org/wiki/Bouak%C3%A9_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-5.06894222275311, 7.73610495555032] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Philip S. W. Goldson Int'l", - "abbrev": "BZE", - "location": "terminal", - "gps_code": "MZBZ", - "iata_code": "BZE", - "wikipedia": "http://en.wikipedia.org/wiki/Philip_S._W._Goldson_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-88.3082064033075, 17.5360686575521] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Corpus Christi Int'l", - "abbrev": "CRP", - "location": "terminal", - "gps_code": "KCRP", - "iata_code": "CRP", - "wikipedia": "http://en.wikipedia.org/wiki/Corpus_Christi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.5022678710298, 27.7744560700823] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Hato Int'l", - "abbrev": "CUR", - "location": "terminal", - "gps_code": "TNCC", - "iata_code": "CUR", - "wikipedia": "http://en.wikipedia.org/wiki/Hato_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.9568788072761, 12.1848346052019] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Velazco Astete Int'l", - "abbrev": "CUZ", - "location": "terminal", - "gps_code": "SPZO", - "iata_code": "CUZ", - "wikipedia": "http://en.wikipedia.org/wiki/Alejandro_Velasco_Astete_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.9436641449722, -13.5382186992639] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Julius Nyerere Int'l", - "abbrev": "DAR", - "location": "terminal", - "gps_code": "HTDA", - "iata_code": "DAR", - "wikipedia": "http://en.wikipedia.org/wiki/Julius_Nyerere_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.2074715039165, -6.86672004249119] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Detroit City", - "abbrev": "DET", - "location": "terminal", - "gps_code": "KDET", - "iata_code": "DET", - "wikipedia": "http://en.wikipedia.org/wiki/Coleman_A._Young_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-83.0039681417733, 42.4090938431907] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Presidente Nicolau Lobato Int'l", - "abbrev": "DIL", - "location": "terminal", - "gps_code": "WPDL", - "iata_code": "DIL", - "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Nicolau_Lobato_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.524854209182, -8.54931157414564] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Moscow Domodedovo Int'l", - "abbrev": "DME", - "location": "terminal", - "gps_code": "UUDD", - "iata_code": "DME", - "wikipedia": "http://en.wikipedia.org/wiki/Domodedovo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.9002531289452, 55.4141528223023] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Dunedin Int'l", - "abbrev": "DUD", - "location": "terminal", - "gps_code": "NZDN", - "iata_code": "DUD", - "wikipedia": "http://en.wikipedia.org/wiki/Dunedin_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [170.200027, -45.923431] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Dzaoudzi Pamanzi Int'l", - "abbrev": "DZA", - "location": "terminal", - "gps_code": "FMCZ", - "iata_code": "DZA", - "wikipedia": "http://en.wikipedia.org/wiki/Dzaoudzi_Pamandzi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [45.2817864197899, -12.8049474381643] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "El Paso Int'l", - "abbrev": "ELP", - "location": "terminal", - "gps_code": "KELP", - "iata_code": "ELP", - "wikipedia": "http://en.wikipedia.org/wiki/El_Paso_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.395714679366, 31.7990860272589] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Zvartnots Int'l", - "abbrev": "EVN", - "location": "terminal", - "gps_code": "UDYZ", - "iata_code": "EVN", - "wikipedia": "http://en.wikipedia.org/wiki/Zvartnots_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.4000630536938, 40.1523679451884] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Fort Worth Meacham Field", - "abbrev": "FTW", - "location": "terminal", - "gps_code": "KFTW", - "iata_code": "FTW", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_Worth_Meacham_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.3551348561587, 32.8207529047972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "JAGS McCartney Int'l", - "abbrev": "GDT", - "location": "terminal", - "gps_code": "MBGT", - "iata_code": "GDT", - "wikipedia": "http://en.wikipedia.org/wiki/JAGS_McCartney_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.1461337448876, 21.4421237439063] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Scholes Int'l", - "abbrev": "GLS", - "location": "terminal", - "gps_code": "KGLS", - "iata_code": "GLS", - "wikipedia": "http://en.wikipedia.org/wiki/Scholes_International_Airport_at_Galveston", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.8554013876264, 29.2671239212096] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Goma Int'l", - "abbrev": "GOM", - "location": "terminal", - "gps_code": "FZNA", - "iata_code": "GOM", - "wikipedia": "http://en.wikipedia.org/wiki/Goma_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.2400534952228, -1.6583179500207] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Garoua Int'l", - "abbrev": "GOU", - "location": "terminal", - "gps_code": "FKKR", - "iata_code": "GOU", - "wikipedia": "http://en.wikipedia.org/wiki/Garoua_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.3724309377878, 9.33068867678854] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Antonio B. Won Pat Int'l", - "abbrev": "GUM", - "location": "terminal", - "gps_code": "PGUM", - "iata_code": "GUM", - "wikipedia": "http://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [144.805850357093, 13.4926462359465] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Gary/Chicago Int'l", - "abbrev": "GYY", - "location": "terminal", - "gps_code": "KGYY", - "iata_code": "GYY", - "wikipedia": "http://en.wikipedia.org/wiki/Gary/Chicago_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.4083596247406, 41.6177930015166] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Prince Said Ibrahim Int'l", - "abbrev": "HAH", - "location": "terminal", - "gps_code": "FMCH", - "iata_code": "HAH", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_Said_Ibrahim_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.2745612179616, -11.5366393829127] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Hobart Int'l", - "abbrev": "HBA", - "location": "terminal", - "gps_code": "YMHB", - "iata_code": "HBA", - "wikipedia": "http://en.wikipedia.org/wiki/Hobart_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [147.505996190408, -42.8376083694822] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Honiara Int'l", - "abbrev": "HIR", - "location": "terminal", - "gps_code": "AGGH", - "iata_code": "HIR", - "wikipedia": "http://en.wikipedia.org/wiki/Honiara_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [160.045855129925, -9.42757566400146] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Kiev Zhuliany Int'l", - "abbrev": "IEV", - "location": "terminal", - "gps_code": "UKKK", - "iata_code": "IEV", - "wikipedia": "http://en.wikipedia.org/wiki/Kiev_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.4451305182104, 50.412808165985] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Irkutsk S.E.", - "abbrev": "IKT", - "location": "terminal", - "gps_code": "UIII", - "iata_code": "IKT", - "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.355859748002, 52.2728893882244] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Indianapolis Int'l", - "abbrev": "IND", - "location": "terminal", - "gps_code": "KIND", - "iata_code": "IND", - "wikipedia": "http://en.wikipedia.org/wiki/Indianapolis_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.2734003650886, 39.7302043703969] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nauru Int'l", - "abbrev": "INU", - "location": "runway", - "gps_code": "ANYN", - "iata_code": "INU", - "wikipedia": "http://en.wikipedia.org/wiki/Nauru_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [166.91613965882, -0.545037226856384] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Mataveri Int'l", - "abbrev": "IPC", - "location": "terminal", - "gps_code": "SCIP", - "iata_code": "IPC", - "wikipedia": "http://en.wikipedia.org/wiki/Mataveri_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-109.43006441001, -27.1587738388538] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Gob. Horacio Guzman Int'l", - "abbrev": "JUJ", - "location": "terminal", - "gps_code": "SASJ", - "iata_code": "JUJ", - "wikipedia": "http://en.wikipedia.org/wiki/Gobernador_Horacio_Guzm%C3%A1n_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.0937665458812, -24.3861010775846] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nanchang Changbei Int'l", - "abbrev": "KHN", - "location": "terminal", - "gps_code": "ZSCN", - "iata_code": "KHN", - "wikipedia": "http://en.wikipedia.org/wiki/Nanchang_Changbei_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [115.911979918602, 28.8624891200666] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Kunming Wujiaba Int'l", - "abbrev": "KMG", - "location": "terminal", - "gps_code": "ZPPP", - "iata_code": "KMG", - "wikipedia": "http://en.wikipedia.org/wiki/Kunming_Wujiaba_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [102.742117578823, 24.999996110081] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Leeds Bradford", - "abbrev": "LBA", - "location": "terminal", - "gps_code": "EGNM", - "iata_code": "LBA", - "wikipedia": "http://en.wikipedia.org/wiki/Leeds_Bradford_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.65983106734746, 53.8690819474434] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Libreville Leon M'ba Int'l", - "abbrev": "LBV", - "location": "terminal", - "gps_code": "FOOL", - "iata_code": "LBV", - "wikipedia": "http://en.wikipedia.org/wiki/Libreville_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.41022337820712, 0.457139229503759] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Lome Tokoin", - "abbrev": "LFW", - "location": "terminal", - "gps_code": "DXXX", - "iata_code": "LFW", - "wikipedia": "http://en.wikipedia.org/wiki/Lom%C3%A9-Tokoin_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [1.25093205640014, 6.16687362722297] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Lviv Danylo Halytskyi Int'l", - "abbrev": "LWO", - "location": "runway", - "gps_code": "UKLL", - "iata_code": "LWO", - "wikipedia": "http://en.wikipedia.org/wiki/Lviv_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.9461269598944, 49.8178506050005] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Marshall Islands Int'l", - "abbrev": "MAJ", - "location": "terminal", - "gps_code": "PKMJ", - "iata_code": "MAJ", - "wikipedia": "http://en.wikipedia.org/wiki/Marshall_Islands_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [171.281919370648, 7.06811848557091] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Macau Int'l", - "abbrev": "MFM", - "location": "terminal", - "gps_code": "VMMC", - "iata_code": "MFM", - "wikipedia": "http://en.wikipedia.org/wiki/Macau_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.57451294862, 22.1576572529634] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Aden Adde Int'l", - "abbrev": "MGQ", - "location": "runway", - "gps_code": "HCMM", - "iata_code": "MGQ", - "wikipedia": "http://en.wikipedia.org/wiki/Aden_Adde_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [45.3036374186202, 2.01635311214988] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Maputo Int'l", - "abbrev": "MPM", - "location": "terminal", - "gps_code": "FQMA", - "iata_code": "MPM", - "wikipedia": "http://en.wikipedia.org/wiki/Maputo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.5741915194782, -25.924276711787] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Sir Seewoosagur Ramgoolam Int'l", - "abbrev": "MRU", - "location": "terminal", - "gps_code": "FIMP", - "iata_code": "MRU", - "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seewoosagur_Ramgoolam_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [57.6769860076636, -20.4317567793216] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Naples Int'l", - "abbrev": "NAP", - "location": "terminal", - "gps_code": "LIRN", - "iata_code": "NAP", - "wikipedia": "http://en.wikipedia.org/wiki/Naples_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.2828444340203, 40.8780728843639] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nouadhibou Int'l", - "abbrev": "NDB", - "location": "ramp", - "gps_code": "GQPP", - "iata_code": "NDB", - "wikipedia": "http://en.wikipedia.org/wiki/Nouadhibou_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-17.0334398691538, 20.9290523064387] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Ningbo Lishe Int'l", - "abbrev": "NGB", - "location": "terminal", - "gps_code": "ZSNB", - "iata_code": "NGB", - "wikipedia": "http://en.wikipedia.org/wiki/Ningbo_Lishe_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.461819388484, 29.8208231906861] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nouakchott Int'l", - "abbrev": "NKC", - "location": "terminal", - "gps_code": "GQNN", - "iata_code": "NKC", - "wikipedia": "http://en.wikipedia.org/wiki/Nouakchott_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-15.9519259252201, 18.0979231718175] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "La Tontouta Int'l", - "abbrev": "NOU", - "location": "terminal", - "gps_code": "NWWW", - "iata_code": "NOU", - "wikipedia": "http://en.wikipedia.org/wiki/La_Tontouta_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [166.217232118699, -22.0136386248981] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Oakland Int'l", - "abbrev": "OAK", - "location": "terminal", - "gps_code": "KOAK", - "iata_code": "OAK", - "wikipedia": "http://en.wikipedia.org/wiki/Oakland_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.213261257863, 37.7123036951691] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Ontario Int'l", - "abbrev": "ONT", - "location": "parking", - "gps_code": "KONT", - "iata_code": "ONT", - "wikipedia": "http://en.wikipedia.org/wiki/LA/Ontario_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.592327651651, 34.060191102066] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Cork", - "abbrev": "ORK", - "location": "terminal", - "gps_code": "EICK", - "iata_code": "ORK", - "wikipedia": "http://en.wikipedia.org/wiki/Cork_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.49014199983817, 51.8485405419924] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Minangkabau Int'l", - "abbrev": "PDG", - "location": "terminal", - "gps_code": "WIMG", - "iata_code": "PDG", - "wikipedia": "http://en.wikipedia.org/wiki/Minangkabau_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.285455851791, -0.786045714026273] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Joao Paulo II", - "abbrev": "PDL", - "location": "ramp", - "gps_code": "LPPD", - "iata_code": "PDL", - "wikipedia": "http://en.wikipedia.org/wiki/Jo%C3%A3o_Paulo_II_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-25.6969882198711, 37.7433316472933] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bacha Khan Int'l", - "abbrev": "PEW", - "location": "ramp", - "gps_code": "OPPS", - "iata_code": "PEW", - "wikipedia": "http://en.wikipedia.org/wiki/Peshawar_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [71.5188149912667, 33.9914027889596] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Glasgow Prestwick", - "abbrev": "PIK", - "location": "terminal", - "gps_code": "EGPK", - "iata_code": "PIK", - "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_Prestwick_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.61097163901068, 55.5088918105142] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Ponta Pora Int'l", - "abbrev": "PMG", - "location": "terminal", - "gps_code": "SBPP", - "iata_code": "PMG", - "wikipedia": "http://en.wikipedia.org/wiki/Ponta_Por%C3%A3_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-55.7060793748573, -22.551786560876] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Palmerston N. Int'l", - "abbrev": "PMR", - "location": "terminal", - "gps_code": "NZPM", - "iata_code": "PMR", - "wikipedia": "http://en.wikipedia.org/wiki/Palmerston_North_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [175.62128328196, -40.3233178852055] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Pohnpei Int'l", - "abbrev": "PNI", - "location": "terminal", - "gps_code": "PTPN", - "iata_code": "PNI", - "wikipedia": "http://en.wikipedia.org/wiki/Pohnpei_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [158.203304490964, 6.98130676512123] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Tahiti Faa'a Int'l", - "abbrev": "PPT", - "location": "terminal", - "gps_code": "NTAA", - "iata_code": "PPT", - "wikipedia": "http://en.wikipedia.org/wiki/Faa'a_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-149.609757932429, -17.5594577659943] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major and military", - "name": "Pisa Galileo Galilei Int'l", - "abbrev": "PSA", - "location": "terminal", - "gps_code": "LIRP", - "iata_code": "PSA", - "wikipedia": "http://en.wikipedia.org/wiki/Galileo_Galilei_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.4001343718056, 43.6983224157664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Port Sudan", - "abbrev": "PZU", - "location": "runway", - "gps_code": "HSSP", - "iata_code": "PZU", - "wikipedia": null, - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.216065757542, 19.5760636531968] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Praia Int'l", - "abbrev": "RAI", - "location": "terminal", - "gps_code": "GVNP", - "iata_code": "RAI", - "wikipedia": "http://en.wikipedia.org/wiki/Praia_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-23.4862019883587, 14.9449889352832] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Marrakech-Menara", - "abbrev": "RAK", - "location": "terminal", - "gps_code": "GMMX", - "iata_code": "RAK", - "wikipedia": "http://en.wikipedia.org/wiki/Menara_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.02460535907989, 31.6022946597764] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Rarotonga Int'l", - "abbrev": "RAR", - "location": "ramp", - "gps_code": "NCRG", - "iata_code": "RAR", - "wikipedia": "http://en.wikipedia.org/wiki/Rarotonga_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-159.798156308387, -21.2009821724632] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Siem Reap Int'l", - "abbrev": "REP", - "location": "terminal", - "gps_code": "VDSR", - "iata_code": "REP", - "wikipedia": "http://en.wikipedia.org/wiki/Angkor_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.815780528112, 13.4087969693538] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Hermes Quijada Int'l", - "abbrev": "RGA", - "location": "terminal", - "gps_code": "SAWE", - "iata_code": "RGA", - "wikipedia": "http://en.wikipedia.org/wiki/Hermes_Quijada_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-67.7530268462675, -53.7814746058316] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Piloto Civil Norberto Fernandez Int'l", - "abbrev": "RGL", - "location": "terminal", - "gps_code": "SAWG", - "iata_code": "RGL", - "wikipedia": "http://en.wikipedia.org/wiki/Piloto_Civil_Norberto_Fern%C3%A1ndez_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.3064711776731, -51.6116980855402] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Reno-Tahoe Int'l", - "abbrev": "RNO", - "location": "terminal", - "gps_code": "KRNO", - "iata_code": "RNO", - "wikipedia": "http://en.wikipedia.org/wiki/Reno-Tahoe_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-119.775283308105, 39.5058499014703] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Roman Tmetuchl Int'l", - "abbrev": "ROR", - "location": "terminal", - "gps_code": "PTRO", - "iata_code": "ROR", - "wikipedia": "http://en.wikipedia.org/wiki/Palau_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [134.532953466159, 7.3644955361292] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Amilcar Cabral Int'l", - "abbrev": "SID", - "location": "terminal", - "gps_code": "GVAC", - "iata_code": "SID", - "wikipedia": "http://en.wikipedia.org/wiki/Am%C3%ADlcar_Cabral_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-22.9440574079648, 16.7347932693385] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Sarajevo", - "abbrev": "SJJ", - "location": "terminal", - "gps_code": "LQSA", - "iata_code": "SJJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sarajevo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.3366185457127, 43.8258872246797] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Robert L. Bradshaw Int'l", - "abbrev": "SKB", - "location": "terminal", - "gps_code": "TKPK", - "iata_code": "SKB", - "wikipedia": "http://en.wikipedia.org/wiki/Robert_L._Bradshaw_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-62.7142125047316, 17.311125840442] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Martín Miguel de Güemes Int", - "abbrev": "SLA", - "location": "terminal", - "gps_code": "SASA", - "iata_code": "SLA", - "wikipedia": "http://en.wikipedia.org/wiki/Mart%C3%ADn_Miguel_de_G%C3%BCemes_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.4784760437796, -24.8443742713315] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Saipan Int'l", - "abbrev": "SPN", - "location": "terminal", - "gps_code": "PGSN", - "iata_code": "SPN", - "wikipedia": "http://en.wikipedia.org/wiki/Saipan_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [145.723694658638, 15.1215167197664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Juana Azurduy de Padilla Int'l", - "abbrev": "SRE", - "location": "terminal", - "gps_code": "SLSU", - "iata_code": "SRE", - "wikipedia": "http://en.wikipedia.org/wiki/Juana_Azurduy_de_Padilla_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.2928631387847, -19.0139157924657] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Princess Juliana Int'l", - "abbrev": "SXM", - "location": "terminal", - "gps_code": "TNCM", - "iata_code": "SXM", - "wikipedia": "http://en.wikipedia.org/wiki/Princess_Juliana_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.1122760858602, 18.042244021474] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Ta'izz Int'l", - "abbrev": "TAI", - "location": "terminal", - "gps_code": "OYTZ", - "iata_code": "TAI", - "wikipedia": "http://en.wikipedia.org/wiki/Ta'izz_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.134782731062, 13.6854970025574] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Qingdao Liuting Int'l", - "abbrev": "TAO", - "location": "terminal", - "gps_code": "ZSQD", - "iata_code": "TAO", - "wikipedia": "http://en.wikipedia.org/wiki/Qingdao_Liuting_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.380685949061, 36.2677578081039] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Chuuk Int'l", - "abbrev": "TKK", - "location": "terminal", - "gps_code": "PTKK", - "iata_code": "TKK", - "wikipedia": "http://en.wikipedia.org/wiki/Chuuk_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [151.842046037403, 7.45761780288443] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Tangier Ibn Battouta", - "abbrev": "TNG", - "location": "terminal", - "gps_code": "GMTT", - "iata_code": "TNG", - "wikipedia": "http://en.wikipedia.org/wiki/Tangier_Ibn_Battouta_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-5.91288087655914, 35.7257656409274] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bonriki Int'l", - "abbrev": "TRW", - "location": "ramp", - "gps_code": "NGTA", - "iata_code": "TRW", - "wikipedia": "http://en.wikipedia.org/wiki/Bonriki_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [173.145990795301, 1.3806686975383] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Astana Int'l", - "abbrev": "TSE", - "location": "terminal", - "gps_code": "UACC", - "iata_code": "TSE", - "wikipedia": "http://en.wikipedia.org/wiki/Astana_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [71.4609441399936, 51.0269352907712] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Tianjin Binhai Int'l", - "abbrev": "TSN", - "location": "terminal", - "gps_code": "ZBTJ", - "iata_code": "TSN", - "wikipedia": "http://en.wikipedia.org/wiki/Tianjin_Binhai_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [117.352723159919, 39.1294609909008] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major and military", - "name": "Townsville", - "abbrev": "TSV", - "location": "terminal", - "gps_code": "YBTL", - "iata_code": "TSV", - "wikipedia": "http://en.wikipedia.org/wiki/Townsville_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [146.77067890477, -19.2561814376212] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Teniente Gen. Benjamin Matienzo Int'l", - "abbrev": "TUC", - "location": "terminal", - "gps_code": "SANT", - "iata_code": "TUC", - "wikipedia": "http://en.wikipedia.org/wiki/Benjam%C3%ADn_Matienzo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.1081246236248, -26.8357310050714] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Aeroport Tunis", - "abbrev": "TUN", - "location": "terminal", - "gps_code": "DTTA", - "iata_code": "TUN", - "wikipedia": "http://en.wikipedia.org/wiki/Tunis-Carthage_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.2176992447111, 36.8474482177219] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Tucson Int'l", - "abbrev": "TUS", - "location": "terminal", - "gps_code": "KTUS", - "iata_code": "TUS", - "wikipedia": "http://en.wikipedia.org/wiki/Tucson_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.937713232132, 32.1203523441898] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Chinggis Khaan Int'l", - "abbrev": "ULN", - "location": "terminal", - "gps_code": "ZMUB", - "iata_code": "ULN", - "wikipedia": "http://en.wikipedia.org/wiki/Chinggis_Khaan_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.762873994929, 47.8525260966684] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Urumqi Diwopu Int'l", - "abbrev": "URC", - "location": "terminal", - "gps_code": "ZWWW", - "iata_code": "URC", - "wikipedia": "http://en.wikipedia.org/wiki/%C3%9Cr%C3%BCmqi_Diwopu_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [87.4671298487808, 43.8983382193653] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bauerfield Int'l", - "abbrev": "VLI", - "location": "terminal", - "gps_code": "NVVV", - "iata_code": "VLI", - "wikipedia": "http://en.wikipedia.org/wiki/Bauerfield_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [168.319622739662, -17.7016990681781] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Wewak Int'l", - "abbrev": "WWK", - "location": "terminal", - "gps_code": "AYWK", - "iata_code": "WWK", - "wikipedia": "http://en.wikipedia.org/wiki/Wewak_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [143.669102299698, -3.58022689444744] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "military mid", - "name": "Chalons Vatry", - "abbrev": "XCR", - "location": "terminal", - "gps_code": "LFOK", - "iata_code": "XCR", - "wikipedia": "http://en.wikipedia.org/wiki/Ch%C3%A2lons_Vatry_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.19111982574289, 48.7803946138566] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Xiamen Gaoqi Int'l", - "abbrev": "XMN", - "location": "terminal", - "gps_code": "ZSAM", - "iata_code": "XMN", - "wikipedia": "http://en.wikipedia.org/wiki/Xiamen_Gaoqi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [118.12696884672, 24.537192570557] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Yap Int'l", - "abbrev": "YAP", - "location": "terminal", - "gps_code": "PTYA", - "iata_code": "YAP", - "wikipedia": "http://en.wikipedia.org/wiki/Yap_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [138.086430283619, 9.49791733361348] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Playa de Oro Int'l", - "abbrev": "ZLO", - "location": "terminal", - "gps_code": "MMZO", - "iata_code": "ZLO", - "wikipedia": "http://en.wikipedia.org/wiki/Playa_de_Oro_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.560095200097, 19.1480860285854] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Cayenne – Rochambeau", - "abbrev": "CAY", - "location": "terminal", - "gps_code": "SOCA", - "iata_code": "CAY", - "wikipedia": "http://en.wikipedia.org/wiki/Cayenne-Rochambeau_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-52.3638068572357, 4.82126714308924] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Irkutsk N.W.", - "abbrev": "UIII", - "location": "ramp", - "gps_code": "UIIR", - "iata_code": "UIIR", - "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Northwest_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.197359284494, 52.3616476700132] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Shijiazhuang Zhengding Int'l", - "abbrev": "SJW", - "location": "terminal", - "gps_code": "ZBSJ", - "iata_code": "SJW", - "wikipedia": "http://en.wikipedia.org/wiki/Shijiazhuang_Zhengding_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [114.692266598902, 38.278140913112] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Heydar Aliyev Int'l", - "abbrev": "GYD", - "location": "terminal", - "gps_code": "UBBB", - "iata_code": "GYD", - "wikipedia": "http://en.wikipedia.org/wiki/Heydar_Aliyev_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.0498394867405, 40.462746883908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "military mid", - "name": "Lakatamia Airbase", - "abbrev": "LAK", - "location": "ramp", - "gps_code": "LCRO", - "iata_code": "LAK", - "wikipedia": "http://en.wikipedia.org/wiki/List_of_airports_in_Cyprus", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.322201334899, 35.1063448067362] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Cabo Frio Int'l", - "abbrev": "CFB", - "location": "terminal", - "gps_code": "SBCB", - "iata_code": "CFB", - "wikipedia": "http://en.wikipedia.org/wiki/Cabo_Frio_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-42.0792517520184, -22.9256317091328] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Helsinki-Malmi", - "abbrev": "HEM", - "location": "terminal", - "gps_code": "EFHF", - "iata_code": "HEM", - "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Malmi_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.0455353698315, 60.2493778499587] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Luxembourg-Findel", - "abbrev": "LUX", - "location": "terminal", - "gps_code": "ELLX", - "iata_code": "LUX", - "wikipedia": "http://en.wikipedia.org/wiki/Luxembourg-Findel_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.21642121728731, 49.6343040925102] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Venice Marco Polo", - "abbrev": "VCE", - "location": "terminal", - "gps_code": "LIPZ", - "iata_code": "VCE", - "wikipedia": "http://en.wikipedia.org/wiki/Marco_Polo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.3410673004369, 45.5048477588455] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Yangyang Int'l", - "abbrev": "YNY", - "location": "terminal", - "gps_code": "RKNY", - "iata_code": "YNY", - "wikipedia": "http://en.wikipedia.org/wiki/Yangyang_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [128.66298866884, 38.0587824162585] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Tabatinga Int'l", - "abbrev": "TBT", - "location": "terminal", - "gps_code": "SBTT", - "iata_code": "TBT", - "wikipedia": "http://en.wikipedia.org/wiki/Tabatinga_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.939473933909, -4.25032469493379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Boa Vista Int'l", - "abbrev": "BVB", - "location": "terminal", - "gps_code": "SBBV", - "iata_code": "BVB", - "wikipedia": "http://en.wikipedia.org/wiki/Boa_Vista_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.6922206338682, 2.84119534121157] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Gran Canaria", - "abbrev": "LPA", - "location": "terminal", - "gps_code": "GCLP", - "iata_code": "LPA", - "wikipedia": "http://en.wikipedia.org/wiki/Gran_Canaria_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-15.3899245158461, 27.9368899716574] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Com. Armando Tola Int'l", - "abbrev": "ING", - "location": "terminal", - "gps_code": "SAWA", - "iata_code": "ING", - "wikipedia": "http://en.wikipedia.org/wiki/Comandante_Armando_Tola_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-72.0538569101296, -50.2839008690038] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Stockholm-Skavsta", - "abbrev": "NYO", - "location": "terminal", - "gps_code": "ESKN", - "iata_code": "NYO", - "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Skavsta_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.9216055584254, 58.7851041303448] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Polonia Int'l", - "abbrev": "MES", - "location": "terminal", - "gps_code": "WIMM", - "iata_code": "MES", - "wikipedia": "http://en.wikipedia.org/wiki/Polonia_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [98.6761925714641, 3.56659179990894] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bangui M'Poko Int'l", - "abbrev": "BGF", - "location": "terminal", - "gps_code": "FEFF", - "iata_code": "BGF", - "wikipedia": "http://en.wikipedia.org/wiki/Bangui_M'Poko_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.524123630208, 4.39885153695957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Hangzhou Xiaoshan Int'l", - "abbrev": "HGH", - "location": "terminal", - "gps_code": "ZSHC", - "iata_code": "HGH", - "wikipedia": "http://en.wikipedia.org/wiki/Hangzhou_Xiaoshan_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.432097376313, 30.2351862790414] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Cassidy Int'l", - "abbrev": "CXI", - "location": "runway", - "gps_code": "PLCH", - "iata_code": "CXI", - "wikipedia": "http://en.wikipedia.org/wiki/Cassidy_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-157.34977789343, 1.98616119792402] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Siauliai Int'l", - "abbrev": "SQQ", - "location": "runway", - "gps_code": "EYSA", - "iata_code": "SQQ", - "wikipedia": "http://en.wikipedia.org/wiki/%C5%A0iauliai_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.3831885738691, 55.90376945404] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Niue Int'l", - "abbrev": "IUE", - "location": "terminal", - "gps_code": "NIUE", - "iata_code": "IUE", - "wikipedia": "http://en.wikipedia.org/wiki/Niue_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-169.926129774217, -19.0767129354511] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Guarani Int'l", - "abbrev": "AGT", - "location": "terminal", - "gps_code": "SGES", - "iata_code": "AGT", - "wikipedia": "http://en.wikipedia.org/wiki/Guarani_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.8393995296062, -25.4568570715812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Rodriguez Ballon Int'l", - "abbrev": "AQP", - "location": "terminal", - "gps_code": "SPQU", - "iata_code": "AQP", - "wikipedia": "http://en.wikipedia.org/wiki/Rodriguez_Ballon_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.5679335385285, -16.344552065352] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Vladivostok Int'l", - "abbrev": "VVO", - "location": "terminal", - "gps_code": "UHWW", - "iata_code": "VVO", - "wikipedia": "http://en.wikipedia.org/wiki/Vladivostok_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [132.139841720715, 43.3776492533885] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Pristina", - "abbrev": "PRN", - "location": "ramp", - "gps_code": "BKPR", - "iata_code": "PRN", - "wikipedia": "http://en.wikipedia.org/wiki/Pristina_International_Airport_Adem_Jashari", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [21.0302690124746, 42.5850331153448] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Deurne", - "abbrev": "ANR", - "location": "terminal", - "gps_code": "EBAW", - "iata_code": "ANR", - "wikipedia": "http://en.wikipedia.org/wiki/Antwerp_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.45092277399909, 51.1891285063806] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Marquez de Leon Int'l", - "abbrev": "LAP", - "location": "terminal", - "gps_code": "MMLP", - "iata_code": "LAP", - "wikipedia": "http://en.wikipedia.org/wiki/Manuel_M%C3%A1rquez_de_Le%C3%B3n_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.367197859809, 24.0760903521803] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Harbin Taiping", - "abbrev": "HRB", - "location": "terminal", - "gps_code": "ZYHB", - "iata_code": "HRB", - "wikipedia": "http://en.wikipedia.org/wiki/Harbin_Taiping_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.236983030863, 45.6206011723245] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Trivandrum Int'l", - "abbrev": "TRV", - "location": "terminal", - "gps_code": "VOTV", - "iata_code": "TRV", - "wikipedia": "http://en.wikipedia.org/wiki/Trivandrum_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.9189025612913, 8.47650993894514] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Adnan Menderes", - "abbrev": "ADB", - "location": "terminal", - "gps_code": "LTBJ", - "iata_code": "ADB", - "wikipedia": "http://en.wikipedia.org/wiki/Adnan_Menderes_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.1492975952664, 38.2912347645175] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Nanjing Lukou Int'l", - "abbrev": "NKG", - "location": "terminal", - "gps_code": "ZSNJ", - "iata_code": "NKG", - "wikipedia": "http://en.wikipedia.org/wiki/Nanjing_Lukou_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [118.866102146906, 31.7353249296177] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Freeport Int'l", - "abbrev": "FPO", - "location": "terminal", - "gps_code": "MYGF", - "iata_code": "FPO", - "wikipedia": "http://en.wikipedia.org/wiki/Grand_Bahama_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.7039343114497, 26.548246747189] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Tripoli Int'l", - "abbrev": "TIP", - "location": "terminal", - "gps_code": "HLLT", - "iata_code": "TIP", - "wikipedia": "http://en.wikipedia.org/wiki/Tripoli_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.1442589810713, 32.6691695504993] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gander Int'l", - "abbrev": "YQX", - "location": "terminal", - "gps_code": "CYQX", - "iata_code": "YQX", - "wikipedia": "http://en.wikipedia.org/wiki/Gander_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.5755719093578, 48.9465980060736] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major and military", - "name": "Doha Int'l", - "abbrev": "DOH", - "location": "terminal", - "gps_code": "OTBD", - "iata_code": "DOH", - "wikipedia": "http://en.wikipedia.org/wiki/Doha_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [51.5585487876547, 25.2682461310506] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Albuquerque Int'l", - "abbrev": "ABQ", - "location": "terminal", - "gps_code": "KABQ", - "iata_code": "ABQ", - "wikipedia": "http://en.wikipedia.org/wiki/Albuquerque_International_Sunport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.6166851616, 35.0491578018277] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "V.C. Bird Int'l", - "abbrev": "ANU", - "location": "terminal", - "gps_code": "TAPA", - "iata_code": "ANU", - "wikipedia": "http://en.wikipedia.org/wiki/VC_Bird_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-61.7923676698358, 17.1403599371617] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Faleolo", - "abbrev": "APW", - "location": "terminal", - "gps_code": "NSFA", - "iata_code": "APW", - "wikipedia": "http://en.wikipedia.org/wiki/Faleolo_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-171.99732221834, -13.8325013323956] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Asyut", - "abbrev": "ATZ", - "location": "terminal", - "gps_code": "HEAT", - "iata_code": "ATZ", - "wikipedia": "http://en.wikipedia.org/wiki/Assiut_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [31.0162490438011, 27.0508158406978] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Bahrain Int'l", - "abbrev": "BAH", - "location": "terminal", - "gps_code": "OBBI", - "iata_code": "BAH", - "wikipedia": "http://en.wikipedia.org/wiki/Bahrain_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.6260028757534, 26.2696971499497] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Bradley Int'l", - "abbrev": "BDL", - "location": "terminal", - "gps_code": "KBDL", - "iata_code": "BDL", - "wikipedia": "http://en.wikipedia.org/wiki/Bradley_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-72.685394743339, 41.9303160058352] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Grantley Adams Int'l", - "abbrev": "BGI", - "location": "terminal", - "gps_code": "TBPB", - "iata_code": "BGI", - "wikipedia": "http://en.wikipedia.org/wiki/Grantley_Adams_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-59.4874188953159, 13.079661104553] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Yundum Int'l", - "abbrev": "BJL", - "location": "terminal", - "gps_code": "GBYD", - "iata_code": "BJL", - "wikipedia": "http://en.wikipedia.org/wiki/Banjul_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-16.6523132698075, 13.3438604788942] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bujumbura Int'l", - "abbrev": "BJM", - "location": "terminal", - "gps_code": "HBBA", - "iata_code": "BJM", - "wikipedia": "http://en.wikipedia.org/wiki/Bujumbura_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.3209840169939, -3.32204434913113] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Chileka Int'l", - "abbrev": "BLZ", - "location": "terminal", - "gps_code": "FWCL", - "iata_code": "BLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Chileka_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.9719441837933, -15.6813844793273] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Broome Int'l", - "abbrev": "BME", - "location": "terminal", - "gps_code": "YBRM", - "iata_code": "BME", - "wikipedia": "http://en.wikipedia.org/wiki/Broome_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [122.233850515022, -17.952576129268] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bandar Abbass Int'l", - "abbrev": "BND", - "location": "terminal", - "gps_code": "OIKB", - "iata_code": "BND", - "wikipedia": "http://en.wikipedia.org/wiki/Bandar_Abbas_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [56.368886456411, 27.2103258455145] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Basrah Int'l", - "abbrev": "BSR", - "location": "terminal", - "gps_code": "ORMM", - "iata_code": "BSR", - "wikipedia": "http://en.wikipedia.org/wiki/Basra_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.6683766633518, 30.552799016106] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Ciudad Juarez Int'l", - "abbrev": "CJS", - "location": "terminal", - "gps_code": "MMCS", - "iata_code": "CJS", - "wikipedia": "http://en.wikipedia.org/wiki/Abraham_Gonz%C3%A1lez_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.435846631055, 31.6357566201951] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Katunayake Int'l", - "abbrev": "CMB", - "location": "terminal", - "gps_code": "VCBI", - "iata_code": "CMB", - "wikipedia": "http://en.wikipedia.org/wiki/Bandaranaike_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.8852573421506, 7.17807710544221] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Cairns Int'l", - "abbrev": "CNS", - "location": "terminal", - "gps_code": "YBCS", - "iata_code": "CNS", - "wikipedia": "http://en.wikipedia.org/wiki/Cairns_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [145.7535848444, -16.8767421554062] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Chiang Mai Int'l", - "abbrev": "CNX", - "location": "terminal", - "gps_code": "VTCC", - "iata_code": "CNX", - "wikipedia": "http://en.wikipedia.org/wiki/Chiang_Mai_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [98.9681181241593, 18.7688473919675] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "City of Colorado Springs", - "abbrev": "COS", - "location": "terminal", - "gps_code": "KCOS", - "iata_code": "COS", - "wikipedia": "http://en.wikipedia.org/wiki/Colorado_Springs_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.700880274111, 38.7974248779125] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Ign. Alberto Ongay Int'l", - "abbrev": "CPE", - "location": "terminal", - "gps_code": "MMCP", - "iata_code": "CPE", - "wikipedia": "http://en.wikipedia.org/wiki/Ing._Alberto_Acu%C3%B1a_Ongay_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.5036283734038, 19.8142247992074] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Changsha Huanghua Int'l", - "abbrev": "CSX", - "location": "terminal", - "gps_code": "ZGHA", - "iata_code": "CSX", - "wikipedia": "http://en.wikipedia.org/wiki/Changsha_airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.214054203252, 28.1899218619451] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Greater Cincinnati Int'l", - "abbrev": "CVG", - "location": "terminal", - "gps_code": "KCVG", - "iata_code": "CVG", - "wikipedia": "http://en.wikipedia.org/wiki/Cincinnati/Northern_Kentucky_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.6561699153392, 39.055418904783] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Da Nang", - "abbrev": "DAD", - "location": "terminal", - "gps_code": "VVDN", - "iata_code": "DAD", - "wikipedia": "http://en.wikipedia.org/wiki/Da_Nang_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [108.202706257936, 16.053144145167] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Dallas Love Field", - "abbrev": "DAL", - "location": "terminal", - "gps_code": "KDAL", - "iata_code": "DAL", - "wikipedia": "http://en.wikipedia.org/wiki/Dallas_Love_Field", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.84986377098, 32.8444253732738] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Damascus Int'l", - "abbrev": "DAM", - "location": "terminal", - "gps_code": "OSDI", - "iata_code": "DAM", - "wikipedia": "http://en.wikipedia.org/wiki/Damascus_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [36.5128954718126, 33.4114366702732] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Enrique Malek Int'l", - "abbrev": "DAV", - "location": "terminal", - "gps_code": "MPDA", - "iata_code": "DAV", - "wikipedia": "http://en.wikipedia.org/wiki/Enrique_Malek_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.4317583369387, 8.39126106116918] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Aba Tenna D. Yilma Int'l", - "abbrev": "DIR", - "location": "terminal", - "gps_code": "HADR", - "iata_code": "DIR", - "wikipedia": "http://en.wikipedia.org/wiki/Aba_Tenna_Dejazmach_Yilma_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [41.857756722253, 9.61267784753569] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Bali Int'l", - "abbrev": "DPS", - "location": "terminal", - "gps_code": "WADD", - "iata_code": "DPS", - "wikipedia": "http://en.wikipedia.org/wiki/Ngurah_Rai_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [115.162322961107, -8.74475731595652] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Des Moines Int'l", - "abbrev": "DSM", - "location": "terminal", - "gps_code": "KDSM", - "iata_code": "DSM", - "wikipedia": "http://en.wikipedia.org/wiki/Des_Moines_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.6484612563736, 41.5327904242113] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Entebbe Int'l", - "abbrev": "EBB", - "location": "terminal", - "gps_code": "HUEN", - "iata_code": "EBB", - "wikipedia": "http://en.wikipedia.org/wiki/Entebbe_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.4427573135214, 0.044940949388672] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kisangani Bangoka Int'l", - "abbrev": "FKI", - "location": "terminal", - "gps_code": "FZIC", - "iata_code": "FKI", - "wikipedia": "http://en.wikipedia.org/wiki/Bangoka_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.3302714896212, 0.492225136917501] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Fuzhou Changle Int'l", - "abbrev": "FOC", - "location": "terminal", - "gps_code": "ZSFZ", - "iata_code": "FOC", - "wikipedia": "http://en.wikipedia.org/wiki/Fuzhou_Changle_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [119.668043820999, 25.9318233148143] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Lokpriya G. Bordoloi Int'l", - "abbrev": "GAU", - "location": "terminal", - "gps_code": "VEGT", - "iata_code": "GAU", - "wikipedia": "http://en.wikipedia.org/wiki/Lokpriya_Gopinath_Bordoloi_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [91.588229058187, 26.1052475924255] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Gdansk Lech Walesa", - "abbrev": "GDN", - "location": "terminal", - "gps_code": "EPGD", - "iata_code": "GDN", - "wikipedia": "http://en.wikipedia.org/wiki/Gda%C5%84sk_Lech_Wa%C5%82%C4%99sa_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.4684422165911, 54.3807025352925] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Point Salines Int'l", - "abbrev": "GND", - "location": "terminal", - "gps_code": "TGPY", - "iata_code": "GND", - "wikipedia": "http://en.wikipedia.org/wiki/Point_Salines_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-61.7858529909285, 12.0072683054283] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Nizhny Novgorod Int'l", - "abbrev": "GOJ", - "location": "terminal", - "gps_code": "UWGG", - "iata_code": "GOJ", - "wikipedia": "http://en.wikipedia.org/wiki/Nizhny_Novgorod_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.7896337062935, 56.2185525910656] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Jose M. Yanez Int'l", - "abbrev": "GYM", - "location": "terminal", - "gps_code": "MMGM", - "iata_code": "GYM", - "wikipedia": "http://en.wikipedia.org/wiki/General_Jos%C3%A9_Mar%C3%ADa_Y%C3%A1%C3%B1ez_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.921651270402, 27.9694553962829] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hohhot Baita Int'l", - "abbrev": "HET", - "location": "terminal", - "gps_code": "ZBHH", - "iata_code": "HET", - "wikipedia": "http://en.wikipedia.org/wiki/Hohhot_Baita_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [111.814681821626, 40.8540600906552] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Helena Reg.", - "abbrev": "HLN", - "location": "terminal", - "gps_code": "KHLN", - "iata_code": "HLN", - "wikipedia": "http://en.wikipedia.org/wiki/Helena_Regional_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.989896896008, 46.6102043529] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Ignacio P. Garcia Int'l", - "abbrev": "HMO", - "location": "terminal", - "gps_code": "MMHO", - "iata_code": "HMO", - "wikipedia": "http://en.wikipedia.org/wiki/General_Ignacio_Pesqueira_Garcia_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.051901711819, 29.0900772523445] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Dulles Int'l", - "abbrev": "IAD", - "location": "terminal", - "gps_code": "KIAD", - "iata_code": "IAD", - "wikipedia": "http://en.wikipedia.org/wiki/Washington_Dulles_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.4477925769206, 38.952774037953] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hilo Int'l", - "abbrev": "ITO", - "location": "terminal", - "gps_code": "PHTO", - "iata_code": "ITO", - "wikipedia": "http://en.wikipedia.org/wiki/Hilo_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-155.039629733435, 19.7147976868663] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Jackson Int'l", - "abbrev": "JAN", - "location": "terminal", - "gps_code": "KJAN", - "iata_code": "JAN", - "wikipedia": "http://en.wikipedia.org/wiki/Jackson-Evers_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.0750986276924, 32.3100600273635] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Jacksonville Int'l", - "abbrev": "JAX", - "location": "terminal", - "gps_code": "KJAX", - "iata_code": "JAX", - "wikipedia": "http://en.wikipedia.org/wiki/Jacksonville_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.6835767278311, 30.491352730948] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kuching Int'l", - "abbrev": "KCH", - "location": "terminal", - "gps_code": "WBGG", - "iata_code": "KCH", - "wikipedia": "http://en.wikipedia.org/wiki/Kuching_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [110.341837054315, 1.4872079377901] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kigali Int'l", - "abbrev": "KGL", - "location": "terminal", - "gps_code": "HRYR", - "iata_code": "KGL", - "wikipedia": "http://en.wikipedia.org/wiki/Kigali_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.1348768187856, -1.96365443664138] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Balice", - "abbrev": "KRK", - "location": "terminal", - "gps_code": "EPKK", - "iata_code": "KRK", - "wikipedia": "http://en.wikipedia.org/wiki/John_Paul_II_International_Airport_Krak%C3%B3w-Balice", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.8009772844504, 50.0722630648331] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Kurumoch", - "abbrev": "KUF", - "location": "terminal", - "gps_code": "UWWW", - "iata_code": "KUF", - "wikipedia": "http://en.wikipedia.org/wiki/Kurumoch_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.1472655210191, 53.5083848190935] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Guilin Liangjiang Int'l", - "abbrev": "KWL", - "location": "terminal", - "gps_code": "ZGKL", - "iata_code": "KWL", - "wikipedia": "http://en.wikipedia.org/wiki/Guilin_Liangjiang_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [110.04689349777, 25.2176055252293] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Laoag Int'l", - "abbrev": "LAO", - "location": "terminal", - "gps_code": "RPLI", - "iata_code": "LAO", - "wikipedia": "http://en.wikipedia.org/wiki/Laoag_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.533876196127, 18.1824180866379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "LaGuardia", - "abbrev": "LGA", - "location": "terminal", - "gps_code": "KLGA", - "iata_code": "LGA", - "wikipedia": "http://en.wikipedia.org/wiki/LaGuardia_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.8719858204814, 40.7745539398858] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "London Gatwick", - "abbrev": "LGW", - "location": "terminal", - "gps_code": "EGKK", - "iata_code": "LGW", - "wikipedia": "http://en.wikipedia.org/wiki/London_Gatwick_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.162961639139456, 51.1557567519275] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Ljubljana", - "abbrev": "LJU", - "location": "terminal", - "gps_code": "LJLJ", - "iata_code": "LJU", - "wikipedia": "http://en.wikipedia.org/wiki/Ljubljana_Jo%C5%BEe_Pu%C4%8Dnik_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.4548126283266, 46.2305445554486] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Amausi Int'l", - "abbrev": "LKO", - "location": "terminal", - "gps_code": "VILK", - "iata_code": "LKO", - "wikipedia": "http://en.wikipedia.org/wiki/Amausi_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.8841719732472, 26.7639328700916] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "La Plata", - "abbrev": "LPG", - "location": "terminal", - "gps_code": "SADL", - "iata_code": "LPG", - "wikipedia": "http://en.wikipedia.org/wiki/La_Plata_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.895382063651, -34.9655441559234] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Sevando Canales", - "abbrev": "MAM", - "location": "terminal", - "gps_code": "MMMA", - "iata_code": "MAM", - "wikipedia": "http://en.wikipedia.org/wiki/General_Servando_Canales_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.5308217121187, 25.7708412640619] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Manchester Int'l", - "abbrev": "MAN", - "location": "terminal", - "gps_code": "EGCC", - "iata_code": "MAN", - "wikipedia": "http://en.wikipedia.org/wiki/Manchester_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.27337159069427, 53.3624896066518] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Kansas City Int'l", - "abbrev": "MCI", - "location": "terminal", - "gps_code": "KMCI", - "iata_code": "MCI", - "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.7159148579154, 39.2978958263659] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Seeb Int'l", - "abbrev": "MCT", - "location": "terminal", - "gps_code": "OOMS", - "iata_code": "MCT", - "wikipedia": "http://en.wikipedia.org/wiki/Seeb_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [58.2904804753493, 23.5885704175856] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Habib Bourguiba Int'l", - "abbrev": "MIR", - "location": "terminal", - "gps_code": "DTMB", - "iata_code": "MIR", - "wikipedia": "http://en.wikipedia.org/wiki/Habib_Bourguiba_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.753368185054, 35.760710442178] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Marseille Provence Airport", - "abbrev": "MRS", - "location": "terminal", - "gps_code": "LFML", - "iata_code": "MRS", - "wikipedia": "http://en.wikipedia.org/wiki/Marseille_Provence_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.22137917720337, 43.4410600016468] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Quetzalcoatl Int'l", - "abbrev": "NLD", - "location": "terminal", - "gps_code": "MMNL", - "iata_code": "NLD", - "wikipedia": "http://en.wikipedia.org/wiki/Quetzalc%C3%B3atl_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.5680081930063, 27.4496896508316] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Nanning Wuwu Int'l", - "abbrev": "NNG", - "location": "terminal", - "gps_code": "ZGNN", - "iata_code": "NNG", - "wikipedia": "http://en.wikipedia.org/wiki/Nanning_Wuxu_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [108.168012273331, 22.6120370541785] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Xoxocotlan Int'l", - "abbrev": "OAX", - "location": "terminal", - "gps_code": "MMOX", - "iata_code": "OAX", - "wikipedia": "http://en.wikipedia.org/wiki/Xoxocotl%C3%A1n_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.7217959384975, 17.0005592569745] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kahului", - "abbrev": "OGG", - "location": "terminal", - "gps_code": "PHOG", - "iata_code": "OGG", - "wikipedia": "http://en.wikipedia.org/wiki/Kahului_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-156.437429581353, 20.8932885151112] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Will Rogers", - "abbrev": "OKC", - "location": "terminal", - "gps_code": "KOKC", - "iata_code": "OKC", - "wikipedia": "http://en.wikipedia.org/wiki/Will_Rogers_World_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.5961177542092, 35.3952774911744] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Norfolk Int'l", - "abbrev": "ORF", - "location": "terminal", - "gps_code": "KORF", - "iata_code": "ORF", - "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.2044231712327, 36.8982394673674] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Palm Beach Int'l", - "abbrev": "PBI", - "location": "terminal", - "gps_code": "KPBI", - "iata_code": "PBI", - "wikipedia": "http://en.wikipedia.org/wiki/Palm_Beach_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.0901893383387, 26.688441666433] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Pengel Int'l", - "abbrev": "PBM", - "location": "terminal", - "gps_code": "SMJP", - "iata_code": "PBM", - "wikipedia": "http://en.wikipedia.org/wiki/Johan_Adolf_Pengel_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-55.1999113892902, 5.45599967797439] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bolshesavino", - "abbrev": "PEE", - "location": "terminal", - "gps_code": "USPP", - "iata_code": "PEE", - "wikipedia": "http://en.wikipedia.org/wiki/Bolshoye_Savino_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [56.0195602820297, 57.9197711231691] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Penang Int'l", - "abbrev": "PEN", - "location": "terminal", - "gps_code": "WMKP", - "iata_code": "PEN", - "wikipedia": "http://en.wikipedia.org/wiki/Penang_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.265786380955, 5.29265627790489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Port Harcourt Int'l", - "abbrev": "PHC", - "location": "terminal", - "gps_code": "DNPO", - "iata_code": "PHC", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Harcourt_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.94989742723191, 5.00700347673944] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Port Hedland Int'l", - "abbrev": "PHE", - "location": "terminal", - "gps_code": "YPPD", - "iata_code": "PHE", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Hedland_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [118.631797815615, -20.3781272960723] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Pierre Regional", - "abbrev": "PIR", - "location": "terminal", - "gps_code": "KPIR", - "iata_code": "PIR", - "wikipedia": "http://en.wikipedia.org/wiki/Pierre_Regional_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.292641981705, 44.3801534668762] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Greater Pittsburgh Int'l", - "abbrev": "PIT", - "location": "terminal", - "gps_code": "KPIT", - "iata_code": "PIT", - "wikipedia": "http://en.wikipedia.org/wiki/Pittsburgh_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.2561290571918, 40.4960518915285] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Pago Pago Int'l", - "abbrev": "PPG", - "location": "terminal", - "gps_code": "NSTU", - "iata_code": "PPG", - "wikipedia": "http://en.wikipedia.org/wiki/Pago_Pago_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-170.713307053734, -14.3290641850306] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Birmingham Int'l", - "abbrev": "BHX", - "location": "terminal", - "gps_code": "EGBB", - "iata_code": "BHX", - "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(United_Kingdom)", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.73373170434452, 52.4529085542838] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Roberts Int'l", - "abbrev": "ROB", - "location": "terminal", - "gps_code": "GLRB", - "iata_code": "ROB", - "wikipedia": "http://en.wikipedia.org/wiki/Roberts_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-10.3530851867934, 6.24183456554526] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Raipur", - "abbrev": "RPR", - "location": "terminal", - "gps_code": "VARP", - "iata_code": "RPR", - "wikipedia": "http://en.wikipedia.org/wiki/Raipur_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [81.7403775915201, 21.1859868561447] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "El Salvador Int'l", - "abbrev": "SAL", - "location": "terminal", - "gps_code": "MSLP", - "iata_code": "SAL", - "wikipedia": "http://en.wikipedia.org/wiki/Cuscatlan_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.0572035692743, 13.4447481228616] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "San Diego Int'l", - "abbrev": "SAN", - "location": "terminal", - "gps_code": "KSAN", - "iata_code": "SAN", - "wikipedia": "http://en.wikipedia.org/wiki/San_Diego_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.197511025731, 32.7322645570132] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "San Antonio Int'l", - "abbrev": "SAT", - "location": "terminal", - "gps_code": "KSAT", - "iata_code": "SAT", - "wikipedia": "http://en.wikipedia.org/wiki/San_Antonio_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-98.4719699991559, 29.5266203391315] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Savannah Int'l", - "abbrev": "SAV", - "location": "terminal", - "gps_code": "KSAV", - "iata_code": "SAV", - "wikipedia": "http://en.wikipedia.org/wiki/Savannah/Hilton_Head_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.2099647750913, 32.1356415522902] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Antonio Maceo", - "abbrev": "SCU", - "location": "terminal", - "gps_code": "MUCU", - "iata_code": "SCU", - "wikipedia": "http://en.wikipedia.org/wiki/Antonio_Maceo_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.8398877639791, 19.9724288717622] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Ponciano Arriaga Int'l", - "abbrev": "SLP", - "location": "terminal", - "gps_code": "MMSP", - "iata_code": "SLP", - "wikipedia": "http://en.wikipedia.org/wiki/Ponciano_Arriaga_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.936477816267, 22.2557130495903] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Sacramento Int'l", - "abbrev": "SMF", - "location": "terminal", - "gps_code": "KSMF", - "iata_code": "SMF", - "wikipedia": "http://en.wikipedia.org/wiki/Sacramento_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-121.587894877723, 38.6927238925554] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Cibao Int'l", - "abbrev": "STI", - "location": "terminal", - "gps_code": "MDST", - "iata_code": "STI", - "wikipedia": "http://en.wikipedia.org/wiki/Cibao_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.6941783224468, 19.4659219152888] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Koltsovo", - "abbrev": "SVX", - "location": "terminal", - "gps_code": "USSS", - "iata_code": "SVX", - "wikipedia": "http://en.wikipedia.org/wiki/Koltsovo_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [60.8058033432174, 56.732245612046] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Syracuse Hancock Int'l", - "abbrev": "SYR", - "location": "terminal", - "gps_code": "KSYR", - "iata_code": "SYR", - "wikipedia": "http://en.wikipedia.org/wiki/Syracuse_Hancock_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.1130789991049, 43.1317844943741] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Tabriz", - "abbrev": "TBZ", - "location": "terminal", - "gps_code": "OITT", - "iata_code": "TBZ", - "wikipedia": "http://en.wikipedia.org/wiki/Tabriz_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [46.244713373574, 38.1311107688175] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Torreon Int'l", - "abbrev": "TRC", - "location": "terminal", - "gps_code": "MMTC", - "iata_code": "TRC", - "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Sarabia_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-103.398787828579, 25.5632164399896] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Tulsa Int'l", - "abbrev": "TUL", - "location": "terminal", - "gps_code": "KTUL", - "iata_code": "TUL", - "wikipedia": "http://en.wikipedia.org/wiki/Tulsa_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-95.889882271542, 36.190127565195] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Mcghee Tyson", - "abbrev": "TYS", - "location": "terminal", - "gps_code": "KTYS", - "iata_code": "TYS", - "wikipedia": "http://en.wikipedia.org/wiki/McGhee_Tyson_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-83.9899378327585, 35.8057448027088] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Ufa Int'l", - "abbrev": "UFA", - "location": "terminal", - "gps_code": "UWUU", - "iata_code": "UFA", - "wikipedia": "http://en.wikipedia.org/wiki/Ufa_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.8840773411837, 54.5651323578972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hewanorra Int'l", - "abbrev": "UVF", - "location": "terminal", - "gps_code": "TLPL", - "iata_code": "UVF", - "wikipedia": "http://en.wikipedia.org/wiki/Hewanorra_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.9499737723461, 13.7365238050489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Windhoek Hosea Kutako Int'l", - "abbrev": "WDH", - "location": "terminal", - "gps_code": "FYWH", - "iata_code": "WDH", - "wikipedia": "http://en.wikipedia.org/wiki/Windhoek_Hosea_Kutako_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.4632259028133, -22.4869531202041] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Sault Ste Marie", - "abbrev": "YAM", - "location": "terminal", - "gps_code": "CYAM", - "iata_code": "YAM", - "wikipedia": "http://en.wikipedia.org/wiki/Sault_Ste._Marie_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.5006089999718, 46.4854175101926] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Dawson Cr.", - "abbrev": "YDQ", - "location": "terminal", - "gps_code": "CYDQ", - "iata_code": "YDQ", - "wikipedia": "http://en.wikipedia.org/wiki/Dawson_Creek_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-120.185595619101, 55.7394117074557] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Edmonton Int'l", - "abbrev": "YEG", - "location": "terminal", - "gps_code": "CYEG", - "iata_code": "YEG", - "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-113.584492564406, 53.3072001619183] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Halifax Int'l", - "abbrev": "YHZ", - "location": "terminal", - "gps_code": "CYHZ", - "iata_code": "YHZ", - "wikipedia": "http://en.wikipedia.org/wiki/Halifax_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.5149652501673, 44.886545450101] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kamloops", - "abbrev": "YKA", - "location": "terminal", - "gps_code": "CYKA", - "iata_code": "YKA", - "wikipedia": "http://en.wikipedia.org/wiki/Kamloops_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-120.441734763962, 50.7051955184591] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Sudbury", - "abbrev": "YSB", - "location": "terminal", - "gps_code": "CYSB", - "iata_code": "YSB", - "wikipedia": "http://en.wikipedia.org/wiki/Sudbury_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.7957747817105, 46.6227508204893] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Saint John", - "abbrev": "YSJ", - "location": "terminal", - "gps_code": "CYSJ", - "iata_code": "YSJ", - "wikipedia": "http://en.wikipedia.org/wiki/Saint_John_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.8905573681168, 45.3292305955017] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Prince George", - "abbrev": "YXS", - "location": "terminal", - "gps_code": "CYXS", - "iata_code": "YXS", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_George_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.674014743986, 53.8842485751138] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Victoria Int'l", - "abbrev": "YYJ", - "location": "terminal", - "gps_code": "CYYJ", - "iata_code": "YYJ", - "wikipedia": "http://en.wikipedia.org/wiki/Victoria_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-123.430624539528, 48.640529482179] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Zamboanga Int'l", - "abbrev": "ZAM", - "location": "terminal", - "gps_code": "RPMZ", - "iata_code": "ZAM", - "wikipedia": "http://en.wikipedia.org/wiki/Zamboanga_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [122.062432321637, 6.9197577480583] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Lanzhou Zhongchuan", - "abbrev": "ZGC", - "location": "terminal", - "gps_code": "ZLLL", - "iata_code": "ZGC", - "wikipedia": "http://en.wikipedia.org/wiki/Lanzhou_Zhongchuan_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.615415363043, 36.5078842461237] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Albany Int'l", - "abbrev": "ALB", - "location": "terminal", - "gps_code": "KALB", - "iata_code": "ALB", - "wikipedia": "http://en.wikipedia.org/wiki/Albany_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.8093518843173, 42.7456619801729] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "General Mitchell Int'l", - "abbrev": "MKE", - "location": "terminal", - "gps_code": "KMKE", - "iata_code": "MKE", - "wikipedia": "http://en.wikipedia.org/wiki/General_Mitchell_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.9021056250744, 42.9479198729586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "military mid", - "name": "Wang-Chia Tun Airbase", - "abbrev": "ZHHH", - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": null, - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [114.24694737615, 30.6017141196702] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Sanya Phoenix Int'l", - "abbrev": "SYX", - "location": "terminal", - "gps_code": "ZJSY", - "iata_code": "SYX", - "wikipedia": "http://en.wikipedia.org/wiki/Sanya_Phoenix_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [109.40823949108, 18.3090959908593] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Lhasa Gonggar", - "abbrev": "LXA", - "location": "terminal", - "gps_code": "ZULS", - "iata_code": "LXA", - "wikipedia": "http://en.wikipedia.org/wiki/Lhasa_Gonggar_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [90.9005610194027, 29.2936936123184] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hotan", - "abbrev": "HTN", - "location": "terminal", - "gps_code": "ZWTN", - "iata_code": "HTN", - "wikipedia": "http://en.wikipedia.org/wiki/Hotan_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.8723005212192, 37.0400363509765] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Dresden", - "abbrev": "DRS", - "location": "terminal", - "gps_code": "EDDC", - "iata_code": "DRS", - "wikipedia": "http://en.wikipedia.org/wiki/Dresden_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.7649671440047, 51.1250912428871] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "military major", - "name": "Kenitra Air Base", - "abbrev": "NNA", - "location": "terminal", - "gps_code": "GMMY", - "iata_code": "NNA", - "wikipedia": "http://en.wikipedia.org/wiki/Kenitra_Air_Base", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-6.597753628116, 34.2986673638223] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Annemasse", - "abbrev": "QNJ", - "location": "ramp", - "gps_code": "LFLI", - "iata_code": "QNJ", - "wikipedia": "http://en.wikipedia.org/wiki/Annemasse_Aerodrome", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.26491085364159, 46.1957283286261] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Nogales Int'l", - "abbrev": "NOG", - "location": "terminal", - "gps_code": "MMNG", - "iata_code": "NOG", - "wikipedia": "http://en.wikipedia.org/wiki/Nogales_International_Airport_(Mexico)", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.972721301675, 31.2255371741159] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Strasbourg", - "abbrev": "SXB", - "location": "terminal", - "gps_code": "LFST", - "iata_code": "SXB", - "wikipedia": "http://en.wikipedia.org/wiki/Strasbourg_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.62784196688924, 48.5446961721759] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Cologne/Bonn", - "abbrev": "CGN", - "location": "terminal", - "gps_code": "EDDK", - "iata_code": "CGN", - "wikipedia": "http://en.wikipedia.org/wiki/Cologne_Bonn_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.12235975524539, 50.8782596629471] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Kimhae Int'l", - "abbrev": "PUS", - "location": "terminal", - "gps_code": "RKPK", - "iata_code": "PUS", - "wikipedia": "http://en.wikipedia.org/wiki/Gimhae_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [128.948801379039, 35.170284063683] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Jeju Int'l", - "abbrev": "CJU", - "location": "terminal", - "gps_code": "RKPC", - "iata_code": "CJU", - "wikipedia": "http://en.wikipedia.org/wiki/Jeju_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.491629401972, 33.5247173150399] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Stavanger Sola", - "abbrev": "SVG", - "location": "terminal", - "gps_code": "ENZV", - "iata_code": "SVG", - "wikipedia": "http://en.wikipedia.org/wiki/Stavanger_Airport,_Sola", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.6298103297218, 58.8821564842185] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Trondheim Vaernes", - "abbrev": "TRD", - "location": "terminal", - "gps_code": "ENVA", - "iata_code": "TRD", - "wikipedia": "http://en.wikipedia.org/wiki/Trondheim_Airport%2C_V%C3%A6rnes", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.9168095241445, 63.472029381717] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Corumba Int'l", - "abbrev": "CMG", - "location": "terminal", - "gps_code": "SBCR", - "iata_code": "CMG", - "wikipedia": "http://en.wikipedia.org/wiki/Corumba_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.6636078925543, -19.0141662885534] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Madeira", - "abbrev": "FNC", - "location": "terminal", - "gps_code": "LPMA", - "iata_code": "FNC", - "wikipedia": "http://en.wikipedia.org/wiki/Madeira_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-16.7756374531213, 32.6933642847489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Foz do Iguaçu Int'l", - "abbrev": "IGU", - "location": "terminal", - "gps_code": "SBFI", - "iata_code": "IGU", - "wikipedia": "http://en.wikipedia.org/wiki/Foz_do_Igua%C3%A7u_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.4885922735633, -25.5976832162102] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gov. Jorge Teixeira de Oliveira Int'l", - "abbrev": "PVH", - "location": "terminal", - "gps_code": "SBPV", - "iata_code": "PVH", - "wikipedia": "http://en.wikipedia.org/wiki/Governador_Jorge_Teixeira_de_Oliveira_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.8984625004213, -8.71442482859288] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bilbao", - "abbrev": "BIO", - "location": "terminal", - "gps_code": "LEBB", - "iata_code": "BIO", - "wikipedia": "http://en.wikipedia.org/wiki/Bilbao_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.90609011679805, 43.3050829811195] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Palma de Mallorca", - "abbrev": "PMI", - "location": "terminal", - "gps_code": "LEPA", - "iata_code": "PMI", - "wikipedia": "http://en.wikipedia.org/wiki/Palma_de_Mallorca_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.72997660200647, 39.5657758586254] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Tenerife N.", - "abbrev": "TFN", - "location": "terminal", - "gps_code": "GCXO", - "iata_code": "TFN", - "wikipedia": "http://en.wikipedia.org/wiki/Los_Rodeos_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-16.3463175679264, 28.4875770267731] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Gothenburg", - "abbrev": "GOT", - "location": "terminal", - "gps_code": "ESGG", - "iata_code": "GOT", - "wikipedia": "http://en.wikipedia.org/wiki/Gothenburg-Landvetter_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.2938269092573, 57.6857493534879] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Lulea", - "abbrev": "LLA", - "location": "terminal", - "gps_code": "ESPA", - "iata_code": "LLA", - "wikipedia": "http://en.wikipedia.org/wiki/Lule%C3%A5_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [22.1230271243945, 65.5490362477616] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Abu Dhabi Int'l", - "abbrev": "AUH", - "location": "terminal", - "gps_code": "OMAA", - "iata_code": "AUH", - "wikipedia": "http://en.wikipedia.org/wiki/Abu_Dhabi_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [54.6463293225558, 24.4272271529764] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Mohamed Boudiaf Int'l", - "abbrev": "CZL", - "location": "terminal", - "gps_code": "DABC", - "iata_code": "CZL", - "wikipedia": "http://en.wikipedia.org/wiki/Mohamed_Boudiaf_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.62194665181219, 36.2834409441601] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Aswan Int'l", - "abbrev": "ASW", - "location": "terminal", - "gps_code": "HESN", - "iata_code": "ASW", - "wikipedia": "http://en.wikipedia.org/wiki/Aswan_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.8244372462973, 23.9682765441778] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Rovaniemi", - "abbrev": "RVN", - "location": "terminal", - "gps_code": "EFRO", - "iata_code": "RVN", - "wikipedia": "http://en.wikipedia.org/wiki/Rovaniemi_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.8294409760452, 66.5595564168509] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Cheddi Jagan Int'l", - "abbrev": "GEO", - "location": "terminal", - "gps_code": "SYCJ", - "iata_code": "GEO", - "wikipedia": "http://en.wikipedia.org/wiki/Cheddi_Jagan_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-58.2541191925889, 6.49855290813572] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Cochin Int'l", - "abbrev": "COK", - "location": "terminal", - "gps_code": "VOCI", - "iata_code": "COK", - "wikipedia": "http://en.wikipedia.org/wiki/Cochin_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.3905198502024, 10.1551187628118] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Eldoret Int'l", - "abbrev": "EDL", - "location": "terminal", - "gps_code": "HKEL", - "iata_code": "EDL", - "wikipedia": "http://en.wikipedia.org/wiki/Eldoret_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.2236930658301, 0.40507147546036] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Incheon Int'l", - "abbrev": "ICN", - "location": "terminal", - "gps_code": "RKSI", - "iata_code": "ICN", - "wikipedia": "http://en.wikipedia.org/wiki/Incheon_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.450875980796, 37.4492088624346] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Federal de Bachigualato Int'l", - "abbrev": "CUL", - "location": "terminal", - "gps_code": "MMCL", - "iata_code": "CUL", - "wikipedia": "http://en.wikipedia.org/wiki/Federal_de_Bachigualato_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-107.469863792896, 24.7668040390461] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major and military", - "name": "Benazir Bhutto Int'l", - "abbrev": "ISB", - "location": "terminal", - "gps_code": "OPRN", - "iata_code": "ISB", - "wikipedia": "http://en.wikipedia.org/wiki/Islamabad_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.1007936471882, 33.6074457507526] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Brussels", - "abbrev": "BRU", - "location": "terminal", - "gps_code": "EBBR", - "iata_code": "BRU", - "wikipedia": "http://en.wikipedia.org/wiki/Brussels_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.48464032408272, 50.8972949641511] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Abuja Int'l", - "abbrev": "ABV", - "location": "terminal", - "gps_code": "DNAA", - "iata_code": "ABV", - "wikipedia": "http://en.wikipedia.org/wiki/Nnamdi_Azikiwe_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.27025993974356, 9.00437659781094] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Arcata-Eureka", - "abbrev": "ACV", - "location": "terminal", - "gps_code": "KACV", - "iata_code": "ACV", - "wikipedia": "http://en.wikipedia.org/wiki/Arcata-Eureka_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-124.107065520139, 40.9719245381314] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Austin-Bergstrom Int'l", - "abbrev": "AUS", - "location": "terminal", - "gps_code": "KAUS", - "iata_code": "AUS", - "wikipedia": "http://en.wikipedia.org/wiki/Austin-Bergstrom_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.6668367646054, 30.2021081920749] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Antalya", - "abbrev": "AYT", - "location": "terminal", - "gps_code": "LTAI", - "iata_code": "AYT", - "wikipedia": "http://en.wikipedia.org/wiki/Antalya_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.8025526439415, 36.9153233051868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Belfast Int'l", - "abbrev": "BFS", - "location": "terminal", - "gps_code": "EGAA", - "iata_code": "BFS", - "wikipedia": "http://en.wikipedia.org/wiki/Belfast_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-6.21616943734958, 54.6615575470103] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Orio Al Serio", - "abbrev": "BGY", - "location": "terminal", - "gps_code": "LIME", - "iata_code": "BGY", - "wikipedia": "http://en.wikipedia.org/wiki/Orio_al_Serio_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.6989176939974, 45.6654980560695] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Kota Kinabalu Int'l", - "abbrev": "BKI", - "location": "terminal", - "gps_code": "WBKK", - "iata_code": "BKI", - "wikipedia": "http://en.wikipedia.org/wiki/Kota_Kinabalu_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [116.051087873369, 5.92289445474807] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Bengaluru Int'l", - "abbrev": "BLR", - "location": "terminal", - "gps_code": "VOBL", - "iata_code": "BLR", - "wikipedia": "http://en.wikipedia.org/wiki/Bengaluru_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.7095579889575, 13.2006108069609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Canberra Int'l", - "abbrev": "CBR", - "location": "terminal", - "gps_code": "YSCB", - "iata_code": "CBR", - "wikipedia": "http://en.wikipedia.org/wiki/Canberra_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [149.190760539671, -35.3071855902909] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Port Columbus Int'l", - "abbrev": "CMH", - "location": "terminal", - "gps_code": "KCMH", - "iata_code": "CMH", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Columbus_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.8840306426634, 39.9981181922432] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Mohamed V Int'l", - "abbrev": "CMN", - "location": "terminal", - "gps_code": "GMMN", - "iata_code": "CMN", - "wikipedia": "http://en.wikipedia.org/wiki/Mohammed_V_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.5814559902572, 33.3747274815396] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Dusseldorf Int'l", - "abbrev": "DUS", - "location": "terminal", - "gps_code": "EDDL", - "iata_code": "DUS", - "wikipedia": "http://en.wikipedia.org/wiki/D%C3%BCsseldorf_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.76494446612174, 51.2781820420774] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Esenboga Int'l", - "abbrev": "ESB", - "location": "terminal", - "gps_code": "LTAC", - "iata_code": "ESB", - "wikipedia": "http://en.wikipedia.org/wiki/Esenbo%C4%9Fa_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.9930100772014, 40.1151278273234] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Hamilton Int'l", - "abbrev": "HLZ", - "location": "terminal", - "gps_code": "NZHN", - "iata_code": "HLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Hamilton_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [175.336221432708, -37.8658411484827] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Rajiv Gandhi Int'l", - "abbrev": "HYD", - "location": "terminal", - "gps_code": "VOHS", - "iata_code": "HYD", - "wikipedia": "http://en.wikipedia.org/wiki/Rajiv_Gandhi_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.42953613452, 17.2359831507471] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "John F Kennedy Int'l", - "abbrev": "JFK", - "location": "parking", - "gps_code": "KJFK", - "iata_code": "JFK", - "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.7863268609296, 40.6459595584081] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Boryspil Int'l", - "abbrev": "KBP", - "location": "terminal", - "gps_code": "UKBB", - "iata_code": "KBP", - "wikipedia": "http://en.wikipedia.org/wiki/Boryspil_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.8951621615528, 50.340902338877] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Khartoum", - "abbrev": "KRT", - "location": "terminal", - "gps_code": "HSSS", - "iata_code": "KRT", - "wikipedia": "http://en.wikipedia.org/wiki/Khartoum_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.550153296633, 15.5922226530858] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Dane Cty. Reg. (Truax Field)", - "abbrev": "MSN", - "location": "terminal", - "gps_code": "KMSN", - "iata_code": "MSN", - "wikipedia": "http://en.wikipedia.org/wiki/Dane_County_Regional_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.3457847894487, 43.1363082385868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Minsk Int'l", - "abbrev": "MSQ", - "location": "terminal", - "gps_code": "UMMS", - "iata_code": "MSQ", - "wikipedia": "http://en.wikipedia.org/wiki/Minsk_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.0341933346378, 53.8893792398005] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Palermo", - "abbrev": "PMO", - "location": "terminal", - "gps_code": "LICJ", - "iata_code": "PMO", - "wikipedia": "http://en.wikipedia.org/wiki/Palermo_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.1055309888638, 38.1863351084895] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "T.F. Green", - "abbrev": "PVD", - "location": "terminal", - "gps_code": "KPVD", - "iata_code": "PVD", - "wikipedia": "http://en.wikipedia.org/wiki/T._F._Green_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.4357841445789, 41.7260019847189] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Southwest Florida Int'l", - "abbrev": "RSW", - "location": "terminal", - "gps_code": "KRSW", - "iata_code": "RSW", - "wikipedia": "http://en.wikipedia.org/wiki/Southwest_Florida_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.7551231409306, 26.5279288067651] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Shenyang Taoxian Int'l", - "abbrev": "SHE", - "location": "terminal", - "gps_code": "ZYTX", - "iata_code": "SHE", - "wikipedia": "http://en.wikipedia.org/wiki/Shenyang_Taoxian_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [123.487974430339, 41.6347891339582] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Sharjah Int'l", - "abbrev": "SHJ", - "location": "terminal", - "gps_code": "OMSJ", - "iata_code": "SHJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sharjah_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.5205071948853, 25.3211964019068] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "San Jose Int'l", - "abbrev": "SJC", - "location": "terminal", - "gps_code": "KSJC", - "iata_code": "SJC", - "wikipedia": "http://en.wikipedia.org/wiki/San_Jose_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-121.929428983532, 37.3694905908966] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "John Wayne", - "abbrev": "SNA", - "location": "terminal", - "gps_code": "KSNA", - "iata_code": "SNA", - "wikipedia": "http://en.wikipedia.org/wiki/John_Wayne_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.861489220393, 33.6794857329549] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Stuttgart", - "abbrev": "STR", - "location": "terminal", - "gps_code": "EDDS", - "iata_code": "STR", - "wikipedia": "http://en.wikipedia.org/wiki/Stuttgart_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.19395108945536, 48.6901051358913] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Nacional Tobias Bolanos", - "abbrev": "SYQ", - "location": "terminal", - "gps_code": "MRPV", - "iata_code": "SYQ", - "wikipedia": "http://en.wikipedia.org/wiki/Tob%C3%ADas_Bola%C3%B1os_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.1386091971594, 9.95827851919623] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Shenzhen Bao'an Int'l", - "abbrev": "SZX", - "location": "terminal", - "gps_code": "ZGSZ", - "iata_code": "SZX", - "wikipedia": "http://en.wikipedia.org/wiki/Shenzhen_airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.815852751085, 22.6465077147868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Louisville Int'l", - "abbrev": "SDF", - "location": "terminal", - "gps_code": "KSDF", - "iata_code": "SDF", - "wikipedia": "http://en.wikipedia.org/wiki/Louisville_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-85.7417027597367, 38.1860207152699] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Geneva", - "abbrev": "GVA", - "location": "terminal", - "gps_code": "LSGG", - "iata_code": "GVA", - "wikipedia": "http://en.wikipedia.org/wiki/Geneva_Cointrin_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.10794577423603, 46.231009510158] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Lyon-Saint Exupery", - "abbrev": "LYS", - "location": "terminal", - "gps_code": "LFLL", - "iata_code": "LYS", - "wikipedia": "http://en.wikipedia.org/wiki/Lyon-Saint_Exup%C3%A9ry_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.07594431813459, 45.7210186834669] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Kansai Int'l", - "abbrev": "KIX", - "location": "terminal", - "gps_code": "RJBB", - "iata_code": "KIX", - "wikipedia": "http://en.wikipedia.org/wiki/Kansai_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [135.244459772476, 34.434794162927] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Lisbon Portela", - "abbrev": "LIS", - "location": "terminal", - "gps_code": "LPPT", - "iata_code": "LIS", - "wikipedia": "http://en.wikipedia.org/wiki/Lisbon_Portela_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-9.13069440931071, 38.7707623427514] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Tancredo Neves Int'l", - "abbrev": "CNF", - "location": "terminal", - "gps_code": "SBCF", - "iata_code": "CNF", - "wikipedia": "http://en.wikipedia.org/wiki/Tancredo_Neves_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-43.9635815209949, -19.6327821218747] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Bromma", - "abbrev": "BMA", - "location": "terminal", - "gps_code": "ESSB", - "iata_code": "BMA", - "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Bromma_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.9456175406145, 59.3555902065112] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Juanda Int'l", - "abbrev": "SUB", - "location": "terminal", - "gps_code": "WARR", - "iata_code": "SUB", - "wikipedia": "http://en.wikipedia.org/wiki/Juanda_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [112.777034594933, -7.383578985276] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Astor Piazzolla Int'l", - "abbrev": "MDQ", - "location": "terminal", - "gps_code": "SAZM", - "iata_code": "MDQ", - "wikipedia": "http://en.wikipedia.org/wiki/%C3%81stor_Piazzola_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.5816150932392, -37.9332161204482] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Owen Roberts Int'l", - "abbrev": "GCM", - "location": "terminal", - "gps_code": "MWCR", - "iata_code": "GCM", - "wikipedia": "http://en.wikipedia.org/wiki/Owen_Roberts_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.3576706162289, 19.2959107437122] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Zhengzhou Xinzheng Int'l", - "abbrev": "CGO", - "location": "terminal", - "gps_code": "ZHCC", - "iata_code": "CGO", - "wikipedia": "http://en.wikipedia.org/wiki/Zhengzhou_Xinzheng_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.841831302845, 34.5263027198957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Dalian Zhoushuizi Int'l", - "abbrev": "DLC", - "location": "terminal", - "gps_code": "ZYTL", - "iata_code": "DLC", - "wikipedia": "http://en.wikipedia.org/wiki/Dalian_Zhoushuizi_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.538913780101, 38.9615702300222] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Heraklion Int'l", - "abbrev": "HER", - "location": "terminal", - "gps_code": "LGIR", - "iata_code": "HER", - "wikipedia": "http://en.wikipedia.org/wiki/Heraklion_International_Airport%2C_%22Nikos_Kazantzakis%22", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.1740558243272, 35.3369024101046] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Tbilisi Int'l", - "abbrev": "TBS", - "location": "terminal", - "gps_code": "UGTB", - "iata_code": "TBS", - "wikipedia": "http://en.wikipedia.org/wiki/Tbilisi_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.9646146141664, 41.6694420187261] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Cascais", - "abbrev": "XXC", - "location": "runway", - "gps_code": "LPCS", - "iata_code": "XXC", - "wikipedia": "http://en.wikipedia.org/wiki/Cascais_Aerodrome", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-9.35458240263928, 38.7235353208324] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kaohsiung Int'l", - "abbrev": "KHH", - "location": "terminal", - "gps_code": "RCKH", - "iata_code": "KHH", - "wikipedia": "http://en.wikipedia.org/wiki/Kaohsiung_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.345156342151, 22.5717061054422] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sadiq Abubakar III", - "abbrev": "SKO", - "location": "terminal", - "gps_code": "DNSO", - "iata_code": "SKO", - "wikipedia": "http://en.wikipedia.org/wiki/Sadiq_Abubakar_III_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.20022616032651, 12.9174824166181] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Mariscal Sucre Int'l", - "abbrev": "UIO", - "location": "terminal", - "gps_code": "SEQU", - "iata_code": "UIO", - "wikipedia": "http://en.wikipedia.org/wiki/Mariscal_Sucre_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.4899925545701, -0.145552408466882] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Karachi Civil", - "abbrev": "KHI", - "location": "terminal", - "gps_code": "OPKC", - "iata_code": "KHI", - "wikipedia": "http://en.wikipedia.org/wiki/Jinnah_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [67.1521283592947, 24.8985243689595] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kishinev S.E.", - "abbrev": "KIV", - "location": "terminal", - "gps_code": "LUKK", - "iata_code": "KIV", - "wikipedia": "http://en.wikipedia.org/wiki/Chi%C5%9Fin%C4%83u_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.9360487562256, 46.9341619900391] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Jorge Chavez", - "abbrev": "LIM", - "location": "terminal", - "gps_code": "SPIM", - "iata_code": "LIM", - "wikipedia": "http://en.wikipedia.org/wiki/Jorge_Ch%C3%A1vez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.1075656931342, -12.0237161502221] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Thunder Bay Int'l", - "abbrev": "YQT", - "location": "terminal", - "gps_code": "CYQT", - "iata_code": "YQT", - "wikipedia": "http://en.wikipedia.org/wiki/Thunder_Bay_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.3121421238136, 48.3718811492508] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vilnius", - "abbrev": "VNO", - "location": "terminal", - "gps_code": "EYVI", - "iata_code": "VNO", - "wikipedia": "http://en.wikipedia.org/wiki/Vilnius_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.2807164497285, 54.6430549307542] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Hsien Yang", - "abbrev": "XIY", - "location": "terminal", - "gps_code": "ZLXY", - "iata_code": "XIY", - "wikipedia": "http://en.wikipedia.org/wiki/Xi'an_Xianyang_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [108.755811342151, 34.4429391054422] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Del Norte Int'l", - "abbrev": "NTR", - "location": "terminal", - "gps_code": "MMAN", - "iata_code": "NTR", - "wikipedia": "http://en.wikipedia.org/wiki/Del_Norte_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.238394186577, 25.859873767729] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Fua'amotu Int'l", - "abbrev": "TBU", - "location": "terminal", - "gps_code": "NFTF", - "iata_code": "TBU", - "wikipedia": "http://en.wikipedia.org/wiki/Fua'amotu_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-175.135635, -21.24861] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Esfahan Int'l", - "abbrev": "IFN", - "location": "terminal", - "gps_code": "OIFM", - "iata_code": "IFN", - "wikipedia": "http://en.wikipedia.org/wiki/Isfahan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [51.8763916812681, 32.7460805344321] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Harare Int'l", - "abbrev": "HRE", - "location": "terminal", - "gps_code": "FVHA", - "iata_code": "HRE", - "wikipedia": "http://en.wikipedia.org/wiki/Harare_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [31.1014, -17.9228] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kuwait Int'l", - "abbrev": "KWI", - "location": "terminal", - "gps_code": "OKBK", - "iata_code": "KWI", - "wikipedia": "http://en.wikipedia.org/wiki/Kuwait_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.9714825593317, 29.2396800581583] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Macdonald-Cartier Int'l", - "abbrev": "YOW", - "location": "terminal", - "gps_code": "CYOW", - "iata_code": "YOW", - "wikipedia": "http://en.wikipedia.org/wiki/Ottawa_Macdonald-Cartier_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.6648933870205, 45.3201348196531] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kabul Int'l", - "abbrev": "KBL", - "location": "terminal", - "gps_code": "OAKB", - "iata_code": "KBL", - "wikipedia": "http://en.wikipedia.org/wiki/Kabul_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [69.2100736270874, 34.5633978864149] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Abidjan Port Bouet", - "abbrev": "ABJ", - "location": "terminal", - "gps_code": "DIAP", - "iata_code": "ABJ", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Bouet_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.93221929167636, 5.2543984451492] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "General Juan N Alvarez Int'l", - "abbrev": "ACA", - "location": "terminal", - "gps_code": "MMAA", - "iata_code": "ACA", - "wikipedia": "http://en.wikipedia.org/wiki/General_Juan_N._%C3%81lvarez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.7545085619681, 16.76196735278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kotoka Int'l", - "abbrev": "ACC", - "location": "terminal", - "gps_code": "DGAA", - "iata_code": "ACC", - "wikipedia": "http://en.wikipedia.org/wiki/Kotoka_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.171402855660817, 5.60698152381193] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bole Int'l", - "abbrev": "ADD", - "location": "terminal", - "gps_code": "HAAB", - "iata_code": "ADD", - "wikipedia": "http://en.wikipedia.org/wiki/Bole_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [38.7931904366343, 8.98173027581099] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Aden Int'l", - "abbrev": "ADE", - "location": "terminal", - "gps_code": "OYAA", - "iata_code": "ADE", - "wikipedia": "http://en.wikipedia.org/wiki/Aden_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [45.030602, 12.8278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Adelaide Int'l", - "abbrev": "ADL", - "location": "terminal", - "gps_code": "YPAD", - "iata_code": "ADL", - "wikipedia": "http://en.wikipedia.org/wiki/Adelaide_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [138.532101457699, -34.9405860275154] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Almaty Int'l", - "abbrev": "ALA", - "location": "terminal", - "gps_code": "UAAA", - "iata_code": "ALA", - "wikipedia": "http://en.wikipedia.org/wiki/Almaty_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.0120458771175, 43.3464943144793] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Houari Boumediene", - "abbrev": "ALG", - "location": "terminal", - "gps_code": "DAAG", - "iata_code": "ALG", - "wikipedia": "http://en.wikipedia.org/wiki/Houari_Boumedienne_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.21207353516506, 36.6997206663535] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Aleppo Int'l", - "abbrev": "ALP", - "location": "terminal", - "gps_code": "OSAP", - "iata_code": "ALP", - "wikipedia": "http://en.wikipedia.org/wiki/Aleppo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.2273414057828, 36.1846237314314] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sardar Vallabhbhai Patel Int'l", - "abbrev": "AMD", - "location": "terminal", - "gps_code": "VAAH", - "iata_code": "AMD", - "wikipedia": "http://en.wikipedia.org/wiki/Sardar_Vallabhbhai_Patel_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.6209000884332, 23.0707454635881] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Cerro Moreno Int'l", - "abbrev": "ANF", - "location": "terminal", - "gps_code": "SCFA", - "iata_code": "ANF", - "wikipedia": "http://en.wikipedia.org/wiki/Cerro_Moreno_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.4409908509407, -23.4489545248317] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ashkhabad Northwest", - "abbrev": "ASB", - "location": "terminal", - "gps_code": "UTAA", - "iata_code": "ASB", - "wikipedia": "http://en.wikipedia.org/wiki/Ashgabat_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [58.3639659208246, 37.984853438957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Yohannes Iv Int'l", - "abbrev": "ASM", - "location": "terminal", - "gps_code": "HHAS", - "iata_code": "ASM", - "wikipedia": "http://en.wikipedia.org/wiki/Asmara_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [38.9063540136321, 15.2936159696499] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Silvio Pettirossi Int'l", - "abbrev": "ASU", - "location": "terminal", - "gps_code": "SGAS", - "iata_code": "ASU", - "wikipedia": "http://en.wikipedia.org/wiki/Silvio_Pettirossi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.5139078247136, -25.2416592533816] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bermuda Int'l", - "abbrev": "BDA", - "location": "terminal", - "gps_code": "TXKF", - "iata_code": "BDA", - "wikipedia": "http://en.wikipedia.org/wiki/Bermuda_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.7027740686514, 32.3591739601581] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Surcin", - "abbrev": "BEG", - "location": "terminal", - "gps_code": "LYBE", - "iata_code": "BEG", - "wikipedia": "http://en.wikipedia.org/wiki/Belgrade_Nikola_Tesla_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.2912845946621, 44.8190766654433] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Beirut Int'l", - "abbrev": "BEY", - "location": "terminal", - "gps_code": "OLBA", - "iata_code": "BEY", - "wikipedia": "http://en.wikipedia.org/wiki/Beirut_Rafic_Hariri_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.4930853618161, 33.8254400618668] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bairagarh", - "abbrev": "BHO", - "location": "terminal", - "gps_code": "VABP", - "iata_code": "BHO", - "wikipedia": "http://en.wikipedia.org/wiki/Bhopal_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.3408714713579, 23.2855684869809] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bamako Senou", - "abbrev": "BKO", - "location": "terminal", - "gps_code": "GABS", - "iata_code": "BKO", - "wikipedia": "http://en.wikipedia.org/wiki/Senou_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.94727226970801, 12.5393363425867] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Nashville Int'l", - "abbrev": "BNA", - "location": "terminal", - "gps_code": "KBNA", - "iata_code": "BNA", - "wikipedia": "http://en.wikipedia.org/wiki/Nashville_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.6692867356375, 36.1314876361697] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Brisbane Int'l", - "abbrev": "BNE", - "location": "terminal", - "gps_code": "YBBN", - "iata_code": "BNE", - "wikipedia": "http://en.wikipedia.org/wiki/Brisbane_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [153.120256418844, -27.3853965939099] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Boise Air Terminal", - "abbrev": "BOI", - "location": "terminal", - "gps_code": "KBOI", - "iata_code": "BOI", - "wikipedia": "http://en.wikipedia.org/wiki/Boise_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-116.221841070549, 43.5689592234704] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Wiley Post Will Rogers Mem.", - "abbrev": "BRW", - "location": "terminal", - "gps_code": "PABR", - "iata_code": "BRW", - "wikipedia": "http://en.wikipedia.org/wiki/Wiley_Post-Will_Rogers_Memorial_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-156.771835, 71.289299] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Greater Buffalo Int'l", - "abbrev": "BUF", - "location": "terminal", - "gps_code": "KBUF", - "iata_code": "BUF", - "wikipedia": "http://en.wikipedia.org/wiki/Buffalo_Niagara_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.7319965523308, 42.9340337493526] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bulawayo", - "abbrev": "BUQ", - "location": "terminal", - "gps_code": "FVBU", - "iata_code": "BUQ", - "wikipedia": "http://en.wikipedia.org/wiki/Joshua_Mqabuko_Nkomo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.622552042904, -20.0155684094908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Brunei Int'l", - "abbrev": "BWN", - "location": "terminal", - "gps_code": "WBSB", - "iata_code": "BWN", - "wikipedia": "http://en.wikipedia.org/wiki/Brunei_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [114.933119029209, 4.94547528227685] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Guangzhou Baiyun Int'l", - "abbrev": "CAN", - "location": "terminal", - "gps_code": "ZGGG", - "iata_code": "CAN", - "wikipedia": "http://en.wikipedia.org/wiki/Guangzhou_Baiyun_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.297516552171, 23.3891511573243] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Carriel Sur Int'l", - "abbrev": "CCP", - "location": "terminal", - "gps_code": "SCIE", - "iata_code": "CCP", - "wikipedia": "http://en.wikipedia.org/wiki/Carriel_Sur_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.0621061746214, -36.7763727437881] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Netaji Subhash Chandra Bose Int'l", - "abbrev": "CCU", - "location": "terminal", - "gps_code": "VECC", - "iata_code": "CCU", - "wikipedia": "http://en.wikipedia.org/wiki/Netaji_Subhash_Chandra_Bose_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [88.4400010130197, 22.6453893785064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Chittagong", - "abbrev": "CGP", - "location": "terminal", - "gps_code": "VGEG", - "iata_code": "CGP", - "wikipedia": "http://en.wikipedia.org/wiki/Shah_Amanat_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [91.8147107162383, 22.2455658585738] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Christchurch Int'l", - "abbrev": "CHC", - "location": "terminal", - "gps_code": "NZCH", - "iata_code": "CHC", - "wikipedia": "http://en.wikipedia.org/wiki/Christchurch_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [172.538675565223, -43.4885486784104] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Conakry", - "abbrev": "CKY", - "location": "terminal", - "gps_code": "GUCY", - "iata_code": "CKY", - "wikipedia": "http://en.wikipedia.org/wiki/Conakry_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-13.6210656251671, 9.57418115850082] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Hopkins Int'l", - "abbrev": "CLE", - "location": "terminal", - "gps_code": "KCLE", - "iata_code": "CLE", - "wikipedia": "http://en.wikipedia.org/wiki/Cleveland_Hopkins_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.8384406064046, 41.4111916124966] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Alfonso Bonilla Aragon Int'l", - "abbrev": "CLO", - "location": "terminal", - "gps_code": "SKCL", - "iata_code": "CLO", - "wikipedia": "http://en.wikipedia.org/wiki/Alfonso_Bonilla_Arag%C3%B3n_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.3850714728091, 3.54328635123219] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Cotonou Cadjehon", - "abbrev": "COO", - "location": "terminal", - "gps_code": "DBBB", - "iata_code": "COO", - "wikipedia": "http://en.wikipedia.org/wiki/Cadjehoun_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.3838000724352, 6.3582465034691] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ingeniero Ambrosio L.V. Taravella Int'l", - "abbrev": "COR", - "location": "terminal", - "gps_code": "SACO", - "iata_code": "COR", - "wikipedia": "http://en.wikipedia.org/wiki/Ingeniero_Ambrosio_L.V._Taravella_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.2123157670801, -31.3156811684889] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Rafael Nunez", - "abbrev": "CTG", - "location": "terminal", - "gps_code": "SKCG", - "iata_code": "CTG", - "wikipedia": "http://en.wikipedia.org/wiki/Rafael_N%C3%BA%C3%B1ez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.5123349559682, 10.4449381764915] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Cancun", - "abbrev": "CUN", - "location": "terminal", - "gps_code": "MMUN", - "iata_code": "CUN", - "wikipedia": "http://en.wikipedia.org/wiki/Canc%C3%BAn_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.8744172506694, 21.04019667144] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "General R F Villalobos Int'l", - "abbrev": "CUU", - "location": "terminal", - "gps_code": "MMCU", - "iata_code": "CUU", - "wikipedia": "http://en.wikipedia.org/wiki/General_Roberto_Fierro_Villalobos_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-105.969204692629, 28.7039984997679] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Zia Int'l Dhaka", - "abbrev": "DAC", - "location": "terminal", - "gps_code": "VGHS", - "iata_code": "DAC", - "wikipedia": "http://en.wikipedia.org/wiki/Zia_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [90.4049241599237, 23.8481243218127] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major and military", - "name": "Darwin Int'l", - "abbrev": "DRW", - "location": "terminal", - "gps_code": "YPDN", - "iata_code": "DRW", - "wikipedia": "http://en.wikipedia.org/wiki/Darwin_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [130.877501436774, -12.4080559966556] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Louis Botha", - "abbrev": "DUR", - "location": "terminal", - "gps_code": "FADN", - "iata_code": "DUR", - "wikipedia": "http://en.wikipedia.org/wiki/Durban_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.9457081940881, -29.965914250828] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Lubumbashi Luano Int'l", - "abbrev": "FBM", - "location": "terminal", - "gps_code": "FZQA", - "iata_code": "FBM", - "wikipedia": "http://en.wikipedia.org/wiki/Lubumbashi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.5292, -11.5908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Saiss", - "abbrev": "FEZ", - "location": "terminal", - "gps_code": "GMFF", - "iata_code": "FEZ", - "wikipedia": "http://en.wikipedia.org/wiki/Sa%C3%AFss_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.98214637678303, 33.9305251844673] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kinshasa N Djili Int'l", - "abbrev": "FIH", - "location": "terminal", - "gps_code": "FZAA", - "iata_code": "FIH", - "wikipedia": "http://en.wikipedia.org/wiki/Kinshasa_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.4465162074561, -4.38916882197582] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Freetown Lungi", - "abbrev": "FNA", - "location": "terminal", - "gps_code": "GFLL", - "iata_code": "FNA", - "wikipedia": "http://en.wikipedia.org/wiki/Lungi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-13.2002296786483, 8.61542361726369] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sunan", - "abbrev": "FNJ", - "location": "terminal", - "gps_code": "ZKPY", - "iata_code": "FNJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sunan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.675321571201, 39.2001771667656] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vasilyevka", - "abbrev": "FRU", - "location": "terminal", - "gps_code": "UAFM", - "iata_code": "FRU", - "wikipedia": "http://en.wikipedia.org/wiki/Manas_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.468800339909, 43.0554527233303] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sir Seretse Khama Int'l", - "abbrev": "GBE", - "location": "terminal", - "gps_code": "FBSK", - "iata_code": "GBE", - "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seretse_Khama_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.9243808264147, -24.5580718089441] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Don Miguel Hidalgo Int'l", - "abbrev": "GDL", - "location": "terminal", - "gps_code": "MMGL", - "iata_code": "GDL", - "wikipedia": "http://en.wikipedia.org/wiki/Don_Miguel_Hidalgo_y_Costilla_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-103.300766222752, 20.5246863485173] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Glasgow Int'l", - "abbrev": "GLA", - "location": "terminal", - "gps_code": "EGPF", - "iata_code": "GLA", - "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.43167796995107, 55.8641828570355] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "La Aurora", - "abbrev": "GUA", - "location": "terminal", - "gps_code": "MGGT", - "iata_code": "GUA", - "wikipedia": "http://en.wikipedia.org/wiki/La_Aurora_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.530181111378, 14.5881608290051] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Simon Bolivar Int'l", - "abbrev": "GYE", - "location": "terminal", - "gps_code": "SEGU", - "iata_code": "GYE", - "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Joaqu%C3%ADn_de_Olmedo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.887009643933, -2.15833790699136] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Noi Bai", - "abbrev": "HAN", - "location": "terminal", - "gps_code": "VVNB", - "iata_code": "HAN", - "wikipedia": "http://en.wikipedia.org/wiki/Noi_Bai_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [105.803759436806, 21.2145596707245] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Jose Marti Int'l", - "abbrev": "HAV", - "location": "terminal", - "gps_code": "MUHA", - "iata_code": "HAV", - "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mart%C3%AD_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.4074206289499, 22.9973533364428] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Borg El Arab Int'l", - "abbrev": "HBE", - "location": "terminal", - "gps_code": "HEBA", - "iata_code": "HBE", - "wikipedia": "http://en.wikipedia.org/wiki/Borg_El_Arab_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.69266601523, 30.9183712786239] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "King Abdul Aziz Int'l", - "abbrev": "JED", - "location": "terminal", - "gps_code": "OEJN", - "iata_code": "JED", - "wikipedia": "http://en.wikipedia.org/wiki/King_Abdulaziz_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.1504996780448, 21.6706857878128] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kano Mallam Aminu Int'l", - "abbrev": "KAN", - "location": "terminal", - "gps_code": "DNKN", - "iata_code": "KAN", - "wikipedia": "http://en.wikipedia.org/wiki/Mallam_Aminu_Kano_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.52213718395767, 12.0457071601746] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kashi", - "abbrev": "KHG", - "location": "terminal", - "gps_code": "ZWSH", - "iata_code": "KHG", - "wikipedia": "http://en.wikipedia.org/wiki/Kashgar_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.0130148060075, 39.5379686306258] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Norman Manley Int'l", - "abbrev": "KIN", - "location": "terminal", - "gps_code": "MKJP", - "iata_code": "KIN", - "wikipedia": "http://en.wikipedia.org/wiki/Norman_Manley_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.7786897616577, 17.9375751552752] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Tribhuvan Int'l", - "abbrev": "KTM", - "location": "terminal", - "gps_code": "VNKT", - "iata_code": "KTM", - "wikipedia": "http://en.wikipedia.org/wiki/Tribhuvan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.357139531668, 27.7002816751609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Luanda 4 de Fevereiro", - "abbrev": "LAD", - "location": "terminal", - "gps_code": "FNLU", - "iata_code": "LAD", - "wikipedia": "http://en.wikipedia.org/wiki/Quatro_de_Fevereiro_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.2347957502699, -8.84831327917379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Pulkovo 2", - "abbrev": "LED", - "location": "terminal", - "gps_code": "ULLI", - "iata_code": "LED", - "wikipedia": "http://en.wikipedia.org/wiki/Pulkovo_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.3070976454648, 59.8054061601897] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Allama Iqbal Int'l", - "abbrev": "LHE", - "location": "terminal", - "gps_code": "OPLA", - "iata_code": "LHE", - "wikipedia": "http://en.wikipedia.org/wiki/Allama_Iqbal_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.4108810181748, 31.5206296518206] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kamuzu Int'l", - "abbrev": "LLW", - "location": "terminal", - "gps_code": "FWKI", - "iata_code": "LLW", - "wikipedia": "http://en.wikipedia.org/wiki/Lilongwe_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.7827885019788, -13.788622823746] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Lagos Murtala Muhammed", - "abbrev": "LOS", - "location": "terminal", - "gps_code": "DNMM", - "iata_code": "LOS", - "wikipedia": "http://en.wikipedia.org/wiki/Murtala_Mohammed_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.32112435281334, 6.57825944540467] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "El Alto Int'l", - "abbrev": "LPB", - "location": "terminal", - "gps_code": "SLLP", - "iata_code": "LPB", - "wikipedia": "http://en.wikipedia.org/wiki/El_Alto_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.1780055277945, -16.5098792213977] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Lusaka Int'l", - "abbrev": "LUN", - "location": "terminal", - "gps_code": "FLLS", - "iata_code": "LUN", - "wikipedia": "http://en.wikipedia.org/wiki/Lusaka_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.4455443211019, -15.3268522509447] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Luxor", - "abbrev": "LXR", - "location": "terminal", - "gps_code": "HELX", - "iata_code": "LXR", - "wikipedia": "http://en.wikipedia.org/wiki/Luxor_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.7032970848623, 25.6730347786023] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Chennai Int'l", - "abbrev": "MAA", - "location": "terminal", - "gps_code": "VOMM", - "iata_code": "MAA", - "wikipedia": "http://en.wikipedia.org/wiki/Chennai_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.1637759731545, 12.9825301669154] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "La Chinita Int'l", - "abbrev": "MAR", - "location": "terminal", - "gps_code": "SVMC", - "iata_code": "MAR", - "wikipedia": "http://en.wikipedia.org/wiki/La_Chinita_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.7237688094687, 10.5557594684972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Jose Maria Cordova", - "abbrev": "MDE", - "location": "terminal", - "gps_code": "SKRG", - "iata_code": "MDE", - "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mar%C3%ADa_C%C3%B3rdova_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.4269557399772, 6.171001614358] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Memphis Int'l", - "abbrev": "MEM", - "location": "terminal", - "gps_code": "KMEM", - "iata_code": "MEM", - "wikipedia": "http://en.wikipedia.org/wiki/Memphis_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.9816280353237, 35.0444101240089] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Augusto Cesar Sandino Int'l", - "abbrev": "MGA", - "location": "terminal", - "gps_code": "MNMG", - "iata_code": "MGA", - "wikipedia": "http://en.wikipedia.org/wiki/Augusto_C._Sandino_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.1712846229543, 12.144635873435] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mashhad", - "abbrev": "MHD", - "location": "terminal", - "gps_code": "OIMM", - "iata_code": "MHD", - "wikipedia": "http://en.wikipedia.org/wiki/Mashhad_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [59.6421943574029, 36.2275503134984] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Miami Int'l", - "abbrev": "MIA", - "location": "terminal", - "gps_code": "KMIA", - "iata_code": "MIA", - "wikipedia": "http://en.wikipedia.org/wiki/Miami_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.2789718277441, 25.7949407212406] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Lic M Crecencio Rejon Int'l", - "abbrev": "MID", - "location": "terminal", - "gps_code": "MMMD", - "iata_code": "MID", - "wikipedia": "http://en.wikipedia.org/wiki/Manuel_Crescencio_Rej%C3%B3n_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.6630235736434, 20.9338603864296] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Luqa", - "abbrev": "MLA", - "location": "terminal", - "gps_code": "LMML", - "iata_code": "MLA", - "wikipedia": "http://en.wikipedia.org/wiki/Malta_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.4952644555055, 35.8489307943501] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Moi Int'l", - "abbrev": "MBA", - "location": "terminal", - "gps_code": "HKMO", - "iata_code": "MBA", - "wikipedia": "http://en.wikipedia.org/wiki/Moi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.6026631870383, -4.03265262579657] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Moshoeshoe I Int'l", - "abbrev": "MSU", - "location": "terminal", - "gps_code": "FXMM", - "iata_code": "MSU", - "wikipedia": "http://en.wikipedia.org/wiki/Moshoeshoe_I_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.5592160333614, -29.4555740046101] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "New Orleans Int'l", - "abbrev": "MSY", - "location": "terminal", - "gps_code": "KMSY", - "iata_code": "MSY", - "wikipedia": "http://en.wikipedia.org/wiki/Louis_Armstrong_New_Orleans_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.2566939480594, 29.9851141460622] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major and military", - "name": "Multan", - "abbrev": "MUX", - "location": "runway", - "gps_code": "OPMT", - "iata_code": "MUX", - "wikipedia": "http://en.wikipedia.org/wiki/Multan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [71.418995432932, 30.1950780904965] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Carrasco Int'l", - "abbrev": "MVD", - "location": "terminal", - "gps_code": "SUMU", - "iata_code": "MVD", - "wikipedia": "http://en.wikipedia.org/wiki/Carrasco_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-56.026636146282, -34.8410485988569] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "General Rafael Buelna Int'l", - "abbrev": "MZT", - "location": "terminal", - "gps_code": "MMMZ", - "iata_code": "MZT", - "wikipedia": "http://en.wikipedia.org/wiki/General_Rafael_Buelna_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.270016617885, 23.1665960971345] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Nassau Int'l", - "abbrev": "NAS", - "location": "terminal", - "gps_code": "MYNN", - "iata_code": "NAS", - "wikipedia": "http://en.wikipedia.org/wiki/Lynden_Pindling_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.4648472290944, 25.0486910600866] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ndjamena", - "abbrev": "NDJ", - "location": "terminal", - "gps_code": "FTTJ", - "iata_code": "NDJ", - "wikipedia": "http://en.wikipedia.org/wiki/N'Djamena_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.0330446385559, 12.1295400184115] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Niamey", - "abbrev": "NIM", - "location": "terminal", - "gps_code": "DRRN", - "iata_code": "NIM", - "wikipedia": "http://en.wikipedia.org/wiki/Diori_Hamani_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.17730671184125, 13.4767572807942] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mactan-Cebu Int'l", - "abbrev": "CEB", - "location": "terminal", - "gps_code": "RPVM", - "iata_code": "CEB", - "wikipedia": "http://en.wikipedia.org/wiki/Mactan-Cebu_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [123.979134508664, 10.3158756727292] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Nova Lisboa", - "abbrev": "NOV", - "location": "terminal", - "gps_code": "FNHU", - "iata_code": "NOV", - "wikipedia": "http://en.wikipedia.org/wiki/Nova_Lisboa_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.7497618459595, -12.8025414575915] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Eppley Airfield", - "abbrev": "OMA", - "location": "terminal", - "gps_code": "KOMA", - "iata_code": "OMA", - "wikipedia": "http://en.wikipedia.org/wiki/Eppley_Airfield", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-95.8994157953121, 41.2997111453012] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Nome", - "abbrev": "OME", - "location": "terminal", - "gps_code": "PAOM", - "iata_code": "OME", - "wikipedia": "http://en.wikipedia.org/wiki/Nome_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-165.441641712281, 64.5072207026631] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ouagadougou", - "abbrev": "OUA", - "location": "terminal", - "gps_code": "DFFD", - "iata_code": "OUA", - "wikipedia": "http://en.wikipedia.org/wiki/Ouagadougou_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.51380536165114, 12.3535800260473] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Mais Gate Int'l", - "abbrev": "PAP", - "location": "terminal", - "gps_code": "MTPP", - "iata_code": "PAP", - "wikipedia": "http://en.wikipedia.org/wiki/Toussaint_Louverture_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-72.2944780260473, 18.5756829054286] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Puebla", - "abbrev": "PBC", - "location": "terminal", - "gps_code": "MMPB", - "iata_code": "PBC", - "wikipedia": "http://en.wikipedia.org/wiki/Hermanos_Serd%C3%A1n_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-98.375759790423, 19.1637935465841] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Portland Int'l", - "abbrev": "PDX", - "location": "terminal", - "gps_code": "KPDX", - "iata_code": "PDX", - "wikipedia": "http://en.wikipedia.org/wiki/Portland_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.592738881254, 45.5889569315305] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Perth Int'l", - "abbrev": "PER", - "location": "terminal", - "gps_code": "YPPH", - "iata_code": "PER", - "wikipedia": "http://en.wikipedia.org/wiki/Perth_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [115.974224942233, -31.9411297945783] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "H F Verwoerd", - "abbrev": "PLZ", - "location": "terminal", - "gps_code": "FAPE", - "iata_code": "PLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Elizabeth_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.6117777567602, -33.9840877431374] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "El Tepual Int'l", - "abbrev": "PMC", - "location": "terminal", - "gps_code": "SCTE", - "iata_code": "PMC", - "wikipedia": "http://en.wikipedia.org/wiki/El_Tepual_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.0983841336424, -41.4333820702269] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Pochentong", - "abbrev": "PNH", - "location": "terminal", - "gps_code": "VDPP", - "iata_code": "PNH", - "wikipedia": "http://en.wikipedia.org/wiki/Phnom_Penh_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.845027612457, 11.5526449176513] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major and military", - "name": "Pune", - "abbrev": "PNQ", - "location": "terminal", - "gps_code": "VAPO", - "iata_code": "PNQ", - "wikipedia": "http://en.wikipedia.org/wiki/Pune_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.9089838110017, 18.5791766115328] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Port Moresby Int'l", - "abbrev": "POM", - "location": "terminal", - "gps_code": "AYPY", - "iata_code": "POM", - "wikipedia": "http://en.wikipedia.org/wiki/Jacksons_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [147.211250855977, -9.43865269316142] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tocumen Int'l", - "abbrev": "PTY", - "location": "terminal", - "gps_code": "MPTO", - "iata_code": "PTY", - "wikipedia": "http://en.wikipedia.org/wiki/Tocumen_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.3871348215438, 9.06687242265839] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Carlos Ibanez de Campo Int'l", - "abbrev": "PUQ", - "location": "terminal", - "gps_code": "SCCI", - "iata_code": "PUQ", - "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Ibanez_Del_Campo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.8431237851324, -53.0050698255177] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Durham Int'l", - "abbrev": "RDU", - "location": "terminal", - "gps_code": "KRDU", - "iata_code": "RDU", - "wikipedia": "http://en.wikipedia.org/wiki/Raleigh-Durham_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.7913814006751, 35.8752323452255] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mingaladon", - "abbrev": "RGN", - "location": "terminal", - "gps_code": "VYYY", - "iata_code": "RGN", - "wikipedia": "http://en.wikipedia.org/wiki/Yangon_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [96.1341946114947, 16.9011542818251] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Riga", - "abbrev": "RIX", - "location": "terminal", - "gps_code": "EVRA", - "iata_code": "RIX", - "wikipedia": "http://en.wikipedia.org/wiki/Riga_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.9793791116995, 56.9220038786097] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sanaa Int'l", - "abbrev": "SAH", - "location": "terminal", - "gps_code": "OYSN", - "iata_code": "SAH", - "wikipedia": "http://en.wikipedia.org/wiki/Sana'a_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.2246467902561, 15.4739027755737] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Baghdad Int'l", - "abbrev": "SDA", - "location": "terminal", - "gps_code": "ORBI", - "iata_code": "SDA", - "wikipedia": "http://en.wikipedia.org/wiki/Baghdad_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.2289125352942, 33.268162986377] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "De Las Americas Int'l", - "abbrev": "SDQ", - "location": "terminal", - "gps_code": "MDSD", - "iata_code": "SDQ", - "wikipedia": "http://en.wikipedia.org/wiki/Las_Am%C3%A9ricas_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.6764726754667, 18.4302196948173] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tan Son Nhat", - "abbrev": "SGN", - "location": "terminal", - "gps_code": "VVTS", - "iata_code": "SGN", - "wikipedia": "http://en.wikipedia.org/wiki/Tan_Son_Nhat_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.664246141375, 10.8163005571879] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Thessaloniki", - "abbrev": "SKG", - "location": "terminal", - "gps_code": "LGTS", - "iata_code": "SKG", - "wikipedia": "http://en.wikipedia.org/wiki/Thessaloniki_International_Airport%2C_%22Macedonia%22", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [22.9764353610613, 40.5238736887775] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vrazhdebna", - "abbrev": "SOF", - "location": "terminal", - "gps_code": "LBSF", - "iata_code": "SOF", - "wikipedia": "http://en.wikipedia.org/wiki/Sofia_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.4024521357708, 42.6891841273195] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Surat", - "abbrev": "STV", - "location": "terminal", - "gps_code": "VASU", - "iata_code": "STV", - "wikipedia": "http://en.wikipedia.org/wiki/Surat_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.7424384372589, 21.1204503297172] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Nausori Int'l", - "abbrev": "SUV", - "location": "terminal", - "gps_code": "NFNA", - "iata_code": "SUV", - "wikipedia": "http://en.wikipedia.org/wiki/Nausori_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [178.560048369959, -18.0458996922854] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Shiraz Int'l", - "abbrev": "SYZ", - "location": "terminal", - "gps_code": "OISS", - "iata_code": "SYZ", - "wikipedia": "http://en.wikipedia.org/wiki/Shiraz_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [52.5897712745211, 29.5458013842874] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gen Francisco J Mina Int'l", - "abbrev": "TAM", - "location": "terminal", - "gps_code": "MMTM", - "iata_code": "TAM", - "wikipedia": "http://en.wikipedia.org/wiki/General_Francisco_Javier_Mina_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.8698137568394, 22.2893319525064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Toncontin Int'l", - "abbrev": "TGU", - "location": "terminal", - "gps_code": "MHTG", - "iata_code": "TGU", - "wikipedia": "http://en.wikipedia.org/wiki/Toncont%C3%ADn_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.2192116348986, 14.0599852192071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mehrabad Int'l", - "abbrev": "THR", - "location": "terminal", - "gps_code": "OIII", - "iata_code": "THR", - "wikipedia": "http://en.wikipedia.org/wiki/Mehrabad_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [51.3208069717572, 35.6913743304946] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tirane Rinas", - "abbrev": "TIA", - "location": "terminal", - "gps_code": "LATI", - "iata_code": "TIA", - "wikipedia": "http://en.wikipedia.org/wiki/Tirana_International_Airport_N%C3%ABn%C3%AB_Tereza", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.7150324049722, 41.4208514680567] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "General Abelardo L Rodriguez Int'l", - "abbrev": "TIJ", - "location": "terminal", - "gps_code": "MMTJ", - "iata_code": "TIJ", - "wikipedia": "http://en.wikipedia.org/wiki/General_Abelardo_L._Rodr%C3%ADguez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-116.975476095598, 32.5460499135013] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Jose Maria Morelos Y Pavon", - "abbrev": "TLC", - "location": "terminal", - "gps_code": "MMTO", - "iata_code": "TLC", - "wikipedia": "http://en.wikipedia.org/wiki/Lic._Adolfo_L%C3%B3pez_Mateos_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.5706494463542, 19.3386880423032] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Ulemiste", - "abbrev": "TLL", - "location": "terminal", - "gps_code": "EETN", - "iata_code": "TLL", - "wikipedia": "http://en.wikipedia.org/wiki/Tallinn_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [24.798964869983, 59.4165014697451] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Ben Gurion", - "abbrev": "TLV", - "location": "terminal", - "gps_code": "LLBG", - "iata_code": "TLV", - "wikipedia": "http://en.wikipedia.org/wiki/Ben_Gurion_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.8708499180995, 32.0007468501844] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sao Tome Salazar", - "abbrev": "TMS", - "location": "terminal", - "gps_code": "FPST", - "iata_code": "TMS", - "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Tom%C3%A9_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.71282193005667, 0.374744213699427] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Antananarivo Ivato", - "abbrev": "TNR", - "location": "terminal", - "gps_code": "FMMI", - "iata_code": "TNR", - "wikipedia": "http://en.wikipedia.org/wiki/Ivato_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.4753540009579, -18.7993348763082] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tampa Int'l", - "abbrev": "TPA", - "location": "parking", - "gps_code": "KTPA", - "iata_code": "TPA", - "wikipedia": "http://en.wikipedia.org/wiki/Tampa_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.534824252055, 27.9800400852184] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Zim Valencia", - "abbrev": "VLN", - "location": "terminal", - "gps_code": "SVVA", - "iata_code": "VLN", - "wikipedia": "http://en.wikipedia.org/wiki/Arturo_Michelena_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-67.9223617121873, 10.1540056883979] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gumrak", - "abbrev": "VOG", - "location": "terminal", - "gps_code": "URWW", - "iata_code": "VOG", - "wikipedia": "http://en.wikipedia.org/wiki/Volgograd_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.354767968489, 48.7916764657611] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Vientiane", - "abbrev": "VTE", - "location": "terminal", - "gps_code": "VLVT", - "iata_code": "VTE", - "wikipedia": "http://en.wikipedia.org/wiki/Wattay_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [102.568238195728, 17.9754595948321] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Viru Viru Int'l", - "abbrev": "VVI", - "location": "terminal", - "gps_code": "SLVR", - "iata_code": "VVI", - "wikipedia": "http://en.wikipedia.org/wiki/Viru_Viru_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.1403888218213, -17.6479468257839] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Wellington Int'l", - "abbrev": "WLG", - "location": "terminal", - "gps_code": "NZWN", - "iata_code": "WLG", - "wikipedia": "http://en.wikipedia.org/wiki/Wellington_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [174.811665268238, -41.3289891844659] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Prince Rupert", - "abbrev": "YPR", - "location": "terminal", - "gps_code": "CYPR", - "iata_code": "YPR", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_Rupert_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-130.44559, 54.292] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Windsor", - "abbrev": "YQG", - "location": "terminal", - "gps_code": "CYQG", - "iata_code": "YQG", - "wikipedia": "http://en.wikipedia.org/wiki/Windsor_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.9600877389449, 42.2658784727198] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Regina", - "abbrev": "YQR", - "location": "terminal", - "gps_code": "CYQR", - "iata_code": "YQR", - "wikipedia": "http://en.wikipedia.org/wiki/Regina_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.655433975371, 50.4332192867183] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vancouver Int'l", - "abbrev": "YVR", - "location": "terminal", - "gps_code": "CYVR", - "iata_code": "YVR", - "wikipedia": "http://en.wikipedia.org/wiki/Vancouver_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-123.180867003812, 49.1935590395715] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Winnipeg Int'l", - "abbrev": "YWG", - "location": "terminal", - "gps_code": "CYWG", - "iata_code": "YWG", - "wikipedia": "http://en.wikipedia.org/wiki/Winnipeg_James_Armstrong_Richardson_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.2267694809585, 49.9033302471671] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "John G Diefenbaker Int'l", - "abbrev": "YXE", - "location": "terminal", - "gps_code": "CYXE", - "iata_code": "YXE", - "wikipedia": "http://en.wikipedia.org/wiki/Saskatoon/John_G._Diefenbaker_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.690181967554, 52.1701439447381] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Whitehorse Int'l", - "abbrev": "YXY", - "location": "terminal", - "gps_code": "CYXY", - "iata_code": "YXY", - "wikipedia": "http://en.wikipedia.org/wiki/Whitehorse_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-135.076210089402, 60.7141521481397] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Calgary Int'l", - "abbrev": "YYC", - "location": "terminal", - "gps_code": "CYYC", - "iata_code": "YYC", - "wikipedia": "http://en.wikipedia.org/wiki/Calgary_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-114.010560500236, 51.1308572567549] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Charlottetown", - "abbrev": "YYG", - "location": "terminal", - "gps_code": "CYYG", - "iata_code": "YYG", - "wikipedia": "http://en.wikipedia.org/wiki/Charlottetown_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.1312341333234, 46.2858131367525] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Churchill", - "abbrev": "YYQ", - "location": "terminal", - "gps_code": "CYYQ", - "iata_code": "YYQ", - "wikipedia": "http://en.wikipedia.org/wiki/Churchill_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.0813639506318, 58.7497237849788] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "St John's Int'l", - "abbrev": "YYT", - "location": "terminal", - "gps_code": "CYYT", - "iata_code": "YYT", - "wikipedia": "http://en.wikipedia.org/wiki/St._John's_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-52.7433337428638, 47.6131179007955] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Yellowknife", - "abbrev": "YZF", - "location": "terminal", - "gps_code": "CYZF", - "iata_code": "YZF", - "wikipedia": "http://en.wikipedia.org/wiki/Yellowknife_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-114.437846335049, 62.4707373610202] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Zagreb", - "abbrev": "ZAG", - "location": "terminal", - "gps_code": "LDZA", - "iata_code": "ZAG", - "wikipedia": "http://en.wikipedia.org/wiki/Zagreb_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.0615138009014, 45.7333266730984] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Zanzibar", - "abbrev": "ZNZ", - "location": "terminal", - "gps_code": "HTZA", - "iata_code": "ZNZ", - "wikipedia": "http://en.wikipedia.org/wiki/Zanzibar_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.2223319841558, -6.21857034620282] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Reykjavik Air Terminal", - "abbrev": "REK", - "location": "terminal", - "gps_code": "BIRK", - "iata_code": "REK", - "wikipedia": "http://en.wikipedia.org/wiki/Reykjav%C3%ADk_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-21.9466344031327, 64.1318728609901] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Arkhangelsk-Talagi", - "abbrev": "ARH", - "location": "terminal", - "gps_code": "ULAA", - "iata_code": "ARH", - "wikipedia": "http://en.wikipedia.org/wiki/Talagi_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [40.7133465694594, 64.5967437730455] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kazan Int'l", - "abbrev": "KZN", - "location": "terminal", - "gps_code": "UWKD", - "iata_code": "KZN", - "wikipedia": "http://en.wikipedia.org/wiki/Kazan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [49.2984458036407, 55.6080601429765] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Paris Orly", - "abbrev": "ORY", - "location": "parking", - "gps_code": "LFPO", - "iata_code": "ORY", - "wikipedia": "http://en.wikipedia.org/wiki/Orly_Airport_(Paris)", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.36737912783773, 48.7313030458052] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Quebec", - "abbrev": "YQB", - "location": "terminal", - "gps_code": "CYQB", - "iata_code": "YQB", - "wikipedia": "http://en.wikipedia.org/wiki/Qu%C3%A9bec/Jean_Lesage_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.3839280711731, 46.7915684363308] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Montreal-Trudeau", - "abbrev": "YUL", - "location": "terminal", - "gps_code": "CYUL", - "iata_code": "YUL", - "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Pierre_Elliott_Trudeau_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.7493162650417, 45.4583512294531] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Narita Int'l", - "abbrev": "NRT", - "location": "terminal", - "gps_code": "RJAA", - "iata_code": "NRT", - "wikipedia": "http://en.wikipedia.org/wiki/Narita_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [140.384401709179, 35.7640560727828] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Chubu Centrair Int'l", - "abbrev": "NGO", - "location": "terminal", - "gps_code": "RJGG", - "iata_code": "NGO", - "wikipedia": "http://en.wikipedia.org/wiki/Ch%C5%ABbu_Centrair_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [136.814771286824, 34.8590296958162] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Okadama", - "abbrev": "OKD", - "location": "terminal", - "gps_code": "RJCO", - "iata_code": "OKD", - "wikipedia": "http://en.wikipedia.org/wiki/Okadama_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [141.382100450075, 43.1106495990979] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Bergen Flesland", - "abbrev": "BGO", - "location": "terminal", - "gps_code": "ENBR", - "iata_code": "BGO", - "wikipedia": "http://en.wikipedia.org/wiki/Bergen_Airport%2C_Flesland", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.22725311562336, 60.2890610502966] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tromso Langnes", - "abbrev": "TOS", - "location": "terminal", - "gps_code": "ENTC", - "iata_code": "TOS", - "wikipedia": "http://en.wikipedia.org/wiki/Troms%C3%B8_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.9072624292132, 69.6796790473478] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Val de Caes Int'l", - "abbrev": "BEL", - "location": "terminal", - "gps_code": "SBBE", - "iata_code": "BEL", - "wikipedia": "http://en.wikipedia.org/wiki/Val_de_C%C3%A3es_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-48.4795602893793, -1.38974628795546] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Campo Grande Int'l", - "abbrev": "CGR", - "location": "terminal", - "gps_code": "SBCG", - "iata_code": "CGR", - "wikipedia": "http://en.wikipedia.org/wiki/Campo_Grande_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.6689498781305, -20.4572717360311] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Afonso Pena Int'l", - "abbrev": "CWB", - "location": "terminal", - "gps_code": "SBCT", - "iata_code": "CWB", - "wikipedia": "http://en.wikipedia.org/wiki/Afonso_Pena_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-49.1737093663469, -25.5360001430558] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Pinto Martins Int'l", - "abbrev": "FOR", - "location": "terminal", - "gps_code": "SBFZ", - "iata_code": "FOR", - "wikipedia": "http://en.wikipedia.org/wiki/Pinto_Martins_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-38.5407472498334, -3.77859496233091] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Sao Paulo-Guarulhos Int'l", - "abbrev": "GRU", - "location": "terminal", - "gps_code": "SBGR", - "iata_code": "GRU", - "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Paulo-Guarulhos_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-46.481753608842, -23.4261155770421] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Santa Genoveva", - "abbrev": "GYN", - "location": "terminal", - "gps_code": "SBGO", - "iata_code": "GYN", - "wikipedia": "http://en.wikipedia.org/wiki/Santa_Genoveva_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-49.2266464905994, -16.6323665721637] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Salgado Filho Int'l", - "abbrev": "POA", - "location": "terminal", - "gps_code": "SBPA", - "iata_code": "POA", - "wikipedia": "http://en.wikipedia.org/wiki/Salgado_Filho_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-51.1770409488172, -29.9901930170609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gilberto Freyre Int'l", - "abbrev": "REC", - "location": "terminal", - "gps_code": "SBRF", - "iata_code": "REC", - "wikipedia": "http://en.wikipedia.org/wiki/Guararapes_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-34.9182667174851, -8.13162553076239] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Deputado Luis Eduardo Magalhaes Int'l", - "abbrev": "SSA", - "location": "terminal", - "gps_code": "SBSV", - "iata_code": "SSA", - "wikipedia": "http://en.wikipedia.org/wiki/Deputado_Lu%C3%ADs_Eduardo_Magalh%C3%A3es_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-38.3347989911732, -12.9143614970326] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "El Plumerillo", - "abbrev": "MDZ", - "location": "terminal", - "gps_code": "SAME", - "iata_code": "MDZ", - "wikipedia": "http://en.wikipedia.org/wiki/Governor_Francisco_Gabrielli_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.7984838394473, -32.8278001692719] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Eduardo Gomes Int'l", - "abbrev": "MAO", - "location": "terminal", - "gps_code": "SBEG", - "iata_code": "MAO", - "wikipedia": "http://en.wikipedia.org/wiki/Eduardo_Gomes_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.0460645898854, -3.0321390062591] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Yaounde Nsimalen Int'l", - "abbrev": "NSI", - "location": "terminal", - "gps_code": "FKYS", - "iata_code": "NSI", - "wikipedia": "http://en.wikipedia.org/wiki/Yaound%C3%A9_Nsimalen_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.5479941396807, 3.71484520708126] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Shanghai Pudong Int'l", - "abbrev": "PVG", - "location": "terminal", - "gps_code": "ZSPD", - "iata_code": "PVG", - "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Pudong_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.801518760578, 31.1523090295533] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Marka Int'l", - "abbrev": "ADJ", - "location": "terminal", - "gps_code": "OJAM", - "iata_code": "ADJ", - "wikipedia": "http://en.wikipedia.org/wiki/Marka_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.9841052362449, 31.9741994015442] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Male Int'l", - "abbrev": "MLE", - "location": "terminal", - "gps_code": "VRMM", - "iata_code": "MLE", - "wikipedia": "http://en.wikipedia.org/wiki/Mal%C3%A9_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.5273902836844, 4.18870090323372] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gen. Heriberto Jara Int'l", - "abbrev": "VER", - "location": "terminal", - "gps_code": "MMVR", - "iata_code": "VER", - "wikipedia": "http://en.wikipedia.org/wiki/General_Heriberto_Jara_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.1835702143695, 19.1424237025017] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Osvaldo Vieira Int'l", - "abbrev": "OXB", - "location": "terminal", - "gps_code": "GGOV", - "iata_code": "OXB", - "wikipedia": "http://en.wikipedia.org/wiki/Osvaldo_Vieira_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-15.651185561666, 11.8889231454855] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Francisco Bangoy Int'l", - "abbrev": "DVO", - "location": "terminal", - "gps_code": "RPMD", - "iata_code": "DVO", - "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Bangoy_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.645066609434, 7.13053746163073] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Seychelles Int'l", - "abbrev": "SEZ", - "location": "terminal", - "gps_code": "FSIA", - "iata_code": "SEZ", - "wikipedia": "http://en.wikipedia.org/wiki/Seychelles_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.5115519246793, -4.67106914178521] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Leopold Sedar Senghor Int'l", - "abbrev": "DKR", - "location": "terminal", - "gps_code": "GOOY", - "iata_code": "DKR", - "wikipedia": "http://en.wikipedia.org/wiki/Dakar-Yoff-L%C3%A9opold_S%C3%A9dar_Senghor_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-17.490407907719, 14.7456306146748] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Port Sudan New Int'l", - "abbrev": "PZU", - "location": "terminal", - "gps_code": "HSPN", - "iata_code": "PZU", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Sudan_New_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.2387475981025, 19.4341052385231] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tashkent Int'l", - "abbrev": "TAS", - "location": "terminal", - "gps_code": "UTTT", - "iata_code": "TAS", - "wikipedia": "http://en.wikipedia.org/wiki/Tashkent_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [69.2666137241129, 41.2622338767383] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Copenhagen", - "abbrev": "CPH", - "location": "terminal", - "gps_code": "EKCH", - "iata_code": "CPH", - "wikipedia": "http://en.wikipedia.org/wiki/Copenhagen_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.6493508684508, 55.6285017221528] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "mid", - "name": "Aeroportul National Bucuresti-Baneasa", - "abbrev": "BBU", - "location": "terminal", - "gps_code": "LRBS", - "iata_code": "BBU", - "wikipedia": "http://en.wikipedia.org/wiki/Aurel_Vlaicu_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [26.0857251587764, 44.497041455972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Ferihegy", - "abbrev": "BUD", - "location": "terminal", - "gps_code": "LHBP", - "iata_code": "BUD", - "wikipedia": "http://en.wikipedia.org/wiki/Budapest_Ferihegy_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.2622301677881, 47.433274269248] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Chongqing Jiangbei Int'l", - "abbrev": "CKG", - "location": "terminal", - "gps_code": "ZUCK", - "iata_code": "CKG", - "wikipedia": "http://en.wikipedia.org/wiki/Chongqing_Jiangbei_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.638019704811, 29.7240422241688] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Douglas Int'l", - "abbrev": "CLT", - "location": "terminal", - "gps_code": "KCLT", - "iata_code": "CLT", - "wikipedia": "http://en.wikipedia.org/wiki/Charlotte/Douglas_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.9439277342763, 35.2204281685597] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Detroit Metro", - "abbrev": "DTW", - "location": "terminal", - "gps_code": "KDTW", - "iata_code": "DTW", - "wikipedia": "http://en.wikipedia.org/wiki/Detroit_Metropolitan_Wayne_County_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-83.3478935065615, 42.2257204508004] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Dublin", - "abbrev": "DUB", - "location": "terminal", - "gps_code": "EIDW", - "iata_code": "DUB", - "wikipedia": "http://en.wikipedia.org/wiki/Dublin_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-6.24388491037139, 53.42700828497] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Fairbanks Int'l", - "abbrev": "FAI", - "location": "terminal", - "gps_code": "PAFA", - "iata_code": "FAI", - "wikipedia": "http://en.wikipedia.org/wiki/Fairbanks_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-147.865721120795, 64.8180981117369] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Hamburg", - "abbrev": "HAM", - "location": "terminal", - "gps_code": "EDDH", - "iata_code": "HAM", - "wikipedia": "http://en.wikipedia.org/wiki/Hamburg_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.005647830925, 53.6320011640866] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Kuala Lumpur Int'l", - "abbrev": "KUL", - "location": "terminal", - "gps_code": "WMKK", - "iata_code": "KUL", - "wikipedia": "http://en.wikipedia.org/wiki/Kuala_Lumpur_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [101.713886325743, 2.74751295791811] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Mccarran Int'l", - "abbrev": "LAS", - "location": "terminal", - "gps_code": "KLAS", - "iata_code": "LAS", - "wikipedia": "http://en.wikipedia.org/wiki/McCarran_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.151323951283, 36.0849602383367] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Orlando Int'l", - "abbrev": "MCO", - "location": "terminal", - "gps_code": "KMCO", - "iata_code": "MCO", - "wikipedia": "http://en.wikipedia.org/wiki/Orlando_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.3073713307985, 28.4311506791138] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Minneapolis St. Paul Int'l", - "abbrev": "MSP", - "location": "terminal", - "gps_code": "KMSP", - "iata_code": "MSP", - "wikipedia": "http://en.wikipedia.org/wiki/Minneapolis-Saint_Paul_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.2081003718301, 44.8820263631968] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Franz-Josef-Strauss", - "abbrev": "MUC", - "location": "terminal", - "gps_code": "EDDM", - "iata_code": "MUC", - "wikipedia": "http://en.wikipedia.org/wiki/Munich_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.7880627192437, 48.3538373961609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Philadelphia Int'l", - "abbrev": "PHL", - "location": "terminal", - "gps_code": "KPHL", - "iata_code": "PHL", - "wikipedia": "http://en.wikipedia.org/wiki/Philadelphia_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.2429857676998, 39.876087236427] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Sky Harbor Int'l", - "abbrev": "PHX", - "location": "terminal", - "gps_code": "KPHX", - "iata_code": "PHX", - "wikipedia": "http://en.wikipedia.org/wiki/Phoenix_Sky_Harbor_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-112.01363529773, 33.4358607639498] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Salt Lake City Int'l", - "abbrev": "SLC", - "location": "terminal", - "gps_code": "KSLC", - "iata_code": "SLC", - "wikipedia": "http://en.wikipedia.org/wiki/Salt_Lake_City_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.981984879993, 40.7867290053708] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Lambert St Louis Int'l", - "abbrev": "STL", - "location": "terminal", - "gps_code": "KSTL", - "iata_code": "STL", - "wikipedia": "http://en.wikipedia.org/wiki/Lambert-St._Louis_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.3659545350675, 38.7427163155204] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Okecie Int'l", - "abbrev": "WAW", - "location": "terminal", - "gps_code": "EPWA", - "iata_code": "WAW", - "wikipedia": "http://en.wikipedia.org/wiki/Warsaw_Frederic_Chopin_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.9727263383587, 52.171026749259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Zurich Int'l", - "abbrev": "ZRH", - "location": "terminal", - "gps_code": "LSZH", - "iata_code": "ZRH", - "wikipedia": "http://en.wikipedia.org/wiki/Z%C3%BCrich_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.56221279534765, 47.4523895064916] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "mid", - "name": "Gosselies", - "abbrev": "CRL", - "location": "terminal", - "gps_code": "EBCI", - "iata_code": "CRL", - "wikipedia": "http://en.wikipedia.org/wiki/Brussels_South_Charleroi_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.4543736298165, 50.4571296549567] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Munich Freight Terminal", - "abbrev": "MUCf", - "location": "freight", - "gps_code": "EDDMf", - "iata_code": "MUCf", - "wikipedia": "http://en.wikipedia.org/wiki/Munich_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.7694828593654, 48.3497964078377] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Barcelona", - "abbrev": "BCN", - "location": "terminal", - "gps_code": "LEBL", - "iata_code": "BCN", - "wikipedia": "http://en.wikipedia.org/wiki/Barcelona_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.07800334981292, 41.3031552797463] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Ruzyn", - "abbrev": "PRG", - "location": "terminal", - "gps_code": "LKPR", - "iata_code": "PRG", - "wikipedia": "http://en.wikipedia.org/wiki/Ruzyn%C4%9B_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.2674849854076, 50.1076511703671] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Hong Kong Int'l", - "abbrev": "HKG", - "location": "terminal", - "gps_code": "VHHH", - "iata_code": "HKG", - "wikipedia": "http://en.wikipedia.org/wiki/Hong_Kong_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.935016387376, 22.3153328280868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Taoyuan", - "abbrev": "TPE", - "location": "terminal", - "gps_code": "RCTP", - "iata_code": "TPE", - "wikipedia": "http://en.wikipedia.org/wiki/Taiwan_Taoyuan_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.231370453323, 25.0767411043346] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Schiphol", - "abbrev": "AMS", - "location": "terminal", - "gps_code": "EHAM", - "iata_code": "AMS", - "wikipedia": "http://en.wikipedia.org/wiki/Amsterdam_Schiphol_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.76437693232812, 52.3089323889822] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Singapore Changi", - "abbrev": "SIN", - "location": "terminal", - "gps_code": "WSSS", - "iata_code": "SIN", - "wikipedia": "http://en.wikipedia.org/wiki/Singapore_Changi_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.986413880993, 1.35616083528126] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "London Heathrow", - "abbrev": "LHR", - "location": "parking", - "gps_code": "EGLL", - "iata_code": "LHR", - "wikipedia": "http://en.wikipedia.org/wiki/London_Heathrow_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.453156652063309, 51.4709958799938] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Auckland Int'l", - "abbrev": "AKL", - "location": "terminal", - "gps_code": "NZAA", - "iata_code": "AKL", - "wikipedia": "http://en.wikipedia.org/wiki/Auckland_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [174.791719433715, -37.0063551142815] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Anchorage Int'l", - "abbrev": "ANC", - "location": "terminal", - "gps_code": "PALH", - "iata_code": "ANC", - "wikipedia": "http://en.wikipedia.org/wiki/Lake_Hood_Seaplane_Base", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-149.981725100633, 61.1728936745367] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Hartsfield-Jackson Atlanta Int'l", - "abbrev": "ATL", - "location": "terminal", - "gps_code": "KATL", - "iata_code": "ATL", - "wikipedia": "http://en.wikipedia.org/wiki/Hartsfield-Jackson_Atlanta_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.4253974336047, 33.6405290807352] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Beijing Capital", - "abbrev": "PEK", - "location": "terminal", - "gps_code": "ZBAA", - "iata_code": "PEK", - "wikipedia": "http://en.wikipedia.org/wiki/Beijing_Capital_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [116.588174004661, 40.078766336331] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Eldorado Int'l", - "abbrev": "BOG", - "location": "terminal", - "gps_code": "SKBO", - "iata_code": "BOG", - "wikipedia": "http://en.wikipedia.org/wiki/El_Dorado_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.1433718001028, 4.69883276192097] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Chhatrapati Shivaji Int'l", - "abbrev": "BOM", - "location": "terminal", - "gps_code": "VABB", - "iata_code": "BOM", - "wikipedia": "http://en.wikipedia.org/wiki/Chhatrapati_Shivaji_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.8745639500051, 19.0951019488402] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Gen E L Logan Int'l", - "abbrev": "BOS", - "location": "terminal", - "gps_code": "KBOS", - "iata_code": "BOS", - "wikipedia": "http://en.wikipedia.org/wiki/Logan_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.0164066172958, 42.3665658198506] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Baltimore-Washington Int'l Thurgood Marshall", - "abbrev": "BWI", - "location": "terminal", - "gps_code": "KBWI", - "iata_code": "BWI", - "wikipedia": "http://en.wikipedia.org/wiki/Baltimore-Washington_International_Thurgood_Marshall_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.6686428352448, 39.1793943583568] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Cairo Int'l", - "abbrev": "CAI", - "location": "terminal", - "gps_code": "HECA", - "iata_code": "CAI", - "wikipedia": "http://en.wikipedia.org/wiki/Cairo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [31.3997430067114, 30.1119904385575] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "mid", - "name": "Casablanca-Anfa", - "abbrev": "CAS", - "location": "terminal", - "gps_code": "GMMC", - "iata_code": "CAS", - "wikipedia": "http://en.wikipedia.org/wiki/Casablanca-Anfa_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.66321880771143, 33.5627883851079] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "mid", - "name": "Simon Bolivar Int'l", - "abbrev": "CCS", - "location": "terminal", - "gps_code": "SVMI", - "iata_code": "CCS", - "wikipedia": "http://en.wikipedia.org/wiki/Sim%C3%B3n_Bol%C3%ADvar_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-67.0057488076317, 10.5973549146064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Cape Town Int'l", - "abbrev": "CPT", - "location": "terminal", - "gps_code": "FACT", - "iata_code": "CPT", - "wikipedia": "http://en.wikipedia.org/wiki/Cape_Town_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.5976565083138, -33.9704466120395] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Chengdushuang Liu", - "abbrev": "CTU", - "location": "terminal", - "gps_code": "ZUUU", - "iata_code": "CTU", - "wikipedia": "http://en.wikipedia.org/wiki/Chengdu_Shuangliu_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.956136481695, 30.5810712647464] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Indira Gandhi Int'l", - "abbrev": "DEL", - "location": "terminal", - "gps_code": "VIDP", - "iata_code": "DEL", - "wikipedia": "http://en.wikipedia.org/wiki/Indira_Gandhi_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.0878362565332, 28.5592039760586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Denver Int'l", - "abbrev": "DEN", - "location": "terminal", - "gps_code": "KDEN", - "iata_code": "DEN", - "wikipedia": "http://en.wikipedia.org/wiki/Denver_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.673797338542, 39.849461388151] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Dallas-Ft. Worth Int'l", - "abbrev": "DFW", - "location": "parking", - "gps_code": "KDFW", - "iata_code": "DFW", - "wikipedia": "http://en.wikipedia.org/wiki/Dallas-Fort_Worth_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.0403710741144, 32.9001505594816] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Don Muang Int'l", - "abbrev": "DMK", - "location": "terminal", - "gps_code": "VTBD", - "iata_code": "DMK", - "wikipedia": "http://en.wikipedia.org/wiki/Don_Mueang_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.602578626505, 13.9202766010347] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Dubai Int'l", - "abbrev": "DXB", - "location": "terminal", - "gps_code": "OMDB", - "iata_code": "DXB", - "wikipedia": "http://en.wikipedia.org/wiki/Dubai_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.3540769172243, 25.2525655938182] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Newark Int'l", - "abbrev": "EWR", - "location": "terminal", - "gps_code": "KEWR", - "iata_code": "EWR", - "wikipedia": "http://en.wikipedia.org/wiki/Newark_Liberty_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.1771472796706, 40.6904798278929] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Ministro Pistarini Int'l", - "abbrev": "EZE", - "location": "terminal", - "gps_code": "SAEZ", - "iata_code": "EZE", - "wikipedia": "http://en.wikipedia.org/wiki/Ministro_Pistarini_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-58.5412456939382, -34.8136469380323] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Fort Lauderdale Hollywood Int'l", - "abbrev": "FLL", - "location": "terminal", - "gps_code": "KFLL", - "iata_code": "FLL", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_Lauderdale-Hollywood_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.1452588465189, 26.0717095746827] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "George Bush Intercontinental", - "abbrev": "IAH", - "location": "terminal", - "gps_code": "KIAH", - "iata_code": "IAH", - "wikipedia": "http://en.wikipedia.org/wiki/George_Bush_Intercontinental_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-95.3337047912947, 29.9865909034907] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Ataturk Hava Limani", - "abbrev": "IST", - "location": "terminal", - "gps_code": "LTBA", - "iata_code": "IST", - "wikipedia": "http://en.wikipedia.org/wiki/Atat%C3%BCrk_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.8195493087893, 40.9778388177797] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "OR Tambo Int'l", - "abbrev": "JNB", - "location": "terminal", - "gps_code": "FAJS", - "iata_code": "JNB", - "wikipedia": "http://en.wikipedia.org/wiki/OR_Tambo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.2319885648741, -26.1320953994887] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "mid", - "name": "Juneau Int'l", - "abbrev": "JNU", - "location": "terminal", - "gps_code": "PAJN", - "iata_code": "JNU", - "wikipedia": "http://en.wikipedia.org/wiki/Juneau_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-134.583573037872, 58.3589441045951] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Los Angeles Int'l", - "abbrev": "LAX", - "location": "terminal", - "gps_code": "KLAX", - "iata_code": "LAX", - "wikipedia": "http://en.wikipedia.org/wiki/Los_Angeles_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-118.402468548522, 33.9441742543586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Linate", - "abbrev": "LIN", - "location": "terminal", - "gps_code": "LIML", - "iata_code": "LIN", - "wikipedia": "http://en.wikipedia.org/wiki/Linate_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.27996629691061, 45.4603938456252] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Melbourne Int'l", - "abbrev": "MEL", - "location": "terminal", - "gps_code": "YMML", - "iata_code": "MEL", - "wikipedia": "http://en.wikipedia.org/wiki/Melbourne_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [144.848998091131, -37.6699411967893] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Lic Benito Juarez Int'l", - "abbrev": "MEX", - "location": "terminal", - "gps_code": "MMMX", - "iata_code": "MEX", - "wikipedia": "http://en.wikipedia.org/wiki/Mexico_City_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.0826079514239, 19.4354695720494] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Ninoy Aquino Int'l", - "abbrev": "MNL", - "location": "terminal", - "gps_code": "RPLL", - "iata_code": "MNL", - "wikipedia": "http://en.wikipedia.org/wiki/Ninoy_Aquino_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.004122083437, 14.5068323762967] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Jomo Kenyatta Int'l", - "abbrev": "NBO", - "location": "terminal", - "gps_code": "HKJK", - "iata_code": "NBO", - "wikipedia": "http://en.wikipedia.org/wiki/Jomo_Kenyatta_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [36.9250887490366, -1.33052964350634] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Honolulu Int'l", - "abbrev": "HNL", - "location": "terminal", - "gps_code": "PHNL", - "iata_code": "HNL", - "wikipedia": "http://en.wikipedia.org/wiki/Honolulu_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-157.919783173755, 21.332022315024] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Chicago O'Hare Int'l", - "abbrev": "ORD", - "location": "terminal", - "gps_code": "KORD", - "iata_code": "ORD", - "wikipedia": "http://en.wikipedia.org/wiki/O'Hare_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.90513439065, 41.9765291023803] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "King Khalid Int'l", - "abbrev": "RUH", - "location": "terminal", - "gps_code": "OERK", - "iata_code": "RUH", - "wikipedia": "http://en.wikipedia.org/wiki/King_Khalid_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [46.701829023464, 24.9590317436512] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Arturo Merino Benitez Int'l", - "abbrev": "SCL", - "location": "terminal", - "gps_code": "SCEL", - "iata_code": "SCL", - "wikipedia": "http://en.wikipedia.org/wiki/Comodoro_Arturo_Merino_Ben%C3%ADtez_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.7936860162974, -33.3968336342597] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Tacoma Int'l", - "abbrev": "SEA", - "location": "terminal", - "gps_code": "KSEA", - "iata_code": "SEA", - "wikipedia": "http://en.wikipedia.org/wiki/Seattle-Tacoma_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.302289722924, 47.4435819127259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "San Francisco Int'l", - "abbrev": "SFO", - "location": "terminal", - "gps_code": "KSFO", - "iata_code": "SFO", - "wikipedia": "http://en.wikipedia.org/wiki/San_Francisco_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.383470344449, 37.6170250868054] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Hongqiao", - "abbrev": "SHA", - "location": "terminal", - "gps_code": "ZSSS", - "iata_code": "SHA", - "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Hongqiao_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.341183788567, 31.1872574314078] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Sheremtyevo", - "abbrev": "SVO", - "location": "terminal", - "gps_code": "UUEE", - "iata_code": "SVO", - "wikipedia": "http://en.wikipedia.org/wiki/Sheremetyevo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.4159690348414, 55.966447172512] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Toronto-Pearson Int'l", - "abbrev": "YYZ", - "location": "terminal", - "gps_code": "CYYZ", - "iata_code": "YYZ", - "wikipedia": "http://en.wikipedia.org/wiki/Toronto_Pearson_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.6114193247449, 43.6809595186356] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Kingsford Smith", - "abbrev": "SYD", - "location": "terminal", - "gps_code": "YSSY", - "iata_code": "SYD", - "wikipedia": "http://en.wikipedia.org/wiki/Kingsford_Smith_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [151.166067305601, -33.9365832057717] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Helsinki Vantaa", - "abbrev": "HEL", - "location": "terminal", - "gps_code": "EFHK", - "iata_code": "HEL", - "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Vantaa_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [24.9682078665914, 60.3187158912982] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Charles de Gaulle Int'l", - "abbrev": "CDG", - "location": "terminal", - "gps_code": "LFPG", - "iata_code": "CDG", - "wikipedia": "http://en.wikipedia.org/wiki/Charles_de_Gaulle_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.54186776739457, 49.0144200969386] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Berlin-Tegel Int'l", - "abbrev": "TXL", - "location": "terminal", - "gps_code": "EDDT", - "iata_code": "TXL", - "wikipedia": "http://en.wikipedia.org/wiki/Berlin-Tegel_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.2903090925074, 52.5544287044101] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Vienna Schwechat Int'l", - "abbrev": "VIE", - "location": "terminal", - "gps_code": "LOWW", - "iata_code": "VIE", - "wikipedia": "http://en.wikipedia.org/wiki/Vienna_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.5607679642129, 48.1197563052538] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Frankfurt Int'l", - "abbrev": "FRA", - "location": "terminal", - "gps_code": "EDDF", - "iata_code": "FRA", - "wikipedia": "http://en.wikipedia.org/wiki/Frankfurt_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.57182286907608, 50.0506770895207] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Leonardo da Vinci Int'l", - "abbrev": "FCO", - "location": "terminal", - "gps_code": "LIRF", - "iata_code": "FCO", - "wikipedia": "http://en.wikipedia.org/wiki/Leonardo_da_Vinci_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.2501008973638, 41.7950786307394] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Osaka Int'l", - "abbrev": "ITM", - "location": "terminal", - "gps_code": "RJOO", - "iata_code": "ITM", - "wikipedia": "http://en.wikipedia.org/wiki/Osaka_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [135.442475256249, 34.7901980848749] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Gimpo Int'l", - "abbrev": "GMP", - "location": "terminal", - "gps_code": "RKSS", - "iata_code": "GMP", - "wikipedia": "http://en.wikipedia.org/wiki/Gimpo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.802392860276, 37.5573005399508] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Oslo Gardermoen", - "abbrev": "OSL", - "location": "terminal", - "gps_code": "ENGM", - "iata_code": "OSL", - "wikipedia": "http://en.wikipedia.org/wiki/Gardermoen_Air_Station", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.0991032762581, 60.1935783171386] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Juscelino Kubitschek Int'l", - "abbrev": "BSB", - "location": "terminal", - "gps_code": "SBBR", - "iata_code": "BSB", - "wikipedia": "http://en.wikipedia.org/wiki/Bras%C3%ADlia_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-47.9207885133625, -15.8699985002824] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Congonhas Int'l", - "abbrev": "CGH", - "location": "terminal", - "gps_code": "SBSP", - "iata_code": "CGH", - "wikipedia": "http://en.wikipedia.org/wiki/Congonhas-S%C3%A3o_Paulo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-46.6591155302196, -23.62685882701] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Rio de Janeiro-Antonio Carlos Jobim Int'l", - "abbrev": "GIG", - "location": "terminal", - "gps_code": "SBGL", - "iata_code": "GIG", - "wikipedia": "http://en.wikipedia.org/wiki/Rio_de_Janeiro-Gale%C3%A3o_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-43.2483813790683, -22.8123437125006] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Madrid Barajas", - "abbrev": "MAD", - "location": "terminal", - "gps_code": "LEMD", - "iata_code": "MAD", - "wikipedia": "http://en.wikipedia.org/wiki/Madrid_Barajas_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.56902665458863, 40.4681282733923] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Luis Munoz Marin", - "abbrev": "SJU", - "location": "terminal", - "gps_code": "TJSJ", - "iata_code": "SJU", - "wikipedia": "http://en.wikipedia.org/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-66.0042299757548, 18.4380770734949] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Arlanda", - "abbrev": "ARN", - "location": "terminal", - "gps_code": "ESSA", - "iata_code": "ARN", - "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Arlanda_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.9307299016916, 59.6511203397372] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Soekarno-Hatta Int'l", - "abbrev": "CGK", - "location": "parking", - "gps_code": "WIII", - "iata_code": "CGK", - "wikipedia": "http://en.wikipedia.org/wiki/Soekarno-Hatta_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.654296151172, -6.1266029559729] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Eleftherios Venizelos Int'l", - "abbrev": "ATH", - "location": "terminal", - "gps_code": "LGAV", - "iata_code": "ATH", - "wikipedia": "http://en.wikipedia.org/wiki/Athens_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.9471160554073, 37.9362331299254] - } - } - ] -} \ No newline at end of file + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "small", + "name": "Sahnewal", + "abbrev": "LUH", + "location": "terminal", + "gps_code": "VILD", + "iata_code": "LUH", + "wikipedia": "http://en.wikipedia.org/wiki/Sahnewal_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.9570722403652, 30.8503598561702] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Solapur", + "abbrev": "SSE", + "location": "terminal", + "gps_code": "VASL", + "iata_code": "SSE", + "wikipedia": "http://en.wikipedia.org/wiki/Solapur_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.9330597710755, 17.625415183635] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Birsa Munda", + "abbrev": "IXR", + "location": "terminal", + "gps_code": "VERC", + "iata_code": "IXR", + "wikipedia": "http://en.wikipedia.org/wiki/Birsa_Munda_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.3235970368767, 23.3177245989962] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Ahwaz", + "abbrev": "AWZ", + "location": "terminal", + "gps_code": "OIAW", + "iata_code": "AWZ", + "wikipedia": "http://en.wikipedia.org/wiki/Ahwaz_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [48.7471065435931, 31.3431585560757] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Gwalior", + "abbrev": "GWL", + "location": "terminal", + "gps_code": "VIGR", + "iata_code": "GWL", + "wikipedia": "http://en.wikipedia.org/wiki/Gwalior_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.2172186546348, 26.285487697937] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Hodeidah Int'l", + "abbrev": "HOD", + "location": "terminal", + "gps_code": "OYHD", + "iata_code": "HOD", + "wikipedia": "http://en.wikipedia.org/wiki/Hodeida_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [42.97109630194, 14.7552534413725] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Devi Ahilyabai Holkar Int'l", + "abbrev": "IDR", + "location": "terminal", + "gps_code": "VAID", + "iata_code": "IDR", + "wikipedia": "http://en.wikipedia.org/wiki/Devi_Ahilyabai_Holkar_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.8092915005895, 22.727749187571] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Gandhinagar", + "abbrev": "ISK", + "location": "ramp", + "gps_code": "VANR", + "iata_code": "ISK", + "wikipedia": "http://en.wikipedia.org/wiki/Gandhinagar_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.8105674924689, 19.9660205672806] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "major and military", + "name": "Chandigarh Int'l", + "abbrev": "IXC", + "location": "terminal", + "gps_code": "VICG", + "iata_code": "IXC", + "wikipedia": "http://en.wikipedia.org/wiki/Chandigarh_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.8017261105242, 30.6707248949667] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Aurangabad", + "abbrev": "IXU", + "location": "terminal", + "gps_code": "VAAU", + "iata_code": "IXU", + "wikipedia": "http://en.wikipedia.org/wiki/Aurangabad_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.3958432922005, 19.8672969621082] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Faisalabad Int'l", + "abbrev": "LYP", + "location": "terminal", + "gps_code": "OPFA", + "iata_code": "LYP", + "wikipedia": "http://en.wikipedia.org/wiki/Faisalabad_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.9878190922305, 31.3627435480862] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Omsk Tsentralny", + "abbrev": "OMS", + "location": "terminal", + "gps_code": "UNOO", + "iata_code": "OMS", + "wikipedia": "http://en.wikipedia.org/wiki/Omsk_Tsentralny_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.3163595376585, 54.9576482934059] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Novosibirsk Tolmachev", + "abbrev": "OVB", + "location": "terminal", + "gps_code": "UNNT", + "iata_code": "OVB", + "wikipedia": "http://en.wikipedia.org/wiki/Tolmachevo_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [82.6671524525865, 55.0095847136264] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Zaporozhye Int'l", + "abbrev": "OZH", + "location": "runway", + "gps_code": "UKDE", + "iata_code": "OZH", + "wikipedia": "http://en.wikipedia.org/wiki/Zaporizhia_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.3018728575279, 47.8732635579023] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Simpang Tiga", + "abbrev": "PKU", + "location": "terminal", + "gps_code": "WIBB", + "iata_code": "PKU", + "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Syarif_Qasim_II_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [101.446569298441, 0.464600872998505] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Rota Int'l", + "abbrev": "ROP", + "location": "terminal", + "gps_code": "PGRO", + "iata_code": "ROP", + "wikipedia": "http://en.wikipedia.org/wiki/Rota_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [145.243980298582, 14.1717712971216] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Surgut", + "abbrev": "SGC", + "location": "terminal", + "gps_code": "USRR", + "iata_code": "SGC", + "wikipedia": "http://en.wikipedia.org/wiki/Surgut_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.4084964764375, 61.3401672194481] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Tiruchirappalli", + "abbrev": "TRZ", + "location": "terminal", + "gps_code": "VOTR", + "iata_code": "TRZ", + "wikipedia": "http://en.wikipedia.org/wiki/Tiruchirappalli_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.7089578747476, 10.7603571306554] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Turbat Int'l", + "abbrev": "TUK", + "location": "terminal", + "gps_code": "OPTU", + "iata_code": "TUK", + "wikipedia": "http://en.wikipedia.org/wiki/Turbat_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [63.0279333519181, 25.988794590011] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Quetta Int'l", + "abbrev": "UET", + "location": "terminal", + "gps_code": "OPQT", + "iata_code": "UET", + "wikipedia": "http://en.wikipedia.org/wiki/Quetta_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [66.9487311480949, 30.249043186181] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Zahedan Int'l", + "abbrev": "ZAH", + "location": "terminal", + "gps_code": "OIZH", + "iata_code": "ZAH", + "wikipedia": "http://en.wikipedia.org/wiki/Zahedan_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [60.900708564915, 29.4752941956573] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Abdul Rachman Saleh", + "abbrev": "MLG", + "location": "ramp", + "gps_code": "WARA", + "iata_code": "MLG", + "wikipedia": "http://en.wikipedia.org/wiki/Abdul_Rachman_Saleh_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [112.711418617258, -7.92998002840567] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Barnaul", + "abbrev": "BAX", + "location": "ramp", + "gps_code": "UNBB", + "iata_code": "BAX", + "wikipedia": "http://en.wikipedia.org/wiki/Barnaul_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [83.5504532124038, 53.3633850813046] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "military mid", + "name": "Adampur", + "abbrev": "VIAX", + "location": "runway", + "gps_code": "VIAX", + "iata_code": null, + "wikipedia": null, + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.7584828456005, 31.4329422397715] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "military", + "name": "Bareilly", + "abbrev": "VIBY", + "location": "runway", + "gps_code": "VIBY", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Bareilly_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.452002687657, 28.4218087161144] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "small", + "name": "Dhamial", + "abbrev": "OPQS", + "location": "runway", + "gps_code": "OPQS", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Dhamial_Army_Airbase", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.0320498392002, 33.5614146278861] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "major", + "name": "Cheongju Int'l", + "abbrev": "CJJ", + "location": "terminal", + "gps_code": "RKTU", + "iata_code": "CJJ", + "wikipedia": "http://en.wikipedia.org/wiki/Cheongju_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [127.495916124681, 36.7220227766673] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Gwangju", + "abbrev": "KWJ", + "location": "terminal", + "gps_code": "RKJJ", + "iata_code": "KWJ", + "wikipedia": "http://en.wikipedia.org/wiki/Gwangju_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.810839481226, 35.1400051390198] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Daegu Int'l", + "abbrev": "TAE", + "location": "terminal", + "gps_code": "RKTN", + "iata_code": "TAE", + "wikipedia": "http://en.wikipedia.org/wiki/Daegu_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [128.637537699933, 35.8999277969087] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Ulsan", + "abbrev": "USN", + "location": "terminal", + "gps_code": "RKPU", + "iata_code": "USN", + "wikipedia": "http://en.wikipedia.org/wiki/Ulsan_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [129.355731047528, 35.5928957527107] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Radin Inten II", + "abbrev": "WIIT", + "location": "terminal", + "gps_code": "WIAT", + "iata_code": "TKG", + "wikipedia": "http://en.wikipedia.org/wiki/Radin_Inten_II_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [105.176060419161, -5.242566777132] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "military", + "name": "Allahabad", + "abbrev": "IXD", + "location": "ramp", + "gps_code": "VIAL", + "iata_code": "IXD", + "wikipedia": "http://en.wikipedia.org/wiki/Allahabad_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [81.7317271462187, 25.443522027821] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Chelyabinsk", + "abbrev": "CEK", + "location": "terminal", + "gps_code": "USCC", + "iata_code": "CEK", + "wikipedia": "http://en.wikipedia.org/wiki/Chelyabinsk_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [61.5122589740201, 55.2977919496055] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Tainan", + "abbrev": "TNN", + "location": "ramp", + "gps_code": "RCNN", + "iata_code": "TNN", + "wikipedia": "http://en.wikipedia.org/wiki/Tainan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.209733318093, 22.950667918347] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Taichung", + "abbrev": "RMQ", + "location": "ramp", + "gps_code": "RCMQ", + "iata_code": "RMQ", + "wikipedia": "http://en.wikipedia.org/wiki/Taichung_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.630703547584, 24.2666555567115] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rotterdam The Hague", + "abbrev": "RTM", + "location": "terminal", + "gps_code": "EHRD", + "iata_code": "RTM", + "wikipedia": "http://en.wikipedia.org/wiki/Rotterdam_The_Hague_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.43384434962877, 51.9491301899382] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Voronezh-Chertovitskoye", + "abbrev": "VOZ", + "location": "terminal", + "gps_code": "UUOO", + "iata_code": "VOZ", + "wikipedia": "http://en.wikipedia.org/wiki/Voronezh_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.2254496447973, 51.8126171268344] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Liverpool John Lennon", + "abbrev": "LPL", + "location": "ramp", + "gps_code": "EGGP", + "iata_code": "LPL", + "wikipedia": "http://en.wikipedia.org/wiki/Liverpool_John_Lennon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.85862065784938, 53.3363751054422] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vishakapatnam", + "abbrev": "VTZ", + "location": "terminal", + "gps_code": "VEVZ", + "iata_code": "VTZ", + "wikipedia": "http://en.wikipedia.org/wiki/Visakhapatnam_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [83.2235216387465, 17.7279577384364] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Sultan Hasanuddin Int'l", + "abbrev": "UPG", + "location": "terminal", + "gps_code": "WAAA", + "iata_code": "UPG", + "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Hasanuddin_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [119.545691342151, -5.05893689455779] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vava'u Int'l", + "abbrev": "VAV", + "location": "terminal", + "gps_code": "NFTV", + "iata_code": "VAV", + "wikipedia": "http://en.wikipedia.org/wiki/Vava'u_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-173.968093944159, -18.5860058550654] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Newcastle Int'l", + "abbrev": "NCL", + "location": "terminal", + "gps_code": "EGNT", + "iata_code": "NCL", + "wikipedia": "http://en.wikipedia.org/wiki/Newcastle_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.71034578407216, 55.037084860802] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Goloson Int'l", + "abbrev": "LCE", + "location": "terminal", + "gps_code": "MHLC", + "iata_code": "LCE", + "wikipedia": "http://en.wikipedia.org/wiki/Golos%C3%B3n_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.8514685020011, 15.7451596659126] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Madinah Int'l", + "abbrev": "MED", + "location": "terminal", + "gps_code": "OEMA", + "iata_code": "MED", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_Mohammad_Bin_Abdulaziz_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.6991359560417, 24.5442339605661] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mirabel Int'l", + "abbrev": "YMX", + "location": "terminal", + "gps_code": "CYMX", + "iata_code": "YMX", + "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Mirabel_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.0287382984814, 45.6832250979267] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Palanga Int'l", + "abbrev": "PLQ", + "location": "terminal", + "gps_code": "EYPA", + "iata_code": "PLQ", + "wikipedia": "http://en.wikipedia.org/wiki/Palanga_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [21.0974463986251, 55.9713426235358] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jaipur Int'l", + "abbrev": "JAI", + "location": "terminal", + "gps_code": "VIJP", + "iata_code": "JAI", + "wikipedia": "http://en.wikipedia.org/wiki/Jaipur_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.8010104192668, 26.8211798100605] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sonari", + "abbrev": "IXW", + "location": "terminal", + "gps_code": "VEJS", + "iata_code": "IXW", + "wikipedia": "http://en.wikipedia.org/wiki/Sonari_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [86.1724662363776, 22.8154145110242] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Yenisehir", + "abbrev": "YEI", + "location": "ramp", + "gps_code": "LTBR", + "iata_code": "YEI", + "wikipedia": "http://en.wikipedia.org/wiki/Yeni%C5%9Fehir_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.54492, 40.2555395007473] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Sakirpasa", + "abbrev": "ADA", + "location": "terminal", + "gps_code": "LTAF", + "iata_code": "ADA", + "wikipedia": "http://en.wikipedia.org/wiki/Adana_%C5%9Eakirpa%C5%9Fa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.2969614268338, 36.9852090641795] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kodiak", + "abbrev": "ADQ", + "location": "ramp", + "gps_code": "PADQ", + "iata_code": "ADQ", + "wikipedia": "http://en.wikipedia.org/wiki/Kodiak_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-152.485638515235, 57.7485921070483] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Amarillo Int'l", + "abbrev": "AMA", + "location": "terminal", + "gps_code": "KAMA", + "iata_code": "AMA", + "wikipedia": "http://en.wikipedia.org/wiki/Rick_Husband_Amarillo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.705352772697, 35.2184031919398] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Alice Springs", + "abbrev": "ASP", + "location": "terminal", + "gps_code": "YBAS", + "iata_code": "ASP", + "wikipedia": "http://en.wikipedia.org/wiki/Alice_Springs_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [133.902918, -23.801968] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Raja Sansi Int'l", + "abbrev": "ATQ", + "location": "terminal", + "gps_code": "VIAR", + "iata_code": "ATQ", + "wikipedia": "http://en.wikipedia.org/wiki/Raja_Sansi_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.8071559719824, 31.7068220258888] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Biju Patnaik", + "abbrev": "BBI", + "location": "terminal", + "gps_code": "VEBS", + "iata_code": "BBI", + "wikipedia": "http://en.wikipedia.org/wiki/Biju_Patnaik_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.8168899544429, 20.2526659754734] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Bethel", + "abbrev": "BET", + "location": "runway", + "gps_code": "PABE", + "iata_code": "BET", + "wikipedia": "http://en.wikipedia.org/wiki/Bethel_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-161.83898695944, 60.7787379834088] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Palonegro", + "abbrev": "BGA", + "location": "terminal", + "gps_code": "SKBG", + "iata_code": "BGA", + "wikipedia": "http://en.wikipedia.org/wiki/Palonegro_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.1809207725361, 7.12770915402685] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Birmingham Int'l", + "abbrev": "BHM", + "location": "terminal", + "gps_code": "KBHM", + "iata_code": "BHM", + "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(US)", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.7523773615462, 33.5618672828058] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Broken Hill", + "abbrev": "BHQ", + "location": "terminal", + "gps_code": "YBHI", + "iata_code": "BHQ", + "wikipedia": "http://en.wikipedia.org/wiki/Broken_Hill_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [141.470407303097, -31.998996737463] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Logan Int'l", + "abbrev": "BIL", + "location": "terminal", + "gps_code": "KBIL", + "iata_code": "BIL", + "wikipedia": "http://en.wikipedia.org/wiki/Billings_Logan_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-108.536929388125, 45.8036855715278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Bismarck Muni.", + "abbrev": "BIS", + "location": "terminal", + "gps_code": "KBIS", + "iata_code": "BIS", + "wikipedia": "http://en.wikipedia.org/wiki/Bismarck_Municipal_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.757471303717, 46.7751066661614] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Del Bajio Int'l", + "abbrev": "BJX", + "location": "terminal", + "gps_code": "MMLO", + "iata_code": "BJX", + "wikipedia": "http://en.wikipedia.org/wiki/Del_Baj%C3%ADo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.478753382467, 20.9858871211938] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Benin", + "abbrev": "BNI", + "location": "terminal", + "gps_code": "DNBE", + "iata_code": "BNI", + "wikipedia": "http://en.wikipedia.org/wiki/Benin_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.603682560067, 6.31716689207818] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bourgas", + "abbrev": "BOJ", + "location": "ramp", + "gps_code": "LBBG", + "iata_code": "BOJ", + "wikipedia": "http://en.wikipedia.org/wiki/Burgas_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.5164093662953, 42.5670835487702] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bremen", + "abbrev": "BRE", + "location": "terminal", + "gps_code": "EDDW", + "iata_code": "BRE", + "wikipedia": "http://en.wikipedia.org/wiki/Bremen_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.7858617703132, 53.052287104156] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jacinto Lara Int'l", + "abbrev": "BRM", + "location": "terminal", + "gps_code": "SVBM", + "iata_code": "BRM", + "wikipedia": "http://en.wikipedia.org/wiki/Jacinto_Lara_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.356102, 10.0453] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Brownsville-South Padre Island Int'l", + "abbrev": "BRO", + "location": "terminal", + "gps_code": "KBRO", + "iata_code": "BRO", + "wikipedia": "http://en.wikipedia.org/wiki/Brownsville/South_Padre_Island_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.431765340232, 25.9062743545347] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bristol Int'l", + "abbrev": "BRS", + "location": "terminal", + "gps_code": "EGGD", + "iata_code": "BRS", + "wikipedia": "http://en.wikipedia.org/wiki/Bristol_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.71086469134308, 51.3862934189148] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Baton Rouge Metro", + "abbrev": "BTR", + "location": "terminal", + "gps_code": "KBTR", + "iata_code": "BTR", + "wikipedia": "http://en.wikipedia.org/wiki/Baton_Rouge_Metropolitan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-91.1567544048105, 30.5326138040586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bratislava-M.R. Stefanik", + "abbrev": "BTS", + "location": "terminal", + "gps_code": "LZIB", + "iata_code": "BTS", + "wikipedia": "http://en.wikipedia.org/wiki/M._R._%C5%A0tef%C3%A1nik_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.1999850022208, 48.1698379062535] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Burlington Int'l", + "abbrev": "BTV", + "location": "terminal", + "gps_code": "KBTV", + "iata_code": "BTV", + "wikipedia": "http://en.wikipedia.org/wiki/Burlington_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.1550787790668, 44.4692066040732] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Columbia Metro", + "abbrev": "CAE", + "location": "terminal", + "gps_code": "KCAE", + "iata_code": "CAE", + "wikipedia": "http://en.wikipedia.org/wiki/Columbia_Metropolitan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.1093352429377, 33.9342054584275] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Calicut Int'l", + "abbrev": "CCJ", + "location": "terminal", + "gps_code": "VOCL", + "iata_code": "CCJ", + "wikipedia": "http://en.wikipedia.org/wiki/Calicut_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.950993063051, 11.1395520526064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Cocos (Keeling) Islands", + "abbrev": "CCK", + "location": "terminal", + "gps_code": "YPCC", + "iata_code": "CCK", + "wikipedia": "http://en.wikipedia.org/wiki/Cocos_(Keeling)_Islands_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [96.8287472144207, -12.1851585953293] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Corfu Int'l (Ioannis Kapodistrias)", + "abbrev": "CFU", + "location": "terminal", + "gps_code": "LGKR", + "iata_code": "CFU", + "wikipedia": "http://en.wikipedia.org/wiki/Corfu_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.9147561641662, 39.6067554505259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Changchun Longjia Int'l", + "abbrev": "CGQ", + "location": "terminal", + "gps_code": "ZYCC", + "iata_code": "CGQ", + "wikipedia": "http://en.wikipedia.org/wiki/Changchun_Longjia_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.690456812998, 43.993011479577] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Charleston Int'l", + "abbrev": "CHS", + "location": "terminal", + "gps_code": "KCHS", + "iata_code": "CHS", + "wikipedia": "http://en.wikipedia.org/wiki/Charleston_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.0369337438262, 32.8845301562965] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Coimbatore", + "abbrev": "CJB", + "location": "terminal", + "gps_code": "VOCB", + "iata_code": "CJB", + "wikipedia": "http://en.wikipedia.org/wiki/Coimbatore_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.038893772262, 11.0301415125983] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Someseni", + "abbrev": "CLJ", + "location": "ramp", + "gps_code": "LRCL", + "iata_code": "CLJ", + "wikipedia": "http://en.wikipedia.org/wiki/Cluj-Napoca_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.6869812680486, 46.7826626340243] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ignacio Agramonte", + "abbrev": "CMW", + "location": "terminal", + "gps_code": "MUCM", + "iata_code": "CMW", + "wikipedia": "http://en.wikipedia.org/wiki/Ignacio_Agramonte_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.8451039935167, 21.4247037281961] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Casper/Natrona County Int'l", + "abbrev": "CPR", + "location": "terminal", + "gps_code": "KCPR", + "iata_code": "CPR", + "wikipedia": "http://en.wikipedia.org/wiki/Casper/Natrona_County_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.464444809692, 42.8971900483006] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Clark Int'l", + "abbrev": "CRK", + "location": "ramp", + "gps_code": "RPLC", + "iata_code": "CRK", + "wikipedia": "http://en.wikipedia.org/wiki/Clark_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.550770223914, 15.1876422423888] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Yeager", + "abbrev": "CRW", + "location": "terminal", + "gps_code": "KCRW", + "iata_code": "CRW", + "wikipedia": "http://en.wikipedia.org/wiki/Yeager_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.5964164667526, 38.3705914372865] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Catania Fontanarossa", + "abbrev": "CTA", + "location": "terminal", + "gps_code": "LICC", + "iata_code": "CTA", + "wikipedia": "http://en.wikipedia.org/wiki/Catania-Fontanarossa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.0674605007053, 37.470072800341] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Chetumal Int'l", + "abbrev": "CTM", + "location": "terminal", + "gps_code": "MMCM", + "iata_code": "CTM", + "wikipedia": "http://en.wikipedia.org/wiki/Chetumal_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-88.3242600415365, 18.506434233376] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Cardiff", + "abbrev": "CWL", + "location": "terminal", + "gps_code": "EGFF", + "iata_code": "CWL", + "wikipedia": "http://en.wikipedia.org/wiki/Cardiff_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.33956876429118, 51.3986220911017] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gerrard Smith", + "abbrev": "CYB", + "location": "terminal", + "gps_code": "MWCB", + "iata_code": "CYB", + "wikipedia": "http://en.wikipedia.org/wiki/Gerrard_Smith_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.879461638003, 19.6898653962844] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Cozumel Int'l", + "abbrev": "CZM", + "location": "terminal", + "gps_code": "MMCZ", + "iata_code": "CZM", + "wikipedia": "http://en.wikipedia.org/wiki/Cozumel_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.9304064070436, 20.5115543771647] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "James M. Cox Dayton Int'l", + "abbrev": "DAY", + "location": "terminal", + "gps_code": "KDAY", + "iata_code": "DAY", + "wikipedia": "http://en.wikipedia.org/wiki/Dayton_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.2204594238102, 39.8990402865362] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Dubbo", + "abbrev": "DBO", + "location": "approximate", + "gps_code": "YSDU", + "iata_code": "DBO", + "wikipedia": "http://en.wikipedia.org/wiki/Dubbo_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [148.569717, -32.218681] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Washington Nat'l", + "abbrev": "DCA", + "location": "terminal", + "gps_code": "KDCA", + "iata_code": "DCA", + "wikipedia": "http://en.wikipedia.org/wiki/Ronald_Reagan_Washington_National_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.0433373925631, 38.8537162012123] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Durango Int'l", + "abbrev": "DGO", + "location": "terminal", + "gps_code": "MMDO", + "iata_code": "DGO", + "wikipedia": "http://en.wikipedia.org/wiki/General_Guadalupe_Victoria_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.533846024964, 24.1261948326183] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Voloskoye", + "abbrev": "DNK", + "location": "terminal", + "gps_code": "UKDD", + "iata_code": "DNK", + "wikipedia": "http://en.wikipedia.org/wiki/Dnipropetrovsk_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.0939060224975, 48.3675718021117] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Donetsk", + "abbrev": "DOK", + "location": "terminal", + "gps_code": "UKCC", + "iata_code": "DOK", + "wikipedia": "http://en.wikipedia.org/wiki/Donetsk_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.7448085572103, 48.0691671285582] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Santa Bernardina Int'l", + "abbrev": "DZO", + "location": "runway", + "gps_code": "SUDU", + "iata_code": "DZO", + "wikipedia": "http://en.wikipedia.org/wiki/Santa_Bernardina_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-56.4992636213744, -33.3591084475501] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Edinburgh Int'l", + "abbrev": "EDI", + "location": "terminal", + "gps_code": "EGPH", + "iata_code": "EDI", + "wikipedia": "http://en.wikipedia.org/wiki/Edinburgh_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.36428468513555, 55.9485540113639] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Terrance B. Lettsome Int'l", + "abbrev": "EIS", + "location": "terminal", + "gps_code": "TUPJ", + "iata_code": "EIS", + "wikipedia": "http://en.wikipedia.org/wiki/Terrance_B._Lettsome_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.5371514365795, 18.4443618557983] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Elko Reg.", + "abbrev": "EKO", + "location": "terminal", + "gps_code": "KEKO", + "iata_code": "EKO", + "wikipedia": "http://en.wikipedia.org/wiki/Elko_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.786479232249, 40.8276058815225] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ensenada", + "abbrev": "ESE", + "location": "ramp", + "gps_code": "MMES", + "iata_code": "ESE", + "wikipedia": "http://en.wikipedia.org/wiki/Ensenada_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-116.595724400418, 31.7977139760569] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vagar", + "abbrev": "FAE", + "location": "approximate", + "gps_code": "EKVG", + "iata_code": "FAE", + "wikipedia": "http://en.wikipedia.org/wiki/V%C3%A1gar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.2708, 62.0625] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Hector Int'l", + "abbrev": "FAR", + "location": "terminal", + "gps_code": "KFAR", + "iata_code": "FAR", + "wikipedia": "http://en.wikipedia.org/wiki/Hector_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.8254561269675, 46.9198178811323] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fresno Yosemite Int'l", + "abbrev": "FAT", + "location": "terminal", + "gps_code": "KFAT", + "iata_code": "FAT", + "wikipedia": "http://en.wikipedia.org/wiki/Fresno_Yosemite_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-119.720001323576, 36.7698128373959] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Flagstaff Pulliam", + "abbrev": "FLG", + "location": "terminal", + "gps_code": "KFLG", + "iata_code": "FLG", + "wikipedia": "http://en.wikipedia.org/wiki/Flagstaff_Pulliam_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.674656171675, 35.1389116757976] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mundo Maya Int'l", + "abbrev": "FRS", + "location": "terminal", + "gps_code": "MGTK", + "iata_code": "FRS", + "wikipedia": "http://en.wikipedia.org/wiki/Mundo_Maya_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.8778404226508, 16.9149741642226] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sioux Falls Reg.", + "abbrev": "FSD", + "location": "terminal", + "gps_code": "KFSD", + "iata_code": "FSD", + "wikipedia": "http://en.wikipedia.org/wiki/Sioux_Falls_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.7313831017541, 43.5801934972763] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Spokane Int'l", + "abbrev": "GEG", + "location": "terminal", + "gps_code": "KGEG", + "iata_code": "GEG", + "wikipedia": "http://en.wikipedia.org/wiki/Spokane_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.536836628585, 47.6254781278368] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Exuma Int'l", + "abbrev": "GGT", + "location": "terminal", + "gps_code": "MYEF", + "iata_code": "GGT", + "wikipedia": "http://en.wikipedia.org/wiki/Exuma_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.872613085304, 23.5638829069259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gibraltar", + "abbrev": "GIB", + "location": "runway", + "gps_code": "LXGB", + "iata_code": "GIB", + "wikipedia": "http://en.wikipedia.org/wiki/Gibraltar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-5.34677180033388, 36.1512747504173] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gerald R. Ford Int'l", + "abbrev": "GRR", + "location": "terminal", + "gps_code": "KGRR", + "iata_code": "GRR", + "wikipedia": "http://en.wikipedia.org/wiki/Gerald_R._Ford_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-85.529573207274, 42.8847776020908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Triad Int'l", + "abbrev": "GSO", + "location": "terminal", + "gps_code": "KGSO", + "iata_code": "GSO", + "wikipedia": "http://en.wikipedia.org/wiki/Piedmont_Triad_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.9364867577484, 36.1053781998932] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Great Falls Int'l", + "abbrev": "GTF", + "location": "terminal", + "gps_code": "KGTF", + "iata_code": "GTF", + "wikipedia": "http://en.wikipedia.org/wiki/Great_Falls_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.35668472784, 47.482270729263] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Gaziantep Oguzeli Int'l", + "abbrev": "GZT", + "location": "terminal", + "gps_code": "LTAJ", + "iata_code": "GZT", + "wikipedia": "http://en.wikipedia.org/wiki/O%C4%9Fuzeli_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.47380325219, 36.9453633446875] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hubli", + "abbrev": "HBX", + "location": "terminal", + "gps_code": "VAHB", + "iata_code": "HBX", + "wikipedia": "http://en.wikipedia.org/wiki/Hubli_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.0863155680281, 15.3591833386229] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hat Yai Int'l", + "abbrev": "HDY", + "location": "terminal", + "gps_code": "VTSS", + "iata_code": "HDY", + "wikipedia": "http://en.wikipedia.org/wiki/Hat_Yai_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.393751274671, 6.93634231940664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hefei-Luogang", + "abbrev": "HFE", + "location": "ramp", + "gps_code": "ZSOF", + "iata_code": "HFE", + "wikipedia": "http://en.wikipedia.org/wiki/Hefei_Luogang_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [117.304197015888, 31.7798576795778] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Hurghada Int'l", + "abbrev": "HRG", + "location": "terminal", + "gps_code": "HEGN", + "iata_code": "HRG", + "wikipedia": "http://en.wikipedia.org/wiki/Hurghada_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.8071606414118, 27.1804260918186] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Kharkov Int'l", + "abbrev": "HRK", + "location": "ramp", + "gps_code": "UKHH", + "iata_code": "HRK", + "wikipedia": "http://en.wikipedia.org/wiki/Kharkiv_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [36.2822010773503, 49.9215360631551] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Huntsville Int'l", + "abbrev": "HSV", + "location": "terminal", + "gps_code": "KHSV", + "iata_code": "HSV", + "wikipedia": "http://en.wikipedia.org/wiki/Huntsville_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.7749430563373, 34.6483344609319] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ibadan", + "abbrev": "IBA", + "location": "ramp", + "gps_code": "DNIB", + "iata_code": "IBA", + "wikipedia": "http://en.wikipedia.org/wiki/Ibadan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.9738133433229, 7.36034397269393] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Kansas City Int'l", + "abbrev": "ICT", + "location": "terminal", + "gps_code": "KICT", + "iata_code": "ICT", + "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.4287387683976, 37.6529279603903] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Wilmington Int'l", + "abbrev": "ILM", + "location": "terminal", + "gps_code": "KILM", + "iata_code": "ILM", + "wikipedia": "http://en.wikipedia.org/wiki/Wilmington_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.9103756560469, 34.2667840671996] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ilorin Int'l", + "abbrev": "ILR", + "location": "terminal", + "gps_code": "DNIL", + "iata_code": "ILR", + "wikipedia": "http://en.wikipedia.org/wiki/Ilorin_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.49484038819935, 8.43537651935241] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Falls Int'l", + "abbrev": "INL", + "location": "terminal", + "gps_code": "KINL", + "iata_code": "INL", + "wikipedia": "http://en.wikipedia.org/wiki/Falls_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.3980027552794, 48.5659930848414] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Inverness", + "abbrev": "INV", + "location": "terminal", + "gps_code": "EGPE", + "iata_code": "INV", + "wikipedia": "http://en.wikipedia.org/wiki/Inverness_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.06359175587141, 57.5395002923424] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Imperial Cty.", + "abbrev": "IPL", + "location": "terminal", + "gps_code": "KIPL", + "iata_code": "IPL", + "wikipedia": "http://en.wikipedia.org/wiki/Imperial_County_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.57199556658, 32.8339586685524] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jammu", + "abbrev": "IXJ", + "location": "terminal", + "gps_code": "VIJU", + "iata_code": "IXJ", + "wikipedia": "http://en.wikipedia.org/wiki/Jammu_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.8423077638915, 32.6810428886225] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Madurai", + "abbrev": "IXM", + "location": "terminal", + "gps_code": "VOMD", + "iata_code": "IXM", + "wikipedia": "http://en.wikipedia.org/wiki/Madurai_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.0911394937194, 9.83718627877566] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Jodhpur", + "abbrev": "JDH", + "location": "terminal", + "gps_code": "VIJO", + "iata_code": "JDH", + "wikipedia": "http://en.wikipedia.org/wiki/Jodhpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.0505491895671, 26.2637623458351] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jabalpur", + "abbrev": "JLR", + "location": "terminal", + "gps_code": "VAJB", + "iata_code": "JLR", + "wikipedia": "http://en.wikipedia.org/wiki/Jabalpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.0587438885277, 23.1845328746465] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kilimanjaro Int'l", + "abbrev": "JRO", + "location": "terminal", + "gps_code": "HTKJ", + "iata_code": "JRO", + "wikipedia": "http://en.wikipedia.org/wiki/Kilimanjaro_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.0651896067748, -3.42444495998178] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kaduna", + "abbrev": "KAD", + "location": "terminal", + "gps_code": "DNKA", + "iata_code": "KAD", + "wikipedia": "http://en.wikipedia.org/wiki/Kaduna_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.32525347407434, 10.6946192862391] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kananga", + "abbrev": "KGA", + "location": "terminal", + "gps_code": "FZUA", + "iata_code": "KGA", + "wikipedia": "http://en.wikipedia.org/wiki/Kananga_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [22.478333248269, -5.90016656227041] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kumasi", + "abbrev": "KMS", + "location": "terminal", + "gps_code": "DGSI", + "iata_code": "KMS", + "wikipedia": "http://en.wikipedia.org/wiki/Kumasi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.59257526582362, 6.71460638750365] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vina del Mar", + "abbrev": "KNA", + "location": "ramp", + "gps_code": "SCVM", + "iata_code": "KNA", + "wikipedia": "http://en.wikipedia.org/wiki/Vi%C3%B1a_del_Mar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.4806025354969, -32.948391765136] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kanpur", + "abbrev": "KNU", + "location": "terminal", + "gps_code": "VIKA", + "iata_code": "KNU", + "wikipedia": "http://en.wikipedia.org/wiki/Kanpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.3675338772002, 26.4388334467042] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kona Int'l at Keahole", + "abbrev": "KOA", + "location": "terminal", + "gps_code": "PHKO", + "iata_code": "KOA", + "wikipedia": "http://en.wikipedia.org/wiki/Kona_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-156.040889471058, 19.7370991399442] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kirkwall", + "abbrev": "KOI", + "location": "ramp", + "gps_code": "EGPA", + "iata_code": "KOI", + "wikipedia": "http://en.wikipedia.org/wiki/Kirkwall_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.90137849524508, 58.9544288788304] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kota", + "abbrev": "KTU", + "location": "terminal", + "gps_code": "VIKO", + "iata_code": "KTU", + "wikipedia": "http://en.wikipedia.org/wiki/Kota_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.8504977944552, 25.1634187166743] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Konya", + "abbrev": "KYA", + "location": "terminal", + "gps_code": "LTAN", + "iata_code": "KYA", + "wikipedia": "http://en.wikipedia.org/wiki/Konya_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.5756732669687, 37.9839945531695] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Blue Grass", + "abbrev": "LEX", + "location": "terminal", + "gps_code": "KLEX", + "iata_code": "LEX", + "wikipedia": "http://en.wikipedia.org/wiki/Blue_Grass_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.5982681918786, 38.0374273181372] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lihue", + "abbrev": "LIH", + "location": "terminal", + "gps_code": "PHLI", + "iata_code": "LIH", + "wikipedia": "http://en.wikipedia.org/wiki/Lihu'e_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-159.349084290522, 21.9781243162088] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Little Rock National", + "abbrev": "LIT", + "location": "terminal", + "gps_code": "KLIT", + "iata_code": "LIT", + "wikipedia": "http://en.wikipedia.org/wiki/Little_Rock_National_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-92.2205881319289, 34.7284300415179] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Los Mochis", + "abbrev": "LMM", + "location": "ramp", + "gps_code": "MMLM", + "iata_code": "LMM", + "wikipedia": "http://en.wikipedia.org/wiki/Federal_del_Valle_del_Fuerte_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-109.082694645261, 25.688508826099] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Venustiano Carranza Int'l", + "abbrev": "LOV", + "location": "runway", + "gps_code": "MMMV", + "iata_code": "LOV", + "wikipedia": "http://en.wikipedia.org/wiki/Venustiano_Carranza_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.464960031751, 26.9553927160699] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Laredo Int'l", + "abbrev": "LRD", + "location": "terminal", + "gps_code": "KLRD", + "iata_code": "LRD", + "wikipedia": "http://en.wikipedia.org/wiki/Laredo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.4556603976513, 27.5436657175825] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sumburgh", + "abbrev": "LSI", + "location": "runway", + "gps_code": "EGPB", + "iata_code": "LSI", + "wikipedia": "http://en.wikipedia.org/wiki/Sumburgh_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.28806068838754, 59.8766899598999] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bassel Al-Assad Int'l", + "abbrev": "LTK", + "location": "terminal", + "gps_code": "OSLK", + "iata_code": "LTK", + "wikipedia": "http://en.wikipedia.org/wiki/Bassel_Al-Assad_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.9442407096663, 35.4073114596744] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "London Luton", + "abbrev": "LTN", + "location": "terminal", + "gps_code": "EGGW", + "iata_code": "LTN", + "wikipedia": "http://en.wikipedia.org/wiki/London_Luton_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.376227267397439, 51.8802952570969] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Svalbard Longyear", + "abbrev": "LYR", + "location": "terminal", + "gps_code": "ENSB", + "iata_code": "LYR", + "wikipedia": "http://en.wikipedia.org/wiki/Svalbard_Airport%2C_Longyear", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.495229, 78.246717] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sangster Int'l", + "abbrev": "MBJ", + "location": "runway", + "gps_code": "MKJS", + "iata_code": "MBJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sangster_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.9183907635752, 18.5011549298249] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mandalay Int'l", + "abbrev": "MDL", + "location": "terminal", + "gps_code": "VYMD", + "iata_code": "MDL", + "wikipedia": "http://en.wikipedia.org/wiki/Mandalay_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [95.9706535950217, 21.7055490680274] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Chicago Midway Int'l", + "abbrev": "MDW", + "location": "terminal", + "gps_code": "KMDW", + "iata_code": "MDW", + "wikipedia": "http://en.wikipedia.org/wiki/Chicago_Midway_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.7421266885612, 41.7883492597409] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Eloy Alfaro Int'l", + "abbrev": "MEC", + "location": "runway", + "gps_code": "SEMT", + "iata_code": "MEC", + "wikipedia": "http://en.wikipedia.org/wiki/Manta_Air_Base", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.6833845995774, -0.949557002112883] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Montgomery Reg.", + "abbrev": "MGM", + "location": "terminal", + "gps_code": "KMGM", + "iata_code": "MGM", + "wikipedia": "http://en.wikipedia.org/wiki/Montgomery_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.3903074602686, 32.3045879909631] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Manchester-Boston Reg.", + "abbrev": "MHT", + "location": "terminal", + "gps_code": "KMHT", + "iata_code": "MHT", + "wikipedia": "http://en.wikipedia.org/wiki/Manchester-Boston_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.4375239091857, 42.9279139945886] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Maiduguri Int'l", + "abbrev": "DNMA", + "location": "terminal", + "gps_code": "DNMA", + "iata_code": "MIU", + "wikipedia": "http://en.wikipedia.org/wiki/Maiduguri_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.0851390162471, 11.8534713188527] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mbuji Mayi", + "abbrev": "MJM", + "location": "terminal", + "gps_code": "FZWA", + "iata_code": "MJM", + "wikipedia": "http://en.wikipedia.org/wiki/Mbuji_Mayi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.5721091989052, -6.12484541348812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Minot Int'l", + "abbrev": "MOT", + "location": "terminal", + "gps_code": "KMOT", + "iata_code": "MOT", + "wikipedia": "http://en.wikipedia.org/wiki/Minot_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.2913855313, 48.2556049212839] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Missoula Int'l", + "abbrev": "MSO", + "location": "terminal", + "gps_code": "KMSO", + "iata_code": "MSO", + "wikipedia": "http://en.wikipedia.org/wiki/Missoula_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-114.083694923651, 46.9187604768831] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gen R.S. Taboada Int'l", + "abbrev": "MXL", + "location": "terminal", + "gps_code": "MMML", + "iata_code": "MXL", + "wikipedia": "http://en.wikipedia.org/wiki/General_Rodolfo_S%C3%A1nchez_Taboada_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.247874047841, 32.6285643324607] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Malpensa", + "abbrev": "MXP", + "location": "terminal", + "gps_code": "LIMC", + "iata_code": "MXP", + "wikipedia": "http://en.wikipedia.org/wiki/Malpensa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.71295953502437, 45.6274405140381] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Norfolk Island", + "abbrev": "NLK", + "location": "terminal", + "gps_code": "YSNF", + "iata_code": "NLK", + "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_Island_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [167.943394116205, -29.0351592555275] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Nurnberg", + "abbrev": "NUE", + "location": "terminal", + "gps_code": "EDDN", + "iata_code": "NUE", + "wikipedia": "http://en.wikipedia.org/wiki/Nuremberg_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.0774179739096, 49.4945052170345] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Odessa Int'l", + "abbrev": "ODS", + "location": "terminal", + "gps_code": "UKOO", + "iata_code": "ODS", + "wikipedia": "http://en.wikipedia.org/wiki/Odessa_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.6768308310206, 46.4406268759106] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gold Coast", + "abbrev": "OOL", + "location": "terminal", + "gps_code": "YBCG", + "iata_code": "OOL", + "wikipedia": "http://en.wikipedia.org/wiki/Gold_Coast_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [153.512876264303, -28.1665168540202] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Oran Es Senia", + "abbrev": "ORN", + "location": "terminal", + "gps_code": "DAOO", + "iata_code": "ORN", + "wikipedia": "http://en.wikipedia.org/wiki/Oran_Es_S%C3%A9nia_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.60679696443112, 35.6202747312735] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lok Nayak Jaiprakash", + "abbrev": "PAT", + "location": "terminal", + "gps_code": "VEPT", + "iata_code": "PAT", + "wikipedia": "http://en.wikipedia.org/wiki/Lok_Nayak_Jayaprakash_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.0909021314663, 25.5944434295605] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Paysandu", + "abbrev": "PDU", + "location": "terminal", + "gps_code": "SUPU", + "iata_code": "PDU", + "wikipedia": "http://en.wikipedia.org/wiki/Paysand%C3%BA_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-58.0685346825257, -32.3614545292723] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Paphos Int'l", + "abbrev": "PFO", + "location": "ramp", + "gps_code": "LCPH", + "iata_code": "PFO", + "wikipedia": "http://en.wikipedia.org/wiki/Paphos_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.4832322064926, 34.7134012817335] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sultan Mahmud Badaruddin II", + "abbrev": "PLM", + "location": "terminal", + "gps_code": "WIPP", + "iata_code": "PLM", + "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Mahmud_Badaruddin_II_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.699128326762, -2.89999345005997] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Polokwane Int'l", + "abbrev": "PTG", + "location": "terminal", + "gps_code": "FAPP", + "iata_code": "PTG", + "wikipedia": "http://en.wikipedia.org/wiki/Polokwane_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.4533403645644, -23.858986270166] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Punta Cana", + "abbrev": "PUJ", + "location": "terminal", + "gps_code": "MDPC", + "iata_code": "PUJ", + "wikipedia": "http://en.wikipedia.org/wiki/Punta_Cana_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.3632351074649, 18.563039033987] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Queretaro Int'l", + "abbrev": "QRO", + "location": "terminal", + "gps_code": "MMQT", + "iata_code": "QRO", + "wikipedia": "http://en.wikipedia.org/wiki/Quer%C3%A9taro_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.18735943003, 20.622466071278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rajkot", + "abbrev": "RAJ", + "location": "runway", + "gps_code": "VARK", + "iata_code": "RAJ", + "wikipedia": "http://en.wikipedia.org/wiki/Rajkot_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [70.7799548311565, 22.3092816988361] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Richmond Int'l", + "abbrev": "RIC", + "location": "terminal", + "gps_code": "KRIC", + "iata_code": "RIC", + "wikipedia": "http://en.wikipedia.org/wiki/Richmond_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.333119638113, 37.5082899750901] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Shah Makhdum", + "abbrev": "RJH", + "location": "terminal", + "gps_code": "VGRJ", + "iata_code": "RJH", + "wikipedia": "http://en.wikipedia.org/wiki/Shah_Makhdum_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [88.6138045704431, 24.4448068623035] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Greater Rochester Int'l", + "abbrev": "ROC", + "location": "terminal", + "gps_code": "KROC", + "iata_code": "ROC", + "wikipedia": "http://en.wikipedia.org/wiki/Greater_Rochester_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.6652445062197, 43.1275519826482] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rockhampton", + "abbrev": "ROK", + "location": "terminal", + "gps_code": "YBRK", + "iata_code": "ROK", + "wikipedia": "http://en.wikipedia.org/wiki/Rockhampton_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [150.4789, -23.378599] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rostov-on-Don", + "abbrev": "ROV", + "location": "terminal", + "gps_code": "URRR", + "iata_code": "ROV", + "wikipedia": "http://en.wikipedia.org/wiki/Rostov-on-Don_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.8035144445391, 47.2551119519754] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Saratov", + "abbrev": "RTW", + "location": "ramp", + "gps_code": "UWSS", + "iata_code": "RTW", + "wikipedia": "http://en.wikipedia.org/wiki/Saratov_Tsentralny_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [46.035023249891, 51.5606456508842] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ramon Villeda Morales Int'l", + "abbrev": "SAP", + "location": "terminal", + "gps_code": "MHLM", + "iata_code": "SAP", + "wikipedia": "http://en.wikipedia.org/wiki/Ram%C3%B3n_Villeda_Morales_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.9272365125409, 15.4558630524883] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Santa Barbara Muni.", + "abbrev": "SBA", + "location": "terminal", + "gps_code": "KSBA", + "iata_code": "SBA", + "wikipedia": "http://en.wikipedia.org/wiki/Santa_Barbara_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-119.8366015808, 34.4257312978783] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Deadhorse", + "abbrev": "SCC", + "location": "ramp", + "gps_code": "PASC", + "iata_code": "SCC", + "wikipedia": "http://en.wikipedia.org/wiki/Deadhorse_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-148.457855, 70.19751] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kangerlussuaq", + "abbrev": "SFJ", + "location": "ramp", + "gps_code": "BGSF", + "iata_code": "SFJ", + "wikipedia": "http://en.wikipedia.org/wiki/Kangerlussuaq_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-50.694199, 67.018097] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Springfield Reg.", + "abbrev": "SGF", + "location": "terminal", + "gps_code": "KSGF", + "iata_code": "SGF", + "wikipedia": "http://en.wikipedia.org/wiki/Springfield/Branson_National_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.3826379012003, 37.2421444903024] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Shreveport Reg.", + "abbrev": "SHV", + "location": "terminal", + "gps_code": "KSHV", + "iata_code": "SHV", + "wikipedia": "http://en.wikipedia.org/wiki/Shreveport_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.8285222229503, 32.4545798866513] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Simferopol Int'l", + "abbrev": "SIP", + "location": "ramp", + "gps_code": "UKFF", + "iata_code": "SIP", + "wikipedia": "http://en.wikipedia.org/wiki/Simferopol_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.9960529244537, 45.0202173978165] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sitka Rocky Gutierrez", + "abbrev": "SIT", + "location": "terminal", + "gps_code": "PASI", + "iata_code": "SIT", + "wikipedia": "http://en.wikipedia.org/wiki/Sitka_Rocky_Gutierrez_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-135.365692, 57.05349] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Los Cabos Int'l", + "abbrev": "SJD", + "location": "terminal", + "gps_code": "MMSD", + "iata_code": "SJD", + "wikipedia": "http://en.wikipedia.org/wiki/Los_Cabos_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-109.717858386909, 23.1626574483597] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "McNary Field", + "abbrev": "SLE", + "location": "terminal", + "gps_code": "KSLE", + "iata_code": "SLE", + "wikipedia": "http://en.wikipedia.org/wiki/McNary_Field", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-123.007871479404, 44.9105138452143] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Plan de Guadalupe", + "abbrev": "SLW", + "location": "ramp", + "gps_code": "MMIO", + "iata_code": "SLW", + "wikipedia": "http://en.wikipedia.org/wiki/Plan_de_Guadalupe_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.932260548587, 25.5479976419974] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Shannon", + "abbrev": "SNN", + "location": "terminal", + "gps_code": "EINN", + "iata_code": "SNN", + "wikipedia": "http://en.wikipedia.org/wiki/Shannon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.92242885557686, 52.6934537102532] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Santo Pekoa Int'l", + "abbrev": "SON", + "location": "runway", + "gps_code": "NVSS", + "iata_code": "SON", + "wikipedia": "http://en.wikipedia.org/wiki/Santo-Pekoa_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [167.220894919375, -15.5055387370858] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Achmad Yani", + "abbrev": "SRG", + "location": "terminal", + "gps_code": "WARS", + "iata_code": "SRG", + "wikipedia": "http://en.wikipedia.org/wiki/Achmad_Yani_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [110.378556255666, -6.97873484956982] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Srinagar", + "abbrev": "SXR", + "location": "ramp", + "gps_code": "VISR", + "iata_code": "SXR", + "wikipedia": "http://en.wikipedia.org/wiki/Srinagar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.7826243672311, 33.9830909431623] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Tapachula Int'l", + "abbrev": "TAP", + "location": "ramp", + "gps_code": "MMTP", + "iata_code": "TAP", + "wikipedia": "http://en.wikipedia.org/wiki/Tapachula_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-92.370003, 14.7911281338773] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Podgorica", + "abbrev": "TGD", + "location": "terminal", + "gps_code": "LYPG", + "iata_code": "TGD", + "wikipedia": "http://en.wikipedia.org/wiki/Podgorica_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.2466868618873, 42.3679335195428] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Tallahassee Reg.", + "abbrev": "TLH", + "location": "terminal", + "gps_code": "KTLH", + "iata_code": "TLH", + "wikipedia": "http://en.wikipedia.org/wiki/Tallahassee_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.3449953984858, 30.3955576176938] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Turin Int'l", + "abbrev": "TRN", + "location": "terminal", + "gps_code": "LIMF", + "iata_code": "TRN", + "wikipedia": "http://en.wikipedia.org/wiki/Turin_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.64416230362133, 45.1916600734642] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Taiyuan Wusu Int'l", + "abbrev": "TYN", + "location": "terminal", + "gps_code": "ZBYN", + "iata_code": "TYN", + "wikipedia": "http://en.wikipedia.org/wiki/Taiyuan_Wusu_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [112.625891539315, 37.7545117791512] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Narsarsuaq", + "abbrev": "UAK", + "location": "ramp", + "gps_code": "BGBW", + "iata_code": "UAK", + "wikipedia": "http://en.wikipedia.org/wiki/Narsarsuaq_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-45.4164008923108, 61.1625968337328] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Rayong", + "abbrev": "UTP", + "location": "ramp", + "gps_code": "VTBU", + "iata_code": "UTP", + "wikipedia": "http://en.wikipedia.org/wiki/U-Tapao_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [101.00020929048, 12.6852930912664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Victoria Falls", + "abbrev": "VFA", + "location": "runway", + "gps_code": "FVFA", + "iata_code": "VFA", + "wikipedia": "http://en.wikipedia.org/wiki/Victoria_Falls_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.8467677208826, -18.0990155983682] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vijaywada", + "abbrev": "VGA", + "location": "ramp", + "gps_code": "VOBZ", + "iata_code": "VGA", + "wikipedia": "http://en.wikipedia.org/wiki/Vijayawada_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.7973080000675, 16.528642778235] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Varanasi", + "abbrev": "VNS", + "location": "terminal", + "gps_code": "VIBN", + "iata_code": "VNS", + "wikipedia": "http://en.wikipedia.org/wiki/Varanasi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [82.8538741913527, 25.4499077329822] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Juan Gualberto Gomez", + "abbrev": "VRA", + "location": "terminal", + "gps_code": "MUVR", + "iata_code": "VRA", + "wikipedia": "http://en.wikipedia.org/wiki/Juan_Gualberto_G%C3%B3mez_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.4367103850623, 23.0395422339631] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Villahermosa", + "abbrev": "VSA", + "location": "terminal", + "gps_code": "MMVA", + "iata_code": "VSA", + "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Rovirosa_P%C3%A9rez_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-92.8190675836262, 17.9930660113111] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Brandon", + "abbrev": "YBR", + "location": "terminal", + "gps_code": "CYBR", + "iata_code": "YBR", + "wikipedia": "http://en.wikipedia.org/wiki/Brandon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.9458959002463, 49.9047279410277] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military major", + "name": "CFB Edmonton", + "abbrev": "YED", + "location": "ramp", + "gps_code": "CYED", + "iata_code": "YED", + "wikipedia": "http://en.wikipedia.org/wiki/CFB_Edmonton", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-113.478839054497, 53.6749156618668] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Iqaluit", + "abbrev": "YFB", + "location": "terminal", + "gps_code": "CYFB", + "iata_code": "YFB", + "wikipedia": "http://en.wikipedia.org/wiki/Iqaluit_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.5367292441812, 63.7511523537807] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "John C. Munro Hamilton Int'l", + "abbrev": "YHM", + "location": "terminal", + "gps_code": "CYHM", + "iata_code": "YHM", + "wikipedia": "http://en.wikipedia.org/wiki/John_C._Munro_Hamilton_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.9264230959967, 43.1633605305096] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fort McMurray", + "abbrev": "YMM", + "location": "terminal", + "gps_code": "CYMM", + "iata_code": "YMM", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_McMurray_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.223840046617, 56.6563171390962] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Yantai", + "abbrev": "YNT", + "location": "terminal", + "gps_code": "ZSYT", + "iata_code": "YNT", + "wikipedia": "http://en.wikipedia.org/wiki/Yantai_Laishan_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.372047417773, 37.4077044726924] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Peace River", + "abbrev": "YPE", + "location": "terminal", + "gps_code": "CYPE", + "iata_code": "YPE", + "wikipedia": "http://en.wikipedia.org/wiki/Peace_River_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.443663208082, 56.231924036745] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Greater Moncton Int'l", + "abbrev": "YQM", + "location": "terminal", + "gps_code": "CYQM", + "iata_code": "YQM", + "wikipedia": "http://en.wikipedia.org/wiki/Greater_Moncton_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.6886696807361, 46.116205963926] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sydney/J.A. Douglas McCurdy", + "abbrev": "YQY", + "location": "terminal", + "gps_code": "CYQY", + "iata_code": "YQY", + "wikipedia": "http://en.wikipedia.org/wiki/Sydney_Airport_(Nova_Scotia)", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.0469372117026, 46.1673405890504] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Resolute Bay", + "abbrev": "YRB", + "location": "runway", + "gps_code": "CYRB", + "iata_code": "YRB", + "wikipedia": "http://en.wikipedia.org/wiki/Resolute_Bay_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.9708023244006, 74.7181860987594] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fort Smith", + "abbrev": "YSM", + "location": "runway", + "gps_code": "CYSM", + "iata_code": "YSM", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_Smith_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.961059938158, 60.0198749602443] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Thompson", + "abbrev": "YTH", + "location": "ramp", + "gps_code": "CYTH", + "iata_code": "YTH", + "wikipedia": "http://en.wikipedia.org/wiki/Thompson_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.860733, 55.797482] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Timmins", + "abbrev": "YTS", + "location": "ramp", + "gps_code": "CYTS", + "iata_code": "YTS", + "wikipedia": "http://en.wikipedia.org/wiki/Timmins_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.372047, 48.566158] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Repulse Bay", + "abbrev": "YUT", + "location": "approximate", + "gps_code": "CYUT", + "iata_code": "YUT", + "wikipedia": "http://en.wikipedia.org/wiki/Repulse_Bay_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.25, 66.533302] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kuujjuaq", + "abbrev": "YVP", + "location": "approximate", + "gps_code": "CYVP", + "iata_code": "YVP", + "wikipedia": "http://en.wikipedia.org/wiki/Kuujjuaq_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.433342, 58.101959] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Wabush", + "abbrev": "YWK", + "location": "ramp", + "gps_code": "CYWK", + "iata_code": "YWK", + "wikipedia": "http://en.wikipedia.org/wiki/Wabush_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-66.873009, 52.926071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Edmonton City Centre", + "abbrev": "YXD", + "location": "terminal", + "gps_code": "CYXD", + "iata_code": "YXD", + "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_City_Centre_(Blatchford_Field)_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-113.522973688581, 53.5709436582812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fort St. John (N. Peace)", + "abbrev": "YXJ", + "location": "approximate", + "gps_code": "CYXJ", + "iata_code": "YXJ", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_St._John_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-120.736439, 56.246035] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "North Bay/Jack Garland", + "abbrev": "YYB", + "location": "approximate", + "gps_code": "CYYB", + "iata_code": "YYB", + "wikipedia": "http://en.wikipedia.org/wiki/North_Bay/Jack_Garland_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.42491, 46.358711] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Zaria", + "abbrev": "ZAR", + "location": "ramp", + "gps_code": "DNZA", + "iata_code": "ZAR", + "wikipedia": "http://en.wikipedia.org/wiki/Zaria_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.68726764310577, 11.1352958601071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Skopje", + "abbrev": "SKP", + "location": "terminal", + "gps_code": "LWSK", + "iata_code": "SKP", + "wikipedia": "http://en.wikipedia.org/wiki/Skopje_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [21.6281971858229, 41.9564546081544] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Burnpur", + "abbrev": "VE23", + "location": "runway", + "gps_code": "VE23", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Burnpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [86.974546776573, 23.6312179107764] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hindon Air Force Station", + "abbrev": "VIDX", + "location": "runway", + "gps_code": "VIDX", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Hindon_Air_Force_Station", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.3507888779117, 28.7077968601071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Sunchon", + "abbrev": null, + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Sunchon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.890825057486, 39.4119659710565] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lodz Wladyslaw Reymont", + "abbrev": "EPLL", + "location": "terminal", + "gps_code": "EPLL", + "iata_code": "LCJ", + "wikipedia": "http://en.wikipedia.org/wiki/%C5%81%C3%B3d%C5%BA_W%C5%82adys%C5%82aw_Reymont_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.4032148744037, 51.72720704517] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Alma Ata N.W.", + "abbrev": "BXJ", + "location": "ramp", + "gps_code": "UAAR", + "iata_code": "BXJ", + "wikipedia": null, + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.8782640096648, 43.3554190837919] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jiamusi Dongjiao", + "abbrev": "JMU", + "location": "ramp", + "gps_code": "ZYJM", + "iata_code": "JMU", + "wikipedia": "http://en.wikipedia.org/wiki/Jiamusi_Dongjiao_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [130.456204704407, 46.8430150223379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Mudanjiang Hailang", + "abbrev": "MDG", + "location": "ramp", + "gps_code": "ZYMD", + "iata_code": "MDG", + "wikipedia": "http://en.wikipedia.org/wiki/Mudanjiang_Hailang_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [129.58015153222, 44.5342936299935] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military major", + "name": "Severomorsk-3 (Murmansk N.E.)", + "abbrev": "ULMM", + "location": "runway", + "gps_code": "ULMM", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Severomorsk-3", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.2903527616285, 69.0168711826804] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mosul Int'l", + "abbrev": "OSB", + "location": "runway", + "gps_code": "ORBM", + "iata_code": "OSB", + "wikipedia": "http://en.wikipedia.org/wiki/Mosul_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.145802, 36.308601] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Rostov N.", + "abbrev": null, + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": null, + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.6353996343665, 47.2774209202867] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rostov S.W.", + "abbrev": null, + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": null, + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.7972215345149, 47.1158577255835] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Oulu", + "abbrev": "OUL", + "location": "terminal", + "gps_code": "EFOU", + "iata_code": "OUL", + "wikipedia": "http://en.wikipedia.org/wiki/Oulu_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.3728374704307, 64.9287992358849] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bordeaux", + "abbrev": "BOD", + "location": "terminal", + "gps_code": "LFBD", + "iata_code": "BOD", + "wikipedia": "http://en.wikipedia.org/wiki/Bordeaux_-_M%C3%A9rignac_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.701793449075243, 44.8321108662674] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mandelieu", + "abbrev": "CEQ", + "location": "terminal", + "gps_code": "LFMD", + "iata_code": "CEQ", + "wikipedia": "http://en.wikipedia.org/wiki/Cannes_%E2%80%93_Mandelieu_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.95431612028937, 43.546097987045] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "St Gatien", + "abbrev": "DOL", + "location": "ramp", + "gps_code": "LFRG", + "iata_code": "DOL", + "wikipedia": "http://en.wikipedia.org/wiki/Deauville_-_Saint-Gatien_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [0.158653528230218, 49.3616609986609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lille-Lesquin", + "abbrev": "LIL", + "location": "terminal", + "gps_code": "LFQQ", + "iata_code": "LIL", + "wikipedia": "http://en.wikipedia.org/wiki/Lille_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.10596499799814, 50.5716423929581] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Toulouse-Blagnac", + "abbrev": "TLS", + "location": "terminal", + "gps_code": "LFBO", + "iata_code": "TLS", + "wikipedia": "http://en.wikipedia.org/wiki/Toulouse-Blagnac_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [1.37350918551153, 43.6304625661601] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Fukuoka", + "abbrev": "FUK", + "location": "terminal", + "gps_code": "RJFF", + "iata_code": "FUK", + "wikipedia": "http://en.wikipedia.org/wiki/Fukuoka_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [130.444189541884, 33.5848164332573] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hiroshima-Nishi", + "abbrev": "HIW", + "location": "terminal", + "gps_code": "RJBH", + "iata_code": "HIW", + "wikipedia": "http://en.wikipedia.org/wiki/Hiroshima-Nishi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [132.419372741681, 34.3713815628829] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Nagoya", + "abbrev": "NKM", + "location": "terminal", + "gps_code": "RJNA", + "iata_code": "NKM", + "wikipedia": "http://en.wikipedia.org/wiki/Nagoya_Airfield", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [136.91962838414, 35.2540532052867] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sendai", + "abbrev": "SDJ", + "location": "terminal", + "gps_code": "RJSS", + "iata_code": "SDJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sendai_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [140.930247381369, 38.1382075615287] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kirkenes Hoybuktmoen", + "abbrev": "KKN", + "location": "terminal", + "gps_code": "ENKR", + "iata_code": "KKN", + "wikipedia": "http://en.wikipedia.org/wiki/Kirkenes_Airport%2C_H%C3%B8ybuktmoen", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.8913489500406, 69.7238318113692] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Marechal Rondon Int'l", + "abbrev": "CGB", + "location": "terminal", + "gps_code": "SBCY", + "iata_code": "CGB", + "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Rondon_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-56.1201774754724, -15.6511470191955] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Hercilio Luz Int'l", + "abbrev": "FLN", + "location": "terminal", + "gps_code": "SBFL", + "iata_code": "FLN", + "wikipedia": "http://en.wikipedia.org/wiki/Herc%C3%ADlio_Luz_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-48.5448122049599, -27.6646276941638] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Joinville-Lauro C. de Loyola", + "abbrev": "JOI", + "location": "terminal", + "gps_code": "SBJV", + "iata_code": "JOI", + "wikipedia": "http://en.wikipedia.org/wiki/Joinville-Lauro_Carneiro_de_Loyola_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-48.8016498165616, -26.2242941374785] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Presidente Castro Pinto Int'l", + "abbrev": "JPA", + "location": "terminal", + "gps_code": "SBJP", + "iata_code": "JPA", + "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Castro_Pinto_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-34.9488925911125, -7.14617462402047] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Augusto Severo Int'l", + "abbrev": "NAT", + "location": "terminal", + "gps_code": "SJJQ", + "iata_code": "NAT", + "wikipedia": "http://en.wikipedia.org/wiki/Augusto_Severo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-35.2488410165389, -5.89912054477116] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Francisco Sa Carneiro", + "abbrev": "OPO", + "location": "terminal", + "gps_code": "LPPR", + "iata_code": "OPO", + "wikipedia": "http://en.wikipedia.org/wiki/Francisco_S%C3%A1_Carneiro_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.67127240719647, 41.2368708920452] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Marechal Cunha Machado Int'l", + "abbrev": "SLZ", + "location": "terminal", + "gps_code": "SBSL", + "iata_code": "SLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Cunha_Machado_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-44.2362344700492, -2.58350921043019] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Santos Air Force Base", + "abbrev": "SSZ", + "location": "ramp", + "gps_code": "SBST", + "iata_code": "SSZ", + "wikipedia": "http://en.wikipedia.org/wiki/Santos_Air_Force_Base", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-46.3052704931003, -23.9237590410637] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Teresina-Senador Petronio Portella", + "abbrev": "THE", + "location": "terminal", + "gps_code": "SBTE", + "iata_code": "THE", + "wikipedia": "http://en.wikipedia.org/wiki/Teresina_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-42.8212402317845, -5.06346299167191] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Viracopos-Campinas Int'l", + "abbrev": "VCP", + "location": "terminal", + "gps_code": "SBKP", + "iata_code": "VCP", + "wikipedia": "http://en.wikipedia.org/wiki/Viracopos-Campinas_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-47.1410791911014, -23.0096239085339] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Eurico de Aguiar Salles", + "abbrev": "VIX", + "location": "ramp", + "gps_code": "SBVT", + "iata_code": "VIX", + "wikipedia": "http://en.wikipedia.org/wiki/Eurico_de_Aguiar_Salles_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-40.2885368759913, -20.2574162759419] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Alicante", + "abbrev": "ALC", + "location": "terminal", + "gps_code": "LEAL", + "iata_code": "ALC", + "wikipedia": "http://en.wikipedia.org/wiki/Alicante_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.557230440363588, 38.2866408993929] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Almeria", + "abbrev": "LEI", + "location": "terminal", + "gps_code": "LEAM", + "iata_code": "LEI", + "wikipedia": "http://en.wikipedia.org/wiki/Almer%C3%ADa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.37160144059121, 36.8477672709643] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Valencia", + "abbrev": "VLC", + "location": "terminal", + "gps_code": "LEVC", + "iata_code": "VLC", + "wikipedia": "http://en.wikipedia.org/wiki/Valencia_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.473474930771676, 39.4914597884489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kiruna_Airport", + "abbrev": "KRN", + "location": "terminal", + "gps_code": "ESNQ", + "iata_code": "KRN", + "wikipedia": "http://en.wikipedia.org/wiki/Kiruna_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.3351522954898, 67.8256066056432] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Norrkoping Airport", + "abbrev": "NRK", + "location": "terminal", + "gps_code": "ESSP", + "iata_code": "NRK", + "wikipedia": "http://en.wikipedia.org/wiki/Norrk%C3%B6ping_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.2339407695814, 58.5833805017541] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Husein Sastranegara Int'l", + "abbrev": "BDO", + "location": "runway", + "gps_code": "WICC", + "iata_code": "BDO", + "wikipedia": "http://en.wikipedia.org/wiki/Husein_Sastranegara_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [107.575611852209, -6.90042408353409] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rosario – Islas Malvinas Int'l", + "abbrev": "ROS", + "location": "terminal", + "gps_code": "SAAR", + "iata_code": "ROS", + "wikipedia": "http://en.wikipedia.org/wiki/Rosario_%E2%80%93_Islas_Malvinas_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.7800787216586, -32.9162269743812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Maceio/Zumbi dos Palmares Int'l", + "abbrev": "MCZ", + "location": "terminal", + "gps_code": "SBMO", + "iata_code": "MCZ", + "wikipedia": "http://en.wikipedia.org/wiki/Zumbi_dos_Palmares_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-35.7924951215833, -9.51494118540117] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sharm el-Sheikh Int'l", + "abbrev": "SSH", + "location": "ramp", + "gps_code": "HESH", + "iata_code": "SSH", + "wikipedia": "http://en.wikipedia.org/wiki/Sharm_el-Sheikh_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.3901189267288, 27.9804044199168] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Taba Int'l", + "abbrev": "TCP", + "location": "terminal", + "gps_code": "HETB", + "iata_code": "TCP", + "wikipedia": "http://en.wikipedia.org/wiki/Taba_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.7758378996779, 29.5944990568019] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Agra", + "abbrev": "AGR", + "location": "runway", + "gps_code": "VIAG", + "iata_code": "AGR", + "wikipedia": "http://en.wikipedia.org/wiki/Agra_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.960909176509, 27.15772773475] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vadodara", + "abbrev": "BDQ", + "location": "runway", + "gps_code": "VABO", + "iata_code": "BDQ", + "wikipedia": "http://en.wikipedia.org/wiki/Vadodara_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.2262889533239, 22.3361640021171] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Shahid Ashrafi Esfahani", + "abbrev": "KSH", + "location": "runway", + "gps_code": "OICC", + "iata_code": "KSH", + "wikipedia": "http://en.wikipedia.org/wiki/Shahid_Ashrafi_Esfahani_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.1565835165639, 34.3464167739108] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Benina Int'l", + "abbrev": "BEN", + "location": "ramp", + "gps_code": "HLLB", + "iata_code": "BEN", + "wikipedia": "http://en.wikipedia.org/wiki/Benina_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.2680398018516, 32.0872774606553] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military major", + "name": "King Abdulaziz Ab", + "abbrev": "DHA", + "location": "ramp", + "gps_code": "OEDR", + "iata_code": "DHA", + "wikipedia": "http://en.wikipedia.org/wiki/Dhahran_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.1477245727844, 26.2703680854768] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Nueva Hesperides Int'l", + "abbrev": "STY", + "location": "runway", + "gps_code": "SUSO", + "iata_code": "STY", + "wikipedia": "http://en.wikipedia.org/wiki/Nueva_Hesperides_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.9840821176492, -31.4373883387798] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "spaceport", + "name": "Baikonur Cosmodrome", + "abbrev": "BAIK", + "location": "approximate", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Baikonur_Cosmodrome", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [63.3073544238751, 45.9635739403124] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "spaceport", + "name": "Kennedy Space Center", + "abbrev": "KSC", + "location": "approximate", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_Space_Center", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.6369680911892, 28.5163704772027] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "spaceport", + "name": "Centre Spatial Guyanais", + "abbrev": "CSG", + "location": "terminal", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Guiana_Space_Centre", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-52.7684296893452, 5.23941001258035] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Queen Beatrix Int'l", + "abbrev": "AUA", + "location": "terminal", + "gps_code": "TNCA", + "iata_code": "AUA", + "wikipedia": "http://en.wikipedia.org/wiki/Queen_Beatrix_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.0076228563496, 12.5034643630297] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Djibouti-Ambouli Int'l", + "abbrev": "JIB", + "location": "terminal", + "gps_code": "HDAM", + "iata_code": "JIB", + "wikipedia": "http://en.wikipedia.org/wiki/Djibouti-Ambouli_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.1497127859956, 11.5521018230172] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Diego Aracena Int'l", + "abbrev": "IQQ", + "location": "terminal", + "gps_code": "SCDA", + "iata_code": "IQQ", + "wikipedia": "http://en.wikipedia.org/wiki/Diego_Aracena_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.178635395533, -20.5478400878309] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Sabiha Gokcen Havaalani", + "abbrev": "SAW", + "location": "terminal", + "gps_code": "LTFJ", + "iata_code": "SAW", + "wikipedia": "http://en.wikipedia.org/wiki/Sabiha_G%C3%B6k%C3%A7en_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.3095991423889, 40.9043003553957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Kosrae Island", + "abbrev": "KSA", + "location": "ramp", + "gps_code": "PTSA", + "iata_code": "KSA", + "wikipedia": "http://en.wikipedia.org/wiki/Kosrae_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [162.957041225076, 5.3520098571828] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Funafuti Int'l", + "abbrev": "FUN", + "location": "ramp", + "gps_code": "NGFU", + "iata_code": "FUN", + "wikipedia": "http://en.wikipedia.org/wiki/Funafuti_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [179.19544202302, -8.52485415059424] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Dr. Babasaheb Ambedkar Int'l", + "abbrev": "NAG", + "location": "terminal", + "gps_code": "VANP", + "iata_code": "NAG", + "wikipedia": "http://en.wikipedia.org/wiki/Dr._Babasaheb_Ambedkar_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.0537976421986, 21.0899317630087] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Phuket Int'l", + "abbrev": "HKT", + "location": "terminal", + "gps_code": "VTSP", + "iata_code": "HKT", + "wikipedia": "http://en.wikipedia.org/wiki/Phuket_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [98.3060384900559, 8.10768475952735] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nadi Int'l", + "abbrev": "NAN", + "location": "terminal", + "gps_code": "NFFN", + "iata_code": "NAN", + "wikipedia": "http://en.wikipedia.org/wiki/Nadi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [177.451151198059, -17.7529129479792] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Lic. Jesus Teran Peredo Int'l", + "abbrev": "AGU", + "location": "terminal", + "gps_code": "MMAS", + "iata_code": "AGU", + "wikipedia": "http://en.wikipedia.org/wiki/Lic._Jes%C3%BAs_Ter%C3%A1n_Peredo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-102.314093740058, 21.7013390329207] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Albenga", + "abbrev": "ALL", + "location": "ramp", + "gps_code": "LIMG", + "iata_code": "ALL", + "wikipedia": "http://en.wikipedia.org/wiki/Villanova_d'Albenga_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.12314535436409, 44.0458773598158] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Queen Alia Int'l", + "abbrev": "AMM", + "location": "terminal", + "gps_code": "OJAI", + "iata_code": "AMM", + "wikipedia": "http://en.wikipedia.org/wiki/Queen_Alia_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.989707162193, 31.7226621600432] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Chacalluta Int'l", + "abbrev": "ARI", + "location": "terminal", + "gps_code": "SCAR", + "iata_code": "ARI", + "wikipedia": "http://en.wikipedia.org/wiki/Chacalluta_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.3357301410959, -18.3492061639579] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Atar Int'l", + "abbrev": "ATR", + "location": "terminal", + "gps_code": "GQPA", + "iata_code": "ATR", + "wikipedia": "http://en.wikipedia.org/wiki/Atar_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-13.0511704323315, 20.4982706101565] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Ernesto Cortissoz Int'l", + "abbrev": "BAQ", + "location": "terminal", + "gps_code": "SKBQ", + "iata_code": "BAQ", + "wikipedia": "http://en.wikipedia.org/wiki/Ernesto_Cortissoz_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.776555978265, 10.8866775959414] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Teniente Luis Candelaria Int'l", + "abbrev": "BRC", + "location": "terminal", + "gps_code": "SAZS", + "iata_code": "BRC", + "wikipedia": "http://en.wikipedia.org/wiki/San_Carlos_de_Bariloche_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.1614300869763, -41.1459976958105] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bouake", + "abbrev": "BYK", + "location": "terminal", + "gps_code": "DIBK", + "iata_code": "BYK", + "wikipedia": "http://en.wikipedia.org/wiki/Bouak%C3%A9_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-5.06894222275311, 7.73610495555032] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Philip S. W. Goldson Int'l", + "abbrev": "BZE", + "location": "terminal", + "gps_code": "MZBZ", + "iata_code": "BZE", + "wikipedia": "http://en.wikipedia.org/wiki/Philip_S._W._Goldson_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-88.3082064033075, 17.5360686575521] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Corpus Christi Int'l", + "abbrev": "CRP", + "location": "terminal", + "gps_code": "KCRP", + "iata_code": "CRP", + "wikipedia": "http://en.wikipedia.org/wiki/Corpus_Christi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.5022678710298, 27.7744560700823] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Hato Int'l", + "abbrev": "CUR", + "location": "terminal", + "gps_code": "TNCC", + "iata_code": "CUR", + "wikipedia": "http://en.wikipedia.org/wiki/Hato_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.9568788072761, 12.1848346052019] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Velazco Astete Int'l", + "abbrev": "CUZ", + "location": "terminal", + "gps_code": "SPZO", + "iata_code": "CUZ", + "wikipedia": "http://en.wikipedia.org/wiki/Alejandro_Velasco_Astete_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.9436641449722, -13.5382186992639] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Julius Nyerere Int'l", + "abbrev": "DAR", + "location": "terminal", + "gps_code": "HTDA", + "iata_code": "DAR", + "wikipedia": "http://en.wikipedia.org/wiki/Julius_Nyerere_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.2074715039165, -6.86672004249119] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Detroit City", + "abbrev": "DET", + "location": "terminal", + "gps_code": "KDET", + "iata_code": "DET", + "wikipedia": "http://en.wikipedia.org/wiki/Coleman_A._Young_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-83.0039681417733, 42.4090938431907] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Presidente Nicolau Lobato Int'l", + "abbrev": "DIL", + "location": "terminal", + "gps_code": "WPDL", + "iata_code": "DIL", + "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Nicolau_Lobato_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.524854209182, -8.54931157414564] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Moscow Domodedovo Int'l", + "abbrev": "DME", + "location": "terminal", + "gps_code": "UUDD", + "iata_code": "DME", + "wikipedia": "http://en.wikipedia.org/wiki/Domodedovo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.9002531289452, 55.4141528223023] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Dunedin Int'l", + "abbrev": "DUD", + "location": "terminal", + "gps_code": "NZDN", + "iata_code": "DUD", + "wikipedia": "http://en.wikipedia.org/wiki/Dunedin_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [170.200027, -45.923431] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Dzaoudzi Pamanzi Int'l", + "abbrev": "DZA", + "location": "terminal", + "gps_code": "FMCZ", + "iata_code": "DZA", + "wikipedia": "http://en.wikipedia.org/wiki/Dzaoudzi_Pamandzi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [45.2817864197899, -12.8049474381643] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "El Paso Int'l", + "abbrev": "ELP", + "location": "terminal", + "gps_code": "KELP", + "iata_code": "ELP", + "wikipedia": "http://en.wikipedia.org/wiki/El_Paso_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.395714679366, 31.7990860272589] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Zvartnots Int'l", + "abbrev": "EVN", + "location": "terminal", + "gps_code": "UDYZ", + "iata_code": "EVN", + "wikipedia": "http://en.wikipedia.org/wiki/Zvartnots_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.4000630536938, 40.1523679451884] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Fort Worth Meacham Field", + "abbrev": "FTW", + "location": "terminal", + "gps_code": "KFTW", + "iata_code": "FTW", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_Worth_Meacham_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.3551348561587, 32.8207529047972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "JAGS McCartney Int'l", + "abbrev": "GDT", + "location": "terminal", + "gps_code": "MBGT", + "iata_code": "GDT", + "wikipedia": "http://en.wikipedia.org/wiki/JAGS_McCartney_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.1461337448876, 21.4421237439063] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Scholes Int'l", + "abbrev": "GLS", + "location": "terminal", + "gps_code": "KGLS", + "iata_code": "GLS", + "wikipedia": "http://en.wikipedia.org/wiki/Scholes_International_Airport_at_Galveston", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.8554013876264, 29.2671239212096] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Goma Int'l", + "abbrev": "GOM", + "location": "terminal", + "gps_code": "FZNA", + "iata_code": "GOM", + "wikipedia": "http://en.wikipedia.org/wiki/Goma_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.2400534952228, -1.6583179500207] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Garoua Int'l", + "abbrev": "GOU", + "location": "terminal", + "gps_code": "FKKR", + "iata_code": "GOU", + "wikipedia": "http://en.wikipedia.org/wiki/Garoua_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.3724309377878, 9.33068867678854] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Antonio B. Won Pat Int'l", + "abbrev": "GUM", + "location": "terminal", + "gps_code": "PGUM", + "iata_code": "GUM", + "wikipedia": "http://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [144.805850357093, 13.4926462359465] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Gary/Chicago Int'l", + "abbrev": "GYY", + "location": "terminal", + "gps_code": "KGYY", + "iata_code": "GYY", + "wikipedia": "http://en.wikipedia.org/wiki/Gary/Chicago_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.4083596247406, 41.6177930015166] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Prince Said Ibrahim Int'l", + "abbrev": "HAH", + "location": "terminal", + "gps_code": "FMCH", + "iata_code": "HAH", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_Said_Ibrahim_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.2745612179616, -11.5366393829127] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Hobart Int'l", + "abbrev": "HBA", + "location": "terminal", + "gps_code": "YMHB", + "iata_code": "HBA", + "wikipedia": "http://en.wikipedia.org/wiki/Hobart_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [147.505996190408, -42.8376083694822] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Honiara Int'l", + "abbrev": "HIR", + "location": "terminal", + "gps_code": "AGGH", + "iata_code": "HIR", + "wikipedia": "http://en.wikipedia.org/wiki/Honiara_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [160.045855129925, -9.42757566400146] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Kiev Zhuliany Int'l", + "abbrev": "IEV", + "location": "terminal", + "gps_code": "UKKK", + "iata_code": "IEV", + "wikipedia": "http://en.wikipedia.org/wiki/Kiev_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.4451305182104, 50.412808165985] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Irkutsk S.E.", + "abbrev": "IKT", + "location": "terminal", + "gps_code": "UIII", + "iata_code": "IKT", + "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.355859748002, 52.2728893882244] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Indianapolis Int'l", + "abbrev": "IND", + "location": "terminal", + "gps_code": "KIND", + "iata_code": "IND", + "wikipedia": "http://en.wikipedia.org/wiki/Indianapolis_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.2734003650886, 39.7302043703969] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nauru Int'l", + "abbrev": "INU", + "location": "runway", + "gps_code": "ANYN", + "iata_code": "INU", + "wikipedia": "http://en.wikipedia.org/wiki/Nauru_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [166.91613965882, -0.545037226856384] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Mataveri Int'l", + "abbrev": "IPC", + "location": "terminal", + "gps_code": "SCIP", + "iata_code": "IPC", + "wikipedia": "http://en.wikipedia.org/wiki/Mataveri_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-109.43006441001, -27.1587738388538] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Gob. Horacio Guzman Int'l", + "abbrev": "JUJ", + "location": "terminal", + "gps_code": "SASJ", + "iata_code": "JUJ", + "wikipedia": "http://en.wikipedia.org/wiki/Gobernador_Horacio_Guzm%C3%A1n_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.0937665458812, -24.3861010775846] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nanchang Changbei Int'l", + "abbrev": "KHN", + "location": "terminal", + "gps_code": "ZSCN", + "iata_code": "KHN", + "wikipedia": "http://en.wikipedia.org/wiki/Nanchang_Changbei_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [115.911979918602, 28.8624891200666] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Kunming Wujiaba Int'l", + "abbrev": "KMG", + "location": "terminal", + "gps_code": "ZPPP", + "iata_code": "KMG", + "wikipedia": "http://en.wikipedia.org/wiki/Kunming_Wujiaba_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [102.742117578823, 24.999996110081] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Leeds Bradford", + "abbrev": "LBA", + "location": "terminal", + "gps_code": "EGNM", + "iata_code": "LBA", + "wikipedia": "http://en.wikipedia.org/wiki/Leeds_Bradford_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.65983106734746, 53.8690819474434] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Libreville Leon M'ba Int'l", + "abbrev": "LBV", + "location": "terminal", + "gps_code": "FOOL", + "iata_code": "LBV", + "wikipedia": "http://en.wikipedia.org/wiki/Libreville_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.41022337820712, 0.457139229503759] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Lome Tokoin", + "abbrev": "LFW", + "location": "terminal", + "gps_code": "DXXX", + "iata_code": "LFW", + "wikipedia": "http://en.wikipedia.org/wiki/Lom%C3%A9-Tokoin_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [1.25093205640014, 6.16687362722297] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Lviv Danylo Halytskyi Int'l", + "abbrev": "LWO", + "location": "runway", + "gps_code": "UKLL", + "iata_code": "LWO", + "wikipedia": "http://en.wikipedia.org/wiki/Lviv_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.9461269598944, 49.8178506050005] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Marshall Islands Int'l", + "abbrev": "MAJ", + "location": "terminal", + "gps_code": "PKMJ", + "iata_code": "MAJ", + "wikipedia": "http://en.wikipedia.org/wiki/Marshall_Islands_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [171.281919370648, 7.06811848557091] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Macau Int'l", + "abbrev": "MFM", + "location": "terminal", + "gps_code": "VMMC", + "iata_code": "MFM", + "wikipedia": "http://en.wikipedia.org/wiki/Macau_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.57451294862, 22.1576572529634] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Aden Adde Int'l", + "abbrev": "MGQ", + "location": "runway", + "gps_code": "HCMM", + "iata_code": "MGQ", + "wikipedia": "http://en.wikipedia.org/wiki/Aden_Adde_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [45.3036374186202, 2.01635311214988] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Maputo Int'l", + "abbrev": "MPM", + "location": "terminal", + "gps_code": "FQMA", + "iata_code": "MPM", + "wikipedia": "http://en.wikipedia.org/wiki/Maputo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.5741915194782, -25.924276711787] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Sir Seewoosagur Ramgoolam Int'l", + "abbrev": "MRU", + "location": "terminal", + "gps_code": "FIMP", + "iata_code": "MRU", + "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seewoosagur_Ramgoolam_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [57.6769860076636, -20.4317567793216] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Naples Int'l", + "abbrev": "NAP", + "location": "terminal", + "gps_code": "LIRN", + "iata_code": "NAP", + "wikipedia": "http://en.wikipedia.org/wiki/Naples_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.2828444340203, 40.8780728843639] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nouadhibou Int'l", + "abbrev": "NDB", + "location": "ramp", + "gps_code": "GQPP", + "iata_code": "NDB", + "wikipedia": "http://en.wikipedia.org/wiki/Nouadhibou_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-17.0334398691538, 20.9290523064387] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Ningbo Lishe Int'l", + "abbrev": "NGB", + "location": "terminal", + "gps_code": "ZSNB", + "iata_code": "NGB", + "wikipedia": "http://en.wikipedia.org/wiki/Ningbo_Lishe_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.461819388484, 29.8208231906861] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nouakchott Int'l", + "abbrev": "NKC", + "location": "terminal", + "gps_code": "GQNN", + "iata_code": "NKC", + "wikipedia": "http://en.wikipedia.org/wiki/Nouakchott_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-15.9519259252201, 18.0979231718175] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "La Tontouta Int'l", + "abbrev": "NOU", + "location": "terminal", + "gps_code": "NWWW", + "iata_code": "NOU", + "wikipedia": "http://en.wikipedia.org/wiki/La_Tontouta_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [166.217232118699, -22.0136386248981] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Oakland Int'l", + "abbrev": "OAK", + "location": "terminal", + "gps_code": "KOAK", + "iata_code": "OAK", + "wikipedia": "http://en.wikipedia.org/wiki/Oakland_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.213261257863, 37.7123036951691] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Ontario Int'l", + "abbrev": "ONT", + "location": "parking", + "gps_code": "KONT", + "iata_code": "ONT", + "wikipedia": "http://en.wikipedia.org/wiki/LA/Ontario_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.592327651651, 34.060191102066] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Cork", + "abbrev": "ORK", + "location": "terminal", + "gps_code": "EICK", + "iata_code": "ORK", + "wikipedia": "http://en.wikipedia.org/wiki/Cork_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.49014199983817, 51.8485405419924] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Minangkabau Int'l", + "abbrev": "PDG", + "location": "terminal", + "gps_code": "WIMG", + "iata_code": "PDG", + "wikipedia": "http://en.wikipedia.org/wiki/Minangkabau_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.285455851791, -0.786045714026273] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Joao Paulo II", + "abbrev": "PDL", + "location": "ramp", + "gps_code": "LPPD", + "iata_code": "PDL", + "wikipedia": "http://en.wikipedia.org/wiki/Jo%C3%A3o_Paulo_II_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-25.6969882198711, 37.7433316472933] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bacha Khan Int'l", + "abbrev": "PEW", + "location": "ramp", + "gps_code": "OPPS", + "iata_code": "PEW", + "wikipedia": "http://en.wikipedia.org/wiki/Peshawar_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [71.5188149912667, 33.9914027889596] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Glasgow Prestwick", + "abbrev": "PIK", + "location": "terminal", + "gps_code": "EGPK", + "iata_code": "PIK", + "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_Prestwick_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.61097163901068, 55.5088918105142] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Ponta Pora Int'l", + "abbrev": "PMG", + "location": "terminal", + "gps_code": "SBPP", + "iata_code": "PMG", + "wikipedia": "http://en.wikipedia.org/wiki/Ponta_Por%C3%A3_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-55.7060793748573, -22.551786560876] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Palmerston N. Int'l", + "abbrev": "PMR", + "location": "terminal", + "gps_code": "NZPM", + "iata_code": "PMR", + "wikipedia": "http://en.wikipedia.org/wiki/Palmerston_North_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [175.62128328196, -40.3233178852055] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Pohnpei Int'l", + "abbrev": "PNI", + "location": "terminal", + "gps_code": "PTPN", + "iata_code": "PNI", + "wikipedia": "http://en.wikipedia.org/wiki/Pohnpei_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [158.203304490964, 6.98130676512123] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Tahiti Faa'a Int'l", + "abbrev": "PPT", + "location": "terminal", + "gps_code": "NTAA", + "iata_code": "PPT", + "wikipedia": "http://en.wikipedia.org/wiki/Faa'a_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-149.609757932429, -17.5594577659943] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major and military", + "name": "Pisa Galileo Galilei Int'l", + "abbrev": "PSA", + "location": "terminal", + "gps_code": "LIRP", + "iata_code": "PSA", + "wikipedia": "http://en.wikipedia.org/wiki/Galileo_Galilei_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.4001343718056, 43.6983224157664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Port Sudan", + "abbrev": "PZU", + "location": "runway", + "gps_code": "HSSP", + "iata_code": "PZU", + "wikipedia": null, + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.216065757542, 19.5760636531968] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Praia Int'l", + "abbrev": "RAI", + "location": "terminal", + "gps_code": "GVNP", + "iata_code": "RAI", + "wikipedia": "http://en.wikipedia.org/wiki/Praia_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-23.4862019883587, 14.9449889352832] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Marrakech-Menara", + "abbrev": "RAK", + "location": "terminal", + "gps_code": "GMMX", + "iata_code": "RAK", + "wikipedia": "http://en.wikipedia.org/wiki/Menara_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.02460535907989, 31.6022946597764] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Rarotonga Int'l", + "abbrev": "RAR", + "location": "ramp", + "gps_code": "NCRG", + "iata_code": "RAR", + "wikipedia": "http://en.wikipedia.org/wiki/Rarotonga_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-159.798156308387, -21.2009821724632] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Siem Reap Int'l", + "abbrev": "REP", + "location": "terminal", + "gps_code": "VDSR", + "iata_code": "REP", + "wikipedia": "http://en.wikipedia.org/wiki/Angkor_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.815780528112, 13.4087969693538] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Hermes Quijada Int'l", + "abbrev": "RGA", + "location": "terminal", + "gps_code": "SAWE", + "iata_code": "RGA", + "wikipedia": "http://en.wikipedia.org/wiki/Hermes_Quijada_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-67.7530268462675, -53.7814746058316] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Piloto Civil Norberto Fernandez Int'l", + "abbrev": "RGL", + "location": "terminal", + "gps_code": "SAWG", + "iata_code": "RGL", + "wikipedia": "http://en.wikipedia.org/wiki/Piloto_Civil_Norberto_Fern%C3%A1ndez_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.3064711776731, -51.6116980855402] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Reno-Tahoe Int'l", + "abbrev": "RNO", + "location": "terminal", + "gps_code": "KRNO", + "iata_code": "RNO", + "wikipedia": "http://en.wikipedia.org/wiki/Reno-Tahoe_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-119.775283308105, 39.5058499014703] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Roman Tmetuchl Int'l", + "abbrev": "ROR", + "location": "terminal", + "gps_code": "PTRO", + "iata_code": "ROR", + "wikipedia": "http://en.wikipedia.org/wiki/Palau_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [134.532953466159, 7.3644955361292] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Amilcar Cabral Int'l", + "abbrev": "SID", + "location": "terminal", + "gps_code": "GVAC", + "iata_code": "SID", + "wikipedia": "http://en.wikipedia.org/wiki/Am%C3%ADlcar_Cabral_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-22.9440574079648, 16.7347932693385] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Sarajevo", + "abbrev": "SJJ", + "location": "terminal", + "gps_code": "LQSA", + "iata_code": "SJJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sarajevo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.3366185457127, 43.8258872246797] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Robert L. Bradshaw Int'l", + "abbrev": "SKB", + "location": "terminal", + "gps_code": "TKPK", + "iata_code": "SKB", + "wikipedia": "http://en.wikipedia.org/wiki/Robert_L._Bradshaw_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-62.7142125047316, 17.311125840442] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Martín Miguel de Güemes Int", + "abbrev": "SLA", + "location": "terminal", + "gps_code": "SASA", + "iata_code": "SLA", + "wikipedia": "http://en.wikipedia.org/wiki/Mart%C3%ADn_Miguel_de_G%C3%BCemes_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.4784760437796, -24.8443742713315] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Saipan Int'l", + "abbrev": "SPN", + "location": "terminal", + "gps_code": "PGSN", + "iata_code": "SPN", + "wikipedia": "http://en.wikipedia.org/wiki/Saipan_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [145.723694658638, 15.1215167197664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Juana Azurduy de Padilla Int'l", + "abbrev": "SRE", + "location": "terminal", + "gps_code": "SLSU", + "iata_code": "SRE", + "wikipedia": "http://en.wikipedia.org/wiki/Juana_Azurduy_de_Padilla_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.2928631387847, -19.0139157924657] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Princess Juliana Int'l", + "abbrev": "SXM", + "location": "terminal", + "gps_code": "TNCM", + "iata_code": "SXM", + "wikipedia": "http://en.wikipedia.org/wiki/Princess_Juliana_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.1122760858602, 18.042244021474] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Ta'izz Int'l", + "abbrev": "TAI", + "location": "terminal", + "gps_code": "OYTZ", + "iata_code": "TAI", + "wikipedia": "http://en.wikipedia.org/wiki/Ta'izz_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.134782731062, 13.6854970025574] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Qingdao Liuting Int'l", + "abbrev": "TAO", + "location": "terminal", + "gps_code": "ZSQD", + "iata_code": "TAO", + "wikipedia": "http://en.wikipedia.org/wiki/Qingdao_Liuting_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.380685949061, 36.2677578081039] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Chuuk Int'l", + "abbrev": "TKK", + "location": "terminal", + "gps_code": "PTKK", + "iata_code": "TKK", + "wikipedia": "http://en.wikipedia.org/wiki/Chuuk_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [151.842046037403, 7.45761780288443] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Tangier Ibn Battouta", + "abbrev": "TNG", + "location": "terminal", + "gps_code": "GMTT", + "iata_code": "TNG", + "wikipedia": "http://en.wikipedia.org/wiki/Tangier_Ibn_Battouta_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-5.91288087655914, 35.7257656409274] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bonriki Int'l", + "abbrev": "TRW", + "location": "ramp", + "gps_code": "NGTA", + "iata_code": "TRW", + "wikipedia": "http://en.wikipedia.org/wiki/Bonriki_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [173.145990795301, 1.3806686975383] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Astana Int'l", + "abbrev": "TSE", + "location": "terminal", + "gps_code": "UACC", + "iata_code": "TSE", + "wikipedia": "http://en.wikipedia.org/wiki/Astana_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [71.4609441399936, 51.0269352907712] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Tianjin Binhai Int'l", + "abbrev": "TSN", + "location": "terminal", + "gps_code": "ZBTJ", + "iata_code": "TSN", + "wikipedia": "http://en.wikipedia.org/wiki/Tianjin_Binhai_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [117.352723159919, 39.1294609909008] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major and military", + "name": "Townsville", + "abbrev": "TSV", + "location": "terminal", + "gps_code": "YBTL", + "iata_code": "TSV", + "wikipedia": "http://en.wikipedia.org/wiki/Townsville_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [146.77067890477, -19.2561814376212] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Teniente Gen. Benjamin Matienzo Int'l", + "abbrev": "TUC", + "location": "terminal", + "gps_code": "SANT", + "iata_code": "TUC", + "wikipedia": "http://en.wikipedia.org/wiki/Benjam%C3%ADn_Matienzo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.1081246236248, -26.8357310050714] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Aeroport Tunis", + "abbrev": "TUN", + "location": "terminal", + "gps_code": "DTTA", + "iata_code": "TUN", + "wikipedia": "http://en.wikipedia.org/wiki/Tunis-Carthage_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.2176992447111, 36.8474482177219] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Tucson Int'l", + "abbrev": "TUS", + "location": "terminal", + "gps_code": "KTUS", + "iata_code": "TUS", + "wikipedia": "http://en.wikipedia.org/wiki/Tucson_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.937713232132, 32.1203523441898] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Chinggis Khaan Int'l", + "abbrev": "ULN", + "location": "terminal", + "gps_code": "ZMUB", + "iata_code": "ULN", + "wikipedia": "http://en.wikipedia.org/wiki/Chinggis_Khaan_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.762873994929, 47.8525260966684] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Urumqi Diwopu Int'l", + "abbrev": "URC", + "location": "terminal", + "gps_code": "ZWWW", + "iata_code": "URC", + "wikipedia": "http://en.wikipedia.org/wiki/%C3%9Cr%C3%BCmqi_Diwopu_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [87.4671298487808, 43.8983382193653] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bauerfield Int'l", + "abbrev": "VLI", + "location": "terminal", + "gps_code": "NVVV", + "iata_code": "VLI", + "wikipedia": "http://en.wikipedia.org/wiki/Bauerfield_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [168.319622739662, -17.7016990681781] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Wewak Int'l", + "abbrev": "WWK", + "location": "terminal", + "gps_code": "AYWK", + "iata_code": "WWK", + "wikipedia": "http://en.wikipedia.org/wiki/Wewak_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [143.669102299698, -3.58022689444744] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "military mid", + "name": "Chalons Vatry", + "abbrev": "XCR", + "location": "terminal", + "gps_code": "LFOK", + "iata_code": "XCR", + "wikipedia": "http://en.wikipedia.org/wiki/Ch%C3%A2lons_Vatry_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.19111982574289, 48.7803946138566] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Xiamen Gaoqi Int'l", + "abbrev": "XMN", + "location": "terminal", + "gps_code": "ZSAM", + "iata_code": "XMN", + "wikipedia": "http://en.wikipedia.org/wiki/Xiamen_Gaoqi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [118.12696884672, 24.537192570557] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Yap Int'l", + "abbrev": "YAP", + "location": "terminal", + "gps_code": "PTYA", + "iata_code": "YAP", + "wikipedia": "http://en.wikipedia.org/wiki/Yap_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [138.086430283619, 9.49791733361348] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Playa de Oro Int'l", + "abbrev": "ZLO", + "location": "terminal", + "gps_code": "MMZO", + "iata_code": "ZLO", + "wikipedia": "http://en.wikipedia.org/wiki/Playa_de_Oro_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.560095200097, 19.1480860285854] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Cayenne – Rochambeau", + "abbrev": "CAY", + "location": "terminal", + "gps_code": "SOCA", + "iata_code": "CAY", + "wikipedia": "http://en.wikipedia.org/wiki/Cayenne-Rochambeau_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-52.3638068572357, 4.82126714308924] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Irkutsk N.W.", + "abbrev": "UIII", + "location": "ramp", + "gps_code": "UIIR", + "iata_code": "UIIR", + "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Northwest_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.197359284494, 52.3616476700132] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Shijiazhuang Zhengding Int'l", + "abbrev": "SJW", + "location": "terminal", + "gps_code": "ZBSJ", + "iata_code": "SJW", + "wikipedia": "http://en.wikipedia.org/wiki/Shijiazhuang_Zhengding_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [114.692266598902, 38.278140913112] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Heydar Aliyev Int'l", + "abbrev": "GYD", + "location": "terminal", + "gps_code": "UBBB", + "iata_code": "GYD", + "wikipedia": "http://en.wikipedia.org/wiki/Heydar_Aliyev_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.0498394867405, 40.462746883908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "military mid", + "name": "Lakatamia Airbase", + "abbrev": "LAK", + "location": "ramp", + "gps_code": "LCRO", + "iata_code": "LAK", + "wikipedia": "http://en.wikipedia.org/wiki/List_of_airports_in_Cyprus", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.322201334899, 35.1063448067362] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Cabo Frio Int'l", + "abbrev": "CFB", + "location": "terminal", + "gps_code": "SBCB", + "iata_code": "CFB", + "wikipedia": "http://en.wikipedia.org/wiki/Cabo_Frio_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-42.0792517520184, -22.9256317091328] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Helsinki-Malmi", + "abbrev": "HEM", + "location": "terminal", + "gps_code": "EFHF", + "iata_code": "HEM", + "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Malmi_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.0455353698315, 60.2493778499587] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Luxembourg-Findel", + "abbrev": "LUX", + "location": "terminal", + "gps_code": "ELLX", + "iata_code": "LUX", + "wikipedia": "http://en.wikipedia.org/wiki/Luxembourg-Findel_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.21642121728731, 49.6343040925102] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Venice Marco Polo", + "abbrev": "VCE", + "location": "terminal", + "gps_code": "LIPZ", + "iata_code": "VCE", + "wikipedia": "http://en.wikipedia.org/wiki/Marco_Polo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.3410673004369, 45.5048477588455] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Yangyang Int'l", + "abbrev": "YNY", + "location": "terminal", + "gps_code": "RKNY", + "iata_code": "YNY", + "wikipedia": "http://en.wikipedia.org/wiki/Yangyang_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [128.66298866884, 38.0587824162585] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Tabatinga Int'l", + "abbrev": "TBT", + "location": "terminal", + "gps_code": "SBTT", + "iata_code": "TBT", + "wikipedia": "http://en.wikipedia.org/wiki/Tabatinga_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.939473933909, -4.25032469493379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Boa Vista Int'l", + "abbrev": "BVB", + "location": "terminal", + "gps_code": "SBBV", + "iata_code": "BVB", + "wikipedia": "http://en.wikipedia.org/wiki/Boa_Vista_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.6922206338682, 2.84119534121157] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Gran Canaria", + "abbrev": "LPA", + "location": "terminal", + "gps_code": "GCLP", + "iata_code": "LPA", + "wikipedia": "http://en.wikipedia.org/wiki/Gran_Canaria_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-15.3899245158461, 27.9368899716574] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Com. Armando Tola Int'l", + "abbrev": "ING", + "location": "terminal", + "gps_code": "SAWA", + "iata_code": "ING", + "wikipedia": "http://en.wikipedia.org/wiki/Comandante_Armando_Tola_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-72.0538569101296, -50.2839008690038] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Stockholm-Skavsta", + "abbrev": "NYO", + "location": "terminal", + "gps_code": "ESKN", + "iata_code": "NYO", + "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Skavsta_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.9216055584254, 58.7851041303448] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Polonia Int'l", + "abbrev": "MES", + "location": "terminal", + "gps_code": "WIMM", + "iata_code": "MES", + "wikipedia": "http://en.wikipedia.org/wiki/Polonia_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [98.6761925714641, 3.56659179990894] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bangui M'Poko Int'l", + "abbrev": "BGF", + "location": "terminal", + "gps_code": "FEFF", + "iata_code": "BGF", + "wikipedia": "http://en.wikipedia.org/wiki/Bangui_M'Poko_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.524123630208, 4.39885153695957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Hangzhou Xiaoshan Int'l", + "abbrev": "HGH", + "location": "terminal", + "gps_code": "ZSHC", + "iata_code": "HGH", + "wikipedia": "http://en.wikipedia.org/wiki/Hangzhou_Xiaoshan_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.432097376313, 30.2351862790414] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Cassidy Int'l", + "abbrev": "CXI", + "location": "runway", + "gps_code": "PLCH", + "iata_code": "CXI", + "wikipedia": "http://en.wikipedia.org/wiki/Cassidy_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-157.34977789343, 1.98616119792402] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Siauliai Int'l", + "abbrev": "SQQ", + "location": "runway", + "gps_code": "EYSA", + "iata_code": "SQQ", + "wikipedia": "http://en.wikipedia.org/wiki/%C5%A0iauliai_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.3831885738691, 55.90376945404] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Niue Int'l", + "abbrev": "IUE", + "location": "terminal", + "gps_code": "NIUE", + "iata_code": "IUE", + "wikipedia": "http://en.wikipedia.org/wiki/Niue_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-169.926129774217, -19.0767129354511] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Guarani Int'l", + "abbrev": "AGT", + "location": "terminal", + "gps_code": "SGES", + "iata_code": "AGT", + "wikipedia": "http://en.wikipedia.org/wiki/Guarani_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.8393995296062, -25.4568570715812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Rodriguez Ballon Int'l", + "abbrev": "AQP", + "location": "terminal", + "gps_code": "SPQU", + "iata_code": "AQP", + "wikipedia": "http://en.wikipedia.org/wiki/Rodriguez_Ballon_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.5679335385285, -16.344552065352] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Vladivostok Int'l", + "abbrev": "VVO", + "location": "terminal", + "gps_code": "UHWW", + "iata_code": "VVO", + "wikipedia": "http://en.wikipedia.org/wiki/Vladivostok_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [132.139841720715, 43.3776492533885] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Pristina", + "abbrev": "PRN", + "location": "ramp", + "gps_code": "BKPR", + "iata_code": "PRN", + "wikipedia": "http://en.wikipedia.org/wiki/Pristina_International_Airport_Adem_Jashari", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [21.0302690124746, 42.5850331153448] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Deurne", + "abbrev": "ANR", + "location": "terminal", + "gps_code": "EBAW", + "iata_code": "ANR", + "wikipedia": "http://en.wikipedia.org/wiki/Antwerp_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.45092277399909, 51.1891285063806] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Marquez de Leon Int'l", + "abbrev": "LAP", + "location": "terminal", + "gps_code": "MMLP", + "iata_code": "LAP", + "wikipedia": "http://en.wikipedia.org/wiki/Manuel_M%C3%A1rquez_de_Le%C3%B3n_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.367197859809, 24.0760903521803] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Harbin Taiping", + "abbrev": "HRB", + "location": "terminal", + "gps_code": "ZYHB", + "iata_code": "HRB", + "wikipedia": "http://en.wikipedia.org/wiki/Harbin_Taiping_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.236983030863, 45.6206011723245] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Trivandrum Int'l", + "abbrev": "TRV", + "location": "terminal", + "gps_code": "VOTV", + "iata_code": "TRV", + "wikipedia": "http://en.wikipedia.org/wiki/Trivandrum_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.9189025612913, 8.47650993894514] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Adnan Menderes", + "abbrev": "ADB", + "location": "terminal", + "gps_code": "LTBJ", + "iata_code": "ADB", + "wikipedia": "http://en.wikipedia.org/wiki/Adnan_Menderes_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.1492975952664, 38.2912347645175] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Nanjing Lukou Int'l", + "abbrev": "NKG", + "location": "terminal", + "gps_code": "ZSNJ", + "iata_code": "NKG", + "wikipedia": "http://en.wikipedia.org/wiki/Nanjing_Lukou_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [118.866102146906, 31.7353249296177] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Freeport Int'l", + "abbrev": "FPO", + "location": "terminal", + "gps_code": "MYGF", + "iata_code": "FPO", + "wikipedia": "http://en.wikipedia.org/wiki/Grand_Bahama_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.7039343114497, 26.548246747189] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Tripoli Int'l", + "abbrev": "TIP", + "location": "terminal", + "gps_code": "HLLT", + "iata_code": "TIP", + "wikipedia": "http://en.wikipedia.org/wiki/Tripoli_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.1442589810713, 32.6691695504993] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gander Int'l", + "abbrev": "YQX", + "location": "terminal", + "gps_code": "CYQX", + "iata_code": "YQX", + "wikipedia": "http://en.wikipedia.org/wiki/Gander_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.5755719093578, 48.9465980060736] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major and military", + "name": "Doha Int'l", + "abbrev": "DOH", + "location": "terminal", + "gps_code": "OTBD", + "iata_code": "DOH", + "wikipedia": "http://en.wikipedia.org/wiki/Doha_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [51.5585487876547, 25.2682461310506] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Albuquerque Int'l", + "abbrev": "ABQ", + "location": "terminal", + "gps_code": "KABQ", + "iata_code": "ABQ", + "wikipedia": "http://en.wikipedia.org/wiki/Albuquerque_International_Sunport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.6166851616, 35.0491578018277] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "V.C. Bird Int'l", + "abbrev": "ANU", + "location": "terminal", + "gps_code": "TAPA", + "iata_code": "ANU", + "wikipedia": "http://en.wikipedia.org/wiki/VC_Bird_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-61.7923676698358, 17.1403599371617] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Faleolo", + "abbrev": "APW", + "location": "terminal", + "gps_code": "NSFA", + "iata_code": "APW", + "wikipedia": "http://en.wikipedia.org/wiki/Faleolo_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-171.99732221834, -13.8325013323956] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Asyut", + "abbrev": "ATZ", + "location": "terminal", + "gps_code": "HEAT", + "iata_code": "ATZ", + "wikipedia": "http://en.wikipedia.org/wiki/Assiut_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [31.0162490438011, 27.0508158406978] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Bahrain Int'l", + "abbrev": "BAH", + "location": "terminal", + "gps_code": "OBBI", + "iata_code": "BAH", + "wikipedia": "http://en.wikipedia.org/wiki/Bahrain_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.6260028757534, 26.2696971499497] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Bradley Int'l", + "abbrev": "BDL", + "location": "terminal", + "gps_code": "KBDL", + "iata_code": "BDL", + "wikipedia": "http://en.wikipedia.org/wiki/Bradley_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-72.685394743339, 41.9303160058352] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Grantley Adams Int'l", + "abbrev": "BGI", + "location": "terminal", + "gps_code": "TBPB", + "iata_code": "BGI", + "wikipedia": "http://en.wikipedia.org/wiki/Grantley_Adams_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-59.4874188953159, 13.079661104553] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Yundum Int'l", + "abbrev": "BJL", + "location": "terminal", + "gps_code": "GBYD", + "iata_code": "BJL", + "wikipedia": "http://en.wikipedia.org/wiki/Banjul_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-16.6523132698075, 13.3438604788942] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bujumbura Int'l", + "abbrev": "BJM", + "location": "terminal", + "gps_code": "HBBA", + "iata_code": "BJM", + "wikipedia": "http://en.wikipedia.org/wiki/Bujumbura_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.3209840169939, -3.32204434913113] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Chileka Int'l", + "abbrev": "BLZ", + "location": "terminal", + "gps_code": "FWCL", + "iata_code": "BLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Chileka_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.9719441837933, -15.6813844793273] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Broome Int'l", + "abbrev": "BME", + "location": "terminal", + "gps_code": "YBRM", + "iata_code": "BME", + "wikipedia": "http://en.wikipedia.org/wiki/Broome_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [122.233850515022, -17.952576129268] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bandar Abbass Int'l", + "abbrev": "BND", + "location": "terminal", + "gps_code": "OIKB", + "iata_code": "BND", + "wikipedia": "http://en.wikipedia.org/wiki/Bandar_Abbas_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [56.368886456411, 27.2103258455145] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Basrah Int'l", + "abbrev": "BSR", + "location": "terminal", + "gps_code": "ORMM", + "iata_code": "BSR", + "wikipedia": "http://en.wikipedia.org/wiki/Basra_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.6683766633518, 30.552799016106] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Ciudad Juarez Int'l", + "abbrev": "CJS", + "location": "terminal", + "gps_code": "MMCS", + "iata_code": "CJS", + "wikipedia": "http://en.wikipedia.org/wiki/Abraham_Gonz%C3%A1lez_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.435846631055, 31.6357566201951] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Katunayake Int'l", + "abbrev": "CMB", + "location": "terminal", + "gps_code": "VCBI", + "iata_code": "CMB", + "wikipedia": "http://en.wikipedia.org/wiki/Bandaranaike_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.8852573421506, 7.17807710544221] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Cairns Int'l", + "abbrev": "CNS", + "location": "terminal", + "gps_code": "YBCS", + "iata_code": "CNS", + "wikipedia": "http://en.wikipedia.org/wiki/Cairns_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [145.7535848444, -16.8767421554062] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Chiang Mai Int'l", + "abbrev": "CNX", + "location": "terminal", + "gps_code": "VTCC", + "iata_code": "CNX", + "wikipedia": "http://en.wikipedia.org/wiki/Chiang_Mai_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [98.9681181241593, 18.7688473919675] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "City of Colorado Springs", + "abbrev": "COS", + "location": "terminal", + "gps_code": "KCOS", + "iata_code": "COS", + "wikipedia": "http://en.wikipedia.org/wiki/Colorado_Springs_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.700880274111, 38.7974248779125] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Ign. Alberto Ongay Int'l", + "abbrev": "CPE", + "location": "terminal", + "gps_code": "MMCP", + "iata_code": "CPE", + "wikipedia": "http://en.wikipedia.org/wiki/Ing._Alberto_Acu%C3%B1a_Ongay_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.5036283734038, 19.8142247992074] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Changsha Huanghua Int'l", + "abbrev": "CSX", + "location": "terminal", + "gps_code": "ZGHA", + "iata_code": "CSX", + "wikipedia": "http://en.wikipedia.org/wiki/Changsha_airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.214054203252, 28.1899218619451] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Greater Cincinnati Int'l", + "abbrev": "CVG", + "location": "terminal", + "gps_code": "KCVG", + "iata_code": "CVG", + "wikipedia": "http://en.wikipedia.org/wiki/Cincinnati/Northern_Kentucky_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.6561699153392, 39.055418904783] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Da Nang", + "abbrev": "DAD", + "location": "terminal", + "gps_code": "VVDN", + "iata_code": "DAD", + "wikipedia": "http://en.wikipedia.org/wiki/Da_Nang_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [108.202706257936, 16.053144145167] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Dallas Love Field", + "abbrev": "DAL", + "location": "terminal", + "gps_code": "KDAL", + "iata_code": "DAL", + "wikipedia": "http://en.wikipedia.org/wiki/Dallas_Love_Field", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.84986377098, 32.8444253732738] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Damascus Int'l", + "abbrev": "DAM", + "location": "terminal", + "gps_code": "OSDI", + "iata_code": "DAM", + "wikipedia": "http://en.wikipedia.org/wiki/Damascus_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [36.5128954718126, 33.4114366702732] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Enrique Malek Int'l", + "abbrev": "DAV", + "location": "terminal", + "gps_code": "MPDA", + "iata_code": "DAV", + "wikipedia": "http://en.wikipedia.org/wiki/Enrique_Malek_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.4317583369387, 8.39126106116918] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Aba Tenna D. Yilma Int'l", + "abbrev": "DIR", + "location": "terminal", + "gps_code": "HADR", + "iata_code": "DIR", + "wikipedia": "http://en.wikipedia.org/wiki/Aba_Tenna_Dejazmach_Yilma_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [41.857756722253, 9.61267784753569] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Bali Int'l", + "abbrev": "DPS", + "location": "terminal", + "gps_code": "WADD", + "iata_code": "DPS", + "wikipedia": "http://en.wikipedia.org/wiki/Ngurah_Rai_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [115.162322961107, -8.74475731595652] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Des Moines Int'l", + "abbrev": "DSM", + "location": "terminal", + "gps_code": "KDSM", + "iata_code": "DSM", + "wikipedia": "http://en.wikipedia.org/wiki/Des_Moines_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.6484612563736, 41.5327904242113] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Entebbe Int'l", + "abbrev": "EBB", + "location": "terminal", + "gps_code": "HUEN", + "iata_code": "EBB", + "wikipedia": "http://en.wikipedia.org/wiki/Entebbe_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.4427573135214, 0.044940949388672] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kisangani Bangoka Int'l", + "abbrev": "FKI", + "location": "terminal", + "gps_code": "FZIC", + "iata_code": "FKI", + "wikipedia": "http://en.wikipedia.org/wiki/Bangoka_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.3302714896212, 0.492225136917501] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Fuzhou Changle Int'l", + "abbrev": "FOC", + "location": "terminal", + "gps_code": "ZSFZ", + "iata_code": "FOC", + "wikipedia": "http://en.wikipedia.org/wiki/Fuzhou_Changle_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [119.668043820999, 25.9318233148143] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Lokpriya G. Bordoloi Int'l", + "abbrev": "GAU", + "location": "terminal", + "gps_code": "VEGT", + "iata_code": "GAU", + "wikipedia": "http://en.wikipedia.org/wiki/Lokpriya_Gopinath_Bordoloi_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [91.588229058187, 26.1052475924255] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Gdansk Lech Walesa", + "abbrev": "GDN", + "location": "terminal", + "gps_code": "EPGD", + "iata_code": "GDN", + "wikipedia": "http://en.wikipedia.org/wiki/Gda%C5%84sk_Lech_Wa%C5%82%C4%99sa_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.4684422165911, 54.3807025352925] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Point Salines Int'l", + "abbrev": "GND", + "location": "terminal", + "gps_code": "TGPY", + "iata_code": "GND", + "wikipedia": "http://en.wikipedia.org/wiki/Point_Salines_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-61.7858529909285, 12.0072683054283] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Nizhny Novgorod Int'l", + "abbrev": "GOJ", + "location": "terminal", + "gps_code": "UWGG", + "iata_code": "GOJ", + "wikipedia": "http://en.wikipedia.org/wiki/Nizhny_Novgorod_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.7896337062935, 56.2185525910656] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Jose M. Yanez Int'l", + "abbrev": "GYM", + "location": "terminal", + "gps_code": "MMGM", + "iata_code": "GYM", + "wikipedia": "http://en.wikipedia.org/wiki/General_Jos%C3%A9_Mar%C3%ADa_Y%C3%A1%C3%B1ez_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.921651270402, 27.9694553962829] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hohhot Baita Int'l", + "abbrev": "HET", + "location": "terminal", + "gps_code": "ZBHH", + "iata_code": "HET", + "wikipedia": "http://en.wikipedia.org/wiki/Hohhot_Baita_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [111.814681821626, 40.8540600906552] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Helena Reg.", + "abbrev": "HLN", + "location": "terminal", + "gps_code": "KHLN", + "iata_code": "HLN", + "wikipedia": "http://en.wikipedia.org/wiki/Helena_Regional_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.989896896008, 46.6102043529] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Ignacio P. Garcia Int'l", + "abbrev": "HMO", + "location": "terminal", + "gps_code": "MMHO", + "iata_code": "HMO", + "wikipedia": "http://en.wikipedia.org/wiki/General_Ignacio_Pesqueira_Garcia_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.051901711819, 29.0900772523445] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Dulles Int'l", + "abbrev": "IAD", + "location": "terminal", + "gps_code": "KIAD", + "iata_code": "IAD", + "wikipedia": "http://en.wikipedia.org/wiki/Washington_Dulles_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.4477925769206, 38.952774037953] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hilo Int'l", + "abbrev": "ITO", + "location": "terminal", + "gps_code": "PHTO", + "iata_code": "ITO", + "wikipedia": "http://en.wikipedia.org/wiki/Hilo_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-155.039629733435, 19.7147976868663] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Jackson Int'l", + "abbrev": "JAN", + "location": "terminal", + "gps_code": "KJAN", + "iata_code": "JAN", + "wikipedia": "http://en.wikipedia.org/wiki/Jackson-Evers_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.0750986276924, 32.3100600273635] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Jacksonville Int'l", + "abbrev": "JAX", + "location": "terminal", + "gps_code": "KJAX", + "iata_code": "JAX", + "wikipedia": "http://en.wikipedia.org/wiki/Jacksonville_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.6835767278311, 30.491352730948] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kuching Int'l", + "abbrev": "KCH", + "location": "terminal", + "gps_code": "WBGG", + "iata_code": "KCH", + "wikipedia": "http://en.wikipedia.org/wiki/Kuching_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [110.341837054315, 1.4872079377901] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kigali Int'l", + "abbrev": "KGL", + "location": "terminal", + "gps_code": "HRYR", + "iata_code": "KGL", + "wikipedia": "http://en.wikipedia.org/wiki/Kigali_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.1348768187856, -1.96365443664138] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Balice", + "abbrev": "KRK", + "location": "terminal", + "gps_code": "EPKK", + "iata_code": "KRK", + "wikipedia": "http://en.wikipedia.org/wiki/John_Paul_II_International_Airport_Krak%C3%B3w-Balice", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.8009772844504, 50.0722630648331] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Kurumoch", + "abbrev": "KUF", + "location": "terminal", + "gps_code": "UWWW", + "iata_code": "KUF", + "wikipedia": "http://en.wikipedia.org/wiki/Kurumoch_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.1472655210191, 53.5083848190935] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Guilin Liangjiang Int'l", + "abbrev": "KWL", + "location": "terminal", + "gps_code": "ZGKL", + "iata_code": "KWL", + "wikipedia": "http://en.wikipedia.org/wiki/Guilin_Liangjiang_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [110.04689349777, 25.2176055252293] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Laoag Int'l", + "abbrev": "LAO", + "location": "terminal", + "gps_code": "RPLI", + "iata_code": "LAO", + "wikipedia": "http://en.wikipedia.org/wiki/Laoag_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.533876196127, 18.1824180866379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "LaGuardia", + "abbrev": "LGA", + "location": "terminal", + "gps_code": "KLGA", + "iata_code": "LGA", + "wikipedia": "http://en.wikipedia.org/wiki/LaGuardia_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.8719858204814, 40.7745539398858] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "London Gatwick", + "abbrev": "LGW", + "location": "terminal", + "gps_code": "EGKK", + "iata_code": "LGW", + "wikipedia": "http://en.wikipedia.org/wiki/London_Gatwick_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.162961639139456, 51.1557567519275] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Ljubljana", + "abbrev": "LJU", + "location": "terminal", + "gps_code": "LJLJ", + "iata_code": "LJU", + "wikipedia": "http://en.wikipedia.org/wiki/Ljubljana_Jo%C5%BEe_Pu%C4%8Dnik_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.4548126283266, 46.2305445554486] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Amausi Int'l", + "abbrev": "LKO", + "location": "terminal", + "gps_code": "VILK", + "iata_code": "LKO", + "wikipedia": "http://en.wikipedia.org/wiki/Amausi_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.8841719732472, 26.7639328700916] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "La Plata", + "abbrev": "LPG", + "location": "terminal", + "gps_code": "SADL", + "iata_code": "LPG", + "wikipedia": "http://en.wikipedia.org/wiki/La_Plata_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.895382063651, -34.9655441559234] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Sevando Canales", + "abbrev": "MAM", + "location": "terminal", + "gps_code": "MMMA", + "iata_code": "MAM", + "wikipedia": "http://en.wikipedia.org/wiki/General_Servando_Canales_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.5308217121187, 25.7708412640619] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Manchester Int'l", + "abbrev": "MAN", + "location": "terminal", + "gps_code": "EGCC", + "iata_code": "MAN", + "wikipedia": "http://en.wikipedia.org/wiki/Manchester_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.27337159069427, 53.3624896066518] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Kansas City Int'l", + "abbrev": "MCI", + "location": "terminal", + "gps_code": "KMCI", + "iata_code": "MCI", + "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.7159148579154, 39.2978958263659] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Seeb Int'l", + "abbrev": "MCT", + "location": "terminal", + "gps_code": "OOMS", + "iata_code": "MCT", + "wikipedia": "http://en.wikipedia.org/wiki/Seeb_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [58.2904804753493, 23.5885704175856] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Habib Bourguiba Int'l", + "abbrev": "MIR", + "location": "terminal", + "gps_code": "DTMB", + "iata_code": "MIR", + "wikipedia": "http://en.wikipedia.org/wiki/Habib_Bourguiba_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.753368185054, 35.760710442178] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Marseille Provence Airport", + "abbrev": "MRS", + "location": "terminal", + "gps_code": "LFML", + "iata_code": "MRS", + "wikipedia": "http://en.wikipedia.org/wiki/Marseille_Provence_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.22137917720337, 43.4410600016468] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Quetzalcoatl Int'l", + "abbrev": "NLD", + "location": "terminal", + "gps_code": "MMNL", + "iata_code": "NLD", + "wikipedia": "http://en.wikipedia.org/wiki/Quetzalc%C3%B3atl_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.5680081930063, 27.4496896508316] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Nanning Wuwu Int'l", + "abbrev": "NNG", + "location": "terminal", + "gps_code": "ZGNN", + "iata_code": "NNG", + "wikipedia": "http://en.wikipedia.org/wiki/Nanning_Wuxu_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [108.168012273331, 22.6120370541785] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Xoxocotlan Int'l", + "abbrev": "OAX", + "location": "terminal", + "gps_code": "MMOX", + "iata_code": "OAX", + "wikipedia": "http://en.wikipedia.org/wiki/Xoxocotl%C3%A1n_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.7217959384975, 17.0005592569745] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kahului", + "abbrev": "OGG", + "location": "terminal", + "gps_code": "PHOG", + "iata_code": "OGG", + "wikipedia": "http://en.wikipedia.org/wiki/Kahului_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-156.437429581353, 20.8932885151112] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Will Rogers", + "abbrev": "OKC", + "location": "terminal", + "gps_code": "KOKC", + "iata_code": "OKC", + "wikipedia": "http://en.wikipedia.org/wiki/Will_Rogers_World_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.5961177542092, 35.3952774911744] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Norfolk Int'l", + "abbrev": "ORF", + "location": "terminal", + "gps_code": "KORF", + "iata_code": "ORF", + "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.2044231712327, 36.8982394673674] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Palm Beach Int'l", + "abbrev": "PBI", + "location": "terminal", + "gps_code": "KPBI", + "iata_code": "PBI", + "wikipedia": "http://en.wikipedia.org/wiki/Palm_Beach_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.0901893383387, 26.688441666433] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Pengel Int'l", + "abbrev": "PBM", + "location": "terminal", + "gps_code": "SMJP", + "iata_code": "PBM", + "wikipedia": "http://en.wikipedia.org/wiki/Johan_Adolf_Pengel_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-55.1999113892902, 5.45599967797439] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bolshesavino", + "abbrev": "PEE", + "location": "terminal", + "gps_code": "USPP", + "iata_code": "PEE", + "wikipedia": "http://en.wikipedia.org/wiki/Bolshoye_Savino_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [56.0195602820297, 57.9197711231691] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Penang Int'l", + "abbrev": "PEN", + "location": "terminal", + "gps_code": "WMKP", + "iata_code": "PEN", + "wikipedia": "http://en.wikipedia.org/wiki/Penang_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.265786380955, 5.29265627790489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Port Harcourt Int'l", + "abbrev": "PHC", + "location": "terminal", + "gps_code": "DNPO", + "iata_code": "PHC", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Harcourt_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.94989742723191, 5.00700347673944] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Port Hedland Int'l", + "abbrev": "PHE", + "location": "terminal", + "gps_code": "YPPD", + "iata_code": "PHE", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Hedland_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [118.631797815615, -20.3781272960723] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Pierre Regional", + "abbrev": "PIR", + "location": "terminal", + "gps_code": "KPIR", + "iata_code": "PIR", + "wikipedia": "http://en.wikipedia.org/wiki/Pierre_Regional_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.292641981705, 44.3801534668762] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Greater Pittsburgh Int'l", + "abbrev": "PIT", + "location": "terminal", + "gps_code": "KPIT", + "iata_code": "PIT", + "wikipedia": "http://en.wikipedia.org/wiki/Pittsburgh_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.2561290571918, 40.4960518915285] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Pago Pago Int'l", + "abbrev": "PPG", + "location": "terminal", + "gps_code": "NSTU", + "iata_code": "PPG", + "wikipedia": "http://en.wikipedia.org/wiki/Pago_Pago_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-170.713307053734, -14.3290641850306] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Birmingham Int'l", + "abbrev": "BHX", + "location": "terminal", + "gps_code": "EGBB", + "iata_code": "BHX", + "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(United_Kingdom)", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.73373170434452, 52.4529085542838] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Roberts Int'l", + "abbrev": "ROB", + "location": "terminal", + "gps_code": "GLRB", + "iata_code": "ROB", + "wikipedia": "http://en.wikipedia.org/wiki/Roberts_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-10.3530851867934, 6.24183456554526] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Raipur", + "abbrev": "RPR", + "location": "terminal", + "gps_code": "VARP", + "iata_code": "RPR", + "wikipedia": "http://en.wikipedia.org/wiki/Raipur_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [81.7403775915201, 21.1859868561447] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "El Salvador Int'l", + "abbrev": "SAL", + "location": "terminal", + "gps_code": "MSLP", + "iata_code": "SAL", + "wikipedia": "http://en.wikipedia.org/wiki/Cuscatlan_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.0572035692743, 13.4447481228616] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "San Diego Int'l", + "abbrev": "SAN", + "location": "terminal", + "gps_code": "KSAN", + "iata_code": "SAN", + "wikipedia": "http://en.wikipedia.org/wiki/San_Diego_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.197511025731, 32.7322645570132] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "San Antonio Int'l", + "abbrev": "SAT", + "location": "terminal", + "gps_code": "KSAT", + "iata_code": "SAT", + "wikipedia": "http://en.wikipedia.org/wiki/San_Antonio_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-98.4719699991559, 29.5266203391315] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Savannah Int'l", + "abbrev": "SAV", + "location": "terminal", + "gps_code": "KSAV", + "iata_code": "SAV", + "wikipedia": "http://en.wikipedia.org/wiki/Savannah/Hilton_Head_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.2099647750913, 32.1356415522902] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Antonio Maceo", + "abbrev": "SCU", + "location": "terminal", + "gps_code": "MUCU", + "iata_code": "SCU", + "wikipedia": "http://en.wikipedia.org/wiki/Antonio_Maceo_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.8398877639791, 19.9724288717622] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Ponciano Arriaga Int'l", + "abbrev": "SLP", + "location": "terminal", + "gps_code": "MMSP", + "iata_code": "SLP", + "wikipedia": "http://en.wikipedia.org/wiki/Ponciano_Arriaga_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.936477816267, 22.2557130495903] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Sacramento Int'l", + "abbrev": "SMF", + "location": "terminal", + "gps_code": "KSMF", + "iata_code": "SMF", + "wikipedia": "http://en.wikipedia.org/wiki/Sacramento_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-121.587894877723, 38.6927238925554] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Cibao Int'l", + "abbrev": "STI", + "location": "terminal", + "gps_code": "MDST", + "iata_code": "STI", + "wikipedia": "http://en.wikipedia.org/wiki/Cibao_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.6941783224468, 19.4659219152888] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Koltsovo", + "abbrev": "SVX", + "location": "terminal", + "gps_code": "USSS", + "iata_code": "SVX", + "wikipedia": "http://en.wikipedia.org/wiki/Koltsovo_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [60.8058033432174, 56.732245612046] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Syracuse Hancock Int'l", + "abbrev": "SYR", + "location": "terminal", + "gps_code": "KSYR", + "iata_code": "SYR", + "wikipedia": "http://en.wikipedia.org/wiki/Syracuse_Hancock_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.1130789991049, 43.1317844943741] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Tabriz", + "abbrev": "TBZ", + "location": "terminal", + "gps_code": "OITT", + "iata_code": "TBZ", + "wikipedia": "http://en.wikipedia.org/wiki/Tabriz_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [46.244713373574, 38.1311107688175] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Torreon Int'l", + "abbrev": "TRC", + "location": "terminal", + "gps_code": "MMTC", + "iata_code": "TRC", + "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Sarabia_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-103.398787828579, 25.5632164399896] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Tulsa Int'l", + "abbrev": "TUL", + "location": "terminal", + "gps_code": "KTUL", + "iata_code": "TUL", + "wikipedia": "http://en.wikipedia.org/wiki/Tulsa_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-95.889882271542, 36.190127565195] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Mcghee Tyson", + "abbrev": "TYS", + "location": "terminal", + "gps_code": "KTYS", + "iata_code": "TYS", + "wikipedia": "http://en.wikipedia.org/wiki/McGhee_Tyson_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-83.9899378327585, 35.8057448027088] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Ufa Int'l", + "abbrev": "UFA", + "location": "terminal", + "gps_code": "UWUU", + "iata_code": "UFA", + "wikipedia": "http://en.wikipedia.org/wiki/Ufa_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.8840773411837, 54.5651323578972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hewanorra Int'l", + "abbrev": "UVF", + "location": "terminal", + "gps_code": "TLPL", + "iata_code": "UVF", + "wikipedia": "http://en.wikipedia.org/wiki/Hewanorra_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.9499737723461, 13.7365238050489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Windhoek Hosea Kutako Int'l", + "abbrev": "WDH", + "location": "terminal", + "gps_code": "FYWH", + "iata_code": "WDH", + "wikipedia": "http://en.wikipedia.org/wiki/Windhoek_Hosea_Kutako_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.4632259028133, -22.4869531202041] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Sault Ste Marie", + "abbrev": "YAM", + "location": "terminal", + "gps_code": "CYAM", + "iata_code": "YAM", + "wikipedia": "http://en.wikipedia.org/wiki/Sault_Ste._Marie_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.5006089999718, 46.4854175101926] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Dawson Cr.", + "abbrev": "YDQ", + "location": "terminal", + "gps_code": "CYDQ", + "iata_code": "YDQ", + "wikipedia": "http://en.wikipedia.org/wiki/Dawson_Creek_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-120.185595619101, 55.7394117074557] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Edmonton Int'l", + "abbrev": "YEG", + "location": "terminal", + "gps_code": "CYEG", + "iata_code": "YEG", + "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-113.584492564406, 53.3072001619183] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Halifax Int'l", + "abbrev": "YHZ", + "location": "terminal", + "gps_code": "CYHZ", + "iata_code": "YHZ", + "wikipedia": "http://en.wikipedia.org/wiki/Halifax_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.5149652501673, 44.886545450101] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kamloops", + "abbrev": "YKA", + "location": "terminal", + "gps_code": "CYKA", + "iata_code": "YKA", + "wikipedia": "http://en.wikipedia.org/wiki/Kamloops_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-120.441734763962, 50.7051955184591] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Sudbury", + "abbrev": "YSB", + "location": "terminal", + "gps_code": "CYSB", + "iata_code": "YSB", + "wikipedia": "http://en.wikipedia.org/wiki/Sudbury_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.7957747817105, 46.6227508204893] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Saint John", + "abbrev": "YSJ", + "location": "terminal", + "gps_code": "CYSJ", + "iata_code": "YSJ", + "wikipedia": "http://en.wikipedia.org/wiki/Saint_John_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.8905573681168, 45.3292305955017] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Prince George", + "abbrev": "YXS", + "location": "terminal", + "gps_code": "CYXS", + "iata_code": "YXS", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_George_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.674014743986, 53.8842485751138] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Victoria Int'l", + "abbrev": "YYJ", + "location": "terminal", + "gps_code": "CYYJ", + "iata_code": "YYJ", + "wikipedia": "http://en.wikipedia.org/wiki/Victoria_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-123.430624539528, 48.640529482179] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Zamboanga Int'l", + "abbrev": "ZAM", + "location": "terminal", + "gps_code": "RPMZ", + "iata_code": "ZAM", + "wikipedia": "http://en.wikipedia.org/wiki/Zamboanga_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [122.062432321637, 6.9197577480583] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Lanzhou Zhongchuan", + "abbrev": "ZGC", + "location": "terminal", + "gps_code": "ZLLL", + "iata_code": "ZGC", + "wikipedia": "http://en.wikipedia.org/wiki/Lanzhou_Zhongchuan_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.615415363043, 36.5078842461237] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Albany Int'l", + "abbrev": "ALB", + "location": "terminal", + "gps_code": "KALB", + "iata_code": "ALB", + "wikipedia": "http://en.wikipedia.org/wiki/Albany_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.8093518843173, 42.7456619801729] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "General Mitchell Int'l", + "abbrev": "MKE", + "location": "terminal", + "gps_code": "KMKE", + "iata_code": "MKE", + "wikipedia": "http://en.wikipedia.org/wiki/General_Mitchell_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.9021056250744, 42.9479198729586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "military mid", + "name": "Wang-Chia Tun Airbase", + "abbrev": "ZHHH", + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": null, + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [114.24694737615, 30.6017141196702] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Sanya Phoenix Int'l", + "abbrev": "SYX", + "location": "terminal", + "gps_code": "ZJSY", + "iata_code": "SYX", + "wikipedia": "http://en.wikipedia.org/wiki/Sanya_Phoenix_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [109.40823949108, 18.3090959908593] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Lhasa Gonggar", + "abbrev": "LXA", + "location": "terminal", + "gps_code": "ZULS", + "iata_code": "LXA", + "wikipedia": "http://en.wikipedia.org/wiki/Lhasa_Gonggar_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [90.9005610194027, 29.2936936123184] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hotan", + "abbrev": "HTN", + "location": "terminal", + "gps_code": "ZWTN", + "iata_code": "HTN", + "wikipedia": "http://en.wikipedia.org/wiki/Hotan_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.8723005212192, 37.0400363509765] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Dresden", + "abbrev": "DRS", + "location": "terminal", + "gps_code": "EDDC", + "iata_code": "DRS", + "wikipedia": "http://en.wikipedia.org/wiki/Dresden_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.7649671440047, 51.1250912428871] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "military major", + "name": "Kenitra Air Base", + "abbrev": "NNA", + "location": "terminal", + "gps_code": "GMMY", + "iata_code": "NNA", + "wikipedia": "http://en.wikipedia.org/wiki/Kenitra_Air_Base", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-6.597753628116, 34.2986673638223] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Annemasse", + "abbrev": "QNJ", + "location": "ramp", + "gps_code": "LFLI", + "iata_code": "QNJ", + "wikipedia": "http://en.wikipedia.org/wiki/Annemasse_Aerodrome", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.26491085364159, 46.1957283286261] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Nogales Int'l", + "abbrev": "NOG", + "location": "terminal", + "gps_code": "MMNG", + "iata_code": "NOG", + "wikipedia": "http://en.wikipedia.org/wiki/Nogales_International_Airport_(Mexico)", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.972721301675, 31.2255371741159] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Strasbourg", + "abbrev": "SXB", + "location": "terminal", + "gps_code": "LFST", + "iata_code": "SXB", + "wikipedia": "http://en.wikipedia.org/wiki/Strasbourg_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.62784196688924, 48.5446961721759] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Cologne/Bonn", + "abbrev": "CGN", + "location": "terminal", + "gps_code": "EDDK", + "iata_code": "CGN", + "wikipedia": "http://en.wikipedia.org/wiki/Cologne_Bonn_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.12235975524539, 50.8782596629471] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Kimhae Int'l", + "abbrev": "PUS", + "location": "terminal", + "gps_code": "RKPK", + "iata_code": "PUS", + "wikipedia": "http://en.wikipedia.org/wiki/Gimhae_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [128.948801379039, 35.170284063683] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Jeju Int'l", + "abbrev": "CJU", + "location": "terminal", + "gps_code": "RKPC", + "iata_code": "CJU", + "wikipedia": "http://en.wikipedia.org/wiki/Jeju_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.491629401972, 33.5247173150399] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Stavanger Sola", + "abbrev": "SVG", + "location": "terminal", + "gps_code": "ENZV", + "iata_code": "SVG", + "wikipedia": "http://en.wikipedia.org/wiki/Stavanger_Airport,_Sola", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.6298103297218, 58.8821564842185] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Trondheim Vaernes", + "abbrev": "TRD", + "location": "terminal", + "gps_code": "ENVA", + "iata_code": "TRD", + "wikipedia": "http://en.wikipedia.org/wiki/Trondheim_Airport%2C_V%C3%A6rnes", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.9168095241445, 63.472029381717] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Corumba Int'l", + "abbrev": "CMG", + "location": "terminal", + "gps_code": "SBCR", + "iata_code": "CMG", + "wikipedia": "http://en.wikipedia.org/wiki/Corumba_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.6636078925543, -19.0141662885534] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Madeira", + "abbrev": "FNC", + "location": "terminal", + "gps_code": "LPMA", + "iata_code": "FNC", + "wikipedia": "http://en.wikipedia.org/wiki/Madeira_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-16.7756374531213, 32.6933642847489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Foz do Iguaçu Int'l", + "abbrev": "IGU", + "location": "terminal", + "gps_code": "SBFI", + "iata_code": "IGU", + "wikipedia": "http://en.wikipedia.org/wiki/Foz_do_Igua%C3%A7u_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.4885922735633, -25.5976832162102] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gov. Jorge Teixeira de Oliveira Int'l", + "abbrev": "PVH", + "location": "terminal", + "gps_code": "SBPV", + "iata_code": "PVH", + "wikipedia": "http://en.wikipedia.org/wiki/Governador_Jorge_Teixeira_de_Oliveira_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.8984625004213, -8.71442482859288] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bilbao", + "abbrev": "BIO", + "location": "terminal", + "gps_code": "LEBB", + "iata_code": "BIO", + "wikipedia": "http://en.wikipedia.org/wiki/Bilbao_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.90609011679805, 43.3050829811195] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Palma de Mallorca", + "abbrev": "PMI", + "location": "terminal", + "gps_code": "LEPA", + "iata_code": "PMI", + "wikipedia": "http://en.wikipedia.org/wiki/Palma_de_Mallorca_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.72997660200647, 39.5657758586254] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Tenerife N.", + "abbrev": "TFN", + "location": "terminal", + "gps_code": "GCXO", + "iata_code": "TFN", + "wikipedia": "http://en.wikipedia.org/wiki/Los_Rodeos_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-16.3463175679264, 28.4875770267731] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Gothenburg", + "abbrev": "GOT", + "location": "terminal", + "gps_code": "ESGG", + "iata_code": "GOT", + "wikipedia": "http://en.wikipedia.org/wiki/Gothenburg-Landvetter_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.2938269092573, 57.6857493534879] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Lulea", + "abbrev": "LLA", + "location": "terminal", + "gps_code": "ESPA", + "iata_code": "LLA", + "wikipedia": "http://en.wikipedia.org/wiki/Lule%C3%A5_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [22.1230271243945, 65.5490362477616] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Abu Dhabi Int'l", + "abbrev": "AUH", + "location": "terminal", + "gps_code": "OMAA", + "iata_code": "AUH", + "wikipedia": "http://en.wikipedia.org/wiki/Abu_Dhabi_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [54.6463293225558, 24.4272271529764] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Mohamed Boudiaf Int'l", + "abbrev": "CZL", + "location": "terminal", + "gps_code": "DABC", + "iata_code": "CZL", + "wikipedia": "http://en.wikipedia.org/wiki/Mohamed_Boudiaf_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.62194665181219, 36.2834409441601] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Aswan Int'l", + "abbrev": "ASW", + "location": "terminal", + "gps_code": "HESN", + "iata_code": "ASW", + "wikipedia": "http://en.wikipedia.org/wiki/Aswan_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.8244372462973, 23.9682765441778] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Rovaniemi", + "abbrev": "RVN", + "location": "terminal", + "gps_code": "EFRO", + "iata_code": "RVN", + "wikipedia": "http://en.wikipedia.org/wiki/Rovaniemi_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.8294409760452, 66.5595564168509] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Cheddi Jagan Int'l", + "abbrev": "GEO", + "location": "terminal", + "gps_code": "SYCJ", + "iata_code": "GEO", + "wikipedia": "http://en.wikipedia.org/wiki/Cheddi_Jagan_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-58.2541191925889, 6.49855290813572] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Cochin Int'l", + "abbrev": "COK", + "location": "terminal", + "gps_code": "VOCI", + "iata_code": "COK", + "wikipedia": "http://en.wikipedia.org/wiki/Cochin_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.3905198502024, 10.1551187628118] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Eldoret Int'l", + "abbrev": "EDL", + "location": "terminal", + "gps_code": "HKEL", + "iata_code": "EDL", + "wikipedia": "http://en.wikipedia.org/wiki/Eldoret_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.2236930658301, 0.40507147546036] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Incheon Int'l", + "abbrev": "ICN", + "location": "terminal", + "gps_code": "RKSI", + "iata_code": "ICN", + "wikipedia": "http://en.wikipedia.org/wiki/Incheon_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.450875980796, 37.4492088624346] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Federal de Bachigualato Int'l", + "abbrev": "CUL", + "location": "terminal", + "gps_code": "MMCL", + "iata_code": "CUL", + "wikipedia": "http://en.wikipedia.org/wiki/Federal_de_Bachigualato_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-107.469863792896, 24.7668040390461] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major and military", + "name": "Benazir Bhutto Int'l", + "abbrev": "ISB", + "location": "terminal", + "gps_code": "OPRN", + "iata_code": "ISB", + "wikipedia": "http://en.wikipedia.org/wiki/Islamabad_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.1007936471882, 33.6074457507526] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Brussels", + "abbrev": "BRU", + "location": "terminal", + "gps_code": "EBBR", + "iata_code": "BRU", + "wikipedia": "http://en.wikipedia.org/wiki/Brussels_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.48464032408272, 50.8972949641511] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Abuja Int'l", + "abbrev": "ABV", + "location": "terminal", + "gps_code": "DNAA", + "iata_code": "ABV", + "wikipedia": "http://en.wikipedia.org/wiki/Nnamdi_Azikiwe_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.27025993974356, 9.00437659781094] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Arcata-Eureka", + "abbrev": "ACV", + "location": "terminal", + "gps_code": "KACV", + "iata_code": "ACV", + "wikipedia": "http://en.wikipedia.org/wiki/Arcata-Eureka_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-124.107065520139, 40.9719245381314] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Austin-Bergstrom Int'l", + "abbrev": "AUS", + "location": "terminal", + "gps_code": "KAUS", + "iata_code": "AUS", + "wikipedia": "http://en.wikipedia.org/wiki/Austin-Bergstrom_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.6668367646054, 30.2021081920749] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Antalya", + "abbrev": "AYT", + "location": "terminal", + "gps_code": "LTAI", + "iata_code": "AYT", + "wikipedia": "http://en.wikipedia.org/wiki/Antalya_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.8025526439415, 36.9153233051868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Belfast Int'l", + "abbrev": "BFS", + "location": "terminal", + "gps_code": "EGAA", + "iata_code": "BFS", + "wikipedia": "http://en.wikipedia.org/wiki/Belfast_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-6.21616943734958, 54.6615575470103] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Orio Al Serio", + "abbrev": "BGY", + "location": "terminal", + "gps_code": "LIME", + "iata_code": "BGY", + "wikipedia": "http://en.wikipedia.org/wiki/Orio_al_Serio_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.6989176939974, 45.6654980560695] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Kota Kinabalu Int'l", + "abbrev": "BKI", + "location": "terminal", + "gps_code": "WBKK", + "iata_code": "BKI", + "wikipedia": "http://en.wikipedia.org/wiki/Kota_Kinabalu_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [116.051087873369, 5.92289445474807] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Bengaluru Int'l", + "abbrev": "BLR", + "location": "terminal", + "gps_code": "VOBL", + "iata_code": "BLR", + "wikipedia": "http://en.wikipedia.org/wiki/Bengaluru_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.7095579889575, 13.2006108069609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Canberra Int'l", + "abbrev": "CBR", + "location": "terminal", + "gps_code": "YSCB", + "iata_code": "CBR", + "wikipedia": "http://en.wikipedia.org/wiki/Canberra_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [149.190760539671, -35.3071855902909] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Port Columbus Int'l", + "abbrev": "CMH", + "location": "terminal", + "gps_code": "KCMH", + "iata_code": "CMH", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Columbus_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.8840306426634, 39.9981181922432] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Mohamed V Int'l", + "abbrev": "CMN", + "location": "terminal", + "gps_code": "GMMN", + "iata_code": "CMN", + "wikipedia": "http://en.wikipedia.org/wiki/Mohammed_V_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.5814559902572, 33.3747274815396] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Dusseldorf Int'l", + "abbrev": "DUS", + "location": "terminal", + "gps_code": "EDDL", + "iata_code": "DUS", + "wikipedia": "http://en.wikipedia.org/wiki/D%C3%BCsseldorf_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.76494446612174, 51.2781820420774] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Esenboga Int'l", + "abbrev": "ESB", + "location": "terminal", + "gps_code": "LTAC", + "iata_code": "ESB", + "wikipedia": "http://en.wikipedia.org/wiki/Esenbo%C4%9Fa_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.9930100772014, 40.1151278273234] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Hamilton Int'l", + "abbrev": "HLZ", + "location": "terminal", + "gps_code": "NZHN", + "iata_code": "HLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Hamilton_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [175.336221432708, -37.8658411484827] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Rajiv Gandhi Int'l", + "abbrev": "HYD", + "location": "terminal", + "gps_code": "VOHS", + "iata_code": "HYD", + "wikipedia": "http://en.wikipedia.org/wiki/Rajiv_Gandhi_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.42953613452, 17.2359831507471] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "John F Kennedy Int'l", + "abbrev": "JFK", + "location": "parking", + "gps_code": "KJFK", + "iata_code": "JFK", + "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7863268609296, 40.6459595584081] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Boryspil Int'l", + "abbrev": "KBP", + "location": "terminal", + "gps_code": "UKBB", + "iata_code": "KBP", + "wikipedia": "http://en.wikipedia.org/wiki/Boryspil_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.8951621615528, 50.340902338877] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Khartoum", + "abbrev": "KRT", + "location": "terminal", + "gps_code": "HSSS", + "iata_code": "KRT", + "wikipedia": "http://en.wikipedia.org/wiki/Khartoum_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.550153296633, 15.5922226530858] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Dane Cty. Reg. (Truax Field)", + "abbrev": "MSN", + "location": "terminal", + "gps_code": "KMSN", + "iata_code": "MSN", + "wikipedia": "http://en.wikipedia.org/wiki/Dane_County_Regional_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.3457847894487, 43.1363082385868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Minsk Int'l", + "abbrev": "MSQ", + "location": "terminal", + "gps_code": "UMMS", + "iata_code": "MSQ", + "wikipedia": "http://en.wikipedia.org/wiki/Minsk_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.0341933346378, 53.8893792398005] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Palermo", + "abbrev": "PMO", + "location": "terminal", + "gps_code": "LICJ", + "iata_code": "PMO", + "wikipedia": "http://en.wikipedia.org/wiki/Palermo_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.1055309888638, 38.1863351084895] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "T.F. Green", + "abbrev": "PVD", + "location": "terminal", + "gps_code": "KPVD", + "iata_code": "PVD", + "wikipedia": "http://en.wikipedia.org/wiki/T._F._Green_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.4357841445789, 41.7260019847189] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Southwest Florida Int'l", + "abbrev": "RSW", + "location": "terminal", + "gps_code": "KRSW", + "iata_code": "RSW", + "wikipedia": "http://en.wikipedia.org/wiki/Southwest_Florida_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.7551231409306, 26.5279288067651] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Shenyang Taoxian Int'l", + "abbrev": "SHE", + "location": "terminal", + "gps_code": "ZYTX", + "iata_code": "SHE", + "wikipedia": "http://en.wikipedia.org/wiki/Shenyang_Taoxian_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [123.487974430339, 41.6347891339582] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Sharjah Int'l", + "abbrev": "SHJ", + "location": "terminal", + "gps_code": "OMSJ", + "iata_code": "SHJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sharjah_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.5205071948853, 25.3211964019068] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "San Jose Int'l", + "abbrev": "SJC", + "location": "terminal", + "gps_code": "KSJC", + "iata_code": "SJC", + "wikipedia": "http://en.wikipedia.org/wiki/San_Jose_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-121.929428983532, 37.3694905908966] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "John Wayne", + "abbrev": "SNA", + "location": "terminal", + "gps_code": "KSNA", + "iata_code": "SNA", + "wikipedia": "http://en.wikipedia.org/wiki/John_Wayne_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.861489220393, 33.6794857329549] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Stuttgart", + "abbrev": "STR", + "location": "terminal", + "gps_code": "EDDS", + "iata_code": "STR", + "wikipedia": "http://en.wikipedia.org/wiki/Stuttgart_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.19395108945536, 48.6901051358913] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Nacional Tobias Bolanos", + "abbrev": "SYQ", + "location": "terminal", + "gps_code": "MRPV", + "iata_code": "SYQ", + "wikipedia": "http://en.wikipedia.org/wiki/Tob%C3%ADas_Bola%C3%B1os_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.1386091971594, 9.95827851919623] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Shenzhen Bao'an Int'l", + "abbrev": "SZX", + "location": "terminal", + "gps_code": "ZGSZ", + "iata_code": "SZX", + "wikipedia": "http://en.wikipedia.org/wiki/Shenzhen_airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.815852751085, 22.6465077147868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Louisville Int'l", + "abbrev": "SDF", + "location": "terminal", + "gps_code": "KSDF", + "iata_code": "SDF", + "wikipedia": "http://en.wikipedia.org/wiki/Louisville_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-85.7417027597367, 38.1860207152699] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Geneva", + "abbrev": "GVA", + "location": "terminal", + "gps_code": "LSGG", + "iata_code": "GVA", + "wikipedia": "http://en.wikipedia.org/wiki/Geneva_Cointrin_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.10794577423603, 46.231009510158] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Lyon-Saint Exupery", + "abbrev": "LYS", + "location": "terminal", + "gps_code": "LFLL", + "iata_code": "LYS", + "wikipedia": "http://en.wikipedia.org/wiki/Lyon-Saint_Exup%C3%A9ry_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.07594431813459, 45.7210186834669] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Kansai Int'l", + "abbrev": "KIX", + "location": "terminal", + "gps_code": "RJBB", + "iata_code": "KIX", + "wikipedia": "http://en.wikipedia.org/wiki/Kansai_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [135.244459772476, 34.434794162927] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Lisbon Portela", + "abbrev": "LIS", + "location": "terminal", + "gps_code": "LPPT", + "iata_code": "LIS", + "wikipedia": "http://en.wikipedia.org/wiki/Lisbon_Portela_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-9.13069440931071, 38.7707623427514] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Tancredo Neves Int'l", + "abbrev": "CNF", + "location": "terminal", + "gps_code": "SBCF", + "iata_code": "CNF", + "wikipedia": "http://en.wikipedia.org/wiki/Tancredo_Neves_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-43.9635815209949, -19.6327821218747] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Bromma", + "abbrev": "BMA", + "location": "terminal", + "gps_code": "ESSB", + "iata_code": "BMA", + "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Bromma_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.9456175406145, 59.3555902065112] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Juanda Int'l", + "abbrev": "SUB", + "location": "terminal", + "gps_code": "WARR", + "iata_code": "SUB", + "wikipedia": "http://en.wikipedia.org/wiki/Juanda_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [112.777034594933, -7.383578985276] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Astor Piazzolla Int'l", + "abbrev": "MDQ", + "location": "terminal", + "gps_code": "SAZM", + "iata_code": "MDQ", + "wikipedia": "http://en.wikipedia.org/wiki/%C3%81stor_Piazzola_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.5816150932392, -37.9332161204482] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Owen Roberts Int'l", + "abbrev": "GCM", + "location": "terminal", + "gps_code": "MWCR", + "iata_code": "GCM", + "wikipedia": "http://en.wikipedia.org/wiki/Owen_Roberts_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.3576706162289, 19.2959107437122] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Zhengzhou Xinzheng Int'l", + "abbrev": "CGO", + "location": "terminal", + "gps_code": "ZHCC", + "iata_code": "CGO", + "wikipedia": "http://en.wikipedia.org/wiki/Zhengzhou_Xinzheng_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.841831302845, 34.5263027198957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Dalian Zhoushuizi Int'l", + "abbrev": "DLC", + "location": "terminal", + "gps_code": "ZYTL", + "iata_code": "DLC", + "wikipedia": "http://en.wikipedia.org/wiki/Dalian_Zhoushuizi_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.538913780101, 38.9615702300222] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Heraklion Int'l", + "abbrev": "HER", + "location": "terminal", + "gps_code": "LGIR", + "iata_code": "HER", + "wikipedia": "http://en.wikipedia.org/wiki/Heraklion_International_Airport%2C_%22Nikos_Kazantzakis%22", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.1740558243272, 35.3369024101046] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Tbilisi Int'l", + "abbrev": "TBS", + "location": "terminal", + "gps_code": "UGTB", + "iata_code": "TBS", + "wikipedia": "http://en.wikipedia.org/wiki/Tbilisi_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.9646146141664, 41.6694420187261] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Cascais", + "abbrev": "XXC", + "location": "runway", + "gps_code": "LPCS", + "iata_code": "XXC", + "wikipedia": "http://en.wikipedia.org/wiki/Cascais_Aerodrome", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-9.35458240263928, 38.7235353208324] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kaohsiung Int'l", + "abbrev": "KHH", + "location": "terminal", + "gps_code": "RCKH", + "iata_code": "KHH", + "wikipedia": "http://en.wikipedia.org/wiki/Kaohsiung_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.345156342151, 22.5717061054422] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sadiq Abubakar III", + "abbrev": "SKO", + "location": "terminal", + "gps_code": "DNSO", + "iata_code": "SKO", + "wikipedia": "http://en.wikipedia.org/wiki/Sadiq_Abubakar_III_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.20022616032651, 12.9174824166181] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Mariscal Sucre Int'l", + "abbrev": "UIO", + "location": "terminal", + "gps_code": "SEQU", + "iata_code": "UIO", + "wikipedia": "http://en.wikipedia.org/wiki/Mariscal_Sucre_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.4899925545701, -0.145552408466882] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Karachi Civil", + "abbrev": "KHI", + "location": "terminal", + "gps_code": "OPKC", + "iata_code": "KHI", + "wikipedia": "http://en.wikipedia.org/wiki/Jinnah_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [67.1521283592947, 24.8985243689595] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kishinev S.E.", + "abbrev": "KIV", + "location": "terminal", + "gps_code": "LUKK", + "iata_code": "KIV", + "wikipedia": "http://en.wikipedia.org/wiki/Chi%C5%9Fin%C4%83u_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.9360487562256, 46.9341619900391] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Jorge Chavez", + "abbrev": "LIM", + "location": "terminal", + "gps_code": "SPIM", + "iata_code": "LIM", + "wikipedia": "http://en.wikipedia.org/wiki/Jorge_Ch%C3%A1vez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.1075656931342, -12.0237161502221] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Thunder Bay Int'l", + "abbrev": "YQT", + "location": "terminal", + "gps_code": "CYQT", + "iata_code": "YQT", + "wikipedia": "http://en.wikipedia.org/wiki/Thunder_Bay_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.3121421238136, 48.3718811492508] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vilnius", + "abbrev": "VNO", + "location": "terminal", + "gps_code": "EYVI", + "iata_code": "VNO", + "wikipedia": "http://en.wikipedia.org/wiki/Vilnius_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.2807164497285, 54.6430549307542] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Hsien Yang", + "abbrev": "XIY", + "location": "terminal", + "gps_code": "ZLXY", + "iata_code": "XIY", + "wikipedia": "http://en.wikipedia.org/wiki/Xi'an_Xianyang_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [108.755811342151, 34.4429391054422] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Del Norte Int'l", + "abbrev": "NTR", + "location": "terminal", + "gps_code": "MMAN", + "iata_code": "NTR", + "wikipedia": "http://en.wikipedia.org/wiki/Del_Norte_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.238394186577, 25.859873767729] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Fua'amotu Int'l", + "abbrev": "TBU", + "location": "terminal", + "gps_code": "NFTF", + "iata_code": "TBU", + "wikipedia": "http://en.wikipedia.org/wiki/Fua'amotu_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-175.135635, -21.24861] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Esfahan Int'l", + "abbrev": "IFN", + "location": "terminal", + "gps_code": "OIFM", + "iata_code": "IFN", + "wikipedia": "http://en.wikipedia.org/wiki/Isfahan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [51.8763916812681, 32.7460805344321] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Harare Int'l", + "abbrev": "HRE", + "location": "terminal", + "gps_code": "FVHA", + "iata_code": "HRE", + "wikipedia": "http://en.wikipedia.org/wiki/Harare_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [31.1014, -17.9228] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kuwait Int'l", + "abbrev": "KWI", + "location": "terminal", + "gps_code": "OKBK", + "iata_code": "KWI", + "wikipedia": "http://en.wikipedia.org/wiki/Kuwait_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.9714825593317, 29.2396800581583] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Macdonald-Cartier Int'l", + "abbrev": "YOW", + "location": "terminal", + "gps_code": "CYOW", + "iata_code": "YOW", + "wikipedia": "http://en.wikipedia.org/wiki/Ottawa_Macdonald-Cartier_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.6648933870205, 45.3201348196531] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kabul Int'l", + "abbrev": "KBL", + "location": "terminal", + "gps_code": "OAKB", + "iata_code": "KBL", + "wikipedia": "http://en.wikipedia.org/wiki/Kabul_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [69.2100736270874, 34.5633978864149] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Abidjan Port Bouet", + "abbrev": "ABJ", + "location": "terminal", + "gps_code": "DIAP", + "iata_code": "ABJ", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Bouet_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.93221929167636, 5.2543984451492] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "General Juan N Alvarez Int'l", + "abbrev": "ACA", + "location": "terminal", + "gps_code": "MMAA", + "iata_code": "ACA", + "wikipedia": "http://en.wikipedia.org/wiki/General_Juan_N._%C3%81lvarez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.7545085619681, 16.76196735278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kotoka Int'l", + "abbrev": "ACC", + "location": "terminal", + "gps_code": "DGAA", + "iata_code": "ACC", + "wikipedia": "http://en.wikipedia.org/wiki/Kotoka_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.171402855660817, 5.60698152381193] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bole Int'l", + "abbrev": "ADD", + "location": "terminal", + "gps_code": "HAAB", + "iata_code": "ADD", + "wikipedia": "http://en.wikipedia.org/wiki/Bole_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [38.7931904366343, 8.98173027581099] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Aden Int'l", + "abbrev": "ADE", + "location": "terminal", + "gps_code": "OYAA", + "iata_code": "ADE", + "wikipedia": "http://en.wikipedia.org/wiki/Aden_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [45.030602, 12.8278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Adelaide Int'l", + "abbrev": "ADL", + "location": "terminal", + "gps_code": "YPAD", + "iata_code": "ADL", + "wikipedia": "http://en.wikipedia.org/wiki/Adelaide_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [138.532101457699, -34.9405860275154] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Almaty Int'l", + "abbrev": "ALA", + "location": "terminal", + "gps_code": "UAAA", + "iata_code": "ALA", + "wikipedia": "http://en.wikipedia.org/wiki/Almaty_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.0120458771175, 43.3464943144793] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Houari Boumediene", + "abbrev": "ALG", + "location": "terminal", + "gps_code": "DAAG", + "iata_code": "ALG", + "wikipedia": "http://en.wikipedia.org/wiki/Houari_Boumedienne_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.21207353516506, 36.6997206663535] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Aleppo Int'l", + "abbrev": "ALP", + "location": "terminal", + "gps_code": "OSAP", + "iata_code": "ALP", + "wikipedia": "http://en.wikipedia.org/wiki/Aleppo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.2273414057828, 36.1846237314314] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sardar Vallabhbhai Patel Int'l", + "abbrev": "AMD", + "location": "terminal", + "gps_code": "VAAH", + "iata_code": "AMD", + "wikipedia": "http://en.wikipedia.org/wiki/Sardar_Vallabhbhai_Patel_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.6209000884332, 23.0707454635881] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Cerro Moreno Int'l", + "abbrev": "ANF", + "location": "terminal", + "gps_code": "SCFA", + "iata_code": "ANF", + "wikipedia": "http://en.wikipedia.org/wiki/Cerro_Moreno_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.4409908509407, -23.4489545248317] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ashkhabad Northwest", + "abbrev": "ASB", + "location": "terminal", + "gps_code": "UTAA", + "iata_code": "ASB", + "wikipedia": "http://en.wikipedia.org/wiki/Ashgabat_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [58.3639659208246, 37.984853438957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Yohannes Iv Int'l", + "abbrev": "ASM", + "location": "terminal", + "gps_code": "HHAS", + "iata_code": "ASM", + "wikipedia": "http://en.wikipedia.org/wiki/Asmara_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [38.9063540136321, 15.2936159696499] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Silvio Pettirossi Int'l", + "abbrev": "ASU", + "location": "terminal", + "gps_code": "SGAS", + "iata_code": "ASU", + "wikipedia": "http://en.wikipedia.org/wiki/Silvio_Pettirossi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.5139078247136, -25.2416592533816] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bermuda Int'l", + "abbrev": "BDA", + "location": "terminal", + "gps_code": "TXKF", + "iata_code": "BDA", + "wikipedia": "http://en.wikipedia.org/wiki/Bermuda_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.7027740686514, 32.3591739601581] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Surcin", + "abbrev": "BEG", + "location": "terminal", + "gps_code": "LYBE", + "iata_code": "BEG", + "wikipedia": "http://en.wikipedia.org/wiki/Belgrade_Nikola_Tesla_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.2912845946621, 44.8190766654433] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Beirut Int'l", + "abbrev": "BEY", + "location": "terminal", + "gps_code": "OLBA", + "iata_code": "BEY", + "wikipedia": "http://en.wikipedia.org/wiki/Beirut_Rafic_Hariri_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.4930853618161, 33.8254400618668] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bairagarh", + "abbrev": "BHO", + "location": "terminal", + "gps_code": "VABP", + "iata_code": "BHO", + "wikipedia": "http://en.wikipedia.org/wiki/Bhopal_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.3408714713579, 23.2855684869809] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bamako Senou", + "abbrev": "BKO", + "location": "terminal", + "gps_code": "GABS", + "iata_code": "BKO", + "wikipedia": "http://en.wikipedia.org/wiki/Senou_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.94727226970801, 12.5393363425867] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Nashville Int'l", + "abbrev": "BNA", + "location": "terminal", + "gps_code": "KBNA", + "iata_code": "BNA", + "wikipedia": "http://en.wikipedia.org/wiki/Nashville_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.6692867356375, 36.1314876361697] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Brisbane Int'l", + "abbrev": "BNE", + "location": "terminal", + "gps_code": "YBBN", + "iata_code": "BNE", + "wikipedia": "http://en.wikipedia.org/wiki/Brisbane_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [153.120256418844, -27.3853965939099] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Boise Air Terminal", + "abbrev": "BOI", + "location": "terminal", + "gps_code": "KBOI", + "iata_code": "BOI", + "wikipedia": "http://en.wikipedia.org/wiki/Boise_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-116.221841070549, 43.5689592234704] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Wiley Post Will Rogers Mem.", + "abbrev": "BRW", + "location": "terminal", + "gps_code": "PABR", + "iata_code": "BRW", + "wikipedia": "http://en.wikipedia.org/wiki/Wiley_Post-Will_Rogers_Memorial_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-156.771835, 71.289299] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Greater Buffalo Int'l", + "abbrev": "BUF", + "location": "terminal", + "gps_code": "KBUF", + "iata_code": "BUF", + "wikipedia": "http://en.wikipedia.org/wiki/Buffalo_Niagara_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.7319965523308, 42.9340337493526] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bulawayo", + "abbrev": "BUQ", + "location": "terminal", + "gps_code": "FVBU", + "iata_code": "BUQ", + "wikipedia": "http://en.wikipedia.org/wiki/Joshua_Mqabuko_Nkomo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.622552042904, -20.0155684094908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Brunei Int'l", + "abbrev": "BWN", + "location": "terminal", + "gps_code": "WBSB", + "iata_code": "BWN", + "wikipedia": "http://en.wikipedia.org/wiki/Brunei_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [114.933119029209, 4.94547528227685] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Guangzhou Baiyun Int'l", + "abbrev": "CAN", + "location": "terminal", + "gps_code": "ZGGG", + "iata_code": "CAN", + "wikipedia": "http://en.wikipedia.org/wiki/Guangzhou_Baiyun_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.297516552171, 23.3891511573243] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Carriel Sur Int'l", + "abbrev": "CCP", + "location": "terminal", + "gps_code": "SCIE", + "iata_code": "CCP", + "wikipedia": "http://en.wikipedia.org/wiki/Carriel_Sur_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.0621061746214, -36.7763727437881] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Netaji Subhash Chandra Bose Int'l", + "abbrev": "CCU", + "location": "terminal", + "gps_code": "VECC", + "iata_code": "CCU", + "wikipedia": "http://en.wikipedia.org/wiki/Netaji_Subhash_Chandra_Bose_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [88.4400010130197, 22.6453893785064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Chittagong", + "abbrev": "CGP", + "location": "terminal", + "gps_code": "VGEG", + "iata_code": "CGP", + "wikipedia": "http://en.wikipedia.org/wiki/Shah_Amanat_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [91.8147107162383, 22.2455658585738] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Christchurch Int'l", + "abbrev": "CHC", + "location": "terminal", + "gps_code": "NZCH", + "iata_code": "CHC", + "wikipedia": "http://en.wikipedia.org/wiki/Christchurch_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [172.538675565223, -43.4885486784104] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Conakry", + "abbrev": "CKY", + "location": "terminal", + "gps_code": "GUCY", + "iata_code": "CKY", + "wikipedia": "http://en.wikipedia.org/wiki/Conakry_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-13.6210656251671, 9.57418115850082] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Hopkins Int'l", + "abbrev": "CLE", + "location": "terminal", + "gps_code": "KCLE", + "iata_code": "CLE", + "wikipedia": "http://en.wikipedia.org/wiki/Cleveland_Hopkins_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.8384406064046, 41.4111916124966] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Alfonso Bonilla Aragon Int'l", + "abbrev": "CLO", + "location": "terminal", + "gps_code": "SKCL", + "iata_code": "CLO", + "wikipedia": "http://en.wikipedia.org/wiki/Alfonso_Bonilla_Arag%C3%B3n_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.3850714728091, 3.54328635123219] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Cotonou Cadjehon", + "abbrev": "COO", + "location": "terminal", + "gps_code": "DBBB", + "iata_code": "COO", + "wikipedia": "http://en.wikipedia.org/wiki/Cadjehoun_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.3838000724352, 6.3582465034691] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ingeniero Ambrosio L.V. Taravella Int'l", + "abbrev": "COR", + "location": "terminal", + "gps_code": "SACO", + "iata_code": "COR", + "wikipedia": "http://en.wikipedia.org/wiki/Ingeniero_Ambrosio_L.V._Taravella_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.2123157670801, -31.3156811684889] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Rafael Nunez", + "abbrev": "CTG", + "location": "terminal", + "gps_code": "SKCG", + "iata_code": "CTG", + "wikipedia": "http://en.wikipedia.org/wiki/Rafael_N%C3%BA%C3%B1ez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.5123349559682, 10.4449381764915] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Cancun", + "abbrev": "CUN", + "location": "terminal", + "gps_code": "MMUN", + "iata_code": "CUN", + "wikipedia": "http://en.wikipedia.org/wiki/Canc%C3%BAn_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.8744172506694, 21.04019667144] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "General R F Villalobos Int'l", + "abbrev": "CUU", + "location": "terminal", + "gps_code": "MMCU", + "iata_code": "CUU", + "wikipedia": "http://en.wikipedia.org/wiki/General_Roberto_Fierro_Villalobos_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-105.969204692629, 28.7039984997679] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Zia Int'l Dhaka", + "abbrev": "DAC", + "location": "terminal", + "gps_code": "VGHS", + "iata_code": "DAC", + "wikipedia": "http://en.wikipedia.org/wiki/Zia_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [90.4049241599237, 23.8481243218127] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major and military", + "name": "Darwin Int'l", + "abbrev": "DRW", + "location": "terminal", + "gps_code": "YPDN", + "iata_code": "DRW", + "wikipedia": "http://en.wikipedia.org/wiki/Darwin_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [130.877501436774, -12.4080559966556] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Louis Botha", + "abbrev": "DUR", + "location": "terminal", + "gps_code": "FADN", + "iata_code": "DUR", + "wikipedia": "http://en.wikipedia.org/wiki/Durban_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.9457081940881, -29.965914250828] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Lubumbashi Luano Int'l", + "abbrev": "FBM", + "location": "terminal", + "gps_code": "FZQA", + "iata_code": "FBM", + "wikipedia": "http://en.wikipedia.org/wiki/Lubumbashi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.5292, -11.5908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Saiss", + "abbrev": "FEZ", + "location": "terminal", + "gps_code": "GMFF", + "iata_code": "FEZ", + "wikipedia": "http://en.wikipedia.org/wiki/Sa%C3%AFss_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.98214637678303, 33.9305251844673] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kinshasa N Djili Int'l", + "abbrev": "FIH", + "location": "terminal", + "gps_code": "FZAA", + "iata_code": "FIH", + "wikipedia": "http://en.wikipedia.org/wiki/Kinshasa_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.4465162074561, -4.38916882197582] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Freetown Lungi", + "abbrev": "FNA", + "location": "terminal", + "gps_code": "GFLL", + "iata_code": "FNA", + "wikipedia": "http://en.wikipedia.org/wiki/Lungi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-13.2002296786483, 8.61542361726369] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sunan", + "abbrev": "FNJ", + "location": "terminal", + "gps_code": "ZKPY", + "iata_code": "FNJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sunan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.675321571201, 39.2001771667656] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vasilyevka", + "abbrev": "FRU", + "location": "terminal", + "gps_code": "UAFM", + "iata_code": "FRU", + "wikipedia": "http://en.wikipedia.org/wiki/Manas_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.468800339909, 43.0554527233303] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sir Seretse Khama Int'l", + "abbrev": "GBE", + "location": "terminal", + "gps_code": "FBSK", + "iata_code": "GBE", + "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seretse_Khama_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.9243808264147, -24.5580718089441] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Don Miguel Hidalgo Int'l", + "abbrev": "GDL", + "location": "terminal", + "gps_code": "MMGL", + "iata_code": "GDL", + "wikipedia": "http://en.wikipedia.org/wiki/Don_Miguel_Hidalgo_y_Costilla_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-103.300766222752, 20.5246863485173] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Glasgow Int'l", + "abbrev": "GLA", + "location": "terminal", + "gps_code": "EGPF", + "iata_code": "GLA", + "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.43167796995107, 55.8641828570355] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "La Aurora", + "abbrev": "GUA", + "location": "terminal", + "gps_code": "MGGT", + "iata_code": "GUA", + "wikipedia": "http://en.wikipedia.org/wiki/La_Aurora_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.530181111378, 14.5881608290051] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Simon Bolivar Int'l", + "abbrev": "GYE", + "location": "terminal", + "gps_code": "SEGU", + "iata_code": "GYE", + "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Joaqu%C3%ADn_de_Olmedo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.887009643933, -2.15833790699136] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Noi Bai", + "abbrev": "HAN", + "location": "terminal", + "gps_code": "VVNB", + "iata_code": "HAN", + "wikipedia": "http://en.wikipedia.org/wiki/Noi_Bai_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [105.803759436806, 21.2145596707245] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Jose Marti Int'l", + "abbrev": "HAV", + "location": "terminal", + "gps_code": "MUHA", + "iata_code": "HAV", + "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mart%C3%AD_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.4074206289499, 22.9973533364428] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Borg El Arab Int'l", + "abbrev": "HBE", + "location": "terminal", + "gps_code": "HEBA", + "iata_code": "HBE", + "wikipedia": "http://en.wikipedia.org/wiki/Borg_El_Arab_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.69266601523, 30.9183712786239] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "King Abdul Aziz Int'l", + "abbrev": "JED", + "location": "terminal", + "gps_code": "OEJN", + "iata_code": "JED", + "wikipedia": "http://en.wikipedia.org/wiki/King_Abdulaziz_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.1504996780448, 21.6706857878128] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kano Mallam Aminu Int'l", + "abbrev": "KAN", + "location": "terminal", + "gps_code": "DNKN", + "iata_code": "KAN", + "wikipedia": "http://en.wikipedia.org/wiki/Mallam_Aminu_Kano_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.52213718395767, 12.0457071601746] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kashi", + "abbrev": "KHG", + "location": "terminal", + "gps_code": "ZWSH", + "iata_code": "KHG", + "wikipedia": "http://en.wikipedia.org/wiki/Kashgar_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.0130148060075, 39.5379686306258] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Norman Manley Int'l", + "abbrev": "KIN", + "location": "terminal", + "gps_code": "MKJP", + "iata_code": "KIN", + "wikipedia": "http://en.wikipedia.org/wiki/Norman_Manley_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.7786897616577, 17.9375751552752] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Tribhuvan Int'l", + "abbrev": "KTM", + "location": "terminal", + "gps_code": "VNKT", + "iata_code": "KTM", + "wikipedia": "http://en.wikipedia.org/wiki/Tribhuvan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.357139531668, 27.7002816751609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Luanda 4 de Fevereiro", + "abbrev": "LAD", + "location": "terminal", + "gps_code": "FNLU", + "iata_code": "LAD", + "wikipedia": "http://en.wikipedia.org/wiki/Quatro_de_Fevereiro_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.2347957502699, -8.84831327917379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Pulkovo 2", + "abbrev": "LED", + "location": "terminal", + "gps_code": "ULLI", + "iata_code": "LED", + "wikipedia": "http://en.wikipedia.org/wiki/Pulkovo_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.3070976454648, 59.8054061601897] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Allama Iqbal Int'l", + "abbrev": "LHE", + "location": "terminal", + "gps_code": "OPLA", + "iata_code": "LHE", + "wikipedia": "http://en.wikipedia.org/wiki/Allama_Iqbal_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.4108810181748, 31.5206296518206] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kamuzu Int'l", + "abbrev": "LLW", + "location": "terminal", + "gps_code": "FWKI", + "iata_code": "LLW", + "wikipedia": "http://en.wikipedia.org/wiki/Lilongwe_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.7827885019788, -13.788622823746] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Lagos Murtala Muhammed", + "abbrev": "LOS", + "location": "terminal", + "gps_code": "DNMM", + "iata_code": "LOS", + "wikipedia": "http://en.wikipedia.org/wiki/Murtala_Mohammed_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.32112435281334, 6.57825944540467] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "El Alto Int'l", + "abbrev": "LPB", + "location": "terminal", + "gps_code": "SLLP", + "iata_code": "LPB", + "wikipedia": "http://en.wikipedia.org/wiki/El_Alto_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.1780055277945, -16.5098792213977] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Lusaka Int'l", + "abbrev": "LUN", + "location": "terminal", + "gps_code": "FLLS", + "iata_code": "LUN", + "wikipedia": "http://en.wikipedia.org/wiki/Lusaka_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.4455443211019, -15.3268522509447] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Luxor", + "abbrev": "LXR", + "location": "terminal", + "gps_code": "HELX", + "iata_code": "LXR", + "wikipedia": "http://en.wikipedia.org/wiki/Luxor_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.7032970848623, 25.6730347786023] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Chennai Int'l", + "abbrev": "MAA", + "location": "terminal", + "gps_code": "VOMM", + "iata_code": "MAA", + "wikipedia": "http://en.wikipedia.org/wiki/Chennai_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.1637759731545, 12.9825301669154] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "La Chinita Int'l", + "abbrev": "MAR", + "location": "terminal", + "gps_code": "SVMC", + "iata_code": "MAR", + "wikipedia": "http://en.wikipedia.org/wiki/La_Chinita_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.7237688094687, 10.5557594684972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Jose Maria Cordova", + "abbrev": "MDE", + "location": "terminal", + "gps_code": "SKRG", + "iata_code": "MDE", + "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mar%C3%ADa_C%C3%B3rdova_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.4269557399772, 6.171001614358] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Memphis Int'l", + "abbrev": "MEM", + "location": "terminal", + "gps_code": "KMEM", + "iata_code": "MEM", + "wikipedia": "http://en.wikipedia.org/wiki/Memphis_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.9816280353237, 35.0444101240089] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Augusto Cesar Sandino Int'l", + "abbrev": "MGA", + "location": "terminal", + "gps_code": "MNMG", + "iata_code": "MGA", + "wikipedia": "http://en.wikipedia.org/wiki/Augusto_C._Sandino_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.1712846229543, 12.144635873435] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mashhad", + "abbrev": "MHD", + "location": "terminal", + "gps_code": "OIMM", + "iata_code": "MHD", + "wikipedia": "http://en.wikipedia.org/wiki/Mashhad_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [59.6421943574029, 36.2275503134984] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Miami Int'l", + "abbrev": "MIA", + "location": "terminal", + "gps_code": "KMIA", + "iata_code": "MIA", + "wikipedia": "http://en.wikipedia.org/wiki/Miami_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.2789718277441, 25.7949407212406] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Lic M Crecencio Rejon Int'l", + "abbrev": "MID", + "location": "terminal", + "gps_code": "MMMD", + "iata_code": "MID", + "wikipedia": "http://en.wikipedia.org/wiki/Manuel_Crescencio_Rej%C3%B3n_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.6630235736434, 20.9338603864296] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Luqa", + "abbrev": "MLA", + "location": "terminal", + "gps_code": "LMML", + "iata_code": "MLA", + "wikipedia": "http://en.wikipedia.org/wiki/Malta_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.4952644555055, 35.8489307943501] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Moi Int'l", + "abbrev": "MBA", + "location": "terminal", + "gps_code": "HKMO", + "iata_code": "MBA", + "wikipedia": "http://en.wikipedia.org/wiki/Moi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.6026631870383, -4.03265262579657] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Moshoeshoe I Int'l", + "abbrev": "MSU", + "location": "terminal", + "gps_code": "FXMM", + "iata_code": "MSU", + "wikipedia": "http://en.wikipedia.org/wiki/Moshoeshoe_I_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.5592160333614, -29.4555740046101] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "New Orleans Int'l", + "abbrev": "MSY", + "location": "terminal", + "gps_code": "KMSY", + "iata_code": "MSY", + "wikipedia": "http://en.wikipedia.org/wiki/Louis_Armstrong_New_Orleans_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.2566939480594, 29.9851141460622] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major and military", + "name": "Multan", + "abbrev": "MUX", + "location": "runway", + "gps_code": "OPMT", + "iata_code": "MUX", + "wikipedia": "http://en.wikipedia.org/wiki/Multan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [71.418995432932, 30.1950780904965] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Carrasco Int'l", + "abbrev": "MVD", + "location": "terminal", + "gps_code": "SUMU", + "iata_code": "MVD", + "wikipedia": "http://en.wikipedia.org/wiki/Carrasco_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-56.026636146282, -34.8410485988569] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "General Rafael Buelna Int'l", + "abbrev": "MZT", + "location": "terminal", + "gps_code": "MMMZ", + "iata_code": "MZT", + "wikipedia": "http://en.wikipedia.org/wiki/General_Rafael_Buelna_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.270016617885, 23.1665960971345] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Nassau Int'l", + "abbrev": "NAS", + "location": "terminal", + "gps_code": "MYNN", + "iata_code": "NAS", + "wikipedia": "http://en.wikipedia.org/wiki/Lynden_Pindling_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.4648472290944, 25.0486910600866] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ndjamena", + "abbrev": "NDJ", + "location": "terminal", + "gps_code": "FTTJ", + "iata_code": "NDJ", + "wikipedia": "http://en.wikipedia.org/wiki/N'Djamena_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.0330446385559, 12.1295400184115] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Niamey", + "abbrev": "NIM", + "location": "terminal", + "gps_code": "DRRN", + "iata_code": "NIM", + "wikipedia": "http://en.wikipedia.org/wiki/Diori_Hamani_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.17730671184125, 13.4767572807942] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mactan-Cebu Int'l", + "abbrev": "CEB", + "location": "terminal", + "gps_code": "RPVM", + "iata_code": "CEB", + "wikipedia": "http://en.wikipedia.org/wiki/Mactan-Cebu_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [123.979134508664, 10.3158756727292] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Nova Lisboa", + "abbrev": "NOV", + "location": "terminal", + "gps_code": "FNHU", + "iata_code": "NOV", + "wikipedia": "http://en.wikipedia.org/wiki/Nova_Lisboa_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.7497618459595, -12.8025414575915] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Eppley Airfield", + "abbrev": "OMA", + "location": "terminal", + "gps_code": "KOMA", + "iata_code": "OMA", + "wikipedia": "http://en.wikipedia.org/wiki/Eppley_Airfield", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-95.8994157953121, 41.2997111453012] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Nome", + "abbrev": "OME", + "location": "terminal", + "gps_code": "PAOM", + "iata_code": "OME", + "wikipedia": "http://en.wikipedia.org/wiki/Nome_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-165.441641712281, 64.5072207026631] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ouagadougou", + "abbrev": "OUA", + "location": "terminal", + "gps_code": "DFFD", + "iata_code": "OUA", + "wikipedia": "http://en.wikipedia.org/wiki/Ouagadougou_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.51380536165114, 12.3535800260473] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Mais Gate Int'l", + "abbrev": "PAP", + "location": "terminal", + "gps_code": "MTPP", + "iata_code": "PAP", + "wikipedia": "http://en.wikipedia.org/wiki/Toussaint_Louverture_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-72.2944780260473, 18.5756829054286] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Puebla", + "abbrev": "PBC", + "location": "terminal", + "gps_code": "MMPB", + "iata_code": "PBC", + "wikipedia": "http://en.wikipedia.org/wiki/Hermanos_Serd%C3%A1n_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-98.375759790423, 19.1637935465841] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Portland Int'l", + "abbrev": "PDX", + "location": "terminal", + "gps_code": "KPDX", + "iata_code": "PDX", + "wikipedia": "http://en.wikipedia.org/wiki/Portland_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.592738881254, 45.5889569315305] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Perth Int'l", + "abbrev": "PER", + "location": "terminal", + "gps_code": "YPPH", + "iata_code": "PER", + "wikipedia": "http://en.wikipedia.org/wiki/Perth_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [115.974224942233, -31.9411297945783] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "H F Verwoerd", + "abbrev": "PLZ", + "location": "terminal", + "gps_code": "FAPE", + "iata_code": "PLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Elizabeth_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.6117777567602, -33.9840877431374] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "El Tepual Int'l", + "abbrev": "PMC", + "location": "terminal", + "gps_code": "SCTE", + "iata_code": "PMC", + "wikipedia": "http://en.wikipedia.org/wiki/El_Tepual_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.0983841336424, -41.4333820702269] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Pochentong", + "abbrev": "PNH", + "location": "terminal", + "gps_code": "VDPP", + "iata_code": "PNH", + "wikipedia": "http://en.wikipedia.org/wiki/Phnom_Penh_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.845027612457, 11.5526449176513] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major and military", + "name": "Pune", + "abbrev": "PNQ", + "location": "terminal", + "gps_code": "VAPO", + "iata_code": "PNQ", + "wikipedia": "http://en.wikipedia.org/wiki/Pune_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.9089838110017, 18.5791766115328] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Port Moresby Int'l", + "abbrev": "POM", + "location": "terminal", + "gps_code": "AYPY", + "iata_code": "POM", + "wikipedia": "http://en.wikipedia.org/wiki/Jacksons_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [147.211250855977, -9.43865269316142] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tocumen Int'l", + "abbrev": "PTY", + "location": "terminal", + "gps_code": "MPTO", + "iata_code": "PTY", + "wikipedia": "http://en.wikipedia.org/wiki/Tocumen_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.3871348215438, 9.06687242265839] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Carlos Ibanez de Campo Int'l", + "abbrev": "PUQ", + "location": "terminal", + "gps_code": "SCCI", + "iata_code": "PUQ", + "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Ibanez_Del_Campo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.8431237851324, -53.0050698255177] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Durham Int'l", + "abbrev": "RDU", + "location": "terminal", + "gps_code": "KRDU", + "iata_code": "RDU", + "wikipedia": "http://en.wikipedia.org/wiki/Raleigh-Durham_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.7913814006751, 35.8752323452255] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mingaladon", + "abbrev": "RGN", + "location": "terminal", + "gps_code": "VYYY", + "iata_code": "RGN", + "wikipedia": "http://en.wikipedia.org/wiki/Yangon_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [96.1341946114947, 16.9011542818251] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Riga", + "abbrev": "RIX", + "location": "terminal", + "gps_code": "EVRA", + "iata_code": "RIX", + "wikipedia": "http://en.wikipedia.org/wiki/Riga_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.9793791116995, 56.9220038786097] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sanaa Int'l", + "abbrev": "SAH", + "location": "terminal", + "gps_code": "OYSN", + "iata_code": "SAH", + "wikipedia": "http://en.wikipedia.org/wiki/Sana'a_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.2246467902561, 15.4739027755737] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Baghdad Int'l", + "abbrev": "SDA", + "location": "terminal", + "gps_code": "ORBI", + "iata_code": "SDA", + "wikipedia": "http://en.wikipedia.org/wiki/Baghdad_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.2289125352942, 33.268162986377] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "De Las Americas Int'l", + "abbrev": "SDQ", + "location": "terminal", + "gps_code": "MDSD", + "iata_code": "SDQ", + "wikipedia": "http://en.wikipedia.org/wiki/Las_Am%C3%A9ricas_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.6764726754667, 18.4302196948173] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tan Son Nhat", + "abbrev": "SGN", + "location": "terminal", + "gps_code": "VVTS", + "iata_code": "SGN", + "wikipedia": "http://en.wikipedia.org/wiki/Tan_Son_Nhat_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.664246141375, 10.8163005571879] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Thessaloniki", + "abbrev": "SKG", + "location": "terminal", + "gps_code": "LGTS", + "iata_code": "SKG", + "wikipedia": "http://en.wikipedia.org/wiki/Thessaloniki_International_Airport%2C_%22Macedonia%22", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [22.9764353610613, 40.5238736887775] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vrazhdebna", + "abbrev": "SOF", + "location": "terminal", + "gps_code": "LBSF", + "iata_code": "SOF", + "wikipedia": "http://en.wikipedia.org/wiki/Sofia_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.4024521357708, 42.6891841273195] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Surat", + "abbrev": "STV", + "location": "terminal", + "gps_code": "VASU", + "iata_code": "STV", + "wikipedia": "http://en.wikipedia.org/wiki/Surat_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.7424384372589, 21.1204503297172] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Nausori Int'l", + "abbrev": "SUV", + "location": "terminal", + "gps_code": "NFNA", + "iata_code": "SUV", + "wikipedia": "http://en.wikipedia.org/wiki/Nausori_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [178.560048369959, -18.0458996922854] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Shiraz Int'l", + "abbrev": "SYZ", + "location": "terminal", + "gps_code": "OISS", + "iata_code": "SYZ", + "wikipedia": "http://en.wikipedia.org/wiki/Shiraz_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [52.5897712745211, 29.5458013842874] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gen Francisco J Mina Int'l", + "abbrev": "TAM", + "location": "terminal", + "gps_code": "MMTM", + "iata_code": "TAM", + "wikipedia": "http://en.wikipedia.org/wiki/General_Francisco_Javier_Mina_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.8698137568394, 22.2893319525064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Toncontin Int'l", + "abbrev": "TGU", + "location": "terminal", + "gps_code": "MHTG", + "iata_code": "TGU", + "wikipedia": "http://en.wikipedia.org/wiki/Toncont%C3%ADn_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.2192116348986, 14.0599852192071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mehrabad Int'l", + "abbrev": "THR", + "location": "terminal", + "gps_code": "OIII", + "iata_code": "THR", + "wikipedia": "http://en.wikipedia.org/wiki/Mehrabad_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [51.3208069717572, 35.6913743304946] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tirane Rinas", + "abbrev": "TIA", + "location": "terminal", + "gps_code": "LATI", + "iata_code": "TIA", + "wikipedia": "http://en.wikipedia.org/wiki/Tirana_International_Airport_N%C3%ABn%C3%AB_Tereza", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.7150324049722, 41.4208514680567] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "General Abelardo L Rodriguez Int'l", + "abbrev": "TIJ", + "location": "terminal", + "gps_code": "MMTJ", + "iata_code": "TIJ", + "wikipedia": "http://en.wikipedia.org/wiki/General_Abelardo_L._Rodr%C3%ADguez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-116.975476095598, 32.5460499135013] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Jose Maria Morelos Y Pavon", + "abbrev": "TLC", + "location": "terminal", + "gps_code": "MMTO", + "iata_code": "TLC", + "wikipedia": "http://en.wikipedia.org/wiki/Lic._Adolfo_L%C3%B3pez_Mateos_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.5706494463542, 19.3386880423032] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Ulemiste", + "abbrev": "TLL", + "location": "terminal", + "gps_code": "EETN", + "iata_code": "TLL", + "wikipedia": "http://en.wikipedia.org/wiki/Tallinn_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [24.798964869983, 59.4165014697451] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Ben Gurion", + "abbrev": "TLV", + "location": "terminal", + "gps_code": "LLBG", + "iata_code": "TLV", + "wikipedia": "http://en.wikipedia.org/wiki/Ben_Gurion_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.8708499180995, 32.0007468501844] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sao Tome Salazar", + "abbrev": "TMS", + "location": "terminal", + "gps_code": "FPST", + "iata_code": "TMS", + "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Tom%C3%A9_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.71282193005667, 0.374744213699427] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Antananarivo Ivato", + "abbrev": "TNR", + "location": "terminal", + "gps_code": "FMMI", + "iata_code": "TNR", + "wikipedia": "http://en.wikipedia.org/wiki/Ivato_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.4753540009579, -18.7993348763082] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tampa Int'l", + "abbrev": "TPA", + "location": "parking", + "gps_code": "KTPA", + "iata_code": "TPA", + "wikipedia": "http://en.wikipedia.org/wiki/Tampa_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.534824252055, 27.9800400852184] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Zim Valencia", + "abbrev": "VLN", + "location": "terminal", + "gps_code": "SVVA", + "iata_code": "VLN", + "wikipedia": "http://en.wikipedia.org/wiki/Arturo_Michelena_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-67.9223617121873, 10.1540056883979] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gumrak", + "abbrev": "VOG", + "location": "terminal", + "gps_code": "URWW", + "iata_code": "VOG", + "wikipedia": "http://en.wikipedia.org/wiki/Volgograd_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.354767968489, 48.7916764657611] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Vientiane", + "abbrev": "VTE", + "location": "terminal", + "gps_code": "VLVT", + "iata_code": "VTE", + "wikipedia": "http://en.wikipedia.org/wiki/Wattay_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [102.568238195728, 17.9754595948321] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Viru Viru Int'l", + "abbrev": "VVI", + "location": "terminal", + "gps_code": "SLVR", + "iata_code": "VVI", + "wikipedia": "http://en.wikipedia.org/wiki/Viru_Viru_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.1403888218213, -17.6479468257839] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Wellington Int'l", + "abbrev": "WLG", + "location": "terminal", + "gps_code": "NZWN", + "iata_code": "WLG", + "wikipedia": "http://en.wikipedia.org/wiki/Wellington_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [174.811665268238, -41.3289891844659] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Prince Rupert", + "abbrev": "YPR", + "location": "terminal", + "gps_code": "CYPR", + "iata_code": "YPR", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_Rupert_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-130.44559, 54.292] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Windsor", + "abbrev": "YQG", + "location": "terminal", + "gps_code": "CYQG", + "iata_code": "YQG", + "wikipedia": "http://en.wikipedia.org/wiki/Windsor_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.9600877389449, 42.2658784727198] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Regina", + "abbrev": "YQR", + "location": "terminal", + "gps_code": "CYQR", + "iata_code": "YQR", + "wikipedia": "http://en.wikipedia.org/wiki/Regina_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.655433975371, 50.4332192867183] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vancouver Int'l", + "abbrev": "YVR", + "location": "terminal", + "gps_code": "CYVR", + "iata_code": "YVR", + "wikipedia": "http://en.wikipedia.org/wiki/Vancouver_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-123.180867003812, 49.1935590395715] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Winnipeg Int'l", + "abbrev": "YWG", + "location": "terminal", + "gps_code": "CYWG", + "iata_code": "YWG", + "wikipedia": "http://en.wikipedia.org/wiki/Winnipeg_James_Armstrong_Richardson_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.2267694809585, 49.9033302471671] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "John G Diefenbaker Int'l", + "abbrev": "YXE", + "location": "terminal", + "gps_code": "CYXE", + "iata_code": "YXE", + "wikipedia": "http://en.wikipedia.org/wiki/Saskatoon/John_G._Diefenbaker_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.690181967554, 52.1701439447381] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Whitehorse Int'l", + "abbrev": "YXY", + "location": "terminal", + "gps_code": "CYXY", + "iata_code": "YXY", + "wikipedia": "http://en.wikipedia.org/wiki/Whitehorse_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-135.076210089402, 60.7141521481397] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Calgary Int'l", + "abbrev": "YYC", + "location": "terminal", + "gps_code": "CYYC", + "iata_code": "YYC", + "wikipedia": "http://en.wikipedia.org/wiki/Calgary_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-114.010560500236, 51.1308572567549] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Charlottetown", + "abbrev": "YYG", + "location": "terminal", + "gps_code": "CYYG", + "iata_code": "YYG", + "wikipedia": "http://en.wikipedia.org/wiki/Charlottetown_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.1312341333234, 46.2858131367525] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Churchill", + "abbrev": "YYQ", + "location": "terminal", + "gps_code": "CYYQ", + "iata_code": "YYQ", + "wikipedia": "http://en.wikipedia.org/wiki/Churchill_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.0813639506318, 58.7497237849788] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "St John's Int'l", + "abbrev": "YYT", + "location": "terminal", + "gps_code": "CYYT", + "iata_code": "YYT", + "wikipedia": "http://en.wikipedia.org/wiki/St._John's_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-52.7433337428638, 47.6131179007955] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Yellowknife", + "abbrev": "YZF", + "location": "terminal", + "gps_code": "CYZF", + "iata_code": "YZF", + "wikipedia": "http://en.wikipedia.org/wiki/Yellowknife_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-114.437846335049, 62.4707373610202] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Zagreb", + "abbrev": "ZAG", + "location": "terminal", + "gps_code": "LDZA", + "iata_code": "ZAG", + "wikipedia": "http://en.wikipedia.org/wiki/Zagreb_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.0615138009014, 45.7333266730984] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Zanzibar", + "abbrev": "ZNZ", + "location": "terminal", + "gps_code": "HTZA", + "iata_code": "ZNZ", + "wikipedia": "http://en.wikipedia.org/wiki/Zanzibar_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.2223319841558, -6.21857034620282] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Reykjavik Air Terminal", + "abbrev": "REK", + "location": "terminal", + "gps_code": "BIRK", + "iata_code": "REK", + "wikipedia": "http://en.wikipedia.org/wiki/Reykjav%C3%ADk_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-21.9466344031327, 64.1318728609901] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Arkhangelsk-Talagi", + "abbrev": "ARH", + "location": "terminal", + "gps_code": "ULAA", + "iata_code": "ARH", + "wikipedia": "http://en.wikipedia.org/wiki/Talagi_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [40.7133465694594, 64.5967437730455] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kazan Int'l", + "abbrev": "KZN", + "location": "terminal", + "gps_code": "UWKD", + "iata_code": "KZN", + "wikipedia": "http://en.wikipedia.org/wiki/Kazan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [49.2984458036407, 55.6080601429765] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Paris Orly", + "abbrev": "ORY", + "location": "parking", + "gps_code": "LFPO", + "iata_code": "ORY", + "wikipedia": "http://en.wikipedia.org/wiki/Orly_Airport_(Paris)", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.36737912783773, 48.7313030458052] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Quebec", + "abbrev": "YQB", + "location": "terminal", + "gps_code": "CYQB", + "iata_code": "YQB", + "wikipedia": "http://en.wikipedia.org/wiki/Qu%C3%A9bec/Jean_Lesage_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.3839280711731, 46.7915684363308] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Montreal-Trudeau", + "abbrev": "YUL", + "location": "terminal", + "gps_code": "CYUL", + "iata_code": "YUL", + "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Pierre_Elliott_Trudeau_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7493162650417, 45.4583512294531] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Narita Int'l", + "abbrev": "NRT", + "location": "terminal", + "gps_code": "RJAA", + "iata_code": "NRT", + "wikipedia": "http://en.wikipedia.org/wiki/Narita_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [140.384401709179, 35.7640560727828] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Chubu Centrair Int'l", + "abbrev": "NGO", + "location": "terminal", + "gps_code": "RJGG", + "iata_code": "NGO", + "wikipedia": "http://en.wikipedia.org/wiki/Ch%C5%ABbu_Centrair_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [136.814771286824, 34.8590296958162] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Okadama", + "abbrev": "OKD", + "location": "terminal", + "gps_code": "RJCO", + "iata_code": "OKD", + "wikipedia": "http://en.wikipedia.org/wiki/Okadama_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [141.382100450075, 43.1106495990979] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Bergen Flesland", + "abbrev": "BGO", + "location": "terminal", + "gps_code": "ENBR", + "iata_code": "BGO", + "wikipedia": "http://en.wikipedia.org/wiki/Bergen_Airport%2C_Flesland", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.22725311562336, 60.2890610502966] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tromso Langnes", + "abbrev": "TOS", + "location": "terminal", + "gps_code": "ENTC", + "iata_code": "TOS", + "wikipedia": "http://en.wikipedia.org/wiki/Troms%C3%B8_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.9072624292132, 69.6796790473478] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Val de Caes Int'l", + "abbrev": "BEL", + "location": "terminal", + "gps_code": "SBBE", + "iata_code": "BEL", + "wikipedia": "http://en.wikipedia.org/wiki/Val_de_C%C3%A3es_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-48.4795602893793, -1.38974628795546] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Campo Grande Int'l", + "abbrev": "CGR", + "location": "terminal", + "gps_code": "SBCG", + "iata_code": "CGR", + "wikipedia": "http://en.wikipedia.org/wiki/Campo_Grande_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.6689498781305, -20.4572717360311] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Afonso Pena Int'l", + "abbrev": "CWB", + "location": "terminal", + "gps_code": "SBCT", + "iata_code": "CWB", + "wikipedia": "http://en.wikipedia.org/wiki/Afonso_Pena_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-49.1737093663469, -25.5360001430558] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Pinto Martins Int'l", + "abbrev": "FOR", + "location": "terminal", + "gps_code": "SBFZ", + "iata_code": "FOR", + "wikipedia": "http://en.wikipedia.org/wiki/Pinto_Martins_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-38.5407472498334, -3.77859496233091] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Sao Paulo-Guarulhos Int'l", + "abbrev": "GRU", + "location": "terminal", + "gps_code": "SBGR", + "iata_code": "GRU", + "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Paulo-Guarulhos_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-46.481753608842, -23.4261155770421] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Santa Genoveva", + "abbrev": "GYN", + "location": "terminal", + "gps_code": "SBGO", + "iata_code": "GYN", + "wikipedia": "http://en.wikipedia.org/wiki/Santa_Genoveva_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-49.2266464905994, -16.6323665721637] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Salgado Filho Int'l", + "abbrev": "POA", + "location": "terminal", + "gps_code": "SBPA", + "iata_code": "POA", + "wikipedia": "http://en.wikipedia.org/wiki/Salgado_Filho_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-51.1770409488172, -29.9901930170609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gilberto Freyre Int'l", + "abbrev": "REC", + "location": "terminal", + "gps_code": "SBRF", + "iata_code": "REC", + "wikipedia": "http://en.wikipedia.org/wiki/Guararapes_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-34.9182667174851, -8.13162553076239] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Deputado Luis Eduardo Magalhaes Int'l", + "abbrev": "SSA", + "location": "terminal", + "gps_code": "SBSV", + "iata_code": "SSA", + "wikipedia": "http://en.wikipedia.org/wiki/Deputado_Lu%C3%ADs_Eduardo_Magalh%C3%A3es_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-38.3347989911732, -12.9143614970326] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "El Plumerillo", + "abbrev": "MDZ", + "location": "terminal", + "gps_code": "SAME", + "iata_code": "MDZ", + "wikipedia": "http://en.wikipedia.org/wiki/Governor_Francisco_Gabrielli_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.7984838394473, -32.8278001692719] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Eduardo Gomes Int'l", + "abbrev": "MAO", + "location": "terminal", + "gps_code": "SBEG", + "iata_code": "MAO", + "wikipedia": "http://en.wikipedia.org/wiki/Eduardo_Gomes_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.0460645898854, -3.0321390062591] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Yaounde Nsimalen Int'l", + "abbrev": "NSI", + "location": "terminal", + "gps_code": "FKYS", + "iata_code": "NSI", + "wikipedia": "http://en.wikipedia.org/wiki/Yaound%C3%A9_Nsimalen_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.5479941396807, 3.71484520708126] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Shanghai Pudong Int'l", + "abbrev": "PVG", + "location": "terminal", + "gps_code": "ZSPD", + "iata_code": "PVG", + "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Pudong_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.801518760578, 31.1523090295533] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Marka Int'l", + "abbrev": "ADJ", + "location": "terminal", + "gps_code": "OJAM", + "iata_code": "ADJ", + "wikipedia": "http://en.wikipedia.org/wiki/Marka_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.9841052362449, 31.9741994015442] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Male Int'l", + "abbrev": "MLE", + "location": "terminal", + "gps_code": "VRMM", + "iata_code": "MLE", + "wikipedia": "http://en.wikipedia.org/wiki/Mal%C3%A9_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.5273902836844, 4.18870090323372] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gen. Heriberto Jara Int'l", + "abbrev": "VER", + "location": "terminal", + "gps_code": "MMVR", + "iata_code": "VER", + "wikipedia": "http://en.wikipedia.org/wiki/General_Heriberto_Jara_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.1835702143695, 19.1424237025017] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Osvaldo Vieira Int'l", + "abbrev": "OXB", + "location": "terminal", + "gps_code": "GGOV", + "iata_code": "OXB", + "wikipedia": "http://en.wikipedia.org/wiki/Osvaldo_Vieira_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-15.651185561666, 11.8889231454855] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Francisco Bangoy Int'l", + "abbrev": "DVO", + "location": "terminal", + "gps_code": "RPMD", + "iata_code": "DVO", + "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Bangoy_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.645066609434, 7.13053746163073] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Seychelles Int'l", + "abbrev": "SEZ", + "location": "terminal", + "gps_code": "FSIA", + "iata_code": "SEZ", + "wikipedia": "http://en.wikipedia.org/wiki/Seychelles_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.5115519246793, -4.67106914178521] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Leopold Sedar Senghor Int'l", + "abbrev": "DKR", + "location": "terminal", + "gps_code": "GOOY", + "iata_code": "DKR", + "wikipedia": "http://en.wikipedia.org/wiki/Dakar-Yoff-L%C3%A9opold_S%C3%A9dar_Senghor_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-17.490407907719, 14.7456306146748] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Port Sudan New Int'l", + "abbrev": "PZU", + "location": "terminal", + "gps_code": "HSPN", + "iata_code": "PZU", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Sudan_New_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.2387475981025, 19.4341052385231] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tashkent Int'l", + "abbrev": "TAS", + "location": "terminal", + "gps_code": "UTTT", + "iata_code": "TAS", + "wikipedia": "http://en.wikipedia.org/wiki/Tashkent_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [69.2666137241129, 41.2622338767383] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Copenhagen", + "abbrev": "CPH", + "location": "terminal", + "gps_code": "EKCH", + "iata_code": "CPH", + "wikipedia": "http://en.wikipedia.org/wiki/Copenhagen_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.6493508684508, 55.6285017221528] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "mid", + "name": "Aeroportul National Bucuresti-Baneasa", + "abbrev": "BBU", + "location": "terminal", + "gps_code": "LRBS", + "iata_code": "BBU", + "wikipedia": "http://en.wikipedia.org/wiki/Aurel_Vlaicu_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [26.0857251587764, 44.497041455972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Ferihegy", + "abbrev": "BUD", + "location": "terminal", + "gps_code": "LHBP", + "iata_code": "BUD", + "wikipedia": "http://en.wikipedia.org/wiki/Budapest_Ferihegy_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.2622301677881, 47.433274269248] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Chongqing Jiangbei Int'l", + "abbrev": "CKG", + "location": "terminal", + "gps_code": "ZUCK", + "iata_code": "CKG", + "wikipedia": "http://en.wikipedia.org/wiki/Chongqing_Jiangbei_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.638019704811, 29.7240422241688] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Douglas Int'l", + "abbrev": "CLT", + "location": "terminal", + "gps_code": "KCLT", + "iata_code": "CLT", + "wikipedia": "http://en.wikipedia.org/wiki/Charlotte/Douglas_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.9439277342763, 35.2204281685597] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Detroit Metro", + "abbrev": "DTW", + "location": "terminal", + "gps_code": "KDTW", + "iata_code": "DTW", + "wikipedia": "http://en.wikipedia.org/wiki/Detroit_Metropolitan_Wayne_County_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-83.3478935065615, 42.2257204508004] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Dublin", + "abbrev": "DUB", + "location": "terminal", + "gps_code": "EIDW", + "iata_code": "DUB", + "wikipedia": "http://en.wikipedia.org/wiki/Dublin_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-6.24388491037139, 53.42700828497] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Fairbanks Int'l", + "abbrev": "FAI", + "location": "terminal", + "gps_code": "PAFA", + "iata_code": "FAI", + "wikipedia": "http://en.wikipedia.org/wiki/Fairbanks_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-147.865721120795, 64.8180981117369] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Hamburg", + "abbrev": "HAM", + "location": "terminal", + "gps_code": "EDDH", + "iata_code": "HAM", + "wikipedia": "http://en.wikipedia.org/wiki/Hamburg_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.005647830925, 53.6320011640866] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Kuala Lumpur Int'l", + "abbrev": "KUL", + "location": "terminal", + "gps_code": "WMKK", + "iata_code": "KUL", + "wikipedia": "http://en.wikipedia.org/wiki/Kuala_Lumpur_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [101.713886325743, 2.74751295791811] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Mccarran Int'l", + "abbrev": "LAS", + "location": "terminal", + "gps_code": "KLAS", + "iata_code": "LAS", + "wikipedia": "http://en.wikipedia.org/wiki/McCarran_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.151323951283, 36.0849602383367] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Orlando Int'l", + "abbrev": "MCO", + "location": "terminal", + "gps_code": "KMCO", + "iata_code": "MCO", + "wikipedia": "http://en.wikipedia.org/wiki/Orlando_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.3073713307985, 28.4311506791138] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Minneapolis St. Paul Int'l", + "abbrev": "MSP", + "location": "terminal", + "gps_code": "KMSP", + "iata_code": "MSP", + "wikipedia": "http://en.wikipedia.org/wiki/Minneapolis-Saint_Paul_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.2081003718301, 44.8820263631968] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Franz-Josef-Strauss", + "abbrev": "MUC", + "location": "terminal", + "gps_code": "EDDM", + "iata_code": "MUC", + "wikipedia": "http://en.wikipedia.org/wiki/Munich_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.7880627192437, 48.3538373961609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Philadelphia Int'l", + "abbrev": "PHL", + "location": "terminal", + "gps_code": "KPHL", + "iata_code": "PHL", + "wikipedia": "http://en.wikipedia.org/wiki/Philadelphia_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.2429857676998, 39.876087236427] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Sky Harbor Int'l", + "abbrev": "PHX", + "location": "terminal", + "gps_code": "KPHX", + "iata_code": "PHX", + "wikipedia": "http://en.wikipedia.org/wiki/Phoenix_Sky_Harbor_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-112.01363529773, 33.4358607639498] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Salt Lake City Int'l", + "abbrev": "SLC", + "location": "terminal", + "gps_code": "KSLC", + "iata_code": "SLC", + "wikipedia": "http://en.wikipedia.org/wiki/Salt_Lake_City_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.981984879993, 40.7867290053708] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Lambert St Louis Int'l", + "abbrev": "STL", + "location": "terminal", + "gps_code": "KSTL", + "iata_code": "STL", + "wikipedia": "http://en.wikipedia.org/wiki/Lambert-St._Louis_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.3659545350675, 38.7427163155204] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Okecie Int'l", + "abbrev": "WAW", + "location": "terminal", + "gps_code": "EPWA", + "iata_code": "WAW", + "wikipedia": "http://en.wikipedia.org/wiki/Warsaw_Frederic_Chopin_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.9727263383587, 52.171026749259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Zurich Int'l", + "abbrev": "ZRH", + "location": "terminal", + "gps_code": "LSZH", + "iata_code": "ZRH", + "wikipedia": "http://en.wikipedia.org/wiki/Z%C3%BCrich_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.56221279534765, 47.4523895064916] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "mid", + "name": "Gosselies", + "abbrev": "CRL", + "location": "terminal", + "gps_code": "EBCI", + "iata_code": "CRL", + "wikipedia": "http://en.wikipedia.org/wiki/Brussels_South_Charleroi_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.4543736298165, 50.4571296549567] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Munich Freight Terminal", + "abbrev": "MUCf", + "location": "freight", + "gps_code": "EDDMf", + "iata_code": "MUCf", + "wikipedia": "http://en.wikipedia.org/wiki/Munich_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.7694828593654, 48.3497964078377] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Barcelona", + "abbrev": "BCN", + "location": "terminal", + "gps_code": "LEBL", + "iata_code": "BCN", + "wikipedia": "http://en.wikipedia.org/wiki/Barcelona_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.07800334981292, 41.3031552797463] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Ruzyn", + "abbrev": "PRG", + "location": "terminal", + "gps_code": "LKPR", + "iata_code": "PRG", + "wikipedia": "http://en.wikipedia.org/wiki/Ruzyn%C4%9B_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.2674849854076, 50.1076511703671] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Hong Kong Int'l", + "abbrev": "HKG", + "location": "terminal", + "gps_code": "VHHH", + "iata_code": "HKG", + "wikipedia": "http://en.wikipedia.org/wiki/Hong_Kong_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.935016387376, 22.3153328280868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Taoyuan", + "abbrev": "TPE", + "location": "terminal", + "gps_code": "RCTP", + "iata_code": "TPE", + "wikipedia": "http://en.wikipedia.org/wiki/Taiwan_Taoyuan_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.231370453323, 25.0767411043346] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Schiphol", + "abbrev": "AMS", + "location": "terminal", + "gps_code": "EHAM", + "iata_code": "AMS", + "wikipedia": "http://en.wikipedia.org/wiki/Amsterdam_Schiphol_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.76437693232812, 52.3089323889822] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Singapore Changi", + "abbrev": "SIN", + "location": "terminal", + "gps_code": "WSSS", + "iata_code": "SIN", + "wikipedia": "http://en.wikipedia.org/wiki/Singapore_Changi_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.986413880993, 1.35616083528126] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "London Heathrow", + "abbrev": "LHR", + "location": "parking", + "gps_code": "EGLL", + "iata_code": "LHR", + "wikipedia": "http://en.wikipedia.org/wiki/London_Heathrow_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.453156652063309, 51.4709958799938] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Auckland Int'l", + "abbrev": "AKL", + "location": "terminal", + "gps_code": "NZAA", + "iata_code": "AKL", + "wikipedia": "http://en.wikipedia.org/wiki/Auckland_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [174.791719433715, -37.0063551142815] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Anchorage Int'l", + "abbrev": "ANC", + "location": "terminal", + "gps_code": "PALH", + "iata_code": "ANC", + "wikipedia": "http://en.wikipedia.org/wiki/Lake_Hood_Seaplane_Base", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-149.981725100633, 61.1728936745367] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Hartsfield-Jackson Atlanta Int'l", + "abbrev": "ATL", + "location": "terminal", + "gps_code": "KATL", + "iata_code": "ATL", + "wikipedia": "http://en.wikipedia.org/wiki/Hartsfield-Jackson_Atlanta_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.4253974336047, 33.6405290807352] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Beijing Capital", + "abbrev": "PEK", + "location": "terminal", + "gps_code": "ZBAA", + "iata_code": "PEK", + "wikipedia": "http://en.wikipedia.org/wiki/Beijing_Capital_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [116.588174004661, 40.078766336331] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Eldorado Int'l", + "abbrev": "BOG", + "location": "terminal", + "gps_code": "SKBO", + "iata_code": "BOG", + "wikipedia": "http://en.wikipedia.org/wiki/El_Dorado_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.1433718001028, 4.69883276192097] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Chhatrapati Shivaji Int'l", + "abbrev": "BOM", + "location": "terminal", + "gps_code": "VABB", + "iata_code": "BOM", + "wikipedia": "http://en.wikipedia.org/wiki/Chhatrapati_Shivaji_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.8745639500051, 19.0951019488402] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Gen E L Logan Int'l", + "abbrev": "BOS", + "location": "terminal", + "gps_code": "KBOS", + "iata_code": "BOS", + "wikipedia": "http://en.wikipedia.org/wiki/Logan_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.0164066172958, 42.3665658198506] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Baltimore-Washington Int'l Thurgood Marshall", + "abbrev": "BWI", + "location": "terminal", + "gps_code": "KBWI", + "iata_code": "BWI", + "wikipedia": "http://en.wikipedia.org/wiki/Baltimore-Washington_International_Thurgood_Marshall_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.6686428352448, 39.1793943583568] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Cairo Int'l", + "abbrev": "CAI", + "location": "terminal", + "gps_code": "HECA", + "iata_code": "CAI", + "wikipedia": "http://en.wikipedia.org/wiki/Cairo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [31.3997430067114, 30.1119904385575] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "mid", + "name": "Casablanca-Anfa", + "abbrev": "CAS", + "location": "terminal", + "gps_code": "GMMC", + "iata_code": "CAS", + "wikipedia": "http://en.wikipedia.org/wiki/Casablanca-Anfa_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.66321880771143, 33.5627883851079] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "mid", + "name": "Simon Bolivar Int'l", + "abbrev": "CCS", + "location": "terminal", + "gps_code": "SVMI", + "iata_code": "CCS", + "wikipedia": "http://en.wikipedia.org/wiki/Sim%C3%B3n_Bol%C3%ADvar_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-67.0057488076317, 10.5973549146064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Cape Town Int'l", + "abbrev": "CPT", + "location": "terminal", + "gps_code": "FACT", + "iata_code": "CPT", + "wikipedia": "http://en.wikipedia.org/wiki/Cape_Town_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.5976565083138, -33.9704466120395] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Chengdushuang Liu", + "abbrev": "CTU", + "location": "terminal", + "gps_code": "ZUUU", + "iata_code": "CTU", + "wikipedia": "http://en.wikipedia.org/wiki/Chengdu_Shuangliu_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.956136481695, 30.5810712647464] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Indira Gandhi Int'l", + "abbrev": "DEL", + "location": "terminal", + "gps_code": "VIDP", + "iata_code": "DEL", + "wikipedia": "http://en.wikipedia.org/wiki/Indira_Gandhi_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.0878362565332, 28.5592039760586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Denver Int'l", + "abbrev": "DEN", + "location": "terminal", + "gps_code": "KDEN", + "iata_code": "DEN", + "wikipedia": "http://en.wikipedia.org/wiki/Denver_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.673797338542, 39.849461388151] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Dallas-Ft. Worth Int'l", + "abbrev": "DFW", + "location": "parking", + "gps_code": "KDFW", + "iata_code": "DFW", + "wikipedia": "http://en.wikipedia.org/wiki/Dallas-Fort_Worth_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.0403710741144, 32.9001505594816] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Don Muang Int'l", + "abbrev": "DMK", + "location": "terminal", + "gps_code": "VTBD", + "iata_code": "DMK", + "wikipedia": "http://en.wikipedia.org/wiki/Don_Mueang_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.602578626505, 13.9202766010347] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Dubai Int'l", + "abbrev": "DXB", + "location": "terminal", + "gps_code": "OMDB", + "iata_code": "DXB", + "wikipedia": "http://en.wikipedia.org/wiki/Dubai_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.3540769172243, 25.2525655938182] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Newark Int'l", + "abbrev": "EWR", + "location": "terminal", + "gps_code": "KEWR", + "iata_code": "EWR", + "wikipedia": "http://en.wikipedia.org/wiki/Newark_Liberty_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.1771472796706, 40.6904798278929] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Ministro Pistarini Int'l", + "abbrev": "EZE", + "location": "terminal", + "gps_code": "SAEZ", + "iata_code": "EZE", + "wikipedia": "http://en.wikipedia.org/wiki/Ministro_Pistarini_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-58.5412456939382, -34.8136469380323] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Fort Lauderdale Hollywood Int'l", + "abbrev": "FLL", + "location": "terminal", + "gps_code": "KFLL", + "iata_code": "FLL", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_Lauderdale-Hollywood_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.1452588465189, 26.0717095746827] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "George Bush Intercontinental", + "abbrev": "IAH", + "location": "terminal", + "gps_code": "KIAH", + "iata_code": "IAH", + "wikipedia": "http://en.wikipedia.org/wiki/George_Bush_Intercontinental_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-95.3337047912947, 29.9865909034907] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Ataturk Hava Limani", + "abbrev": "IST", + "location": "terminal", + "gps_code": "LTBA", + "iata_code": "IST", + "wikipedia": "http://en.wikipedia.org/wiki/Atat%C3%BCrk_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.8195493087893, 40.9778388177797] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "OR Tambo Int'l", + "abbrev": "JNB", + "location": "terminal", + "gps_code": "FAJS", + "iata_code": "JNB", + "wikipedia": "http://en.wikipedia.org/wiki/OR_Tambo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.2319885648741, -26.1320953994887] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "mid", + "name": "Juneau Int'l", + "abbrev": "JNU", + "location": "terminal", + "gps_code": "PAJN", + "iata_code": "JNU", + "wikipedia": "http://en.wikipedia.org/wiki/Juneau_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-134.583573037872, 58.3589441045951] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Los Angeles Int'l", + "abbrev": "LAX", + "location": "terminal", + "gps_code": "KLAX", + "iata_code": "LAX", + "wikipedia": "http://en.wikipedia.org/wiki/Los_Angeles_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-118.402468548522, 33.9441742543586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Linate", + "abbrev": "LIN", + "location": "terminal", + "gps_code": "LIML", + "iata_code": "LIN", + "wikipedia": "http://en.wikipedia.org/wiki/Linate_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.27996629691061, 45.4603938456252] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Melbourne Int'l", + "abbrev": "MEL", + "location": "terminal", + "gps_code": "YMML", + "iata_code": "MEL", + "wikipedia": "http://en.wikipedia.org/wiki/Melbourne_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [144.848998091131, -37.6699411967893] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Lic Benito Juarez Int'l", + "abbrev": "MEX", + "location": "terminal", + "gps_code": "MMMX", + "iata_code": "MEX", + "wikipedia": "http://en.wikipedia.org/wiki/Mexico_City_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.0826079514239, 19.4354695720494] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Ninoy Aquino Int'l", + "abbrev": "MNL", + "location": "terminal", + "gps_code": "RPLL", + "iata_code": "MNL", + "wikipedia": "http://en.wikipedia.org/wiki/Ninoy_Aquino_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.004122083437, 14.5068323762967] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Jomo Kenyatta Int'l", + "abbrev": "NBO", + "location": "terminal", + "gps_code": "HKJK", + "iata_code": "NBO", + "wikipedia": "http://en.wikipedia.org/wiki/Jomo_Kenyatta_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [36.9250887490366, -1.33052964350634] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Honolulu Int'l", + "abbrev": "HNL", + "location": "terminal", + "gps_code": "PHNL", + "iata_code": "HNL", + "wikipedia": "http://en.wikipedia.org/wiki/Honolulu_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-157.919783173755, 21.332022315024] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Chicago O'Hare Int'l", + "abbrev": "ORD", + "location": "terminal", + "gps_code": "KORD", + "iata_code": "ORD", + "wikipedia": "http://en.wikipedia.org/wiki/O'Hare_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.90513439065, 41.9765291023803] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "King Khalid Int'l", + "abbrev": "RUH", + "location": "terminal", + "gps_code": "OERK", + "iata_code": "RUH", + "wikipedia": "http://en.wikipedia.org/wiki/King_Khalid_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [46.701829023464, 24.9590317436512] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Arturo Merino Benitez Int'l", + "abbrev": "SCL", + "location": "terminal", + "gps_code": "SCEL", + "iata_code": "SCL", + "wikipedia": "http://en.wikipedia.org/wiki/Comodoro_Arturo_Merino_Ben%C3%ADtez_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.7936860162974, -33.3968336342597] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Tacoma Int'l", + "abbrev": "SEA", + "location": "terminal", + "gps_code": "KSEA", + "iata_code": "SEA", + "wikipedia": "http://en.wikipedia.org/wiki/Seattle-Tacoma_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.302289722924, 47.4435819127259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "San Francisco Int'l", + "abbrev": "SFO", + "location": "terminal", + "gps_code": "KSFO", + "iata_code": "SFO", + "wikipedia": "http://en.wikipedia.org/wiki/San_Francisco_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.383470344449, 37.6170250868054] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Hongqiao", + "abbrev": "SHA", + "location": "terminal", + "gps_code": "ZSSS", + "iata_code": "SHA", + "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Hongqiao_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.341183788567, 31.1872574314078] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Sheremtyevo", + "abbrev": "SVO", + "location": "terminal", + "gps_code": "UUEE", + "iata_code": "SVO", + "wikipedia": "http://en.wikipedia.org/wiki/Sheremetyevo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.4159690348414, 55.966447172512] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Toronto-Pearson Int'l", + "abbrev": "YYZ", + "location": "terminal", + "gps_code": "CYYZ", + "iata_code": "YYZ", + "wikipedia": "http://en.wikipedia.org/wiki/Toronto_Pearson_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.6114193247449, 43.6809595186356] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Kingsford Smith", + "abbrev": "SYD", + "location": "terminal", + "gps_code": "YSSY", + "iata_code": "SYD", + "wikipedia": "http://en.wikipedia.org/wiki/Kingsford_Smith_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [151.166067305601, -33.9365832057717] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Helsinki Vantaa", + "abbrev": "HEL", + "location": "terminal", + "gps_code": "EFHK", + "iata_code": "HEL", + "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Vantaa_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [24.9682078665914, 60.3187158912982] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Charles de Gaulle Int'l", + "abbrev": "CDG", + "location": "terminal", + "gps_code": "LFPG", + "iata_code": "CDG", + "wikipedia": "http://en.wikipedia.org/wiki/Charles_de_Gaulle_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.54186776739457, 49.0144200969386] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Berlin-Tegel Int'l", + "abbrev": "TXL", + "location": "terminal", + "gps_code": "EDDT", + "iata_code": "TXL", + "wikipedia": "http://en.wikipedia.org/wiki/Berlin-Tegel_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.2903090925074, 52.5544287044101] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Vienna Schwechat Int'l", + "abbrev": "VIE", + "location": "terminal", + "gps_code": "LOWW", + "iata_code": "VIE", + "wikipedia": "http://en.wikipedia.org/wiki/Vienna_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.5607679642129, 48.1197563052538] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Frankfurt Int'l", + "abbrev": "FRA", + "location": "terminal", + "gps_code": "EDDF", + "iata_code": "FRA", + "wikipedia": "http://en.wikipedia.org/wiki/Frankfurt_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.57182286907608, 50.0506770895207] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Leonardo da Vinci Int'l", + "abbrev": "FCO", + "location": "terminal", + "gps_code": "LIRF", + "iata_code": "FCO", + "wikipedia": "http://en.wikipedia.org/wiki/Leonardo_da_Vinci_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.2501008973638, 41.7950786307394] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Osaka Int'l", + "abbrev": "ITM", + "location": "terminal", + "gps_code": "RJOO", + "iata_code": "ITM", + "wikipedia": "http://en.wikipedia.org/wiki/Osaka_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [135.442475256249, 34.7901980848749] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Gimpo Int'l", + "abbrev": "GMP", + "location": "terminal", + "gps_code": "RKSS", + "iata_code": "GMP", + "wikipedia": "http://en.wikipedia.org/wiki/Gimpo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.802392860276, 37.5573005399508] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Oslo Gardermoen", + "abbrev": "OSL", + "location": "terminal", + "gps_code": "ENGM", + "iata_code": "OSL", + "wikipedia": "http://en.wikipedia.org/wiki/Gardermoen_Air_Station", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.0991032762581, 60.1935783171386] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Juscelino Kubitschek Int'l", + "abbrev": "BSB", + "location": "terminal", + "gps_code": "SBBR", + "iata_code": "BSB", + "wikipedia": "http://en.wikipedia.org/wiki/Bras%C3%ADlia_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-47.9207885133625, -15.8699985002824] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Congonhas Int'l", + "abbrev": "CGH", + "location": "terminal", + "gps_code": "SBSP", + "iata_code": "CGH", + "wikipedia": "http://en.wikipedia.org/wiki/Congonhas-S%C3%A3o_Paulo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-46.6591155302196, -23.62685882701] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Rio de Janeiro-Antonio Carlos Jobim Int'l", + "abbrev": "GIG", + "location": "terminal", + "gps_code": "SBGL", + "iata_code": "GIG", + "wikipedia": "http://en.wikipedia.org/wiki/Rio_de_Janeiro-Gale%C3%A3o_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-43.2483813790683, -22.8123437125006] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Madrid Barajas", + "abbrev": "MAD", + "location": "terminal", + "gps_code": "LEMD", + "iata_code": "MAD", + "wikipedia": "http://en.wikipedia.org/wiki/Madrid_Barajas_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.56902665458863, 40.4681282733923] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Luis Munoz Marin", + "abbrev": "SJU", + "location": "terminal", + "gps_code": "TJSJ", + "iata_code": "SJU", + "wikipedia": "http://en.wikipedia.org/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-66.0042299757548, 18.4380770734949] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Arlanda", + "abbrev": "ARN", + "location": "terminal", + "gps_code": "ESSA", + "iata_code": "ARN", + "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Arlanda_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.9307299016916, 59.6511203397372] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Soekarno-Hatta Int'l", + "abbrev": "CGK", + "location": "parking", + "gps_code": "WIII", + "iata_code": "CGK", + "wikipedia": "http://en.wikipedia.org/wiki/Soekarno-Hatta_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.654296151172, -6.1266029559729] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Eleftherios Venizelos Int'l", + "abbrev": "ATH", + "location": "terminal", + "gps_code": "LGAV", + "iata_code": "ATH", + "wikipedia": "http://en.wikipedia.org/wiki/Athens_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.9471160554073, 37.9362331299254] + } + } + ] +} diff --git a/samples/deckgl-heatmap/index.html b/samples/deckgl-heatmap/index.html index ddd85c284..80ae4d075 100644 --- a/samples/deckgl-heatmap/index.html +++ b/samples/deckgl-heatmap/index.html @@ -110,7 +110,7 @@

Bike Parking Spaces

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); + })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); diff --git a/samples/deckgl-kml-updated/index.html b/samples/deckgl-kml-updated/index.html index 73cf60495..366331452 100644 --- a/samples/deckgl-kml-updated/index.html +++ b/samples/deckgl-kml-updated/index.html @@ -107,7 +107,12 @@

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly', internalUsageAttributionIds: 'gmp_git_jsapisamples_v1_deckgl-integration' }); + })({ + key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', + v: 'weekly', + internalUsageAttributionIds: + 'gmp_git_jsapisamples_v1_deckgl-integration', + }); diff --git a/samples/deckgl-kml/index.html b/samples/deckgl-kml/index.html index a30e010a5..99e25366d 100644 --- a/samples/deckgl-kml/index.html +++ b/samples/deckgl-kml/index.html @@ -100,7 +100,7 @@

Deck.gl KMLLoader

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); + })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); diff --git a/samples/deckgl-points/README.md b/samples/deckgl-points/README.md index 9c5043695..2e573d7dc 100644 --- a/samples/deckgl-points/README.md +++ b/samples/deckgl-points/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/deckgl-points` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/deckgl-points/index.ts b/samples/deckgl-points/index.ts index de248f89a..ec3ddb069 100644 --- a/samples/deckgl-points/index.ts +++ b/samples/deckgl-points/index.ts @@ -23,12 +23,14 @@ interface EarthquakeProperties { /** * Validates that a feature has the properties we need for rendering. */ -function isEarthquake(f: Feature): f is Feature & { properties: EarthquakeProperties } { - return ( - f.properties !== null && - typeof f.properties === 'object' && - typeof (f.properties as any).mag === 'number' - ); +function isEarthquake( + f: Feature +): f is Feature & { properties: EarthquakeProperties } { + return ( + f.properties !== null && + typeof f.properties === 'object' && + typeof (f.properties as any).mag === 'number' + ); } // Initialize and add the map @@ -54,7 +56,9 @@ async function initMap() { } return 0; // Fallback for invalid data. }, - getFillColor: (f: Feature): [number, number, number, number] => { + getFillColor: ( + f: Feature + ): [number, number, number, number] => { return [255, 70, 30, 180]; // Default color for other earthquakes. }, autoHighlight: true, diff --git a/samples/deckgl-polygon/index.html b/samples/deckgl-polygon/index.html index 452653b89..4df60e7be 100644 --- a/samples/deckgl-polygon/index.html +++ b/samples/deckgl-polygon/index.html @@ -117,7 +117,7 @@

Population Density

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); + })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); diff --git a/samples/deckgl-tripslayer/README.md b/samples/deckgl-tripslayer/README.md index e12912331..bddd89bc7 100644 --- a/samples/deckgl-tripslayer/README.md +++ b/samples/deckgl-tripslayer/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/deckgl-tripslayer` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/deckgl-tripslayer/index.html b/samples/deckgl-tripslayer/index.html index 2488d97b1..7afd004b4 100644 --- a/samples/deckgl-tripslayer/index.html +++ b/samples/deckgl-tripslayer/index.html @@ -19,8 +19,7 @@ + zoom="15">
diff --git a/samples/deckgl-tripslayer/index.ts b/samples/deckgl-tripslayer/index.ts index 4a22eb1a5..ecf0a1239 100644 --- a/samples/deckgl-tripslayer/index.ts +++ b/samples/deckgl-tripslayer/index.ts @@ -17,7 +17,6 @@ interface Data { // Set the path to the GeoJSON data file. const DATA_URL = new URL('./public/trips-v7.json', import.meta.url).toString(); - const LOOP_LENGTH = 1800; const VENDOR_COLORS: Color[] = [ [255, 0, 0], // vendor #0 @@ -26,7 +25,7 @@ const VENDOR_COLORS: Color[] = [ async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps') as google.maps.MapsLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; // Get the gmp-map element. const mapElement = document.querySelector( @@ -41,7 +40,7 @@ async function initMap() { let currentTime = 0; const props = { id: 'trips', - data: DATA_URL, + data: DATA_URL, getPath: (d: Data) => d.path, getTimestamps: (d: Data) => d.timestamps, getColor: (d: Data) => VENDOR_COLORS[d.vendor], diff --git a/samples/deckgl-tripslayer/style.css b/samples/deckgl-tripslayer/style.css index 79d2fa522..325d70d28 100644 --- a/samples/deckgl-tripslayer/style.css +++ b/samples/deckgl-tripslayer/style.css @@ -4,14 +4,14 @@ * SPDX-License-Identifier: Apache-2.0 */ :root { - --mdc-theme-primary: #1a73e8; - --mdc-theme-secondary: #rgb(225, 245, 254); - --mdc-theme-on-primary: #fff; - --mdc-theme-on-secondary: rgb(1, 87, 155); + --mdc-theme-primary: #1a73e8; + --mdc-theme-secondary: #rgb(225, 245, 254); + --mdc-theme-on-primary: #fff; + --mdc-theme-on-secondary: rgb(1, 87, 155); } .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label { - color: var(--mdc-theme-primary); + color: var(--mdc-theme-primary); } /* [START maps_deckgl_tripslayer] */ @@ -20,7 +20,7 @@ * that contains the map. */ #map { - height: 100%; + height: 100%; } /* @@ -28,9 +28,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_deckgl_tripslayer] */ \ No newline at end of file +/* [END maps_deckgl_tripslayer] */ diff --git a/samples/event-arguments/README.md b/samples/event-arguments/README.md index 7ec6a1a2d..5f12f4495 100644 --- a/samples/event-arguments/README.md +++ b/samples/event-arguments/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-arguments` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-arguments/index.html b/samples/event-arguments/index.html index d992f5b68..4d171f743 100644 --- a/samples/event-arguments/index.html +++ b/samples/event-arguments/index.html @@ -6,17 +6,20 @@ --> - - Accessing Arguments in UI Events + + Accessing Arguments in UI Events - - - - + + - - - - + + + + diff --git a/samples/event-arguments/index.ts b/samples/event-arguments/index.ts index 7b4e70f18..6f7bae6da 100644 --- a/samples/event-arguments/index.ts +++ b/samples/event-arguments/index.ts @@ -6,24 +6,26 @@ // [START maps_event_arguments] async function initMap() { - // Request needed libraries. - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; - await google.maps.importLibrary("marker") as google.maps.MarkerLibrary; + // Request needed libraries. + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - innerMap.addListener("click", (e) => { - placeMarkerAndPanTo(e.latLng, innerMap); - }); + innerMap.addListener('click', (e) => { + placeMarkerAndPanTo(e.latLng, innerMap); + }); } function placeMarkerAndPanTo(latLng: google.maps.LatLng, map: google.maps.Map) { - new google.maps.marker.AdvancedMarkerElement({ - position: latLng, - map: map, - }); - map.panTo(latLng); + new google.maps.marker.AdvancedMarkerElement({ + position: latLng, + map: map, + }); + map.panTo(latLng); } initMap(); diff --git a/samples/event-arguments/style.css b/samples/event-arguments/style.css index c55e837c8..ea7731a07 100644 --- a/samples/event-arguments/style.css +++ b/samples/event-arguments/style.css @@ -9,9 +9,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_arguments] */ \ No newline at end of file +/* [END maps_event_arguments] */ diff --git a/samples/event-click-latlng/README.md b/samples/event-click-latlng/README.md index 0c7f6c37f..758627e53 100644 --- a/samples/event-click-latlng/README.md +++ b/samples/event-click-latlng/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-click-latlng` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-click-latlng/index.html b/samples/event-click-latlng/index.html index a99f3a1ef..d363640c2 100644 --- a/samples/event-click-latlng/index.html +++ b/samples/event-click-latlng/index.html @@ -6,17 +6,17 @@ --> - - Event Click LatLng + + Event Click LatLng - - - - + + - - - - + + + + diff --git a/samples/event-click-latlng/index.ts b/samples/event-click-latlng/index.ts index 8f272d624..c863209ce 100644 --- a/samples/event-click-latlng/index.ts +++ b/samples/event-click-latlng/index.ts @@ -6,40 +6,42 @@ // [START maps_event_click_latlng] async function initMap() { - // Request needed libraries. - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; - - // Set up the map. - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; - - // Get the initial center of the map. - const position = innerMap.getCenter() as google.maps.LatLng; - - // Create the initial InfoWindow. - let infoWindow = new google.maps.InfoWindow({ - content: "Click the map to get Lat/Lng!", - position, - }); - - infoWindow.open(innerMap); + // Request needed libraries. + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + + // Set up the map. + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + + // Get the initial center of the map. + const position = innerMap.getCenter() as google.maps.LatLng; + + // Create the initial InfoWindow. + let infoWindow = new google.maps.InfoWindow({ + content: 'Click the map to get Lat/Lng!', + position, + }); - // [START maps_event_click_latlng_listener] - // Configure the click listener. - innerMap.addListener("click", (mapsMouseEvent) => { - // Close the current InfoWindow. - infoWindow.close(); + infoWindow.open(innerMap); - // Create a new InfoWindow. - infoWindow = new google.maps.InfoWindow({ - position: mapsMouseEvent.latLng, + // [START maps_event_click_latlng_listener] + // Configure the click listener. + innerMap.addListener('click', (mapsMouseEvent) => { + // Close the current InfoWindow. + infoWindow.close(); + + // Create a new InfoWindow. + infoWindow = new google.maps.InfoWindow({ + position: mapsMouseEvent.latLng, + }); + infoWindow.setContent( + JSON.stringify(mapsMouseEvent.latLng.toJSON(), null, 2) + ); + infoWindow.open(innerMap); }); - infoWindow.setContent( - JSON.stringify(mapsMouseEvent.latLng.toJSON(), null, 2) - ); - infoWindow.open(innerMap); - }); - // [END maps_event_click_latlng_listener] + // [END maps_event_click_latlng_listener] } initMap(); diff --git a/samples/event-click-latlng/style.css b/samples/event-click-latlng/style.css index 218433c3e..f83e2c3f2 100644 --- a/samples/event-click-latlng/style.css +++ b/samples/event-click-latlng/style.css @@ -9,9 +9,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_click_latlng] */ \ No newline at end of file +/* [END maps_event_click_latlng] */ diff --git a/samples/event-closure/README.md b/samples/event-closure/README.md index bea076cb9..b7994836e 100644 --- a/samples/event-closure/README.md +++ b/samples/event-closure/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-closure` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-closure/index.html b/samples/event-closure/index.html index 94b1e407a..beb386547 100644 --- a/samples/event-closure/index.html +++ b/samples/event-closure/index.html @@ -16,7 +16,10 @@ ({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"}); - + diff --git a/samples/event-poi/README.md b/samples/event-poi/README.md index c50bfcc60..f0d4e00a2 100644 --- a/samples/event-poi/README.md +++ b/samples/event-poi/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-poi` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-poi/index.html b/samples/event-poi/index.html index 2876745fc..e70dd439f 100644 --- a/samples/event-poi/index.html +++ b/samples/event-poi/index.html @@ -16,8 +16,7 @@ ({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly" }); - - + diff --git a/samples/event-poi/index.ts b/samples/event-poi/index.ts index f7b1d50b2..71614d29d 100644 --- a/samples/event-poi/index.ts +++ b/samples/event-poi/index.ts @@ -38,7 +38,10 @@ async function initMap() { } // Helper function to show the info window. -async function showInfoWindow(event: google.maps.IconMouseEvent, infowindow: google.maps.InfoWindow) { +async function showInfoWindow( + event: google.maps.IconMouseEvent, + infowindow: google.maps.InfoWindow +) { // Retrieve the place details for the selected POI. const place = await getPlaceDetails(event.placeId); diff --git a/samples/event-properties/README.md b/samples/event-properties/README.md index 66874fa9f..b889b45ab 100644 --- a/samples/event-properties/README.md +++ b/samples/event-properties/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-properties` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-properties/index.html b/samples/event-properties/index.html index 51c454d36..61764dae5 100644 --- a/samples/event-properties/index.html +++ b/samples/event-properties/index.html @@ -6,18 +6,21 @@ --> - - Getting Properties With Event Handlers + + Getting Properties With Event Handlers - - - - + + - - - - - + + + + + diff --git a/samples/event-properties/index.ts b/samples/event-properties/index.ts index 4751d82c9..d2796e129 100644 --- a/samples/event-properties/index.ts +++ b/samples/event-properties/index.ts @@ -6,22 +6,26 @@ // [START maps_event_properties] async function initMap() { - // Request needed libraries. - const { Map } = await google.maps.importLibrary("maps") as google.maps.MapsLibrary; + // Request needed libraries. + const { Map } = (await google.maps.importLibrary( + 'maps' + )) as google.maps.MapsLibrary; - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - const infowindow = new google.maps.InfoWindow({ - content: "Change the zoom level", - position: mapElement.center, - }); + const infowindow = new google.maps.InfoWindow({ + content: 'Change the zoom level', + position: mapElement.center, + }); - infowindow.open(innerMap); + infowindow.open(innerMap); - innerMap.addListener("zoom_changed", () => { - infowindow.setContent("Zoom: " + innerMap.getZoom()!); - }); + innerMap.addListener('zoom_changed', () => { + infowindow.setContent('Zoom: ' + innerMap.getZoom()!); + }); } initMap(); diff --git a/samples/event-properties/style.css b/samples/event-properties/style.css index 6cdbf2acf..dedb98ceb 100644 --- a/samples/event-properties/style.css +++ b/samples/event-properties/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_properties] */ \ No newline at end of file +/* [END maps_event_properties] */ diff --git a/samples/event-simple/README.md b/samples/event-simple/README.md index e08df19f8..8cb5d0a78 100644 --- a/samples/event-simple/README.md +++ b/samples/event-simple/README.md @@ -2,7 +2,7 @@ ## event-simple -This sample shows handling user events and state change events. +This sample shows handling user events and state change events. ## Setup @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-simple` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-simple/index.html b/samples/event-simple/index.html index 11599d43d..d07d331ed 100644 --- a/samples/event-simple/index.html +++ b/samples/event-simple/index.html @@ -6,17 +6,20 @@ --> - - Simple Click Events + + Simple Click Events - - - - + + - - - - + + + + diff --git a/samples/event-simple/style.css b/samples/event-simple/style.css index 587486242..4815d8057 100644 --- a/samples/event-simple/style.css +++ b/samples/event-simple/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_simple] */ \ No newline at end of file +/* [END maps_event_simple] */ diff --git a/samples/geocoding-component-restriction/README.md b/samples/geocoding-component-restriction/README.md index 7c825940b..84212a4e5 100644 --- a/samples/geocoding-component-restriction/README.md +++ b/samples/geocoding-component-restriction/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-component-restriction` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-component-restriction/index.html b/samples/geocoding-component-restriction/index.html index eb533d5ac..595e3d831 100644 --- a/samples/geocoding-component-restriction/index.html +++ b/samples/geocoding-component-restriction/index.html @@ -6,21 +6,27 @@ --> - - Geocoding Component Restriction + + Geocoding Component Restriction - - - - + + - - -
- componentRestrictions: {country: "AU", postalCode: "2000"}
- -
- - + + +
+ componentRestrictions: {country: "AU", postalCode: + "2000"}
+ +
+ + diff --git a/samples/geocoding-component-restriction/index.ts b/samples/geocoding-component-restriction/index.ts index 5e46c0fa8..1c982398c 100644 --- a/samples/geocoding-component-restriction/index.ts +++ b/samples/geocoding-component-restriction/index.ts @@ -6,43 +6,47 @@ // [START maps_geocoding_component_restriction] async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("marker"), - google.maps.importLibrary("geocoding"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('geocoding'), + ]); - const geocoder = new google.maps.Geocoder(); - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - (document.getElementById("submit") as HTMLElement).addEventListener( - "click", - () => { - geocodeAddress(geocoder, innerMap); - } - ); + (document.getElementById('submit') as HTMLElement).addEventListener( + 'click', + () => { + geocodeAddress(geocoder, innerMap); + } + ); } function geocodeAddress(geocoder: google.maps.Geocoder, map: google.maps.Map) { - geocoder - .geocode({ - address: "483 George St.", - componentRestrictions: { - country: "AU", - postalCode: "2000", - }, - }) - .then(({ results }) => { - map.setCenter(results[0].geometry.location); - new google.maps.marker.AdvancedMarkerElement({ - map, - position: results[0].geometry.location, - }); - }) - .catch((e) => - window.alert("Geocode was not successful for the following reason: " + e) - ); + geocoder + .geocode({ + address: '483 George St.', + componentRestrictions: { + country: 'AU', + postalCode: '2000', + }, + }) + .then(({ results }) => { + map.setCenter(results[0].geometry.location); + new google.maps.marker.AdvancedMarkerElement({ + map, + position: results[0].geometry.location, + }); + }) + .catch((e) => + window.alert( + 'Geocode was not successful for the following reason: ' + e + ) + ); } initMap(); diff --git a/samples/geocoding-component-restriction/style.css b/samples/geocoding-component-restriction/style.css index 71a85b258..245ce2047 100644 --- a/samples/geocoding-component-restriction/style.css +++ b/samples/geocoding-component-restriction/style.css @@ -5,29 +5,28 @@ */ /* [START maps_geocoding_component_restriction] */ - /* * Optional: Makes the sample page fill the window. */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #floating-panel { - position: absolute; - top: 10px; - left: 25%; - z-index: 5; - background-color: #fff; - padding: 5px; - border: 1px solid #999; - text-align: center; - font-family: "Roboto", "sans-serif"; - line-height: 30px; - padding-left: 10px; + position: absolute; + top: 10px; + left: 25%; + z-index: 5; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + text-align: center; + font-family: 'Roboto', 'sans-serif'; + line-height: 30px; + padding-left: 10px; } -/* [END maps_geocoding_component_restriction] */ \ No newline at end of file +/* [END maps_geocoding_component_restriction] */ diff --git a/samples/geocoding-place-id/README.md b/samples/geocoding-place-id/README.md index b530ccc65..d56c2db0b 100644 --- a/samples/geocoding-place-id/README.md +++ b/samples/geocoding-place-id/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-place-id` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-place-id/index.html b/samples/geocoding-place-id/index.html index 3aea5b712..fdc14c042 100644 --- a/samples/geocoding-place-id/index.html +++ b/samples/geocoding-place-id/index.html @@ -6,24 +6,30 @@ --> - - Retrieving an Address for a Place ID + + Retrieving an Address for a Place ID - - - - - -
- - - -
-
+ + + + + +
+ + + +
+
- - - + diff --git a/samples/geocoding-place-id/index.ts b/samples/geocoding-place-id/index.ts index 401e3d118..0ec3fed3c 100644 --- a/samples/geocoding-place-id/index.ts +++ b/samples/geocoding-place-id/index.ts @@ -6,53 +6,55 @@ // [START maps_geocoding_place_id] // Initialize the map. async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("geocoding"), - google.maps.importLibrary("marker"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + ]); - const mapElement = document.querySelector("gmp-map") as google.maps.MapElement; - const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); - const infowindow = new google.maps.InfoWindow(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); + const infowindow = new google.maps.InfoWindow(); - (document.getElementById("submit") as HTMLElement).addEventListener( - "click", - () => { - geocodePlaceId(geocoder, innerMap, infowindow); - } - ); + (document.getElementById('submit') as HTMLElement).addEventListener( + 'click', + () => { + geocodePlaceId(geocoder, innerMap, infowindow); + } + ); } // This function is called when the user clicks the UI button. function geocodePlaceId( - geocoder: google.maps.Geocoder, - map: google.maps.Map, - infowindow: google.maps.InfoWindow + geocoder: google.maps.Geocoder, + map: google.maps.Map, + infowindow: google.maps.InfoWindow ) { - const placeId = (document.getElementById("place-id") as HTMLInputElement) - .value; + const placeId = (document.getElementById('place-id') as HTMLInputElement) + .value; - geocoder - .geocode({ placeId: placeId }) - .then(({ results }) => { - if (results[0]) { - map.setZoom(11); - map.setCenter(results[0].geometry.location); + geocoder + .geocode({ placeId: placeId }) + .then(({ results }) => { + if (results[0]) { + map.setZoom(11); + map.setCenter(results[0].geometry.location); - const marker = new google.maps.marker.AdvancedMarkerElement({ - map, - position: results[0].geometry.location, - }); + const marker = new google.maps.marker.AdvancedMarkerElement({ + map, + position: results[0].geometry.location, + }); - infowindow.setContent(results[0].formatted_address); - infowindow.open(map, marker); - } else { - window.alert("No results found"); - } - }) - .catch((e) => window.alert("Geocoder failed due to: " + e)); + infowindow.setContent(results[0].formatted_address); + infowindow.open(map, marker); + } else { + window.alert('No results found'); + } + }) + .catch((e) => window.alert('Geocoder failed due to: ' + e)); } initMap(); diff --git a/samples/geocoding-place-id/style.css b/samples/geocoding-place-id/style.css index 328fa2a65..86257d39f 100644 --- a/samples/geocoding-place-id/style.css +++ b/samples/geocoding-place-id/style.css @@ -10,25 +10,25 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #floating-panel { - background-color: #fff; - padding: 5px; - border: 1px solid #999; - border-radius: 5px; - text-align: center; - font-family: "Roboto", "sans-serif"; - line-height: 30px; - padding-left: 10px; - margin-top: 10px; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + border-radius: 5px; + text-align: center; + font-family: 'Roboto', 'sans-serif'; + line-height: 30px; + padding-left: 10px; + margin-top: 10px; } #place-id { - width: 250px; + width: 250px; } -/* [END maps_geocoding_place_id] */ \ No newline at end of file +/* [END maps_geocoding_place_id] */ diff --git a/samples/geocoding-region-es/README.md b/samples/geocoding-region-es/README.md index 83e6c3ca2..0ad78e682 100644 --- a/samples/geocoding-region-es/README.md +++ b/samples/geocoding-region-es/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-region-es` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-region-es/index.html b/samples/geocoding-region-es/index.html index 4c1bc62aa..6258a3807 100644 --- a/samples/geocoding-region-es/index.html +++ b/samples/geocoding-region-es/index.html @@ -6,17 +6,17 @@ --> - - Geocoding Region - ES + + Geocoding Region - ES - - - - + + - - - - + + + + diff --git a/samples/geocoding-region-es/index.ts b/samples/geocoding-region-es/index.ts index a7a32277a..9f0d1a2c8 100644 --- a/samples/geocoding-region-es/index.ts +++ b/samples/geocoding-region-es/index.ts @@ -8,30 +8,34 @@ // [START maps_js_geocoding_region_es] async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("geocoding"), - google.maps.importLibrary("marker"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + ]); - const mapElement = document.querySelector("gmp-map") as google.maps.MapElement; - const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); - geocoder - .geocode({ address: "Toledo" }) - .then((response) => { - const position = response.results[0].geometry.location; + geocoder + .geocode({ address: 'Toledo' }) + .then((response) => { + const position = response.results[0].geometry.location; - innerMap.setCenter(position); - new google.maps.marker.AdvancedMarkerElement({ - map: innerMap, - position, - }); - }) - .catch((e) => - window.alert("Geocode was not successful for the following reason: " + e) - ); + innerMap.setCenter(position); + new google.maps.marker.AdvancedMarkerElement({ + map: innerMap, + position, + }); + }) + .catch((e) => + window.alert( + 'Geocode was not successful for the following reason: ' + e + ) + ); } initMap(); diff --git a/samples/geocoding-region-es/style.css b/samples/geocoding-region-es/style.css index f4c07e1bb..b1e1eedda 100644 --- a/samples/geocoding-region-es/style.css +++ b/samples/geocoding-region-es/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_js_geocoding_region_es] */ \ No newline at end of file +/* [END maps_js_geocoding_region_es] */ diff --git a/samples/geocoding-region-us/README.md b/samples/geocoding-region-us/README.md index 318d0ea4b..5fcda0529 100644 --- a/samples/geocoding-region-us/README.md +++ b/samples/geocoding-region-us/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-region-us` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-region-us/index.html b/samples/geocoding-region-us/index.html index f301cc0e1..1d8cecab4 100644 --- a/samples/geocoding-region-us/index.html +++ b/samples/geocoding-region-us/index.html @@ -6,17 +6,17 @@ --> - - Geocoding Region - US + + Geocoding Region - US - - - - + + - - - - + + + + diff --git a/samples/geocoding-region-us/index.ts b/samples/geocoding-region-us/index.ts index f804026fd..99bf48a3d 100644 --- a/samples/geocoding-region-us/index.ts +++ b/samples/geocoding-region-us/index.ts @@ -8,30 +8,34 @@ // [START maps_js_geocoding_region_us] async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("geocoding"), - google.maps.importLibrary("marker"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + ]); - const mapElement = document.querySelector("gmp-map") as google.maps.MapElement; - const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); - geocoder - .geocode({ address: "Toledo" }) - .then((response) => { - const position = response.results[0].geometry.location; + geocoder + .geocode({ address: 'Toledo' }) + .then((response) => { + const position = response.results[0].geometry.location; - innerMap.setCenter(position); - new google.maps.marker.AdvancedMarkerElement({ - map: innerMap, - position, - }); - }) - .catch((e) => - window.alert("Geocode was not successful for the following reason: " + e) - ); + innerMap.setCenter(position); + new google.maps.marker.AdvancedMarkerElement({ + map: innerMap, + position, + }); + }) + .catch((e) => + window.alert( + 'Geocode was not successful for the following reason: ' + e + ) + ); } initMap(); diff --git a/samples/geocoding-region-us/style.css b/samples/geocoding-region-us/style.css index 219475d81..da603f83c 100644 --- a/samples/geocoding-region-us/style.css +++ b/samples/geocoding-region-us/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_js_geocoding_region_us] */ \ No newline at end of file +/* [END maps_js_geocoding_region_us] */ diff --git a/samples/geocoding-reverse/README.md b/samples/geocoding-reverse/README.md index 0322715e0..4d120c0cd 100644 --- a/samples/geocoding-reverse/README.md +++ b/samples/geocoding-reverse/README.md @@ -2,7 +2,7 @@ ## geocoding-reverse -The geocoding-reverse sample demonstrates reverse geocoding coordinates to addresses. +The geocoding-reverse sample demonstrates reverse geocoding coordinates to addresses. ## Setup @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-reverse` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-reverse/index.html b/samples/geocoding-reverse/index.html index 39a395484..c04c76eb5 100644 --- a/samples/geocoding-reverse/index.html +++ b/samples/geocoding-reverse/index.html @@ -1,4 +1,4 @@ - + - - Info Windows + + Info Windows - - - - + + - - - - + + + + diff --git a/samples/infowindow-simple/index.ts b/samples/infowindow-simple/index.ts index 86355c267..d52d8b1ab 100644 --- a/samples/infowindow-simple/index.ts +++ b/samples/infowindow-simple/index.ts @@ -9,26 +9,27 @@ // When the user clicks the marker, an info window opens. async function initMap(): Promise { - // Import the needed libraries. - await google.maps.importLibrary("maps"); - await google.maps.importLibrary("marker"); + // Import the needed libraries. + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); - // Get the map element and the inner map from it. - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + // Get the map element and the inner map from it. + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - // Get the center of the map. - const center = mapElement.center; + // Get the center of the map. + const center = mapElement.center; - // Create the info window content. - const heading = document.createElement("h1"); - heading.textContent = "Uluru (Ayers Rock)"; + // Create the info window content. + const heading = document.createElement('h1'); + heading.textContent = 'Uluru (Ayers Rock)'; - const content = document.createElement("div"); + const content = document.createElement('div'); - const infoParagraph = document.createElement("p"); - infoParagraph.textContent = - `Uluru, also referred to as Ayers Rock, is a large sandstone rock formation + const infoParagraph = document.createElement('p'); + infoParagraph.textContent = `Uluru, also referred to as Ayers Rock, is a large sandstone rock formation in the southern part of the Northern Territory, central Australia. It lies 335 km (208 mi) south west of the nearest large town, Alice Springs; 450 km (280 mi) by road. Kata Tjuta and Uluru are the two major features of the @@ -36,44 +37,44 @@ async function initMap(): Promise { Yankunytjatjara, the Aboriginal people of the area. It has many springs, waterholes, rock caves and ancient paintings. Uluru is listed as a World Heritage Site.`; - - content.appendChild(infoParagraph); - const link = document.createElement("a"); - link.href = "https://en.wikipedia.org/w/index.php?title=Uluru"; - link.textContent = "https://en.wikipedia.org/w/index.php?title=Uluru"; - link.target = "_blank"; - content.appendChild(link); + content.appendChild(infoParagraph); - // Create the info window. - const infowindow = new google.maps.InfoWindow({ - headerContent: heading, - content: content, - ariaLabel: "Uluru", - maxWidth: 500, // Set max width (optional). - }); + const link = document.createElement('a'); + link.href = 'https://en.wikipedia.org/w/index.php?title=Uluru'; + link.textContent = 'https://en.wikipedia.org/w/index.php?title=Uluru'; + link.target = '_blank'; + content.appendChild(link); - // Create the marker. - const marker = new google.maps.marker.AdvancedMarkerElement({ - position: center, - map: innerMap, - title: "Uluru (Ayers Rock)", - gmpClickable: true, - }); + // Create the info window. + const infowindow = new google.maps.InfoWindow({ + headerContent: heading, + content: content, + ariaLabel: 'Uluru', + maxWidth: 500, // Set max width (optional). + }); - // Open the info window when the map loads. - infowindow.open({ - anchor: marker, - map: innerMap, - }); + // Create the marker. + const marker = new google.maps.marker.AdvancedMarkerElement({ + position: center, + map: innerMap, + title: 'Uluru (Ayers Rock)', + gmpClickable: true, + }); - // Open the info window when the marker is clicked. - marker.addEventListener("gmp-click", () => { + // Open the info window when the map loads. infowindow.open({ - anchor: marker, - map: innerMap, + anchor: marker, + map: innerMap, + }); + + // Open the info window when the marker is clicked. + marker.addEventListener('gmp-click', () => { + infowindow.open({ + anchor: marker, + map: innerMap, + }); }); - }); } initMap(); diff --git a/samples/infowindow-simple/style.css b/samples/infowindow-simple/style.css index d8e14aabb..7a10a515e 100644 --- a/samples/infowindow-simple/style.css +++ b/samples/infowindow-simple/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_infowindow_simple] */ \ No newline at end of file +/* [END maps_infowindow_simple] */ diff --git a/samples/js-api-loader-map/README.md b/samples/js-api-loader-map/README.md index 3790ec62b..95cd09b58 100644 --- a/samples/js-api-loader-map/README.md +++ b/samples/js-api-loader-map/README.md @@ -32,4 +32,4 @@ From `samples/`: ## Feedback For feedback related to this sample, please open a new issue on -[GitHub](https://github.com/googlemaps-samples/js-api-samples/issues). \ No newline at end of file +[GitHub](https://github.com/googlemaps-samples/js-api-samples/issues). diff --git a/samples/js-api-loader-map/index.html b/samples/js-api-loader-map/index.html index d6b779c16..345003496 100644 --- a/samples/js-api-loader-map/index.html +++ b/samples/js-api-loader-map/index.html @@ -6,16 +6,16 @@ --> - - @googlemaps/js-api-loader map - - - - - - -

@googlemaps/js-api-loader map

-
- + + @googlemaps/js-api-loader map + + + + + + +

@googlemaps/js-api-loader map

+
+ - \ No newline at end of file + diff --git a/samples/js-api-loader-map/index.ts b/samples/js-api-loader-map/index.ts index 1fa6e6065..072443deb 100644 --- a/samples/js-api-loader-map/index.ts +++ b/samples/js-api-loader-map/index.ts @@ -22,7 +22,7 @@ async function initMap(): Promise { // [END maps_js_api_loader_map_options] // Load the Maps library. - const { Map } = (await importLibrary('maps')); + const { Map } = await importLibrary('maps'); // Set map options. const mapOptions = { diff --git a/samples/js-api-loader-map/style.css b/samples/js-api-loader-map/style.css index cd461a92c..f92a29749 100644 --- a/samples/js-api-loader-map/style.css +++ b/samples/js-api-loader-map/style.css @@ -4,23 +4,24 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_js_api_loader_map] */ -html, body { - height: calc(100vh - 100px); - padding: 0; - font-family:Arial, Helvetica, sans-serif ; +html, +body { + height: calc(100vh - 100px); + padding: 0; + font-family: Arial, Helvetica, sans-serif; } #map { - height: calc(100vh - 100px); + height: calc(100vh - 100px); } -h1{ - height:30px +h1 { + height: 30px; } @media screen and (max-width: 600px) { - h1 { - font-size: 1.2em; - } + h1 { + font-size: 1.2em; + } } -/* [END maps_js_api_loader_map] */ \ No newline at end of file +/* [END maps_js_api_loader_map] */ diff --git a/samples/layer-data-event/README.md b/samples/layer-data-event/README.md index 010d7ef38..7f6aa1442 100644 --- a/samples/layer-data-event/README.md +++ b/samples/layer-data-event/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/layer-data-event` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/layer-data-event/index.html b/samples/layer-data-event/index.html index b12bc7161..33ef3eea9 100644 --- a/samples/layer-data-event/index.html +++ b/samples/layer-data-event/index.html @@ -1,4 +1,4 @@ - + +
- +
diff --git a/samples/place-nearby-search/index.html b/samples/place-nearby-search/index.html index 6806d848e..119d07974 100644 --- a/samples/place-nearby-search/index.html +++ b/samples/place-nearby-search/index.html @@ -14,10 +14,7 @@ - - - - + - - Complex Polylines + + Complex Polylines - - + + - - - - + + + + diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 959b7f4a1..530529d0a 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -16,37 +16,37 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let innerMap; async function initMap() { - // Import the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + // Import the needed libraries. + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; - innerMap = mapElement.innerMap; + innerMap = mapElement.innerMap; - poly = new google.maps.Polyline({ - strokeColor: "#000000", - strokeOpacity: 1.0, - strokeWeight: 3, - }); - poly.setMap(innerMap); + poly = new google.maps.Polyline({ + strokeColor: '#000000', + strokeOpacity: 1.0, + strokeWeight: 3, + }); + poly.setMap(innerMap); - // Add a listener for the click event - innerMap.addListener("click", addLatLng); + // Add a listener for the click event + innerMap.addListener('click', addLatLng); } // Handles click events on a map, and adds a new point to the Polyline. function addLatLng(event: google.maps.MapMouseEvent) { - const path = poly.getPath(); - - // Because path is an MVCArray, we can simply append a new coordinate - // and it will automatically appear. - path.push(event.latLng as google.maps.LatLng); - - // Add a new marker at the new plotted point on the polyline. - new google.maps.marker.AdvancedMarkerElement({ - position: event.latLng, - title: "#" + path.getLength(), - map: innerMap, - }); + const path = poly.getPath(); + + // Because path is an MVCArray, we can simply append a new coordinate + // and it will automatically appear. + path.push(event.latLng as google.maps.LatLng); + + // Add a new marker at the new plotted point on the polyline. + new google.maps.marker.AdvancedMarkerElement({ + position: event.latLng, + title: '#' + path.getLength(), + map: innerMap, + }); } initMap(); diff --git a/samples/polyline-complex/style.css b/samples/polyline-complex/style.css index 1c9905882..74dfb7fd7 100644 --- a/samples/polyline-complex/style.css +++ b/samples/polyline-complex/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_polyline_complex] */ \ No newline at end of file +/* [END maps_polyline_complex] */ diff --git a/samples/polyline-remove/README.md b/samples/polyline-remove/README.md index 852a3b302..235f39bec 100644 --- a/samples/polyline-remove/README.md +++ b/samples/polyline-remove/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/polyline-remove` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/polyline-remove/style.css b/samples/polyline-remove/style.css index 0160feeab..b0b1704c9 100644 --- a/samples/polyline-remove/style.css +++ b/samples/polyline-remove/style.css @@ -9,7 +9,7 @@ * that contains the map. */ #map { - height: 100%; + height: 100%; } /* @@ -17,23 +17,23 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #floating-panel { - position: absolute; - top: 10px; - left: 25%; - z-index: 5; - background-color: #fff; - padding: 5px; - border: 1px solid #999; - text-align: center; - font-family: "Roboto", "sans-serif"; - line-height: 30px; - padding-left: 10px; + position: absolute; + top: 10px; + left: 25%; + z-index: 5; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + text-align: center; + font-family: 'Roboto', 'sans-serif'; + line-height: 30px; + padding-left: 10px; } -/* [END maps_polyline_remove] */ \ No newline at end of file +/* [END maps_polyline_remove] */ diff --git a/samples/polyline-simple/README.md b/samples/polyline-simple/README.md index 75f25e802..a6cb8bfa8 100644 --- a/samples/polyline-simple/README.md +++ b/samples/polyline-simple/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/polyline-simple` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/react-ui-kit-place-details-compact/index.html b/samples/react-ui-kit-place-details-compact/index.html index 628646265..b0cb5893b 100644 --- a/samples/react-ui-kit-place-details-compact/index.html +++ b/samples/react-ui-kit-place-details-compact/index.html @@ -7,31 +7,31 @@ - - - - React - UI Kit Place Details Compact - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details-compact/src/app.tsx b/samples/react-ui-kit-place-details-compact/src/app.tsx index 1ddcfca86..d5dfe4856 100644 --- a/samples/react-ui-kit-place-details-compact/src/app.tsx +++ b/samples/react-ui-kit-place-details-compact/src/app.tsx @@ -3,48 +3,54 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details_compact] */} -import React, {useEffect, useRef} from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +{ + /* [START maps_react_ui_kit_place_details_compact] */ +} +import React, { useEffect, useRef } from 'react'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - placeId: string; + placeId: string; }; // Renders place details using a place ID. -const PlaceDetails = ({placeId}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = useRef(null); - - useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details-compact element. - const placeDetails = document.createElement('gmp-place-details-compact'); - - // Set the orientation. - placeDetails.setAttribute('orientation', 'horizontal'); - - // Create the gmp-place-details-place-request element. - const placeRequest = document.createElement( - 'gmp-place-details-place-request', - ); - - // Set the place on the place request element. - placeRequest.setAttribute('place', placeId); - - // Append the place request to the place details element. - placeDetails.appendChild(placeRequest); - - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` +const PlaceDetails = ({ placeId }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = useRef(null); + + useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details-compact element. + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + + // Set the orientation. + placeDetails.setAttribute('orientation', 'horizontal'); + + // Create the gmp-place-details-place-request element. + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + + // Set the place on the place request element. + placeRequest.setAttribute('place', placeId); + + // Append the place request to the place details element. + placeDetails.appendChild(placeRequest); + + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -53,36 +59,37 @@ const PlaceDetails = ({placeId}: PlaceDetailsProps) => { `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, placeId]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, placeId]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); +} +{ + /* [END maps_react_ui_kit_place_details_compact] */ } -{/* [END maps_react_ui_kit_place_details_compact] */} - diff --git a/samples/react-ui-kit-place-details-compact/src/styles.css b/samples/react-ui-kit-place-details-compact/src/styles.css index 5d922b40d..02f3795ca 100644 --- a/samples/react-ui-kit-place-details-compact/src/styles.css +++ b/samples/react-ui-kit-place-details-compact/src/styles.css @@ -6,15 +6,15 @@ /* [START maps_react_ui_kit_place_details_compact] */ html, body { - display: flex; - width: 100%; - height: 400px; - margin: 0; + display: flex; + width: 100%; + height: 400px; + margin: 0; } h1 { - font-size: 16px; - text-align: center; + font-size: 16px; + text-align: center; } #map-container { @@ -23,28 +23,30 @@ h1 { } gmp-place-details-compact { - --gmp-mat-color-on-surface: light-dark(black, white); - --gmp-mat-color-surface: light-dark(white, black); - --gmp-mat-font-family: Google Sans Text, sans-serif; - --gmp-mat-font-body-medium: normal 400 0.875em/1.25em var(--gmp-mat-font-family, 'Google Sans Text'); + --gmp-mat-color-on-surface: light-dark(black, white); + --gmp-mat-color-surface: light-dark(white, black); + --gmp-mat-font-family: Google Sans Text, sans-serif; + --gmp-mat-font-body-medium: normal 400 0.875em/1.25em + var(--gmp-mat-font-family, 'Google Sans Text'); - width: 360px; - border: none; - padding: 0; - margin: 0; - position: relative; + width: 360px; + border: none; + padding: 0; + margin: 0; + position: relative; } gmp-place-details-compact::after { - content: ""; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 16px solid transparent; - border-right: 16px solid transparent; - border-top: 20px solid var(--gmp-mat-color-surface, light-dark(white, black)); + content: ''; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-top: 20px solid + var(--gmp-mat-color-surface, light-dark(white, black)); } /* [END maps_react_ui_kit_place_details_compact] */ diff --git a/samples/react-ui-kit-place-details-latlng-compact/index.html b/samples/react-ui-kit-place-details-latlng-compact/index.html index 43ecfab41..c4a8c3253 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/index.html +++ b/samples/react-ui-kit-place-details-latlng-compact/index.html @@ -7,31 +7,33 @@ - - - - React - UI Kit Place Details - latitude, longitude - Compact - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx b/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx index ad7f41733..0037b5a77 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx +++ b/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx @@ -3,49 +3,55 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details_latlng_compact] */} -import React, {useEffect, useRef} from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +{ + /* [START maps_react_ui_kit_place_details_latlng_compact] */ +} +import React, { useEffect, useRef } from 'react'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - lat: number; - lng: number; + lat: number; + lng: number; }; // Renders place details using a latitude and longitude. -const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = useRef(null); - - useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details-compact element. - const placeDetails = document.createElement('gmp-place-details-compact'); - - // Set the orientation. - placeDetails.setAttribute('orientation', 'horizontal'); - - // Create the gmp-place-details-location-request element. - const locationRequest = document.createElement( - 'gmp-place-details-location-request', - ); - - // Set the location on the location request element. - locationRequest.setAttribute('location', `${lat},${lng}`); - - // Append the location request to the place details element. - placeDetails.appendChild(locationRequest); - - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` +const PlaceDetails = ({ lat, lng }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = useRef(null); + + useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details-compact element. + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + + // Set the orientation. + placeDetails.setAttribute('orientation', 'horizontal'); + + // Create the gmp-place-details-location-request element. + const locationRequest = document.createElement( + 'gmp-place-details-location-request' + ); + + // Set the location on the location request element. + locationRequest.setAttribute('location', `${lat},${lng}`); + + // Append the location request to the place details element. + placeDetails.appendChild(locationRequest); + + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -54,35 +60,37 @@ const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, lat, lng]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, lat, lng]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); +} +{ + /* [END maps_react_ui_kit_place_details_latlng_compact] */ } -{/* [END maps_react_ui_kit_place_details_latlng_compact] */} diff --git a/samples/react-ui-kit-place-details-latlng-compact/src/styles.css b/samples/react-ui-kit-place-details-latlng-compact/src/styles.css index c57a844fa..20a5c17a5 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/src/styles.css +++ b/samples/react-ui-kit-place-details-latlng-compact/src/styles.css @@ -6,15 +6,15 @@ /* [START maps_react_ui_kit_place_details_by_latlng_compact] */ html, body { - display: flex; - width: 100%; - height: 400px; - margin: 0; + display: flex; + width: 100%; + height: 400px; + margin: 0; } h1 { - font-size: 16px; - text-align: center; + font-size: 16px; + text-align: center; } #map-container { @@ -23,28 +23,30 @@ h1 { } gmp-place-details-compact { - --gmp-mat-color-on-surface: light-dark(black, white); - --gmp-mat-color-surface: light-dark(white, black); - --gmp-mat-font-family: Google Sans Text, sans-serif; - --gmp-mat-font-body-medium: normal 400 0.875em/1.25em var(--gmp-mat-font-family, 'Google Sans Text'); + --gmp-mat-color-on-surface: light-dark(black, white); + --gmp-mat-color-surface: light-dark(white, black); + --gmp-mat-font-family: Google Sans Text, sans-serif; + --gmp-mat-font-body-medium: normal 400 0.875em/1.25em + var(--gmp-mat-font-family, 'Google Sans Text'); - width: 360px; - border: none; - padding: 0; - margin: 0; - position: relative; - } + width: 360px; + border: none; + padding: 0; + margin: 0; + position: relative; +} gmp-place-details-compact::after { - content: ""; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 16px solid transparent; - border-right: 16px solid transparent; - border-top: 20px solid var(--gmp-mat-color-surface, light-dark(white, black)); + content: ''; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-top: 20px solid + var(--gmp-mat-color-surface, light-dark(white, black)); } /* [END maps_react_ui_kit_place_details_by_latlng_compact] */ diff --git a/samples/react-ui-kit-place-details-latlng/index.html b/samples/react-ui-kit-place-details-latlng/index.html index 84de7f70e..b82b2ec4d 100644 --- a/samples/react-ui-kit-place-details-latlng/index.html +++ b/samples/react-ui-kit-place-details-latlng/index.html @@ -7,31 +7,31 @@ - - - - React - UI Kit Place Details - latitude, longitude - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details-latlng/src/app.tsx b/samples/react-ui-kit-place-details-latlng/src/app.tsx index 60c4b225d..1dfd07ecc 100644 --- a/samples/react-ui-kit-place-details-latlng/src/app.tsx +++ b/samples/react-ui-kit-place-details-latlng/src/app.tsx @@ -3,46 +3,50 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details_by_latlng] */} +{ + /* [START maps_react_ui_kit_place_details_by_latlng] */ +} import React from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - lat: number; - lng: number; + lat: number; + lng: number; }; // Renders place details using a latitude and longitude. -const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = React.useRef(null); +const PlaceDetails = ({ lat, lng }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = React.useRef(null); - React.useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details element. - const placeDetails = document.createElement('gmp-place-details'); + React.useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details element. + const placeDetails = document.createElement('gmp-place-details'); - // Create the gmp-place-details-location-request element. - const locationRequest = document.createElement( - 'gmp-place-details-location-request', - ); + // Create the gmp-place-details-location-request element. + const locationRequest = document.createElement( + 'gmp-place-details-location-request' + ); - // Set the location on the location request element. - locationRequest.setAttribute('location', `${lat},${lng}`); + // Set the location on the location request element. + locationRequest.setAttribute('location', `${lat},${lng}`); - // Append the location request to the place details element. - placeDetails.appendChild(locationRequest); + // Append the location request to the place details element. + placeDetails.appendChild(locationRequest); - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -60,35 +64,37 @@ const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { light-scheme-color="gray" dark-scheme-color="white"> `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, lat, lng]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, lat, lng]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); +} +{ + /* [END maps_react_ui_kit_place_details_by_latlng] */ } -{/* [END maps_react_ui_kit_place_details_by_latlng] */} diff --git a/samples/react-ui-kit-place-details-latlng/src/styles.css b/samples/react-ui-kit-place-details-latlng/src/styles.css index 04c24bd62..d091d5b1e 100644 --- a/samples/react-ui-kit-place-details-latlng/src/styles.css +++ b/samples/react-ui-kit-place-details-latlng/src/styles.css @@ -5,27 +5,27 @@ */ /* [START maps_react_ui_kit_place_details_by_latlng] */ #map { - height: 100%; + height: 100%; } gmp-map { - height: 100%; + height: 100%; } .widget-container { - background-color: black; - padding: 1rem; - border-radius: 0.5rem; - max-height: calc(100% - 2rem); - overflow: auto; + background-color: black; + padding: 1rem; + border-radius: 0.5rem; + max-height: calc(100% - 2rem); + overflow: auto; } .place-details-container { - position: relative; - width: 360px; - margin: auto; - margin-top:20px; - max-height: 760px; - overflow: auto; + position: relative; + width: 360px; + margin: auto; + margin-top: 20px; + max-height: 760px; + overflow: auto; } /* [END maps_react_ui_kit_place_details_by_latlng] */ diff --git a/samples/react-ui-kit-place-details/index.html b/samples/react-ui-kit-place-details/index.html index 8a893c0db..f30c52403 100644 --- a/samples/react-ui-kit-place-details/index.html +++ b/samples/react-ui-kit-place-details/index.html @@ -7,31 +7,31 @@ - - - - React - UI Kit Place Details Full - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details/src/app.tsx b/samples/react-ui-kit-place-details/src/app.tsx index ea7394549..447f1dceb 100644 --- a/samples/react-ui-kit-place-details/src/app.tsx +++ b/samples/react-ui-kit-place-details/src/app.tsx @@ -3,45 +3,49 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details] */} +{ + /* [START maps_react_ui_kit_place_details] */ +} import React from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - placeId: string; + placeId: string; }; // Renders place details using a place ID. -const PlaceDetails = ({placeId}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = React.useRef(null); - - React.useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details element. - const placeDetails = document.createElement('gmp-place-details'); - - // Create the gmp-place-details-place-request element. - const placeRequest = document.createElement( - 'gmp-place-details-place-request', - ); - - // Set the place on the place request element. - placeRequest.setAttribute('place', placeId); - - // Append the place request to the place details element. - placeDetails.appendChild(placeRequest); - - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` +const PlaceDetails = ({ placeId }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = React.useRef(null); + + React.useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details element. + const placeDetails = document.createElement('gmp-place-details'); + + // Create the gmp-place-details-place-request element. + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + + // Set the place on the place request element. + placeRequest.setAttribute('place', placeId); + + // Append the place request to the place details element. + placeDetails.appendChild(placeRequest); + + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -59,36 +63,38 @@ const PlaceDetails = ({placeId}: PlaceDetailsProps) => { light-scheme-color="gray" dark-scheme-color="white"> `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, placeId]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, placeId]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); } -{/* [END maps_react_ui_kit_place_details] */} \ No newline at end of file +{ + /* [END maps_react_ui_kit_place_details] */ +} diff --git a/samples/react-ui-kit-place-details/src/styles.css b/samples/react-ui-kit-place-details/src/styles.css index 6e8e9af1e..a509c7109 100644 --- a/samples/react-ui-kit-place-details/src/styles.css +++ b/samples/react-ui-kit-place-details/src/styles.css @@ -5,27 +5,27 @@ */ /* [START maps_react_ui_kit_place_details] */ #map { - height: 100%; + height: 100%; } gmp-map { - height: 100%; + height: 100%; } .widget-container { - background-color: black; - padding: 1rem; - border-radius: 0.5rem; - max-height: calc(100% - 2rem); - overflow: auto; + background-color: black; + padding: 1rem; + border-radius: 0.5rem; + max-height: calc(100% - 2rem); + overflow: auto; } .place-details-container { - position: relative; - width: 360px; - margin: auto; - margin-top:20px; - max-height: 720px; - overflow: auto; + position: relative; + width: 360px; + margin: auto; + margin-top: 20px; + max-height: 720px; + overflow: auto; } /* [END maps_react_ui_kit_place_details] */ diff --git a/samples/react-ui-kit-search-nearby/index.html b/samples/react-ui-kit-search-nearby/index.html index 375a815a8..efc79ec47 100644 --- a/samples/react-ui-kit-search-nearby/index.html +++ b/samples/react-ui-kit-search-nearby/index.html @@ -1,16 +1,16 @@ - - - - React - Places UI Kit Search Nearby - - - - -
- - - \ No newline at end of file + + + + React - Places UI Kit Search Nearby + + + + +
+ + + diff --git a/samples/react-ui-kit-search-nearby/src/app.tsx b/samples/react-ui-kit-search-nearby/src/app.tsx index 38d3ffcde..b93cba5c1 100644 --- a/samples/react-ui-kit-search-nearby/src/app.tsx +++ b/samples/react-ui-kit-search-nearby/src/app.tsx @@ -3,76 +3,86 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_places_ui_kit_search_nearby] */} -import React, {useState, useEffect, useRef, type RefObject} from 'react'; -import {createRoot} from 'react-dom/client'; +{ + /* [START maps_react_places_ui_kit_search_nearby] */ +} +import React, { useState, useEffect, useRef, type RefObject } from 'react'; +import { createRoot } from 'react-dom/client'; import { - APIProvider, - Map, - AdvancedMarker, - useMap, - useMapsLibrary + APIProvider, + Map, + AdvancedMarker, + useMap, + useMapsLibrary, } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; const App = () => ( - - - + + + ); const PlacesSearchLayout = () => { - const [selectedType, setSelectedType] = useState(''); - const [places, setPlaces] = useState([]); - const [selectedPlace, setSelectedPlace] = useState(null); - - const placeSearchRef = useRef(null); - - return ( -
-
-
- setSelectedPlace(null)} - > - - {places.map(place => ( - place.location && ( - { - console.log('Marker clicked:', place); - setSelectedPlace(place); - }} - /> - ) - ))} - -
-
- -
-
- ); + const [selectedType, setSelectedType] = useState(''); + const [places, setPlaces] = useState([]); + const [selectedPlace, setSelectedPlace] = useState(null); + + const placeSearchRef = useRef(null); + + return ( +
+
+
+ setSelectedPlace(null)}> + + {places.map( + (place) => + place.location && ( + { + console.log('Marker clicked:', place); + setSelectedPlace(place); + }} + /> + ) + )} + +
+
+ +
+
+ ); }; interface PlaceSearchControllerProps { @@ -88,125 +98,159 @@ const PlaceSearchController = ({ selectedType, setPlaces, setSelectedPlace, - selectedPlace + selectedPlace, }: PlaceSearchControllerProps) => { - const map = useMap(); - const coreLib = useMapsLibrary('core'); - const markerLib = useMapsLibrary('marker'); - const geometryLib = useMapsLibrary('geometry'); - - const placeRequestRef = useRef(null); - const popupMarkerRef = useRef(null); - const placeDetailsRef = useRef(null); - - // Initialize the popup marker and place details element once - useEffect(() => { - if (!markerLib || !map) return; - - const placeDetails = document.createElement('gmp-place-details-compact'); - placeDetails.setAttribute('orientation', 'horizontal'); - placeDetailsRef.current = placeDetails; - - const placeRequest = document.createElement('gmp-place-details-place-request'); - placeRequestRef.current = placeRequest; - - const allContent = document.createElement('gmp-place-all-content'); - placeDetails.appendChild(placeRequest); - placeDetails.appendChild(allContent); - - popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ - map: null, - content: placeDetails, - zIndex: 100 - }); - }, [markerLib, map]); - - // Handle place search logic - useEffect(() => { - if (!map || !coreLib || !geometryLib || !placeSearchRef.current) return; - - if (!selectedType) { - setPlaces([]); - placeSearchRef.current.innerHTML = ''; - return; - } - - const placeSearch = document.createElement('gmp-place-search'); - placeSearch.setAttribute('selectable', ''); - const allContent = document.createElement('gmp-place-all-content'); - const nearbyRequest = document.createElement('gmp-place-nearby-search-request'); - placeSearch.appendChild(allContent); - placeSearch.appendChild(nearbyRequest); - placeSearchRef.current.innerHTML = ''; - placeSearchRef.current.appendChild(placeSearch); - - const bounds = map.getBounds(); - const center = map.getCenter(); - if (!bounds || !center) return; - - const ne = bounds.getNorthEast(); - const sw = bounds.getSouthWest(); - const diameter = geometryLib.spherical.computeDistanceBetween(ne, sw); - const radius = Math.min((diameter / 2), 50000); - - (nearbyRequest as any).maxResultCount = 10; - (nearbyRequest as any).locationRestriction = { center, radius }; - (nearbyRequest as any).includedTypes = [selectedType]; - - const handleLoad = () => { - const newPlaces = (placeSearch as any).places || []; - setPlaces(newPlaces); - if (newPlaces.length > 0) { - const newBounds = new coreLib.LatLngBounds(); - newPlaces.forEach((p: any) => p.location && newBounds.extend(p.location)); - if (!newBounds.isEmpty()) map.fitBounds(newBounds); - } - }; - - const handleSelect = (event: any) => setSelectedPlace(event.place); - - placeSearch.addEventListener('gmp-load', handleLoad); - placeSearch.addEventListener('gmp-select', handleSelect); - - return () => { - placeSearch.removeEventListener('gmp-load', handleLoad); - placeSearch.removeEventListener('gmp-select', handleSelect); - }; - }, [map, coreLib, geometryLib, selectedType, placeSearchRef, setPlaces, setSelectedPlace]); - - // Handle popup display logic, mirroring the vanilla JS example - useEffect(() => { - if (!map || !popupMarkerRef.current || !placeRequestRef.current || !placeDetailsRef.current) return; - - if (selectedPlace && selectedPlace.location) { - (placeRequestRef.current as any).place = selectedPlace; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'block'; - - popupMarkerRef.current.position = selectedPlace.location; - popupMarkerRef.current.map = map; - - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, left: 400}); - - placeDetailsRef.current.addEventListener('gmp-load',() => { - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, right: 450}); - } - }, { once: true }); + const map = useMap(); + const coreLib = useMapsLibrary('core'); + const markerLib = useMapsLibrary('marker'); + const geometryLib = useMapsLibrary('geometry'); + + const placeRequestRef = useRef(null); + const popupMarkerRef = + useRef(null); + const placeDetailsRef = useRef(null); + + // Initialize the popup marker and place details element once + useEffect(() => { + if (!markerLib || !map) return; + + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + placeDetails.setAttribute('orientation', 'horizontal'); + placeDetailsRef.current = placeDetails; + + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + placeRequestRef.current = placeRequest; + + const allContent = document.createElement('gmp-place-all-content'); + placeDetails.appendChild(placeRequest); + placeDetails.appendChild(allContent); + + popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ + map: null, + content: placeDetails, + zIndex: 100, + }); + }, [markerLib, map]); + + // Handle place search logic + useEffect(() => { + if (!map || !coreLib || !geometryLib || !placeSearchRef.current) return; + + if (!selectedType) { + setPlaces([]); + placeSearchRef.current.innerHTML = ''; + return; + } + + const placeSearch = document.createElement('gmp-place-search'); + placeSearch.setAttribute('selectable', ''); + const allContent = document.createElement('gmp-place-all-content'); + const nearbyRequest = document.createElement( + 'gmp-place-nearby-search-request' + ); + placeSearch.appendChild(allContent); + placeSearch.appendChild(nearbyRequest); + placeSearchRef.current.innerHTML = ''; + placeSearchRef.current.appendChild(placeSearch); + + const bounds = map.getBounds(); + const center = map.getCenter(); + if (!bounds || !center) return; + + const ne = bounds.getNorthEast(); + const sw = bounds.getSouthWest(); + const diameter = geometryLib.spherical.computeDistanceBetween(ne, sw); + const radius = Math.min(diameter / 2, 50000); + + (nearbyRequest as any).maxResultCount = 10; + (nearbyRequest as any).locationRestriction = { center, radius }; + (nearbyRequest as any).includedTypes = [selectedType]; + + const handleLoad = () => { + const newPlaces = (placeSearch as any).places || []; + setPlaces(newPlaces); + if (newPlaces.length > 0) { + const newBounds = new coreLib.LatLngBounds(); + newPlaces.forEach( + (p: any) => p.location && newBounds.extend(p.location) + ); + if (!newBounds.isEmpty()) map.fitBounds(newBounds); + } + }; + + const handleSelect = (event: any) => setSelectedPlace(event.place); + + placeSearch.addEventListener('gmp-load', handleLoad); + placeSearch.addEventListener('gmp-select', handleSelect); + + return () => { + placeSearch.removeEventListener('gmp-load', handleLoad); + placeSearch.removeEventListener('gmp-select', handleSelect); + }; + }, [ + map, + coreLib, + geometryLib, + selectedType, + placeSearchRef, + setPlaces, + setSelectedPlace, + ]); + + // Handle popup display logic, mirroring the vanilla JS example + useEffect(() => { + if ( + !map || + !popupMarkerRef.current || + !placeRequestRef.current || + !placeDetailsRef.current + ) + return; + + if (selectedPlace && selectedPlace.location) { + (placeRequestRef.current as any).place = selectedPlace; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'block'; + + popupMarkerRef.current.position = selectedPlace.location; + popupMarkerRef.current.map = map; + + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { top: 0, left: 400 }); + + placeDetailsRef.current.addEventListener( + 'gmp-load', + () => { + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { + top: 0, + right: 450, + }); + } + }, + { once: true } + ); + } + } else { + popupMarkerRef.current.map = null; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'none'; } - } else { - popupMarkerRef.current.map = null; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'none'; - } - }, [selectedPlace, map]); + }, [selectedPlace, map]); - return null; + return null; }; const root = createRoot(document.getElementById('app') as HTMLElement); root.render( - - - + + + ); -{/* [END maps_react_places_ui_kit_search_nearby] */} +{ + /* [END maps_react_places_ui_kit_search_nearby] */ +} diff --git a/samples/react-ui-kit-search-nearby/src/styles.css b/samples/react-ui-kit-search-nearby/src/styles.css index f7da835af..a28a61cb8 100644 --- a/samples/react-ui-kit-search-nearby/src/styles.css +++ b/samples/react-ui-kit-search-nearby/src/styles.css @@ -30,7 +30,8 @@ h1 { .map-container { flex-grow: 1; height: 100%; - width: 100%;} + width: 100%; +} .place-list-wrapper { position: absolute; @@ -55,14 +56,14 @@ h1 { border-radius: 10px; flex-grow: 1; padding: 0 10px; - } +} gmp-place-search { - width: 100%; - margin: 0; - border-radius: 10px; - display: block; - border: none; + width: 100%; + margin: 0; + border-radius: 10px; + display: block; + border: none; } gmp-place-details-compact { @@ -113,7 +114,7 @@ gmp-place-details-compact::after { width: 20px; height: 20px; background-color: white; - box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); + box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); z-index: 1; clip-path: polygon(0% 0%, 100% 0%, 50% 100%); transform-origin: center center; @@ -124,4 +125,4 @@ gmp-place-details-compact::after { gmp-place-details-compact::after { background-color: #131314; } -} \ No newline at end of file +} diff --git a/samples/react-ui-kit-search-text/index.html b/samples/react-ui-kit-search-text/index.html index d34e1ee90..0a9955f20 100644 --- a/samples/react-ui-kit-search-text/index.html +++ b/samples/react-ui-kit-search-text/index.html @@ -5,17 +5,17 @@ --> - - - - React - Places UI Kit Search Text - - - - -
- - - \ No newline at end of file + + + + React - Places UI Kit Search Text + + + + +
+ + + diff --git a/samples/react-ui-kit-search-text/src/app.tsx b/samples/react-ui-kit-search-text/src/app.tsx index 8da1d2108..b8445d692 100644 --- a/samples/react-ui-kit-search-text/src/app.tsx +++ b/samples/react-ui-kit-search-text/src/app.tsx @@ -3,82 +3,93 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_places_ui_kit_search_text] */} -import React, {useState, useEffect, useRef, type RefObject} from 'react'; -import {createRoot} from 'react-dom/client'; +{ + /* [START maps_react_places_ui_kit_search_text] */ +} +import React, { useState, useEffect, useRef, type RefObject } from 'react'; +import { createRoot } from 'react-dom/client'; import { - APIProvider, - Map, - AdvancedMarker, - useMap, - useMapsLibrary + APIProvider, + Map, + AdvancedMarker, + useMap, + useMapsLibrary, } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; if (!API_KEY) { - console.error('Missing Google Maps API key'); + console.error('Missing Google Maps API key'); } const App = () => ( - - - + + + ); const PlacesSearchLayout = () => { - const [query, setQuery] = useState(''); - const [places, setPlaces] = useState([]); - const [selectedPlace, setSelectedPlace] = useState(null); - - const placeSearchRef = useRef(null); - const queryInputRef = useRef(null); - - const handleSearch = () => { - if (queryInputRef.current) { - setQuery(queryInputRef.current.value); - } - }; - - return ( - <> -
- setSelectedPlace(null)} - > - - {places.map(place => ( - place.location && ( - { - setSelectedPlace(place); - }} - /> - ) - ))} - -
-
-
- - -
- - ); + const [query, setQuery] = useState(''); + const [places, setPlaces] = useState([]); + const [selectedPlace, setSelectedPlace] = useState(null); + + const placeSearchRef = useRef(null); + const queryInputRef = useRef(null); + + const handleSearch = () => { + if (queryInputRef.current) { + setQuery(queryInputRef.current.value); + } + }; + + return ( + <> +
+ setSelectedPlace(null)}> + + {places.map( + (place) => + place.location && ( + { + setSelectedPlace(place); + }} + /> + ) + )} + +
+
+
+ + +
+ + ); }; interface PlaceSearchControllerProps { @@ -94,121 +105,147 @@ const PlaceSearchController = ({ query, setPlaces, setSelectedPlace, - selectedPlace + selectedPlace, }: PlaceSearchControllerProps) => { - const map = useMap(); - const coreLib = useMapsLibrary('core'); - const markerLib = useMapsLibrary('marker'); - - const placeRequestRef = useRef(null); - const popupMarkerRef = useRef(null); - const placeDetailsRef = useRef(null); - - // Initialize the popup marker and place details element once - useEffect(() => { - if (!markerLib || !map) return; - - const placeDetails = document.createElement('gmp-place-details-compact'); - placeDetails.setAttribute('orientation', 'horizontal'); - placeDetailsRef.current = placeDetails; - - const placeRequest = document.createElement('gmp-place-details-place-request'); - placeRequestRef.current = placeRequest; - - const allContent = document.createElement('gmp-place-all-content'); - placeDetails.appendChild(placeRequest); - placeDetails.appendChild(allContent); - - popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ - map: null, - content: placeDetails, - zIndex: 100 - }); - }, [markerLib, map]); - - // Handle place search logic by recreating the component on query change - useEffect(() => { - if (!map || !coreLib || !placeSearchRef.current) return; - - if (!query) { - placeSearchRef.current.innerHTML = ''; - setPlaces([]); - return; - } - - const bounds = map.getBounds(); - if (!bounds) return; - - const placeSearch = document.createElement('gmp-place-search'); - placeSearch.setAttribute('selectable', ''); - placeSearch.setAttribute('orientation', 'vertical'); - placeSearch.setAttribute('attribution-position', 'top'); - placeSearch.style.display = 'block'; - - const textRequest = document.createElement('gmp-place-text-search-request'); - (textRequest as any).textQuery = query; - (textRequest as any).locationBias = bounds; - placeSearch.appendChild(textRequest); - - const allContent = document.createElement('gmp-place-all-content'); - placeSearch.appendChild(allContent); - - placeSearchRef.current.innerHTML = ''; - placeSearchRef.current.appendChild(placeSearch); - - const handleLoad = () => { - const newPlaces = (placeSearch as any).places || []; - setPlaces(newPlaces); - if (newPlaces.length > 0) { - const newBounds = new coreLib.LatLngBounds(); - newPlaces.forEach((p: any) => p.location && newBounds.extend(p.location)); - if (!newBounds.isEmpty()) map.fitBounds(newBounds); - } - }; - const handleSelect = (event: any) => setSelectedPlace(event.place); - - placeSearch.addEventListener('gmp-load', handleLoad); - placeSearch.addEventListener('gmp-select', handleSelect); + const map = useMap(); + const coreLib = useMapsLibrary('core'); + const markerLib = useMapsLibrary('marker'); + + const placeRequestRef = useRef(null); + const popupMarkerRef = + useRef(null); + const placeDetailsRef = useRef(null); + + // Initialize the popup marker and place details element once + useEffect(() => { + if (!markerLib || !map) return; + + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + placeDetails.setAttribute('orientation', 'horizontal'); + placeDetailsRef.current = placeDetails; + + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + placeRequestRef.current = placeRequest; + + const allContent = document.createElement('gmp-place-all-content'); + placeDetails.appendChild(placeRequest); + placeDetails.appendChild(allContent); + + popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ + map: null, + content: placeDetails, + zIndex: 100, + }); + }, [markerLib, map]); + + // Handle place search logic by recreating the component on query change + useEffect(() => { + if (!map || !coreLib || !placeSearchRef.current) return; + + if (!query) { + placeSearchRef.current.innerHTML = ''; + setPlaces([]); + return; + } - return () => { - placeSearch.removeEventListener('gmp-load', handleLoad); - placeSearch.removeEventListener('gmp-select', handleSelect); - }; - }, [map, coreLib, query, placeSearchRef, setPlaces, setSelectedPlace]); - - // Handle popup display logic - useEffect(() => { - if (!map || !popupMarkerRef.current || !placeRequestRef.current || !placeDetailsRef.current) return; - - if (selectedPlace && selectedPlace.location) { - (placeRequestRef.current as any).place = selectedPlace; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'block'; - - popupMarkerRef.current.position = selectedPlace.location; - popupMarkerRef.current.map = map; - - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, left: 400}); - - placeDetailsRef.current.addEventListener('gmp-load',() => { - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, right: 450}); - } - }, { once: true }); + const bounds = map.getBounds(); + if (!bounds) return; + + const placeSearch = document.createElement('gmp-place-search'); + placeSearch.setAttribute('selectable', ''); + placeSearch.setAttribute('orientation', 'vertical'); + placeSearch.setAttribute('attribution-position', 'top'); + placeSearch.style.display = 'block'; + + const textRequest = document.createElement( + 'gmp-place-text-search-request' + ); + (textRequest as any).textQuery = query; + (textRequest as any).locationBias = bounds; + placeSearch.appendChild(textRequest); + + const allContent = document.createElement('gmp-place-all-content'); + placeSearch.appendChild(allContent); + + placeSearchRef.current.innerHTML = ''; + placeSearchRef.current.appendChild(placeSearch); + + const handleLoad = () => { + const newPlaces = (placeSearch as any).places || []; + setPlaces(newPlaces); + if (newPlaces.length > 0) { + const newBounds = new coreLib.LatLngBounds(); + newPlaces.forEach( + (p: any) => p.location && newBounds.extend(p.location) + ); + if (!newBounds.isEmpty()) map.fitBounds(newBounds); + } + }; + const handleSelect = (event: any) => setSelectedPlace(event.place); + + placeSearch.addEventListener('gmp-load', handleLoad); + placeSearch.addEventListener('gmp-select', handleSelect); + + return () => { + placeSearch.removeEventListener('gmp-load', handleLoad); + placeSearch.removeEventListener('gmp-select', handleSelect); + }; + }, [map, coreLib, query, placeSearchRef, setPlaces, setSelectedPlace]); + + // Handle popup display logic + useEffect(() => { + if ( + !map || + !popupMarkerRef.current || + !placeRequestRef.current || + !placeDetailsRef.current + ) + return; + + if (selectedPlace && selectedPlace.location) { + (placeRequestRef.current as any).place = selectedPlace; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'block'; + + popupMarkerRef.current.position = selectedPlace.location; + popupMarkerRef.current.map = map; + + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { top: 0, left: 400 }); + + placeDetailsRef.current.addEventListener( + 'gmp-load', + () => { + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { + top: 0, + right: 450, + }); + } + }, + { once: true } + ); + } + } else { + popupMarkerRef.current.map = null; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'none'; } - } else { - popupMarkerRef.current.map = null; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'none'; - } - }, [selectedPlace, map]); + }, [selectedPlace, map]); - return null; + return null; }; const root = createRoot(document.getElementById('app') as HTMLElement); root.render( - - - + + + ); -{/* [END maps_react_places_ui_kit_search_text] */} +{ + /* [END maps_react_places_ui_kit_search_text] */ +} diff --git a/samples/react-ui-kit-search-text/src/styles.css b/samples/react-ui-kit-search-text/src/styles.css index 634b4e6c3..4beb493f7 100644 --- a/samples/react-ui-kit-search-text/src/styles.css +++ b/samples/react-ui-kit-search-text/src/styles.css @@ -21,8 +21,8 @@ h1 { } #app { - height: 100%; - width: 100%; + height: 100%; + width: 100%; } .map-container { @@ -66,11 +66,11 @@ h1 { } gmp-place-search { - width: 100%; - margin: 0; - border-radius: 10px; - display: block; - border: none; + width: 100%; + margin: 0; + border-radius: 10px; + display: block; + border: none; } gmp-place-details-compact { @@ -90,7 +90,7 @@ gmp-place-details-compact::after { width: 20px; height: 20px; background-color: white; - box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); + box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); z-index: 1; clip-path: polygon(0% 0%, 100% 0%, 50% 100%); transform-origin: center center; @@ -117,7 +117,8 @@ gmp-place-details-compact::after { z-index: 10; } - .query-input, .search-button { + .query-input, + .search-button { width: 100%; margin-bottom: 10px; } @@ -128,4 +129,4 @@ gmp-place-details-compact::after { gmp-place-details-compact::after { background-color: #131314; } -} \ No newline at end of file +} diff --git a/samples/rectangle-event/README.md b/samples/rectangle-event/README.md index a559cf7d5..293f53bd6 100644 --- a/samples/rectangle-event/README.md +++ b/samples/rectangle-event/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/rectangle-event` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/rectangle-event/index.html b/samples/rectangle-event/index.html index 73206379f..3d794bd30 100644 --- a/samples/rectangle-event/index.html +++ b/samples/rectangle-event/index.html @@ -6,17 +6,20 @@ --> - - Listening to Events + + Listening to Events - - - - + + - - - - + + + + diff --git a/samples/rectangle-event/index.ts b/samples/rectangle-event/index.ts index 2478612b1..21f3c7e01 100644 --- a/samples/rectangle-event/index.ts +++ b/samples/rectangle-event/index.ts @@ -15,56 +15,58 @@ let innerMap: google.maps.Map; let infoWindow: google.maps.InfoWindow; async function initMap(): Promise { - await google.maps.importLibrary("maps"); + await google.maps.importLibrary('maps'); - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - innerMap = mapElement.innerMap; + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + innerMap = mapElement.innerMap; - const bounds = { - north: 44.599, - south: 44.49, - east: -78.443, - west: -78.649, - }; + const bounds = { + north: 44.599, + south: 44.49, + east: -78.443, + west: -78.649, + }; - // Define the rectangle and set its editable property to true. - rectangle = new google.maps.Rectangle({ - bounds: bounds, - editable: true, - draggable: true, - }); + // Define the rectangle and set its editable property to true. + rectangle = new google.maps.Rectangle({ + bounds: bounds, + editable: true, + draggable: true, + }); - rectangle.setMap(innerMap); + rectangle.setMap(innerMap); - // Add an event listener on the rectangle. - rectangle.addListener("bounds_changed", showNewRect); + // Add an event listener on the rectangle. + rectangle.addListener('bounds_changed', showNewRect); - // Define an info window on the map. - infoWindow = new google.maps.InfoWindow(); + // Define an info window on the map. + infoWindow = new google.maps.InfoWindow(); } /** Show the new coordinates for the rectangle in an info window. */ function showNewRect() { - const ne = rectangle.getBounds()!.getNorthEast(); - const sw = rectangle.getBounds()!.getSouthWest(); + const ne = rectangle.getBounds()!.getNorthEast(); + const sw = rectangle.getBounds()!.getSouthWest(); - const contentString = - "Rectangle moved.
" + - "New north-east corner: " + - ne.lat() + - ", " + - ne.lng() + - "
" + - "New south-west corner: " + - sw.lat() + - ", " + - sw.lng(); + const contentString = + 'Rectangle moved.
' + + 'New north-east corner: ' + + ne.lat() + + ', ' + + ne.lng() + + '
' + + 'New south-west corner: ' + + sw.lat() + + ', ' + + sw.lng(); - // Set the info window's content and position. - infoWindow.setContent(contentString); - infoWindow.setPosition(ne); + // Set the info window's content and position. + infoWindow.setContent(contentString); + infoWindow.setPosition(ne); - infoWindow.open(innerMap); + infoWindow.open(innerMap); } initMap(); diff --git a/samples/rectangle-event/style.css b/samples/rectangle-event/style.css index 7d984fa9c..5779ea9c0 100644 --- a/samples/rectangle-event/style.css +++ b/samples/rectangle-event/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_rectangle_event] */ \ No newline at end of file +/* [END maps_rectangle_event] */ diff --git a/samples/routes-compute-routes/index.html b/samples/routes-compute-routes/index.html index d46c2243c..26d9d00f7 100644 --- a/samples/routes-compute-routes/index.html +++ b/samples/routes-compute-routes/index.html @@ -11,10 +11,7 @@ - - - - +
diff --git a/samples/streetview-overlays/README.md b/samples/streetview-overlays/README.md index c1a920817..d1ba706d8 100644 --- a/samples/streetview-overlays/README.md +++ b/samples/streetview-overlays/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/streetview-overlays` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/streetview-overlays/index.html b/samples/streetview-overlays/index.html index 634186878..ba5340caf 100644 --- a/samples/streetview-overlays/index.html +++ b/samples/streetview-overlays/index.html @@ -1,4 +1,4 @@ - + - + diff --git a/samples/ui-kit-place-search-text/index.html b/samples/ui-kit-place-search-text/index.html index 5c8b541b5..0869d0b30 100644 --- a/samples/ui-kit-place-search-text/index.html +++ b/samples/ui-kit-place-search-text/index.html @@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0 --> - + Place Text Search with Google Maps diff --git a/samples/web-components-events/README.md b/samples/web-components-events/README.md index c7d8b8989..a20beae74 100644 --- a/samples/web-components-events/README.md +++ b/samples/web-components-events/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/web-components-events` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/web-components-events/index.html b/samples/web-components-events/index.html index f6f8b9390..232930454 100644 --- a/samples/web-components-events/index.html +++ b/samples/web-components-events/index.html @@ -6,34 +6,31 @@ --> - - Add a Map Web Component with Events + + Add a Map Web Component with Events - - - - - - - - + + + + + + + + - - - + diff --git a/samples/web-components-events/index.ts b/samples/web-components-events/index.ts index c7c820af5..2498067b1 100644 --- a/samples/web-components-events/index.ts +++ b/samples/web-components-events/index.ts @@ -7,28 +7,31 @@ // [START maps_web_components_events] // This example adds a map using web components. async function initMap(): Promise { - await google.maps.importLibrary("maps"); - await google.maps.importLibrary("marker"); + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); - console.log('Maps JavaScript API loaded.'); + console.log('Maps JavaScript API loaded.'); - const advancedMarkers = document.querySelectorAll("#marker-click-event-example gmp-advanced-marker"); - - for (const markerElement of advancedMarkers) { - const advancedMarker = markerElement as google.maps.marker.AdvancedMarkerElement; + const advancedMarkers = document.querySelectorAll( + '#marker-click-event-example gmp-advanced-marker' + ); - customElements.whenDefined(advancedMarker.localName).then(async () => { - advancedMarker.addEventListener('gmp-click', () => { - const infoWindow = new google.maps.InfoWindow({ - content: advancedMarker.title, - }); + for (const markerElement of advancedMarkers) { + const advancedMarker = + markerElement as google.maps.marker.AdvancedMarkerElement; + + customElements.whenDefined(advancedMarker.localName).then(async () => { + advancedMarker.addEventListener('gmp-click', () => { + const infoWindow = new google.maps.InfoWindow({ + content: advancedMarker.title, + }); - infoWindow.open({ - anchor: advancedMarker, + infoWindow.open({ + anchor: advancedMarker, + }); + }); }); - }); - }); - } + } } initMap(); diff --git a/samples/web-components-events/style.css b/samples/web-components-events/style.css index a2eaae43e..16256fdb3 100644 --- a/samples/web-components-events/style.css +++ b/samples/web-components-events/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_web_components_events] */ \ No newline at end of file +/* [END maps_web_components_events] */ diff --git a/samples/web-components-markers/index.html b/samples/web-components-markers/index.html index aff1da731..b34698d91 100644 --- a/samples/web-components-markers/index.html +++ b/samples/web-components-markers/index.html @@ -37,4 +37,4 @@ - \ No newline at end of file + From 6f88333d893296be249bf8bb80faadfa7d003065 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 11:46:07 -0700 Subject: [PATCH 02/20] clean up library typecasting + fix prettier errors + remove some ts/prettier ignore lines --- samples/3d-coverage-map/index.html | 14 +- samples/3d-coverage-map/index.ts | 32 ++-- samples/add-map/index.ts | 8 +- samples/address-validation/index.ts | 5 +- samples/advanced-markers-collision/index.ts | 8 +- samples/advanced-markers-graphics/index.ts | 12 +- samples/advanced-markers-html-simple/index.ts | 8 +- samples/advanced-markers-zoom/index.ts | 8 +- samples/ai-powered-summaries-basic/index.ts | 8 +- samples/ai-powered-summaries/index.ts | 6 +- samples/boundaries-choropleth/index.ts | 2 +- samples/boundaries-simple/index.ts | 2 +- samples/boundaries-text-search/index.ts | 2 +- samples/circle-simple/index.ts | 4 +- samples/control-bounds-restriction/index.ts | 2 +- samples/control-custom-state/index.ts | 2 +- samples/control-positioning/index.ts | 2 +- samples/dds-datasets-point/index.ts | 2 +- samples/dds-datasets-polygon-click/index.ts | 2 +- samples/dds-datasets-polygon-colors/index.ts | 2 +- samples/dds-datasets-polygon/index.ts | 2 +- samples/dds-datasets-polyline/index.ts | 2 +- samples/dds-region-viewer/index.ts | 6 +- samples/deckgl-arclayer/index.ts | 2 +- samples/deckgl-kml/index.ts | 4 +- samples/deckgl-polygon/index.ts | 4 +- samples/deckgl-tripslayer/index.ts | 2 +- samples/event-arguments/index.ts | 4 +- samples/event-click-latlng/index.ts | 2 +- samples/event-closure/index.ts | 4 +- samples/event-simple/index.ts | 4 +- samples/geocoding-reverse/index.ts | 12 +- samples/geocoding-simple/index.ts | 12 +- samples/hiding-features/index.ts | 2 +- samples/layer-data-event/index.ts | 2 +- samples/layer-data-quakes-red/index.ts | 2 +- samples/layer-data-quakes-simple/index.ts | 2 +- samples/layer-data-simple/index.ts | 2 +- samples/layer-data-style/index.ts | 2 +- samples/map-events/index.ts | 2 +- samples/map-simple-js/index.html | 23 +-- samples/map-simple-js/index.ts | 4 +- .../place-autocomplete-data-session/index.ts | 14 +- .../place-autocomplete-data-simple/index.ts | 4 +- samples/place-autocomplete-element/index.ts | 2 +- samples/place-photos/index.ts | 4 +- samples/place-reviews/index.ts | 12 +- samples/places-placeid-finder/index.html | 6 +- samples/places-placeid-finder/index.ts | 10 +- samples/polyline-complex/index.ts | 4 +- samples/polyline-simple/index.ts | 2 +- samples/routes-compute-routes/index.ts | 180 ++++++++---------- samples/routes-get-alternatives/index.ts | 3 +- samples/routes-get-directions-panel/index.ts | 10 +- samples/routes-get-directions/index.ts | 12 +- samples/routes-route-matrix/index.ts | 19 +- samples/streetview-overlays/index.ts | 4 +- samples/test-example/index.ts | 8 +- samples/ui-kit-place-details-compact/index.ts | 4 +- samples/ui-kit-place-search-nearby/index.ts | 12 +- samples/ui-kit-place-search-text/index.ts | 12 +- 61 files changed, 223 insertions(+), 331 deletions(-) diff --git a/samples/3d-coverage-map/index.html b/samples/3d-coverage-map/index.html index c752555d7..113edcd03 100644 --- a/samples/3d-coverage-map/index.html +++ b/samples/3d-coverage-map/index.html @@ -6,24 +6,28 @@ --> + Map - +
- +
- - + - \ No newline at end of file + diff --git a/samples/3d-coverage-map/index.ts b/samples/3d-coverage-map/index.ts index cbf74a091..6f7df93c1 100644 --- a/samples/3d-coverage-map/index.ts +++ b/samples/3d-coverage-map/index.ts @@ -20,8 +20,8 @@ const placeAutocomplete = document.querySelector( async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('places'); // Get the inner map from the map element. const innerMap = mapElement.innerMap; @@ -35,23 +35,23 @@ async function initMap() { ); dataLayer.style = layerStyle; - //@ts-ignore placeAutocomplete.includedPrimaryTypes = ['(regions)']; - //prettier-ignore - //@ts-ignore - placeAutocomplete.addEventListener("gmp-select", async ({ placePrediction }) => { - if (!placePrediction) return; - const place = placePrediction.toPlace(); - await place.fetchFields({ - fields: ["location"] - }); - if (!place.location) { - return; + placeAutocomplete.addEventListener( + 'gmp-select', + async ({ placePrediction }) => { + if (!placePrediction) return; + const place = placePrediction.toPlace(); + await place.fetchFields({ + fields: ['location'], + }); + if (!place.location) { + return; + } + innerMap.setCenter(place.location); + innerMap.setZoom(9); } - innerMap.setCenter(place.location); - innerMap.setZoom(9); - }); + ); } initMap(); // [END maps_3d_coverage_map] diff --git a/samples/add-map/index.ts b/samples/add-map/index.ts index e3aa9f56a..41c52c9d8 100644 --- a/samples/add-map/index.ts +++ b/samples/add-map/index.ts @@ -8,12 +8,10 @@ async function initMap(): Promise { // [START maps_add_map_instantiate_map] // [START maps_add_map_libraries] - // Request the needed libraries. + // Request the needed libraries. const [{ Map }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), ]); // [END maps_add_map_libraries] // [START maps_add_map_innermap] diff --git a/samples/address-validation/index.ts b/samples/address-validation/index.ts index 07b52419a..b79cb76d5 100644 --- a/samples/address-validation/index.ts +++ b/samples/address-validation/index.ts @@ -46,9 +46,8 @@ async function handleValidationSubmit(event) { // Validate the address try { - //prettier-ignore - //@ts-ignore - const result = await google.maps.addressValidation.AddressValidation.fetchAddressValidation( + const result = + await google.maps.addressValidation.AddressValidation.fetchAddressValidation( { address: { regionCode: regionSelect!.value.trim(), diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index a62fe82bc..f35fe13c6 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -11,12 +11,8 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; // Initialize and add the map async function initMap(): Promise { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); let markers: google.maps.marker.AdvancedMarkerElement[] = []; diff --git a/samples/advanced-markers-graphics/index.ts b/samples/advanced-markers-graphics/index.ts index 3fd997216..0aa6d21f5 100644 --- a/samples/advanced-markers-graphics/index.ts +++ b/samples/advanced-markers-graphics/index.ts @@ -7,16 +7,10 @@ // [START maps_advanced_markers_graphics] async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement, PinElement } = - (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + await google.maps.importLibrary('marker'); + const { Place } = await google.maps.importLibrary('places'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/advanced-markers-html-simple/index.ts b/samples/advanced-markers-html-simple/index.ts index 51e85c460..34ec3ff12 100644 --- a/samples/advanced-markers-html-simple/index.ts +++ b/samples/advanced-markers-html-simple/index.ts @@ -10,12 +10,8 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const priceTag = document.createElement('div'); priceTag.className = 'price-tag'; diff --git a/samples/advanced-markers-zoom/index.ts b/samples/advanced-markers-zoom/index.ts index e4c1cbd5e..f1d195a45 100644 --- a/samples/advanced-markers-zoom/index.ts +++ b/samples/advanced-markers-zoom/index.ts @@ -9,12 +9,8 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const markerOptions = [ { diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index a6d99c926..9a03825b1 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -26,12 +26,8 @@ async function initMap() { async function getPlaceDetails() { // Request needed libraries. const [{ AdvancedMarkerElement }, { Place }] = await Promise.all([ - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), ]); // [START maps_ai_powered_summaries_basic_placeid] diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index 5518a33dc..e4bfa9eeb 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -50,9 +50,9 @@ async function initMap(): Promise { }); // Handle selection of an autocomplete result. - // prettier-ignore - // @ts-ignore - placeAutocomplete.addEventListener('gmp-select', async ({ placePrediction }) => { + placeAutocomplete.addEventListener( + 'gmp-select', + async ({ placePrediction }) => { const place = placePrediction.toPlace(); // Fetch all summary fields. diff --git a/samples/boundaries-choropleth/index.ts b/samples/boundaries-choropleth/index.ts index 84964977f..1b0d8088e 100644 --- a/samples/boundaries-choropleth/index.ts +++ b/samples/boundaries-choropleth/index.ts @@ -7,7 +7,7 @@ // [START maps_boundaries_choropleth] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/boundaries-simple/index.ts b/samples/boundaries-simple/index.ts index 211bbf300..e534048d8 100644 --- a/samples/boundaries-simple/index.ts +++ b/samples/boundaries-simple/index.ts @@ -14,7 +14,7 @@ let featureLayer; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/boundaries-text-search/index.ts b/samples/boundaries-text-search/index.ts index f16571bb9..880a7e39d 100644 --- a/samples/boundaries-text-search/index.ts +++ b/samples/boundaries-text-search/index.ts @@ -11,7 +11,7 @@ let center; async function initMap() { // Load the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); center = { lat: 41.059, lng: -124.151 }; // Trinidad, CA diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index 2668cd793..4e22e0370 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -10,8 +10,8 @@ let innerMap; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); // Get the gmp-map element. const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/control-bounds-restriction/index.ts b/samples/control-bounds-restriction/index.ts index a6184fec2..4e7cf42ba 100644 --- a/samples/control-bounds-restriction/index.ts +++ b/samples/control-bounds-restriction/index.ts @@ -19,7 +19,7 @@ const NEW_ZEALAND_BOUNDS = { async function initMap() { // Import the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; // [START maps_control_bounds_restriction_options] diff --git a/samples/control-custom-state/index.ts b/samples/control-custom-state/index.ts index f43cd8b28..a52d9943f 100755 --- a/samples/control-custom-state/index.ts +++ b/samples/control-custom-state/index.ts @@ -11,7 +11,7 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let center: google.maps.LatLngLiteral = { lat: 41.85, lng: -87.65 }; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; diff --git a/samples/control-positioning/index.ts b/samples/control-positioning/index.ts index 8e8ffc44c..350cedb42 100755 --- a/samples/control-positioning/index.ts +++ b/samples/control-positioning/index.ts @@ -10,7 +10,7 @@ let innerMap; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index c5fe02a33..ca5cfb5e1 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -86,7 +86,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon-click/index.ts b/samples/dds-datasets-polygon-click/index.ts index fbf265290..ec5411f6c 100644 --- a/samples/dds-datasets-polygon-click/index.ts +++ b/samples/dds-datasets-polygon-click/index.ts @@ -33,7 +33,7 @@ function handleMouseMove(/* MouseEvent */ e) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index 3387d1003..897b32867 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -47,7 +47,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon/index.ts b/samples/dds-datasets-polygon/index.ts index a8ccabd95..50995a1f5 100644 --- a/samples/dds-datasets-polygon/index.ts +++ b/samples/dds-datasets-polygon/index.ts @@ -19,7 +19,7 @@ const styleOptions = { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polyline/index.ts b/samples/dds-datasets-polyline/index.ts index 02c664218..4c08ef279 100644 --- a/samples/dds-datasets-polyline/index.ts +++ b/samples/dds-datasets-polyline/index.ts @@ -9,7 +9,7 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let innerMap; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-region-viewer/index.ts b/samples/dds-region-viewer/index.ts index a403aa274..11e590294 100644 --- a/samples/dds-region-viewer/index.ts +++ b/samples/dds-region-viewer/index.ts @@ -34,9 +34,9 @@ let selectedPlaceId: string; import * as countries from './src/countries.json'; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('places'); + await google.maps.importLibrary('marker'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/deckgl-arclayer/index.ts b/samples/deckgl-arclayer/index.ts index c91149ad7..749301d10 100644 --- a/samples/deckgl-arclayer/index.ts +++ b/samples/deckgl-arclayer/index.ts @@ -15,7 +15,7 @@ type Data = GeoJSON.FeatureCollection; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/deckgl-kml/index.ts b/samples/deckgl-kml/index.ts index 991b5e3d7..74bf5d57f 100644 --- a/samples/deckgl-kml/index.ts +++ b/samples/deckgl-kml/index.ts @@ -68,9 +68,7 @@ async function initMap(): Promise { const position = { lat: 41.8692576, lng: -87.689769 }; // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const mapDiv = document.getElementById('map'); if (!mapDiv) { diff --git a/samples/deckgl-polygon/index.ts b/samples/deckgl-polygon/index.ts index ef90eec0b..f4cfbd0e7 100644 --- a/samples/deckgl-polygon/index.ts +++ b/samples/deckgl-polygon/index.ts @@ -48,9 +48,7 @@ async function initMap(): Promise { const position = { lat: 37.752954624496304, lng: -122.44754059928648 }; // Using the center from original deckgl-polygon.js // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const mapDiv = document.getElementById('map'); if (!mapDiv) { diff --git a/samples/deckgl-tripslayer/index.ts b/samples/deckgl-tripslayer/index.ts index ecf0a1239..b3284706e 100644 --- a/samples/deckgl-tripslayer/index.ts +++ b/samples/deckgl-tripslayer/index.ts @@ -25,7 +25,7 @@ const VENDOR_COLORS: Color[] = [ async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/event-arguments/index.ts b/samples/event-arguments/index.ts index 6f7bae6da..1609e6883 100644 --- a/samples/event-arguments/index.ts +++ b/samples/event-arguments/index.ts @@ -7,8 +7,8 @@ // [START maps_event_arguments] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/event-click-latlng/index.ts b/samples/event-click-latlng/index.ts index c863209ce..3b473ad95 100644 --- a/samples/event-click-latlng/index.ts +++ b/samples/event-click-latlng/index.ts @@ -7,7 +7,7 @@ // [START maps_event_click_latlng] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Set up the map. const mapElement = document.querySelector( diff --git a/samples/event-closure/index.ts b/samples/event-closure/index.ts index 22a2b4dc5..1f53104c0 100644 --- a/samples/event-closure/index.ts +++ b/samples/event-closure/index.ts @@ -7,8 +7,8 @@ // [START maps_event_closure] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/event-simple/index.ts b/samples/event-simple/index.ts index 0d7c99e17..74291520e 100644 --- a/samples/event-simple/index.ts +++ b/samples/event-simple/index.ts @@ -7,8 +7,8 @@ // [START maps_event_simple] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); // Retrieve the map element. const mapElement = document.querySelector( diff --git a/samples/geocoding-reverse/index.ts b/samples/geocoding-reverse/index.ts index 5feea57ad..115542ea0 100644 --- a/samples/geocoding-reverse/index.ts +++ b/samples/geocoding-reverse/index.ts @@ -10,15 +10,9 @@ async function initMap() { // Request the needed libraries. const [{ Map, InfoWindow }, { Geocoder }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary( - 'maps' - ) as Promise, - google.maps.importLibrary( - 'geocoding' - ) as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), ]); // Get the gmp-map element. diff --git a/samples/geocoding-simple/index.ts b/samples/geocoding-simple/index.ts index 510ad3065..8459328b7 100644 --- a/samples/geocoding-simple/index.ts +++ b/samples/geocoding-simple/index.ts @@ -16,15 +16,9 @@ async function initMap() { // Request the needed libraries. const [{ Map, InfoWindow }, { Geocoder }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary( - 'maps' - ) as Promise, - google.maps.importLibrary( - 'geocoding' - ) as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), ]); // Get the gmp-map element. diff --git a/samples/hiding-features/index.ts b/samples/hiding-features/index.ts index 08241fdec..3c45103e7 100644 --- a/samples/hiding-features/index.ts +++ b/samples/hiding-features/index.ts @@ -7,7 +7,7 @@ // [START maps_hiding_features] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/layer-data-event/index.ts b/samples/layer-data-event/index.ts index b94b58352..6caa15fcf 100644 --- a/samples/layer-data-event/index.ts +++ b/samples/layer-data-event/index.ts @@ -8,7 +8,7 @@ let map: google.maps.Map; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-quakes-red/index.ts b/samples/layer-data-quakes-red/index.ts index 029b54a70..666dab570 100644 --- a/samples/layer-data-quakes-red/index.ts +++ b/samples/layer-data-quakes-red/index.ts @@ -8,7 +8,7 @@ let innerMap; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-quakes-simple/index.ts b/samples/layer-data-quakes-simple/index.ts index eb1ef4f3f..89023d1cc 100644 --- a/samples/layer-data-quakes-simple/index.ts +++ b/samples/layer-data-quakes-simple/index.ts @@ -9,7 +9,7 @@ let innerMap; let earthquakeData; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-simple/index.ts b/samples/layer-data-simple/index.ts index c98a98171..cfa8ab6c7 100644 --- a/samples/layer-data-simple/index.ts +++ b/samples/layer-data-simple/index.ts @@ -6,7 +6,7 @@ // [START maps_layer_data_simple] async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-style/index.ts b/samples/layer-data-style/index.ts index c904fcbdd..4d69529a5 100644 --- a/samples/layer-data-style/index.ts +++ b/samples/layer-data-style/index.ts @@ -6,7 +6,7 @@ // [START maps_layer_data_style] async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/map-events/index.ts b/samples/map-events/index.ts index 12ac0127d..969af942c 100644 --- a/samples/map-events/index.ts +++ b/samples/map-events/index.ts @@ -40,7 +40,7 @@ function setupListener(map: google.maps.Map, name: string) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/map-simple-js/index.html b/samples/map-simple-js/index.html index 6381f1b7e..ec804ba49 100644 --- a/samples/map-simple-js/index.html +++ b/samples/map-simple-js/index.html @@ -12,22 +12,19 @@ --> + + Simple Map - - Simple Map + + - - - - - - - - - -
- + + +
+ diff --git a/samples/map-simple-js/index.ts b/samples/map-simple-js/index.ts index 4a22757f3..374f1ddbf 100644 --- a/samples/map-simple-js/index.ts +++ b/samples/map-simple-js/index.ts @@ -14,9 +14,7 @@ let map: google.maps.Map; async function initMap(): Promise { // Import the needed libraries - const { Map, RenderingType } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, RenderingType } = await google.maps.importLibrary('maps'); // Create a new map from the div with id="map". map = new Map(document.getElementById('map') as HTMLElement, { diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index c04fff7cf..4810e557a 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -47,9 +47,8 @@ async function makeAutocompleteRequest(inputEvent) { // To avoid race conditions, store the request ID and compare after the request. const requestId = ++newestRequestId; - const { AutocompleteSuggestion } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { AutocompleteSuggestion } = + await google.maps.importLibrary('places'); if (!inputEvent.target?.value) { titleElement.textContent = ''; @@ -97,9 +96,7 @@ async function makeAutocompleteRequest(inputEvent) { // Event handler for clicking on a suggested place. async function onPlaceSelected(place: google.maps.places.Place) { - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'], @@ -132,9 +129,8 @@ async function onPlaceSelected(place: google.maps.places.Place) { // Helper function to refresh the session token. async function refreshToken() { - const { AutocompleteSessionToken } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { AutocompleteSessionToken } = + await google.maps.importLibrary('places'); // Increment the token counter. tokenCount++; diff --git a/samples/place-autocomplete-data-simple/index.ts b/samples/place-autocomplete-data-simple/index.ts index 3d9c9d10f..15c3cf07c 100644 --- a/samples/place-autocomplete-data-simple/index.ts +++ b/samples/place-autocomplete-data-simple/index.ts @@ -7,9 +7,7 @@ // [START maps_place_autocomplete_data_simple] async function init() { const { Place, AutocompleteSessionToken, AutocompleteSuggestion } = - (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + await google.maps.importLibrary('places'); // [START maps_place_autocomplete_data_simple_request] // Add an initial request body. diff --git a/samples/place-autocomplete-element/index.ts b/samples/place-autocomplete-element/index.ts index 46b6940e4..8df9221db 100644 --- a/samples/place-autocomplete-element/index.ts +++ b/samples/place-autocomplete-element/index.ts @@ -8,7 +8,7 @@ async function initMap(): Promise { // [START maps_place_autocomplete_element_add] // Request needed libraries. - (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; + await google.maps.importLibrary('places'); // Create the input HTML element, and append it. const placeAutocomplete = new google.maps.places.PlaceAutocompleteElement( {} diff --git a/samples/place-photos/index.ts b/samples/place-photos/index.ts index 050b97266..d7cc6c04d 100644 --- a/samples/place-photos/index.ts +++ b/samples/place-photos/index.ts @@ -6,9 +6,7 @@ // [START maps_place_photos] async function init() { - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); // Use a place ID to create a new Place instance. const place = new Place({ diff --git a/samples/place-reviews/index.ts b/samples/place-reviews/index.ts index 4e7d2c23a..ebabc34a1 100644 --- a/samples/place-reviews/index.ts +++ b/samples/place-reviews/index.ts @@ -13,15 +13,9 @@ async function initMap() { // Import the needed libraries. const [{ InfoWindow }, { AdvancedMarkerElement }, { Place }] = await Promise.all([ - google.maps.importLibrary( - 'maps' - ) as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), ]); innerMap = mapElement.innerMap; diff --git a/samples/places-placeid-finder/index.html b/samples/places-placeid-finder/index.html index f5d4c32c9..59cb6795c 100644 --- a/samples/places-placeid-finder/index.html +++ b/samples/places-placeid-finder/index.html @@ -1,4 +1,4 @@ - + diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index cfba4359e..92bc15411 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -13,13 +13,9 @@ async function initMap(): Promise { // Request needed libraries. const [{ InfoWindow }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), ]); const mapElement = document.querySelector( diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 530529d0a..cfca6c750 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -17,8 +17,8 @@ let innerMap; async function initMap() { // Import the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); innerMap = mapElement.innerMap; diff --git a/samples/polyline-simple/index.ts b/samples/polyline-simple/index.ts index e8034d44f..7922230a8 100644 --- a/samples/polyline-simple/index.ts +++ b/samples/polyline-simple/index.ts @@ -12,7 +12,7 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let innerMap; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; const flightPlanCoordinates = [ diff --git a/samples/routes-compute-routes/index.ts b/samples/routes-compute-routes/index.ts index 11bcf8818..21382eec1 100644 --- a/samples/routes-compute-routes/index.ts +++ b/samples/routes-compute-routes/index.ts @@ -26,23 +26,13 @@ async function init() { const [ { InfoWindow }, { AdvancedMarkerElement }, - //prettier-ignore - //@ts-ignore { PlaceAutocompleteElement }, - //prettier-ignore - //@ts-ignore { ComputeRoutesExtraComputation, ReferenceRoute, Route, RouteLabel }, ] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, - google.maps.importLibrary( - 'routes' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), + google.maps.importLibrary('routes'), ]); const map = document.getElementById('map') as google.maps.MapElement; @@ -99,22 +89,15 @@ async function init() { function buildComputeRoutesJsRequest( formData: FormData - //prettier-ignore - //@ts-ignore ): google.maps.routes.ComputeRoutesRequest { const travelMode = (formData.get('travel_mode') as string) === '' ? undefined : (formData.get('travel_mode') as google.maps.TravelMode); - //prettier-ignore - //@ts-ignore const extraComputations: google.maps.routes.ComputeRoutesExtraComputation[] = - []; - //prettier-ignore - //@ts-ignore - const requestedReferenceRoutes: google.maps.routes.ReferenceRoute[] = []; - //prettier-ignore - //@ts-ignore + []; + const requestedReferenceRoutes: google.maps.routes.ReferenceRoute[] = + []; const transitPreference: google.maps.routes.TransitPreference = {}; const request = { @@ -150,16 +133,12 @@ async function init() { ? undefined : (formData.get( 'routing_preference' - //prettier-ignore - //@ts-ignore ) as google.maps.routes.RoutingPreference), polylineQuality: formData.get('polyline_quality') === '' ? undefined : (formData.get( 'polyline_quality' - //prettier-ignore - //@ts-ignore ) as google.maps.routes.PolylineQuality), computeAlternativeRoutes: formData.get('compute_alternative_routes') === 'on', @@ -193,16 +172,13 @@ async function init() { extraComputations.push( ComputeRoutesExtraComputation.FUEL_CONSUMPTION ); - //prettier-ignore - //@ts-ignore - (request.routeModifiers as google.maps.routes.RouteModifiers).vehicleInfo = - { - emissionType: formData.get( - 'emission_type' - //prettier-ignore - //@ts-ignore - ) as google.maps.routes.VehicleEmissionType, - }; + ( + request.routeModifiers as google.maps.routes.RouteModifiers + ).vehicleInfo = { + emissionType: formData.get( + 'emission_type' + ) as google.maps.routes.VehicleEmissionType, + }; } if (travelMode === google.maps.TravelMode.TRANSIT) { @@ -230,8 +206,6 @@ async function init() { locationInput?: FormDataEntryValue | null, headingInput?: FormDataEntryValue | null, travelModeInput?: FormDataEntryValue | null - //prettier-ignore - //@ts-ignore ): string | google.maps.routes.DirectionalLocationLiteral { if (!locationInput) { throw new Error('Location is required.'); @@ -278,8 +252,6 @@ async function init() { } async function drawRoute( - //prettier-ignore - //@ts-ignore route: google.maps.routes.Route, isPrimaryRoute: boolean ) { @@ -313,66 +285,65 @@ async function init() { addRouteLabel(route, Math.floor(route.path!.length / 2)); } - //prettier-ignore - //@ts-ignore function addRouteLabel(route: google.maps.routes.Route, index: number) { - const routeTag = document.createElement('div'); - routeTag.className = 'route-tag'; - - if (route.routeLabels && route.routeLabels.length > 0) { - const p = document.createElement('p'); - route.routeLabels.forEach((label, i) => { - if (label.includes(RouteLabel.FUEL_EFFICIENT)) { - routeTag.classList.add('eco'); - } - if (label.includes(RouteLabel.DEFAULT_ROUTE_ALTERNATE)) { - routeTag.classList.add('alternate'); - } - if (label.includes(RouteLabel.SHORTER_DISTANCE)) { - routeTag.classList.add('shorter-distance'); - } + const routeTag = document.createElement('div'); + routeTag.className = 'route-tag'; + + if (route.routeLabels && route.routeLabels.length > 0) { + const p = document.createElement('p'); + route.routeLabels.forEach((label, i) => { + if (label.includes(RouteLabel.FUEL_EFFICIENT)) { + routeTag.classList.add('eco'); + } + if (label.includes(RouteLabel.DEFAULT_ROUTE_ALTERNATE)) { + routeTag.classList.add('alternate'); + } + if (label.includes(RouteLabel.SHORTER_DISTANCE)) { + routeTag.classList.add('shorter-distance'); + } - p.appendChild(document.createTextNode(label)); - if (i < route.routeLabels!.length - 1) { - p.appendChild(document.createElement('br')); + p.appendChild(document.createTextNode(label)); + if (i < route.routeLabels!.length - 1) { + p.appendChild(document.createElement('br')); + } + }); + routeTag.appendChild(p); } - }); - routeTag.appendChild(p); - } - const detailsDiv = document.createElement('div'); - detailsDiv.className = 'details'; + const detailsDiv = document.createElement('div'); + detailsDiv.className = 'details'; - if (route.localizedValues) { - const distanceP = document.createElement('p'); - distanceP.textContent = `Distance: ${route.localizedValues.distance!}`; - detailsDiv.appendChild(distanceP); + if (route.localizedValues) { + const distanceP = document.createElement('p'); + distanceP.textContent = `Distance: ${route.localizedValues.distance!}`; + detailsDiv.appendChild(distanceP); - const durationP = document.createElement('p'); - durationP.textContent = `Duration: ${route.localizedValues.duration}`!; - detailsDiv.appendChild(durationP); - } + const durationP = document.createElement('p'); + durationP.textContent = + `Duration: ${route.localizedValues.duration}`!; + detailsDiv.appendChild(durationP); + } - if (route.travelAdvisory?.fuelConsumptionMicroliters) { - const fuelP = document.createElement('p'); - fuelP.textContent = `Fuel consumption: ${( - route.travelAdvisory.fuelConsumptionMicroliters / 1e6 - ).toFixed(2)} L`; - detailsDiv.appendChild(fuelP); - } + if (route.travelAdvisory?.fuelConsumptionMicroliters) { + const fuelP = document.createElement('p'); + fuelP.textContent = `Fuel consumption: ${( + route.travelAdvisory.fuelConsumptionMicroliters / 1e6 + ).toFixed(2)} L`; + detailsDiv.appendChild(fuelP); + } - routeTag.appendChild(detailsDiv); + routeTag.appendChild(detailsDiv); - const marker = new AdvancedMarkerElement({ - map: map.innerMap, - position: route.path![index], - content: routeTag, - zIndex: route.routeLabels?.includes(RouteLabel.DEFAULT_ROUTE) - ? 1 - : undefined, - }); - markers.push(marker); - } + const marker = new AdvancedMarkerElement({ + map: map.innerMap, + position: route.path![index], + content: routeTag, + zIndex: route.routeLabels?.includes(RouteLabel.DEFAULT_ROUTE) + ? 1 + : undefined, + }); + markers.push(marker); + } function clearMap() { markers.forEach((marker) => { @@ -521,17 +492,18 @@ async function init() { ].forEach(([autocomplete, autocompleteData]) => { autocomplete.addEventListener( 'gmp-select', - //prettier-ignore - //@ts-ignore - async (event: google.maps.places.PlacePredictionSelectEvent) => { - autocompleteData.predictionText = event.placePrediction.text.text; - - const place = event.placePrediction.toPlace(); - await place.fetchFields({ - fields: ['location'], - }); - autocompleteData.location = place.location; - } + async ( + event: google.maps.places.PlacePredictionSelectEvent + ) => { + autocompleteData.predictionText = + event.placePrediction.text.text; + + const place = event.placePrediction.toPlace(); + await place.fetchFields({ + fields: ['location'], + }); + autocompleteData.location = place.location; + } ); }); diff --git a/samples/routes-get-alternatives/index.ts b/samples/routes-get-alternatives/index.ts index 19bc3b118..b70cced61 100644 --- a/samples/routes-get-alternatives/index.ts +++ b/samples/routes-get-alternatives/index.ts @@ -11,7 +11,7 @@ let innerMap; // Initialize and add the map. async function initMap() { // Request the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; innerMap.setOptions({ @@ -26,7 +26,6 @@ async function initMap() { } async function getDirections() { - //@ts-ignore // Request the needed libraries. const [{ Route, RouteLabel }] = await Promise.all([ google.maps.importLibrary('routes'), diff --git a/samples/routes-get-directions-panel/index.ts b/samples/routes-get-directions-panel/index.ts index f695f9743..0578b5c7b 100644 --- a/samples/routes-get-directions-panel/index.ts +++ b/samples/routes-get-directions-panel/index.ts @@ -15,10 +15,8 @@ async function initMap(): Promise { // Request the needed libraries. //@ts-ignore const [{ Map }, { Route }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'routes' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('routes'), ]); map = new Map(document.getElementById('map') as HTMLElement, { @@ -132,9 +130,7 @@ async function initMap(): Promise { // [END maps_routes_get_directions_panel_steps] // Helper function to fit the map to the path. async function fitMapToPath(path) { - const { LatLngBounds } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { LatLngBounds } = await google.maps.importLibrary('core'); const bounds = new LatLngBounds(); path.forEach((point) => { bounds.extend(point); diff --git a/samples/routes-get-directions/index.ts b/samples/routes-get-directions/index.ts index 82b791b0a..e3132fe2b 100644 --- a/samples/routes-get-directions/index.ts +++ b/samples/routes-get-directions/index.ts @@ -13,12 +13,10 @@ const center = { lat: 37.447646, lng: -122.113878 }; // Palo Alto, CA async function initMap(): Promise { // Request the needed libraries. const [{ Map }, { Place }, { Route }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), //@ts-ignore - google.maps.importLibrary('routes') as Promise, + google.maps.importLibrary('routes'), ]); map = new Map(document.getElementById('map') as HTMLElement, { @@ -117,9 +115,7 @@ async function initMap(): Promise { // Helper function to fit the map to the path. async function fitMapToPath(path) { - const { LatLngBounds } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { LatLngBounds } = await google.maps.importLibrary('core'); const bounds = new LatLngBounds(); path.forEach((point) => { bounds.extend(point); diff --git a/samples/routes-route-matrix/index.ts b/samples/routes-route-matrix/index.ts index 18db1f5ae..fac8a9745 100644 --- a/samples/routes-route-matrix/index.ts +++ b/samples/routes-route-matrix/index.ts @@ -11,14 +11,17 @@ let center = { lat: 51.55, lng: -1.8 }; async function initMap(): Promise { // Request the needed libraries. - //prettier-ignore - //@ts-ignore - const [{Map}, {Place}, {AdvancedMarkerElement, PinElement}, {RouteMatrix}] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary('places') as Promise, - google.maps.importLibrary('marker') as Promise, - google.maps.importLibrary('routes') as Promise - ]); + const [ + { Map }, + { Place }, + { AdvancedMarkerElement, PinElement }, + { RouteMatrix }, + ] = await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('routes'), + ]); const bounds = new google.maps.LatLngBounds(); diff --git a/samples/streetview-overlays/index.ts b/samples/streetview-overlays/index.ts index 1134a96b4..eb75d4ced 100644 --- a/samples/streetview-overlays/index.ts +++ b/samples/streetview-overlays/index.ts @@ -10,9 +10,7 @@ let innerMap: google.maps.Map; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); // Set the location of Astor Place. const astorPlace = { lat: 40.729884, lng: -73.990988 }; diff --git a/samples/test-example/index.ts b/samples/test-example/index.ts index 1c2eede9a..ef6297adc 100644 --- a/samples/test-example/index.ts +++ b/samples/test-example/index.ts @@ -22,12 +22,8 @@ let center; async function initMap() { // [START maps_test_example_instantiate_map] // Request the needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); // Get the inner map from the gmp-map element. innerMap = mapElement.innerMap; diff --git a/samples/ui-kit-place-details-compact/index.ts b/samples/ui-kit-place-details-compact/index.ts index 362ecb5ef..857289422 100644 --- a/samples/ui-kit-place-details-compact/index.ts +++ b/samples/ui-kit-place-details-compact/index.ts @@ -21,9 +21,7 @@ async function initMap(): Promise { google.maps.importLibrary('marker'), google.maps.importLibrary('places'), ]); - const { InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { InfoWindow } = await google.maps.importLibrary('maps'); await window.customElements.whenDefined('gmp-map'); // Set the inner map options. diff --git a/samples/ui-kit-place-search-nearby/index.ts b/samples/ui-kit-place-search-nearby/index.ts index 05011524e..55a09b173 100644 --- a/samples/ui-kit-place-search-nearby/index.ts +++ b/samples/ui-kit-place-search-nearby/index.ts @@ -28,10 +28,8 @@ let infoWindow: google.maps.InfoWindow; async function init(): Promise { // Import the necessary libraries from the Google Maps API. const [{ InfoWindow }, { Place }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), ]); // Create a new info window and set its content to the place details element. @@ -89,10 +87,8 @@ async function searchPlaces() { async function addMarkers() { // Import the necessary libraries from the Google Maps API. const [{ AdvancedMarkerElement }, { LatLngBounds }] = await Promise.all([ - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary('core') as Promise, + google.maps.importLibrary('marker'), + google.maps.importLibrary('core'), ]); const bounds = new LatLngBounds(); diff --git a/samples/ui-kit-place-search-text/index.ts b/samples/ui-kit-place-search-text/index.ts index b8777976d..aaa784e25 100644 --- a/samples/ui-kit-place-search-text/index.ts +++ b/samples/ui-kit-place-search-text/index.ts @@ -31,10 +31,8 @@ let infoWindow: google.maps.InfoWindow; async function init(): Promise { // Import the necessary libraries from the Google Maps API. const [{ InfoWindow }, { Place }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), ]); // Create a new info window and set its content to the place details element. @@ -98,10 +96,8 @@ async function searchPlaces() { async function addMarkers() { // Import the necessary libraries from the Google Maps API. const [{ AdvancedMarkerElement }, { LatLngBounds }] = await Promise.all([ - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary('core') as Promise, + google.maps.importLibrary('marker'), + google.maps.importLibrary('core'), ]); const bounds = new LatLngBounds(); From 342625ca69fe62e2390fddc3c4ce6075d101f33a Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 12:22:09 -0700 Subject: [PATCH 03/20] remove typecasts from querySelector calls --- samples/3d-coverage-map/index.ts | 6 +- samples/3d-mesh-flatten/index.ts | 4 +- samples/add-map/index.ts | 4 +- .../advanced-markers-accessibility/index.ts | 2 +- samples/advanced-markers-altitude/index.ts | 2 +- samples/advanced-markers-basic-style/index.ts | 2 +- samples/advanced-markers-collision/index.ts | 4 +- samples/advanced-markers-draggable/index.ts | 2 +- samples/advanced-markers-html-simple/index.ts | 2 +- samples/advanced-markers-simple/index.ts | 2 +- samples/advanced-markers-zoom/index.ts | 2 +- samples/ai-powered-summaries-basic/index.ts | 2 +- samples/ai-powered-summaries/index.ts | 6 +- samples/circle-simple/index.ts | 6 +- samples/control-bounds-restriction/index.ts | 2 +- samples/control-custom-state/index.ts | 2 +- samples/control-positioning/index.ts | 2 +- samples/control-replacement/index.ts | 2 +- samples/dds-datasets-point/index.ts | 2 +- samples/dds-datasets-polygon-click/index.ts | 2 +- samples/dds-datasets-polygon-colors/index.ts | 2 +- samples/dds-datasets-polygon/index.ts | 2 +- samples/dds-datasets-polyline/index.ts | 2 +- samples/dds-region-viewer/index.ts | 2 +- samples/deckgl-points/index.ts | 2 +- samples/geocoding-simple/index.ts | 2 +- samples/map-projection-simple/index.ts | 2 +- .../place-autocomplete-data-session/index.ts | 10 ++-- samples/place-autocomplete-map/index.ts | 58 +++++++++---------- samples/place-class/index.ts | 2 +- samples/place-nearby-search/index.ts | 6 +- samples/place-reviews/index.ts | 2 +- .../places-autocomplete-addressform/index.ts | 4 +- samples/places-placeid-finder/index.ts | 8 +-- samples/polyline-complex/index.ts | 2 +- samples/polyline-remove/index.ts | 2 +- samples/polyline-simple/index.ts | 2 +- samples/routes-compute-routes/index.ts | 2 +- samples/routes-get-alternatives/index.ts | 2 +- samples/routes-markers/index.ts | 4 +- samples/test-example/index.ts | 6 +- samples/ui-kit-place-details-compact/index.ts | 10 ++-- samples/ui-kit-place-details/index.ts | 10 ++-- samples/ui-kit-place-search-nearby/index.ts | 14 ++--- samples/ui-kit-place-search-text/index.ts | 18 +++--- 45 files changed, 101 insertions(+), 133 deletions(-) diff --git a/samples/3d-coverage-map/index.ts b/samples/3d-coverage-map/index.ts index 6f7df93c1..2ad63d9df 100644 --- a/samples/3d-coverage-map/index.ts +++ b/samples/3d-coverage-map/index.ts @@ -13,10 +13,8 @@ const layerStyle = { fillOpacity: 0.3, }; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; -const placeAutocomplete = document.querySelector( - 'gmp-place-autocomplete' -) as google.maps.places.PlaceAutocompleteElement; +const mapElement = document.querySelector('gmp-map'); +const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); async function initMap() { // Request needed libraries. diff --git a/samples/3d-mesh-flatten/index.ts b/samples/3d-mesh-flatten/index.ts index 943d5da6c..dfe8667f8 100644 --- a/samples/3d-mesh-flatten/index.ts +++ b/samples/3d-mesh-flatten/index.ts @@ -8,8 +8,8 @@ async function initMap(): Promise { await google.maps.importLibrary('maps3d'); - const map = document.querySelector('gmp-map-3d') as Element; - const flattener = document.querySelector('gmp-flattener') as Element; + const map = document.querySelector('gmp-map-3d'); + const flattener = document.querySelector('gmp-flattener'); map.append(flattener); const toggleButton = document.getElementById( diff --git a/samples/add-map/index.ts b/samples/add-map/index.ts index 41c52c9d8..5f77ae10a 100644 --- a/samples/add-map/index.ts +++ b/samples/add-map/index.ts @@ -16,9 +16,7 @@ async function initMap(): Promise { // [END maps_add_map_libraries] // [START maps_add_map_innermap] // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map'); // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/advanced-markers-accessibility/index.ts b/samples/advanced-markers-accessibility/index.ts index 49db1869c..2f0f4022c 100644 --- a/samples/advanced-markers-accessibility/index.ts +++ b/samples/advanced-markers-accessibility/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_accessibility] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-altitude/index.ts b/samples/advanced-markers-altitude/index.ts index e38487267..c018045b1 100644 --- a/samples/advanced-markers-altitude/index.ts +++ b/samples/advanced-markers-altitude/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_altitude] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-basic-style/index.ts b/samples/advanced-markers-basic-style/index.ts index 99e484e63..fd90bdbdd 100644 --- a/samples/advanced-markers-basic-style/index.ts +++ b/samples/advanced-markers-basic-style/index.ts @@ -6,7 +6,7 @@ // [START maps_advanced_markers_basic_style] const parser = new DOMParser(); -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index f35fe13c6..efe359384 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -6,7 +6,7 @@ // eslint-disable no-undef // [START maps_advanced_markers_collision] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); // Initialize and add the map async function initMap(): Promise { @@ -20,7 +20,7 @@ async function initMap(): Promise { // @ts-ignore const select = new mdc.select.MDCSelect( - document.querySelector('.mdc-select') as HTMLElement + document.querySelector('.mdc-select') ); select.listen('MDCSelect:change', () => { diff --git a/samples/advanced-markers-draggable/index.ts b/samples/advanced-markers-draggable/index.ts index ebb070ae4..5e7635627 100644 --- a/samples/advanced-markers-draggable/index.ts +++ b/samples/advanced-markers-draggable/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_draggable] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-html-simple/index.ts b/samples/advanced-markers-html-simple/index.ts index 34ec3ff12..f8a45655d 100644 --- a/samples/advanced-markers-html-simple/index.ts +++ b/samples/advanced-markers-html-simple/index.ts @@ -6,7 +6,7 @@ // [START maps_advanced_markers_html_simple] // [START maps_advanced_markers_html_simple_snippet] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-simple/index.ts b/samples/advanced-markers-simple/index.ts index bda6c233a..6a04d8b81 100644 --- a/samples/advanced-markers-simple/index.ts +++ b/samples/advanced-markers-simple/index.ts @@ -6,7 +6,7 @@ // [START maps_advanced_markers_simple] // [START maps_advanced_markers_simple_snippet] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-zoom/index.ts b/samples/advanced-markers-zoom/index.ts index f1d195a45..857bea34d 100644 --- a/samples/advanced-markers-zoom/index.ts +++ b/samples/advanced-markers-zoom/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_zoom] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Request needed libraries. diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index 9a03825b1..43e039707 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -5,7 +5,7 @@ */ // [START maps_ai_powered_summaries_basic] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; let infoWindow; diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index e4bfa9eeb..dee748246 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -6,10 +6,8 @@ // [START maps_ai_powered_summaries] // Define DOM elements. -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; -const placeAutocomplete = document.querySelector( - 'gmp-place-autocomplete' -) as google.maps.places.PlaceAutocompleteElement; +const mapElement = document.querySelector('gmp-map'); +const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); const summaryPanel = document.getElementById('summary-panel') as HTMLDivElement; const placeName = document.getElementById('place-name') as HTMLElement; const placeAddress = document.getElementById('place-address') as HTMLElement; diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index 4e22e0370..f3a19e38f 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -5,7 +5,7 @@ */ // [START maps_circle_simple] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { @@ -13,9 +13,7 @@ async function initMap() { await google.maps.importLibrary('maps'); await google.maps.importLibrary('marker'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map'); // Set the initial map center point. const initialCenter = { lat: 34.98956821576194, lng: 135.74239981260283 }; // Hotel Emion, Kyoto, Japan diff --git a/samples/control-bounds-restriction/index.ts b/samples/control-bounds-restriction/index.ts index 4e7cf42ba..f19dd0740 100644 --- a/samples/control-bounds-restriction/index.ts +++ b/samples/control-bounds-restriction/index.ts @@ -6,7 +6,7 @@ // [START maps_control_bounds_restriction] let innerMap; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); // [START maps_control_bounds_restriction_region] const NEW_ZEALAND_BOUNDS = { diff --git a/samples/control-custom-state/index.ts b/samples/control-custom-state/index.ts index a52d9943f..d49bcc4ba 100755 --- a/samples/control-custom-state/index.ts +++ b/samples/control-custom-state/index.ts @@ -6,7 +6,7 @@ // [START maps_control_custom_state] let innerMap; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let center: google.maps.LatLngLiteral = { lat: 41.85, lng: -87.65 }; diff --git a/samples/control-positioning/index.ts b/samples/control-positioning/index.ts index 350cedb42..7a31a794b 100755 --- a/samples/control-positioning/index.ts +++ b/samples/control-positioning/index.ts @@ -5,7 +5,7 @@ */ // [START maps_control_positioning] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { diff --git a/samples/control-replacement/index.ts b/samples/control-replacement/index.ts index 009e97e7e..ffdc11c07 100644 --- a/samples/control-replacement/index.ts +++ b/samples/control-replacement/index.ts @@ -5,7 +5,7 @@ */ // [START maps_control_replacement] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap: google.maps.Map; async function initMap() { diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index ca5cfb5e1..26b5a4e9e 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_point] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; // [START maps_dds_datasets_point_style_function] function setStyle(/* FeatureStyleFunctionOptions */ params) { diff --git a/samples/dds-datasets-polygon-click/index.ts b/samples/dds-datasets-polygon-click/index.ts index ec5411f6c..aa81228a6 100644 --- a/samples/dds-datasets-polygon-click/index.ts +++ b/samples/dds-datasets-polygon-click/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ // [START maps_dds_datasets_polygon_click] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; let lastInteractedFeatureIds: string[] = []; let lastClickedFeatureIds: string[] = []; diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index 897b32867..32c4f5e75 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_polygon_colors] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; // [START maps_dds_datasets_polygon_colors_style_function] function setStyle(/* FeatureStyleFunctionOptions */ params) { diff --git a/samples/dds-datasets-polygon/index.ts b/samples/dds-datasets-polygon/index.ts index 50995a1f5..b8947335a 100644 --- a/samples/dds-datasets-polygon/index.ts +++ b/samples/dds-datasets-polygon/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_polygon] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; // [START maps_dds_datasets_polygon_featurestyleoptions] const styleOptions = { diff --git a/samples/dds-datasets-polyline/index.ts b/samples/dds-datasets-polyline/index.ts index 4c08ef279..66ace05ad 100644 --- a/samples/dds-datasets-polyline/index.ts +++ b/samples/dds-datasets-polyline/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_polyline] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { // Request needed libraries. diff --git a/samples/dds-region-viewer/index.ts b/samples/dds-region-viewer/index.ts index 11e590294..156834556 100644 --- a/samples/dds-region-viewer/index.ts +++ b/samples/dds-region-viewer/index.ts @@ -11,7 +11,7 @@ */ // [START maps_dds_region_viewer] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let placeAutocomplete; let innerMap; let countryMenu: HTMLSelectElement; diff --git a/samples/deckgl-points/index.ts b/samples/deckgl-points/index.ts index ec3ddb069..cc0739745 100644 --- a/samples/deckgl-points/index.ts +++ b/samples/deckgl-points/index.ts @@ -11,7 +11,7 @@ import { GeoJsonLayer } from '@deck.gl/layers'; type Properties = { mag: number }; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap: google.maps.Map; interface EarthquakeProperties { diff --git a/samples/geocoding-simple/index.ts b/samples/geocoding-simple/index.ts index 8459328b7..b41692308 100644 --- a/samples/geocoding-simple/index.ts +++ b/samples/geocoding-simple/index.ts @@ -22,7 +22,7 @@ async function initMap() { ]); // Get the gmp-map element. - mapElement = document.querySelector('gmp-map') as google.maps.MapElement; + mapElement = document.querySelector('gmp-map'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/map-projection-simple/index.ts b/samples/map-projection-simple/index.ts index c474e7eea..add5b366c 100644 --- a/samples/map-projection-simple/index.ts +++ b/samples/map-projection-simple/index.ts @@ -8,7 +8,7 @@ // This example defines an image map type using the Gall-Peters // projection. // https://en.wikipedia.org/wiki/Gall%E2%80%93Peters_projection -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index 4810e557a..94d628051 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -5,13 +5,13 @@ */ // [START maps_place_autocomplete_data_session] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap: google.maps.Map; let marker: google.maps.marker.AdvancedMarkerElement; -let titleElement = document.querySelector('.title') as HTMLElement; -let resultsContainerElement = document.querySelector('.results') as HTMLElement; -let inputElement = document.querySelector('input') as HTMLInputElement; -let tokenStatusElement = document.querySelector('.token-status') as HTMLElement; +let titleElement = document.querySelector('.title'); +let resultsContainerElement = document.querySelector('.results'); +let inputElement = document.querySelector('input'); +let tokenStatusElement = document.querySelector('.token-status'); let newestRequestId = 0; let tokenCount = 0; diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index 798bdc498..abfa7ecd4 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -5,10 +5,8 @@ */ // [START maps_place_autocomplete_map] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; -const placeAutocomplete = document.querySelector( - 'gmp-place-autocomplete' -) as google.maps.places.PlaceAutocompleteElement; +const mapElement = document.querySelector('gmp-map'); +const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); let innerMap; let marker: google.maps.marker.AdvancedMarkerElement; let infoWindow: google.maps.InfoWindow; @@ -40,35 +38,35 @@ async function initMap(): Promise { // [START maps_place_autocomplete_map_listener] // Add the gmp-placeselect listener, and display the results on the map. - //prettier-ignore - //@ts-ignore - placeAutocomplete.addEventListener('gmp-select', async ({ placePrediction }) => { - const place = placePrediction.toPlace(); - await place.fetchFields({ - fields: ['displayName', 'formattedAddress', 'location'], - }); + placeAutocomplete.addEventListener( + 'gmp-select', + async ({ placePrediction }) => { + const place = placePrediction.toPlace(); + await place.fetchFields({ + fields: ['displayName', 'formattedAddress', 'location'], + }); - // If the place has a geometry, then present it on a map. - if (place.viewport) { - innerMap.fitBounds(place.viewport); - } else { - innerMap.setCenter(place.location); - innerMap.setZoom(17); - } + // If the place has a geometry, then present it on a map. + if (place.viewport) { + innerMap.fitBounds(place.viewport); + } else { + innerMap.setCenter(place.location); + innerMap.setZoom(17); + } - let content = document.createElement('div'); - let nameText = document.createElement('span'); - nameText.textContent = place.displayName; - content.appendChild(nameText); - content.appendChild(document.createElement('br')); - let addressText = document.createElement('span'); - addressText.textContent = place.formattedAddress; - content.appendChild(addressText); + let content = document.createElement('div'); + let nameText = document.createElement('span'); + nameText.textContent = place.displayName; + content.appendChild(nameText); + content.appendChild(document.createElement('br')); + let addressText = document.createElement('span'); + addressText.textContent = place.formattedAddress; + content.appendChild(addressText); - updateInfoWindow(content, place.location); - marker.position = place.location; - } - ); + updateInfoWindow(content, place.location); + marker.position = place.location; + } + ); // [END maps_place_autocomplete_map_listener] } diff --git a/samples/place-class/index.ts b/samples/place-class/index.ts index d5214903a..0c8674843 100644 --- a/samples/place-class/index.ts +++ b/samples/place-class/index.ts @@ -5,7 +5,7 @@ */ // [START maps_place_class] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; let infoWindow; diff --git a/samples/place-nearby-search/index.ts b/samples/place-nearby-search/index.ts index 8049002f6..670e191b6 100644 --- a/samples/place-nearby-search/index.ts +++ b/samples/place-nearby-search/index.ts @@ -5,11 +5,9 @@ */ // [START maps_place_nearby_search] -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; -const advancedMarkerElement = document.querySelector( - 'gmp-advanced-marker' -) as google.maps.marker.AdvancedMarkerElement; +const advancedMarkerElement = document.querySelector('gmp-advanced-marker'); let center; let typeSelect; let infoWindow; diff --git a/samples/place-reviews/index.ts b/samples/place-reviews/index.ts index ebabc34a1..23c479550 100644 --- a/samples/place-reviews/index.ts +++ b/samples/place-reviews/index.ts @@ -7,7 +7,7 @@ // [START maps_place_reviews] let innerMap; let infoWindow; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); async function initMap() { // Import the needed libraries. diff --git a/samples/places-autocomplete-addressform/index.ts b/samples/places-autocomplete-addressform/index.ts index b2789a451..6770649bf 100644 --- a/samples/places-autocomplete-addressform/index.ts +++ b/samples/places-autocomplete-addressform/index.ts @@ -21,9 +21,7 @@ async function initAutocomplete() { 'places' )) as google.maps.PlacesLibrary; - placeAutocomplete = document.querySelector( - 'gmp-place-autocomplete' - ) as google.maps.places.PlaceAutocompleteElement; + placeAutocomplete = document.querySelector('gmp-place-autocomplete'); address1Field = document.querySelector('#address1') as HTMLInputElement; address2Field = document.querySelector('#address2') as HTMLInputElement; postalField = document.querySelector('#postcode') as HTMLInputElement; diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index 92bc15411..7e30e25ce 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -18,14 +18,10 @@ async function initMap(): Promise { google.maps.importLibrary('places'), ]); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map'); const map = mapElement.innerMap as google.maps.Map; - const placeAutocomplete = document.querySelector( - 'gmp-place-autocomplete' - ) as google.maps.places.PlaceAutocompleteElement; + const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); // Set the map options. map.setOptions({ diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index cfca6c750..22863b7e6 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -12,7 +12,7 @@ */ let poly: google.maps.Polyline; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { diff --git a/samples/polyline-remove/index.ts b/samples/polyline-remove/index.ts index ad6545cae..ce84e7d19 100644 --- a/samples/polyline-remove/index.ts +++ b/samples/polyline-remove/index.ts @@ -9,7 +9,7 @@ // from the map. let flightPath: google.maps.Polyline; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { diff --git a/samples/polyline-simple/index.ts b/samples/polyline-simple/index.ts index 7922230a8..d2ac6f522 100644 --- a/samples/polyline-simple/index.ts +++ b/samples/polyline-simple/index.ts @@ -8,7 +8,7 @@ // This example creates a 2-pixel-wide red polyline showing the path of // the first trans-Pacific flight between Oakland, CA, and Brisbane, // Australia which was made by Charles Kingsford Smith. -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; async function initMap() { diff --git a/samples/routes-compute-routes/index.ts b/samples/routes-compute-routes/index.ts index 21382eec1..7a4a4bb98 100644 --- a/samples/routes-compute-routes/index.ts +++ b/samples/routes-compute-routes/index.ts @@ -470,7 +470,7 @@ async function init() { function attachAlertWindowListener() { const alertBox = document.getElementById('alert') as HTMLDivElement; - const closeBtn = alertBox.querySelector('.close') as HTMLButtonElement; + const closeBtn = alertBox.querySelector('.close'); closeBtn.addEventListener('click', () => { if (alertBox.style.display !== 'none') { alertBox.style.display = 'none'; diff --git a/samples/routes-get-alternatives/index.ts b/samples/routes-get-alternatives/index.ts index b70cced61..802cfdc4d 100644 --- a/samples/routes-get-alternatives/index.ts +++ b/samples/routes-get-alternatives/index.ts @@ -5,7 +5,7 @@ */ // [START maps_routes_get_alternatives] let mapPolylines: google.maps.Polyline[] = []; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; // Initialize and add the map. diff --git a/samples/routes-markers/index.ts b/samples/routes-markers/index.ts index d78a670a7..976190734 100644 --- a/samples/routes-markers/index.ts +++ b/samples/routes-markers/index.ts @@ -5,7 +5,7 @@ */ // [START maps_routes_markers] let mapPolylines: google.maps.Polyline[] = []; -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; // Initialize and add the map. @@ -26,7 +26,6 @@ async function initMap() { } async function getDirections() { - //@ts-ignore // Request the needed libraries. const [{ Route }, { PinElement }] = await Promise.all([ google.maps.importLibrary('routes'), @@ -57,7 +56,6 @@ async function getDirections() { // Alter style based on marker index. function markerOptionsMaker( defaultOptions: google.maps.marker.AdvancedMarkerElementOptions, - //@ts-ignore waypointMarkerDetails: google.maps.routes.WaypointMarkerDetails ) { const { index, totalMarkers, leg } = waypointMarkerDetails; diff --git a/samples/test-example/index.ts b/samples/test-example/index.ts index ef6297adc..e878f2d18 100644 --- a/samples/test-example/index.ts +++ b/samples/test-example/index.ts @@ -12,11 +12,9 @@ // [START maps_test_example] // Declare the gmp-map element. -const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; +const mapElement = document.querySelector('gmp-map'); let innerMap; -const advancedMarkerElement = document.querySelector( - 'gmp-advanced-marker' -) as google.maps.marker.AdvancedMarkerElement; +const advancedMarkerElement = document.querySelector('gmp-advanced-marker'); let center; async function initMap() { diff --git a/samples/ui-kit-place-details-compact/index.ts b/samples/ui-kit-place-details-compact/index.ts index 857289422..4245d99e4 100644 --- a/samples/ui-kit-place-details-compact/index.ts +++ b/samples/ui-kit-place-details-compact/index.ts @@ -6,14 +6,12 @@ /* [START maps_ui_kit_place_details_compact] */ // Use querySelector to select elements for interaction. /* [START maps_ui_kit_place_details_compact_query_selector] */ -const map = document.querySelector('gmp-map') as google.maps.MapElement; -const placeDetails = document.querySelector('gmp-place-details-compact') as any; +const map = document.querySelector('gmp-map'); +const placeDetails = document.querySelector('gmp-place-details-compact'); const placeDetailsRequest = document.querySelector( 'gmp-place-details-place-request' -) as any; -const marker = document.querySelector( - 'gmp-advanced-marker' -) as google.maps.marker.AdvancedMarkerElement; +); +const marker = document.querySelector('gmp-advanced-marker'); /* [END maps_ui_kit_place_details_compact_query_selector] */ async function initMap(): Promise { // Request needed libraries. diff --git a/samples/ui-kit-place-details/index.ts b/samples/ui-kit-place-details/index.ts index 591986987..12d5bbc52 100644 --- a/samples/ui-kit-place-details/index.ts +++ b/samples/ui-kit-place-details/index.ts @@ -6,14 +6,12 @@ /* [START maps_ui_kit_place_details] */ // Use querySelector to select elements for interaction. /* [START maps_ui_kit_place_details_query_selector] */ -const map = document.querySelector('gmp-map') as google.maps.MapElement; -const placeDetails = document.querySelector('gmp-place-details') as any; +const map = document.querySelector('gmp-map'); +const placeDetails = document.querySelector('gmp-place-details'); const placeDetailsRequest = document.querySelector( 'gmp-place-details-place-request' -) as any; -const marker = document.querySelector( - 'gmp-advanced-marker' -) as google.maps.marker.AdvancedMarkerElement; +); +const marker = document.querySelector('gmp-advanced-marker'); /* [END maps_ui_kit_place_details_query_selector] */ async function initMap(): Promise { diff --git a/samples/ui-kit-place-search-nearby/index.ts b/samples/ui-kit-place-search-nearby/index.ts index 55a09b173..1ac20fb94 100644 --- a/samples/ui-kit-place-search-nearby/index.ts +++ b/samples/ui-kit-place-search-nearby/index.ts @@ -7,16 +7,14 @@ /* [START maps_ui_kit_place_search_nearby_query_selectors] */ // Query selectors for various elements in the HTML file. -const map = document.querySelector('gmp-map') as google.maps.MapElement; -const placeSearch = document.querySelector('gmp-place-search') as any; +const map = document.querySelector('gmp-map'); +const placeSearch = document.querySelector('gmp-place-search'); const placeSearchQuery = document.querySelector( 'gmp-place-nearby-search-request' -) as any; -const placeDetails = document.querySelector('gmp-place-details-compact') as any; -const placeRequest = document.querySelector( - 'gmp-place-details-place-request' -) as any; -const typeSelect = document.querySelector('.type-select') as HTMLSelectElement; +); +const placeDetails = document.querySelector('gmp-place-details-compact'); +const placeRequest = document.querySelector('gmp-place-details-place-request'); +const typeSelect = document.querySelector('.type-select'); /* [END maps_ui_kit_place_search_nearby_query_selectors] */ // Global variables for the map, markers, and info window. diff --git a/samples/ui-kit-place-search-text/index.ts b/samples/ui-kit-place-search-text/index.ts index aaa784e25..42c4afbea 100644 --- a/samples/ui-kit-place-search-text/index.ts +++ b/samples/ui-kit-place-search-text/index.ts @@ -7,19 +7,15 @@ /* [START maps_ui_kit_place_search_text_query_selectors] */ // Query selectors for various elements in the HTML file. -const map = document.querySelector('gmp-map') as google.maps.MapElement; -const placeSearch = document.querySelector('gmp-place-search') as any; +const map = document.querySelector('gmp-map'); +const placeSearch = document.querySelector('gmp-place-search'); const placeSearchQuery = document.querySelector( 'gmp-place-text-search-request' -) as any; -const placeDetails = document.querySelector('gmp-place-details-compact') as any; -const placeRequest = document.querySelector( - 'gmp-place-details-place-request' -) as any; -const queryInput = document.querySelector('.query-input') as HTMLInputElement; -const searchButton = document.querySelector( - '.search-button' -) as HTMLButtonElement; +); +const placeDetails = document.querySelector('gmp-place-details-compact'); +const placeRequest = document.querySelector('gmp-place-details-place-request'); +const queryInput = document.querySelector('.query-input'); +const searchButton = document.querySelector('.search-button'); /* [END maps_ui_kit_place_search_text_query_selectors] */ // Global variables for the map, markers, and info window. From 24d5d352c77377f5ca81a497792c83c298d8e2a8 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 11:46:07 -0700 Subject: [PATCH 04/20] clean up library typecasting + fix prettier errors + remove some ts/prettier ignore lines --- dist/samples/boundaries-simple/app/index.ts | 2 +- samples/3d-coverage-map/index.html | 14 +- samples/3d-coverage-map/index.ts | 32 ++-- samples/add-map/index.ts | 8 +- samples/address-validation/index.ts | 5 +- samples/advanced-markers-collision/index.ts | 8 +- samples/advanced-markers-graphics/index.ts | 12 +- samples/advanced-markers-html-simple/index.ts | 8 +- samples/advanced-markers-zoom/index.ts | 8 +- samples/ai-powered-summaries-basic/index.ts | 8 +- samples/ai-powered-summaries/index.ts | 6 +- samples/boundaries-choropleth/index.ts | 2 +- samples/boundaries-simple/index.ts | 2 +- samples/boundaries-text-search/index.ts | 2 +- samples/circle-simple/index.ts | 4 +- samples/control-bounds-restriction/index.ts | 2 +- samples/control-custom-state/index.ts | 2 +- samples/control-positioning/index.ts | 2 +- samples/dds-datasets-point/index.ts | 2 +- samples/dds-datasets-polygon-click/index.ts | 2 +- samples/dds-datasets-polygon-colors/index.ts | 2 +- samples/dds-datasets-polygon/index.ts | 2 +- samples/dds-datasets-polyline/index.ts | 2 +- samples/dds-region-viewer/index.ts | 6 +- samples/deckgl-arclayer/index.ts | 2 +- samples/deckgl-kml/index.ts | 4 +- samples/deckgl-polygon/index.ts | 4 +- samples/deckgl-tripslayer/index.ts | 2 +- samples/event-arguments/index.ts | 4 +- samples/event-click-latlng/index.ts | 2 +- samples/event-closure/index.ts | 4 +- samples/event-simple/index.ts | 4 +- samples/geocoding-reverse/index.ts | 12 +- samples/geocoding-simple/index.ts | 12 +- samples/hiding-features/index.ts | 2 +- samples/layer-data-event/index.ts | 2 +- samples/layer-data-quakes-red/index.ts | 2 +- samples/layer-data-quakes-simple/index.ts | 2 +- samples/layer-data-simple/index.ts | 2 +- samples/layer-data-style/index.ts | 2 +- samples/map-events/index.ts | 2 +- samples/map-simple-js/index.html | 23 +-- samples/map-simple-js/index.ts | 4 +- .../place-autocomplete-data-session/index.ts | 14 +- .../place-autocomplete-data-simple/index.ts | 4 +- samples/place-autocomplete-element/index.ts | 26 ++- samples/place-photos/index.ts | 4 +- samples/place-reviews/index.ts | 12 +- samples/places-placeid-finder/index.html | 6 +- samples/places-placeid-finder/index.ts | 10 +- samples/polyline-complex/index.ts | 4 +- samples/polyline-simple/index.ts | 2 +- samples/routes-compute-routes/index.ts | 180 ++++++++---------- samples/routes-get-alternatives/index.ts | 3 +- samples/routes-get-directions-panel/index.ts | 11 +- samples/routes-get-directions/index.ts | 13 +- samples/routes-route-matrix/index.ts | 21 +- samples/streetview-overlays/index.ts | 4 +- samples/test-example/index.ts | 8 +- samples/ui-kit-place-details-compact/index.ts | 4 +- samples/ui-kit-place-search-nearby/index.ts | 12 +- samples/ui-kit-place-search-text/index.ts | 12 +- 62 files changed, 239 insertions(+), 345 deletions(-) diff --git a/dist/samples/boundaries-simple/app/index.ts b/dist/samples/boundaries-simple/app/index.ts index 211bbf300..e534048d8 100644 --- a/dist/samples/boundaries-simple/app/index.ts +++ b/dist/samples/boundaries-simple/app/index.ts @@ -14,7 +14,7 @@ let featureLayer; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/3d-coverage-map/index.html b/samples/3d-coverage-map/index.html index c752555d7..113edcd03 100644 --- a/samples/3d-coverage-map/index.html +++ b/samples/3d-coverage-map/index.html @@ -6,24 +6,28 @@ --> + Map - +
- +
- - + - \ No newline at end of file + diff --git a/samples/3d-coverage-map/index.ts b/samples/3d-coverage-map/index.ts index cbf74a091..6f7df93c1 100644 --- a/samples/3d-coverage-map/index.ts +++ b/samples/3d-coverage-map/index.ts @@ -20,8 +20,8 @@ const placeAutocomplete = document.querySelector( async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('places'); // Get the inner map from the map element. const innerMap = mapElement.innerMap; @@ -35,23 +35,23 @@ async function initMap() { ); dataLayer.style = layerStyle; - //@ts-ignore placeAutocomplete.includedPrimaryTypes = ['(regions)']; - //prettier-ignore - //@ts-ignore - placeAutocomplete.addEventListener("gmp-select", async ({ placePrediction }) => { - if (!placePrediction) return; - const place = placePrediction.toPlace(); - await place.fetchFields({ - fields: ["location"] - }); - if (!place.location) { - return; + placeAutocomplete.addEventListener( + 'gmp-select', + async ({ placePrediction }) => { + if (!placePrediction) return; + const place = placePrediction.toPlace(); + await place.fetchFields({ + fields: ['location'], + }); + if (!place.location) { + return; + } + innerMap.setCenter(place.location); + innerMap.setZoom(9); } - innerMap.setCenter(place.location); - innerMap.setZoom(9); - }); + ); } initMap(); // [END maps_3d_coverage_map] diff --git a/samples/add-map/index.ts b/samples/add-map/index.ts index e3aa9f56a..41c52c9d8 100644 --- a/samples/add-map/index.ts +++ b/samples/add-map/index.ts @@ -8,12 +8,10 @@ async function initMap(): Promise { // [START maps_add_map_instantiate_map] // [START maps_add_map_libraries] - // Request the needed libraries. + // Request the needed libraries. const [{ Map }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), ]); // [END maps_add_map_libraries] // [START maps_add_map_innermap] diff --git a/samples/address-validation/index.ts b/samples/address-validation/index.ts index 07b52419a..b79cb76d5 100644 --- a/samples/address-validation/index.ts +++ b/samples/address-validation/index.ts @@ -46,9 +46,8 @@ async function handleValidationSubmit(event) { // Validate the address try { - //prettier-ignore - //@ts-ignore - const result = await google.maps.addressValidation.AddressValidation.fetchAddressValidation( + const result = + await google.maps.addressValidation.AddressValidation.fetchAddressValidation( { address: { regionCode: regionSelect!.value.trim(), diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index a62fe82bc..f35fe13c6 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -11,12 +11,8 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; // Initialize and add the map async function initMap(): Promise { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); let markers: google.maps.marker.AdvancedMarkerElement[] = []; diff --git a/samples/advanced-markers-graphics/index.ts b/samples/advanced-markers-graphics/index.ts index 3fd997216..0aa6d21f5 100644 --- a/samples/advanced-markers-graphics/index.ts +++ b/samples/advanced-markers-graphics/index.ts @@ -7,16 +7,10 @@ // [START maps_advanced_markers_graphics] async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement, PinElement } = - (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + await google.maps.importLibrary('marker'); + const { Place } = await google.maps.importLibrary('places'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/advanced-markers-html-simple/index.ts b/samples/advanced-markers-html-simple/index.ts index 51e85c460..34ec3ff12 100644 --- a/samples/advanced-markers-html-simple/index.ts +++ b/samples/advanced-markers-html-simple/index.ts @@ -10,12 +10,8 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const priceTag = document.createElement('div'); priceTag.className = 'price-tag'; diff --git a/samples/advanced-markers-zoom/index.ts b/samples/advanced-markers-zoom/index.ts index e4c1cbd5e..f1d195a45 100644 --- a/samples/advanced-markers-zoom/index.ts +++ b/samples/advanced-markers-zoom/index.ts @@ -9,12 +9,8 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const markerOptions = [ { diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index a6d99c926..9a03825b1 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -26,12 +26,8 @@ async function initMap() { async function getPlaceDetails() { // Request needed libraries. const [{ AdvancedMarkerElement }, { Place }] = await Promise.all([ - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), ]); // [START maps_ai_powered_summaries_basic_placeid] diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index 5518a33dc..e4bfa9eeb 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -50,9 +50,9 @@ async function initMap(): Promise { }); // Handle selection of an autocomplete result. - // prettier-ignore - // @ts-ignore - placeAutocomplete.addEventListener('gmp-select', async ({ placePrediction }) => { + placeAutocomplete.addEventListener( + 'gmp-select', + async ({ placePrediction }) => { const place = placePrediction.toPlace(); // Fetch all summary fields. diff --git a/samples/boundaries-choropleth/index.ts b/samples/boundaries-choropleth/index.ts index 84964977f..1b0d8088e 100644 --- a/samples/boundaries-choropleth/index.ts +++ b/samples/boundaries-choropleth/index.ts @@ -7,7 +7,7 @@ // [START maps_boundaries_choropleth] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/boundaries-simple/index.ts b/samples/boundaries-simple/index.ts index 211bbf300..e534048d8 100644 --- a/samples/boundaries-simple/index.ts +++ b/samples/boundaries-simple/index.ts @@ -14,7 +14,7 @@ let featureLayer; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/boundaries-text-search/index.ts b/samples/boundaries-text-search/index.ts index f16571bb9..880a7e39d 100644 --- a/samples/boundaries-text-search/index.ts +++ b/samples/boundaries-text-search/index.ts @@ -11,7 +11,7 @@ let center; async function initMap() { // Load the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); center = { lat: 41.059, lng: -124.151 }; // Trinidad, CA diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index 2668cd793..4e22e0370 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -10,8 +10,8 @@ let innerMap; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); // Get the gmp-map element. const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/control-bounds-restriction/index.ts b/samples/control-bounds-restriction/index.ts index a6184fec2..4e7cf42ba 100644 --- a/samples/control-bounds-restriction/index.ts +++ b/samples/control-bounds-restriction/index.ts @@ -19,7 +19,7 @@ const NEW_ZEALAND_BOUNDS = { async function initMap() { // Import the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; // [START maps_control_bounds_restriction_options] diff --git a/samples/control-custom-state/index.ts b/samples/control-custom-state/index.ts index f43cd8b28..a52d9943f 100755 --- a/samples/control-custom-state/index.ts +++ b/samples/control-custom-state/index.ts @@ -11,7 +11,7 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let center: google.maps.LatLngLiteral = { lat: 41.85, lng: -87.65 }; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; diff --git a/samples/control-positioning/index.ts b/samples/control-positioning/index.ts index 8e8ffc44c..350cedb42 100755 --- a/samples/control-positioning/index.ts +++ b/samples/control-positioning/index.ts @@ -10,7 +10,7 @@ let innerMap; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index c5fe02a33..ca5cfb5e1 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -86,7 +86,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon-click/index.ts b/samples/dds-datasets-polygon-click/index.ts index fbf265290..ec5411f6c 100644 --- a/samples/dds-datasets-polygon-click/index.ts +++ b/samples/dds-datasets-polygon-click/index.ts @@ -33,7 +33,7 @@ function handleMouseMove(/* MouseEvent */ e) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index 3387d1003..897b32867 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -47,7 +47,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon/index.ts b/samples/dds-datasets-polygon/index.ts index a8ccabd95..50995a1f5 100644 --- a/samples/dds-datasets-polygon/index.ts +++ b/samples/dds-datasets-polygon/index.ts @@ -19,7 +19,7 @@ const styleOptions = { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polyline/index.ts b/samples/dds-datasets-polyline/index.ts index 02c664218..4c08ef279 100644 --- a/samples/dds-datasets-polyline/index.ts +++ b/samples/dds-datasets-polyline/index.ts @@ -9,7 +9,7 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let innerMap; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-region-viewer/index.ts b/samples/dds-region-viewer/index.ts index a403aa274..11e590294 100644 --- a/samples/dds-region-viewer/index.ts +++ b/samples/dds-region-viewer/index.ts @@ -34,9 +34,9 @@ let selectedPlaceId: string; import * as countries from './src/countries.json'; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('places'); + await google.maps.importLibrary('marker'); // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/deckgl-arclayer/index.ts b/samples/deckgl-arclayer/index.ts index c91149ad7..749301d10 100644 --- a/samples/deckgl-arclayer/index.ts +++ b/samples/deckgl-arclayer/index.ts @@ -15,7 +15,7 @@ type Data = GeoJSON.FeatureCollection; async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/deckgl-kml/index.ts b/samples/deckgl-kml/index.ts index 991b5e3d7..74bf5d57f 100644 --- a/samples/deckgl-kml/index.ts +++ b/samples/deckgl-kml/index.ts @@ -68,9 +68,7 @@ async function initMap(): Promise { const position = { lat: 41.8692576, lng: -87.689769 }; // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const mapDiv = document.getElementById('map'); if (!mapDiv) { diff --git a/samples/deckgl-polygon/index.ts b/samples/deckgl-polygon/index.ts index ef90eec0b..f4cfbd0e7 100644 --- a/samples/deckgl-polygon/index.ts +++ b/samples/deckgl-polygon/index.ts @@ -48,9 +48,7 @@ async function initMap(): Promise { const position = { lat: 37.752954624496304, lng: -122.44754059928648 }; // Using the center from original deckgl-polygon.js // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const mapDiv = document.getElementById('map'); if (!mapDiv) { diff --git a/samples/deckgl-tripslayer/index.ts b/samples/deckgl-tripslayer/index.ts index ecf0a1239..b3284706e 100644 --- a/samples/deckgl-tripslayer/index.ts +++ b/samples/deckgl-tripslayer/index.ts @@ -25,7 +25,7 @@ const VENDOR_COLORS: Color[] = [ async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/event-arguments/index.ts b/samples/event-arguments/index.ts index 6f7bae6da..1609e6883 100644 --- a/samples/event-arguments/index.ts +++ b/samples/event-arguments/index.ts @@ -7,8 +7,8 @@ // [START maps_event_arguments] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/event-click-latlng/index.ts b/samples/event-click-latlng/index.ts index c863209ce..3b473ad95 100644 --- a/samples/event-click-latlng/index.ts +++ b/samples/event-click-latlng/index.ts @@ -7,7 +7,7 @@ // [START maps_event_click_latlng] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Set up the map. const mapElement = document.querySelector( diff --git a/samples/event-closure/index.ts b/samples/event-closure/index.ts index 22a2b4dc5..1f53104c0 100644 --- a/samples/event-closure/index.ts +++ b/samples/event-closure/index.ts @@ -7,8 +7,8 @@ // [START maps_event_closure] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/event-simple/index.ts b/samples/event-simple/index.ts index 0d7c99e17..74291520e 100644 --- a/samples/event-simple/index.ts +++ b/samples/event-simple/index.ts @@ -7,8 +7,8 @@ // [START maps_event_simple] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); // Retrieve the map element. const mapElement = document.querySelector( diff --git a/samples/geocoding-reverse/index.ts b/samples/geocoding-reverse/index.ts index 5feea57ad..115542ea0 100644 --- a/samples/geocoding-reverse/index.ts +++ b/samples/geocoding-reverse/index.ts @@ -10,15 +10,9 @@ async function initMap() { // Request the needed libraries. const [{ Map, InfoWindow }, { Geocoder }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary( - 'maps' - ) as Promise, - google.maps.importLibrary( - 'geocoding' - ) as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), ]); // Get the gmp-map element. diff --git a/samples/geocoding-simple/index.ts b/samples/geocoding-simple/index.ts index 510ad3065..8459328b7 100644 --- a/samples/geocoding-simple/index.ts +++ b/samples/geocoding-simple/index.ts @@ -16,15 +16,9 @@ async function initMap() { // Request the needed libraries. const [{ Map, InfoWindow }, { Geocoder }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary( - 'maps' - ) as Promise, - google.maps.importLibrary( - 'geocoding' - ) as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), ]); // Get the gmp-map element. diff --git a/samples/hiding-features/index.ts b/samples/hiding-features/index.ts index 08241fdec..3c45103e7 100644 --- a/samples/hiding-features/index.ts +++ b/samples/hiding-features/index.ts @@ -7,7 +7,7 @@ // [START maps_hiding_features] async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); // Get the gmp-map element. const mapElement = document.querySelector( diff --git a/samples/layer-data-event/index.ts b/samples/layer-data-event/index.ts index b94b58352..6caa15fcf 100644 --- a/samples/layer-data-event/index.ts +++ b/samples/layer-data-event/index.ts @@ -8,7 +8,7 @@ let map: google.maps.Map; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-quakes-red/index.ts b/samples/layer-data-quakes-red/index.ts index 029b54a70..666dab570 100644 --- a/samples/layer-data-quakes-red/index.ts +++ b/samples/layer-data-quakes-red/index.ts @@ -8,7 +8,7 @@ let innerMap; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-quakes-simple/index.ts b/samples/layer-data-quakes-simple/index.ts index eb1ef4f3f..89023d1cc 100644 --- a/samples/layer-data-quakes-simple/index.ts +++ b/samples/layer-data-quakes-simple/index.ts @@ -9,7 +9,7 @@ let innerMap; let earthquakeData; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-simple/index.ts b/samples/layer-data-simple/index.ts index c98a98171..cfa8ab6c7 100644 --- a/samples/layer-data-simple/index.ts +++ b/samples/layer-data-simple/index.ts @@ -6,7 +6,7 @@ // [START maps_layer_data_simple] async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/layer-data-style/index.ts b/samples/layer-data-style/index.ts index c904fcbdd..4d69529a5 100644 --- a/samples/layer-data-style/index.ts +++ b/samples/layer-data-style/index.ts @@ -6,7 +6,7 @@ // [START maps_layer_data_style] async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/map-events/index.ts b/samples/map-events/index.ts index 12ac0127d..969af942c 100644 --- a/samples/map-events/index.ts +++ b/samples/map-events/index.ts @@ -40,7 +40,7 @@ function setupListener(map: google.maps.Map, name: string) { async function initMap() { // Request needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); const mapElement = document.querySelector( 'gmp-map' diff --git a/samples/map-simple-js/index.html b/samples/map-simple-js/index.html index 6381f1b7e..ec804ba49 100644 --- a/samples/map-simple-js/index.html +++ b/samples/map-simple-js/index.html @@ -12,22 +12,19 @@ --> + + Simple Map - - Simple Map + + - - - - - - - - - -
- + + +
+ diff --git a/samples/map-simple-js/index.ts b/samples/map-simple-js/index.ts index 4a22757f3..374f1ddbf 100644 --- a/samples/map-simple-js/index.ts +++ b/samples/map-simple-js/index.ts @@ -14,9 +14,7 @@ let map: google.maps.Map; async function initMap(): Promise { // Import the needed libraries - const { Map, RenderingType } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, RenderingType } = await google.maps.importLibrary('maps'); // Create a new map from the div with id="map". map = new Map(document.getElementById('map') as HTMLElement, { diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index c04fff7cf..4810e557a 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -47,9 +47,8 @@ async function makeAutocompleteRequest(inputEvent) { // To avoid race conditions, store the request ID and compare after the request. const requestId = ++newestRequestId; - const { AutocompleteSuggestion } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { AutocompleteSuggestion } = + await google.maps.importLibrary('places'); if (!inputEvent.target?.value) { titleElement.textContent = ''; @@ -97,9 +96,7 @@ async function makeAutocompleteRequest(inputEvent) { // Event handler for clicking on a suggested place. async function onPlaceSelected(place: google.maps.places.Place) { - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'], @@ -132,9 +129,8 @@ async function onPlaceSelected(place: google.maps.places.Place) { // Helper function to refresh the session token. async function refreshToken() { - const { AutocompleteSessionToken } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { AutocompleteSessionToken } = + await google.maps.importLibrary('places'); // Increment the token counter. tokenCount++; diff --git a/samples/place-autocomplete-data-simple/index.ts b/samples/place-autocomplete-data-simple/index.ts index 3d9c9d10f..15c3cf07c 100644 --- a/samples/place-autocomplete-data-simple/index.ts +++ b/samples/place-autocomplete-data-simple/index.ts @@ -7,9 +7,7 @@ // [START maps_place_autocomplete_data_simple] async function init() { const { Place, AutocompleteSessionToken, AutocompleteSuggestion } = - (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + await google.maps.importLibrary('places'); // [START maps_place_autocomplete_data_simple_request] // Add an initial request body. diff --git a/samples/place-autocomplete-element/index.ts b/samples/place-autocomplete-element/index.ts index 46b6940e4..f6e4de7db 100644 --- a/samples/place-autocomplete-element/index.ts +++ b/samples/place-autocomplete-element/index.ts @@ -8,7 +8,7 @@ async function initMap(): Promise { // [START maps_place_autocomplete_element_add] // Request needed libraries. - (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; + await google.maps.importLibrary('places'); // Create the input HTML element, and append it. const placeAutocomplete = new google.maps.places.PlaceAutocompleteElement( {} @@ -27,15 +27,21 @@ async function initMap(): Promise { // [START maps_place_autocomplete_element_listener] // Add the gmp-placeselect listener, and display the results. - //prettier-ignore - //@ts-ignore - placeAutocomplete.addEventListener('gmp-select', async ({ placePrediction }) => { - const place = placePrediction.toPlace(); - await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'] }); - selectedPlaceTitle.textContent = 'Selected Place:'; - selectedPlaceInfo.textContent = JSON.stringify( - place.toJSON(), /* replacer */ null, /* space */ 2); - }); + placeAutocomplete.addEventListener( + 'gmp-select', + async ({ placePrediction }) => { + const place = placePrediction.toPlace(); + await place.fetchFields({ + fields: ['displayName', 'formattedAddress', 'location'], + }); + selectedPlaceTitle.textContent = 'Selected Place:'; + selectedPlaceInfo.textContent = JSON.stringify( + place.toJSON(), + /* replacer */ null, + /* space */ 2 + ); + } + ); // [END maps_place_autocomplete_element_listener] } diff --git a/samples/place-photos/index.ts b/samples/place-photos/index.ts index 050b97266..d7cc6c04d 100644 --- a/samples/place-photos/index.ts +++ b/samples/place-photos/index.ts @@ -6,9 +6,7 @@ // [START maps_place_photos] async function init() { - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); // Use a place ID to create a new Place instance. const place = new Place({ diff --git a/samples/place-reviews/index.ts b/samples/place-reviews/index.ts index 4e7d2c23a..ebabc34a1 100644 --- a/samples/place-reviews/index.ts +++ b/samples/place-reviews/index.ts @@ -13,15 +13,9 @@ async function initMap() { // Import the needed libraries. const [{ InfoWindow }, { AdvancedMarkerElement }, { Place }] = await Promise.all([ - google.maps.importLibrary( - 'maps' - ) as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), ]); innerMap = mapElement.innerMap; diff --git a/samples/places-placeid-finder/index.html b/samples/places-placeid-finder/index.html index f5d4c32c9..59cb6795c 100644 --- a/samples/places-placeid-finder/index.html +++ b/samples/places-placeid-finder/index.html @@ -1,4 +1,4 @@ - + diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index cfba4359e..92bc15411 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -13,13 +13,9 @@ async function initMap(): Promise { // Request needed libraries. const [{ InfoWindow }, { AdvancedMarkerElement }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), ]); const mapElement = document.querySelector( diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 530529d0a..cfca6c750 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -17,8 +17,8 @@ let innerMap; async function initMap() { // Import the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); innerMap = mapElement.innerMap; diff --git a/samples/polyline-simple/index.ts b/samples/polyline-simple/index.ts index e8034d44f..7922230a8 100644 --- a/samples/polyline-simple/index.ts +++ b/samples/polyline-simple/index.ts @@ -12,7 +12,7 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let innerMap; async function initMap() { - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; const flightPlanCoordinates = [ diff --git a/samples/routes-compute-routes/index.ts b/samples/routes-compute-routes/index.ts index 11bcf8818..21382eec1 100644 --- a/samples/routes-compute-routes/index.ts +++ b/samples/routes-compute-routes/index.ts @@ -26,23 +26,13 @@ async function init() { const [ { InfoWindow }, { AdvancedMarkerElement }, - //prettier-ignore - //@ts-ignore { PlaceAutocompleteElement }, - //prettier-ignore - //@ts-ignore { ComputeRoutesExtraComputation, ReferenceRoute, Route, RouteLabel }, ] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, - google.maps.importLibrary( - 'routes' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('places'), + google.maps.importLibrary('routes'), ]); const map = document.getElementById('map') as google.maps.MapElement; @@ -99,22 +89,15 @@ async function init() { function buildComputeRoutesJsRequest( formData: FormData - //prettier-ignore - //@ts-ignore ): google.maps.routes.ComputeRoutesRequest { const travelMode = (formData.get('travel_mode') as string) === '' ? undefined : (formData.get('travel_mode') as google.maps.TravelMode); - //prettier-ignore - //@ts-ignore const extraComputations: google.maps.routes.ComputeRoutesExtraComputation[] = - []; - //prettier-ignore - //@ts-ignore - const requestedReferenceRoutes: google.maps.routes.ReferenceRoute[] = []; - //prettier-ignore - //@ts-ignore + []; + const requestedReferenceRoutes: google.maps.routes.ReferenceRoute[] = + []; const transitPreference: google.maps.routes.TransitPreference = {}; const request = { @@ -150,16 +133,12 @@ async function init() { ? undefined : (formData.get( 'routing_preference' - //prettier-ignore - //@ts-ignore ) as google.maps.routes.RoutingPreference), polylineQuality: formData.get('polyline_quality') === '' ? undefined : (formData.get( 'polyline_quality' - //prettier-ignore - //@ts-ignore ) as google.maps.routes.PolylineQuality), computeAlternativeRoutes: formData.get('compute_alternative_routes') === 'on', @@ -193,16 +172,13 @@ async function init() { extraComputations.push( ComputeRoutesExtraComputation.FUEL_CONSUMPTION ); - //prettier-ignore - //@ts-ignore - (request.routeModifiers as google.maps.routes.RouteModifiers).vehicleInfo = - { - emissionType: formData.get( - 'emission_type' - //prettier-ignore - //@ts-ignore - ) as google.maps.routes.VehicleEmissionType, - }; + ( + request.routeModifiers as google.maps.routes.RouteModifiers + ).vehicleInfo = { + emissionType: formData.get( + 'emission_type' + ) as google.maps.routes.VehicleEmissionType, + }; } if (travelMode === google.maps.TravelMode.TRANSIT) { @@ -230,8 +206,6 @@ async function init() { locationInput?: FormDataEntryValue | null, headingInput?: FormDataEntryValue | null, travelModeInput?: FormDataEntryValue | null - //prettier-ignore - //@ts-ignore ): string | google.maps.routes.DirectionalLocationLiteral { if (!locationInput) { throw new Error('Location is required.'); @@ -278,8 +252,6 @@ async function init() { } async function drawRoute( - //prettier-ignore - //@ts-ignore route: google.maps.routes.Route, isPrimaryRoute: boolean ) { @@ -313,66 +285,65 @@ async function init() { addRouteLabel(route, Math.floor(route.path!.length / 2)); } - //prettier-ignore - //@ts-ignore function addRouteLabel(route: google.maps.routes.Route, index: number) { - const routeTag = document.createElement('div'); - routeTag.className = 'route-tag'; - - if (route.routeLabels && route.routeLabels.length > 0) { - const p = document.createElement('p'); - route.routeLabels.forEach((label, i) => { - if (label.includes(RouteLabel.FUEL_EFFICIENT)) { - routeTag.classList.add('eco'); - } - if (label.includes(RouteLabel.DEFAULT_ROUTE_ALTERNATE)) { - routeTag.classList.add('alternate'); - } - if (label.includes(RouteLabel.SHORTER_DISTANCE)) { - routeTag.classList.add('shorter-distance'); - } + const routeTag = document.createElement('div'); + routeTag.className = 'route-tag'; + + if (route.routeLabels && route.routeLabels.length > 0) { + const p = document.createElement('p'); + route.routeLabels.forEach((label, i) => { + if (label.includes(RouteLabel.FUEL_EFFICIENT)) { + routeTag.classList.add('eco'); + } + if (label.includes(RouteLabel.DEFAULT_ROUTE_ALTERNATE)) { + routeTag.classList.add('alternate'); + } + if (label.includes(RouteLabel.SHORTER_DISTANCE)) { + routeTag.classList.add('shorter-distance'); + } - p.appendChild(document.createTextNode(label)); - if (i < route.routeLabels!.length - 1) { - p.appendChild(document.createElement('br')); + p.appendChild(document.createTextNode(label)); + if (i < route.routeLabels!.length - 1) { + p.appendChild(document.createElement('br')); + } + }); + routeTag.appendChild(p); } - }); - routeTag.appendChild(p); - } - const detailsDiv = document.createElement('div'); - detailsDiv.className = 'details'; + const detailsDiv = document.createElement('div'); + detailsDiv.className = 'details'; - if (route.localizedValues) { - const distanceP = document.createElement('p'); - distanceP.textContent = `Distance: ${route.localizedValues.distance!}`; - detailsDiv.appendChild(distanceP); + if (route.localizedValues) { + const distanceP = document.createElement('p'); + distanceP.textContent = `Distance: ${route.localizedValues.distance!}`; + detailsDiv.appendChild(distanceP); - const durationP = document.createElement('p'); - durationP.textContent = `Duration: ${route.localizedValues.duration}`!; - detailsDiv.appendChild(durationP); - } + const durationP = document.createElement('p'); + durationP.textContent = + `Duration: ${route.localizedValues.duration}`!; + detailsDiv.appendChild(durationP); + } - if (route.travelAdvisory?.fuelConsumptionMicroliters) { - const fuelP = document.createElement('p'); - fuelP.textContent = `Fuel consumption: ${( - route.travelAdvisory.fuelConsumptionMicroliters / 1e6 - ).toFixed(2)} L`; - detailsDiv.appendChild(fuelP); - } + if (route.travelAdvisory?.fuelConsumptionMicroliters) { + const fuelP = document.createElement('p'); + fuelP.textContent = `Fuel consumption: ${( + route.travelAdvisory.fuelConsumptionMicroliters / 1e6 + ).toFixed(2)} L`; + detailsDiv.appendChild(fuelP); + } - routeTag.appendChild(detailsDiv); + routeTag.appendChild(detailsDiv); - const marker = new AdvancedMarkerElement({ - map: map.innerMap, - position: route.path![index], - content: routeTag, - zIndex: route.routeLabels?.includes(RouteLabel.DEFAULT_ROUTE) - ? 1 - : undefined, - }); - markers.push(marker); - } + const marker = new AdvancedMarkerElement({ + map: map.innerMap, + position: route.path![index], + content: routeTag, + zIndex: route.routeLabels?.includes(RouteLabel.DEFAULT_ROUTE) + ? 1 + : undefined, + }); + markers.push(marker); + } function clearMap() { markers.forEach((marker) => { @@ -521,17 +492,18 @@ async function init() { ].forEach(([autocomplete, autocompleteData]) => { autocomplete.addEventListener( 'gmp-select', - //prettier-ignore - //@ts-ignore - async (event: google.maps.places.PlacePredictionSelectEvent) => { - autocompleteData.predictionText = event.placePrediction.text.text; - - const place = event.placePrediction.toPlace(); - await place.fetchFields({ - fields: ['location'], - }); - autocompleteData.location = place.location; - } + async ( + event: google.maps.places.PlacePredictionSelectEvent + ) => { + autocompleteData.predictionText = + event.placePrediction.text.text; + + const place = event.placePrediction.toPlace(); + await place.fetchFields({ + fields: ['location'], + }); + autocompleteData.location = place.location; + } ); }); diff --git a/samples/routes-get-alternatives/index.ts b/samples/routes-get-alternatives/index.ts index 19bc3b118..b70cced61 100644 --- a/samples/routes-get-alternatives/index.ts +++ b/samples/routes-get-alternatives/index.ts @@ -11,7 +11,7 @@ let innerMap; // Initialize and add the map. async function initMap() { // Request the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; innerMap.setOptions({ @@ -26,7 +26,6 @@ async function initMap() { } async function getDirections() { - //@ts-ignore // Request the needed libraries. const [{ Route, RouteLabel }] = await Promise.all([ google.maps.importLibrary('routes'), diff --git a/samples/routes-get-directions-panel/index.ts b/samples/routes-get-directions-panel/index.ts index f695f9743..0090ac15b 100644 --- a/samples/routes-get-directions-panel/index.ts +++ b/samples/routes-get-directions-panel/index.ts @@ -13,12 +13,9 @@ let center = { lat: 37.447646, lng: -122.113878 }; // Palo Alto, CA // Initialize and add the map. async function initMap(): Promise { // Request the needed libraries. - //@ts-ignore const [{ Map }, { Route }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'routes' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('routes'), ]); map = new Map(document.getElementById('map') as HTMLElement, { @@ -132,9 +129,7 @@ async function initMap(): Promise { // [END maps_routes_get_directions_panel_steps] // Helper function to fit the map to the path. async function fitMapToPath(path) { - const { LatLngBounds } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { LatLngBounds } = await google.maps.importLibrary('core'); const bounds = new LatLngBounds(); path.forEach((point) => { bounds.extend(point); diff --git a/samples/routes-get-directions/index.ts b/samples/routes-get-directions/index.ts index 82b791b0a..e9645397f 100644 --- a/samples/routes-get-directions/index.ts +++ b/samples/routes-get-directions/index.ts @@ -13,12 +13,9 @@ const center = { lat: 37.447646, lng: -122.113878 }; // Palo Alto, CA async function initMap(): Promise { // Request the needed libraries. const [{ Map }, { Place }, { Route }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, - //@ts-ignore - google.maps.importLibrary('routes') as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), + google.maps.importLibrary('routes'), ]); map = new Map(document.getElementById('map') as HTMLElement, { @@ -117,9 +114,7 @@ async function initMap(): Promise { // Helper function to fit the map to the path. async function fitMapToPath(path) { - const { LatLngBounds } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { LatLngBounds } = await google.maps.importLibrary('core'); const bounds = new LatLngBounds(); path.forEach((point) => { bounds.extend(point); diff --git a/samples/routes-route-matrix/index.ts b/samples/routes-route-matrix/index.ts index 18db1f5ae..ee6b1ab61 100644 --- a/samples/routes-route-matrix/index.ts +++ b/samples/routes-route-matrix/index.ts @@ -11,14 +11,17 @@ let center = { lat: 51.55, lng: -1.8 }; async function initMap(): Promise { // Request the needed libraries. - //prettier-ignore - //@ts-ignore - const [{Map}, {Place}, {AdvancedMarkerElement, PinElement}, {RouteMatrix}] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary('places') as Promise, - google.maps.importLibrary('marker') as Promise, - google.maps.importLibrary('routes') as Promise - ]); + const [ + { Map }, + { Place }, + { AdvancedMarkerElement, PinElement }, + { RouteMatrix }, + ] = await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('routes'), + ]); const bounds = new google.maps.LatLngBounds(); @@ -74,7 +77,6 @@ async function initMap(): Promise { for (const origin of request.origins) { if (origin.location) { const pin = new PinElement({ - //@ts-ignore glyphText: 'O', glyphColor: 'white', background: '#137333', @@ -96,7 +98,6 @@ async function initMap(): Promise { const destination = request.destinations[i]; if (destination.location) { const pin = new PinElement({ - //@ts-ignore glyphText: 'D', glyphColor: 'white', background: '#C5221F', diff --git a/samples/streetview-overlays/index.ts b/samples/streetview-overlays/index.ts index 1134a96b4..eb75d4ced 100644 --- a/samples/streetview-overlays/index.ts +++ b/samples/streetview-overlays/index.ts @@ -10,9 +10,7 @@ let innerMap: google.maps.Map; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); // Set the location of Astor Place. const astorPlace = { lat: 40.729884, lng: -73.990988 }; diff --git a/samples/test-example/index.ts b/samples/test-example/index.ts index 1c2eede9a..ef6297adc 100644 --- a/samples/test-example/index.ts +++ b/samples/test-example/index.ts @@ -22,12 +22,8 @@ let center; async function initMap() { // [START maps_test_example_instantiate_map] // Request the needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); // Get the inner map from the gmp-map element. innerMap = mapElement.innerMap; diff --git a/samples/ui-kit-place-details-compact/index.ts b/samples/ui-kit-place-details-compact/index.ts index 362ecb5ef..857289422 100644 --- a/samples/ui-kit-place-details-compact/index.ts +++ b/samples/ui-kit-place-details-compact/index.ts @@ -21,9 +21,7 @@ async function initMap(): Promise { google.maps.importLibrary('marker'), google.maps.importLibrary('places'), ]); - const { InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { InfoWindow } = await google.maps.importLibrary('maps'); await window.customElements.whenDefined('gmp-map'); // Set the inner map options. diff --git a/samples/ui-kit-place-search-nearby/index.ts b/samples/ui-kit-place-search-nearby/index.ts index 05011524e..55a09b173 100644 --- a/samples/ui-kit-place-search-nearby/index.ts +++ b/samples/ui-kit-place-search-nearby/index.ts @@ -28,10 +28,8 @@ let infoWindow: google.maps.InfoWindow; async function init(): Promise { // Import the necessary libraries from the Google Maps API. const [{ InfoWindow }, { Place }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), ]); // Create a new info window and set its content to the place details element. @@ -89,10 +87,8 @@ async function searchPlaces() { async function addMarkers() { // Import the necessary libraries from the Google Maps API. const [{ AdvancedMarkerElement }, { LatLngBounds }] = await Promise.all([ - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary('core') as Promise, + google.maps.importLibrary('marker'), + google.maps.importLibrary('core'), ]); const bounds = new LatLngBounds(); diff --git a/samples/ui-kit-place-search-text/index.ts b/samples/ui-kit-place-search-text/index.ts index b8777976d..aaa784e25 100644 --- a/samples/ui-kit-place-search-text/index.ts +++ b/samples/ui-kit-place-search-text/index.ts @@ -31,10 +31,8 @@ let infoWindow: google.maps.InfoWindow; async function init(): Promise { // Import the necessary libraries from the Google Maps API. const [{ InfoWindow }, { Place }] = await Promise.all([ - google.maps.importLibrary('maps') as Promise, - google.maps.importLibrary( - 'places' - ) as Promise, + google.maps.importLibrary('maps'), + google.maps.importLibrary('places'), ]); // Create a new info window and set its content to the place details element. @@ -98,10 +96,8 @@ async function searchPlaces() { async function addMarkers() { // Import the necessary libraries from the Google Maps API. const [{ AdvancedMarkerElement }, { LatLngBounds }] = await Promise.all([ - google.maps.importLibrary( - 'marker' - ) as Promise, - google.maps.importLibrary('core') as Promise, + google.maps.importLibrary('marker'), + google.maps.importLibrary('core'), ]); const bounds = new LatLngBounds(); From 9a1d991c6b9a284dbc7dcac1f801bef0f352a36f Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 11:25:35 -0700 Subject: [PATCH 05/20] added prettier and ran `npx prettier ./samples/ -w` --- samples/.prettierignore => .prettierignore | 0 package-lock.json | 858 +- package.json | 1 + samples/3d-camera-center/README.md | 5 +- samples/3d-camera-center/index.ts | 6 +- samples/3d-camera-center/style.css | 46 +- samples/3d-coverage-map/index.ts | 4 +- samples/3d-coverage-map/style.css | 2 +- samples/3d-map-45-degree/index.html | 2 +- samples/3d-map-roadmap/index.html | 21 +- samples/3d-map-roadmap/index.ts | 86 +- samples/3d-map-roadmap/style.css | 62 +- samples/3d-map-styling/index.html | 3 +- samples/3d-marker-html/index.html | 11 +- samples/3d-marker-html/style.css | 132 +- samples/3d-mesh-flatten/index.html | 58 +- samples/3d-mesh-flatten/index.ts | 5 +- samples/3d-mesh-flatten/style.css | 42 +- samples/ai-powered-summaries-basic/index.html | 2 +- samples/ai-powered-summaries-basic/index.ts | 17 +- samples/ai-powered-summaries/index.html | 5 +- samples/ai-powered-summaries/index.ts | 6 +- samples/circle-simple/README.md | 2 +- samples/circle-simple/style.css | 24 +- samples/control-bounds-restriction/README.md | 2 +- samples/control-bounds-restriction/index.html | 16 +- samples/control-bounds-restriction/index.ts | 8 +- samples/control-bounds-restriction/style.css | 8 +- samples/control-custom-state/README.md | 4 +- samples/control-custom-state/index.ts | 8 +- samples/control-custom-state/style.css | 36 +- samples/control-disableUI/README.md | 2 +- samples/control-disableUI/index.html | 16 +- samples/control-disableUI/style.css | 10 +- samples/control-options/README.md | 2 +- samples/control-options/index.html | 18 +- samples/control-options/style.css | 10 +- samples/control-positioning-labels/README.md | 2 +- samples/control-positioning-labels/index.html | 2 +- samples/control-positioning/README.md | 2 +- samples/control-replacement/README.md | 2 +- samples/control-simple/README.md | 2 +- samples/control-simple/index.html | 16 +- samples/control-simple/style.css | 10 +- samples/dds-datasets-point/README.md | 2 +- samples/dds-datasets-point/index.ts | 67 +- samples/dds-datasets-point/style.css | 84 +- samples/dds-datasets-polygon-click/README.md | 2 +- samples/dds-datasets-polygon-colors/README.md | 2 +- .../dds-datasets-polygon-colors/index.html | 27 +- samples/dds-datasets-polygon-colors/index.ts | 2 +- samples/dds-datasets-polygon-colors/style.css | 18 +- samples/dds-datasets-polygon/README.md | 2 +- samples/dds-datasets-polygon/index.html | 34 +- samples/dds-datasets-polygon/style.css | 20 +- samples/dds-datasets-polyline/README.md | 2 +- samples/dds-datasets-polyline/style.css | 18 +- samples/deckgl-arclayer/README.md | 2 +- samples/deckgl-arclayer/index.html | 1 - samples/deckgl-arclayer/index.ts | 5 +- .../public/ne_10m_airports.geojson | 33866 ++++++++-------- samples/deckgl-heatmap/index.html | 2 +- samples/deckgl-kml-updated/index.html | 7 +- samples/deckgl-kml/index.html | 2 +- samples/deckgl-points/README.md | 2 +- samples/deckgl-points/index.ts | 18 +- samples/deckgl-polygon/index.html | 2 +- samples/deckgl-tripslayer/README.md | 2 +- samples/deckgl-tripslayer/index.html | 3 +- samples/deckgl-tripslayer/index.ts | 5 +- samples/deckgl-tripslayer/style.css | 20 +- samples/event-arguments/README.md | 2 +- samples/event-arguments/index.html | 23 +- samples/event-arguments/index.ts | 28 +- samples/event-arguments/style.css | 8 +- samples/event-click-latlng/README.md | 2 +- samples/event-click-latlng/index.html | 20 +- samples/event-click-latlng/index.ts | 64 +- samples/event-click-latlng/style.css | 8 +- samples/event-closure/README.md | 2 +- samples/event-closure/index.html | 5 +- samples/event-poi/README.md | 2 +- samples/event-poi/index.html | 3 +- samples/event-poi/index.ts | 5 +- samples/event-properties/README.md | 2 +- samples/event-properties/index.html | 25 +- samples/event-properties/index.ts | 28 +- samples/event-properties/style.css | 8 +- samples/event-simple/README.md | 4 +- samples/event-simple/index.html | 23 +- samples/event-simple/style.css | 8 +- .../geocoding-component-restriction/README.md | 2 +- .../index.html | 34 +- .../geocoding-component-restriction/index.ts | 68 +- .../geocoding-component-restriction/style.css | 31 +- samples/geocoding-place-id/README.md | 2 +- samples/geocoding-place-id/index.html | 38 +- samples/geocoding-place-id/index.ts | 76 +- samples/geocoding-place-id/style.css | 28 +- samples/geocoding-region-es/README.md | 2 +- samples/geocoding-region-es/index.html | 20 +- samples/geocoding-region-es/index.ts | 46 +- samples/geocoding-region-es/style.css | 8 +- samples/geocoding-region-us/README.md | 2 +- samples/geocoding-region-us/index.html | 20 +- samples/geocoding-region-us/index.ts | 46 +- samples/geocoding-region-us/style.css | 8 +- samples/geocoding-reverse/README.md | 4 +- samples/geocoding-reverse/index.html | 2 +- samples/geocoding-reverse/index.ts | 2 +- samples/geocoding-simple/README.md | 2 +- samples/geocoding-simple/index.html | 2 +- samples/geocoding-simple/index.ts | 12 +- samples/geocoding-simple/style.css | 7 +- samples/hiding-features/README.md | 2 +- samples/hiding-features/index.html | 5 +- samples/infowindow-simple/README.md | 2 +- samples/infowindow-simple/index.html | 23 +- samples/infowindow-simple/index.ts | 93 +- samples/infowindow-simple/style.css | 8 +- samples/js-api-loader-map/README.md | 2 +- samples/js-api-loader-map/index.html | 24 +- samples/js-api-loader-map/index.ts | 2 +- samples/js-api-loader-map/style.css | 23 +- samples/layer-data-event/README.md | 2 +- samples/layer-data-event/index.html | 2 +- samples/map-events/README.md | 2 +- samples/map-events/index.ts | 2 +- samples/map-simple-js/index.ts | 8 +- samples/map-simple/index.ts | 6 +- samples/place-autocomplete-map/index.html | 5 +- samples/place-nearby-search/index.html | 5 +- samples/place-photos/README.md | 2 +- samples/place-reviews/index.ts | 3 +- samples/places-placeid-finder/README.md | 2 +- samples/polyline-complex/README.md | 2 +- samples/polyline-complex/index.html | 23 +- samples/polyline-complex/index.ts | 48 +- samples/polyline-complex/style.css | 8 +- samples/polyline-remove/README.md | 2 +- samples/polyline-remove/style.css | 32 +- samples/polyline-simple/README.md | 2 +- .../index.html | 50 +- .../src/app.tsx | 117 +- .../src/styles.css | 52 +- .../index.html | 52 +- .../src/app.tsx | 118 +- .../src/styles.css | 54 +- .../index.html | 50 +- .../src/app.tsx | 98 +- .../src/styles.css | 26 +- samples/react-ui-kit-place-details/index.html | 50 +- .../react-ui-kit-place-details/src/app.tsx | 106 +- .../react-ui-kit-place-details/src/styles.css | 26 +- samples/react-ui-kit-search-nearby/index.html | 28 +- .../react-ui-kit-search-nearby/src/app.tsx | 392 +- .../react-ui-kit-search-nearby/src/styles.css | 19 +- samples/react-ui-kit-search-text/index.html | 28 +- samples/react-ui-kit-search-text/src/app.tsx | 381 +- .../react-ui-kit-search-text/src/styles.css | 21 +- samples/rectangle-event/README.md | 2 +- samples/rectangle-event/index.html | 23 +- samples/rectangle-event/index.ts | 76 +- samples/rectangle-event/style.css | 8 +- samples/routes-compute-routes/index.html | 5 +- samples/streetview-overlays/README.md | 2 +- samples/streetview-overlays/index.html | 8 +- samples/streetview-overlays/style.css | 66 +- samples/test-example/index.html | 5 +- samples/ui-kit-place-search-text/index.html | 2 +- samples/web-components-events/README.md | 2 +- samples/web-components-events/index.html | 49 +- samples/web-components-events/index.ts | 37 +- samples/web-components-events/style.css | 8 +- samples/web-components-markers/index.html | 2 +- 175 files changed, 19816 insertions(+), 19012 deletions(-) rename samples/.prettierignore => .prettierignore (100%) diff --git a/samples/.prettierignore b/.prettierignore similarity index 100% rename from samples/.prettierignore rename to .prettierignore diff --git a/package-lock.json b/package-lock.json index 76c0d3174..90f8400ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "@types/node": "^25.6.0", "eslint": "^10.2.0", "globals": "^17.5.0", + "prettier": "^3.8.3", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.59.1", @@ -30,17 +31,18 @@ } }, "node_modules/@deck.gl/core": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@deck.gl/core/-/core-9.3.1.tgz", - "integrity": "sha512-uixmBJhaAAgjzppcJ+0Hh2R1BYvFHvCHFReXN93iQxQoNB3VCC03pGEhZ0hrW7hcVLC8ExCUrg8VRJW60wXzcA==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@deck.gl/core/-/core-9.3.2.tgz", + "integrity": "sha512-32Va3np0Zdlz/LBNtDWCs4EkKqdHmXcbGmVp4+7i1Cpdza8y8CFmJs2VPOmSX1fwHvNCGkAZV/SFZOfDb2INsg==", "license": "MIT", + "peer": true, "dependencies": { "@loaders.gl/core": "^4.4.1", "@loaders.gl/images": "^4.4.1", - "@luma.gl/core": "^9.3.2", - "@luma.gl/engine": "^9.3.2", - "@luma.gl/shadertools": "^9.3.2", - "@luma.gl/webgl": "^9.3.2", + "@luma.gl/core": "^9.3.3", + "@luma.gl/engine": "^9.3.3", + "@luma.gl/shadertools": "^9.3.3", + "@luma.gl/webgl": "^9.3.3", "@math.gl/core": "^4.1.0", "@math.gl/sun": "^4.1.0", "@math.gl/types": "^4.1.0", @@ -54,26 +56,26 @@ } }, "node_modules/@deck.gl/extensions": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@deck.gl/extensions/-/extensions-9.3.0.tgz", - "integrity": "sha512-QhOPTQOq/OhMQ4wjElP8mLW5Lt2OjOajOXpThGLgk67tqCsd9yOOmXnlRO9jVV6r2/UBZ4j64m3MLxKYCFJgSw==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@deck.gl/extensions/-/extensions-9.3.2.tgz", + "integrity": "sha512-P2gPCCmGC5R6HRB3Mv3JraDnsSpvStjFFUGKxW810SXmo2eTft/5xpvliiyJeFGDjqttwo8V4Qk6oD3BNVGvRw==", "license": "MIT", "peer": true, "dependencies": { - "@luma.gl/shadertools": "^9.3.2", - "@luma.gl/webgl": "^9.3.2", + "@luma.gl/shadertools": "^9.3.3", + "@luma.gl/webgl": "^9.3.3", "@math.gl/core": "^4.1.0" }, "peerDependencies": { "@deck.gl/core": "~9.3.0", - "@luma.gl/core": "~9.3.2", - "@luma.gl/engine": "~9.3.2" + "@luma.gl/core": "~9.3.3", + "@luma.gl/engine": "~9.3.3" } }, "node_modules/@deck.gl/geo-layers": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@deck.gl/geo-layers/-/geo-layers-9.3.1.tgz", - "integrity": "sha512-MyQs/mb/+Kp3Y+HARClQxnvCYH0MjkXR+QAyalMdM/bJoVox8sw7k2WkHyzubEH5uKFWX6F509XueC86SrVrZw==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@deck.gl/geo-layers/-/geo-layers-9.3.2.tgz", + "integrity": "sha512-3sndOyq5A3b2DMCBWFCeX9/QkBSp5MD8EUD3eu4hHfCDV4IrbJHtxE/pv60J848Yz8D5u7ftUqXf9gLWnEeBeg==", "license": "MIT", "dependencies": { "@loaders.gl/3d-tiles": "^4.4.1", @@ -84,8 +86,8 @@ "@loaders.gl/terrain": "^4.4.1", "@loaders.gl/tiles": "^4.4.1", "@loaders.gl/wms": "^4.4.1", - "@luma.gl/gltf": "^9.3.2", - "@luma.gl/shadertools": "^9.3.2", + "@luma.gl/gltf": "^9.3.3", + "@luma.gl/shadertools": "^9.3.3", "@math.gl/core": "^4.1.0", "@math.gl/culling": "^4.1.0", "@math.gl/web-mercator": "^4.1.0", @@ -100,35 +102,36 @@ "@deck.gl/layers": "~9.3.0", "@deck.gl/mesh-layers": "~9.3.0", "@loaders.gl/core": "^4.4.1", - "@luma.gl/core": "~9.3.2", - "@luma.gl/engine": "~9.3.2" + "@luma.gl/core": "~9.3.3", + "@luma.gl/engine": "~9.3.3" } }, "node_modules/@deck.gl/google-maps": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@deck.gl/google-maps/-/google-maps-9.3.1.tgz", - "integrity": "sha512-TJNrjia2wM8u13gBNGVqLUK4BozQuEL5tvv9R0M9gjnslpFjTkjjEcs9Nje9ZAeZoOrk3BClkcCv8McCsq/glg==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@deck.gl/google-maps/-/google-maps-9.3.2.tgz", + "integrity": "sha512-oi2wbdgQns0nbqoX22WVTS7BLFuXWfdg68Iz/EjgTnmOo/a/M4Q90DzLj1s/W4fecMOy71eWRS4Ym4Zf64OqTg==", "license": "MIT", "dependencies": { - "@luma.gl/webgl": "^9.3.2", + "@luma.gl/webgl": "^9.3.3", "@math.gl/core": "^4.1.0", "@types/google.maps": "^3.48.6" }, "peerDependencies": { "@deck.gl/core": "~9.3.0", - "@luma.gl/core": "~9.3.2", - "@luma.gl/webgl": "~9.3.2" + "@luma.gl/core": "~9.3.3", + "@luma.gl/webgl": "~9.3.3" } }, "node_modules/@deck.gl/layers": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@deck.gl/layers/-/layers-9.3.1.tgz", - "integrity": "sha512-gUT/UMrmSCYsJCyv78qjHdeZVnqDexX61WxNP3dUa7ZplXiG3NxZvjhS0PYeBLritOtCJSv3b13vR2ka+j49ZQ==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@deck.gl/layers/-/layers-9.3.2.tgz", + "integrity": "sha512-TeVfhQ/cQU1oTlTn16mCp7268d1uBJ6dwfgmKXThe2TzW9hql3iJaxbYTKg2phDg5YSiGmeEOpXbeBh59jyUcA==", "license": "MIT", + "peer": true, "dependencies": { "@loaders.gl/images": "^4.4.1", "@loaders.gl/schema": "^4.4.1", - "@luma.gl/shadertools": "^9.3.2", + "@luma.gl/shadertools": "^9.3.3", "@mapbox/tiny-sdf": "^2.0.5", "@math.gl/core": "^4.1.0", "@math.gl/polygon": "^4.1.0", @@ -138,28 +141,28 @@ "peerDependencies": { "@deck.gl/core": "~9.3.0", "@loaders.gl/core": "^4.4.1", - "@luma.gl/core": "~9.3.2", - "@luma.gl/engine": "~9.3.2" + "@luma.gl/core": "~9.3.3", + "@luma.gl/engine": "~9.3.3" } }, "node_modules/@deck.gl/mesh-layers": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@deck.gl/mesh-layers/-/mesh-layers-9.3.0.tgz", - "integrity": "sha512-gzZ20EP/9++qTyFlFfuf4TmNOYtdvKuBFecc9g5MgZ8Dr9RGcThnp3mfU51SBnQCorGwRS7FcFeOItpN4a89/w==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@deck.gl/mesh-layers/-/mesh-layers-9.3.2.tgz", + "integrity": "sha512-9KeEnEx8PYalFPq/jSb1983QtjwZeuz64OfHH8I2VOB3eOhtRDxaTAaelbkVkD3E9HqlU2dD6f9huYsuv1WZfw==", "license": "MIT", "peer": true, "dependencies": { "@loaders.gl/gltf": "^4.4.1", "@loaders.gl/schema": "^4.4.1", - "@luma.gl/gltf": "^9.3.2", - "@luma.gl/shadertools": "^9.3.2" + "@luma.gl/gltf": "^9.3.3", + "@luma.gl/shadertools": "^9.3.3" }, "peerDependencies": { "@deck.gl/core": "~9.3.0", - "@luma.gl/core": "~9.3.2", - "@luma.gl/engine": "~9.3.2", - "@luma.gl/gltf": "~9.3.2", - "@luma.gl/shadertools": "~9.3.2" + "@luma.gl/core": "~9.3.3", + "@luma.gl/engine": "~9.3.3", + "@luma.gl/gltf": "~9.3.3", + "@luma.gl/shadertools": "~9.3.3" } }, "node_modules/@emnapi/core": { @@ -169,6 +172,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "@emnapi/wasi-threads": "1.2.1", "tslib": "^2.4.0" @@ -181,6 +185,7 @@ "dev": true, "license": "MIT", "optional": true, + "peer": true, "dependencies": { "tslib": "^2.4.0" } @@ -198,6 +203,8 @@ }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -215,6 +222,8 @@ }, "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "license": "Apache-2.0", "engines": { @@ -226,6 +235,8 @@ }, "node_modules/@eslint-community/regexpp": { "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", "dev": true, "license": "MIT", "engines": { @@ -234,6 +245,8 @@ }, "node_modules/@eslint/config-array": { "version": "0.23.5", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz", + "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -247,6 +260,8 @@ }, "node_modules/@eslint/config-helpers": { "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz", + "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -258,6 +273,8 @@ }, "node_modules/@eslint/core": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -268,32 +285,38 @@ } }, "node_modules/@eslint/css": { - "version": "1.1.0", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@eslint/css/-/css-1.2.0.tgz", + "integrity": "sha512-aVASadH1EVw+6A+JuzRmV+v2MIsoVolj/k6/jqAXlP6bB0LYrTwH9DI4RO1Z/vvM3BZxMyqsB9QGnnOm78z9iQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.1", - "@eslint/css-tree": "^3.6.9", - "@eslint/plugin-kit": "^0.6.1" + "@eslint/core": "^1.2.1", + "@eslint/css-tree": "^4.0.2", + "@eslint/plugin-kit": "^0.7.1" }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/css-tree": { - "version": "3.6.9", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-4.0.3.tgz", + "integrity": "sha512-lMgQJ5zg4YwsGPWtKS7Rc5Z4xqc2B9iOTtmDvhjMRa8GJ8/9zoKRtz26D7gCtWquy0J7oyeOJBwRP5M8slM/4w==", "dev": true, "license": "MIT", "dependencies": { - "mdn-data": "2.23.0", - "source-map-js": "^1.0.1" + "mdn-data": "2.28.0", + "source-map-js": "^1.2.1" }, "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/js": { "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz", + "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==", "dev": true, "license": "MIT", "engines": { @@ -313,6 +336,8 @@ }, "node_modules/@eslint/json": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@eslint/json/-/json-1.2.0.tgz", + "integrity": "sha512-CEFEyNgvzu8zn5QwVYDg3FaG+ZKUeUsNYitFpMYJAqoAlnw68EQgNbUfheSmexZr4n0wZPrAkPLuvsLaXO6wRw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -325,8 +350,24 @@ "node": "^20.19.0 || ^22.13.0 || >=24" } }, + "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz", + "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.1", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/@eslint/markdown": { "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-8.0.1.tgz", + "integrity": "sha512-WWKmld/EyNdEB8GMq7JMPX1SDWgyJAM1uhtCi5ySrqYQM4HQjmg11EX/q3ZpnpRXHfdccFtli3NBvvGaYjWyQw==", "dev": true, "license": "MIT", "workspaces": [ @@ -349,8 +390,24 @@ "node": "^20.19.0 || ^22.13.0 || >=24" } }, + "node_modules/@eslint/markdown/node_modules/@eslint/plugin-kit": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz", + "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.1", + "levn": "^0.4.1" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/@eslint/object-schema": { "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz", + "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==", "dev": true, "license": "Apache-2.0", "engines": { @@ -358,11 +415,13 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.6.1", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz", + "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.1", + "@eslint/core": "^1.2.1", "levn": "^0.4.1" }, "engines": { @@ -371,33 +430,55 @@ }, "node_modules/@googlemaps/js-api-loader": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@googlemaps/js-api-loader/-/js-api-loader-2.0.2.tgz", + "integrity": "sha512-bKVuTqatS8Jven5aFqVB7rCHF1VFEzpzyi0ruzO0GUR+A7m9oMqMgtnmpANj7kMYEvvhty8Fk7TnJ1MKjWHu+Q==", "license": "Apache-2.0", "dependencies": { "@types/google.maps": "^3.53.1" } }, "node_modules/@humanfs/core": { - "version": "0.19.1", + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz", + "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==", "dev": true, "license": "Apache-2.0", + "dependencies": { + "@humanfs/types": "^0.15.0" + }, "engines": { "node": ">=18.18.0" } }, "node_modules/@humanfs/node": { - "version": "0.16.7", + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz", + "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@humanfs/core": "^0.19.1", + "@humanfs/core": "^0.19.2", + "@humanfs/types": "^0.15.0", "@humanwhocodes/retry": "^0.4.0" }, "engines": { "node": ">=18.18.0" } }, + "node_modules/@humanfs/types": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz", + "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true, "license": "Apache-2.0", "engines": { @@ -410,6 +491,8 @@ }, "node_modules/@humanwhocodes/momoa": { "version": "3.3.10", + "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.10.tgz", + "integrity": "sha512-KWiFQpSAqEIyrTXko3hFNLeQvSK8zXlJQzhhxsyVn58WFRYXST99b3Nqnu+ttOtjds2Pl2grUHGpe2NzhPynuQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -418,6 +501,8 @@ }, "node_modules/@humanwhocodes/retry": { "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -1035,6 +1120,7 @@ "resolved": "https://registry.npmjs.org/@loaders.gl/core/-/core-4.4.1.tgz", "integrity": "sha512-/s4IuvCCQUepvhjLnmePwQppGko2d1pxRS+sp7lyExU0uiqo5dVsAKaCZ2VnddBkFWgDVb/wvcZUBmv/dWcj0Q==", "license": "MIT", + "peer": true, "dependencies": { "@loaders.gl/loader-utils": "4.4.1", "@loaders.gl/schema": "4.4.1", @@ -1307,10 +1393,11 @@ } }, "node_modules/@luma.gl/core": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@luma.gl/core/-/core-9.3.2.tgz", - "integrity": "sha512-MIsOXnzoGGlbACTC9PVFxsEba6zJEj7Y5tghK/ivpIEqyzLF5bL/DlrVxG3SzJOeBqBMBgF6n5sXK7gIJ3lXvw==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/@luma.gl/core/-/core-9.3.3.tgz", + "integrity": "sha512-jCFm2htvrVpcXIy85TBTF1ROgMfknKnfw2OH+Vydr41hiCFd6nqr79gM3f2uhaNkal0BghFNqF3qDioKiUWtew==", "license": "MIT", + "peer": true, "dependencies": { "@math.gl/types": "^4.1.0", "@probe.gl/env": "^4.1.1", @@ -1320,10 +1407,11 @@ } }, "node_modules/@luma.gl/engine": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@luma.gl/engine/-/engine-9.3.2.tgz", - "integrity": "sha512-Qo7JcmXgDFq/8hu1uR4sC1qnUVXW3jx//Mki4T3jCPig1BtcfrLSsmNDu2/u295ls/Mym2a9fvTnXRFejJMKig==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/@luma.gl/engine/-/engine-9.3.3.tgz", + "integrity": "sha512-StmMTzUcUlpKMU3wvWU48A6OQyphptD9zVGBsSkK6iHIBdtBKlOcmqRkyfvRouo8JHtlrnoJDHLVKhxorwhGAg==", "license": "MIT", + "peer": true, "dependencies": { "@math.gl/core": "^4.1.0", "@math.gl/types": "^4.1.0", @@ -1336,9 +1424,9 @@ } }, "node_modules/@luma.gl/gltf": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@luma.gl/gltf/-/gltf-9.3.2.tgz", - "integrity": "sha512-ANwjvblG9Ajkb80eMd4V0s/O6qv/zsT8NYAK7dREiMghOD2wlxwqTna/Og31Lud5u/IndpcNykRPGnpofeAXfA==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/@luma.gl/gltf/-/gltf-9.3.3.tgz", + "integrity": "sha512-/wty4PHYeQelXvDJesyuMdqtAfpL1XcyEQffcEAwKwu9w7JdkygSShdUwTT1iF7no0uGKuWgq824dVC9WBBQcw==", "license": "MIT", "dependencies": { "@loaders.gl/core": "~4.4.0", @@ -1353,10 +1441,11 @@ } }, "node_modules/@luma.gl/shadertools": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-9.3.2.tgz", - "integrity": "sha512-gVydhOflR3w7H+F775ubNNWWO9C7BOg3sCGf+R9MdiT4S7iitkzmI3xYkb/ngDjJmzqCx72oBj4RgQV/hV7A8A==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-9.3.3.tgz", + "integrity": "sha512-4ZfG4/Utix951vqyiG/JIx+Eg+GMNwOxgr/07/i0gf7bK1gJZIEQ5BxVcDw4MCQfdoVlGPGzl0cQKbdqBvaCAQ==", "license": "MIT", + "peer": true, "dependencies": { "@math.gl/core": "^4.1.0", "@math.gl/types": "^4.1.0" @@ -1366,9 +1455,9 @@ } }, "node_modules/@luma.gl/webgl": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@luma.gl/webgl/-/webgl-9.3.2.tgz", - "integrity": "sha512-vYHbTR5UC8O3yMPkOw8peRwmwwX0DMp9CHNLYckfxoSIOQA35eNUQG5hyZWZzma5fmJpfDMTwuJkoA99hhEkew==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/@luma.gl/webgl/-/webgl-9.3.3.tgz", + "integrity": "sha512-X+aavdP5o6VFHSA0es9gKZTT145jfcFbhKJt/gwJrptnKNoIW4+Y37ZEpCo1AzAnr+FQCxjgcM2kOCpoWMfSVA==", "license": "MIT", "dependencies": { "@math.gl/types": "^4.1.0", @@ -1386,14 +1475,20 @@ }, "node_modules/@mapbox/point-geometry": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", + "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==", "license": "ISC" }, "node_modules/@mapbox/tiny-sdf": { - "version": "2.0.7", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.1.0.tgz", + "integrity": "sha512-uFJhNh36BR4OCuWIEiWaEix9CA2WzT6CAIcqVjWYpnx8+QDtS+oC4QehRrx5cX4mgWs37MmKnwUejeHxVymzNg==", "license": "BSD-2-Clause" }, "node_modules/@mapbox/vector-tile": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", + "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/point-geometry": "~0.1.0" @@ -1401,6 +1496,8 @@ }, "node_modules/@math.gl/core": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@math.gl/core/-/core-4.1.0.tgz", + "integrity": "sha512-FrdHBCVG3QdrworwrUSzXIaK+/9OCRLscxI2OUy6sLOHyHgBMyfnEGs99/m3KNvs+95BsnQLWklVfpKfQzfwKA==", "license": "MIT", "dependencies": { "@math.gl/types": "4.1.0" @@ -1428,6 +1525,8 @@ }, "node_modules/@math.gl/polygon": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@math.gl/polygon/-/polygon-4.1.0.tgz", + "integrity": "sha512-YA/9PzaCRHbIP5/0E9uTYrqe+jsYTQoqoDWhf6/b0Ixz8bPZBaGDEafLg3z7ffBomZLacUty9U3TlPjqMtzPjA==", "license": "MIT", "dependencies": { "@math.gl/core": "4.1.0" @@ -1435,14 +1534,20 @@ }, "node_modules/@math.gl/sun": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@math.gl/sun/-/sun-4.1.0.tgz", + "integrity": "sha512-i3q6OCBLSZ5wgZVhXg+X7gsjY/TUtuFW/2KBiq/U1ypLso3S4sEykoU/MGjxUv1xiiGtr+v8TeMbO1OBIh/HmA==", "license": "MIT" }, "node_modules/@math.gl/types": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@math.gl/types/-/types-4.1.0.tgz", + "integrity": "sha512-clYZdHcmRvMzVK5fjeDkQlHUzXQSNdZ7s4xOqC3nJPgz4C/TZkUecTo9YS4PruZqtDda/ag4erndP0MIn40dGA==", "license": "MIT" }, "node_modules/@math.gl/web-mercator": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@math.gl/web-mercator/-/web-mercator-4.1.0.tgz", + "integrity": "sha512-HZo3vO5GCMkXJThxRJ5/QYUYRr3XumfT8CzNNCwoJfinxy5NtKUd7dusNTXn7yJ40UoB8FMIwkVwNlqaiRZZAw==", "license": "MIT", "dependencies": { "@math.gl/core": "4.1.0" @@ -1507,10 +1612,14 @@ }, "node_modules/@probe.gl/env": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@probe.gl/env/-/env-4.1.1.tgz", + "integrity": "sha512-+68seNDMVsEegRB47pFA/Ws1Fjy8agcFYXxzorKToyPcD6zd+gZ5uhwoLd7TzsSw6Ydns//2KEszWn+EnNHTbA==", "license": "MIT" }, "node_modules/@probe.gl/log": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@probe.gl/log/-/log-4.1.1.tgz", + "integrity": "sha512-kcZs9BT44pL7hS1OkRGKYRXI/SN9KejUlPD+BY40DguRLzdC5tLG/28WGMyfKdn/51GT4a0p+0P8xvDn1Ez+Kg==", "license": "MIT", "dependencies": { "@probe.gl/env": "4.1.1" @@ -1518,6 +1627,8 @@ }, "node_modules/@probe.gl/stats": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@probe.gl/stats/-/stats-4.1.1.tgz", + "integrity": "sha512-4VpAyMHOqydSvPlEyHwXaE+AkIdR03nX+Qhlxsk2D/IW4OVmDZgIsvJB1cDzyEEtcfKcnaEbfXeiPgejBceT6g==", "license": "MIT" }, "node_modules/@rolldown/binding-android-arm64": { @@ -1785,16 +1896,14 @@ "license": "MIT" }, "node_modules/@swc/helpers": { - "version": "0.5.20", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz", + "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.8.0" } }, - "node_modules/@tmcw/togeojson": { - "version": "4.7.0", - "license": "BSD-2-Clause" - }, "node_modules/@turf/boolean-clockwise": { "version": "5.1.5", "resolved": "https://registry.npmjs.org/@turf/boolean-clockwise/-/boolean-clockwise-5.1.5.tgz", @@ -1852,9 +1961,9 @@ } }, "node_modules/@tybys/wasm-util": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", - "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", + "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", "dev": true, "license": "MIT", "optional": true, @@ -1874,10 +1983,14 @@ }, "node_modules/@types/command-line-args": { "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz", + "integrity": "sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==", "license": "MIT" }, "node_modules/@types/command-line-usage": { "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.4.tgz", + "integrity": "sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==", "license": "MIT" }, "node_modules/@types/crypto-js": { @@ -1888,6 +2001,8 @@ }, "node_modules/@types/debug": { "version": "4.1.13", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", + "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", "dev": true, "license": "MIT", "dependencies": { @@ -1896,16 +2011,22 @@ }, "node_modules/@types/esrecurse": { "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz", + "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==", "dev": true, "license": "MIT" }, "node_modules/@types/estree": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, "license": "MIT" }, "node_modules/@types/geojson": { "version": "7946.0.16", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", + "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", "license": "MIT" }, "node_modules/@types/google.maps": { @@ -1916,6 +2037,8 @@ }, "node_modules/@types/hast": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1924,16 +2047,22 @@ }, "node_modules/@types/json-schema": { "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true, "license": "MIT" }, "node_modules/@types/katex": { "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.8.tgz", + "integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==", "dev": true, "license": "MIT" }, "node_modules/@types/mdast": { "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", + "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", "dev": true, "license": "MIT", "dependencies": { @@ -1942,11 +2071,15 @@ }, "node_modules/@types/ms": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", "dev": true, "license": "MIT" }, "node_modules/@types/node": { "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "devOptional": true, "license": "MIT", "dependencies": { @@ -1955,6 +2088,8 @@ }, "node_modules/@types/offscreencanvas": { "version": "2019.7.3", + "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz", + "integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==", "license": "MIT" }, "node_modules/@types/pako": { @@ -1965,14 +2100,19 @@ }, "node_modules/@types/react": { "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", + "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", "dev": true, "license": "MIT", "peerDependencies": { @@ -1981,21 +2121,23 @@ }, "node_modules/@types/unist": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "dev": true, "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz", - "integrity": "sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz", + "integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.12.2", - "@typescript-eslint/scope-manager": "8.59.1", - "@typescript-eslint/type-utils": "8.59.1", - "@typescript-eslint/utils": "8.59.1", - "@typescript-eslint/visitor-keys": "8.59.1", + "@typescript-eslint/scope-manager": "8.59.2", + "@typescript-eslint/type-utils": "8.59.2", + "@typescript-eslint/utils": "8.59.2", + "@typescript-eslint/visitor-keys": "8.59.2", "ignore": "^7.0.5", "natural-compare": "^1.4.0", "ts-api-utils": "^2.5.0" @@ -2008,7 +2150,7 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^8.59.1", + "@typescript-eslint/parser": "^8.59.2", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } @@ -2024,16 +2166,17 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.1.tgz", - "integrity": "sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz", + "integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.59.1", - "@typescript-eslint/types": "8.59.1", - "@typescript-eslint/typescript-estree": "8.59.1", - "@typescript-eslint/visitor-keys": "8.59.1", + "@typescript-eslint/scope-manager": "8.59.2", + "@typescript-eslint/types": "8.59.2", + "@typescript-eslint/typescript-estree": "8.59.2", + "@typescript-eslint/visitor-keys": "8.59.2", "debug": "^4.4.3" }, "engines": { @@ -2049,14 +2192,14 @@ } }, "node_modules/@typescript-eslint/project-service": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz", - "integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz", + "integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.59.1", - "@typescript-eslint/types": "^8.59.1", + "@typescript-eslint/tsconfig-utils": "^8.59.2", + "@typescript-eslint/types": "^8.59.2", "debug": "^4.4.3" }, "engines": { @@ -2071,14 +2214,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz", - "integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz", + "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.1", - "@typescript-eslint/visitor-keys": "8.59.1" + "@typescript-eslint/types": "8.59.2", + "@typescript-eslint/visitor-keys": "8.59.2" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2089,9 +2232,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz", - "integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz", + "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==", "dev": true, "license": "MIT", "engines": { @@ -2106,15 +2249,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz", - "integrity": "sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz", + "integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.1", - "@typescript-eslint/typescript-estree": "8.59.1", - "@typescript-eslint/utils": "8.59.1", + "@typescript-eslint/types": "8.59.2", + "@typescript-eslint/typescript-estree": "8.59.2", + "@typescript-eslint/utils": "8.59.2", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, @@ -2131,9 +2274,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz", - "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz", + "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==", "dev": true, "license": "MIT", "engines": { @@ -2145,16 +2288,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz", - "integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz", + "integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.59.1", - "@typescript-eslint/tsconfig-utils": "8.59.1", - "@typescript-eslint/types": "8.59.1", - "@typescript-eslint/visitor-keys": "8.59.1", + "@typescript-eslint/project-service": "8.59.2", + "@typescript-eslint/tsconfig-utils": "8.59.2", + "@typescript-eslint/types": "8.59.2", + "@typescript-eslint/visitor-keys": "8.59.2", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -2173,16 +2316,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.1.tgz", - "integrity": "sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.2.tgz", + "integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.59.1", - "@typescript-eslint/types": "8.59.1", - "@typescript-eslint/typescript-estree": "8.59.1" + "@typescript-eslint/scope-manager": "8.59.2", + "@typescript-eslint/types": "8.59.2", + "@typescript-eslint/typescript-estree": "8.59.2" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2197,13 +2340,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz", - "integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz", + "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.1", + "@typescript-eslint/types": "8.59.2", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -2231,6 +2374,8 @@ }, "node_modules/@vitejs/plugin-react": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz", + "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2255,16 +2400,11 @@ }, "node_modules/@vitejs/plugin-react/node_modules/@rolldown/pluginutils": { "version": "1.0.0-rc.7", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz", + "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==", "dev": true, "license": "MIT" }, - "node_modules/@xmldom/xmldom": { - "version": "0.7.13", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/a5-js": { "version": "0.7.3", "resolved": "https://registry.npmjs.org/a5-js/-/a5-js-0.7.3.tgz", @@ -2276,8 +2416,11 @@ }, "node_modules/acorn": { "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2287,6 +2430,8 @@ }, "node_modules/acorn-jsx": { "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, "license": "MIT", "peerDependencies": { @@ -2294,7 +2439,9 @@ } }, "node_modules/ajv": { - "version": "6.14.0", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz", + "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==", "dev": true, "license": "MIT", "dependencies": { @@ -2310,6 +2457,8 @@ }, "node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -2323,6 +2472,8 @@ }, "node_modules/apache-arrow": { "version": "21.1.0", + "resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-21.1.0.tgz", + "integrity": "sha512-kQrYLxhC+NTVVZ4CCzGF6L/uPVOzJmD1T3XgbiUnP7oTeVFOFgEUu6IKNwCDkpFoBVqDKQivlX4RUFqqnWFlEA==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.11", @@ -2340,7 +2491,9 @@ } }, "node_modules/apache-arrow/node_modules/@types/node": { - "version": "24.12.0", + "version": "24.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", + "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -2348,6 +2501,8 @@ }, "node_modules/apache-arrow/node_modules/undici-types": { "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/argparse": { @@ -2361,6 +2516,8 @@ }, "node_modules/array-back": { "version": "6.2.3", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.3.tgz", + "integrity": "sha512-SGDvmg6QTYiTxCBkYVmThcoa67uLl35pyzRHdpCGBOcqFy6BtwnphoFPk7LhJshD+Yk1Kt35WGWeZPTgwR4Fhw==", "license": "MIT", "engines": { "node": ">=12.17" @@ -2368,6 +2525,8 @@ }, "node_modules/balanced-match": { "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", "dev": true, "license": "MIT", "engines": { @@ -2397,6 +2556,8 @@ }, "node_modules/brace-expansion": { "version": "5.0.5", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", + "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2427,6 +2588,8 @@ }, "node_modules/ccount": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", "dev": true, "license": "MIT", "funding": { @@ -2436,6 +2599,8 @@ }, "node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", @@ -2450,6 +2615,8 @@ }, "node_modules/chalk-template": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz", + "integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==", "license": "MIT", "dependencies": { "chalk": "^4.1.2" @@ -2463,6 +2630,8 @@ }, "node_modules/character-entities": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", "dev": true, "license": "MIT", "funding": { @@ -2481,6 +2650,8 @@ }, "node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -2491,10 +2662,14 @@ }, "node_modules/color-name": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, "node_modules/command-line-args": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-6.0.2.tgz", + "integrity": "sha512-AIjYVxrV9X752LmPDLbVYv8aMCuHPSLZJXEo2qo/xJfv+NYhaZ4sMSF01rM+gHPaMgvPM0l5D/F+Qx+i2WfSmQ==", "license": "MIT", "dependencies": { "array-back": "^6.2.3", @@ -2516,6 +2691,8 @@ }, "node_modules/command-line-usage": { "version": "7.0.4", + "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.4.tgz", + "integrity": "sha512-85UdvzTNx/+s5CkSgBm/0hzP80RFHAa7PsfeADE5ezZF3uHz3/Tqj9gIKGT9PTtpycc3Ua64T0oVulGfKxzfqg==", "license": "MIT", "dependencies": { "array-back": "^6.2.2", @@ -2527,6 +2704,16 @@ "node": ">=12.20.0" } }, + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/core-assert": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/core-assert/-/core-assert-0.2.1.tgz", @@ -2548,6 +2735,8 @@ }, "node_modules/cross-spawn": { "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "license": "MIT", "dependencies": { @@ -2570,11 +2759,15 @@ }, "node_modules/csstype": { "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "dev": true, "license": "MIT" }, "node_modules/debug": { "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { @@ -2591,6 +2784,8 @@ }, "node_modules/decode-named-character-reference": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", + "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", "dev": true, "license": "MIT", "dependencies": { @@ -2603,6 +2798,8 @@ }, "node_modules/deep-is": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true, "license": "MIT" }, @@ -2620,6 +2817,8 @@ }, "node_modules/dequal": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "dev": true, "license": "MIT", "engines": { @@ -2628,6 +2827,8 @@ }, "node_modules/detect-libc": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -2636,6 +2837,8 @@ }, "node_modules/devlop": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", "dev": true, "license": "MIT", "dependencies": { @@ -2648,6 +2851,8 @@ }, "node_modules/dotenv": { "version": "17.4.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz", + "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==", "license": "BSD-2-Clause", "engines": { "node": ">=12" @@ -2664,10 +2869,14 @@ }, "node_modules/earcut": { "version": "2.2.4", + "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz", + "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==", "license": "ISC" }, "node_modules/escape-string-regexp": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "license": "MIT", "engines": { @@ -2678,16 +2887,19 @@ } }, "node_modules/eslint": { - "version": "10.2.0", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.3.0.tgz", + "integrity": "sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", - "@eslint/config-array": "^0.23.4", - "@eslint/config-helpers": "^0.5.4", - "@eslint/core": "^1.2.0", - "@eslint/plugin-kit": "^0.7.0", + "@eslint/config-array": "^0.23.5", + "@eslint/config-helpers": "^0.5.5", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", @@ -2733,6 +2945,8 @@ }, "node_modules/eslint-scope": { "version": "9.1.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz", + "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -2750,6 +2964,8 @@ }, "node_modules/eslint-visitor-keys": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", "dev": true, "license": "Apache-2.0", "engines": { @@ -2759,20 +2975,10 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/plugin-kit": { - "version": "0.7.1", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^1.2.1", - "levn": "^0.4.1" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - } - }, "node_modules/espree": { "version": "11.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz", + "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -2789,6 +2995,8 @@ }, "node_modules/esquery": { "version": "1.7.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", + "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -2800,6 +3008,8 @@ }, "node_modules/esrecurse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -2811,6 +3021,8 @@ }, "node_modules/estraverse": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -2819,6 +3031,8 @@ }, "node_modules/esutils": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -2827,22 +3041,28 @@ }, "node_modules/fast-deep-equal": { "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true, "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true, "license": "MIT" }, "node_modules/fast-xml-builder": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz", - "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.7.tgz", + "integrity": "sha512-Yh7/7rQuMXICNr0oMYDR2yHP6oUvmQsTToFeOWj/kIDhAwQ+c4Ol/lbcwOmEM5OHYQmh6S6EQSQ1sljCKP36bQ==", "funding": [ { "type": "github", @@ -2877,6 +3097,8 @@ }, "node_modules/fault": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", + "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2889,6 +3111,8 @@ }, "node_modules/fdir": { "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "dev": true, "license": "MIT", "engines": { @@ -2911,6 +3135,8 @@ }, "node_modules/file-entry-cache": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2922,6 +3148,8 @@ }, "node_modules/find-replace": { "version": "5.0.2", + "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-5.0.2.tgz", + "integrity": "sha512-Y45BAiE3mz2QsrN2fb5QEtO4qb44NcS7en/0y9PEVsg351HsLeVclP8QPMH79Le9sH3rs5RSwJu99W0WPZO43Q==", "license": "MIT", "engines": { "node": ">=14" @@ -2937,6 +3165,8 @@ }, "node_modules/find-up": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "license": "MIT", "dependencies": { @@ -2952,6 +3182,8 @@ }, "node_modules/flat-cache": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", "dev": true, "license": "MIT", "dependencies": { @@ -2964,15 +3196,21 @@ }, "node_modules/flatbuffers": { "version": "25.9.23", + "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz", + "integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==", "license": "Apache-2.0" }, "node_modules/flatted": { "version": "3.4.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", + "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", "dev": true, "license": "ISC" }, "node_modules/format": { "version": "0.2.2", + "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", + "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", "dev": true, "engines": { "node": ">=0.4.x" @@ -2995,15 +3233,21 @@ }, "node_modules/github-slugger": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", + "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", "dev": true, "license": "ISC" }, "node_modules/gl-matrix": { "version": "3.4.4", + "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz", + "integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==", "license": "MIT" }, "node_modules/glob": { "version": "13.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", + "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -3020,6 +3264,8 @@ }, "node_modules/glob-parent": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "license": "ISC", "dependencies": { @@ -3030,7 +3276,9 @@ } }, "node_modules/globals": { - "version": "17.5.0", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "dev": true, "license": "MIT", "engines": { @@ -3053,6 +3301,8 @@ }, "node_modules/has-flag": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -3060,6 +3310,8 @@ }, "node_modules/ieee754": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "funding": [ { "type": "github", @@ -3078,6 +3330,8 @@ }, "node_modules/ignore": { "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, "license": "MIT", "engines": { @@ -3104,6 +3358,8 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "license": "MIT", "engines": { @@ -3130,6 +3386,8 @@ }, "node_modules/is-extglob": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "license": "MIT", "engines": { @@ -3138,6 +3396,8 @@ }, "node_modules/is-glob": { "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "license": "MIT", "dependencies": { @@ -3155,27 +3415,37 @@ }, "node_modules/isexe": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, "license": "ISC" }, "node_modules/json-bignum": { "version": "0.0.3", + "resolved": "https://registry.npmjs.org/json-bignum/-/json-bignum-0.0.3.tgz", + "integrity": "sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg==", "engines": { "node": ">=0.8" } }, "node_modules/json-buffer": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true, "license": "MIT" }, "node_modules/json-schema-traverse": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true, "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT" }, @@ -3192,7 +3462,9 @@ } }, "node_modules/katex": { - "version": "0.16.44", + "version": "0.16.45", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.45.tgz", + "integrity": "sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -3206,16 +3478,10 @@ "katex": "cli.js" } }, - "node_modules/katex/node_modules/commander": { - "version": "8.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12" - } - }, "node_modules/keyv": { "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, "license": "MIT", "dependencies": { @@ -3230,6 +3496,8 @@ }, "node_modules/levn": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3251,6 +3519,8 @@ }, "node_modules/lightningcss": { "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", "dev": true, "license": "MPL-2.0", "dependencies": { @@ -3300,6 +3570,8 @@ }, "node_modules/lightningcss-darwin-arm64": { "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", "cpu": [ "arm64" ], @@ -3508,6 +3780,8 @@ }, "node_modules/locate-path": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "license": "MIT", "dependencies": { @@ -3522,6 +3796,8 @@ }, "node_modules/lodash.camelcase": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", "license": "MIT" }, "node_modules/long": { @@ -3535,6 +3811,8 @@ }, "node_modules/longest-streak": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", "dev": true, "license": "MIT", "funding": { @@ -3543,7 +3821,9 @@ } }, "node_modules/lru-cache": { - "version": "11.2.7", + "version": "11.3.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz", + "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==", "dev": true, "license": "BlueOak-1.0.0", "engines": { @@ -3559,6 +3839,8 @@ }, "node_modules/markdown-table": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", + "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", "dev": true, "license": "MIT", "funding": { @@ -3579,6 +3861,8 @@ }, "node_modules/mdast-util-find-and-replace": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", + "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", "dev": true, "license": "MIT", "dependencies": { @@ -3594,6 +3878,8 @@ }, "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, "license": "MIT", "engines": { @@ -3605,6 +3891,8 @@ }, "node_modules/mdast-util-from-markdown": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz", + "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==", "dev": true, "license": "MIT", "dependencies": { @@ -3628,6 +3916,8 @@ }, "node_modules/mdast-util-frontmatter": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", + "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", "dev": true, "license": "MIT", "dependencies": { @@ -3645,6 +3935,8 @@ }, "node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, "license": "MIT", "engines": { @@ -3656,6 +3948,8 @@ }, "node_modules/mdast-util-gfm": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", + "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3674,6 +3968,8 @@ }, "node_modules/mdast-util-gfm-autolink-literal": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", + "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3690,6 +3986,8 @@ }, "node_modules/mdast-util-gfm-footnote": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", + "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3706,6 +4004,8 @@ }, "node_modules/mdast-util-gfm-strikethrough": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", + "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", "dev": true, "license": "MIT", "dependencies": { @@ -3720,6 +4020,8 @@ }, "node_modules/mdast-util-gfm-table": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", + "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", "dev": true, "license": "MIT", "dependencies": { @@ -3736,6 +4038,8 @@ }, "node_modules/mdast-util-gfm-task-list-item": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", + "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3751,6 +4055,8 @@ }, "node_modules/mdast-util-math": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz", + "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", "dev": true, "license": "MIT", "dependencies": { @@ -3769,6 +4075,8 @@ }, "node_modules/mdast-util-phrasing": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", + "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", "dev": true, "license": "MIT", "dependencies": { @@ -3782,6 +4090,8 @@ }, "node_modules/mdast-util-to-markdown": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", + "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", "dev": true, "license": "MIT", "dependencies": { @@ -3802,6 +4112,8 @@ }, "node_modules/mdast-util-to-string": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", "dev": true, "license": "MIT", "dependencies": { @@ -3813,12 +4125,16 @@ } }, "node_modules/mdn-data": { - "version": "2.23.0", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.28.0.tgz", + "integrity": "sha512-uy9AS1yt+wW5eUEefgE3lOpqPghanUttycV0GXKbiXyBjwvbeE8XPj4u1C+voRfz7dEjwU4NDHTMfZ/s/JtZrQ==", "dev": true, "license": "CC0-1.0" }, "node_modules/micromark": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", + "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", "dev": true, "funding": [ { @@ -3853,6 +4169,8 @@ }, "node_modules/micromark-core-commonmark": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", + "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", "dev": true, "funding": [ { @@ -3886,6 +4204,8 @@ }, "node_modules/micromark-extension-frontmatter": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", + "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", "dev": true, "license": "MIT", "dependencies": { @@ -3901,6 +4221,8 @@ }, "node_modules/micromark-extension-gfm": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", + "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", "dev": true, "license": "MIT", "dependencies": { @@ -3920,6 +4242,8 @@ }, "node_modules/micromark-extension-gfm-autolink-literal": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", + "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", "dev": true, "license": "MIT", "dependencies": { @@ -3935,6 +4259,8 @@ }, "node_modules/micromark-extension-gfm-footnote": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", + "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", "dev": true, "license": "MIT", "dependencies": { @@ -3954,6 +4280,8 @@ }, "node_modules/micromark-extension-gfm-strikethrough": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", + "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", "dev": true, "license": "MIT", "dependencies": { @@ -3971,6 +4299,8 @@ }, "node_modules/micromark-extension-gfm-table": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", + "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", "dev": true, "license": "MIT", "dependencies": { @@ -3987,6 +4317,8 @@ }, "node_modules/micromark-extension-gfm-tagfilter": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", + "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", "dev": true, "license": "MIT", "dependencies": { @@ -3999,6 +4331,8 @@ }, "node_modules/micromark-extension-gfm-task-list-item": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", + "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", "dev": true, "license": "MIT", "dependencies": { @@ -4015,6 +4349,8 @@ }, "node_modules/micromark-extension-math": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", + "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", "dev": true, "license": "MIT", "dependencies": { @@ -4033,6 +4369,8 @@ }, "node_modules/micromark-factory-destination": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", + "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", "dev": true, "funding": [ { @@ -4053,6 +4391,8 @@ }, "node_modules/micromark-factory-label": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", + "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", "dev": true, "funding": [ { @@ -4074,6 +4414,8 @@ }, "node_modules/micromark-factory-space": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", "dev": true, "funding": [ { @@ -4093,6 +4435,8 @@ }, "node_modules/micromark-factory-title": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", + "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", "dev": true, "funding": [ { @@ -4114,6 +4458,8 @@ }, "node_modules/micromark-factory-whitespace": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", + "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", "dev": true, "funding": [ { @@ -4135,6 +4481,8 @@ }, "node_modules/micromark-util-character": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", "dev": true, "funding": [ { @@ -4154,6 +4502,8 @@ }, "node_modules/micromark-util-chunked": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", + "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", "dev": true, "funding": [ { @@ -4172,6 +4522,8 @@ }, "node_modules/micromark-util-classify-character": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", + "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", "dev": true, "funding": [ { @@ -4192,6 +4544,8 @@ }, "node_modules/micromark-util-combine-extensions": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", + "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", "dev": true, "funding": [ { @@ -4211,6 +4565,8 @@ }, "node_modules/micromark-util-decode-numeric-character-reference": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", + "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", "dev": true, "funding": [ { @@ -4229,6 +4585,8 @@ }, "node_modules/micromark-util-decode-string": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", + "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", "dev": true, "funding": [ { @@ -4250,6 +4608,8 @@ }, "node_modules/micromark-util-encode": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", + "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", "dev": true, "funding": [ { @@ -4265,6 +4625,8 @@ }, "node_modules/micromark-util-html-tag-name": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", + "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", "dev": true, "funding": [ { @@ -4280,6 +4642,8 @@ }, "node_modules/micromark-util-normalize-identifier": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", + "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", "dev": true, "funding": [ { @@ -4298,6 +4662,8 @@ }, "node_modules/micromark-util-resolve-all": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", + "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", "dev": true, "funding": [ { @@ -4316,6 +4682,8 @@ }, "node_modules/micromark-util-sanitize-uri": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", + "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", "dev": true, "funding": [ { @@ -4336,6 +4704,8 @@ }, "node_modules/micromark-util-subtokenize": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", + "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", "dev": true, "funding": [ { @@ -4357,6 +4727,8 @@ }, "node_modules/micromark-util-symbol": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", "dev": true, "funding": [ { @@ -4372,6 +4744,8 @@ }, "node_modules/micromark-util-types": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", + "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", "dev": true, "funding": [ { @@ -4386,11 +4760,13 @@ "license": "MIT" }, "node_modules/minimatch": { - "version": "10.2.4", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.2" + "brace-expansion": "^5.0.5" }, "engines": { "node": "18 || 20 || >=22" @@ -4401,6 +4777,8 @@ }, "node_modules/minipass": { "version": "7.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", + "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", "dev": true, "license": "BlueOak-1.0.0", "engines": { @@ -4409,15 +4787,21 @@ }, "node_modules/mjolnir.js": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mjolnir.js/-/mjolnir.js-3.0.0.tgz", + "integrity": "sha512-siX3YCG7N2HnmN1xMH3cK4JkUZJhbkhRFJL+G5N1vH0mh1t5088rJknIoqDFWDIU6NPGvRRgLnYW3ZHjSMEBLA==", "license": "MIT" }, "node_modules/ms": { "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.11", + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", + "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", "dev": true, "funding": [ { @@ -4435,11 +4819,15 @@ }, "node_modules/natural-compare": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true, "license": "MIT" }, "node_modules/optionator": { "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, "license": "MIT", "dependencies": { @@ -4456,6 +4844,8 @@ }, "node_modules/p-limit": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4470,6 +4860,8 @@ }, "node_modules/p-locate": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "license": "MIT", "dependencies": { @@ -4484,6 +4876,8 @@ }, "node_modules/package-json-from-dist": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", "dev": true, "license": "BlueOak-1.0.0" }, @@ -4495,6 +4889,8 @@ }, "node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, "license": "MIT", "engines": { @@ -4518,6 +4914,8 @@ }, "node_modules/path-key": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, "license": "MIT", "engines": { @@ -4526,6 +4924,8 @@ }, "node_modules/path-scurry": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", + "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -4541,6 +4941,8 @@ }, "node_modules/pbf": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz", + "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==", "license": "BSD-3-Clause", "dependencies": { "ieee754": "^1.1.12", @@ -4552,13 +4954,18 @@ }, "node_modules/picocolors": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC" }, "node_modules/picomatch": { "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -4599,9 +5006,9 @@ } }, "node_modules/postcss": { - "version": "8.5.12", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", - "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ { @@ -4629,12 +5036,30 @@ }, "node_modules/prelude-ls": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "license": "MIT", "engines": { "node": ">= 0.8.0" } }, + "node_modules/prettier": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", + "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "dev": true, + "license": "MIT", + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", @@ -4642,11 +5067,15 @@ "license": "MIT" }, "node_modules/protocol-buffers-schema": { - "version": "3.6.0", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.1.tgz", + "integrity": "sha512-VG2K63Igkiv9p76tk1lilczEK1cT+kCjKtkdhw1dQZV3k3IXJbd3o6Ho8b9zJZaHSnT2hKe4I+ObmX9w6m5SmQ==", "license": "MIT" }, "node_modules/punycode": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "license": "MIT", "engines": { @@ -4658,6 +5087,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -4667,6 +5097,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "license": "MIT", + "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -4691,6 +5122,8 @@ }, "node_modules/resolve-protobuf-schema": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", + "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", "license": "MIT", "dependencies": { "protocol-buffers-schema": "^3.3.1" @@ -4698,6 +5131,8 @@ }, "node_modules/rimraf": { "version": "6.1.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.3.tgz", + "integrity": "sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -4756,6 +5191,8 @@ }, "node_modules/scheduler": { "version": "0.27.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", "license": "MIT" }, "node_modules/semver": { @@ -4779,6 +5216,8 @@ }, "node_modules/shebang-command": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "license": "MIT", "dependencies": { @@ -4790,6 +5229,8 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, "license": "MIT", "engines": { @@ -4804,6 +5245,8 @@ }, "node_modules/source-map-js": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "license": "BSD-3-Clause", "engines": { @@ -4839,6 +5282,8 @@ }, "node_modules/supports-color": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0" @@ -4849,6 +5294,8 @@ }, "node_modules/table-layout": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-4.1.1.tgz", + "integrity": "sha512-iK5/YhZxq5GO5z8wb0bY1317uDF3Zjpha0QFFLA8/trAoiLbQD0HUbMesEaxyzUgDxi2QlcbM8IvqOlEjgoXBA==", "license": "MIT", "dependencies": { "array-back": "^6.2.2", @@ -4903,10 +5350,14 @@ }, "node_modules/tslib": { "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, "node_modules/type-check": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "license": "MIT", "dependencies": { @@ -4922,6 +5373,7 @@ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -4931,16 +5383,16 @@ } }, "node_modules/typescript-eslint": { - "version": "8.59.1", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.1.tgz", - "integrity": "sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==", + "version": "8.59.2", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.2.tgz", + "integrity": "sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.59.1", - "@typescript-eslint/parser": "8.59.1", - "@typescript-eslint/typescript-estree": "8.59.1", - "@typescript-eslint/utils": "8.59.1" + "@typescript-eslint/eslint-plugin": "8.59.2", + "@typescript-eslint/parser": "8.59.2", + "@typescript-eslint/typescript-estree": "8.59.2", + "@typescript-eslint/utils": "8.59.2" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4956,6 +5408,8 @@ }, "node_modules/typical": { "version": "7.3.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-7.3.0.tgz", + "integrity": "sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==", "license": "MIT", "engines": { "node": ">=12.17" @@ -4963,11 +5417,15 @@ }, "node_modules/undici-types": { "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "devOptional": true, "license": "MIT" }, "node_modules/unist-util-is": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", + "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", "dev": true, "license": "MIT", "dependencies": { @@ -4980,6 +5438,8 @@ }, "node_modules/unist-util-remove-position": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", + "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", "dev": true, "license": "MIT", "dependencies": { @@ -4993,6 +5453,8 @@ }, "node_modules/unist-util-stringify-position": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5005,6 +5467,8 @@ }, "node_modules/unist-util-visit": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", + "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", "dev": true, "license": "MIT", "dependencies": { @@ -5019,6 +5483,8 @@ }, "node_modules/unist-util-visit-parents": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", + "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5032,6 +5498,8 @@ }, "node_modules/uri-js": { "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -5050,6 +5518,7 @@ "integrity": "sha512-rZuUu9j6J5uotLDs+cAA4O5H4K1SfPliUlQwqa6YEwSrWDZzP4rhm00oJR5snMewjxF5V/K3D4kctsUTsIU9Mw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "lightningcss": "^1.32.0", "picomatch": "^4.0.4", @@ -5124,7 +5593,10 @@ }, "node_modules/vite/node_modules/fsevents": { "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, + "hasInstallScript": true, "license": "MIT", "optional": true, "os": [ @@ -5136,6 +5608,8 @@ }, "node_modules/which": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "license": "ISC", "dependencies": { @@ -5150,6 +5624,8 @@ }, "node_modules/word-wrap": { "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, "license": "MIT", "engines": { @@ -5158,6 +5634,8 @@ }, "node_modules/wordwrapjs": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.1.tgz", + "integrity": "sha512-0yweIbkINJodk27gX9LBGMzyQdBDan3s/dEAiwBOj+Mf0PPyWL6/rikalkv8EeD0E8jm4o5RXEOrFTP3NXbhJg==", "license": "MIT", "engines": { "node": ">=12.17" @@ -5165,6 +5643,8 @@ }, "node_modules/yocto-queue": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true, "license": "MIT", "engines": { @@ -5183,6 +5663,8 @@ }, "node_modules/zwitch": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index d1890b998..bcb1cfbbc 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@types/node": "^25.6.0", "eslint": "^10.2.0", "globals": "^17.5.0", + "prettier": "^3.8.3", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.59.1", diff --git a/samples/3d-camera-center/README.md b/samples/3d-camera-center/README.md index 77458f08b..ba0c89fe8 100644 --- a/samples/3d-camera-center/README.md +++ b/samples/3d-camera-center/README.md @@ -4,8 +4,9 @@ This sample demonstrates how camera positioning works in 3D. Click to toggle the camera position between: -* center mode (looking at the marker - default) -* camera position mode (camera positioned at the marker coordinates) + +- center mode (looking at the marker - default) +- camera position mode (camera positioned at the marker coordinates) ## Setup diff --git a/samples/3d-camera-center/index.ts b/samples/3d-camera-center/index.ts index ea1d16f9a..1b3d24e1f 100644 --- a/samples/3d-camera-center/index.ts +++ b/samples/3d-camera-center/index.ts @@ -10,7 +10,9 @@ async function initMap(): Promise { await google.maps.importLibrary('maps3d'); // @ts-ignore - const map3DElement = document.querySelector('gmp-map-3d') as google.maps.Map3DElement; + const map3DElement = document.querySelector( + 'gmp-map-3d' + ) as google.maps.Map3DElement; const btn = document.getElementById('switch-mode-btn') as HTMLButtonElement; const initialCenter = { lat: 40.7860524, lng: -73.9634983, altitude: 0 }; @@ -22,7 +24,7 @@ async function initMap(): Promise { // Place the camera at the marker's location, but 50m up in the air map3DElement.cameraPosition = { ...initialCenter, altitude: 50 }; map3DElement.tilt = 80; - + btn.textContent = 'Switch to Center Mode'; isCenterMode = false; } else { diff --git a/samples/3d-camera-center/style.css b/samples/3d-camera-center/style.css index d23a71771..c93a06303 100644 --- a/samples/3d-camera-center/style.css +++ b/samples/3d-camera-center/style.css @@ -7,41 +7,41 @@ /* [START maps_3d_camera_center] */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #ui-container { - position: absolute; - top: 20px; - left: 20px; - z-index: 10; + position: absolute; + top: 20px; + left: 20px; + z-index: 10; } button { - background: rgba(15, 23, 42, 0.75); - backdrop-filter: blur(12px); - -webkit-backdrop-filter: blur(12px); - border: 1px solid rgba(255, 255, 255, 0.1); - color: #f8fafc; - padding: 12px 20px; - border-radius: 8px; - cursor: pointer; - font-size: 0.9rem; - font-weight: 600; - transition: all 0.2s ease; - box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); + background: rgba(15, 23, 42, 0.75); + backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(12px); + border: 1px solid rgba(255, 255, 255, 0.1); + color: #f8fafc; + padding: 12px 20px; + border-radius: 8px; + cursor: pointer; + font-size: 0.9rem; + font-weight: 600; + transition: all 0.2s ease; + box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); } button:hover { - background: rgba(56, 189, 248, 0.2); - border-color: rgba(56, 189, 248, 0.4); - transform: translateY(-1px); + background: rgba(56, 189, 248, 0.2); + border-color: rgba(56, 189, 248, 0.4); + transform: translateY(-1px); } button:active { - transform: translateY(0); + transform: translateY(0); } /* [END maps_3d_camera_center] */ diff --git a/samples/3d-coverage-map/index.ts b/samples/3d-coverage-map/index.ts index a55dbf9e6..cbf74a091 100644 --- a/samples/3d-coverage-map/index.ts +++ b/samples/3d-coverage-map/index.ts @@ -20,8 +20,8 @@ const placeAutocomplete = document.querySelector( async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps') as google.maps.MapsLibrary; - await google.maps.importLibrary('places') as google.maps.PlacesLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + (await google.maps.importLibrary('places')) as google.maps.PlacesLibrary; // Get the inner map from the map element. const innerMap = mapElement.innerMap; diff --git a/samples/3d-coverage-map/style.css b/samples/3d-coverage-map/style.css index 430cab4cd..59ecc3a69 100644 --- a/samples/3d-coverage-map/style.css +++ b/samples/3d-coverage-map/style.css @@ -24,4 +24,4 @@ body { font-family: Roboto, sans-serif; font-size: small; } -/* [END maps_3d_coverage_map] */ \ No newline at end of file +/* [END maps_3d_coverage_map] */ diff --git a/samples/3d-map-45-degree/index.html b/samples/3d-map-45-degree/index.html index 5bd00f49f..4ebec8af1 100644 --- a/samples/3d-map-45-degree/index.html +++ b/samples/3d-map-45-degree/index.html @@ -1,4 +1,4 @@ - + + + 3d-map-roadmap - - 3d-map-roadmap - - - - - + + - - - - + + - \ No newline at end of file + diff --git a/samples/3d-map-roadmap/index.ts b/samples/3d-map-roadmap/index.ts index 4a232e71e..e44318bdf 100644 --- a/samples/3d-map-roadmap/index.ts +++ b/samples/3d-map-roadmap/index.ts @@ -7,49 +7,49 @@ //@ts-nocheck // [START maps_3d_map_roadmap] async function init() { - const { Map3DElement } = await google.maps.importLibrary('maps3d'); - - const map = new Map3DElement({ - center: { - lat: 37.79334535092104, - lng: -122.400742086205, - altitude: 0, - }, - range: 2400, - tilt: 65, - heading: 0, - mode: 'ROADMAP', - internalUsageAttributionIds: ['gmp_git_jsapisamples_v1_3d-rendering'], - }); - - document.body.append(map); - - // Create the controls container - const controls = document.createElement('div'); - controls.id = 'controls'; - controls.classList.add('map-mode-control'); - - // Create the select element - const selector = document.createElement('select'); - selector.id = 'map-mode'; - - const modes = ['ROADMAP', 'SATELLITE', 'HYBRID']; - modes.forEach((modeName) => { - const option = document.createElement('option'); - option.value = modeName; - option.textContent = modeName; - if (modeName === 'ROADMAP') { - option.selected = true; - } - selector.appendChild(option); - }); - - selector.addEventListener('change', (event) => { - map.mode = (event.target as HTMLSelectElement).value; - }); - - controls.appendChild(selector); - document.body.appendChild(controls); + const { Map3DElement } = await google.maps.importLibrary('maps3d'); + + const map = new Map3DElement({ + center: { + lat: 37.79334535092104, + lng: -122.400742086205, + altitude: 0, + }, + range: 2400, + tilt: 65, + heading: 0, + mode: 'ROADMAP', + internalUsageAttributionIds: ['gmp_git_jsapisamples_v1_3d-rendering'], + }); + + document.body.append(map); + + // Create the controls container + const controls = document.createElement('div'); + controls.id = 'controls'; + controls.classList.add('map-mode-control'); + + // Create the select element + const selector = document.createElement('select'); + selector.id = 'map-mode'; + + const modes = ['ROADMAP', 'SATELLITE', 'HYBRID']; + modes.forEach((modeName) => { + const option = document.createElement('option'); + option.value = modeName; + option.textContent = modeName; + if (modeName === 'ROADMAP') { + option.selected = true; + } + selector.appendChild(option); + }); + + selector.addEventListener('change', (event) => { + map.mode = (event.target as HTMLSelectElement).value; + }); + + controls.appendChild(selector); + document.body.appendChild(controls); } init(); diff --git a/samples/3d-map-roadmap/style.css b/samples/3d-map-roadmap/style.css index bc76f0b14..6e22a2354 100644 --- a/samples/3d-map-roadmap/style.css +++ b/samples/3d-map-roadmap/style.css @@ -8,50 +8,52 @@ html, body { - height: 100%; - margin: 0; - padding: 0; - font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; + height: 100%; + margin: 0; + padding: 0; + font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; } gmp-map-3d { - height: 100%; - width: 100%; + height: 100%; + width: 100%; } .map-mode-control { - position: fixed; - bottom: 24px; - right: 75px; - display: flex; - align-items: center; - background-color: rgba(255, 255, 255, 0.9); - padding: 8px; - border-radius: 8px; - box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); - backdrop-filter: blur(8px); - z-index: 1; + position: fixed; + bottom: 24px; + right: 75px; + display: flex; + align-items: center; + background-color: rgba(255, 255, 255, 0.9); + padding: 8px; + border-radius: 8px; + box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); + backdrop-filter: blur(8px); + z-index: 1; } .map-mode-control select { - font-size: 13px; - padding: 4px 8px; - border: 1px solid #dadce0; - border-radius: 6px; - background-color: white; - color: #3c4043; - cursor: pointer; - outline: none; - transition: border-color 0.2s, box-shadow 0.2s; + font-size: 13px; + padding: 4px 8px; + border: 1px solid #dadce0; + border-radius: 6px; + background-color: white; + color: #3c4043; + cursor: pointer; + outline: none; + transition: + border-color 0.2s, + box-shadow 0.2s; } .map-mode-control select:hover { - border-color: #1a73e8; + border-color: #1a73e8; } .map-mode-control select:focus { - border-color: #1a73e8; - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2); + border-color: #1a73e8; + box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2); } -/* [END maps_3d_map_roadmap] */ \ No newline at end of file +/* [END maps_3d_map_roadmap] */ diff --git a/samples/3d-map-styling/index.html b/samples/3d-map-styling/index.html index aa11c9df8..80763950f 100644 --- a/samples/3d-map-styling/index.html +++ b/samples/3d-map-styling/index.html @@ -15,7 +15,6 @@ - - + diff --git a/samples/3d-marker-html/index.html b/samples/3d-marker-html/index.html index 8bf86074b..5de24dc9f 100644 --- a/samples/3d-marker-html/index.html +++ b/samples/3d-marker-html/index.html @@ -11,9 +11,16 @@ - + -
United Nations Secretariat Building
+
+ United Nations Secretariat Building +
diff --git a/samples/3d-marker-html/style.css b/samples/3d-marker-html/style.css index 8b639da85..32886fd2c 100644 --- a/samples/3d-marker-html/style.css +++ b/samples/3d-marker-html/style.css @@ -6,92 +6,108 @@ /* [START maps_3d_marker_html] */ @keyframes marker-bounce { - 0% { transform: translateY(0); } - 30% { transform: translateY(-12px); } - 55% { transform: translateY(-5px); } - 75% { transform: translateY(-10px); } - 100% { transform: translateY(-8px); } + 0% { + transform: translateY(0); + } + 30% { + transform: translateY(-12px); + } + 55% { + transform: translateY(-5px); + } + 75% { + transform: translateY(-10px); + } + 100% { + transform: translateY(-8px); + } } html, gmp-map-3d { - height: 100%; + height: 100%; } html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } :root { - --google-blue: #1a73e8; - --google-gray: #3c4043; - --google-silver: #dadce0; - --google-white: #ffffff; + --google-blue: #1a73e8; + --google-gray: #3c4043; + --google-silver: #dadce0; + --google-white: #ffffff; } .custom-marker { - display: inline-flex; - align-items: center; - justify-content: center; - padding: 8px 16px; - background-color: var(--google-white); - color: var(--google-blue); - border: 1px solid var(--google-silver); - border-radius: 20px; - font-family: 'Google Sans', 'Roboto', Arial, sans-serif; - font-size: 14px; - font-weight: 600; - box-shadow: 0 4px 6px rgba(60, 64, 67, 0.1), 0 1px 3px rgba(60, 64, 67, 0.2); - white-space: nowrap; - position: relative; - cursor: default; - transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; - user-select: none; + display: inline-flex; + align-items: center; + justify-content: center; + padding: 8px 16px; + background-color: var(--google-white); + color: var(--google-blue); + border: 1px solid var(--google-silver); + border-radius: 20px; + font-family: 'Google Sans', 'Roboto', Arial, sans-serif; + font-size: 14px; + font-weight: 600; + box-shadow: + 0 4px 6px rgba(60, 64, 67, 0.1), + 0 1px 3px rgba(60, 64, 67, 0.2); + white-space: nowrap; + position: relative; + cursor: default; + transition: + background-color 0.3s ease-in-out, + box-shadow 0.3s ease-in-out; + user-select: none; } .custom-marker:hover { - background-color: #f8f9fa; - box-shadow: 0 8px 16px rgba(60, 64, 67, 0.2), 0 2px 4px rgba(60, 64, 67, 0.25); - animation: marker-bounce 0.5s ease-out forwards; + background-color: #f8f9fa; + box-shadow: + 0 8px 16px rgba(60, 64, 67, 0.2), + 0 2px 4px rgba(60, 64, 67, 0.25); + animation: marker-bounce 0.5s ease-out forwards; } .custom-marker::after { - content: ''; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 8px solid transparent; - border-right: 8px solid transparent; - border-top: 8px solid var(--google-silver); - transition: border-top-color 0.2s ease-in-out; + content: ''; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid var(--google-silver); + transition: border-top-color 0.2s ease-in-out; } .custom-marker::before { - content: ''; - position: absolute; - top: 99%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-top: 7px solid var(--google-white); - z-index: 1; - transition: border-top-color 0.2s ease-in-out; + content: ''; + position: absolute; + top: 99%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-top: 7px solid var(--google-white); + z-index: 1; + transition: border-top-color 0.2s ease-in-out; } .custom-marker:hover::after { - border-top-color: #cacdd2; + border-top-color: #cacdd2; } .custom-marker:hover::before { - border-top-color: #f8f9fa; + border-top-color: #f8f9fa; } /* [END maps_3d_marker_html] */ diff --git a/samples/3d-mesh-flatten/index.html b/samples/3d-mesh-flatten/index.html index 657964cd5..8c878b961 100644 --- a/samples/3d-mesh-flatten/index.html +++ b/samples/3d-mesh-flatten/index.html @@ -18,17 +18,61 @@ heading="-54.63577922139952" tilt="65.59195953953744" mode="SATELLITE"> - +
- + diff --git a/samples/3d-mesh-flatten/index.ts b/samples/3d-mesh-flatten/index.ts index c62b1b176..943d5da6c 100644 --- a/samples/3d-mesh-flatten/index.ts +++ b/samples/3d-mesh-flatten/index.ts @@ -12,7 +12,9 @@ async function initMap(): Promise { const flattener = document.querySelector('gmp-flattener') as Element; map.append(flattener); - const toggleButton = document.getElementById('toggleButton') as HTMLButtonElement; + const toggleButton = document.getElementById( + 'toggleButton' + ) as HTMLButtonElement; toggleButton.addEventListener('click', () => { if (flattener.isConnected) { flattener.remove(); @@ -22,7 +24,6 @@ async function initMap(): Promise { toggleButton.textContent = 'Disable Flattener'; } }); - } initMap(); diff --git a/samples/3d-mesh-flatten/style.css b/samples/3d-mesh-flatten/style.css index fdea50b34..e56c884c1 100644 --- a/samples/3d-mesh-flatten/style.css +++ b/samples/3d-mesh-flatten/style.css @@ -7,36 +7,36 @@ /* [START maps_3d_mesh_flatten] */ html, gmp-map-3d { - height: 100%; + height: 100%; } html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } .toggleButton { - background: rgb(235, 235, 235); - color: black; - border: none; - padding: 10px 20px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 16px; - border-radius: 4px; - cursor: pointer; - position: fixed; - bottom: 10px; - left: 50%; - transform: translateX(-50%); - z-index: 1000; + background: rgb(235, 235, 235); + color: black; + border: none; + padding: 10px 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + border-radius: 4px; + cursor: pointer; + position: fixed; + bottom: 10px; + left: 50%; + transform: translateX(-50%); + z-index: 1000; } .toggleButton:hover { - background-color: #007bff; - color: white; + background-color: #007bff; + color: white; } /* [END maps_3d_mesh_flatten] */ diff --git a/samples/ai-powered-summaries-basic/index.html b/samples/ai-powered-summaries-basic/index.html index f35c2086c..633fddbfe 100644 --- a/samples/ai-powered-summaries-basic/index.html +++ b/samples/ai-powered-summaries-basic/index.html @@ -1,4 +1,4 @@ - + diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index 4c44a6714..5518a33dc 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -18,7 +18,9 @@ const summaryContent = document.getElementById( 'summary-content' ) as HTMLDivElement; const aiDisclosure = document.getElementById('ai-disclosure') as HTMLDivElement; -const flagContentLink = document.getElementById('flag-content-link') as HTMLAnchorElement; +const flagContentLink = document.getElementById( + 'flag-content-link' +) as HTMLAnchorElement; let innerMap; let marker: google.maps.marker.AdvancedMarkerElement; @@ -132,7 +134,7 @@ function updateSummaryPanel(place: google.maps.places.Place) { // Add the content flag URI. if (flagUrl) { flagContentLink.href = flagUrl; - flagContentLink.textContent = "Report an issue" + flagContentLink.textContent = 'Report an issue'; } }; diff --git a/samples/circle-simple/README.md b/samples/circle-simple/README.md index fa3f3ad5f..1898eddd6 100644 --- a/samples/circle-simple/README.md +++ b/samples/circle-simple/README.md @@ -34,7 +34,7 @@ From 'samples': ### Run lint to check for problems `cd samples/circle-simple` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/circle-simple/style.css b/samples/circle-simple/style.css index 5fe4992d7..0a6575468 100644 --- a/samples/circle-simple/style.css +++ b/samples/circle-simple/style.css @@ -9,20 +9,20 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #control-panel { - display: none; /* Set to 'display: block' after the map loads. */ - background-color: #fff; - border: 2px solid #fff; - border-radius: 3px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); - font-family: "Roboto", "sans-serif"; - font-size: medium; - margin: 10px; - padding: 10px; + display: none; /* Set to 'display: block' after the map loads. */ + background-color: #fff; + border: 2px solid #fff; + border-radius: 3px; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); + font-family: 'Roboto', 'sans-serif'; + font-size: medium; + margin: 10px; + padding: 10px; } /* [END maps_circle_simple] */ diff --git a/samples/control-bounds-restriction/README.md b/samples/control-bounds-restriction/README.md index ca3a302dc..7e098024e 100644 --- a/samples/control-bounds-restriction/README.md +++ b/samples/control-bounds-restriction/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-bounds-restriction` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-bounds-restriction/index.html b/samples/control-bounds-restriction/index.html index 342e2e8a8..03056fb12 100644 --- a/samples/control-bounds-restriction/index.html +++ b/samples/control-bounds-restriction/index.html @@ -6,17 +6,17 @@ --> - - Map Bounds Restriction + + Map Bounds Restriction - - + + - - - - + + + + diff --git a/samples/control-bounds-restriction/index.ts b/samples/control-bounds-restriction/index.ts index 74ad80f68..a6184fec2 100644 --- a/samples/control-bounds-restriction/index.ts +++ b/samples/control-bounds-restriction/index.ts @@ -25,10 +25,10 @@ async function initMap() { // [START maps_control_bounds_restriction_options] // Restrict the map to the provided bounds. innerMap.setOptions({ - restriction: { - latLngBounds: NEW_ZEALAND_BOUNDS, - strictBounds: false, - } + restriction: { + latLngBounds: NEW_ZEALAND_BOUNDS, + strictBounds: false, + }, }); // [END maps_control_bounds_restriction_options] } diff --git a/samples/control-bounds-restriction/style.css b/samples/control-bounds-restriction/style.css index 685148763..59eaf7d8e 100644 --- a/samples/control-bounds-restriction/style.css +++ b/samples/control-bounds-restriction/style.css @@ -9,9 +9,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_bounds_restriction] */ \ No newline at end of file +/* [END maps_control_bounds_restriction] */ diff --git a/samples/control-custom-state/README.md b/samples/control-custom-state/README.md index 23e60cba2..9ee50fa66 100644 --- a/samples/control-custom-state/README.md +++ b/samples/control-custom-state/README.md @@ -2,7 +2,7 @@ ## control-custom-state -This example demonstrates adding controls that store state. +This example demonstrates adding controls that store state. ## Setup @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-custom-state` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-custom-state/index.ts b/samples/control-custom-state/index.ts index 3b06ba3b8..f43cd8b28 100755 --- a/samples/control-custom-state/index.ts +++ b/samples/control-custom-state/index.ts @@ -16,8 +16,12 @@ async function initMap() { innerMap = mapElement.innerMap; // Get the button UI elements. - const setCenterButton = document.getElementById('btnCenterMap') as HTMLInputElement; - const resetCenterButton = document.getElementById('btnSetCenter') as HTMLInputElement; + const setCenterButton = document.getElementById( + 'btnCenterMap' + ) as HTMLInputElement; + const resetCenterButton = document.getElementById( + 'btnSetCenter' + ) as HTMLInputElement; // [START maps_control_custom_state_event_listeners] // Set up the click event listener for the 'Center Map' button. Set the map diff --git a/samples/control-custom-state/style.css b/samples/control-custom-state/style.css index 43f7a20e1..0b8f12391 100644 --- a/samples/control-custom-state/style.css +++ b/samples/control-custom-state/style.css @@ -10,30 +10,30 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #btnCenterMap, #btnSetCenter { - background-color: #fff; - border: 2px solid #fff; - border-radius: 3px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); - cursor: pointer; - float: left; - margin-bottom: 22px; - margin-top: 5px; - text-align: center; - color: rgb(25, 25, 25); - font-family: Roboto, Arial, sans-serif; - font-size: 15px; - line-height: 25px; + background-color: #fff; + border: 2px solid #fff; + border-radius: 3px; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); + cursor: pointer; + float: left; + margin-bottom: 22px; + margin-top: 5px; + text-align: center; + color: rgb(25, 25, 25); + font-family: Roboto, Arial, sans-serif; + font-size: 15px; + line-height: 25px; } #btnSetCenter { - margin-left: 12px; + margin-left: 12px; } -/* [END maps_control_custom_state] */ \ No newline at end of file +/* [END maps_control_custom_state] */ diff --git a/samples/control-disableUI/README.md b/samples/control-disableUI/README.md index e7d6b7d3a..f5035ccdf 100644 --- a/samples/control-disableUI/README.md +++ b/samples/control-disableUI/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-disableUI` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-disableUI/index.html b/samples/control-disableUI/index.html index db9397a85..e2a8bafb9 100644 --- a/samples/control-disableUI/index.html +++ b/samples/control-disableUI/index.html @@ -6,17 +6,17 @@ --> - - Disabling the Default UI + + Disabling the Default UI - - + + - - - - + + + + diff --git a/samples/control-disableUI/style.css b/samples/control-disableUI/style.css index b1261ce3e..5124acdd0 100644 --- a/samples/control-disableUI/style.css +++ b/samples/control-disableUI/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,9 +17,9 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_disableUI] */ \ No newline at end of file +/* [END maps_control_disableUI] */ diff --git a/samples/control-options/README.md b/samples/control-options/README.md index 3293f2e62..14f774051 100644 --- a/samples/control-options/README.md +++ b/samples/control-options/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-options` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-options/index.html b/samples/control-options/index.html index fd5c55a3d..7891632ea 100644 --- a/samples/control-options/index.html +++ b/samples/control-options/index.html @@ -6,17 +6,19 @@ --> - - Control Options + + Control Options - - + + - - - - + + + + diff --git a/samples/control-options/style.css b/samples/control-options/style.css index f9a1e19e1..20a3c71d1 100644 --- a/samples/control-options/style.css +++ b/samples/control-options/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,9 +17,9 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_options] */ \ No newline at end of file +/* [END maps_control_options] */ diff --git a/samples/control-positioning-labels/README.md b/samples/control-positioning-labels/README.md index 462bb29db..163ef10e6 100644 --- a/samples/control-positioning-labels/README.md +++ b/samples/control-positioning-labels/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/control-positioning-labels` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/control-positioning-labels/index.html b/samples/control-positioning-labels/index.html index a9ec54a92..f0abd841c 100644 --- a/samples/control-positioning-labels/index.html +++ b/samples/control-positioning-labels/index.html @@ -1,4 +1,4 @@ - + - - Adding Controls to the Map + + Adding Controls to the Map - - + + - - - - + + + + diff --git a/samples/control-simple/style.css b/samples/control-simple/style.css index d5b7abd33..a102a9ba4 100644 --- a/samples/control-simple/style.css +++ b/samples/control-simple/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,9 +17,9 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_control_simple] */ \ No newline at end of file +/* [END maps_control_simple] */ diff --git a/samples/dds-datasets-point/README.md b/samples/dds-datasets-point/README.md index f8cee9f7e..214bdd147 100644 --- a/samples/dds-datasets-point/README.md +++ b/samples/dds-datasets-point/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-point` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index 0714be181..c5fe02a33 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -13,45 +13,80 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { // Get the dataset feature, so we can work with all of its attributes. const datasetFeature = params.feature; // Get all of the needed dataset attributes. - const furColors = datasetFeature.datasetAttributes['CombinationofPrimaryandHighlightColor']; + const furColors = + datasetFeature.datasetAttributes[ + 'CombinationofPrimaryandHighlightColor' + ]; // [END maps_dds_datasets_point_style_get_features] // Apply styles. Fill is primary fur color, stroke is secondary fur color. switch (furColors) { case 'Black+': - return /* FeatureStyleOptions */ { fillColor: 'black', pointRadius: 8 }; + return /* FeatureStyleOptions */ { + fillColor: 'black', + pointRadius: 8, + }; break; case 'Cinnamon+': - return /* FeatureStyleOptions */ { fillColor: '#8b0000', pointRadius: 8 }; + return /* FeatureStyleOptions */ { + fillColor: '#8b0000', + pointRadius: 8, + }; break; case 'Cinnamon+Gray': - return /* FeatureStyleOptions */ { fillColor: '#8b0000', strokeColor: 'gray', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: '#8b0000', + strokeColor: 'gray', + pointRadius: 6, + }; break; case 'Cinnamon+White': - return /* FeatureStyleOptions */ { fillColor: '#8b0000', strokeColor: 'white', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: '#8b0000', + strokeColor: 'white', + pointRadius: 6, + }; break; case 'Gray+': - return /* FeatureStyleOptions */ { fillColor: 'gray', pointRadius: 8 }; + return /* FeatureStyleOptions */ { + fillColor: 'gray', + pointRadius: 8, + }; break; case 'Gray+Cinnamon': - return /* FeatureStyleOptions */ { fillColor: 'gray', strokeColor: '#8b0000', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: 'gray', + strokeColor: '#8b0000', + pointRadius: 6, + }; break; case 'Gray+Cinnamon, White': - return /* FeatureStyleOptions */ { fillColor: 'silver', strokeColor: '#8b0000', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: 'silver', + strokeColor: '#8b0000', + pointRadius: 6, + }; break; case 'Gray+White': - return /* FeatureStyleOptions */ { fillColor: 'gray', strokeColor: 'white', pointRadius: 6 }; + return /* FeatureStyleOptions */ { + fillColor: 'gray', + strokeColor: 'white', + pointRadius: 6, + }; break; default: // Color not defined. - return /* FeatureStyleOptions */ { fillColor: 'yellow', pointRadius: 8 }; - break; + return /* FeatureStyleOptions */ { + fillColor: 'yellow', + pointRadius: 8, + }; + break; } } // [END maps_dds_datasets_point_style_function] async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps') as google.maps.MapsLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; // Get the inner map. innerMap = mapElement.innerMap; @@ -70,11 +105,11 @@ async function initMap() { // Creates a legend for the map. async function makeLegend(innerMap) { let colors = { - 'black': ['black'], - 'cinnamon': ['#8b0000'], - 'cinnamon + gray': ['#8b0000','gray'], + black: ['black'], + cinnamon: ['#8b0000'], + 'cinnamon + gray': ['#8b0000', 'gray'], 'cinnamon + white': ['#8b0000', 'white'], - 'gray': ['gray'], + gray: ['gray'], 'gray + cinnamon': ['gray', '#8b0000'], 'gray + cinnamon + white': ['silver', '#8b0000'], 'gray + white': ['gray', 'white'], diff --git a/samples/dds-datasets-point/style.css b/samples/dds-datasets-point/style.css index 51349c40f..dd03365e8 100644 --- a/samples/dds-datasets-point/style.css +++ b/samples/dds-datasets-point/style.css @@ -9,74 +9,74 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #attributionLabel { - background-color: rgba(255, 255, 255, 0.8); - font-family: 'Roboto' ,'Arial', 'sans-serif'; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.8); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } #legend, #dataset, #counter { - background-color: #e5e5e5; - width: 15em; + background-color: #e5e5e5; + width: 15em; - margin-left: 1em; - border-radius: 8px; - font-family: Roboto; - overflow: hidden; + margin-left: 1em; + border-radius: 8px; + font-family: Roboto; + overflow: hidden; } #dataset select { - border-radius: 0; - padding: 0.1em; - border: 1px solid black; - width: auto; - margin: 0.5em 1em; + border-radius: 0; + padding: 0.1em; + border: 1px solid black; + width: auto; + margin: 0.5em 1em; } .title { - padding: 0.5em 1em; - font-weight: bold; - font-size: 1.5em; - margin-bottom: 0.5em; - background-color: rgb(66, 133, 244); - color: white; - width: 100%; + padding: 0.5em 1em; + font-weight: bold; + font-size: 1.5em; + margin-bottom: 0.5em; + background-color: rgb(66, 133, 244); + color: white; + width: 100%; } .button { - font-size: 1.2em; - margin: 1em; - background-color: rgb(66, 133, 244); - color: white; - padding: 0.5em; - border-radius: 8px; + font-size: 1.2em; + margin: 1em; + background-color: rgb(66, 133, 244); + color: white; + padding: 0.5em; + border-radius: 8px; } #legend #container { - margin: 0.5em; - display: flex; + margin: 0.5em; + display: flex; } #legend div .box { - display: flex; - width: 1em; - height: 1em; - border-radius: 50%; - border: 2px solid; + display: flex; + width: 1em; + height: 1em; + border-radius: 50%; + border: 2px solid; } #legend div .legend { - display: flex; - padding: 0.3em; + display: flex; + padding: 0.3em; } -/* [END maps_dds_datasets_point] */ \ No newline at end of file +/* [END maps_dds_datasets_point] */ diff --git a/samples/dds-datasets-polygon-click/README.md b/samples/dds-datasets-polygon-click/README.md index 9712a7706..949c6e278 100644 --- a/samples/dds-datasets-polygon-click/README.md +++ b/samples/dds-datasets-polygon-click/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polygon-click` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polygon-colors/README.md b/samples/dds-datasets-polygon-colors/README.md index 33c991084..b74445161 100644 --- a/samples/dds-datasets-polygon-colors/README.md +++ b/samples/dds-datasets-polygon-colors/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polygon-colors` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polygon-colors/index.html b/samples/dds-datasets-polygon-colors/index.html index da10e3d6e..d883906e3 100644 --- a/samples/dds-datasets-polygon-colors/index.html +++ b/samples/dds-datasets-polygon-colors/index.html @@ -6,19 +6,24 @@ --> - - Style a polygon data feature with more detail + + Style a polygon data feature with more detail - - - - + + - - - -
Data source: NYC Open Data
+ + + +
+ Data source: NYC Open Data +
- + diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index e2122dae4..3387d1003 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -47,7 +47,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { async function initMap() { // Request needed libraries. - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/dds-datasets-polygon-colors/style.css b/samples/dds-datasets-polygon-colors/style.css index a4736cb9d..56a1b302e 100644 --- a/samples/dds-datasets-polygon-colors/style.css +++ b/samples/dds-datasets-polygon-colors/style.css @@ -10,17 +10,17 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #attribution { - background-color: rgba(255, 255, 255, 0.7); - font-family: "Roboto", "Arial", "sans-serif"; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.7); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } -/* [END maps_dds_datasets_polygon_colors] */ \ No newline at end of file +/* [END maps_dds_datasets_polygon_colors] */ diff --git a/samples/dds-datasets-polygon/README.md b/samples/dds-datasets-polygon/README.md index 8ac2f5291..fd3e36751 100644 --- a/samples/dds-datasets-polygon/README.md +++ b/samples/dds-datasets-polygon/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polygon` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polygon/index.html b/samples/dds-datasets-polygon/index.html index 714be30d7..0aa47218e 100644 --- a/samples/dds-datasets-polygon/index.html +++ b/samples/dds-datasets-polygon/index.html @@ -6,21 +6,27 @@ --> - - Style a polygon data feature + + Style a polygon data feature - - - - + + - - - - -
Data source: NYC Open Data
-
- - + + + + +
+ Data source: NYC Open Data +
+
+ + diff --git a/samples/dds-datasets-polygon/style.css b/samples/dds-datasets-polygon/style.css index 43e3988af..55163a55d 100644 --- a/samples/dds-datasets-polygon/style.css +++ b/samples/dds-datasets-polygon/style.css @@ -9,7 +9,7 @@ * that contains the map. */ gmp-map { - height: 100%; + height: 100%; } /* @@ -17,17 +17,17 @@ gmp-map { */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } /* [START maps_dds_datasets_polygon_attribution_style] */ #attribution { - background-color: rgba(255, 255, 255, 0.7); - font-family: "Roboto", "Arial", "sans-serif"; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.7); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } /* [END maps_dds_datasets_polygon_attribution_style] */ -/* [END maps_dds_datasets_polygon] */ \ No newline at end of file +/* [END maps_dds_datasets_polygon] */ diff --git a/samples/dds-datasets-polyline/README.md b/samples/dds-datasets-polyline/README.md index d055c4d4b..99dfcec31 100644 --- a/samples/dds-datasets-polyline/README.md +++ b/samples/dds-datasets-polyline/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/dds-datasets-polyline` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/dds-datasets-polyline/style.css b/samples/dds-datasets-polyline/style.css index 3d155c804..60feaee15 100644 --- a/samples/dds-datasets-polyline/style.css +++ b/samples/dds-datasets-polyline/style.css @@ -10,17 +10,17 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #attribution { - background-color: rgba(255, 255, 255, 0.7); - font-family: "Roboto", "Arial", "sans-serif"; - font-size: 10px; - padding: 2px; - margin: 2px; + background-color: rgba(255, 255, 255, 0.7); + font-family: 'Roboto', 'Arial', 'sans-serif'; + font-size: 10px; + padding: 2px; + margin: 2px; } -/* [END maps_dds_datasets_polyline] */ \ No newline at end of file +/* [END maps_dds_datasets_polyline] */ diff --git a/samples/deckgl-arclayer/README.md b/samples/deckgl-arclayer/README.md index 6e96ce7e6..7a5e2199f 100644 --- a/samples/deckgl-arclayer/README.md +++ b/samples/deckgl-arclayer/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/deckgl-arclayer` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/deckgl-arclayer/index.html b/samples/deckgl-arclayer/index.html index 3e2f09aaa..5bfb0d2fb 100644 --- a/samples/deckgl-arclayer/index.html +++ b/samples/deckgl-arclayer/index.html @@ -14,7 +14,6 @@ - diff --git a/samples/deckgl-arclayer/index.ts b/samples/deckgl-arclayer/index.ts index 3a6187684..c91149ad7 100644 --- a/samples/deckgl-arclayer/index.ts +++ b/samples/deckgl-arclayer/index.ts @@ -28,7 +28,10 @@ async function initMap() { innerMap.setTilt(30); // Set tilt after map initialization. // Set the path to the GeoJSON data file. - const dataUrl = new URL('./public/ne_10m_airports.geojson', import.meta.url).toString(); + const dataUrl = new URL( + './public/ne_10m_airports.geojson', + import.meta.url + ).toString(); const flightsLayer = new ArcLayer({ id: 'flights', diff --git a/samples/deckgl-arclayer/public/ne_10m_airports.geojson b/samples/deckgl-arclayer/public/ne_10m_airports.geojson index 8e6f22d0a..739f26071 100644 --- a/samples/deckgl-arclayer/public/ne_10m_airports.geojson +++ b/samples/deckgl-arclayer/public/ne_10m_airports.geojson @@ -1,16934 +1,16934 @@ { - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "small", - "name": "Sahnewal", - "abbrev": "LUH", - "location": "terminal", - "gps_code": "VILD", - "iata_code": "LUH", - "wikipedia": "http://en.wikipedia.org/wiki/Sahnewal_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.9570722403652, 30.8503598561702] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Solapur", - "abbrev": "SSE", - "location": "terminal", - "gps_code": "VASL", - "iata_code": "SSE", - "wikipedia": "http://en.wikipedia.org/wiki/Solapur_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.9330597710755, 17.625415183635] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Birsa Munda", - "abbrev": "IXR", - "location": "terminal", - "gps_code": "VERC", - "iata_code": "IXR", - "wikipedia": "http://en.wikipedia.org/wiki/Birsa_Munda_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.3235970368767, 23.3177245989962] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Ahwaz", - "abbrev": "AWZ", - "location": "terminal", - "gps_code": "OIAW", - "iata_code": "AWZ", - "wikipedia": "http://en.wikipedia.org/wiki/Ahwaz_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [48.7471065435931, 31.3431585560757] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Gwalior", - "abbrev": "GWL", - "location": "terminal", - "gps_code": "VIGR", - "iata_code": "GWL", - "wikipedia": "http://en.wikipedia.org/wiki/Gwalior_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.2172186546348, 26.285487697937] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Hodeidah Int'l", - "abbrev": "HOD", - "location": "terminal", - "gps_code": "OYHD", - "iata_code": "HOD", - "wikipedia": "http://en.wikipedia.org/wiki/Hodeida_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [42.97109630194, 14.7552534413725] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Devi Ahilyabai Holkar Int'l", - "abbrev": "IDR", - "location": "terminal", - "gps_code": "VAID", - "iata_code": "IDR", - "wikipedia": "http://en.wikipedia.org/wiki/Devi_Ahilyabai_Holkar_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.8092915005895, 22.727749187571] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Gandhinagar", - "abbrev": "ISK", - "location": "ramp", - "gps_code": "VANR", - "iata_code": "ISK", - "wikipedia": "http://en.wikipedia.org/wiki/Gandhinagar_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.8105674924689, 19.9660205672806] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "major and military", - "name": "Chandigarh Int'l", - "abbrev": "IXC", - "location": "terminal", - "gps_code": "VICG", - "iata_code": "IXC", - "wikipedia": "http://en.wikipedia.org/wiki/Chandigarh_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.8017261105242, 30.6707248949667] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Aurangabad", - "abbrev": "IXU", - "location": "terminal", - "gps_code": "VAAU", - "iata_code": "IXU", - "wikipedia": "http://en.wikipedia.org/wiki/Aurangabad_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.3958432922005, 19.8672969621082] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Faisalabad Int'l", - "abbrev": "LYP", - "location": "terminal", - "gps_code": "OPFA", - "iata_code": "LYP", - "wikipedia": "http://en.wikipedia.org/wiki/Faisalabad_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.9878190922305, 31.3627435480862] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Omsk Tsentralny", - "abbrev": "OMS", - "location": "terminal", - "gps_code": "UNOO", - "iata_code": "OMS", - "wikipedia": "http://en.wikipedia.org/wiki/Omsk_Tsentralny_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.3163595376585, 54.9576482934059] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Novosibirsk Tolmachev", - "abbrev": "OVB", - "location": "terminal", - "gps_code": "UNNT", - "iata_code": "OVB", - "wikipedia": "http://en.wikipedia.org/wiki/Tolmachevo_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [82.6671524525865, 55.0095847136264] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Zaporozhye Int'l", - "abbrev": "OZH", - "location": "runway", - "gps_code": "UKDE", - "iata_code": "OZH", - "wikipedia": "http://en.wikipedia.org/wiki/Zaporizhia_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.3018728575279, 47.8732635579023] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Simpang Tiga", - "abbrev": "PKU", - "location": "terminal", - "gps_code": "WIBB", - "iata_code": "PKU", - "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Syarif_Qasim_II_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [101.446569298441, 0.464600872998505] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Rota Int'l", - "abbrev": "ROP", - "location": "terminal", - "gps_code": "PGRO", - "iata_code": "ROP", - "wikipedia": "http://en.wikipedia.org/wiki/Rota_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [145.243980298582, 14.1717712971216] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Surgut", - "abbrev": "SGC", - "location": "terminal", - "gps_code": "USRR", - "iata_code": "SGC", - "wikipedia": "http://en.wikipedia.org/wiki/Surgut_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.4084964764375, 61.3401672194481] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Tiruchirappalli", - "abbrev": "TRZ", - "location": "terminal", - "gps_code": "VOTR", - "iata_code": "TRZ", - "wikipedia": "http://en.wikipedia.org/wiki/Tiruchirappalli_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.7089578747476, 10.7603571306554] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Turbat Int'l", - "abbrev": "TUK", - "location": "terminal", - "gps_code": "OPTU", - "iata_code": "TUK", - "wikipedia": "http://en.wikipedia.org/wiki/Turbat_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [63.0279333519181, 25.988794590011] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Quetta Int'l", - "abbrev": "UET", - "location": "terminal", - "gps_code": "OPQT", - "iata_code": "UET", - "wikipedia": "http://en.wikipedia.org/wiki/Quetta_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [66.9487311480949, 30.249043186181] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Zahedan Int'l", - "abbrev": "ZAH", - "location": "terminal", - "gps_code": "OIZH", - "iata_code": "ZAH", - "wikipedia": "http://en.wikipedia.org/wiki/Zahedan_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [60.900708564915, 29.4752941956573] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Abdul Rachman Saleh", - "abbrev": "MLG", - "location": "ramp", - "gps_code": "WARA", - "iata_code": "MLG", - "wikipedia": "http://en.wikipedia.org/wiki/Abdul_Rachman_Saleh_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [112.711418617258, -7.92998002840567] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Barnaul", - "abbrev": "BAX", - "location": "ramp", - "gps_code": "UNBB", - "iata_code": "BAX", - "wikipedia": "http://en.wikipedia.org/wiki/Barnaul_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [83.5504532124038, 53.3633850813046] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "military mid", - "name": "Adampur", - "abbrev": "VIAX", - "location": "runway", - "gps_code": "VIAX", - "iata_code": null, - "wikipedia": null, - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.7584828456005, 31.4329422397715] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "military", - "name": "Bareilly", - "abbrev": "VIBY", - "location": "runway", - "gps_code": "VIBY", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Bareilly_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.452002687657, 28.4218087161144] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "small", - "name": "Dhamial", - "abbrev": "OPQS", - "location": "runway", - "gps_code": "OPQS", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Dhamial_Army_Airbase", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.0320498392002, 33.5614146278861] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "major", - "name": "Cheongju Int'l", - "abbrev": "CJJ", - "location": "terminal", - "gps_code": "RKTU", - "iata_code": "CJJ", - "wikipedia": "http://en.wikipedia.org/wiki/Cheongju_International_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [127.495916124681, 36.7220227766673] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid and military", - "name": "Gwangju", - "abbrev": "KWJ", - "location": "terminal", - "gps_code": "RKJJ", - "iata_code": "KWJ", - "wikipedia": "http://en.wikipedia.org/wiki/Gwangju_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.810839481226, 35.1400051390198] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Daegu Int'l", - "abbrev": "TAE", - "location": "terminal", - "gps_code": "RKTN", - "iata_code": "TAE", - "wikipedia": "http://en.wikipedia.org/wiki/Daegu_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [128.637537699933, 35.8999277969087] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Ulsan", - "abbrev": "USN", - "location": "terminal", - "gps_code": "RKPU", - "iata_code": "USN", - "wikipedia": "http://en.wikipedia.org/wiki/Ulsan_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [129.355731047528, 35.5928957527107] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Radin Inten II", - "abbrev": "WIIT", - "location": "terminal", - "gps_code": "WIAT", - "iata_code": "TKG", - "wikipedia": "http://en.wikipedia.org/wiki/Radin_Inten_II_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [105.176060419161, -5.242566777132] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "military", - "name": "Allahabad", - "abbrev": "IXD", - "location": "ramp", - "gps_code": "VIAL", - "iata_code": "IXD", - "wikipedia": "http://en.wikipedia.org/wiki/Allahabad_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [81.7317271462187, 25.443522027821] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 9, - "type": "mid", - "name": "Chelyabinsk", - "abbrev": "CEK", - "location": "terminal", - "gps_code": "USCC", - "iata_code": "CEK", - "wikipedia": "http://en.wikipedia.org/wiki/Chelyabinsk_Airport", - "natlscale": 8, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [61.5122589740201, 55.2977919496055] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Tainan", - "abbrev": "TNN", - "location": "ramp", - "gps_code": "RCNN", - "iata_code": "TNN", - "wikipedia": "http://en.wikipedia.org/wiki/Tainan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.209733318093, 22.950667918347] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Taichung", - "abbrev": "RMQ", - "location": "ramp", - "gps_code": "RCMQ", - "iata_code": "RMQ", - "wikipedia": "http://en.wikipedia.org/wiki/Taichung_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.630703547584, 24.2666555567115] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rotterdam The Hague", - "abbrev": "RTM", - "location": "terminal", - "gps_code": "EHRD", - "iata_code": "RTM", - "wikipedia": "http://en.wikipedia.org/wiki/Rotterdam_The_Hague_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.43384434962877, 51.9491301899382] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Voronezh-Chertovitskoye", - "abbrev": "VOZ", - "location": "terminal", - "gps_code": "UUOO", - "iata_code": "VOZ", - "wikipedia": "http://en.wikipedia.org/wiki/Voronezh_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.2254496447973, 51.8126171268344] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Liverpool John Lennon", - "abbrev": "LPL", - "location": "ramp", - "gps_code": "EGGP", - "iata_code": "LPL", - "wikipedia": "http://en.wikipedia.org/wiki/Liverpool_John_Lennon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.85862065784938, 53.3363751054422] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vishakapatnam", - "abbrev": "VTZ", - "location": "terminal", - "gps_code": "VEVZ", - "iata_code": "VTZ", - "wikipedia": "http://en.wikipedia.org/wiki/Visakhapatnam_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [83.2235216387465, 17.7279577384364] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Sultan Hasanuddin Int'l", - "abbrev": "UPG", - "location": "terminal", - "gps_code": "WAAA", - "iata_code": "UPG", - "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Hasanuddin_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [119.545691342151, -5.05893689455779] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vava'u Int'l", - "abbrev": "VAV", - "location": "terminal", - "gps_code": "NFTV", - "iata_code": "VAV", - "wikipedia": "http://en.wikipedia.org/wiki/Vava'u_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-173.968093944159, -18.5860058550654] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Newcastle Int'l", - "abbrev": "NCL", - "location": "terminal", - "gps_code": "EGNT", - "iata_code": "NCL", - "wikipedia": "http://en.wikipedia.org/wiki/Newcastle_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.71034578407216, 55.037084860802] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Goloson Int'l", - "abbrev": "LCE", - "location": "terminal", - "gps_code": "MHLC", - "iata_code": "LCE", - "wikipedia": "http://en.wikipedia.org/wiki/Golos%C3%B3n_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.8514685020011, 15.7451596659126] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Madinah Int'l", - "abbrev": "MED", - "location": "terminal", - "gps_code": "OEMA", - "iata_code": "MED", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_Mohammad_Bin_Abdulaziz_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.6991359560417, 24.5442339605661] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mirabel Int'l", - "abbrev": "YMX", - "location": "terminal", - "gps_code": "CYMX", - "iata_code": "YMX", - "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Mirabel_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.0287382984814, 45.6832250979267] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Palanga Int'l", - "abbrev": "PLQ", - "location": "terminal", - "gps_code": "EYPA", - "iata_code": "PLQ", - "wikipedia": "http://en.wikipedia.org/wiki/Palanga_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [21.0974463986251, 55.9713426235358] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jaipur Int'l", - "abbrev": "JAI", - "location": "terminal", - "gps_code": "VIJP", - "iata_code": "JAI", - "wikipedia": "http://en.wikipedia.org/wiki/Jaipur_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.8010104192668, 26.8211798100605] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sonari", - "abbrev": "IXW", - "location": "terminal", - "gps_code": "VEJS", - "iata_code": "IXW", - "wikipedia": "http://en.wikipedia.org/wiki/Sonari_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [86.1724662363776, 22.8154145110242] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Yenisehir", - "abbrev": "YEI", - "location": "ramp", - "gps_code": "LTBR", - "iata_code": "YEI", - "wikipedia": "http://en.wikipedia.org/wiki/Yeni%C5%9Fehir_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.54492, 40.2555395007473] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Sakirpasa", - "abbrev": "ADA", - "location": "terminal", - "gps_code": "LTAF", - "iata_code": "ADA", - "wikipedia": "http://en.wikipedia.org/wiki/Adana_%C5%9Eakirpa%C5%9Fa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.2969614268338, 36.9852090641795] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kodiak", - "abbrev": "ADQ", - "location": "ramp", - "gps_code": "PADQ", - "iata_code": "ADQ", - "wikipedia": "http://en.wikipedia.org/wiki/Kodiak_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-152.485638515235, 57.7485921070483] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Amarillo Int'l", - "abbrev": "AMA", - "location": "terminal", - "gps_code": "KAMA", - "iata_code": "AMA", - "wikipedia": "http://en.wikipedia.org/wiki/Rick_Husband_Amarillo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.705352772697, 35.2184031919398] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Alice Springs", - "abbrev": "ASP", - "location": "terminal", - "gps_code": "YBAS", - "iata_code": "ASP", - "wikipedia": "http://en.wikipedia.org/wiki/Alice_Springs_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [133.902918, -23.801968] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Raja Sansi Int'l", - "abbrev": "ATQ", - "location": "terminal", - "gps_code": "VIAR", - "iata_code": "ATQ", - "wikipedia": "http://en.wikipedia.org/wiki/Raja_Sansi_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.8071559719824, 31.7068220258888] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Biju Patnaik", - "abbrev": "BBI", - "location": "terminal", - "gps_code": "VEBS", - "iata_code": "BBI", - "wikipedia": "http://en.wikipedia.org/wiki/Biju_Patnaik_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.8168899544429, 20.2526659754734] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Bethel", - "abbrev": "BET", - "location": "runway", - "gps_code": "PABE", - "iata_code": "BET", - "wikipedia": "http://en.wikipedia.org/wiki/Bethel_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-161.83898695944, 60.7787379834088] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Palonegro", - "abbrev": "BGA", - "location": "terminal", - "gps_code": "SKBG", - "iata_code": "BGA", - "wikipedia": "http://en.wikipedia.org/wiki/Palonegro_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.1809207725361, 7.12770915402685] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Birmingham Int'l", - "abbrev": "BHM", - "location": "terminal", - "gps_code": "KBHM", - "iata_code": "BHM", - "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(US)", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.7523773615462, 33.5618672828058] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Broken Hill", - "abbrev": "BHQ", - "location": "terminal", - "gps_code": "YBHI", - "iata_code": "BHQ", - "wikipedia": "http://en.wikipedia.org/wiki/Broken_Hill_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [141.470407303097, -31.998996737463] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Logan Int'l", - "abbrev": "BIL", - "location": "terminal", - "gps_code": "KBIL", - "iata_code": "BIL", - "wikipedia": "http://en.wikipedia.org/wiki/Billings_Logan_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-108.536929388125, 45.8036855715278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Bismarck Muni.", - "abbrev": "BIS", - "location": "terminal", - "gps_code": "KBIS", - "iata_code": "BIS", - "wikipedia": "http://en.wikipedia.org/wiki/Bismarck_Municipal_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.757471303717, 46.7751066661614] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Del Bajio Int'l", - "abbrev": "BJX", - "location": "terminal", - "gps_code": "MMLO", - "iata_code": "BJX", - "wikipedia": "http://en.wikipedia.org/wiki/Del_Baj%C3%ADo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.478753382467, 20.9858871211938] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Benin", - "abbrev": "BNI", - "location": "terminal", - "gps_code": "DNBE", - "iata_code": "BNI", - "wikipedia": "http://en.wikipedia.org/wiki/Benin_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.603682560067, 6.31716689207818] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bourgas", - "abbrev": "BOJ", - "location": "ramp", - "gps_code": "LBBG", - "iata_code": "BOJ", - "wikipedia": "http://en.wikipedia.org/wiki/Burgas_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.5164093662953, 42.5670835487702] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bremen", - "abbrev": "BRE", - "location": "terminal", - "gps_code": "EDDW", - "iata_code": "BRE", - "wikipedia": "http://en.wikipedia.org/wiki/Bremen_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.7858617703132, 53.052287104156] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jacinto Lara Int'l", - "abbrev": "BRM", - "location": "terminal", - "gps_code": "SVBM", - "iata_code": "BRM", - "wikipedia": "http://en.wikipedia.org/wiki/Jacinto_Lara_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.356102, 10.0453] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Brownsville-South Padre Island Int'l", - "abbrev": "BRO", - "location": "terminal", - "gps_code": "KBRO", - "iata_code": "BRO", - "wikipedia": "http://en.wikipedia.org/wiki/Brownsville/South_Padre_Island_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.431765340232, 25.9062743545347] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bristol Int'l", - "abbrev": "BRS", - "location": "terminal", - "gps_code": "EGGD", - "iata_code": "BRS", - "wikipedia": "http://en.wikipedia.org/wiki/Bristol_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.71086469134308, 51.3862934189148] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Baton Rouge Metro", - "abbrev": "BTR", - "location": "terminal", - "gps_code": "KBTR", - "iata_code": "BTR", - "wikipedia": "http://en.wikipedia.org/wiki/Baton_Rouge_Metropolitan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-91.1567544048105, 30.5326138040586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bratislava-M.R. Stefanik", - "abbrev": "BTS", - "location": "terminal", - "gps_code": "LZIB", - "iata_code": "BTS", - "wikipedia": "http://en.wikipedia.org/wiki/M._R._%C5%A0tef%C3%A1nik_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.1999850022208, 48.1698379062535] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Burlington Int'l", - "abbrev": "BTV", - "location": "terminal", - "gps_code": "KBTV", - "iata_code": "BTV", - "wikipedia": "http://en.wikipedia.org/wiki/Burlington_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.1550787790668, 44.4692066040732] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Columbia Metro", - "abbrev": "CAE", - "location": "terminal", - "gps_code": "KCAE", - "iata_code": "CAE", - "wikipedia": "http://en.wikipedia.org/wiki/Columbia_Metropolitan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.1093352429377, 33.9342054584275] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Calicut Int'l", - "abbrev": "CCJ", - "location": "terminal", - "gps_code": "VOCL", - "iata_code": "CCJ", - "wikipedia": "http://en.wikipedia.org/wiki/Calicut_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.950993063051, 11.1395520526064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Cocos (Keeling) Islands", - "abbrev": "CCK", - "location": "terminal", - "gps_code": "YPCC", - "iata_code": "CCK", - "wikipedia": "http://en.wikipedia.org/wiki/Cocos_(Keeling)_Islands_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [96.8287472144207, -12.1851585953293] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Corfu Int'l (Ioannis Kapodistrias)", - "abbrev": "CFU", - "location": "terminal", - "gps_code": "LGKR", - "iata_code": "CFU", - "wikipedia": "http://en.wikipedia.org/wiki/Corfu_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.9147561641662, 39.6067554505259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Changchun Longjia Int'l", - "abbrev": "CGQ", - "location": "terminal", - "gps_code": "ZYCC", - "iata_code": "CGQ", - "wikipedia": "http://en.wikipedia.org/wiki/Changchun_Longjia_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.690456812998, 43.993011479577] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Charleston Int'l", - "abbrev": "CHS", - "location": "terminal", - "gps_code": "KCHS", - "iata_code": "CHS", - "wikipedia": "http://en.wikipedia.org/wiki/Charleston_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.0369337438262, 32.8845301562965] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Coimbatore", - "abbrev": "CJB", - "location": "terminal", - "gps_code": "VOCB", - "iata_code": "CJB", - "wikipedia": "http://en.wikipedia.org/wiki/Coimbatore_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.038893772262, 11.0301415125983] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Someseni", - "abbrev": "CLJ", - "location": "ramp", - "gps_code": "LRCL", - "iata_code": "CLJ", - "wikipedia": "http://en.wikipedia.org/wiki/Cluj-Napoca_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.6869812680486, 46.7826626340243] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ignacio Agramonte", - "abbrev": "CMW", - "location": "terminal", - "gps_code": "MUCM", - "iata_code": "CMW", - "wikipedia": "http://en.wikipedia.org/wiki/Ignacio_Agramonte_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.8451039935167, 21.4247037281961] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Casper/Natrona County Int'l", - "abbrev": "CPR", - "location": "terminal", - "gps_code": "KCPR", - "iata_code": "CPR", - "wikipedia": "http://en.wikipedia.org/wiki/Casper/Natrona_County_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.464444809692, 42.8971900483006] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Clark Int'l", - "abbrev": "CRK", - "location": "ramp", - "gps_code": "RPLC", - "iata_code": "CRK", - "wikipedia": "http://en.wikipedia.org/wiki/Clark_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.550770223914, 15.1876422423888] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Yeager", - "abbrev": "CRW", - "location": "terminal", - "gps_code": "KCRW", - "iata_code": "CRW", - "wikipedia": "http://en.wikipedia.org/wiki/Yeager_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.5964164667526, 38.3705914372865] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Catania Fontanarossa", - "abbrev": "CTA", - "location": "terminal", - "gps_code": "LICC", - "iata_code": "CTA", - "wikipedia": "http://en.wikipedia.org/wiki/Catania-Fontanarossa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.0674605007053, 37.470072800341] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Chetumal Int'l", - "abbrev": "CTM", - "location": "terminal", - "gps_code": "MMCM", - "iata_code": "CTM", - "wikipedia": "http://en.wikipedia.org/wiki/Chetumal_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-88.3242600415365, 18.506434233376] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Cardiff", - "abbrev": "CWL", - "location": "terminal", - "gps_code": "EGFF", - "iata_code": "CWL", - "wikipedia": "http://en.wikipedia.org/wiki/Cardiff_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.33956876429118, 51.3986220911017] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gerrard Smith", - "abbrev": "CYB", - "location": "terminal", - "gps_code": "MWCB", - "iata_code": "CYB", - "wikipedia": "http://en.wikipedia.org/wiki/Gerrard_Smith_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.879461638003, 19.6898653962844] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Cozumel Int'l", - "abbrev": "CZM", - "location": "terminal", - "gps_code": "MMCZ", - "iata_code": "CZM", - "wikipedia": "http://en.wikipedia.org/wiki/Cozumel_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.9304064070436, 20.5115543771647] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "James M. Cox Dayton Int'l", - "abbrev": "DAY", - "location": "terminal", - "gps_code": "KDAY", - "iata_code": "DAY", - "wikipedia": "http://en.wikipedia.org/wiki/Dayton_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.2204594238102, 39.8990402865362] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Dubbo", - "abbrev": "DBO", - "location": "approximate", - "gps_code": "YSDU", - "iata_code": "DBO", - "wikipedia": "http://en.wikipedia.org/wiki/Dubbo_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [148.569717, -32.218681] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Washington Nat'l", - "abbrev": "DCA", - "location": "terminal", - "gps_code": "KDCA", - "iata_code": "DCA", - "wikipedia": "http://en.wikipedia.org/wiki/Ronald_Reagan_Washington_National_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.0433373925631, 38.8537162012123] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Durango Int'l", - "abbrev": "DGO", - "location": "terminal", - "gps_code": "MMDO", - "iata_code": "DGO", - "wikipedia": "http://en.wikipedia.org/wiki/General_Guadalupe_Victoria_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.533846024964, 24.1261948326183] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Voloskoye", - "abbrev": "DNK", - "location": "terminal", - "gps_code": "UKDD", - "iata_code": "DNK", - "wikipedia": "http://en.wikipedia.org/wiki/Dnipropetrovsk_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.0939060224975, 48.3675718021117] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Donetsk", - "abbrev": "DOK", - "location": "terminal", - "gps_code": "UKCC", - "iata_code": "DOK", - "wikipedia": "http://en.wikipedia.org/wiki/Donetsk_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.7448085572103, 48.0691671285582] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Santa Bernardina Int'l", - "abbrev": "DZO", - "location": "runway", - "gps_code": "SUDU", - "iata_code": "DZO", - "wikipedia": "http://en.wikipedia.org/wiki/Santa_Bernardina_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-56.4992636213744, -33.3591084475501] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Edinburgh Int'l", - "abbrev": "EDI", - "location": "terminal", - "gps_code": "EGPH", - "iata_code": "EDI", - "wikipedia": "http://en.wikipedia.org/wiki/Edinburgh_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.36428468513555, 55.9485540113639] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Terrance B. Lettsome Int'l", - "abbrev": "EIS", - "location": "terminal", - "gps_code": "TUPJ", - "iata_code": "EIS", - "wikipedia": "http://en.wikipedia.org/wiki/Terrance_B._Lettsome_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.5371514365795, 18.4443618557983] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Elko Reg.", - "abbrev": "EKO", - "location": "terminal", - "gps_code": "KEKO", - "iata_code": "EKO", - "wikipedia": "http://en.wikipedia.org/wiki/Elko_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.786479232249, 40.8276058815225] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ensenada", - "abbrev": "ESE", - "location": "ramp", - "gps_code": "MMES", - "iata_code": "ESE", - "wikipedia": "http://en.wikipedia.org/wiki/Ensenada_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-116.595724400418, 31.7977139760569] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vagar", - "abbrev": "FAE", - "location": "approximate", - "gps_code": "EKVG", - "iata_code": "FAE", - "wikipedia": "http://en.wikipedia.org/wiki/V%C3%A1gar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.2708, 62.0625] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Hector Int'l", - "abbrev": "FAR", - "location": "terminal", - "gps_code": "KFAR", - "iata_code": "FAR", - "wikipedia": "http://en.wikipedia.org/wiki/Hector_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.8254561269675, 46.9198178811323] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fresno Yosemite Int'l", - "abbrev": "FAT", - "location": "terminal", - "gps_code": "KFAT", - "iata_code": "FAT", - "wikipedia": "http://en.wikipedia.org/wiki/Fresno_Yosemite_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-119.720001323576, 36.7698128373959] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Flagstaff Pulliam", - "abbrev": "FLG", - "location": "terminal", - "gps_code": "KFLG", - "iata_code": "FLG", - "wikipedia": "http://en.wikipedia.org/wiki/Flagstaff_Pulliam_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.674656171675, 35.1389116757976] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mundo Maya Int'l", - "abbrev": "FRS", - "location": "terminal", - "gps_code": "MGTK", - "iata_code": "FRS", - "wikipedia": "http://en.wikipedia.org/wiki/Mundo_Maya_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.8778404226508, 16.9149741642226] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sioux Falls Reg.", - "abbrev": "FSD", - "location": "terminal", - "gps_code": "KFSD", - "iata_code": "FSD", - "wikipedia": "http://en.wikipedia.org/wiki/Sioux_Falls_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.7313831017541, 43.5801934972763] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Spokane Int'l", - "abbrev": "GEG", - "location": "terminal", - "gps_code": "KGEG", - "iata_code": "GEG", - "wikipedia": "http://en.wikipedia.org/wiki/Spokane_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.536836628585, 47.6254781278368] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Exuma Int'l", - "abbrev": "GGT", - "location": "terminal", - "gps_code": "MYEF", - "iata_code": "GGT", - "wikipedia": "http://en.wikipedia.org/wiki/Exuma_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.872613085304, 23.5638829069259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gibraltar", - "abbrev": "GIB", - "location": "runway", - "gps_code": "LXGB", - "iata_code": "GIB", - "wikipedia": "http://en.wikipedia.org/wiki/Gibraltar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-5.34677180033388, 36.1512747504173] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gerald R. Ford Int'l", - "abbrev": "GRR", - "location": "terminal", - "gps_code": "KGRR", - "iata_code": "GRR", - "wikipedia": "http://en.wikipedia.org/wiki/Gerald_R._Ford_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-85.529573207274, 42.8847776020908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Triad Int'l", - "abbrev": "GSO", - "location": "terminal", - "gps_code": "KGSO", - "iata_code": "GSO", - "wikipedia": "http://en.wikipedia.org/wiki/Piedmont_Triad_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.9364867577484, 36.1053781998932] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Great Falls Int'l", - "abbrev": "GTF", - "location": "terminal", - "gps_code": "KGTF", - "iata_code": "GTF", - "wikipedia": "http://en.wikipedia.org/wiki/Great_Falls_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.35668472784, 47.482270729263] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Gaziantep Oguzeli Int'l", - "abbrev": "GZT", - "location": "terminal", - "gps_code": "LTAJ", - "iata_code": "GZT", - "wikipedia": "http://en.wikipedia.org/wiki/O%C4%9Fuzeli_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.47380325219, 36.9453633446875] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hubli", - "abbrev": "HBX", - "location": "terminal", - "gps_code": "VAHB", - "iata_code": "HBX", - "wikipedia": "http://en.wikipedia.org/wiki/Hubli_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.0863155680281, 15.3591833386229] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hat Yai Int'l", - "abbrev": "HDY", - "location": "terminal", - "gps_code": "VTSS", - "iata_code": "HDY", - "wikipedia": "http://en.wikipedia.org/wiki/Hat_Yai_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.393751274671, 6.93634231940664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hefei-Luogang", - "abbrev": "HFE", - "location": "ramp", - "gps_code": "ZSOF", - "iata_code": "HFE", - "wikipedia": "http://en.wikipedia.org/wiki/Hefei_Luogang_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [117.304197015888, 31.7798576795778] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Hurghada Int'l", - "abbrev": "HRG", - "location": "terminal", - "gps_code": "HEGN", - "iata_code": "HRG", - "wikipedia": "http://en.wikipedia.org/wiki/Hurghada_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.8071606414118, 27.1804260918186] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Kharkov Int'l", - "abbrev": "HRK", - "location": "ramp", - "gps_code": "UKHH", - "iata_code": "HRK", - "wikipedia": "http://en.wikipedia.org/wiki/Kharkiv_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [36.2822010773503, 49.9215360631551] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Huntsville Int'l", - "abbrev": "HSV", - "location": "terminal", - "gps_code": "KHSV", - "iata_code": "HSV", - "wikipedia": "http://en.wikipedia.org/wiki/Huntsville_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.7749430563373, 34.6483344609319] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ibadan", - "abbrev": "IBA", - "location": "ramp", - "gps_code": "DNIB", - "iata_code": "IBA", - "wikipedia": "http://en.wikipedia.org/wiki/Ibadan_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.9738133433229, 7.36034397269393] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Kansas City Int'l", - "abbrev": "ICT", - "location": "terminal", - "gps_code": "KICT", - "iata_code": "ICT", - "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.4287387683976, 37.6529279603903] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Wilmington Int'l", - "abbrev": "ILM", - "location": "terminal", - "gps_code": "KILM", - "iata_code": "ILM", - "wikipedia": "http://en.wikipedia.org/wiki/Wilmington_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.9103756560469, 34.2667840671996] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ilorin Int'l", - "abbrev": "ILR", - "location": "terminal", - "gps_code": "DNIL", - "iata_code": "ILR", - "wikipedia": "http://en.wikipedia.org/wiki/Ilorin_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.49484038819935, 8.43537651935241] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Falls Int'l", - "abbrev": "INL", - "location": "terminal", - "gps_code": "KINL", - "iata_code": "INL", - "wikipedia": "http://en.wikipedia.org/wiki/Falls_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.3980027552794, 48.5659930848414] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Inverness", - "abbrev": "INV", - "location": "terminal", - "gps_code": "EGPE", - "iata_code": "INV", - "wikipedia": "http://en.wikipedia.org/wiki/Inverness_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.06359175587141, 57.5395002923424] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Imperial Cty.", - "abbrev": "IPL", - "location": "terminal", - "gps_code": "KIPL", - "iata_code": "IPL", - "wikipedia": "http://en.wikipedia.org/wiki/Imperial_County_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.57199556658, 32.8339586685524] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jammu", - "abbrev": "IXJ", - "location": "terminal", - "gps_code": "VIJU", - "iata_code": "IXJ", - "wikipedia": "http://en.wikipedia.org/wiki/Jammu_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.8423077638915, 32.6810428886225] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Madurai", - "abbrev": "IXM", - "location": "terminal", - "gps_code": "VOMD", - "iata_code": "IXM", - "wikipedia": "http://en.wikipedia.org/wiki/Madurai_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.0911394937194, 9.83718627877566] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Jodhpur", - "abbrev": "JDH", - "location": "terminal", - "gps_code": "VIJO", - "iata_code": "JDH", - "wikipedia": "http://en.wikipedia.org/wiki/Jodhpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.0505491895671, 26.2637623458351] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jabalpur", - "abbrev": "JLR", - "location": "terminal", - "gps_code": "VAJB", - "iata_code": "JLR", - "wikipedia": "http://en.wikipedia.org/wiki/Jabalpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.0587438885277, 23.1845328746465] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kilimanjaro Int'l", - "abbrev": "JRO", - "location": "terminal", - "gps_code": "HTKJ", - "iata_code": "JRO", - "wikipedia": "http://en.wikipedia.org/wiki/Kilimanjaro_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.0651896067748, -3.42444495998178] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kaduna", - "abbrev": "KAD", - "location": "terminal", - "gps_code": "DNKA", - "iata_code": "KAD", - "wikipedia": "http://en.wikipedia.org/wiki/Kaduna_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.32525347407434, 10.6946192862391] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kananga", - "abbrev": "KGA", - "location": "terminal", - "gps_code": "FZUA", - "iata_code": "KGA", - "wikipedia": "http://en.wikipedia.org/wiki/Kananga_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [22.478333248269, -5.90016656227041] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kumasi", - "abbrev": "KMS", - "location": "terminal", - "gps_code": "DGSI", - "iata_code": "KMS", - "wikipedia": "http://en.wikipedia.org/wiki/Kumasi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.59257526582362, 6.71460638750365] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vina del Mar", - "abbrev": "KNA", - "location": "ramp", - "gps_code": "SCVM", - "iata_code": "KNA", - "wikipedia": "http://en.wikipedia.org/wiki/Vi%C3%B1a_del_Mar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.4806025354969, -32.948391765136] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kanpur", - "abbrev": "KNU", - "location": "terminal", - "gps_code": "VIKA", - "iata_code": "KNU", - "wikipedia": "http://en.wikipedia.org/wiki/Kanpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.3675338772002, 26.4388334467042] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kona Int'l at Keahole", - "abbrev": "KOA", - "location": "terminal", - "gps_code": "PHKO", - "iata_code": "KOA", - "wikipedia": "http://en.wikipedia.org/wiki/Kona_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-156.040889471058, 19.7370991399442] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kirkwall", - "abbrev": "KOI", - "location": "ramp", - "gps_code": "EGPA", - "iata_code": "KOI", - "wikipedia": "http://en.wikipedia.org/wiki/Kirkwall_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.90137849524508, 58.9544288788304] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kota", - "abbrev": "KTU", - "location": "terminal", - "gps_code": "VIKO", - "iata_code": "KTU", - "wikipedia": "http://en.wikipedia.org/wiki/Kota_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [75.8504977944552, 25.1634187166743] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Konya", - "abbrev": "KYA", - "location": "terminal", - "gps_code": "LTAN", - "iata_code": "KYA", - "wikipedia": "http://en.wikipedia.org/wiki/Konya_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.5756732669687, 37.9839945531695] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Blue Grass", - "abbrev": "LEX", - "location": "terminal", - "gps_code": "KLEX", - "iata_code": "LEX", - "wikipedia": "http://en.wikipedia.org/wiki/Blue_Grass_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.5982681918786, 38.0374273181372] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lihue", - "abbrev": "LIH", - "location": "terminal", - "gps_code": "PHLI", - "iata_code": "LIH", - "wikipedia": "http://en.wikipedia.org/wiki/Lihu'e_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-159.349084290522, 21.9781243162088] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Little Rock National", - "abbrev": "LIT", - "location": "terminal", - "gps_code": "KLIT", - "iata_code": "LIT", - "wikipedia": "http://en.wikipedia.org/wiki/Little_Rock_National_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-92.2205881319289, 34.7284300415179] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Los Mochis", - "abbrev": "LMM", - "location": "ramp", - "gps_code": "MMLM", - "iata_code": "LMM", - "wikipedia": "http://en.wikipedia.org/wiki/Federal_del_Valle_del_Fuerte_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-109.082694645261, 25.688508826099] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Venustiano Carranza Int'l", - "abbrev": "LOV", - "location": "runway", - "gps_code": "MMMV", - "iata_code": "LOV", - "wikipedia": "http://en.wikipedia.org/wiki/Venustiano_Carranza_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.464960031751, 26.9553927160699] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Laredo Int'l", - "abbrev": "LRD", - "location": "terminal", - "gps_code": "KLRD", - "iata_code": "LRD", - "wikipedia": "http://en.wikipedia.org/wiki/Laredo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.4556603976513, 27.5436657175825] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sumburgh", - "abbrev": "LSI", - "location": "runway", - "gps_code": "EGPB", - "iata_code": "LSI", - "wikipedia": "http://en.wikipedia.org/wiki/Sumburgh_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.28806068838754, 59.8766899598999] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bassel Al-Assad Int'l", - "abbrev": "LTK", - "location": "terminal", - "gps_code": "OSLK", - "iata_code": "LTK", - "wikipedia": "http://en.wikipedia.org/wiki/Bassel_Al-Assad_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.9442407096663, 35.4073114596744] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "London Luton", - "abbrev": "LTN", - "location": "terminal", - "gps_code": "EGGW", - "iata_code": "LTN", - "wikipedia": "http://en.wikipedia.org/wiki/London_Luton_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.376227267397439, 51.8802952570969] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Svalbard Longyear", - "abbrev": "LYR", - "location": "terminal", - "gps_code": "ENSB", - "iata_code": "LYR", - "wikipedia": "http://en.wikipedia.org/wiki/Svalbard_Airport%2C_Longyear", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.495229, 78.246717] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sangster Int'l", - "abbrev": "MBJ", - "location": "runway", - "gps_code": "MKJS", - "iata_code": "MBJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sangster_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.9183907635752, 18.5011549298249] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mandalay Int'l", - "abbrev": "MDL", - "location": "terminal", - "gps_code": "VYMD", - "iata_code": "MDL", - "wikipedia": "http://en.wikipedia.org/wiki/Mandalay_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [95.9706535950217, 21.7055490680274] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Chicago Midway Int'l", - "abbrev": "MDW", - "location": "terminal", - "gps_code": "KMDW", - "iata_code": "MDW", - "wikipedia": "http://en.wikipedia.org/wiki/Chicago_Midway_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.7421266885612, 41.7883492597409] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Eloy Alfaro Int'l", - "abbrev": "MEC", - "location": "runway", - "gps_code": "SEMT", - "iata_code": "MEC", - "wikipedia": "http://en.wikipedia.org/wiki/Manta_Air_Base", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.6833845995774, -0.949557002112883] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Montgomery Reg.", - "abbrev": "MGM", - "location": "terminal", - "gps_code": "KMGM", - "iata_code": "MGM", - "wikipedia": "http://en.wikipedia.org/wiki/Montgomery_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.3903074602686, 32.3045879909631] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Manchester-Boston Reg.", - "abbrev": "MHT", - "location": "terminal", - "gps_code": "KMHT", - "iata_code": "MHT", - "wikipedia": "http://en.wikipedia.org/wiki/Manchester-Boston_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.4375239091857, 42.9279139945886] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Maiduguri Int'l", - "abbrev": "DNMA", - "location": "terminal", - "gps_code": "DNMA", - "iata_code": "MIU", - "wikipedia": "http://en.wikipedia.org/wiki/Maiduguri_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.0851390162471, 11.8534713188527] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mbuji Mayi", - "abbrev": "MJM", - "location": "terminal", - "gps_code": "FZWA", - "iata_code": "MJM", - "wikipedia": "http://en.wikipedia.org/wiki/Mbuji_Mayi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.5721091989052, -6.12484541348812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Minot Int'l", - "abbrev": "MOT", - "location": "terminal", - "gps_code": "KMOT", - "iata_code": "MOT", - "wikipedia": "http://en.wikipedia.org/wiki/Minot_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-101.2913855313, 48.2556049212839] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Missoula Int'l", - "abbrev": "MSO", - "location": "terminal", - "gps_code": "KMSO", - "iata_code": "MSO", - "wikipedia": "http://en.wikipedia.org/wiki/Missoula_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-114.083694923651, 46.9187604768831] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gen R.S. Taboada Int'l", - "abbrev": "MXL", - "location": "terminal", - "gps_code": "MMML", - "iata_code": "MXL", - "wikipedia": "http://en.wikipedia.org/wiki/General_Rodolfo_S%C3%A1nchez_Taboada_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.247874047841, 32.6285643324607] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Malpensa", - "abbrev": "MXP", - "location": "terminal", - "gps_code": "LIMC", - "iata_code": "MXP", - "wikipedia": "http://en.wikipedia.org/wiki/Malpensa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.71295953502437, 45.6274405140381] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Norfolk Island", - "abbrev": "NLK", - "location": "terminal", - "gps_code": "YSNF", - "iata_code": "NLK", - "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_Island_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [167.943394116205, -29.0351592555275] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Nurnberg", - "abbrev": "NUE", - "location": "terminal", - "gps_code": "EDDN", - "iata_code": "NUE", - "wikipedia": "http://en.wikipedia.org/wiki/Nuremberg_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.0774179739096, 49.4945052170345] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Odessa Int'l", - "abbrev": "ODS", - "location": "terminal", - "gps_code": "UKOO", - "iata_code": "ODS", - "wikipedia": "http://en.wikipedia.org/wiki/Odessa_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.6768308310206, 46.4406268759106] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Gold Coast", - "abbrev": "OOL", - "location": "terminal", - "gps_code": "YBCG", - "iata_code": "OOL", - "wikipedia": "http://en.wikipedia.org/wiki/Gold_Coast_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [153.512876264303, -28.1665168540202] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Oran Es Senia", - "abbrev": "ORN", - "location": "terminal", - "gps_code": "DAOO", - "iata_code": "ORN", - "wikipedia": "http://en.wikipedia.org/wiki/Oran_Es_S%C3%A9nia_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.60679696443112, 35.6202747312735] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lok Nayak Jaiprakash", - "abbrev": "PAT", - "location": "terminal", - "gps_code": "VEPT", - "iata_code": "PAT", - "wikipedia": "http://en.wikipedia.org/wiki/Lok_Nayak_Jayaprakash_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.0909021314663, 25.5944434295605] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Paysandu", - "abbrev": "PDU", - "location": "terminal", - "gps_code": "SUPU", - "iata_code": "PDU", - "wikipedia": "http://en.wikipedia.org/wiki/Paysand%C3%BA_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-58.0685346825257, -32.3614545292723] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Paphos Int'l", - "abbrev": "PFO", - "location": "ramp", - "gps_code": "LCPH", - "iata_code": "PFO", - "wikipedia": "http://en.wikipedia.org/wiki/Paphos_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.4832322064926, 34.7134012817335] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sultan Mahmud Badaruddin II", - "abbrev": "PLM", - "location": "terminal", - "gps_code": "WIPP", - "iata_code": "PLM", - "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Mahmud_Badaruddin_II_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.699128326762, -2.89999345005997] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Polokwane Int'l", - "abbrev": "PTG", - "location": "terminal", - "gps_code": "FAPP", - "iata_code": "PTG", - "wikipedia": "http://en.wikipedia.org/wiki/Polokwane_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.4533403645644, -23.858986270166] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Punta Cana", - "abbrev": "PUJ", - "location": "terminal", - "gps_code": "MDPC", - "iata_code": "PUJ", - "wikipedia": "http://en.wikipedia.org/wiki/Punta_Cana_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.3632351074649, 18.563039033987] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Queretaro Int'l", - "abbrev": "QRO", - "location": "terminal", - "gps_code": "MMQT", - "iata_code": "QRO", - "wikipedia": "http://en.wikipedia.org/wiki/Quer%C3%A9taro_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.18735943003, 20.622466071278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rajkot", - "abbrev": "RAJ", - "location": "runway", - "gps_code": "VARK", - "iata_code": "RAJ", - "wikipedia": "http://en.wikipedia.org/wiki/Rajkot_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [70.7799548311565, 22.3092816988361] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Richmond Int'l", - "abbrev": "RIC", - "location": "terminal", - "gps_code": "KRIC", - "iata_code": "RIC", - "wikipedia": "http://en.wikipedia.org/wiki/Richmond_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.333119638113, 37.5082899750901] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Shah Makhdum", - "abbrev": "RJH", - "location": "terminal", - "gps_code": "VGRJ", - "iata_code": "RJH", - "wikipedia": "http://en.wikipedia.org/wiki/Shah_Makhdum_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [88.6138045704431, 24.4448068623035] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Greater Rochester Int'l", - "abbrev": "ROC", - "location": "terminal", - "gps_code": "KROC", - "iata_code": "ROC", - "wikipedia": "http://en.wikipedia.org/wiki/Greater_Rochester_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.6652445062197, 43.1275519826482] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rockhampton", - "abbrev": "ROK", - "location": "terminal", - "gps_code": "YBRK", - "iata_code": "ROK", - "wikipedia": "http://en.wikipedia.org/wiki/Rockhampton_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [150.4789, -23.378599] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rostov-on-Don", - "abbrev": "ROV", - "location": "terminal", - "gps_code": "URRR", - "iata_code": "ROV", - "wikipedia": "http://en.wikipedia.org/wiki/Rostov-on-Don_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.8035144445391, 47.2551119519754] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Saratov", - "abbrev": "RTW", - "location": "ramp", - "gps_code": "UWSS", - "iata_code": "RTW", - "wikipedia": "http://en.wikipedia.org/wiki/Saratov_Tsentralny_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [46.035023249891, 51.5606456508842] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Ramon Villeda Morales Int'l", - "abbrev": "SAP", - "location": "terminal", - "gps_code": "MHLM", - "iata_code": "SAP", - "wikipedia": "http://en.wikipedia.org/wiki/Ram%C3%B3n_Villeda_Morales_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.9272365125409, 15.4558630524883] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Santa Barbara Muni.", - "abbrev": "SBA", - "location": "terminal", - "gps_code": "KSBA", - "iata_code": "SBA", - "wikipedia": "http://en.wikipedia.org/wiki/Santa_Barbara_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-119.8366015808, 34.4257312978783] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Deadhorse", - "abbrev": "SCC", - "location": "ramp", - "gps_code": "PASC", - "iata_code": "SCC", - "wikipedia": "http://en.wikipedia.org/wiki/Deadhorse_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-148.457855, 70.19751] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kangerlussuaq", - "abbrev": "SFJ", - "location": "ramp", - "gps_code": "BGSF", - "iata_code": "SFJ", - "wikipedia": "http://en.wikipedia.org/wiki/Kangerlussuaq_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-50.694199, 67.018097] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Springfield Reg.", - "abbrev": "SGF", - "location": "terminal", - "gps_code": "KSGF", - "iata_code": "SGF", - "wikipedia": "http://en.wikipedia.org/wiki/Springfield/Branson_National_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.3826379012003, 37.2421444903024] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Shreveport Reg.", - "abbrev": "SHV", - "location": "terminal", - "gps_code": "KSHV", - "iata_code": "SHV", - "wikipedia": "http://en.wikipedia.org/wiki/Shreveport_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.8285222229503, 32.4545798866513] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Simferopol Int'l", - "abbrev": "SIP", - "location": "ramp", - "gps_code": "UKFF", - "iata_code": "SIP", - "wikipedia": "http://en.wikipedia.org/wiki/Simferopol_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.9960529244537, 45.0202173978165] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sitka Rocky Gutierrez", - "abbrev": "SIT", - "location": "terminal", - "gps_code": "PASI", - "iata_code": "SIT", - "wikipedia": "http://en.wikipedia.org/wiki/Sitka_Rocky_Gutierrez_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-135.365692, 57.05349] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Los Cabos Int'l", - "abbrev": "SJD", - "location": "terminal", - "gps_code": "MMSD", - "iata_code": "SJD", - "wikipedia": "http://en.wikipedia.org/wiki/Los_Cabos_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-109.717858386909, 23.1626574483597] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "McNary Field", - "abbrev": "SLE", - "location": "terminal", - "gps_code": "KSLE", - "iata_code": "SLE", - "wikipedia": "http://en.wikipedia.org/wiki/McNary_Field", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-123.007871479404, 44.9105138452143] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Plan de Guadalupe", - "abbrev": "SLW", - "location": "ramp", - "gps_code": "MMIO", - "iata_code": "SLW", - "wikipedia": "http://en.wikipedia.org/wiki/Plan_de_Guadalupe_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.932260548587, 25.5479976419974] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Shannon", - "abbrev": "SNN", - "location": "terminal", - "gps_code": "EINN", - "iata_code": "SNN", - "wikipedia": "http://en.wikipedia.org/wiki/Shannon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.92242885557686, 52.6934537102532] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Santo Pekoa Int'l", - "abbrev": "SON", - "location": "runway", - "gps_code": "NVSS", - "iata_code": "SON", - "wikipedia": "http://en.wikipedia.org/wiki/Santo-Pekoa_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [167.220894919375, -15.5055387370858] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Achmad Yani", - "abbrev": "SRG", - "location": "terminal", - "gps_code": "WARS", - "iata_code": "SRG", - "wikipedia": "http://en.wikipedia.org/wiki/Achmad_Yani_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [110.378556255666, -6.97873484956982] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Srinagar", - "abbrev": "SXR", - "location": "ramp", - "gps_code": "VISR", - "iata_code": "SXR", - "wikipedia": "http://en.wikipedia.org/wiki/Srinagar_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.7826243672311, 33.9830909431623] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Tapachula Int'l", - "abbrev": "TAP", - "location": "ramp", - "gps_code": "MMTP", - "iata_code": "TAP", - "wikipedia": "http://en.wikipedia.org/wiki/Tapachula_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-92.370003, 14.7911281338773] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Podgorica", - "abbrev": "TGD", - "location": "terminal", - "gps_code": "LYPG", - "iata_code": "TGD", - "wikipedia": "http://en.wikipedia.org/wiki/Podgorica_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.2466868618873, 42.3679335195428] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Tallahassee Reg.", - "abbrev": "TLH", - "location": "terminal", - "gps_code": "KTLH", - "iata_code": "TLH", - "wikipedia": "http://en.wikipedia.org/wiki/Tallahassee_Regional_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.3449953984858, 30.3955576176938] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Turin Int'l", - "abbrev": "TRN", - "location": "terminal", - "gps_code": "LIMF", - "iata_code": "TRN", - "wikipedia": "http://en.wikipedia.org/wiki/Turin_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.64416230362133, 45.1916600734642] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Taiyuan Wusu Int'l", - "abbrev": "TYN", - "location": "terminal", - "gps_code": "ZBYN", - "iata_code": "TYN", - "wikipedia": "http://en.wikipedia.org/wiki/Taiyuan_Wusu_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [112.625891539315, 37.7545117791512] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Narsarsuaq", - "abbrev": "UAK", - "location": "ramp", - "gps_code": "BGBW", - "iata_code": "UAK", - "wikipedia": "http://en.wikipedia.org/wiki/Narsarsuaq_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-45.4164008923108, 61.1625968337328] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Rayong", - "abbrev": "UTP", - "location": "ramp", - "gps_code": "VTBU", - "iata_code": "UTP", - "wikipedia": "http://en.wikipedia.org/wiki/U-Tapao_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [101.00020929048, 12.6852930912664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Victoria Falls", - "abbrev": "VFA", - "location": "runway", - "gps_code": "FVFA", - "iata_code": "VFA", - "wikipedia": "http://en.wikipedia.org/wiki/Victoria_Falls_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.8467677208826, -18.0990155983682] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vijaywada", - "abbrev": "VGA", - "location": "ramp", - "gps_code": "VOBZ", - "iata_code": "VGA", - "wikipedia": "http://en.wikipedia.org/wiki/Vijayawada_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.7973080000675, 16.528642778235] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Varanasi", - "abbrev": "VNS", - "location": "terminal", - "gps_code": "VIBN", - "iata_code": "VNS", - "wikipedia": "http://en.wikipedia.org/wiki/Varanasi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [82.8538741913527, 25.4499077329822] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Juan Gualberto Gomez", - "abbrev": "VRA", - "location": "terminal", - "gps_code": "MUVR", - "iata_code": "VRA", - "wikipedia": "http://en.wikipedia.org/wiki/Juan_Gualberto_G%C3%B3mez_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.4367103850623, 23.0395422339631] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Villahermosa", - "abbrev": "VSA", - "location": "terminal", - "gps_code": "MMVA", - "iata_code": "VSA", - "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Rovirosa_P%C3%A9rez_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-92.8190675836262, 17.9930660113111] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Brandon", - "abbrev": "YBR", - "location": "terminal", - "gps_code": "CYBR", - "iata_code": "YBR", - "wikipedia": "http://en.wikipedia.org/wiki/Brandon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.9458959002463, 49.9047279410277] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military major", - "name": "CFB Edmonton", - "abbrev": "YED", - "location": "ramp", - "gps_code": "CYED", - "iata_code": "YED", - "wikipedia": "http://en.wikipedia.org/wiki/CFB_Edmonton", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-113.478839054497, 53.6749156618668] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Iqaluit", - "abbrev": "YFB", - "location": "terminal", - "gps_code": "CYFB", - "iata_code": "YFB", - "wikipedia": "http://en.wikipedia.org/wiki/Iqaluit_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.5367292441812, 63.7511523537807] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "John C. Munro Hamilton Int'l", - "abbrev": "YHM", - "location": "terminal", - "gps_code": "CYHM", - "iata_code": "YHM", - "wikipedia": "http://en.wikipedia.org/wiki/John_C._Munro_Hamilton_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.9264230959967, 43.1633605305096] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fort McMurray", - "abbrev": "YMM", - "location": "terminal", - "gps_code": "CYMM", - "iata_code": "YMM", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_McMurray_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.223840046617, 56.6563171390962] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Yantai", - "abbrev": "YNT", - "location": "terminal", - "gps_code": "ZSYT", - "iata_code": "YNT", - "wikipedia": "http://en.wikipedia.org/wiki/Yantai_Laishan_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.372047417773, 37.4077044726924] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Peace River", - "abbrev": "YPE", - "location": "terminal", - "gps_code": "CYPE", - "iata_code": "YPE", - "wikipedia": "http://en.wikipedia.org/wiki/Peace_River_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.443663208082, 56.231924036745] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Greater Moncton Int'l", - "abbrev": "YQM", - "location": "terminal", - "gps_code": "CYQM", - "iata_code": "YQM", - "wikipedia": "http://en.wikipedia.org/wiki/Greater_Moncton_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.6886696807361, 46.116205963926] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sydney/J.A. Douglas McCurdy", - "abbrev": "YQY", - "location": "terminal", - "gps_code": "CYQY", - "iata_code": "YQY", - "wikipedia": "http://en.wikipedia.org/wiki/Sydney_Airport_(Nova_Scotia)", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.0469372117026, 46.1673405890504] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Resolute Bay", - "abbrev": "YRB", - "location": "runway", - "gps_code": "CYRB", - "iata_code": "YRB", - "wikipedia": "http://en.wikipedia.org/wiki/Resolute_Bay_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.9708023244006, 74.7181860987594] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fort Smith", - "abbrev": "YSM", - "location": "runway", - "gps_code": "CYSM", - "iata_code": "YSM", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_Smith_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.961059938158, 60.0198749602443] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Thompson", - "abbrev": "YTH", - "location": "ramp", - "gps_code": "CYTH", - "iata_code": "YTH", - "wikipedia": "http://en.wikipedia.org/wiki/Thompson_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.860733, 55.797482] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Timmins", - "abbrev": "YTS", - "location": "ramp", - "gps_code": "CYTS", - "iata_code": "YTS", - "wikipedia": "http://en.wikipedia.org/wiki/Timmins_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.372047, 48.566158] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Repulse Bay", - "abbrev": "YUT", - "location": "approximate", - "gps_code": "CYUT", - "iata_code": "YUT", - "wikipedia": "http://en.wikipedia.org/wiki/Repulse_Bay_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.25, 66.533302] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kuujjuaq", - "abbrev": "YVP", - "location": "approximate", - "gps_code": "CYVP", - "iata_code": "YVP", - "wikipedia": "http://en.wikipedia.org/wiki/Kuujjuaq_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.433342, 58.101959] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Wabush", - "abbrev": "YWK", - "location": "ramp", - "gps_code": "CYWK", - "iata_code": "YWK", - "wikipedia": "http://en.wikipedia.org/wiki/Wabush_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-66.873009, 52.926071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Edmonton City Centre", - "abbrev": "YXD", - "location": "terminal", - "gps_code": "CYXD", - "iata_code": "YXD", - "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_City_Centre_(Blatchford_Field)_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-113.522973688581, 53.5709436582812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Fort St. John (N. Peace)", - "abbrev": "YXJ", - "location": "approximate", - "gps_code": "CYXJ", - "iata_code": "YXJ", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_St._John_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-120.736439, 56.246035] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "North Bay/Jack Garland", - "abbrev": "YYB", - "location": "approximate", - "gps_code": "CYYB", - "iata_code": "YYB", - "wikipedia": "http://en.wikipedia.org/wiki/North_Bay/Jack_Garland_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.42491, 46.358711] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Zaria", - "abbrev": "ZAR", - "location": "ramp", - "gps_code": "DNZA", - "iata_code": "ZAR", - "wikipedia": "http://en.wikipedia.org/wiki/Zaria_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.68726764310577, 11.1352958601071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Skopje", - "abbrev": "SKP", - "location": "terminal", - "gps_code": "LWSK", - "iata_code": "SKP", - "wikipedia": "http://en.wikipedia.org/wiki/Skopje_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [21.6281971858229, 41.9564546081544] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Burnpur", - "abbrev": "VE23", - "location": "runway", - "gps_code": "VE23", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Burnpur_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [86.974546776573, 23.6312179107764] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hindon Air Force Station", - "abbrev": "VIDX", - "location": "runway", - "gps_code": "VIDX", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Hindon_Air_Force_Station", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.3507888779117, 28.7077968601071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Sunchon", - "abbrev": null, - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Sunchon_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.890825057486, 39.4119659710565] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lodz Wladyslaw Reymont", - "abbrev": "EPLL", - "location": "terminal", - "gps_code": "EPLL", - "iata_code": "LCJ", - "wikipedia": "http://en.wikipedia.org/wiki/%C5%81%C3%B3d%C5%BA_W%C5%82adys%C5%82aw_Reymont_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.4032148744037, 51.72720704517] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid and military", - "name": "Alma Ata N.W.", - "abbrev": "BXJ", - "location": "ramp", - "gps_code": "UAAR", - "iata_code": "BXJ", - "wikipedia": null, - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.8782640096648, 43.3554190837919] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Jiamusi Dongjiao", - "abbrev": "JMU", - "location": "ramp", - "gps_code": "ZYJM", - "iata_code": "JMU", - "wikipedia": "http://en.wikipedia.org/wiki/Jiamusi_Dongjiao_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [130.456204704407, 46.8430150223379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Mudanjiang Hailang", - "abbrev": "MDG", - "location": "ramp", - "gps_code": "ZYMD", - "iata_code": "MDG", - "wikipedia": "http://en.wikipedia.org/wiki/Mudanjiang_Hailang_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [129.58015153222, 44.5342936299935] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military major", - "name": "Severomorsk-3 (Murmansk N.E.)", - "abbrev": "ULMM", - "location": "runway", - "gps_code": "ULMM", - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Severomorsk-3", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.2903527616285, 69.0168711826804] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mosul Int'l", - "abbrev": "OSB", - "location": "runway", - "gps_code": "ORBM", - "iata_code": "OSB", - "wikipedia": "http://en.wikipedia.org/wiki/Mosul_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.145802, 36.308601] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Rostov N.", - "abbrev": null, - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": null, - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.6353996343665, 47.2774209202867] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rostov S.W.", - "abbrev": null, - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": null, - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.7972215345149, 47.1158577255835] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Oulu", - "abbrev": "OUL", - "location": "terminal", - "gps_code": "EFOU", - "iata_code": "OUL", - "wikipedia": "http://en.wikipedia.org/wiki/Oulu_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.3728374704307, 64.9287992358849] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Bordeaux", - "abbrev": "BOD", - "location": "terminal", - "gps_code": "LFBD", - "iata_code": "BOD", - "wikipedia": "http://en.wikipedia.org/wiki/Bordeaux_-_M%C3%A9rignac_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.701793449075243, 44.8321108662674] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Mandelieu", - "abbrev": "CEQ", - "location": "terminal", - "gps_code": "LFMD", - "iata_code": "CEQ", - "wikipedia": "http://en.wikipedia.org/wiki/Cannes_%E2%80%93_Mandelieu_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.95431612028937, 43.546097987045] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "St Gatien", - "abbrev": "DOL", - "location": "ramp", - "gps_code": "LFRG", - "iata_code": "DOL", - "wikipedia": "http://en.wikipedia.org/wiki/Deauville_-_Saint-Gatien_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [0.158653528230218, 49.3616609986609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Lille-Lesquin", - "abbrev": "LIL", - "location": "terminal", - "gps_code": "LFQQ", - "iata_code": "LIL", - "wikipedia": "http://en.wikipedia.org/wiki/Lille_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.10596499799814, 50.5716423929581] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Toulouse-Blagnac", - "abbrev": "TLS", - "location": "terminal", - "gps_code": "LFBO", - "iata_code": "TLS", - "wikipedia": "http://en.wikipedia.org/wiki/Toulouse-Blagnac_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [1.37350918551153, 43.6304625661601] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Fukuoka", - "abbrev": "FUK", - "location": "terminal", - "gps_code": "RJFF", - "iata_code": "FUK", - "wikipedia": "http://en.wikipedia.org/wiki/Fukuoka_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [130.444189541884, 33.5848164332573] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Hiroshima-Nishi", - "abbrev": "HIW", - "location": "terminal", - "gps_code": "RJBH", - "iata_code": "HIW", - "wikipedia": "http://en.wikipedia.org/wiki/Hiroshima-Nishi_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [132.419372741681, 34.3713815628829] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Nagoya", - "abbrev": "NKM", - "location": "terminal", - "gps_code": "RJNA", - "iata_code": "NKM", - "wikipedia": "http://en.wikipedia.org/wiki/Nagoya_Airfield", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [136.91962838414, 35.2540532052867] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sendai", - "abbrev": "SDJ", - "location": "terminal", - "gps_code": "RJSS", - "iata_code": "SDJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sendai_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [140.930247381369, 38.1382075615287] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kirkenes Hoybuktmoen", - "abbrev": "KKN", - "location": "terminal", - "gps_code": "ENKR", - "iata_code": "KKN", - "wikipedia": "http://en.wikipedia.org/wiki/Kirkenes_Airport%2C_H%C3%B8ybuktmoen", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.8913489500406, 69.7238318113692] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Marechal Rondon Int'l", - "abbrev": "CGB", - "location": "terminal", - "gps_code": "SBCY", - "iata_code": "CGB", - "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Rondon_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-56.1201774754724, -15.6511470191955] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Hercilio Luz Int'l", - "abbrev": "FLN", - "location": "terminal", - "gps_code": "SBFL", - "iata_code": "FLN", - "wikipedia": "http://en.wikipedia.org/wiki/Herc%C3%ADlio_Luz_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-48.5448122049599, -27.6646276941638] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Joinville-Lauro C. de Loyola", - "abbrev": "JOI", - "location": "terminal", - "gps_code": "SBJV", - "iata_code": "JOI", - "wikipedia": "http://en.wikipedia.org/wiki/Joinville-Lauro_Carneiro_de_Loyola_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-48.8016498165616, -26.2242941374785] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Presidente Castro Pinto Int'l", - "abbrev": "JPA", - "location": "terminal", - "gps_code": "SBJP", - "iata_code": "JPA", - "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Castro_Pinto_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-34.9488925911125, -7.14617462402047] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Augusto Severo Int'l", - "abbrev": "NAT", - "location": "terminal", - "gps_code": "SJJQ", - "iata_code": "NAT", - "wikipedia": "http://en.wikipedia.org/wiki/Augusto_Severo_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-35.2488410165389, -5.89912054477116] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Francisco Sa Carneiro", - "abbrev": "OPO", - "location": "terminal", - "gps_code": "LPPR", - "iata_code": "OPO", - "wikipedia": "http://en.wikipedia.org/wiki/Francisco_S%C3%A1_Carneiro_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.67127240719647, 41.2368708920452] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Marechal Cunha Machado Int'l", - "abbrev": "SLZ", - "location": "terminal", - "gps_code": "SBSL", - "iata_code": "SLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Cunha_Machado_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-44.2362344700492, -2.58350921043019] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military mid", - "name": "Santos Air Force Base", - "abbrev": "SSZ", - "location": "ramp", - "gps_code": "SBST", - "iata_code": "SSZ", - "wikipedia": "http://en.wikipedia.org/wiki/Santos_Air_Force_Base", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-46.3052704931003, -23.9237590410637] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Teresina-Senador Petronio Portella", - "abbrev": "THE", - "location": "terminal", - "gps_code": "SBTE", - "iata_code": "THE", - "wikipedia": "http://en.wikipedia.org/wiki/Teresina_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-42.8212402317845, -5.06346299167191] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Viracopos-Campinas Int'l", - "abbrev": "VCP", - "location": "terminal", - "gps_code": "SBKP", - "iata_code": "VCP", - "wikipedia": "http://en.wikipedia.org/wiki/Viracopos-Campinas_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-47.1410791911014, -23.0096239085339] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Eurico de Aguiar Salles", - "abbrev": "VIX", - "location": "ramp", - "gps_code": "SBVT", - "iata_code": "VIX", - "wikipedia": "http://en.wikipedia.org/wiki/Eurico_de_Aguiar_Salles_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-40.2885368759913, -20.2574162759419] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Alicante", - "abbrev": "ALC", - "location": "terminal", - "gps_code": "LEAL", - "iata_code": "ALC", - "wikipedia": "http://en.wikipedia.org/wiki/Alicante_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.557230440363588, 38.2866408993929] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Almeria", - "abbrev": "LEI", - "location": "terminal", - "gps_code": "LEAM", - "iata_code": "LEI", - "wikipedia": "http://en.wikipedia.org/wiki/Almer%C3%ADa_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.37160144059121, 36.8477672709643] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Valencia", - "abbrev": "VLC", - "location": "terminal", - "gps_code": "LEVC", - "iata_code": "VLC", - "wikipedia": "http://en.wikipedia.org/wiki/Valencia_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.473474930771676, 39.4914597884489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Kiruna_Airport", - "abbrev": "KRN", - "location": "terminal", - "gps_code": "ESNQ", - "iata_code": "KRN", - "wikipedia": "http://en.wikipedia.org/wiki/Kiruna_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.3351522954898, 67.8256066056432] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major", - "name": "Norrkoping Airport", - "abbrev": "NRK", - "location": "terminal", - "gps_code": "ESSP", - "iata_code": "NRK", - "wikipedia": "http://en.wikipedia.org/wiki/Norrk%C3%B6ping_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.2339407695814, 58.5833805017541] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Husein Sastranegara Int'l", - "abbrev": "BDO", - "location": "runway", - "gps_code": "WICC", - "iata_code": "BDO", - "wikipedia": "http://en.wikipedia.org/wiki/Husein_Sastranegara_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [107.575611852209, -6.90042408353409] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Rosario – Islas Malvinas Int'l", - "abbrev": "ROS", - "location": "terminal", - "gps_code": "SAAR", - "iata_code": "ROS", - "wikipedia": "http://en.wikipedia.org/wiki/Rosario_%E2%80%93_Islas_Malvinas_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.7800787216586, -32.9162269743812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Maceio/Zumbi dos Palmares Int'l", - "abbrev": "MCZ", - "location": "terminal", - "gps_code": "SBMO", - "iata_code": "MCZ", - "wikipedia": "http://en.wikipedia.org/wiki/Zumbi_dos_Palmares_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-35.7924951215833, -9.51494118540117] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Sharm el-Sheikh Int'l", - "abbrev": "SSH", - "location": "ramp", - "gps_code": "HESH", - "iata_code": "SSH", - "wikipedia": "http://en.wikipedia.org/wiki/Sharm_el-Sheikh_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.3901189267288, 27.9804044199168] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Taba Int'l", - "abbrev": "TCP", - "location": "terminal", - "gps_code": "HETB", - "iata_code": "TCP", - "wikipedia": "http://en.wikipedia.org/wiki/Taba_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.7758378996779, 29.5944990568019] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "major and military", - "name": "Agra", - "abbrev": "AGR", - "location": "runway", - "gps_code": "VIAG", - "iata_code": "AGR", - "wikipedia": "http://en.wikipedia.org/wiki/Agra_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.960909176509, 27.15772773475] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Vadodara", - "abbrev": "BDQ", - "location": "runway", - "gps_code": "VABO", - "iata_code": "BDQ", - "wikipedia": "http://en.wikipedia.org/wiki/Vadodara_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.2262889533239, 22.3361640021171] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Shahid Ashrafi Esfahani", - "abbrev": "KSH", - "location": "runway", - "gps_code": "OICC", - "iata_code": "KSH", - "wikipedia": "http://en.wikipedia.org/wiki/Shahid_Ashrafi_Esfahani_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.1565835165639, 34.3464167739108] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Benina Int'l", - "abbrev": "BEN", - "location": "ramp", - "gps_code": "HLLB", - "iata_code": "BEN", - "wikipedia": "http://en.wikipedia.org/wiki/Benina_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.2680398018516, 32.0872774606553] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "military major", - "name": "King Abdulaziz Ab", - "abbrev": "DHA", - "location": "ramp", - "gps_code": "OEDR", - "iata_code": "DHA", - "wikipedia": "http://en.wikipedia.org/wiki/Dhahran_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.1477245727844, 26.2703680854768] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "mid", - "name": "Nueva Hesperides Int'l", - "abbrev": "STY", - "location": "runway", - "gps_code": "SUSO", - "iata_code": "STY", - "wikipedia": "http://en.wikipedia.org/wiki/Nueva_Hesperides_International_Airport", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.9840821176492, -31.4373883387798] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "spaceport", - "name": "Baikonur Cosmodrome", - "abbrev": "BAIK", - "location": "approximate", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Baikonur_Cosmodrome", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [63.3073544238751, 45.9635739403124] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "spaceport", - "name": "Kennedy Space Center", - "abbrev": "KSC", - "location": "approximate", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_Space_Center", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.6369680911892, 28.5163704772027] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 8, - "type": "spaceport", - "name": "Centre Spatial Guyanais", - "abbrev": "CSG", - "location": "terminal", - "gps_code": null, - "iata_code": null, - "wikipedia": "http://en.wikipedia.org/wiki/Guiana_Space_Centre", - "natlscale": 10, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-52.7684296893452, 5.23941001258035] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Queen Beatrix Int'l", - "abbrev": "AUA", - "location": "terminal", - "gps_code": "TNCA", - "iata_code": "AUA", - "wikipedia": "http://en.wikipedia.org/wiki/Queen_Beatrix_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.0076228563496, 12.5034643630297] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Djibouti-Ambouli Int'l", - "abbrev": "JIB", - "location": "terminal", - "gps_code": "HDAM", - "iata_code": "JIB", - "wikipedia": "http://en.wikipedia.org/wiki/Djibouti-Ambouli_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.1497127859956, 11.5521018230172] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Diego Aracena Int'l", - "abbrev": "IQQ", - "location": "terminal", - "gps_code": "SCDA", - "iata_code": "IQQ", - "wikipedia": "http://en.wikipedia.org/wiki/Diego_Aracena_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.178635395533, -20.5478400878309] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Sabiha Gokcen Havaalani", - "abbrev": "SAW", - "location": "terminal", - "gps_code": "LTFJ", - "iata_code": "SAW", - "wikipedia": "http://en.wikipedia.org/wiki/Sabiha_G%C3%B6k%C3%A7en_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.3095991423889, 40.9043003553957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Kosrae Island", - "abbrev": "KSA", - "location": "ramp", - "gps_code": "PTSA", - "iata_code": "KSA", - "wikipedia": "http://en.wikipedia.org/wiki/Kosrae_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [162.957041225076, 5.3520098571828] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Funafuti Int'l", - "abbrev": "FUN", - "location": "ramp", - "gps_code": "NGFU", - "iata_code": "FUN", - "wikipedia": "http://en.wikipedia.org/wiki/Funafuti_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [179.19544202302, -8.52485415059424] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Dr. Babasaheb Ambedkar Int'l", - "abbrev": "NAG", - "location": "terminal", - "gps_code": "VANP", - "iata_code": "NAG", - "wikipedia": "http://en.wikipedia.org/wiki/Dr._Babasaheb_Ambedkar_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.0537976421986, 21.0899317630087] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Phuket Int'l", - "abbrev": "HKT", - "location": "terminal", - "gps_code": "VTSP", - "iata_code": "HKT", - "wikipedia": "http://en.wikipedia.org/wiki/Phuket_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [98.3060384900559, 8.10768475952735] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nadi Int'l", - "abbrev": "NAN", - "location": "terminal", - "gps_code": "NFFN", - "iata_code": "NAN", - "wikipedia": "http://en.wikipedia.org/wiki/Nadi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [177.451151198059, -17.7529129479792] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Lic. Jesus Teran Peredo Int'l", - "abbrev": "AGU", - "location": "terminal", - "gps_code": "MMAS", - "iata_code": "AGU", - "wikipedia": "http://en.wikipedia.org/wiki/Lic._Jes%C3%BAs_Ter%C3%A1n_Peredo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-102.314093740058, 21.7013390329207] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Albenga", - "abbrev": "ALL", - "location": "ramp", - "gps_code": "LIMG", - "iata_code": "ALL", - "wikipedia": "http://en.wikipedia.org/wiki/Villanova_d'Albenga_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.12314535436409, 44.0458773598158] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Queen Alia Int'l", - "abbrev": "AMM", - "location": "terminal", - "gps_code": "OJAI", - "iata_code": "AMM", - "wikipedia": "http://en.wikipedia.org/wiki/Queen_Alia_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.989707162193, 31.7226621600432] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Chacalluta Int'l", - "abbrev": "ARI", - "location": "terminal", - "gps_code": "SCAR", - "iata_code": "ARI", - "wikipedia": "http://en.wikipedia.org/wiki/Chacalluta_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.3357301410959, -18.3492061639579] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Atar Int'l", - "abbrev": "ATR", - "location": "terminal", - "gps_code": "GQPA", - "iata_code": "ATR", - "wikipedia": "http://en.wikipedia.org/wiki/Atar_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-13.0511704323315, 20.4982706101565] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Ernesto Cortissoz Int'l", - "abbrev": "BAQ", - "location": "terminal", - "gps_code": "SKBQ", - "iata_code": "BAQ", - "wikipedia": "http://en.wikipedia.org/wiki/Ernesto_Cortissoz_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.776555978265, 10.8866775959414] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Teniente Luis Candelaria Int'l", - "abbrev": "BRC", - "location": "terminal", - "gps_code": "SAZS", - "iata_code": "BRC", - "wikipedia": "http://en.wikipedia.org/wiki/San_Carlos_de_Bariloche_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.1614300869763, -41.1459976958105] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bouake", - "abbrev": "BYK", - "location": "terminal", - "gps_code": "DIBK", - "iata_code": "BYK", - "wikipedia": "http://en.wikipedia.org/wiki/Bouak%C3%A9_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-5.06894222275311, 7.73610495555032] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Philip S. W. Goldson Int'l", - "abbrev": "BZE", - "location": "terminal", - "gps_code": "MZBZ", - "iata_code": "BZE", - "wikipedia": "http://en.wikipedia.org/wiki/Philip_S._W._Goldson_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-88.3082064033075, 17.5360686575521] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Corpus Christi Int'l", - "abbrev": "CRP", - "location": "terminal", - "gps_code": "KCRP", - "iata_code": "CRP", - "wikipedia": "http://en.wikipedia.org/wiki/Corpus_Christi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.5022678710298, 27.7744560700823] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Hato Int'l", - "abbrev": "CUR", - "location": "terminal", - "gps_code": "TNCC", - "iata_code": "CUR", - "wikipedia": "http://en.wikipedia.org/wiki/Hato_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.9568788072761, 12.1848346052019] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Velazco Astete Int'l", - "abbrev": "CUZ", - "location": "terminal", - "gps_code": "SPZO", - "iata_code": "CUZ", - "wikipedia": "http://en.wikipedia.org/wiki/Alejandro_Velasco_Astete_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.9436641449722, -13.5382186992639] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Julius Nyerere Int'l", - "abbrev": "DAR", - "location": "terminal", - "gps_code": "HTDA", - "iata_code": "DAR", - "wikipedia": "http://en.wikipedia.org/wiki/Julius_Nyerere_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.2074715039165, -6.86672004249119] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Detroit City", - "abbrev": "DET", - "location": "terminal", - "gps_code": "KDET", - "iata_code": "DET", - "wikipedia": "http://en.wikipedia.org/wiki/Coleman_A._Young_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-83.0039681417733, 42.4090938431907] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Presidente Nicolau Lobato Int'l", - "abbrev": "DIL", - "location": "terminal", - "gps_code": "WPDL", - "iata_code": "DIL", - "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Nicolau_Lobato_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.524854209182, -8.54931157414564] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Moscow Domodedovo Int'l", - "abbrev": "DME", - "location": "terminal", - "gps_code": "UUDD", - "iata_code": "DME", - "wikipedia": "http://en.wikipedia.org/wiki/Domodedovo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.9002531289452, 55.4141528223023] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Dunedin Int'l", - "abbrev": "DUD", - "location": "terminal", - "gps_code": "NZDN", - "iata_code": "DUD", - "wikipedia": "http://en.wikipedia.org/wiki/Dunedin_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [170.200027, -45.923431] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Dzaoudzi Pamanzi Int'l", - "abbrev": "DZA", - "location": "terminal", - "gps_code": "FMCZ", - "iata_code": "DZA", - "wikipedia": "http://en.wikipedia.org/wiki/Dzaoudzi_Pamandzi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [45.2817864197899, -12.8049474381643] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "El Paso Int'l", - "abbrev": "ELP", - "location": "terminal", - "gps_code": "KELP", - "iata_code": "ELP", - "wikipedia": "http://en.wikipedia.org/wiki/El_Paso_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.395714679366, 31.7990860272589] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Zvartnots Int'l", - "abbrev": "EVN", - "location": "terminal", - "gps_code": "UDYZ", - "iata_code": "EVN", - "wikipedia": "http://en.wikipedia.org/wiki/Zvartnots_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.4000630536938, 40.1523679451884] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Fort Worth Meacham Field", - "abbrev": "FTW", - "location": "terminal", - "gps_code": "KFTW", - "iata_code": "FTW", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_Worth_Meacham_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.3551348561587, 32.8207529047972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "JAGS McCartney Int'l", - "abbrev": "GDT", - "location": "terminal", - "gps_code": "MBGT", - "iata_code": "GDT", - "wikipedia": "http://en.wikipedia.org/wiki/JAGS_McCartney_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.1461337448876, 21.4421237439063] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Scholes Int'l", - "abbrev": "GLS", - "location": "terminal", - "gps_code": "KGLS", - "iata_code": "GLS", - "wikipedia": "http://en.wikipedia.org/wiki/Scholes_International_Airport_at_Galveston", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.8554013876264, 29.2671239212096] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Goma Int'l", - "abbrev": "GOM", - "location": "terminal", - "gps_code": "FZNA", - "iata_code": "GOM", - "wikipedia": "http://en.wikipedia.org/wiki/Goma_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.2400534952228, -1.6583179500207] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Garoua Int'l", - "abbrev": "GOU", - "location": "terminal", - "gps_code": "FKKR", - "iata_code": "GOU", - "wikipedia": "http://en.wikipedia.org/wiki/Garoua_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.3724309377878, 9.33068867678854] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Antonio B. Won Pat Int'l", - "abbrev": "GUM", - "location": "terminal", - "gps_code": "PGUM", - "iata_code": "GUM", - "wikipedia": "http://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [144.805850357093, 13.4926462359465] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Gary/Chicago Int'l", - "abbrev": "GYY", - "location": "terminal", - "gps_code": "KGYY", - "iata_code": "GYY", - "wikipedia": "http://en.wikipedia.org/wiki/Gary/Chicago_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.4083596247406, 41.6177930015166] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Prince Said Ibrahim Int'l", - "abbrev": "HAH", - "location": "terminal", - "gps_code": "FMCH", - "iata_code": "HAH", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_Said_Ibrahim_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.2745612179616, -11.5366393829127] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Hobart Int'l", - "abbrev": "HBA", - "location": "terminal", - "gps_code": "YMHB", - "iata_code": "HBA", - "wikipedia": "http://en.wikipedia.org/wiki/Hobart_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [147.505996190408, -42.8376083694822] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Honiara Int'l", - "abbrev": "HIR", - "location": "terminal", - "gps_code": "AGGH", - "iata_code": "HIR", - "wikipedia": "http://en.wikipedia.org/wiki/Honiara_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [160.045855129925, -9.42757566400146] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Kiev Zhuliany Int'l", - "abbrev": "IEV", - "location": "terminal", - "gps_code": "UKKK", - "iata_code": "IEV", - "wikipedia": "http://en.wikipedia.org/wiki/Kiev_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.4451305182104, 50.412808165985] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Irkutsk S.E.", - "abbrev": "IKT", - "location": "terminal", - "gps_code": "UIII", - "iata_code": "IKT", - "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.355859748002, 52.2728893882244] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Indianapolis Int'l", - "abbrev": "IND", - "location": "terminal", - "gps_code": "KIND", - "iata_code": "IND", - "wikipedia": "http://en.wikipedia.org/wiki/Indianapolis_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.2734003650886, 39.7302043703969] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nauru Int'l", - "abbrev": "INU", - "location": "runway", - "gps_code": "ANYN", - "iata_code": "INU", - "wikipedia": "http://en.wikipedia.org/wiki/Nauru_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [166.91613965882, -0.545037226856384] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Mataveri Int'l", - "abbrev": "IPC", - "location": "terminal", - "gps_code": "SCIP", - "iata_code": "IPC", - "wikipedia": "http://en.wikipedia.org/wiki/Mataveri_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-109.43006441001, -27.1587738388538] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Gob. Horacio Guzman Int'l", - "abbrev": "JUJ", - "location": "terminal", - "gps_code": "SASJ", - "iata_code": "JUJ", - "wikipedia": "http://en.wikipedia.org/wiki/Gobernador_Horacio_Guzm%C3%A1n_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.0937665458812, -24.3861010775846] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nanchang Changbei Int'l", - "abbrev": "KHN", - "location": "terminal", - "gps_code": "ZSCN", - "iata_code": "KHN", - "wikipedia": "http://en.wikipedia.org/wiki/Nanchang_Changbei_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [115.911979918602, 28.8624891200666] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Kunming Wujiaba Int'l", - "abbrev": "KMG", - "location": "terminal", - "gps_code": "ZPPP", - "iata_code": "KMG", - "wikipedia": "http://en.wikipedia.org/wiki/Kunming_Wujiaba_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [102.742117578823, 24.999996110081] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Leeds Bradford", - "abbrev": "LBA", - "location": "terminal", - "gps_code": "EGNM", - "iata_code": "LBA", - "wikipedia": "http://en.wikipedia.org/wiki/Leeds_Bradford_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.65983106734746, 53.8690819474434] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Libreville Leon M'ba Int'l", - "abbrev": "LBV", - "location": "terminal", - "gps_code": "FOOL", - "iata_code": "LBV", - "wikipedia": "http://en.wikipedia.org/wiki/Libreville_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.41022337820712, 0.457139229503759] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Lome Tokoin", - "abbrev": "LFW", - "location": "terminal", - "gps_code": "DXXX", - "iata_code": "LFW", - "wikipedia": "http://en.wikipedia.org/wiki/Lom%C3%A9-Tokoin_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [1.25093205640014, 6.16687362722297] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Lviv Danylo Halytskyi Int'l", - "abbrev": "LWO", - "location": "runway", - "gps_code": "UKLL", - "iata_code": "LWO", - "wikipedia": "http://en.wikipedia.org/wiki/Lviv_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.9461269598944, 49.8178506050005] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Marshall Islands Int'l", - "abbrev": "MAJ", - "location": "terminal", - "gps_code": "PKMJ", - "iata_code": "MAJ", - "wikipedia": "http://en.wikipedia.org/wiki/Marshall_Islands_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [171.281919370648, 7.06811848557091] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Macau Int'l", - "abbrev": "MFM", - "location": "terminal", - "gps_code": "VMMC", - "iata_code": "MFM", - "wikipedia": "http://en.wikipedia.org/wiki/Macau_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.57451294862, 22.1576572529634] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Aden Adde Int'l", - "abbrev": "MGQ", - "location": "runway", - "gps_code": "HCMM", - "iata_code": "MGQ", - "wikipedia": "http://en.wikipedia.org/wiki/Aden_Adde_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [45.3036374186202, 2.01635311214988] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Maputo Int'l", - "abbrev": "MPM", - "location": "terminal", - "gps_code": "FQMA", - "iata_code": "MPM", - "wikipedia": "http://en.wikipedia.org/wiki/Maputo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.5741915194782, -25.924276711787] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Sir Seewoosagur Ramgoolam Int'l", - "abbrev": "MRU", - "location": "terminal", - "gps_code": "FIMP", - "iata_code": "MRU", - "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seewoosagur_Ramgoolam_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [57.6769860076636, -20.4317567793216] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Naples Int'l", - "abbrev": "NAP", - "location": "terminal", - "gps_code": "LIRN", - "iata_code": "NAP", - "wikipedia": "http://en.wikipedia.org/wiki/Naples_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.2828444340203, 40.8780728843639] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nouadhibou Int'l", - "abbrev": "NDB", - "location": "ramp", - "gps_code": "GQPP", - "iata_code": "NDB", - "wikipedia": "http://en.wikipedia.org/wiki/Nouadhibou_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-17.0334398691538, 20.9290523064387] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Ningbo Lishe Int'l", - "abbrev": "NGB", - "location": "terminal", - "gps_code": "ZSNB", - "iata_code": "NGB", - "wikipedia": "http://en.wikipedia.org/wiki/Ningbo_Lishe_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.461819388484, 29.8208231906861] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Nouakchott Int'l", - "abbrev": "NKC", - "location": "terminal", - "gps_code": "GQNN", - "iata_code": "NKC", - "wikipedia": "http://en.wikipedia.org/wiki/Nouakchott_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-15.9519259252201, 18.0979231718175] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "La Tontouta Int'l", - "abbrev": "NOU", - "location": "terminal", - "gps_code": "NWWW", - "iata_code": "NOU", - "wikipedia": "http://en.wikipedia.org/wiki/La_Tontouta_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [166.217232118699, -22.0136386248981] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Oakland Int'l", - "abbrev": "OAK", - "location": "terminal", - "gps_code": "KOAK", - "iata_code": "OAK", - "wikipedia": "http://en.wikipedia.org/wiki/Oakland_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.213261257863, 37.7123036951691] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Ontario Int'l", - "abbrev": "ONT", - "location": "parking", - "gps_code": "KONT", - "iata_code": "ONT", - "wikipedia": "http://en.wikipedia.org/wiki/LA/Ontario_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.592327651651, 34.060191102066] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Cork", - "abbrev": "ORK", - "location": "terminal", - "gps_code": "EICK", - "iata_code": "ORK", - "wikipedia": "http://en.wikipedia.org/wiki/Cork_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.49014199983817, 51.8485405419924] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Minangkabau Int'l", - "abbrev": "PDG", - "location": "terminal", - "gps_code": "WIMG", - "iata_code": "PDG", - "wikipedia": "http://en.wikipedia.org/wiki/Minangkabau_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.285455851791, -0.786045714026273] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Joao Paulo II", - "abbrev": "PDL", - "location": "ramp", - "gps_code": "LPPD", - "iata_code": "PDL", - "wikipedia": "http://en.wikipedia.org/wiki/Jo%C3%A3o_Paulo_II_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-25.6969882198711, 37.7433316472933] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bacha Khan Int'l", - "abbrev": "PEW", - "location": "ramp", - "gps_code": "OPPS", - "iata_code": "PEW", - "wikipedia": "http://en.wikipedia.org/wiki/Peshawar_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [71.5188149912667, 33.9914027889596] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Glasgow Prestwick", - "abbrev": "PIK", - "location": "terminal", - "gps_code": "EGPK", - "iata_code": "PIK", - "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_Prestwick_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.61097163901068, 55.5088918105142] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Ponta Pora Int'l", - "abbrev": "PMG", - "location": "terminal", - "gps_code": "SBPP", - "iata_code": "PMG", - "wikipedia": "http://en.wikipedia.org/wiki/Ponta_Por%C3%A3_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-55.7060793748573, -22.551786560876] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Palmerston N. Int'l", - "abbrev": "PMR", - "location": "terminal", - "gps_code": "NZPM", - "iata_code": "PMR", - "wikipedia": "http://en.wikipedia.org/wiki/Palmerston_North_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [175.62128328196, -40.3233178852055] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Pohnpei Int'l", - "abbrev": "PNI", - "location": "terminal", - "gps_code": "PTPN", - "iata_code": "PNI", - "wikipedia": "http://en.wikipedia.org/wiki/Pohnpei_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [158.203304490964, 6.98130676512123] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Tahiti Faa'a Int'l", - "abbrev": "PPT", - "location": "terminal", - "gps_code": "NTAA", - "iata_code": "PPT", - "wikipedia": "http://en.wikipedia.org/wiki/Faa'a_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-149.609757932429, -17.5594577659943] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major and military", - "name": "Pisa Galileo Galilei Int'l", - "abbrev": "PSA", - "location": "terminal", - "gps_code": "LIRP", - "iata_code": "PSA", - "wikipedia": "http://en.wikipedia.org/wiki/Galileo_Galilei_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.4001343718056, 43.6983224157664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Port Sudan", - "abbrev": "PZU", - "location": "runway", - "gps_code": "HSSP", - "iata_code": "PZU", - "wikipedia": null, - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.216065757542, 19.5760636531968] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Praia Int'l", - "abbrev": "RAI", - "location": "terminal", - "gps_code": "GVNP", - "iata_code": "RAI", - "wikipedia": "http://en.wikipedia.org/wiki/Praia_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-23.4862019883587, 14.9449889352832] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Marrakech-Menara", - "abbrev": "RAK", - "location": "terminal", - "gps_code": "GMMX", - "iata_code": "RAK", - "wikipedia": "http://en.wikipedia.org/wiki/Menara_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-8.02460535907989, 31.6022946597764] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Rarotonga Int'l", - "abbrev": "RAR", - "location": "ramp", - "gps_code": "NCRG", - "iata_code": "RAR", - "wikipedia": "http://en.wikipedia.org/wiki/Rarotonga_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-159.798156308387, -21.2009821724632] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Siem Reap Int'l", - "abbrev": "REP", - "location": "terminal", - "gps_code": "VDSR", - "iata_code": "REP", - "wikipedia": "http://en.wikipedia.org/wiki/Angkor_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.815780528112, 13.4087969693538] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Hermes Quijada Int'l", - "abbrev": "RGA", - "location": "terminal", - "gps_code": "SAWE", - "iata_code": "RGA", - "wikipedia": "http://en.wikipedia.org/wiki/Hermes_Quijada_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-67.7530268462675, -53.7814746058316] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Piloto Civil Norberto Fernandez Int'l", - "abbrev": "RGL", - "location": "terminal", - "gps_code": "SAWG", - "iata_code": "RGL", - "wikipedia": "http://en.wikipedia.org/wiki/Piloto_Civil_Norberto_Fern%C3%A1ndez_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.3064711776731, -51.6116980855402] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Reno-Tahoe Int'l", - "abbrev": "RNO", - "location": "terminal", - "gps_code": "KRNO", - "iata_code": "RNO", - "wikipedia": "http://en.wikipedia.org/wiki/Reno-Tahoe_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-119.775283308105, 39.5058499014703] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Roman Tmetuchl Int'l", - "abbrev": "ROR", - "location": "terminal", - "gps_code": "PTRO", - "iata_code": "ROR", - "wikipedia": "http://en.wikipedia.org/wiki/Palau_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [134.532953466159, 7.3644955361292] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Amilcar Cabral Int'l", - "abbrev": "SID", - "location": "terminal", - "gps_code": "GVAC", - "iata_code": "SID", - "wikipedia": "http://en.wikipedia.org/wiki/Am%C3%ADlcar_Cabral_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-22.9440574079648, 16.7347932693385] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Sarajevo", - "abbrev": "SJJ", - "location": "terminal", - "gps_code": "LQSA", - "iata_code": "SJJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sarajevo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.3366185457127, 43.8258872246797] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Robert L. Bradshaw Int'l", - "abbrev": "SKB", - "location": "terminal", - "gps_code": "TKPK", - "iata_code": "SKB", - "wikipedia": "http://en.wikipedia.org/wiki/Robert_L._Bradshaw_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-62.7142125047316, 17.311125840442] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Martín Miguel de Güemes Int", - "abbrev": "SLA", - "location": "terminal", - "gps_code": "SASA", - "iata_code": "SLA", - "wikipedia": "http://en.wikipedia.org/wiki/Mart%C3%ADn_Miguel_de_G%C3%BCemes_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.4784760437796, -24.8443742713315] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Saipan Int'l", - "abbrev": "SPN", - "location": "terminal", - "gps_code": "PGSN", - "iata_code": "SPN", - "wikipedia": "http://en.wikipedia.org/wiki/Saipan_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [145.723694658638, 15.1215167197664] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Juana Azurduy de Padilla Int'l", - "abbrev": "SRE", - "location": "terminal", - "gps_code": "SLSU", - "iata_code": "SRE", - "wikipedia": "http://en.wikipedia.org/wiki/Juana_Azurduy_de_Padilla_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.2928631387847, -19.0139157924657] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Princess Juliana Int'l", - "abbrev": "SXM", - "location": "terminal", - "gps_code": "TNCM", - "iata_code": "SXM", - "wikipedia": "http://en.wikipedia.org/wiki/Princess_Juliana_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.1122760858602, 18.042244021474] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Ta'izz Int'l", - "abbrev": "TAI", - "location": "terminal", - "gps_code": "OYTZ", - "iata_code": "TAI", - "wikipedia": "http://en.wikipedia.org/wiki/Ta'izz_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.134782731062, 13.6854970025574] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Qingdao Liuting Int'l", - "abbrev": "TAO", - "location": "terminal", - "gps_code": "ZSQD", - "iata_code": "TAO", - "wikipedia": "http://en.wikipedia.org/wiki/Qingdao_Liuting_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.380685949061, 36.2677578081039] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Chuuk Int'l", - "abbrev": "TKK", - "location": "terminal", - "gps_code": "PTKK", - "iata_code": "TKK", - "wikipedia": "http://en.wikipedia.org/wiki/Chuuk_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [151.842046037403, 7.45761780288443] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Tangier Ibn Battouta", - "abbrev": "TNG", - "location": "terminal", - "gps_code": "GMTT", - "iata_code": "TNG", - "wikipedia": "http://en.wikipedia.org/wiki/Tangier_Ibn_Battouta_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-5.91288087655914, 35.7257656409274] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bonriki Int'l", - "abbrev": "TRW", - "location": "ramp", - "gps_code": "NGTA", - "iata_code": "TRW", - "wikipedia": "http://en.wikipedia.org/wiki/Bonriki_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [173.145990795301, 1.3806686975383] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Astana Int'l", - "abbrev": "TSE", - "location": "terminal", - "gps_code": "UACC", - "iata_code": "TSE", - "wikipedia": "http://en.wikipedia.org/wiki/Astana_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [71.4609441399936, 51.0269352907712] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Tianjin Binhai Int'l", - "abbrev": "TSN", - "location": "terminal", - "gps_code": "ZBTJ", - "iata_code": "TSN", - "wikipedia": "http://en.wikipedia.org/wiki/Tianjin_Binhai_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [117.352723159919, 39.1294609909008] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major and military", - "name": "Townsville", - "abbrev": "TSV", - "location": "terminal", - "gps_code": "YBTL", - "iata_code": "TSV", - "wikipedia": "http://en.wikipedia.org/wiki/Townsville_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [146.77067890477, -19.2561814376212] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Teniente Gen. Benjamin Matienzo Int'l", - "abbrev": "TUC", - "location": "terminal", - "gps_code": "SANT", - "iata_code": "TUC", - "wikipedia": "http://en.wikipedia.org/wiki/Benjam%C3%ADn_Matienzo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.1081246236248, -26.8357310050714] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Aeroport Tunis", - "abbrev": "TUN", - "location": "terminal", - "gps_code": "DTTA", - "iata_code": "TUN", - "wikipedia": "http://en.wikipedia.org/wiki/Tunis-Carthage_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.2176992447111, 36.8474482177219] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Tucson Int'l", - "abbrev": "TUS", - "location": "terminal", - "gps_code": "KTUS", - "iata_code": "TUS", - "wikipedia": "http://en.wikipedia.org/wiki/Tucson_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.937713232132, 32.1203523441898] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Chinggis Khaan Int'l", - "abbrev": "ULN", - "location": "terminal", - "gps_code": "ZMUB", - "iata_code": "ULN", - "wikipedia": "http://en.wikipedia.org/wiki/Chinggis_Khaan_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.762873994929, 47.8525260966684] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Urumqi Diwopu Int'l", - "abbrev": "URC", - "location": "terminal", - "gps_code": "ZWWW", - "iata_code": "URC", - "wikipedia": "http://en.wikipedia.org/wiki/%C3%9Cr%C3%BCmqi_Diwopu_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [87.4671298487808, 43.8983382193653] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bauerfield Int'l", - "abbrev": "VLI", - "location": "terminal", - "gps_code": "NVVV", - "iata_code": "VLI", - "wikipedia": "http://en.wikipedia.org/wiki/Bauerfield_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [168.319622739662, -17.7016990681781] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Wewak Int'l", - "abbrev": "WWK", - "location": "terminal", - "gps_code": "AYWK", - "iata_code": "WWK", - "wikipedia": "http://en.wikipedia.org/wiki/Wewak_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [143.669102299698, -3.58022689444744] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "military mid", - "name": "Chalons Vatry", - "abbrev": "XCR", - "location": "terminal", - "gps_code": "LFOK", - "iata_code": "XCR", - "wikipedia": "http://en.wikipedia.org/wiki/Ch%C3%A2lons_Vatry_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.19111982574289, 48.7803946138566] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Xiamen Gaoqi Int'l", - "abbrev": "XMN", - "location": "terminal", - "gps_code": "ZSAM", - "iata_code": "XMN", - "wikipedia": "http://en.wikipedia.org/wiki/Xiamen_Gaoqi_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [118.12696884672, 24.537192570557] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Yap Int'l", - "abbrev": "YAP", - "location": "terminal", - "gps_code": "PTYA", - "iata_code": "YAP", - "wikipedia": "http://en.wikipedia.org/wiki/Yap_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [138.086430283619, 9.49791733361348] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Playa de Oro Int'l", - "abbrev": "ZLO", - "location": "terminal", - "gps_code": "MMZO", - "iata_code": "ZLO", - "wikipedia": "http://en.wikipedia.org/wiki/Playa_de_Oro_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.560095200097, 19.1480860285854] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Cayenne – Rochambeau", - "abbrev": "CAY", - "location": "terminal", - "gps_code": "SOCA", - "iata_code": "CAY", - "wikipedia": "http://en.wikipedia.org/wiki/Cayenne-Rochambeau_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-52.3638068572357, 4.82126714308924] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Irkutsk N.W.", - "abbrev": "UIII", - "location": "ramp", - "gps_code": "UIIR", - "iata_code": "UIIR", - "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Northwest_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.197359284494, 52.3616476700132] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Shijiazhuang Zhengding Int'l", - "abbrev": "SJW", - "location": "terminal", - "gps_code": "ZBSJ", - "iata_code": "SJW", - "wikipedia": "http://en.wikipedia.org/wiki/Shijiazhuang_Zhengding_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [114.692266598902, 38.278140913112] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Heydar Aliyev Int'l", - "abbrev": "GYD", - "location": "terminal", - "gps_code": "UBBB", - "iata_code": "GYD", - "wikipedia": "http://en.wikipedia.org/wiki/Heydar_Aliyev_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.0498394867405, 40.462746883908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "military mid", - "name": "Lakatamia Airbase", - "abbrev": "LAK", - "location": "ramp", - "gps_code": "LCRO", - "iata_code": "LAK", - "wikipedia": "http://en.wikipedia.org/wiki/List_of_airports_in_Cyprus", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.322201334899, 35.1063448067362] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Cabo Frio Int'l", - "abbrev": "CFB", - "location": "terminal", - "gps_code": "SBCB", - "iata_code": "CFB", - "wikipedia": "http://en.wikipedia.org/wiki/Cabo_Frio_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-42.0792517520184, -22.9256317091328] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Helsinki-Malmi", - "abbrev": "HEM", - "location": "terminal", - "gps_code": "EFHF", - "iata_code": "HEM", - "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Malmi_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.0455353698315, 60.2493778499587] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Luxembourg-Findel", - "abbrev": "LUX", - "location": "terminal", - "gps_code": "ELLX", - "iata_code": "LUX", - "wikipedia": "http://en.wikipedia.org/wiki/Luxembourg-Findel_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.21642121728731, 49.6343040925102] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Venice Marco Polo", - "abbrev": "VCE", - "location": "terminal", - "gps_code": "LIPZ", - "iata_code": "VCE", - "wikipedia": "http://en.wikipedia.org/wiki/Marco_Polo_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.3410673004369, 45.5048477588455] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Yangyang Int'l", - "abbrev": "YNY", - "location": "terminal", - "gps_code": "RKNY", - "iata_code": "YNY", - "wikipedia": "http://en.wikipedia.org/wiki/Yangyang_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [128.66298866884, 38.0587824162585] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Tabatinga Int'l", - "abbrev": "TBT", - "location": "terminal", - "gps_code": "SBTT", - "iata_code": "TBT", - "wikipedia": "http://en.wikipedia.org/wiki/Tabatinga_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.939473933909, -4.25032469493379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Boa Vista Int'l", - "abbrev": "BVB", - "location": "terminal", - "gps_code": "SBBV", - "iata_code": "BVB", - "wikipedia": "http://en.wikipedia.org/wiki/Boa_Vista_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.6922206338682, 2.84119534121157] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Gran Canaria", - "abbrev": "LPA", - "location": "terminal", - "gps_code": "GCLP", - "iata_code": "LPA", - "wikipedia": "http://en.wikipedia.org/wiki/Gran_Canaria_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-15.3899245158461, 27.9368899716574] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Com. Armando Tola Int'l", - "abbrev": "ING", - "location": "terminal", - "gps_code": "SAWA", - "iata_code": "ING", - "wikipedia": "http://en.wikipedia.org/wiki/Comandante_Armando_Tola_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-72.0538569101296, -50.2839008690038] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Stockholm-Skavsta", - "abbrev": "NYO", - "location": "terminal", - "gps_code": "ESKN", - "iata_code": "NYO", - "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Skavsta_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.9216055584254, 58.7851041303448] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Polonia Int'l", - "abbrev": "MES", - "location": "terminal", - "gps_code": "WIMM", - "iata_code": "MES", - "wikipedia": "http://en.wikipedia.org/wiki/Polonia_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [98.6761925714641, 3.56659179990894] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Bangui M'Poko Int'l", - "abbrev": "BGF", - "location": "terminal", - "gps_code": "FEFF", - "iata_code": "BGF", - "wikipedia": "http://en.wikipedia.org/wiki/Bangui_M'Poko_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.524123630208, 4.39885153695957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Hangzhou Xiaoshan Int'l", - "abbrev": "HGH", - "location": "terminal", - "gps_code": "ZSHC", - "iata_code": "HGH", - "wikipedia": "http://en.wikipedia.org/wiki/Hangzhou_Xiaoshan_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.432097376313, 30.2351862790414] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Cassidy Int'l", - "abbrev": "CXI", - "location": "runway", - "gps_code": "PLCH", - "iata_code": "CXI", - "wikipedia": "http://en.wikipedia.org/wiki/Cassidy_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-157.34977789343, 1.98616119792402] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Siauliai Int'l", - "abbrev": "SQQ", - "location": "runway", - "gps_code": "EYSA", - "iata_code": "SQQ", - "wikipedia": "http://en.wikipedia.org/wiki/%C5%A0iauliai_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.3831885738691, 55.90376945404] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Niue Int'l", - "abbrev": "IUE", - "location": "terminal", - "gps_code": "NIUE", - "iata_code": "IUE", - "wikipedia": "http://en.wikipedia.org/wiki/Niue_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-169.926129774217, -19.0767129354511] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Guarani Int'l", - "abbrev": "AGT", - "location": "terminal", - "gps_code": "SGES", - "iata_code": "AGT", - "wikipedia": "http://en.wikipedia.org/wiki/Guarani_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.8393995296062, -25.4568570715812] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid", - "name": "Rodriguez Ballon Int'l", - "abbrev": "AQP", - "location": "terminal", - "gps_code": "SPQU", - "iata_code": "AQP", - "wikipedia": "http://en.wikipedia.org/wiki/Rodriguez_Ballon_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.5679335385285, -16.344552065352] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "mid and military", - "name": "Vladivostok Int'l", - "abbrev": "VVO", - "location": "terminal", - "gps_code": "UHWW", - "iata_code": "VVO", - "wikipedia": "http://en.wikipedia.org/wiki/Vladivostok_International_Airport", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [132.139841720715, 43.3776492533885] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 7, - "type": "major", - "name": "Pristina", - "abbrev": "PRN", - "location": "ramp", - "gps_code": "BKPR", - "iata_code": "PRN", - "wikipedia": "http://en.wikipedia.org/wiki/Pristina_International_Airport_Adem_Jashari", - "natlscale": 15, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [21.0302690124746, 42.5850331153448] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Deurne", - "abbrev": "ANR", - "location": "terminal", - "gps_code": "EBAW", - "iata_code": "ANR", - "wikipedia": "http://en.wikipedia.org/wiki/Antwerp_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.45092277399909, 51.1891285063806] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Marquez de Leon Int'l", - "abbrev": "LAP", - "location": "terminal", - "gps_code": "MMLP", - "iata_code": "LAP", - "wikipedia": "http://en.wikipedia.org/wiki/Manuel_M%C3%A1rquez_de_Le%C3%B3n_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.367197859809, 24.0760903521803] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Harbin Taiping", - "abbrev": "HRB", - "location": "terminal", - "gps_code": "ZYHB", - "iata_code": "HRB", - "wikipedia": "http://en.wikipedia.org/wiki/Harbin_Taiping_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.236983030863, 45.6206011723245] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Trivandrum Int'l", - "abbrev": "TRV", - "location": "terminal", - "gps_code": "VOTV", - "iata_code": "TRV", - "wikipedia": "http://en.wikipedia.org/wiki/Trivandrum_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.9189025612913, 8.47650993894514] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Adnan Menderes", - "abbrev": "ADB", - "location": "terminal", - "gps_code": "LTBJ", - "iata_code": "ADB", - "wikipedia": "http://en.wikipedia.org/wiki/Adnan_Menderes_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.1492975952664, 38.2912347645175] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Nanjing Lukou Int'l", - "abbrev": "NKG", - "location": "terminal", - "gps_code": "ZSNJ", - "iata_code": "NKG", - "wikipedia": "http://en.wikipedia.org/wiki/Nanjing_Lukou_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [118.866102146906, 31.7353249296177] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Freeport Int'l", - "abbrev": "FPO", - "location": "terminal", - "gps_code": "MYGF", - "iata_code": "FPO", - "wikipedia": "http://en.wikipedia.org/wiki/Grand_Bahama_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.7039343114497, 26.548246747189] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Tripoli Int'l", - "abbrev": "TIP", - "location": "terminal", - "gps_code": "HLLT", - "iata_code": "TIP", - "wikipedia": "http://en.wikipedia.org/wiki/Tripoli_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.1442589810713, 32.6691695504993] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gander Int'l", - "abbrev": "YQX", - "location": "terminal", - "gps_code": "CYQX", - "iata_code": "YQX", - "wikipedia": "http://en.wikipedia.org/wiki/Gander_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.5755719093578, 48.9465980060736] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major and military", - "name": "Doha Int'l", - "abbrev": "DOH", - "location": "terminal", - "gps_code": "OTBD", - "iata_code": "DOH", - "wikipedia": "http://en.wikipedia.org/wiki/Doha_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [51.5585487876547, 25.2682461310506] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Albuquerque Int'l", - "abbrev": "ABQ", - "location": "terminal", - "gps_code": "KABQ", - "iata_code": "ABQ", - "wikipedia": "http://en.wikipedia.org/wiki/Albuquerque_International_Sunport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.6166851616, 35.0491578018277] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "V.C. Bird Int'l", - "abbrev": "ANU", - "location": "terminal", - "gps_code": "TAPA", - "iata_code": "ANU", - "wikipedia": "http://en.wikipedia.org/wiki/VC_Bird_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-61.7923676698358, 17.1403599371617] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Faleolo", - "abbrev": "APW", - "location": "terminal", - "gps_code": "NSFA", - "iata_code": "APW", - "wikipedia": "http://en.wikipedia.org/wiki/Faleolo_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-171.99732221834, -13.8325013323956] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Asyut", - "abbrev": "ATZ", - "location": "terminal", - "gps_code": "HEAT", - "iata_code": "ATZ", - "wikipedia": "http://en.wikipedia.org/wiki/Assiut_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [31.0162490438011, 27.0508158406978] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Bahrain Int'l", - "abbrev": "BAH", - "location": "terminal", - "gps_code": "OBBI", - "iata_code": "BAH", - "wikipedia": "http://en.wikipedia.org/wiki/Bahrain_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.6260028757534, 26.2696971499497] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Bradley Int'l", - "abbrev": "BDL", - "location": "terminal", - "gps_code": "KBDL", - "iata_code": "BDL", - "wikipedia": "http://en.wikipedia.org/wiki/Bradley_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-72.685394743339, 41.9303160058352] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Grantley Adams Int'l", - "abbrev": "BGI", - "location": "terminal", - "gps_code": "TBPB", - "iata_code": "BGI", - "wikipedia": "http://en.wikipedia.org/wiki/Grantley_Adams_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-59.4874188953159, 13.079661104553] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Yundum Int'l", - "abbrev": "BJL", - "location": "terminal", - "gps_code": "GBYD", - "iata_code": "BJL", - "wikipedia": "http://en.wikipedia.org/wiki/Banjul_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-16.6523132698075, 13.3438604788942] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bujumbura Int'l", - "abbrev": "BJM", - "location": "terminal", - "gps_code": "HBBA", - "iata_code": "BJM", - "wikipedia": "http://en.wikipedia.org/wiki/Bujumbura_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.3209840169939, -3.32204434913113] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Chileka Int'l", - "abbrev": "BLZ", - "location": "terminal", - "gps_code": "FWCL", - "iata_code": "BLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Chileka_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.9719441837933, -15.6813844793273] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Broome Int'l", - "abbrev": "BME", - "location": "terminal", - "gps_code": "YBRM", - "iata_code": "BME", - "wikipedia": "http://en.wikipedia.org/wiki/Broome_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [122.233850515022, -17.952576129268] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bandar Abbass Int'l", - "abbrev": "BND", - "location": "terminal", - "gps_code": "OIKB", - "iata_code": "BND", - "wikipedia": "http://en.wikipedia.org/wiki/Bandar_Abbas_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [56.368886456411, 27.2103258455145] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Basrah Int'l", - "abbrev": "BSR", - "location": "terminal", - "gps_code": "ORMM", - "iata_code": "BSR", - "wikipedia": "http://en.wikipedia.org/wiki/Basra_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.6683766633518, 30.552799016106] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Ciudad Juarez Int'l", - "abbrev": "CJS", - "location": "terminal", - "gps_code": "MMCS", - "iata_code": "CJS", - "wikipedia": "http://en.wikipedia.org/wiki/Abraham_Gonz%C3%A1lez_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.435846631055, 31.6357566201951] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Katunayake Int'l", - "abbrev": "CMB", - "location": "terminal", - "gps_code": "VCBI", - "iata_code": "CMB", - "wikipedia": "http://en.wikipedia.org/wiki/Bandaranaike_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.8852573421506, 7.17807710544221] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Cairns Int'l", - "abbrev": "CNS", - "location": "terminal", - "gps_code": "YBCS", - "iata_code": "CNS", - "wikipedia": "http://en.wikipedia.org/wiki/Cairns_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [145.7535848444, -16.8767421554062] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Chiang Mai Int'l", - "abbrev": "CNX", - "location": "terminal", - "gps_code": "VTCC", - "iata_code": "CNX", - "wikipedia": "http://en.wikipedia.org/wiki/Chiang_Mai_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [98.9681181241593, 18.7688473919675] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "City of Colorado Springs", - "abbrev": "COS", - "location": "terminal", - "gps_code": "KCOS", - "iata_code": "COS", - "wikipedia": "http://en.wikipedia.org/wiki/Colorado_Springs_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.700880274111, 38.7974248779125] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Ign. Alberto Ongay Int'l", - "abbrev": "CPE", - "location": "terminal", - "gps_code": "MMCP", - "iata_code": "CPE", - "wikipedia": "http://en.wikipedia.org/wiki/Ing._Alberto_Acu%C3%B1a_Ongay_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.5036283734038, 19.8142247992074] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Changsha Huanghua Int'l", - "abbrev": "CSX", - "location": "terminal", - "gps_code": "ZGHA", - "iata_code": "CSX", - "wikipedia": "http://en.wikipedia.org/wiki/Changsha_airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.214054203252, 28.1899218619451] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Greater Cincinnati Int'l", - "abbrev": "CVG", - "location": "terminal", - "gps_code": "KCVG", - "iata_code": "CVG", - "wikipedia": "http://en.wikipedia.org/wiki/Cincinnati/Northern_Kentucky_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.6561699153392, 39.055418904783] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Da Nang", - "abbrev": "DAD", - "location": "terminal", - "gps_code": "VVDN", - "iata_code": "DAD", - "wikipedia": "http://en.wikipedia.org/wiki/Da_Nang_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [108.202706257936, 16.053144145167] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Dallas Love Field", - "abbrev": "DAL", - "location": "terminal", - "gps_code": "KDAL", - "iata_code": "DAL", - "wikipedia": "http://en.wikipedia.org/wiki/Dallas_Love_Field", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.84986377098, 32.8444253732738] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Damascus Int'l", - "abbrev": "DAM", - "location": "terminal", - "gps_code": "OSDI", - "iata_code": "DAM", - "wikipedia": "http://en.wikipedia.org/wiki/Damascus_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [36.5128954718126, 33.4114366702732] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Enrique Malek Int'l", - "abbrev": "DAV", - "location": "terminal", - "gps_code": "MPDA", - "iata_code": "DAV", - "wikipedia": "http://en.wikipedia.org/wiki/Enrique_Malek_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.4317583369387, 8.39126106116918] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Aba Tenna D. Yilma Int'l", - "abbrev": "DIR", - "location": "terminal", - "gps_code": "HADR", - "iata_code": "DIR", - "wikipedia": "http://en.wikipedia.org/wiki/Aba_Tenna_Dejazmach_Yilma_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [41.857756722253, 9.61267784753569] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Bali Int'l", - "abbrev": "DPS", - "location": "terminal", - "gps_code": "WADD", - "iata_code": "DPS", - "wikipedia": "http://en.wikipedia.org/wiki/Ngurah_Rai_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [115.162322961107, -8.74475731595652] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Des Moines Int'l", - "abbrev": "DSM", - "location": "terminal", - "gps_code": "KDSM", - "iata_code": "DSM", - "wikipedia": "http://en.wikipedia.org/wiki/Des_Moines_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.6484612563736, 41.5327904242113] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Entebbe Int'l", - "abbrev": "EBB", - "location": "terminal", - "gps_code": "HUEN", - "iata_code": "EBB", - "wikipedia": "http://en.wikipedia.org/wiki/Entebbe_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.4427573135214, 0.044940949388672] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kisangani Bangoka Int'l", - "abbrev": "FKI", - "location": "terminal", - "gps_code": "FZIC", - "iata_code": "FKI", - "wikipedia": "http://en.wikipedia.org/wiki/Bangoka_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.3302714896212, 0.492225136917501] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Fuzhou Changle Int'l", - "abbrev": "FOC", - "location": "terminal", - "gps_code": "ZSFZ", - "iata_code": "FOC", - "wikipedia": "http://en.wikipedia.org/wiki/Fuzhou_Changle_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [119.668043820999, 25.9318233148143] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Lokpriya G. Bordoloi Int'l", - "abbrev": "GAU", - "location": "terminal", - "gps_code": "VEGT", - "iata_code": "GAU", - "wikipedia": "http://en.wikipedia.org/wiki/Lokpriya_Gopinath_Bordoloi_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [91.588229058187, 26.1052475924255] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Gdansk Lech Walesa", - "abbrev": "GDN", - "location": "terminal", - "gps_code": "EPGD", - "iata_code": "GDN", - "wikipedia": "http://en.wikipedia.org/wiki/Gda%C5%84sk_Lech_Wa%C5%82%C4%99sa_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.4684422165911, 54.3807025352925] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Point Salines Int'l", - "abbrev": "GND", - "location": "terminal", - "gps_code": "TGPY", - "iata_code": "GND", - "wikipedia": "http://en.wikipedia.org/wiki/Point_Salines_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-61.7858529909285, 12.0072683054283] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Nizhny Novgorod Int'l", - "abbrev": "GOJ", - "location": "terminal", - "gps_code": "UWGG", - "iata_code": "GOJ", - "wikipedia": "http://en.wikipedia.org/wiki/Nizhny_Novgorod_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [43.7896337062935, 56.2185525910656] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Jose M. Yanez Int'l", - "abbrev": "GYM", - "location": "terminal", - "gps_code": "MMGM", - "iata_code": "GYM", - "wikipedia": "http://en.wikipedia.org/wiki/General_Jos%C3%A9_Mar%C3%ADa_Y%C3%A1%C3%B1ez_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.921651270402, 27.9694553962829] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hohhot Baita Int'l", - "abbrev": "HET", - "location": "terminal", - "gps_code": "ZBHH", - "iata_code": "HET", - "wikipedia": "http://en.wikipedia.org/wiki/Hohhot_Baita_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [111.814681821626, 40.8540600906552] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Helena Reg.", - "abbrev": "HLN", - "location": "terminal", - "gps_code": "KHLN", - "iata_code": "HLN", - "wikipedia": "http://en.wikipedia.org/wiki/Helena_Regional_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.989896896008, 46.6102043529] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Ignacio P. Garcia Int'l", - "abbrev": "HMO", - "location": "terminal", - "gps_code": "MMHO", - "iata_code": "HMO", - "wikipedia": "http://en.wikipedia.org/wiki/General_Ignacio_Pesqueira_Garcia_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.051901711819, 29.0900772523445] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Dulles Int'l", - "abbrev": "IAD", - "location": "terminal", - "gps_code": "KIAD", - "iata_code": "IAD", - "wikipedia": "http://en.wikipedia.org/wiki/Washington_Dulles_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.4477925769206, 38.952774037953] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hilo Int'l", - "abbrev": "ITO", - "location": "terminal", - "gps_code": "PHTO", - "iata_code": "ITO", - "wikipedia": "http://en.wikipedia.org/wiki/Hilo_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-155.039629733435, 19.7147976868663] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Jackson Int'l", - "abbrev": "JAN", - "location": "terminal", - "gps_code": "KJAN", - "iata_code": "JAN", - "wikipedia": "http://en.wikipedia.org/wiki/Jackson-Evers_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.0750986276924, 32.3100600273635] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Jacksonville Int'l", - "abbrev": "JAX", - "location": "terminal", - "gps_code": "KJAX", - "iata_code": "JAX", - "wikipedia": "http://en.wikipedia.org/wiki/Jacksonville_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.6835767278311, 30.491352730948] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kuching Int'l", - "abbrev": "KCH", - "location": "terminal", - "gps_code": "WBGG", - "iata_code": "KCH", - "wikipedia": "http://en.wikipedia.org/wiki/Kuching_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [110.341837054315, 1.4872079377901] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kigali Int'l", - "abbrev": "KGL", - "location": "terminal", - "gps_code": "HRYR", - "iata_code": "KGL", - "wikipedia": "http://en.wikipedia.org/wiki/Kigali_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.1348768187856, -1.96365443664138] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Balice", - "abbrev": "KRK", - "location": "terminal", - "gps_code": "EPKK", - "iata_code": "KRK", - "wikipedia": "http://en.wikipedia.org/wiki/John_Paul_II_International_Airport_Krak%C3%B3w-Balice", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.8009772844504, 50.0722630648331] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Kurumoch", - "abbrev": "KUF", - "location": "terminal", - "gps_code": "UWWW", - "iata_code": "KUF", - "wikipedia": "http://en.wikipedia.org/wiki/Kurumoch_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [50.1472655210191, 53.5083848190935] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Guilin Liangjiang Int'l", - "abbrev": "KWL", - "location": "terminal", - "gps_code": "ZGKL", - "iata_code": "KWL", - "wikipedia": "http://en.wikipedia.org/wiki/Guilin_Liangjiang_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [110.04689349777, 25.2176055252293] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Laoag Int'l", - "abbrev": "LAO", - "location": "terminal", - "gps_code": "RPLI", - "iata_code": "LAO", - "wikipedia": "http://en.wikipedia.org/wiki/Laoag_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.533876196127, 18.1824180866379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "LaGuardia", - "abbrev": "LGA", - "location": "terminal", - "gps_code": "KLGA", - "iata_code": "LGA", - "wikipedia": "http://en.wikipedia.org/wiki/LaGuardia_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.8719858204814, 40.7745539398858] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "London Gatwick", - "abbrev": "LGW", - "location": "terminal", - "gps_code": "EGKK", - "iata_code": "LGW", - "wikipedia": "http://en.wikipedia.org/wiki/London_Gatwick_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.162961639139456, 51.1557567519275] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Ljubljana", - "abbrev": "LJU", - "location": "terminal", - "gps_code": "LJLJ", - "iata_code": "LJU", - "wikipedia": "http://en.wikipedia.org/wiki/Ljubljana_Jo%C5%BEe_Pu%C4%8Dnik_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.4548126283266, 46.2305445554486] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Amausi Int'l", - "abbrev": "LKO", - "location": "terminal", - "gps_code": "VILK", - "iata_code": "LKO", - "wikipedia": "http://en.wikipedia.org/wiki/Amausi_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.8841719732472, 26.7639328700916] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "La Plata", - "abbrev": "LPG", - "location": "terminal", - "gps_code": "SADL", - "iata_code": "LPG", - "wikipedia": "http://en.wikipedia.org/wiki/La_Plata_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.895382063651, -34.9655441559234] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gen. Sevando Canales", - "abbrev": "MAM", - "location": "terminal", - "gps_code": "MMMA", - "iata_code": "MAM", - "wikipedia": "http://en.wikipedia.org/wiki/General_Servando_Canales_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.5308217121187, 25.7708412640619] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Manchester Int'l", - "abbrev": "MAN", - "location": "terminal", - "gps_code": "EGCC", - "iata_code": "MAN", - "wikipedia": "http://en.wikipedia.org/wiki/Manchester_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.27337159069427, 53.3624896066518] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Kansas City Int'l", - "abbrev": "MCI", - "location": "terminal", - "gps_code": "KMCI", - "iata_code": "MCI", - "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.7159148579154, 39.2978958263659] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Seeb Int'l", - "abbrev": "MCT", - "location": "terminal", - "gps_code": "OOMS", - "iata_code": "MCT", - "wikipedia": "http://en.wikipedia.org/wiki/Seeb_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [58.2904804753493, 23.5885704175856] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Habib Bourguiba Int'l", - "abbrev": "MIR", - "location": "terminal", - "gps_code": "DTMB", - "iata_code": "MIR", - "wikipedia": "http://en.wikipedia.org/wiki/Habib_Bourguiba_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.753368185054, 35.760710442178] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Marseille Provence Airport", - "abbrev": "MRS", - "location": "terminal", - "gps_code": "LFML", - "iata_code": "MRS", - "wikipedia": "http://en.wikipedia.org/wiki/Marseille_Provence_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.22137917720337, 43.4410600016468] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Quetzalcoatl Int'l", - "abbrev": "NLD", - "location": "terminal", - "gps_code": "MMNL", - "iata_code": "NLD", - "wikipedia": "http://en.wikipedia.org/wiki/Quetzalc%C3%B3atl_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.5680081930063, 27.4496896508316] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Nanning Wuwu Int'l", - "abbrev": "NNG", - "location": "terminal", - "gps_code": "ZGNN", - "iata_code": "NNG", - "wikipedia": "http://en.wikipedia.org/wiki/Nanning_Wuxu_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [108.168012273331, 22.6120370541785] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Xoxocotlan Int'l", - "abbrev": "OAX", - "location": "terminal", - "gps_code": "MMOX", - "iata_code": "OAX", - "wikipedia": "http://en.wikipedia.org/wiki/Xoxocotl%C3%A1n_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.7217959384975, 17.0005592569745] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kahului", - "abbrev": "OGG", - "location": "terminal", - "gps_code": "PHOG", - "iata_code": "OGG", - "wikipedia": "http://en.wikipedia.org/wiki/Kahului_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-156.437429581353, 20.8932885151112] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Will Rogers", - "abbrev": "OKC", - "location": "terminal", - "gps_code": "KOKC", - "iata_code": "OKC", - "wikipedia": "http://en.wikipedia.org/wiki/Will_Rogers_World_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.5961177542092, 35.3952774911744] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Norfolk Int'l", - "abbrev": "ORF", - "location": "terminal", - "gps_code": "KORF", - "iata_code": "ORF", - "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.2044231712327, 36.8982394673674] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Palm Beach Int'l", - "abbrev": "PBI", - "location": "terminal", - "gps_code": "KPBI", - "iata_code": "PBI", - "wikipedia": "http://en.wikipedia.org/wiki/Palm_Beach_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.0901893383387, 26.688441666433] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Pengel Int'l", - "abbrev": "PBM", - "location": "terminal", - "gps_code": "SMJP", - "iata_code": "PBM", - "wikipedia": "http://en.wikipedia.org/wiki/Johan_Adolf_Pengel_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-55.1999113892902, 5.45599967797439] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bolshesavino", - "abbrev": "PEE", - "location": "terminal", - "gps_code": "USPP", - "iata_code": "PEE", - "wikipedia": "http://en.wikipedia.org/wiki/Bolshoye_Savino_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [56.0195602820297, 57.9197711231691] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Penang Int'l", - "abbrev": "PEN", - "location": "terminal", - "gps_code": "WMKP", - "iata_code": "PEN", - "wikipedia": "http://en.wikipedia.org/wiki/Penang_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.265786380955, 5.29265627790489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Port Harcourt Int'l", - "abbrev": "PHC", - "location": "terminal", - "gps_code": "DNPO", - "iata_code": "PHC", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Harcourt_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.94989742723191, 5.00700347673944] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Port Hedland Int'l", - "abbrev": "PHE", - "location": "terminal", - "gps_code": "YPPD", - "iata_code": "PHE", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Hedland_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [118.631797815615, -20.3781272960723] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Pierre Regional", - "abbrev": "PIR", - "location": "terminal", - "gps_code": "KPIR", - "iata_code": "PIR", - "wikipedia": "http://en.wikipedia.org/wiki/Pierre_Regional_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.292641981705, 44.3801534668762] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Greater Pittsburgh Int'l", - "abbrev": "PIT", - "location": "terminal", - "gps_code": "KPIT", - "iata_code": "PIT", - "wikipedia": "http://en.wikipedia.org/wiki/Pittsburgh_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.2561290571918, 40.4960518915285] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Pago Pago Int'l", - "abbrev": "PPG", - "location": "terminal", - "gps_code": "NSTU", - "iata_code": "PPG", - "wikipedia": "http://en.wikipedia.org/wiki/Pago_Pago_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-170.713307053734, -14.3290641850306] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Birmingham Int'l", - "abbrev": "BHX", - "location": "terminal", - "gps_code": "EGBB", - "iata_code": "BHX", - "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(United_Kingdom)", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.73373170434452, 52.4529085542838] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Roberts Int'l", - "abbrev": "ROB", - "location": "terminal", - "gps_code": "GLRB", - "iata_code": "ROB", - "wikipedia": "http://en.wikipedia.org/wiki/Roberts_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-10.3530851867934, 6.24183456554526] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Raipur", - "abbrev": "RPR", - "location": "terminal", - "gps_code": "VARP", - "iata_code": "RPR", - "wikipedia": "http://en.wikipedia.org/wiki/Raipur_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [81.7403775915201, 21.1859868561447] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "El Salvador Int'l", - "abbrev": "SAL", - "location": "terminal", - "gps_code": "MSLP", - "iata_code": "SAL", - "wikipedia": "http://en.wikipedia.org/wiki/Cuscatlan_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.0572035692743, 13.4447481228616] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "San Diego Int'l", - "abbrev": "SAN", - "location": "terminal", - "gps_code": "KSAN", - "iata_code": "SAN", - "wikipedia": "http://en.wikipedia.org/wiki/San_Diego_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.197511025731, 32.7322645570132] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "San Antonio Int'l", - "abbrev": "SAT", - "location": "terminal", - "gps_code": "KSAT", - "iata_code": "SAT", - "wikipedia": "http://en.wikipedia.org/wiki/San_Antonio_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-98.4719699991559, 29.5266203391315] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Savannah Int'l", - "abbrev": "SAV", - "location": "terminal", - "gps_code": "KSAV", - "iata_code": "SAV", - "wikipedia": "http://en.wikipedia.org/wiki/Savannah/Hilton_Head_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.2099647750913, 32.1356415522902] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Antonio Maceo", - "abbrev": "SCU", - "location": "terminal", - "gps_code": "MUCU", - "iata_code": "SCU", - "wikipedia": "http://en.wikipedia.org/wiki/Antonio_Maceo_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.8398877639791, 19.9724288717622] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Ponciano Arriaga Int'l", - "abbrev": "SLP", - "location": "terminal", - "gps_code": "MMSP", - "iata_code": "SLP", - "wikipedia": "http://en.wikipedia.org/wiki/Ponciano_Arriaga_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.936477816267, 22.2557130495903] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Sacramento Int'l", - "abbrev": "SMF", - "location": "terminal", - "gps_code": "KSMF", - "iata_code": "SMF", - "wikipedia": "http://en.wikipedia.org/wiki/Sacramento_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-121.587894877723, 38.6927238925554] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Cibao Int'l", - "abbrev": "STI", - "location": "terminal", - "gps_code": "MDST", - "iata_code": "STI", - "wikipedia": "http://en.wikipedia.org/wiki/Cibao_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.6941783224468, 19.4659219152888] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Koltsovo", - "abbrev": "SVX", - "location": "terminal", - "gps_code": "USSS", - "iata_code": "SVX", - "wikipedia": "http://en.wikipedia.org/wiki/Koltsovo_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [60.8058033432174, 56.732245612046] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Syracuse Hancock Int'l", - "abbrev": "SYR", - "location": "terminal", - "gps_code": "KSYR", - "iata_code": "SYR", - "wikipedia": "http://en.wikipedia.org/wiki/Syracuse_Hancock_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.1130789991049, 43.1317844943741] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Tabriz", - "abbrev": "TBZ", - "location": "terminal", - "gps_code": "OITT", - "iata_code": "TBZ", - "wikipedia": "http://en.wikipedia.org/wiki/Tabriz_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [46.244713373574, 38.1311107688175] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Torreon Int'l", - "abbrev": "TRC", - "location": "terminal", - "gps_code": "MMTC", - "iata_code": "TRC", - "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Sarabia_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-103.398787828579, 25.5632164399896] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Tulsa Int'l", - "abbrev": "TUL", - "location": "terminal", - "gps_code": "KTUL", - "iata_code": "TUL", - "wikipedia": "http://en.wikipedia.org/wiki/Tulsa_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-95.889882271542, 36.190127565195] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Mcghee Tyson", - "abbrev": "TYS", - "location": "terminal", - "gps_code": "KTYS", - "iata_code": "TYS", - "wikipedia": "http://en.wikipedia.org/wiki/McGhee_Tyson_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-83.9899378327585, 35.8057448027088] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Ufa Int'l", - "abbrev": "UFA", - "location": "terminal", - "gps_code": "UWUU", - "iata_code": "UFA", - "wikipedia": "http://en.wikipedia.org/wiki/Ufa_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.8840773411837, 54.5651323578972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hewanorra Int'l", - "abbrev": "UVF", - "location": "terminal", - "gps_code": "TLPL", - "iata_code": "UVF", - "wikipedia": "http://en.wikipedia.org/wiki/Hewanorra_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.9499737723461, 13.7365238050489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Windhoek Hosea Kutako Int'l", - "abbrev": "WDH", - "location": "terminal", - "gps_code": "FYWH", - "iata_code": "WDH", - "wikipedia": "http://en.wikipedia.org/wiki/Windhoek_Hosea_Kutako_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.4632259028133, -22.4869531202041] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Sault Ste Marie", - "abbrev": "YAM", - "location": "terminal", - "gps_code": "CYAM", - "iata_code": "YAM", - "wikipedia": "http://en.wikipedia.org/wiki/Sault_Ste._Marie_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.5006089999718, 46.4854175101926] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Dawson Cr.", - "abbrev": "YDQ", - "location": "terminal", - "gps_code": "CYDQ", - "iata_code": "YDQ", - "wikipedia": "http://en.wikipedia.org/wiki/Dawson_Creek_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-120.185595619101, 55.7394117074557] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Edmonton Int'l", - "abbrev": "YEG", - "location": "terminal", - "gps_code": "CYEG", - "iata_code": "YEG", - "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-113.584492564406, 53.3072001619183] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Halifax Int'l", - "abbrev": "YHZ", - "location": "terminal", - "gps_code": "CYHZ", - "iata_code": "YHZ", - "wikipedia": "http://en.wikipedia.org/wiki/Halifax_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.5149652501673, 44.886545450101] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Kamloops", - "abbrev": "YKA", - "location": "terminal", - "gps_code": "CYKA", - "iata_code": "YKA", - "wikipedia": "http://en.wikipedia.org/wiki/Kamloops_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-120.441734763962, 50.7051955184591] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Sudbury", - "abbrev": "YSB", - "location": "terminal", - "gps_code": "CYSB", - "iata_code": "YSB", - "wikipedia": "http://en.wikipedia.org/wiki/Sudbury_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.7957747817105, 46.6227508204893] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Saint John", - "abbrev": "YSJ", - "location": "terminal", - "gps_code": "CYSJ", - "iata_code": "YSJ", - "wikipedia": "http://en.wikipedia.org/wiki/Saint_John_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-65.8905573681168, 45.3292305955017] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Prince George", - "abbrev": "YXS", - "location": "terminal", - "gps_code": "CYXS", - "iata_code": "YXS", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_George_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.674014743986, 53.8842485751138] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Victoria Int'l", - "abbrev": "YYJ", - "location": "terminal", - "gps_code": "CYYJ", - "iata_code": "YYJ", - "wikipedia": "http://en.wikipedia.org/wiki/Victoria_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-123.430624539528, 48.640529482179] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Zamboanga Int'l", - "abbrev": "ZAM", - "location": "terminal", - "gps_code": "RPMZ", - "iata_code": "ZAM", - "wikipedia": "http://en.wikipedia.org/wiki/Zamboanga_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [122.062432321637, 6.9197577480583] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Lanzhou Zhongchuan", - "abbrev": "ZGC", - "location": "terminal", - "gps_code": "ZLLL", - "iata_code": "ZGC", - "wikipedia": "http://en.wikipedia.org/wiki/Lanzhou_Zhongchuan_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.615415363043, 36.5078842461237] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Albany Int'l", - "abbrev": "ALB", - "location": "terminal", - "gps_code": "KALB", - "iata_code": "ALB", - "wikipedia": "http://en.wikipedia.org/wiki/Albany_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.8093518843173, 42.7456619801729] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "General Mitchell Int'l", - "abbrev": "MKE", - "location": "terminal", - "gps_code": "KMKE", - "iata_code": "MKE", - "wikipedia": "http://en.wikipedia.org/wiki/General_Mitchell_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.9021056250744, 42.9479198729586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "military mid", - "name": "Wang-Chia Tun Airbase", - "abbrev": "ZHHH", - "location": "runway", - "gps_code": null, - "iata_code": null, - "wikipedia": null, - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [114.24694737615, 30.6017141196702] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Sanya Phoenix Int'l", - "abbrev": "SYX", - "location": "terminal", - "gps_code": "ZJSY", - "iata_code": "SYX", - "wikipedia": "http://en.wikipedia.org/wiki/Sanya_Phoenix_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [109.40823949108, 18.3090959908593] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Lhasa Gonggar", - "abbrev": "LXA", - "location": "terminal", - "gps_code": "ZULS", - "iata_code": "LXA", - "wikipedia": "http://en.wikipedia.org/wiki/Lhasa_Gonggar_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [90.9005610194027, 29.2936936123184] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Hotan", - "abbrev": "HTN", - "location": "terminal", - "gps_code": "ZWTN", - "iata_code": "HTN", - "wikipedia": "http://en.wikipedia.org/wiki/Hotan_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [79.8723005212192, 37.0400363509765] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Dresden", - "abbrev": "DRS", - "location": "terminal", - "gps_code": "EDDC", - "iata_code": "DRS", - "wikipedia": "http://en.wikipedia.org/wiki/Dresden_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.7649671440047, 51.1250912428871] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "military major", - "name": "Kenitra Air Base", - "abbrev": "NNA", - "location": "terminal", - "gps_code": "GMMY", - "iata_code": "NNA", - "wikipedia": "http://en.wikipedia.org/wiki/Kenitra_Air_Base", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-6.597753628116, 34.2986673638223] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Annemasse", - "abbrev": "QNJ", - "location": "ramp", - "gps_code": "LFLI", - "iata_code": "QNJ", - "wikipedia": "http://en.wikipedia.org/wiki/Annemasse_Aerodrome", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.26491085364159, 46.1957283286261] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Nogales Int'l", - "abbrev": "NOG", - "location": "terminal", - "gps_code": "MMNG", - "iata_code": "NOG", - "wikipedia": "http://en.wikipedia.org/wiki/Nogales_International_Airport_(Mexico)", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-110.972721301675, 31.2255371741159] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Strasbourg", - "abbrev": "SXB", - "location": "terminal", - "gps_code": "LFST", - "iata_code": "SXB", - "wikipedia": "http://en.wikipedia.org/wiki/Strasbourg_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.62784196688924, 48.5446961721759] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Cologne/Bonn", - "abbrev": "CGN", - "location": "terminal", - "gps_code": "EDDK", - "iata_code": "CGN", - "wikipedia": "http://en.wikipedia.org/wiki/Cologne_Bonn_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.12235975524539, 50.8782596629471] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Kimhae Int'l", - "abbrev": "PUS", - "location": "terminal", - "gps_code": "RKPK", - "iata_code": "PUS", - "wikipedia": "http://en.wikipedia.org/wiki/Gimhae_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [128.948801379039, 35.170284063683] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Jeju Int'l", - "abbrev": "CJU", - "location": "terminal", - "gps_code": "RKPC", - "iata_code": "CJU", - "wikipedia": "http://en.wikipedia.org/wiki/Jeju_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.491629401972, 33.5247173150399] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Stavanger Sola", - "abbrev": "SVG", - "location": "terminal", - "gps_code": "ENZV", - "iata_code": "SVG", - "wikipedia": "http://en.wikipedia.org/wiki/Stavanger_Airport,_Sola", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.6298103297218, 58.8821564842185] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Trondheim Vaernes", - "abbrev": "TRD", - "location": "terminal", - "gps_code": "ENVA", - "iata_code": "TRD", - "wikipedia": "http://en.wikipedia.org/wiki/Trondheim_Airport%2C_V%C3%A6rnes", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.9168095241445, 63.472029381717] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Corumba Int'l", - "abbrev": "CMG", - "location": "terminal", - "gps_code": "SBCR", - "iata_code": "CMG", - "wikipedia": "http://en.wikipedia.org/wiki/Corumba_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.6636078925543, -19.0141662885534] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Madeira", - "abbrev": "FNC", - "location": "terminal", - "gps_code": "LPMA", - "iata_code": "FNC", - "wikipedia": "http://en.wikipedia.org/wiki/Madeira_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-16.7756374531213, 32.6933642847489] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Foz do Iguaçu Int'l", - "abbrev": "IGU", - "location": "terminal", - "gps_code": "SBFI", - "iata_code": "IGU", - "wikipedia": "http://en.wikipedia.org/wiki/Foz_do_Igua%C3%A7u_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.4885922735633, -25.5976832162102] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Gov. Jorge Teixeira de Oliveira Int'l", - "abbrev": "PVH", - "location": "terminal", - "gps_code": "SBPV", - "iata_code": "PVH", - "wikipedia": "http://en.wikipedia.org/wiki/Governador_Jorge_Teixeira_de_Oliveira_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.8984625004213, -8.71442482859288] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Bilbao", - "abbrev": "BIO", - "location": "terminal", - "gps_code": "LEBB", - "iata_code": "BIO", - "wikipedia": "http://en.wikipedia.org/wiki/Bilbao_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-2.90609011679805, 43.3050829811195] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Palma de Mallorca", - "abbrev": "PMI", - "location": "terminal", - "gps_code": "LEPA", - "iata_code": "PMI", - "wikipedia": "http://en.wikipedia.org/wiki/Palma_de_Mallorca_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.72997660200647, 39.5657758586254] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Tenerife N.", - "abbrev": "TFN", - "location": "terminal", - "gps_code": "GCXO", - "iata_code": "TFN", - "wikipedia": "http://en.wikipedia.org/wiki/Los_Rodeos_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-16.3463175679264, 28.4875770267731] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Gothenburg", - "abbrev": "GOT", - "location": "terminal", - "gps_code": "ESGG", - "iata_code": "GOT", - "wikipedia": "http://en.wikipedia.org/wiki/Gothenburg-Landvetter_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.2938269092573, 57.6857493534879] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Lulea", - "abbrev": "LLA", - "location": "terminal", - "gps_code": "ESPA", - "iata_code": "LLA", - "wikipedia": "http://en.wikipedia.org/wiki/Lule%C3%A5_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [22.1230271243945, 65.5490362477616] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Abu Dhabi Int'l", - "abbrev": "AUH", - "location": "terminal", - "gps_code": "OMAA", - "iata_code": "AUH", - "wikipedia": "http://en.wikipedia.org/wiki/Abu_Dhabi_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [54.6463293225558, 24.4272271529764] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Mohamed Boudiaf Int'l", - "abbrev": "CZL", - "location": "terminal", - "gps_code": "DABC", - "iata_code": "CZL", - "wikipedia": "http://en.wikipedia.org/wiki/Mohamed_Boudiaf_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.62194665181219, 36.2834409441601] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Aswan Int'l", - "abbrev": "ASW", - "location": "terminal", - "gps_code": "HESN", - "iata_code": "ASW", - "wikipedia": "http://en.wikipedia.org/wiki/Aswan_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.8244372462973, 23.9682765441778] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Rovaniemi", - "abbrev": "RVN", - "location": "terminal", - "gps_code": "EFRO", - "iata_code": "RVN", - "wikipedia": "http://en.wikipedia.org/wiki/Rovaniemi_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.8294409760452, 66.5595564168509] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Cheddi Jagan Int'l", - "abbrev": "GEO", - "location": "terminal", - "gps_code": "SYCJ", - "iata_code": "GEO", - "wikipedia": "http://en.wikipedia.org/wiki/Cheddi_Jagan_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-58.2541191925889, 6.49855290813572] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Cochin Int'l", - "abbrev": "COK", - "location": "terminal", - "gps_code": "VOCI", - "iata_code": "COK", - "wikipedia": "http://en.wikipedia.org/wiki/Cochin_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.3905198502024, 10.1551187628118] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Eldoret Int'l", - "abbrev": "EDL", - "location": "terminal", - "gps_code": "HKEL", - "iata_code": "EDL", - "wikipedia": "http://en.wikipedia.org/wiki/Eldoret_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.2236930658301, 0.40507147546036] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major", - "name": "Incheon Int'l", - "abbrev": "ICN", - "location": "terminal", - "gps_code": "RKSI", - "iata_code": "ICN", - "wikipedia": "http://en.wikipedia.org/wiki/Incheon_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.450875980796, 37.4492088624346] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "mid", - "name": "Federal de Bachigualato Int'l", - "abbrev": "CUL", - "location": "terminal", - "gps_code": "MMCL", - "iata_code": "CUL", - "wikipedia": "http://en.wikipedia.org/wiki/Federal_de_Bachigualato_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-107.469863792896, 24.7668040390461] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 6, - "type": "major and military", - "name": "Benazir Bhutto Int'l", - "abbrev": "ISB", - "location": "terminal", - "gps_code": "OPRN", - "iata_code": "ISB", - "wikipedia": "http://en.wikipedia.org/wiki/Islamabad_International_Airport", - "natlscale": 20, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.1007936471882, 33.6074457507526] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Brussels", - "abbrev": "BRU", - "location": "terminal", - "gps_code": "EBBR", - "iata_code": "BRU", - "wikipedia": "http://en.wikipedia.org/wiki/Brussels_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.48464032408272, 50.8972949641511] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Abuja Int'l", - "abbrev": "ABV", - "location": "terminal", - "gps_code": "DNAA", - "iata_code": "ABV", - "wikipedia": "http://en.wikipedia.org/wiki/Nnamdi_Azikiwe_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [7.27025993974356, 9.00437659781094] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Arcata-Eureka", - "abbrev": "ACV", - "location": "terminal", - "gps_code": "KACV", - "iata_code": "ACV", - "wikipedia": "http://en.wikipedia.org/wiki/Arcata-Eureka_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-124.107065520139, 40.9719245381314] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Austin-Bergstrom Int'l", - "abbrev": "AUS", - "location": "terminal", - "gps_code": "KAUS", - "iata_code": "AUS", - "wikipedia": "http://en.wikipedia.org/wiki/Austin-Bergstrom_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.6668367646054, 30.2021081920749] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Antalya", - "abbrev": "AYT", - "location": "terminal", - "gps_code": "LTAI", - "iata_code": "AYT", - "wikipedia": "http://en.wikipedia.org/wiki/Antalya_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.8025526439415, 36.9153233051868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Belfast Int'l", - "abbrev": "BFS", - "location": "terminal", - "gps_code": "EGAA", - "iata_code": "BFS", - "wikipedia": "http://en.wikipedia.org/wiki/Belfast_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-6.21616943734958, 54.6615575470103] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Orio Al Serio", - "abbrev": "BGY", - "location": "terminal", - "gps_code": "LIME", - "iata_code": "BGY", - "wikipedia": "http://en.wikipedia.org/wiki/Orio_al_Serio_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.6989176939974, 45.6654980560695] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Kota Kinabalu Int'l", - "abbrev": "BKI", - "location": "terminal", - "gps_code": "WBKK", - "iata_code": "BKI", - "wikipedia": "http://en.wikipedia.org/wiki/Kota_Kinabalu_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [116.051087873369, 5.92289445474807] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Bengaluru Int'l", - "abbrev": "BLR", - "location": "terminal", - "gps_code": "VOBL", - "iata_code": "BLR", - "wikipedia": "http://en.wikipedia.org/wiki/Bengaluru_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.7095579889575, 13.2006108069609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Canberra Int'l", - "abbrev": "CBR", - "location": "terminal", - "gps_code": "YSCB", - "iata_code": "CBR", - "wikipedia": "http://en.wikipedia.org/wiki/Canberra_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [149.190760539671, -35.3071855902909] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Port Columbus Int'l", - "abbrev": "CMH", - "location": "terminal", - "gps_code": "KCMH", - "iata_code": "CMH", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Columbus_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.8840306426634, 39.9981181922432] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Mohamed V Int'l", - "abbrev": "CMN", - "location": "terminal", - "gps_code": "GMMN", - "iata_code": "CMN", - "wikipedia": "http://en.wikipedia.org/wiki/Mohammed_V_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.5814559902572, 33.3747274815396] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Dusseldorf Int'l", - "abbrev": "DUS", - "location": "terminal", - "gps_code": "EDDL", - "iata_code": "DUS", - "wikipedia": "http://en.wikipedia.org/wiki/D%C3%BCsseldorf_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.76494446612174, 51.2781820420774] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Esenboga Int'l", - "abbrev": "ESB", - "location": "terminal", - "gps_code": "LTAC", - "iata_code": "ESB", - "wikipedia": "http://en.wikipedia.org/wiki/Esenbo%C4%9Fa_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.9930100772014, 40.1151278273234] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Hamilton Int'l", - "abbrev": "HLZ", - "location": "terminal", - "gps_code": "NZHN", - "iata_code": "HLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Hamilton_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [175.336221432708, -37.8658411484827] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Rajiv Gandhi Int'l", - "abbrev": "HYD", - "location": "terminal", - "gps_code": "VOHS", - "iata_code": "HYD", - "wikipedia": "http://en.wikipedia.org/wiki/Rajiv_Gandhi_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [78.42953613452, 17.2359831507471] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "John F Kennedy Int'l", - "abbrev": "JFK", - "location": "parking", - "gps_code": "KJFK", - "iata_code": "JFK", - "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.7863268609296, 40.6459595584081] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Boryspil Int'l", - "abbrev": "KBP", - "location": "terminal", - "gps_code": "UKBB", - "iata_code": "KBP", - "wikipedia": "http://en.wikipedia.org/wiki/Boryspil_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.8951621615528, 50.340902338877] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Khartoum", - "abbrev": "KRT", - "location": "terminal", - "gps_code": "HSSS", - "iata_code": "KRT", - "wikipedia": "http://en.wikipedia.org/wiki/Khartoum_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.550153296633, 15.5922226530858] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Dane Cty. Reg. (Truax Field)", - "abbrev": "MSN", - "location": "terminal", - "gps_code": "KMSN", - "iata_code": "MSN", - "wikipedia": "http://en.wikipedia.org/wiki/Dane_County_Regional_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.3457847894487, 43.1363082385868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Minsk Int'l", - "abbrev": "MSQ", - "location": "terminal", - "gps_code": "UMMS", - "iata_code": "MSQ", - "wikipedia": "http://en.wikipedia.org/wiki/Minsk_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.0341933346378, 53.8893792398005] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Palermo", - "abbrev": "PMO", - "location": "terminal", - "gps_code": "LICJ", - "iata_code": "PMO", - "wikipedia": "http://en.wikipedia.org/wiki/Palermo_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.1055309888638, 38.1863351084895] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "T.F. Green", - "abbrev": "PVD", - "location": "terminal", - "gps_code": "KPVD", - "iata_code": "PVD", - "wikipedia": "http://en.wikipedia.org/wiki/T._F._Green_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.4357841445789, 41.7260019847189] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Southwest Florida Int'l", - "abbrev": "RSW", - "location": "terminal", - "gps_code": "KRSW", - "iata_code": "RSW", - "wikipedia": "http://en.wikipedia.org/wiki/Southwest_Florida_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.7551231409306, 26.5279288067651] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Shenyang Taoxian Int'l", - "abbrev": "SHE", - "location": "terminal", - "gps_code": "ZYTX", - "iata_code": "SHE", - "wikipedia": "http://en.wikipedia.org/wiki/Shenyang_Taoxian_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [123.487974430339, 41.6347891339582] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Sharjah Int'l", - "abbrev": "SHJ", - "location": "terminal", - "gps_code": "OMSJ", - "iata_code": "SHJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sharjah_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.5205071948853, 25.3211964019068] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "San Jose Int'l", - "abbrev": "SJC", - "location": "terminal", - "gps_code": "KSJC", - "iata_code": "SJC", - "wikipedia": "http://en.wikipedia.org/wiki/San_Jose_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-121.929428983532, 37.3694905908966] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "John Wayne", - "abbrev": "SNA", - "location": "terminal", - "gps_code": "KSNA", - "iata_code": "SNA", - "wikipedia": "http://en.wikipedia.org/wiki/John_Wayne_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-117.861489220393, 33.6794857329549] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Stuttgart", - "abbrev": "STR", - "location": "terminal", - "gps_code": "EDDS", - "iata_code": "STR", - "wikipedia": "http://en.wikipedia.org/wiki/Stuttgart_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.19395108945536, 48.6901051358913] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Nacional Tobias Bolanos", - "abbrev": "SYQ", - "location": "terminal", - "gps_code": "MRPV", - "iata_code": "SYQ", - "wikipedia": "http://en.wikipedia.org/wiki/Tob%C3%ADas_Bola%C3%B1os_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.1386091971594, 9.95827851919623] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Shenzhen Bao'an Int'l", - "abbrev": "SZX", - "location": "terminal", - "gps_code": "ZGSZ", - "iata_code": "SZX", - "wikipedia": "http://en.wikipedia.org/wiki/Shenzhen_airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.815852751085, 22.6465077147868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Louisville Int'l", - "abbrev": "SDF", - "location": "terminal", - "gps_code": "KSDF", - "iata_code": "SDF", - "wikipedia": "http://en.wikipedia.org/wiki/Louisville_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-85.7417027597367, 38.1860207152699] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Geneva", - "abbrev": "GVA", - "location": "terminal", - "gps_code": "LSGG", - "iata_code": "GVA", - "wikipedia": "http://en.wikipedia.org/wiki/Geneva_Cointrin_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.10794577423603, 46.231009510158] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Lyon-Saint Exupery", - "abbrev": "LYS", - "location": "terminal", - "gps_code": "LFLL", - "iata_code": "LYS", - "wikipedia": "http://en.wikipedia.org/wiki/Lyon-Saint_Exup%C3%A9ry_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.07594431813459, 45.7210186834669] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Kansai Int'l", - "abbrev": "KIX", - "location": "terminal", - "gps_code": "RJBB", - "iata_code": "KIX", - "wikipedia": "http://en.wikipedia.org/wiki/Kansai_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [135.244459772476, 34.434794162927] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Lisbon Portela", - "abbrev": "LIS", - "location": "terminal", - "gps_code": "LPPT", - "iata_code": "LIS", - "wikipedia": "http://en.wikipedia.org/wiki/Lisbon_Portela_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-9.13069440931071, 38.7707623427514] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Tancredo Neves Int'l", - "abbrev": "CNF", - "location": "terminal", - "gps_code": "SBCF", - "iata_code": "CNF", - "wikipedia": "http://en.wikipedia.org/wiki/Tancredo_Neves_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-43.9635815209949, -19.6327821218747] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Bromma", - "abbrev": "BMA", - "location": "terminal", - "gps_code": "ESSB", - "iata_code": "BMA", - "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Bromma_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.9456175406145, 59.3555902065112] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Juanda Int'l", - "abbrev": "SUB", - "location": "terminal", - "gps_code": "WARR", - "iata_code": "SUB", - "wikipedia": "http://en.wikipedia.org/wiki/Juanda_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [112.777034594933, -7.383578985276] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Astor Piazzolla Int'l", - "abbrev": "MDQ", - "location": "terminal", - "gps_code": "SAZM", - "iata_code": "MDQ", - "wikipedia": "http://en.wikipedia.org/wiki/%C3%81stor_Piazzola_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.5816150932392, -37.9332161204482] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Owen Roberts Int'l", - "abbrev": "GCM", - "location": "terminal", - "gps_code": "MWCR", - "iata_code": "GCM", - "wikipedia": "http://en.wikipedia.org/wiki/Owen_Roberts_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.3576706162289, 19.2959107437122] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Zhengzhou Xinzheng Int'l", - "abbrev": "CGO", - "location": "terminal", - "gps_code": "ZHCC", - "iata_code": "CGO", - "wikipedia": "http://en.wikipedia.org/wiki/Zhengzhou_Xinzheng_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.841831302845, 34.5263027198957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Dalian Zhoushuizi Int'l", - "abbrev": "DLC", - "location": "terminal", - "gps_code": "ZYTL", - "iata_code": "DLC", - "wikipedia": "http://en.wikipedia.org/wiki/Dalian_Zhoushuizi_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.538913780101, 38.9615702300222] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Heraklion Int'l", - "abbrev": "HER", - "location": "terminal", - "gps_code": "LGIR", - "iata_code": "HER", - "wikipedia": "http://en.wikipedia.org/wiki/Heraklion_International_Airport%2C_%22Nikos_Kazantzakis%22", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.1740558243272, 35.3369024101046] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "major", - "name": "Tbilisi Int'l", - "abbrev": "TBS", - "location": "terminal", - "gps_code": "UGTB", - "iata_code": "TBS", - "wikipedia": "http://en.wikipedia.org/wiki/Tbilisi_International_Airport", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.9646146141664, 41.6694420187261] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 5, - "type": "mid", - "name": "Cascais", - "abbrev": "XXC", - "location": "runway", - "gps_code": "LPCS", - "iata_code": "XXC", - "wikipedia": "http://en.wikipedia.org/wiki/Cascais_Aerodrome", - "natlscale": 30, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-9.35458240263928, 38.7235353208324] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kaohsiung Int'l", - "abbrev": "KHH", - "location": "terminal", - "gps_code": "RCKH", - "iata_code": "KHH", - "wikipedia": "http://en.wikipedia.org/wiki/Kaohsiung_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [120.345156342151, 22.5717061054422] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sadiq Abubakar III", - "abbrev": "SKO", - "location": "terminal", - "gps_code": "DNSO", - "iata_code": "SKO", - "wikipedia": "http://en.wikipedia.org/wiki/Sadiq_Abubakar_III_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.20022616032651, 12.9174824166181] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Mariscal Sucre Int'l", - "abbrev": "UIO", - "location": "terminal", - "gps_code": "SEQU", - "iata_code": "UIO", - "wikipedia": "http://en.wikipedia.org/wiki/Mariscal_Sucre_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.4899925545701, -0.145552408466882] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Karachi Civil", - "abbrev": "KHI", - "location": "terminal", - "gps_code": "OPKC", - "iata_code": "KHI", - "wikipedia": "http://en.wikipedia.org/wiki/Jinnah_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [67.1521283592947, 24.8985243689595] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kishinev S.E.", - "abbrev": "KIV", - "location": "terminal", - "gps_code": "LUKK", - "iata_code": "KIV", - "wikipedia": "http://en.wikipedia.org/wiki/Chi%C5%9Fin%C4%83u_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.9360487562256, 46.9341619900391] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Jorge Chavez", - "abbrev": "LIM", - "location": "terminal", - "gps_code": "SPIM", - "iata_code": "LIM", - "wikipedia": "http://en.wikipedia.org/wiki/Jorge_Ch%C3%A1vez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.1075656931342, -12.0237161502221] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Thunder Bay Int'l", - "abbrev": "YQT", - "location": "terminal", - "gps_code": "CYQT", - "iata_code": "YQT", - "wikipedia": "http://en.wikipedia.org/wiki/Thunder_Bay_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.3121421238136, 48.3718811492508] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vilnius", - "abbrev": "VNO", - "location": "terminal", - "gps_code": "EYVI", - "iata_code": "VNO", - "wikipedia": "http://en.wikipedia.org/wiki/Vilnius_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.2807164497285, 54.6430549307542] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Hsien Yang", - "abbrev": "XIY", - "location": "terminal", - "gps_code": "ZLXY", - "iata_code": "XIY", - "wikipedia": "http://en.wikipedia.org/wiki/Xi'an_Xianyang_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [108.755811342151, 34.4429391054422] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Del Norte Int'l", - "abbrev": "NTR", - "location": "terminal", - "gps_code": "MMAN", - "iata_code": "NTR", - "wikipedia": "http://en.wikipedia.org/wiki/Del_Norte_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-100.238394186577, 25.859873767729] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Fua'amotu Int'l", - "abbrev": "TBU", - "location": "terminal", - "gps_code": "NFTF", - "iata_code": "TBU", - "wikipedia": "http://en.wikipedia.org/wiki/Fua'amotu_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-175.135635, -21.24861] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Esfahan Int'l", - "abbrev": "IFN", - "location": "terminal", - "gps_code": "OIFM", - "iata_code": "IFN", - "wikipedia": "http://en.wikipedia.org/wiki/Isfahan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [51.8763916812681, 32.7460805344321] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Harare Int'l", - "abbrev": "HRE", - "location": "terminal", - "gps_code": "FVHA", - "iata_code": "HRE", - "wikipedia": "http://en.wikipedia.org/wiki/Harare_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [31.1014, -17.9228] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kuwait Int'l", - "abbrev": "KWI", - "location": "terminal", - "gps_code": "OKBK", - "iata_code": "KWI", - "wikipedia": "http://en.wikipedia.org/wiki/Kuwait_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.9714825593317, 29.2396800581583] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Macdonald-Cartier Int'l", - "abbrev": "YOW", - "location": "terminal", - "gps_code": "CYOW", - "iata_code": "YOW", - "wikipedia": "http://en.wikipedia.org/wiki/Ottawa_Macdonald-Cartier_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.6648933870205, 45.3201348196531] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kabul Int'l", - "abbrev": "KBL", - "location": "terminal", - "gps_code": "OAKB", - "iata_code": "KBL", - "wikipedia": "http://en.wikipedia.org/wiki/Kabul_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [69.2100736270874, 34.5633978864149] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Abidjan Port Bouet", - "abbrev": "ABJ", - "location": "terminal", - "gps_code": "DIAP", - "iata_code": "ABJ", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Bouet_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.93221929167636, 5.2543984451492] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "General Juan N Alvarez Int'l", - "abbrev": "ACA", - "location": "terminal", - "gps_code": "MMAA", - "iata_code": "ACA", - "wikipedia": "http://en.wikipedia.org/wiki/General_Juan_N._%C3%81lvarez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.7545085619681, 16.76196735278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kotoka Int'l", - "abbrev": "ACC", - "location": "terminal", - "gps_code": "DGAA", - "iata_code": "ACC", - "wikipedia": "http://en.wikipedia.org/wiki/Kotoka_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.171402855660817, 5.60698152381193] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bole Int'l", - "abbrev": "ADD", - "location": "terminal", - "gps_code": "HAAB", - "iata_code": "ADD", - "wikipedia": "http://en.wikipedia.org/wiki/Bole_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [38.7931904366343, 8.98173027581099] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Aden Int'l", - "abbrev": "ADE", - "location": "terminal", - "gps_code": "OYAA", - "iata_code": "ADE", - "wikipedia": "http://en.wikipedia.org/wiki/Aden_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [45.030602, 12.8278] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Adelaide Int'l", - "abbrev": "ADL", - "location": "terminal", - "gps_code": "YPAD", - "iata_code": "ADL", - "wikipedia": "http://en.wikipedia.org/wiki/Adelaide_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [138.532101457699, -34.9405860275154] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Almaty Int'l", - "abbrev": "ALA", - "location": "terminal", - "gps_code": "UAAA", - "iata_code": "ALA", - "wikipedia": "http://en.wikipedia.org/wiki/Almaty_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.0120458771175, 43.3464943144793] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Houari Boumediene", - "abbrev": "ALG", - "location": "terminal", - "gps_code": "DAAG", - "iata_code": "ALG", - "wikipedia": "http://en.wikipedia.org/wiki/Houari_Boumedienne_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.21207353516506, 36.6997206663535] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Aleppo Int'l", - "abbrev": "ALP", - "location": "terminal", - "gps_code": "OSAP", - "iata_code": "ALP", - "wikipedia": "http://en.wikipedia.org/wiki/Aleppo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.2273414057828, 36.1846237314314] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sardar Vallabhbhai Patel Int'l", - "abbrev": "AMD", - "location": "terminal", - "gps_code": "VAAH", - "iata_code": "AMD", - "wikipedia": "http://en.wikipedia.org/wiki/Sardar_Vallabhbhai_Patel_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.6209000884332, 23.0707454635881] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Cerro Moreno Int'l", - "abbrev": "ANF", - "location": "terminal", - "gps_code": "SCFA", - "iata_code": "ANF", - "wikipedia": "http://en.wikipedia.org/wiki/Cerro_Moreno_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.4409908509407, -23.4489545248317] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ashkhabad Northwest", - "abbrev": "ASB", - "location": "terminal", - "gps_code": "UTAA", - "iata_code": "ASB", - "wikipedia": "http://en.wikipedia.org/wiki/Ashgabat_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [58.3639659208246, 37.984853438957] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Yohannes Iv Int'l", - "abbrev": "ASM", - "location": "terminal", - "gps_code": "HHAS", - "iata_code": "ASM", - "wikipedia": "http://en.wikipedia.org/wiki/Asmara_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [38.9063540136321, 15.2936159696499] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Silvio Pettirossi Int'l", - "abbrev": "ASU", - "location": "terminal", - "gps_code": "SGAS", - "iata_code": "ASU", - "wikipedia": "http://en.wikipedia.org/wiki/Silvio_Pettirossi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-57.5139078247136, -25.2416592533816] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bermuda Int'l", - "abbrev": "BDA", - "location": "terminal", - "gps_code": "TXKF", - "iata_code": "BDA", - "wikipedia": "http://en.wikipedia.org/wiki/Bermuda_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.7027740686514, 32.3591739601581] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Surcin", - "abbrev": "BEG", - "location": "terminal", - "gps_code": "LYBE", - "iata_code": "BEG", - "wikipedia": "http://en.wikipedia.org/wiki/Belgrade_Nikola_Tesla_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.2912845946621, 44.8190766654433] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Beirut Int'l", - "abbrev": "BEY", - "location": "terminal", - "gps_code": "OLBA", - "iata_code": "BEY", - "wikipedia": "http://en.wikipedia.org/wiki/Beirut_Rafic_Hariri_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.4930853618161, 33.8254400618668] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bairagarh", - "abbrev": "BHO", - "location": "terminal", - "gps_code": "VABP", - "iata_code": "BHO", - "wikipedia": "http://en.wikipedia.org/wiki/Bhopal_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.3408714713579, 23.2855684869809] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bamako Senou", - "abbrev": "BKO", - "location": "terminal", - "gps_code": "GABS", - "iata_code": "BKO", - "wikipedia": "http://en.wikipedia.org/wiki/Senou_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.94727226970801, 12.5393363425867] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Nashville Int'l", - "abbrev": "BNA", - "location": "terminal", - "gps_code": "KBNA", - "iata_code": "BNA", - "wikipedia": "http://en.wikipedia.org/wiki/Nashville_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.6692867356375, 36.1314876361697] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Brisbane Int'l", - "abbrev": "BNE", - "location": "terminal", - "gps_code": "YBBN", - "iata_code": "BNE", - "wikipedia": "http://en.wikipedia.org/wiki/Brisbane_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [153.120256418844, -27.3853965939099] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Boise Air Terminal", - "abbrev": "BOI", - "location": "terminal", - "gps_code": "KBOI", - "iata_code": "BOI", - "wikipedia": "http://en.wikipedia.org/wiki/Boise_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-116.221841070549, 43.5689592234704] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Wiley Post Will Rogers Mem.", - "abbrev": "BRW", - "location": "terminal", - "gps_code": "PABR", - "iata_code": "BRW", - "wikipedia": "http://en.wikipedia.org/wiki/Wiley_Post-Will_Rogers_Memorial_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-156.771835, 71.289299] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Greater Buffalo Int'l", - "abbrev": "BUF", - "location": "terminal", - "gps_code": "KBUF", - "iata_code": "BUF", - "wikipedia": "http://en.wikipedia.org/wiki/Buffalo_Niagara_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.7319965523308, 42.9340337493526] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Bulawayo", - "abbrev": "BUQ", - "location": "terminal", - "gps_code": "FVBU", - "iata_code": "BUQ", - "wikipedia": "http://en.wikipedia.org/wiki/Joshua_Mqabuko_Nkomo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.622552042904, -20.0155684094908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Brunei Int'l", - "abbrev": "BWN", - "location": "terminal", - "gps_code": "WBSB", - "iata_code": "BWN", - "wikipedia": "http://en.wikipedia.org/wiki/Brunei_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [114.933119029209, 4.94547528227685] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Guangzhou Baiyun Int'l", - "abbrev": "CAN", - "location": "terminal", - "gps_code": "ZGGG", - "iata_code": "CAN", - "wikipedia": "http://en.wikipedia.org/wiki/Guangzhou_Baiyun_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.297516552171, 23.3891511573243] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Carriel Sur Int'l", - "abbrev": "CCP", - "location": "terminal", - "gps_code": "SCIE", - "iata_code": "CCP", - "wikipedia": "http://en.wikipedia.org/wiki/Carriel_Sur_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.0621061746214, -36.7763727437881] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Netaji Subhash Chandra Bose Int'l", - "abbrev": "CCU", - "location": "terminal", - "gps_code": "VECC", - "iata_code": "CCU", - "wikipedia": "http://en.wikipedia.org/wiki/Netaji_Subhash_Chandra_Bose_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [88.4400010130197, 22.6453893785064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Chittagong", - "abbrev": "CGP", - "location": "terminal", - "gps_code": "VGEG", - "iata_code": "CGP", - "wikipedia": "http://en.wikipedia.org/wiki/Shah_Amanat_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [91.8147107162383, 22.2455658585738] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Christchurch Int'l", - "abbrev": "CHC", - "location": "terminal", - "gps_code": "NZCH", - "iata_code": "CHC", - "wikipedia": "http://en.wikipedia.org/wiki/Christchurch_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [172.538675565223, -43.4885486784104] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Conakry", - "abbrev": "CKY", - "location": "terminal", - "gps_code": "GUCY", - "iata_code": "CKY", - "wikipedia": "http://en.wikipedia.org/wiki/Conakry_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-13.6210656251671, 9.57418115850082] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Hopkins Int'l", - "abbrev": "CLE", - "location": "terminal", - "gps_code": "KCLE", - "iata_code": "CLE", - "wikipedia": "http://en.wikipedia.org/wiki/Cleveland_Hopkins_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.8384406064046, 41.4111916124966] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Alfonso Bonilla Aragon Int'l", - "abbrev": "CLO", - "location": "terminal", - "gps_code": "SKCL", - "iata_code": "CLO", - "wikipedia": "http://en.wikipedia.org/wiki/Alfonso_Bonilla_Arag%C3%B3n_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.3850714728091, 3.54328635123219] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Cotonou Cadjehon", - "abbrev": "COO", - "location": "terminal", - "gps_code": "DBBB", - "iata_code": "COO", - "wikipedia": "http://en.wikipedia.org/wiki/Cadjehoun_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.3838000724352, 6.3582465034691] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ingeniero Ambrosio L.V. Taravella Int'l", - "abbrev": "COR", - "location": "terminal", - "gps_code": "SACO", - "iata_code": "COR", - "wikipedia": "http://en.wikipedia.org/wiki/Ingeniero_Ambrosio_L.V._Taravella_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-64.2123157670801, -31.3156811684889] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Rafael Nunez", - "abbrev": "CTG", - "location": "terminal", - "gps_code": "SKCG", - "iata_code": "CTG", - "wikipedia": "http://en.wikipedia.org/wiki/Rafael_N%C3%BA%C3%B1ez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.5123349559682, 10.4449381764915] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Cancun", - "abbrev": "CUN", - "location": "terminal", - "gps_code": "MMUN", - "iata_code": "CUN", - "wikipedia": "http://en.wikipedia.org/wiki/Canc%C3%BAn_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.8744172506694, 21.04019667144] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "General R F Villalobos Int'l", - "abbrev": "CUU", - "location": "terminal", - "gps_code": "MMCU", - "iata_code": "CUU", - "wikipedia": "http://en.wikipedia.org/wiki/General_Roberto_Fierro_Villalobos_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-105.969204692629, 28.7039984997679] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Zia Int'l Dhaka", - "abbrev": "DAC", - "location": "terminal", - "gps_code": "VGHS", - "iata_code": "DAC", - "wikipedia": "http://en.wikipedia.org/wiki/Zia_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [90.4049241599237, 23.8481243218127] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major and military", - "name": "Darwin Int'l", - "abbrev": "DRW", - "location": "terminal", - "gps_code": "YPDN", - "iata_code": "DRW", - "wikipedia": "http://en.wikipedia.org/wiki/Darwin_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [130.877501436774, -12.4080559966556] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Louis Botha", - "abbrev": "DUR", - "location": "terminal", - "gps_code": "FADN", - "iata_code": "DUR", - "wikipedia": "http://en.wikipedia.org/wiki/Durban_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.9457081940881, -29.965914250828] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Lubumbashi Luano Int'l", - "abbrev": "FBM", - "location": "terminal", - "gps_code": "FZQA", - "iata_code": "FBM", - "wikipedia": "http://en.wikipedia.org/wiki/Lubumbashi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.5292, -11.5908] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Saiss", - "abbrev": "FEZ", - "location": "terminal", - "gps_code": "GMFF", - "iata_code": "FEZ", - "wikipedia": "http://en.wikipedia.org/wiki/Sa%C3%AFss_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.98214637678303, 33.9305251844673] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kinshasa N Djili Int'l", - "abbrev": "FIH", - "location": "terminal", - "gps_code": "FZAA", - "iata_code": "FIH", - "wikipedia": "http://en.wikipedia.org/wiki/Kinshasa_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.4465162074561, -4.38916882197582] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Freetown Lungi", - "abbrev": "FNA", - "location": "terminal", - "gps_code": "GFLL", - "iata_code": "FNA", - "wikipedia": "http://en.wikipedia.org/wiki/Lungi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-13.2002296786483, 8.61542361726369] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sunan", - "abbrev": "FNJ", - "location": "terminal", - "gps_code": "ZKPY", - "iata_code": "FNJ", - "wikipedia": "http://en.wikipedia.org/wiki/Sunan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.675321571201, 39.2001771667656] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vasilyevka", - "abbrev": "FRU", - "location": "terminal", - "gps_code": "UAFM", - "iata_code": "FRU", - "wikipedia": "http://en.wikipedia.org/wiki/Manas_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.468800339909, 43.0554527233303] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sir Seretse Khama Int'l", - "abbrev": "GBE", - "location": "terminal", - "gps_code": "FBSK", - "iata_code": "GBE", - "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seretse_Khama_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.9243808264147, -24.5580718089441] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Don Miguel Hidalgo Int'l", - "abbrev": "GDL", - "location": "terminal", - "gps_code": "MMGL", - "iata_code": "GDL", - "wikipedia": "http://en.wikipedia.org/wiki/Don_Miguel_Hidalgo_y_Costilla_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-103.300766222752, 20.5246863485173] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Glasgow Int'l", - "abbrev": "GLA", - "location": "terminal", - "gps_code": "EGPF", - "iata_code": "GLA", - "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-4.43167796995107, 55.8641828570355] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "La Aurora", - "abbrev": "GUA", - "location": "terminal", - "gps_code": "MGGT", - "iata_code": "GUA", - "wikipedia": "http://en.wikipedia.org/wiki/La_Aurora_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.530181111378, 14.5881608290051] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Simon Bolivar Int'l", - "abbrev": "GYE", - "location": "terminal", - "gps_code": "SEGU", - "iata_code": "GYE", - "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Joaqu%C3%ADn_de_Olmedo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.887009643933, -2.15833790699136] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Noi Bai", - "abbrev": "HAN", - "location": "terminal", - "gps_code": "VVNB", - "iata_code": "HAN", - "wikipedia": "http://en.wikipedia.org/wiki/Noi_Bai_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [105.803759436806, 21.2145596707245] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Jose Marti Int'l", - "abbrev": "HAV", - "location": "terminal", - "gps_code": "MUHA", - "iata_code": "HAV", - "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mart%C3%AD_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.4074206289499, 22.9973533364428] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Borg El Arab Int'l", - "abbrev": "HBE", - "location": "terminal", - "gps_code": "HEBA", - "iata_code": "HBE", - "wikipedia": "http://en.wikipedia.org/wiki/Borg_El_Arab_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [29.69266601523, 30.9183712786239] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "King Abdul Aziz Int'l", - "abbrev": "JED", - "location": "terminal", - "gps_code": "OEJN", - "iata_code": "JED", - "wikipedia": "http://en.wikipedia.org/wiki/King_Abdulaziz_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.1504996780448, 21.6706857878128] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kano Mallam Aminu Int'l", - "abbrev": "KAN", - "location": "terminal", - "gps_code": "DNKN", - "iata_code": "KAN", - "wikipedia": "http://en.wikipedia.org/wiki/Mallam_Aminu_Kano_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.52213718395767, 12.0457071601746] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kashi", - "abbrev": "KHG", - "location": "terminal", - "gps_code": "ZWSH", - "iata_code": "KHG", - "wikipedia": "http://en.wikipedia.org/wiki/Kashgar_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [76.0130148060075, 39.5379686306258] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Norman Manley Int'l", - "abbrev": "KIN", - "location": "terminal", - "gps_code": "MKJP", - "iata_code": "KIN", - "wikipedia": "http://en.wikipedia.org/wiki/Norman_Manley_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.7786897616577, 17.9375751552752] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Tribhuvan Int'l", - "abbrev": "KTM", - "location": "terminal", - "gps_code": "VNKT", - "iata_code": "KTM", - "wikipedia": "http://en.wikipedia.org/wiki/Tribhuvan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [85.357139531668, 27.7002816751609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Luanda 4 de Fevereiro", - "abbrev": "LAD", - "location": "terminal", - "gps_code": "FNLU", - "iata_code": "LAD", - "wikipedia": "http://en.wikipedia.org/wiki/Quatro_de_Fevereiro_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.2347957502699, -8.84831327917379] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Pulkovo 2", - "abbrev": "LED", - "location": "terminal", - "gps_code": "ULLI", - "iata_code": "LED", - "wikipedia": "http://en.wikipedia.org/wiki/Pulkovo_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [30.3070976454648, 59.8054061601897] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Allama Iqbal Int'l", - "abbrev": "LHE", - "location": "terminal", - "gps_code": "OPLA", - "iata_code": "LHE", - "wikipedia": "http://en.wikipedia.org/wiki/Allama_Iqbal_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [74.4108810181748, 31.5206296518206] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Kamuzu Int'l", - "abbrev": "LLW", - "location": "terminal", - "gps_code": "FWKI", - "iata_code": "LLW", - "wikipedia": "http://en.wikipedia.org/wiki/Lilongwe_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [33.7827885019788, -13.788622823746] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Lagos Murtala Muhammed", - "abbrev": "LOS", - "location": "terminal", - "gps_code": "DNMM", - "iata_code": "LOS", - "wikipedia": "http://en.wikipedia.org/wiki/Murtala_Mohammed_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [3.32112435281334, 6.57825944540467] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "El Alto Int'l", - "abbrev": "LPB", - "location": "terminal", - "gps_code": "SLLP", - "iata_code": "LPB", - "wikipedia": "http://en.wikipedia.org/wiki/El_Alto_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.1780055277945, -16.5098792213977] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Lusaka Int'l", - "abbrev": "LUN", - "location": "terminal", - "gps_code": "FLLS", - "iata_code": "LUN", - "wikipedia": "http://en.wikipedia.org/wiki/Lusaka_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.4455443211019, -15.3268522509447] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Luxor", - "abbrev": "LXR", - "location": "terminal", - "gps_code": "HELX", - "iata_code": "LXR", - "wikipedia": "http://en.wikipedia.org/wiki/Luxor_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [32.7032970848623, 25.6730347786023] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Chennai Int'l", - "abbrev": "MAA", - "location": "terminal", - "gps_code": "VOMM", - "iata_code": "MAA", - "wikipedia": "http://en.wikipedia.org/wiki/Chennai_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [80.1637759731545, 12.9825301669154] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "La Chinita Int'l", - "abbrev": "MAR", - "location": "terminal", - "gps_code": "SVMC", - "iata_code": "MAR", - "wikipedia": "http://en.wikipedia.org/wiki/La_Chinita_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.7237688094687, 10.5557594684972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Jose Maria Cordova", - "abbrev": "MDE", - "location": "terminal", - "gps_code": "SKRG", - "iata_code": "MDE", - "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mar%C3%ADa_C%C3%B3rdova_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.4269557399772, 6.171001614358] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Memphis Int'l", - "abbrev": "MEM", - "location": "terminal", - "gps_code": "KMEM", - "iata_code": "MEM", - "wikipedia": "http://en.wikipedia.org/wiki/Memphis_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.9816280353237, 35.0444101240089] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Augusto Cesar Sandino Int'l", - "abbrev": "MGA", - "location": "terminal", - "gps_code": "MNMG", - "iata_code": "MGA", - "wikipedia": "http://en.wikipedia.org/wiki/Augusto_C._Sandino_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-86.1712846229543, 12.144635873435] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mashhad", - "abbrev": "MHD", - "location": "terminal", - "gps_code": "OIMM", - "iata_code": "MHD", - "wikipedia": "http://en.wikipedia.org/wiki/Mashhad_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [59.6421943574029, 36.2275503134984] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Miami Int'l", - "abbrev": "MIA", - "location": "terminal", - "gps_code": "KMIA", - "iata_code": "MIA", - "wikipedia": "http://en.wikipedia.org/wiki/Miami_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.2789718277441, 25.7949407212406] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Lic M Crecencio Rejon Int'l", - "abbrev": "MID", - "location": "terminal", - "gps_code": "MMMD", - "iata_code": "MID", - "wikipedia": "http://en.wikipedia.org/wiki/Manuel_Crescencio_Rej%C3%B3n_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-89.6630235736434, 20.9338603864296] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Luqa", - "abbrev": "MLA", - "location": "terminal", - "gps_code": "LMML", - "iata_code": "MLA", - "wikipedia": "http://en.wikipedia.org/wiki/Malta_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.4952644555055, 35.8489307943501] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Moi Int'l", - "abbrev": "MBA", - "location": "terminal", - "gps_code": "HKMO", - "iata_code": "MBA", - "wikipedia": "http://en.wikipedia.org/wiki/Moi_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.6026631870383, -4.03265262579657] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Moshoeshoe I Int'l", - "abbrev": "MSU", - "location": "terminal", - "gps_code": "FXMM", - "iata_code": "MSU", - "wikipedia": "http://en.wikipedia.org/wiki/Moshoeshoe_I_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [27.5592160333614, -29.4555740046101] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "New Orleans Int'l", - "abbrev": "MSY", - "location": "terminal", - "gps_code": "KMSY", - "iata_code": "MSY", - "wikipedia": "http://en.wikipedia.org/wiki/Louis_Armstrong_New_Orleans_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.2566939480594, 29.9851141460622] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major and military", - "name": "Multan", - "abbrev": "MUX", - "location": "runway", - "gps_code": "OPMT", - "iata_code": "MUX", - "wikipedia": "http://en.wikipedia.org/wiki/Multan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [71.418995432932, 30.1950780904965] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Carrasco Int'l", - "abbrev": "MVD", - "location": "terminal", - "gps_code": "SUMU", - "iata_code": "MVD", - "wikipedia": "http://en.wikipedia.org/wiki/Carrasco_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-56.026636146282, -34.8410485988569] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "General Rafael Buelna Int'l", - "abbrev": "MZT", - "location": "terminal", - "gps_code": "MMMZ", - "iata_code": "MZT", - "wikipedia": "http://en.wikipedia.org/wiki/General_Rafael_Buelna_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.270016617885, 23.1665960971345] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Nassau Int'l", - "abbrev": "NAS", - "location": "terminal", - "gps_code": "MYNN", - "iata_code": "NAS", - "wikipedia": "http://en.wikipedia.org/wiki/Lynden_Pindling_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-77.4648472290944, 25.0486910600866] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ndjamena", - "abbrev": "NDJ", - "location": "terminal", - "gps_code": "FTTJ", - "iata_code": "NDJ", - "wikipedia": "http://en.wikipedia.org/wiki/N'Djamena_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.0330446385559, 12.1295400184115] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Niamey", - "abbrev": "NIM", - "location": "terminal", - "gps_code": "DRRN", - "iata_code": "NIM", - "wikipedia": "http://en.wikipedia.org/wiki/Diori_Hamani_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.17730671184125, 13.4767572807942] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mactan-Cebu Int'l", - "abbrev": "CEB", - "location": "terminal", - "gps_code": "RPVM", - "iata_code": "CEB", - "wikipedia": "http://en.wikipedia.org/wiki/Mactan-Cebu_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [123.979134508664, 10.3158756727292] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Nova Lisboa", - "abbrev": "NOV", - "location": "terminal", - "gps_code": "FNHU", - "iata_code": "NOV", - "wikipedia": "http://en.wikipedia.org/wiki/Nova_Lisboa_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [15.7497618459595, -12.8025414575915] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Eppley Airfield", - "abbrev": "OMA", - "location": "terminal", - "gps_code": "KOMA", - "iata_code": "OMA", - "wikipedia": "http://en.wikipedia.org/wiki/Eppley_Airfield", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-95.8994157953121, 41.2997111453012] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Nome", - "abbrev": "OME", - "location": "terminal", - "gps_code": "PAOM", - "iata_code": "OME", - "wikipedia": "http://en.wikipedia.org/wiki/Nome_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-165.441641712281, 64.5072207026631] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Ouagadougou", - "abbrev": "OUA", - "location": "terminal", - "gps_code": "DFFD", - "iata_code": "OUA", - "wikipedia": "http://en.wikipedia.org/wiki/Ouagadougou_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-1.51380536165114, 12.3535800260473] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Mais Gate Int'l", - "abbrev": "PAP", - "location": "terminal", - "gps_code": "MTPP", - "iata_code": "PAP", - "wikipedia": "http://en.wikipedia.org/wiki/Toussaint_Louverture_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-72.2944780260473, 18.5756829054286] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Puebla", - "abbrev": "PBC", - "location": "terminal", - "gps_code": "MMPB", - "iata_code": "PBC", - "wikipedia": "http://en.wikipedia.org/wiki/Hermanos_Serd%C3%A1n_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-98.375759790423, 19.1637935465841] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Portland Int'l", - "abbrev": "PDX", - "location": "terminal", - "gps_code": "KPDX", - "iata_code": "PDX", - "wikipedia": "http://en.wikipedia.org/wiki/Portland_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.592738881254, 45.5889569315305] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Perth Int'l", - "abbrev": "PER", - "location": "terminal", - "gps_code": "YPPH", - "iata_code": "PER", - "wikipedia": "http://en.wikipedia.org/wiki/Perth_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [115.974224942233, -31.9411297945783] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "H F Verwoerd", - "abbrev": "PLZ", - "location": "terminal", - "gps_code": "FAPE", - "iata_code": "PLZ", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Elizabeth_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [25.6117777567602, -33.9840877431374] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "El Tepual Int'l", - "abbrev": "PMC", - "location": "terminal", - "gps_code": "SCTE", - "iata_code": "PMC", - "wikipedia": "http://en.wikipedia.org/wiki/El_Tepual_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.0983841336424, -41.4333820702269] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Pochentong", - "abbrev": "PNH", - "location": "terminal", - "gps_code": "VDPP", - "iata_code": "PNH", - "wikipedia": "http://en.wikipedia.org/wiki/Phnom_Penh_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [104.845027612457, 11.5526449176513] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major and military", - "name": "Pune", - "abbrev": "PNQ", - "location": "terminal", - "gps_code": "VAPO", - "iata_code": "PNQ", - "wikipedia": "http://en.wikipedia.org/wiki/Pune_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.9089838110017, 18.5791766115328] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Port Moresby Int'l", - "abbrev": "POM", - "location": "terminal", - "gps_code": "AYPY", - "iata_code": "POM", - "wikipedia": "http://en.wikipedia.org/wiki/Jacksons_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [147.211250855977, -9.43865269316142] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tocumen Int'l", - "abbrev": "PTY", - "location": "terminal", - "gps_code": "MPTO", - "iata_code": "PTY", - "wikipedia": "http://en.wikipedia.org/wiki/Tocumen_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.3871348215438, 9.06687242265839] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Carlos Ibanez de Campo Int'l", - "abbrev": "PUQ", - "location": "terminal", - "gps_code": "SCCI", - "iata_code": "PUQ", - "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Ibanez_Del_Campo_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.8431237851324, -53.0050698255177] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Durham Int'l", - "abbrev": "RDU", - "location": "terminal", - "gps_code": "KRDU", - "iata_code": "RDU", - "wikipedia": "http://en.wikipedia.org/wiki/Raleigh-Durham_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-78.7913814006751, 35.8752323452255] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mingaladon", - "abbrev": "RGN", - "location": "terminal", - "gps_code": "VYYY", - "iata_code": "RGN", - "wikipedia": "http://en.wikipedia.org/wiki/Yangon_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [96.1341946114947, 16.9011542818251] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Riga", - "abbrev": "RIX", - "location": "terminal", - "gps_code": "EVRA", - "iata_code": "RIX", - "wikipedia": "http://en.wikipedia.org/wiki/Riga_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.9793791116995, 56.9220038786097] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sanaa Int'l", - "abbrev": "SAH", - "location": "terminal", - "gps_code": "OYSN", - "iata_code": "SAH", - "wikipedia": "http://en.wikipedia.org/wiki/Sana'a_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.2246467902561, 15.4739027755737] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Baghdad Int'l", - "abbrev": "SDA", - "location": "terminal", - "gps_code": "ORBI", - "iata_code": "SDA", - "wikipedia": "http://en.wikipedia.org/wiki/Baghdad_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.2289125352942, 33.268162986377] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "De Las Americas Int'l", - "abbrev": "SDQ", - "location": "terminal", - "gps_code": "MDSD", - "iata_code": "SDQ", - "wikipedia": "http://en.wikipedia.org/wiki/Las_Am%C3%A9ricas_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-69.6764726754667, 18.4302196948173] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tan Son Nhat", - "abbrev": "SGN", - "location": "terminal", - "gps_code": "VVTS", - "iata_code": "SGN", - "wikipedia": "http://en.wikipedia.org/wiki/Tan_Son_Nhat_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.664246141375, 10.8163005571879] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Thessaloniki", - "abbrev": "SKG", - "location": "terminal", - "gps_code": "LGTS", - "iata_code": "SKG", - "wikipedia": "http://en.wikipedia.org/wiki/Thessaloniki_International_Airport%2C_%22Macedonia%22", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [22.9764353610613, 40.5238736887775] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vrazhdebna", - "abbrev": "SOF", - "location": "terminal", - "gps_code": "LBSF", - "iata_code": "SOF", - "wikipedia": "http://en.wikipedia.org/wiki/Sofia_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.4024521357708, 42.6891841273195] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Surat", - "abbrev": "STV", - "location": "terminal", - "gps_code": "VASU", - "iata_code": "STV", - "wikipedia": "http://en.wikipedia.org/wiki/Surat_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.7424384372589, 21.1204503297172] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Nausori Int'l", - "abbrev": "SUV", - "location": "terminal", - "gps_code": "NFNA", - "iata_code": "SUV", - "wikipedia": "http://en.wikipedia.org/wiki/Nausori_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [178.560048369959, -18.0458996922854] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Shiraz Int'l", - "abbrev": "SYZ", - "location": "terminal", - "gps_code": "OISS", - "iata_code": "SYZ", - "wikipedia": "http://en.wikipedia.org/wiki/Shiraz_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [52.5897712745211, 29.5458013842874] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gen Francisco J Mina Int'l", - "abbrev": "TAM", - "location": "terminal", - "gps_code": "MMTM", - "iata_code": "TAM", - "wikipedia": "http://en.wikipedia.org/wiki/General_Francisco_Javier_Mina_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.8698137568394, 22.2893319525064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Toncontin Int'l", - "abbrev": "TGU", - "location": "terminal", - "gps_code": "MHTG", - "iata_code": "TGU", - "wikipedia": "http://en.wikipedia.org/wiki/Toncont%C3%ADn_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.2192116348986, 14.0599852192071] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Mehrabad Int'l", - "abbrev": "THR", - "location": "terminal", - "gps_code": "OIII", - "iata_code": "THR", - "wikipedia": "http://en.wikipedia.org/wiki/Mehrabad_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [51.3208069717572, 35.6913743304946] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tirane Rinas", - "abbrev": "TIA", - "location": "terminal", - "gps_code": "LATI", - "iata_code": "TIA", - "wikipedia": "http://en.wikipedia.org/wiki/Tirana_International_Airport_N%C3%ABn%C3%AB_Tereza", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.7150324049722, 41.4208514680567] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "General Abelardo L Rodriguez Int'l", - "abbrev": "TIJ", - "location": "terminal", - "gps_code": "MMTJ", - "iata_code": "TIJ", - "wikipedia": "http://en.wikipedia.org/wiki/General_Abelardo_L._Rodr%C3%ADguez_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-116.975476095598, 32.5460499135013] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Jose Maria Morelos Y Pavon", - "abbrev": "TLC", - "location": "terminal", - "gps_code": "MMTO", - "iata_code": "TLC", - "wikipedia": "http://en.wikipedia.org/wiki/Lic._Adolfo_L%C3%B3pez_Mateos_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.5706494463542, 19.3386880423032] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Ulemiste", - "abbrev": "TLL", - "location": "terminal", - "gps_code": "EETN", - "iata_code": "TLL", - "wikipedia": "http://en.wikipedia.org/wiki/Tallinn_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [24.798964869983, 59.4165014697451] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Ben Gurion", - "abbrev": "TLV", - "location": "terminal", - "gps_code": "LLBG", - "iata_code": "TLV", - "wikipedia": "http://en.wikipedia.org/wiki/Ben_Gurion_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [34.8708499180995, 32.0007468501844] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Sao Tome Salazar", - "abbrev": "TMS", - "location": "terminal", - "gps_code": "FPST", - "iata_code": "TMS", - "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Tom%C3%A9_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [6.71282193005667, 0.374744213699427] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Antananarivo Ivato", - "abbrev": "TNR", - "location": "terminal", - "gps_code": "FMMI", - "iata_code": "TNR", - "wikipedia": "http://en.wikipedia.org/wiki/Ivato_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [47.4753540009579, -18.7993348763082] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tampa Int'l", - "abbrev": "TPA", - "location": "parking", - "gps_code": "KTPA", - "iata_code": "TPA", - "wikipedia": "http://en.wikipedia.org/wiki/Tampa_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.534824252055, 27.9800400852184] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Zim Valencia", - "abbrev": "VLN", - "location": "terminal", - "gps_code": "SVVA", - "iata_code": "VLN", - "wikipedia": "http://en.wikipedia.org/wiki/Arturo_Michelena_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-67.9223617121873, 10.1540056883979] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gumrak", - "abbrev": "VOG", - "location": "terminal", - "gps_code": "URWW", - "iata_code": "VOG", - "wikipedia": "http://en.wikipedia.org/wiki/Volgograd_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [44.354767968489, 48.7916764657611] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Vientiane", - "abbrev": "VTE", - "location": "terminal", - "gps_code": "VLVT", - "iata_code": "VTE", - "wikipedia": "http://en.wikipedia.org/wiki/Wattay_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [102.568238195728, 17.9754595948321] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Viru Viru Int'l", - "abbrev": "VVI", - "location": "terminal", - "gps_code": "SLVR", - "iata_code": "VVI", - "wikipedia": "http://en.wikipedia.org/wiki/Viru_Viru_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.1403888218213, -17.6479468257839] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Wellington Int'l", - "abbrev": "WLG", - "location": "terminal", - "gps_code": "NZWN", - "iata_code": "WLG", - "wikipedia": "http://en.wikipedia.org/wiki/Wellington_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [174.811665268238, -41.3289891844659] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Prince Rupert", - "abbrev": "YPR", - "location": "terminal", - "gps_code": "CYPR", - "iata_code": "YPR", - "wikipedia": "http://en.wikipedia.org/wiki/Prince_Rupert_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-130.44559, 54.292] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Windsor", - "abbrev": "YQG", - "location": "terminal", - "gps_code": "CYQG", - "iata_code": "YQG", - "wikipedia": "http://en.wikipedia.org/wiki/Windsor_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-82.9600877389449, 42.2658784727198] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Regina", - "abbrev": "YQR", - "location": "terminal", - "gps_code": "CYQR", - "iata_code": "YQR", - "wikipedia": "http://en.wikipedia.org/wiki/Regina_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.655433975371, 50.4332192867183] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Vancouver Int'l", - "abbrev": "YVR", - "location": "terminal", - "gps_code": "CYVR", - "iata_code": "YVR", - "wikipedia": "http://en.wikipedia.org/wiki/Vancouver_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-123.180867003812, 49.1935590395715] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Winnipeg Int'l", - "abbrev": "YWG", - "location": "terminal", - "gps_code": "CYWG", - "iata_code": "YWG", - "wikipedia": "http://en.wikipedia.org/wiki/Winnipeg_James_Armstrong_Richardson_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.2267694809585, 49.9033302471671] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "John G Diefenbaker Int'l", - "abbrev": "YXE", - "location": "terminal", - "gps_code": "CYXE", - "iata_code": "YXE", - "wikipedia": "http://en.wikipedia.org/wiki/Saskatoon/John_G._Diefenbaker_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-106.690181967554, 52.1701439447381] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Whitehorse Int'l", - "abbrev": "YXY", - "location": "terminal", - "gps_code": "CYXY", - "iata_code": "YXY", - "wikipedia": "http://en.wikipedia.org/wiki/Whitehorse_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-135.076210089402, 60.7141521481397] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Calgary Int'l", - "abbrev": "YYC", - "location": "terminal", - "gps_code": "CYYC", - "iata_code": "YYC", - "wikipedia": "http://en.wikipedia.org/wiki/Calgary_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-114.010560500236, 51.1308572567549] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Charlottetown", - "abbrev": "YYG", - "location": "terminal", - "gps_code": "CYYG", - "iata_code": "YYG", - "wikipedia": "http://en.wikipedia.org/wiki/Charlottetown_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-63.1312341333234, 46.2858131367525] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Churchill", - "abbrev": "YYQ", - "location": "terminal", - "gps_code": "CYYQ", - "iata_code": "YYQ", - "wikipedia": "http://en.wikipedia.org/wiki/Churchill_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-94.0813639506318, 58.7497237849788] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "St John's Int'l", - "abbrev": "YYT", - "location": "terminal", - "gps_code": "CYYT", - "iata_code": "YYT", - "wikipedia": "http://en.wikipedia.org/wiki/St._John's_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-52.7433337428638, 47.6131179007955] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Yellowknife", - "abbrev": "YZF", - "location": "terminal", - "gps_code": "CYZF", - "iata_code": "YZF", - "wikipedia": "http://en.wikipedia.org/wiki/Yellowknife_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-114.437846335049, 62.4707373610202] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Zagreb", - "abbrev": "ZAG", - "location": "terminal", - "gps_code": "LDZA", - "iata_code": "ZAG", - "wikipedia": "http://en.wikipedia.org/wiki/Zagreb_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.0615138009014, 45.7333266730984] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Zanzibar", - "abbrev": "ZNZ", - "location": "terminal", - "gps_code": "HTZA", - "iata_code": "ZNZ", - "wikipedia": "http://en.wikipedia.org/wiki/Zanzibar_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [39.2223319841558, -6.21857034620282] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Reykjavik Air Terminal", - "abbrev": "REK", - "location": "terminal", - "gps_code": "BIRK", - "iata_code": "REK", - "wikipedia": "http://en.wikipedia.org/wiki/Reykjav%C3%ADk_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-21.9466344031327, 64.1318728609901] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Arkhangelsk-Talagi", - "abbrev": "ARH", - "location": "terminal", - "gps_code": "ULAA", - "iata_code": "ARH", - "wikipedia": "http://en.wikipedia.org/wiki/Talagi_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [40.7133465694594, 64.5967437730455] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Kazan Int'l", - "abbrev": "KZN", - "location": "terminal", - "gps_code": "UWKD", - "iata_code": "KZN", - "wikipedia": "http://en.wikipedia.org/wiki/Kazan_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [49.2984458036407, 55.6080601429765] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Paris Orly", - "abbrev": "ORY", - "location": "parking", - "gps_code": "LFPO", - "iata_code": "ORY", - "wikipedia": "http://en.wikipedia.org/wiki/Orly_Airport_(Paris)", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.36737912783773, 48.7313030458052] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Quebec", - "abbrev": "YQB", - "location": "terminal", - "gps_code": "CYQB", - "iata_code": "YQB", - "wikipedia": "http://en.wikipedia.org/wiki/Qu%C3%A9bec/Jean_Lesage_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.3839280711731, 46.7915684363308] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Montreal-Trudeau", - "abbrev": "YUL", - "location": "terminal", - "gps_code": "CYUL", - "iata_code": "YUL", - "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Pierre_Elliott_Trudeau_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-73.7493162650417, 45.4583512294531] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Narita Int'l", - "abbrev": "NRT", - "location": "terminal", - "gps_code": "RJAA", - "iata_code": "NRT", - "wikipedia": "http://en.wikipedia.org/wiki/Narita_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [140.384401709179, 35.7640560727828] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Chubu Centrair Int'l", - "abbrev": "NGO", - "location": "terminal", - "gps_code": "RJGG", - "iata_code": "NGO", - "wikipedia": "http://en.wikipedia.org/wiki/Ch%C5%ABbu_Centrair_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [136.814771286824, 34.8590296958162] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Okadama", - "abbrev": "OKD", - "location": "terminal", - "gps_code": "RJCO", - "iata_code": "OKD", - "wikipedia": "http://en.wikipedia.org/wiki/Okadama_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [141.382100450075, 43.1106495990979] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Bergen Flesland", - "abbrev": "BGO", - "location": "terminal", - "gps_code": "ENBR", - "iata_code": "BGO", - "wikipedia": "http://en.wikipedia.org/wiki/Bergen_Airport%2C_Flesland", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [5.22725311562336, 60.2890610502966] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tromso Langnes", - "abbrev": "TOS", - "location": "terminal", - "gps_code": "ENTC", - "iata_code": "TOS", - "wikipedia": "http://en.wikipedia.org/wiki/Troms%C3%B8_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.9072624292132, 69.6796790473478] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Val de Caes Int'l", - "abbrev": "BEL", - "location": "terminal", - "gps_code": "SBBE", - "iata_code": "BEL", - "wikipedia": "http://en.wikipedia.org/wiki/Val_de_C%C3%A3es_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-48.4795602893793, -1.38974628795546] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Campo Grande Int'l", - "abbrev": "CGR", - "location": "terminal", - "gps_code": "SBCG", - "iata_code": "CGR", - "wikipedia": "http://en.wikipedia.org/wiki/Campo_Grande_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-54.6689498781305, -20.4572717360311] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Afonso Pena Int'l", - "abbrev": "CWB", - "location": "terminal", - "gps_code": "SBCT", - "iata_code": "CWB", - "wikipedia": "http://en.wikipedia.org/wiki/Afonso_Pena_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-49.1737093663469, -25.5360001430558] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Pinto Martins Int'l", - "abbrev": "FOR", - "location": "terminal", - "gps_code": "SBFZ", - "iata_code": "FOR", - "wikipedia": "http://en.wikipedia.org/wiki/Pinto_Martins_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-38.5407472498334, -3.77859496233091] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Sao Paulo-Guarulhos Int'l", - "abbrev": "GRU", - "location": "terminal", - "gps_code": "SBGR", - "iata_code": "GRU", - "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Paulo-Guarulhos_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-46.481753608842, -23.4261155770421] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Santa Genoveva", - "abbrev": "GYN", - "location": "terminal", - "gps_code": "SBGO", - "iata_code": "GYN", - "wikipedia": "http://en.wikipedia.org/wiki/Santa_Genoveva_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-49.2266464905994, -16.6323665721637] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Salgado Filho Int'l", - "abbrev": "POA", - "location": "terminal", - "gps_code": "SBPA", - "iata_code": "POA", - "wikipedia": "http://en.wikipedia.org/wiki/Salgado_Filho_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-51.1770409488172, -29.9901930170609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gilberto Freyre Int'l", - "abbrev": "REC", - "location": "terminal", - "gps_code": "SBRF", - "iata_code": "REC", - "wikipedia": "http://en.wikipedia.org/wiki/Guararapes_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-34.9182667174851, -8.13162553076239] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Deputado Luis Eduardo Magalhaes Int'l", - "abbrev": "SSA", - "location": "terminal", - "gps_code": "SBSV", - "iata_code": "SSA", - "wikipedia": "http://en.wikipedia.org/wiki/Deputado_Lu%C3%ADs_Eduardo_Magalh%C3%A3es_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-38.3347989911732, -12.9143614970326] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "El Plumerillo", - "abbrev": "MDZ", - "location": "terminal", - "gps_code": "SAME", - "iata_code": "MDZ", - "wikipedia": "http://en.wikipedia.org/wiki/Governor_Francisco_Gabrielli_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-68.7984838394473, -32.8278001692719] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Eduardo Gomes Int'l", - "abbrev": "MAO", - "location": "terminal", - "gps_code": "SBEG", - "iata_code": "MAO", - "wikipedia": "http://en.wikipedia.org/wiki/Eduardo_Gomes_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-60.0460645898854, -3.0321390062591] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Yaounde Nsimalen Int'l", - "abbrev": "NSI", - "location": "terminal", - "gps_code": "FKYS", - "iata_code": "NSI", - "wikipedia": "http://en.wikipedia.org/wiki/Yaound%C3%A9_Nsimalen_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.5479941396807, 3.71484520708126] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Shanghai Pudong Int'l", - "abbrev": "PVG", - "location": "terminal", - "gps_code": "ZSPD", - "iata_code": "PVG", - "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Pudong_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.801518760578, 31.1523090295533] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Marka Int'l", - "abbrev": "ADJ", - "location": "terminal", - "gps_code": "OJAM", - "iata_code": "ADJ", - "wikipedia": "http://en.wikipedia.org/wiki/Marka_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [35.9841052362449, 31.9741994015442] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Male Int'l", - "abbrev": "MLE", - "location": "terminal", - "gps_code": "VRMM", - "iata_code": "MLE", - "wikipedia": "http://en.wikipedia.org/wiki/Mal%C3%A9_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [73.5273902836844, 4.18870090323372] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Gen. Heriberto Jara Int'l", - "abbrev": "VER", - "location": "terminal", - "gps_code": "MMVR", - "iata_code": "VER", - "wikipedia": "http://en.wikipedia.org/wiki/General_Heriberto_Jara_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-96.1835702143695, 19.1424237025017] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Osvaldo Vieira Int'l", - "abbrev": "OXB", - "location": "terminal", - "gps_code": "GGOV", - "iata_code": "OXB", - "wikipedia": "http://en.wikipedia.org/wiki/Osvaldo_Vieira_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-15.651185561666, 11.8889231454855] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Francisco Bangoy Int'l", - "abbrev": "DVO", - "location": "terminal", - "gps_code": "RPMD", - "iata_code": "DVO", - "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Bangoy_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [125.645066609434, 7.13053746163073] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Seychelles Int'l", - "abbrev": "SEZ", - "location": "terminal", - "gps_code": "FSIA", - "iata_code": "SEZ", - "wikipedia": "http://en.wikipedia.org/wiki/Seychelles_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.5115519246793, -4.67106914178521] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Leopold Sedar Senghor Int'l", - "abbrev": "DKR", - "location": "terminal", - "gps_code": "GOOY", - "iata_code": "DKR", - "wikipedia": "http://en.wikipedia.org/wiki/Dakar-Yoff-L%C3%A9opold_S%C3%A9dar_Senghor_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-17.490407907719, 14.7456306146748] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "mid", - "name": "Port Sudan New Int'l", - "abbrev": "PZU", - "location": "terminal", - "gps_code": "HSPN", - "iata_code": "PZU", - "wikipedia": "http://en.wikipedia.org/wiki/Port_Sudan_New_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.2387475981025, 19.4341052385231] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 4, - "type": "major", - "name": "Tashkent Int'l", - "abbrev": "TAS", - "location": "terminal", - "gps_code": "UTTT", - "iata_code": "TAS", - "wikipedia": "http://en.wikipedia.org/wiki/Tashkent_International_Airport", - "natlscale": 50, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [69.2666137241129, 41.2622338767383] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Copenhagen", - "abbrev": "CPH", - "location": "terminal", - "gps_code": "EKCH", - "iata_code": "CPH", - "wikipedia": "http://en.wikipedia.org/wiki/Copenhagen_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.6493508684508, 55.6285017221528] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "mid", - "name": "Aeroportul National Bucuresti-Baneasa", - "abbrev": "BBU", - "location": "terminal", - "gps_code": "LRBS", - "iata_code": "BBU", - "wikipedia": "http://en.wikipedia.org/wiki/Aurel_Vlaicu_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [26.0857251587764, 44.497041455972] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Ferihegy", - "abbrev": "BUD", - "location": "terminal", - "gps_code": "LHBP", - "iata_code": "BUD", - "wikipedia": "http://en.wikipedia.org/wiki/Budapest_Ferihegy_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [19.2622301677881, 47.433274269248] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Chongqing Jiangbei Int'l", - "abbrev": "CKG", - "location": "terminal", - "gps_code": "ZUCK", - "iata_code": "CKG", - "wikipedia": "http://en.wikipedia.org/wiki/Chongqing_Jiangbei_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.638019704811, 29.7240422241688] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Douglas Int'l", - "abbrev": "CLT", - "location": "terminal", - "gps_code": "KCLT", - "iata_code": "CLT", - "wikipedia": "http://en.wikipedia.org/wiki/Charlotte/Douglas_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.9439277342763, 35.2204281685597] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Detroit Metro", - "abbrev": "DTW", - "location": "terminal", - "gps_code": "KDTW", - "iata_code": "DTW", - "wikipedia": "http://en.wikipedia.org/wiki/Detroit_Metropolitan_Wayne_County_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-83.3478935065615, 42.2257204508004] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Dublin", - "abbrev": "DUB", - "location": "terminal", - "gps_code": "EIDW", - "iata_code": "DUB", - "wikipedia": "http://en.wikipedia.org/wiki/Dublin_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-6.24388491037139, 53.42700828497] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Fairbanks Int'l", - "abbrev": "FAI", - "location": "terminal", - "gps_code": "PAFA", - "iata_code": "FAI", - "wikipedia": "http://en.wikipedia.org/wiki/Fairbanks_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-147.865721120795, 64.8180981117369] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Hamburg", - "abbrev": "HAM", - "location": "terminal", - "gps_code": "EDDH", - "iata_code": "HAM", - "wikipedia": "http://en.wikipedia.org/wiki/Hamburg_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [10.005647830925, 53.6320011640866] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Kuala Lumpur Int'l", - "abbrev": "KUL", - "location": "terminal", - "gps_code": "WMKK", - "iata_code": "KUL", - "wikipedia": "http://en.wikipedia.org/wiki/Kuala_Lumpur_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [101.713886325743, 2.74751295791811] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Mccarran Int'l", - "abbrev": "LAS", - "location": "terminal", - "gps_code": "KLAS", - "iata_code": "LAS", - "wikipedia": "http://en.wikipedia.org/wiki/McCarran_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-115.151323951283, 36.0849602383367] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Orlando Int'l", - "abbrev": "MCO", - "location": "terminal", - "gps_code": "KMCO", - "iata_code": "MCO", - "wikipedia": "http://en.wikipedia.org/wiki/Orlando_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-81.3073713307985, 28.4311506791138] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Minneapolis St. Paul Int'l", - "abbrev": "MSP", - "location": "terminal", - "gps_code": "KMSP", - "iata_code": "MSP", - "wikipedia": "http://en.wikipedia.org/wiki/Minneapolis-Saint_Paul_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-93.2081003718301, 44.8820263631968] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Franz-Josef-Strauss", - "abbrev": "MUC", - "location": "terminal", - "gps_code": "EDDM", - "iata_code": "MUC", - "wikipedia": "http://en.wikipedia.org/wiki/Munich_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.7880627192437, 48.3538373961609] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Philadelphia Int'l", - "abbrev": "PHL", - "location": "terminal", - "gps_code": "KPHL", - "iata_code": "PHL", - "wikipedia": "http://en.wikipedia.org/wiki/Philadelphia_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-75.2429857676998, 39.876087236427] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Sky Harbor Int'l", - "abbrev": "PHX", - "location": "terminal", - "gps_code": "KPHX", - "iata_code": "PHX", - "wikipedia": "http://en.wikipedia.org/wiki/Phoenix_Sky_Harbor_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-112.01363529773, 33.4358607639498] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Salt Lake City Int'l", - "abbrev": "SLC", - "location": "terminal", - "gps_code": "KSLC", - "iata_code": "SLC", - "wikipedia": "http://en.wikipedia.org/wiki/Salt_Lake_City_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-111.981984879993, 40.7867290053708] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Lambert St Louis Int'l", - "abbrev": "STL", - "location": "terminal", - "gps_code": "KSTL", - "iata_code": "STL", - "wikipedia": "http://en.wikipedia.org/wiki/Lambert-St._Louis_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-90.3659545350675, 38.7427163155204] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Okecie Int'l", - "abbrev": "WAW", - "location": "terminal", - "gps_code": "EPWA", - "iata_code": "WAW", - "wikipedia": "http://en.wikipedia.org/wiki/Warsaw_Frederic_Chopin_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [20.9727263383587, 52.171026749259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Zurich Int'l", - "abbrev": "ZRH", - "location": "terminal", - "gps_code": "LSZH", - "iata_code": "ZRH", - "wikipedia": "http://en.wikipedia.org/wiki/Z%C3%BCrich_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.56221279534765, 47.4523895064916] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "mid", - "name": "Gosselies", - "abbrev": "CRL", - "location": "terminal", - "gps_code": "EBCI", - "iata_code": "CRL", - "wikipedia": "http://en.wikipedia.org/wiki/Brussels_South_Charleroi_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.4543736298165, 50.4571296549567] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Munich Freight Terminal", - "abbrev": "MUCf", - "location": "freight", - "gps_code": "EDDMf", - "iata_code": "MUCf", - "wikipedia": "http://en.wikipedia.org/wiki/Munich_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.7694828593654, 48.3497964078377] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Barcelona", - "abbrev": "BCN", - "location": "terminal", - "gps_code": "LEBL", - "iata_code": "BCN", - "wikipedia": "http://en.wikipedia.org/wiki/Barcelona_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.07800334981292, 41.3031552797463] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 3, - "type": "major", - "name": "Ruzyn", - "abbrev": "PRG", - "location": "terminal", - "gps_code": "LKPR", - "iata_code": "PRG", - "wikipedia": "http://en.wikipedia.org/wiki/Ruzyn%C4%9B_International_Airport", - "natlscale": 75, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [14.2674849854076, 50.1076511703671] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Hong Kong Int'l", - "abbrev": "HKG", - "location": "terminal", - "gps_code": "VHHH", - "iata_code": "HKG", - "wikipedia": "http://en.wikipedia.org/wiki/Hong_Kong_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [113.935016387376, 22.3153328280868] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Taoyuan", - "abbrev": "TPE", - "location": "terminal", - "gps_code": "RCTP", - "iata_code": "TPE", - "wikipedia": "http://en.wikipedia.org/wiki/Taiwan_Taoyuan_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.231370453323, 25.0767411043346] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Schiphol", - "abbrev": "AMS", - "location": "terminal", - "gps_code": "EHAM", - "iata_code": "AMS", - "wikipedia": "http://en.wikipedia.org/wiki/Amsterdam_Schiphol_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [4.76437693232812, 52.3089323889822] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Singapore Changi", - "abbrev": "SIN", - "location": "terminal", - "gps_code": "WSSS", - "iata_code": "SIN", - "wikipedia": "http://en.wikipedia.org/wiki/Singapore_Changi_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.986413880993, 1.35616083528126] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "London Heathrow", - "abbrev": "LHR", - "location": "parking", - "gps_code": "EGLL", - "iata_code": "LHR", - "wikipedia": "http://en.wikipedia.org/wiki/London_Heathrow_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-0.453156652063309, 51.4709958799938] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Auckland Int'l", - "abbrev": "AKL", - "location": "terminal", - "gps_code": "NZAA", - "iata_code": "AKL", - "wikipedia": "http://en.wikipedia.org/wiki/Auckland_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [174.791719433715, -37.0063551142815] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Anchorage Int'l", - "abbrev": "ANC", - "location": "terminal", - "gps_code": "PALH", - "iata_code": "ANC", - "wikipedia": "http://en.wikipedia.org/wiki/Lake_Hood_Seaplane_Base", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-149.981725100633, 61.1728936745367] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Hartsfield-Jackson Atlanta Int'l", - "abbrev": "ATL", - "location": "terminal", - "gps_code": "KATL", - "iata_code": "ATL", - "wikipedia": "http://en.wikipedia.org/wiki/Hartsfield-Jackson_Atlanta_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-84.4253974336047, 33.6405290807352] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Beijing Capital", - "abbrev": "PEK", - "location": "terminal", - "gps_code": "ZBAA", - "iata_code": "PEK", - "wikipedia": "http://en.wikipedia.org/wiki/Beijing_Capital_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [116.588174004661, 40.078766336331] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Eldorado Int'l", - "abbrev": "BOG", - "location": "terminal", - "gps_code": "SKBO", - "iata_code": "BOG", - "wikipedia": "http://en.wikipedia.org/wiki/El_Dorado_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.1433718001028, 4.69883276192097] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Chhatrapati Shivaji Int'l", - "abbrev": "BOM", - "location": "terminal", - "gps_code": "VABB", - "iata_code": "BOM", - "wikipedia": "http://en.wikipedia.org/wiki/Chhatrapati_Shivaji_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [72.8745639500051, 19.0951019488402] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Gen E L Logan Int'l", - "abbrev": "BOS", - "location": "terminal", - "gps_code": "KBOS", - "iata_code": "BOS", - "wikipedia": "http://en.wikipedia.org/wiki/Logan_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-71.0164066172958, 42.3665658198506] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Baltimore-Washington Int'l Thurgood Marshall", - "abbrev": "BWI", - "location": "terminal", - "gps_code": "KBWI", - "iata_code": "BWI", - "wikipedia": "http://en.wikipedia.org/wiki/Baltimore-Washington_International_Thurgood_Marshall_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-76.6686428352448, 39.1793943583568] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Cairo Int'l", - "abbrev": "CAI", - "location": "terminal", - "gps_code": "HECA", - "iata_code": "CAI", - "wikipedia": "http://en.wikipedia.org/wiki/Cairo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [31.3997430067114, 30.1119904385575] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "mid", - "name": "Casablanca-Anfa", - "abbrev": "CAS", - "location": "terminal", - "gps_code": "GMMC", - "iata_code": "CAS", - "wikipedia": "http://en.wikipedia.org/wiki/Casablanca-Anfa_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-7.66321880771143, 33.5627883851079] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "mid", - "name": "Simon Bolivar Int'l", - "abbrev": "CCS", - "location": "terminal", - "gps_code": "SVMI", - "iata_code": "CCS", - "wikipedia": "http://en.wikipedia.org/wiki/Sim%C3%B3n_Bol%C3%ADvar_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-67.0057488076317, 10.5973549146064] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Cape Town Int'l", - "abbrev": "CPT", - "location": "terminal", - "gps_code": "FACT", - "iata_code": "CPT", - "wikipedia": "http://en.wikipedia.org/wiki/Cape_Town_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [18.5976565083138, -33.9704466120395] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Chengdushuang Liu", - "abbrev": "CTU", - "location": "terminal", - "gps_code": "ZUUU", - "iata_code": "CTU", - "wikipedia": "http://en.wikipedia.org/wiki/Chengdu_Shuangliu_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [103.956136481695, 30.5810712647464] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Indira Gandhi Int'l", - "abbrev": "DEL", - "location": "terminal", - "gps_code": "VIDP", - "iata_code": "DEL", - "wikipedia": "http://en.wikipedia.org/wiki/Indira_Gandhi_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [77.0878362565332, 28.5592039760586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Denver Int'l", - "abbrev": "DEN", - "location": "terminal", - "gps_code": "KDEN", - "iata_code": "DEN", - "wikipedia": "http://en.wikipedia.org/wiki/Denver_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-104.673797338542, 39.849461388151] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Dallas-Ft. Worth Int'l", - "abbrev": "DFW", - "location": "parking", - "gps_code": "KDFW", - "iata_code": "DFW", - "wikipedia": "http://en.wikipedia.org/wiki/Dallas-Fort_Worth_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-97.0403710741144, 32.9001505594816] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Don Muang Int'l", - "abbrev": "DMK", - "location": "terminal", - "gps_code": "VTBD", - "iata_code": "DMK", - "wikipedia": "http://en.wikipedia.org/wiki/Don_Mueang_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [100.602578626505, 13.9202766010347] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Dubai Int'l", - "abbrev": "DXB", - "location": "terminal", - "gps_code": "OMDB", - "iata_code": "DXB", - "wikipedia": "http://en.wikipedia.org/wiki/Dubai_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [55.3540769172243, 25.2525655938182] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Newark Int'l", - "abbrev": "EWR", - "location": "terminal", - "gps_code": "KEWR", - "iata_code": "EWR", - "wikipedia": "http://en.wikipedia.org/wiki/Newark_Liberty_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-74.1771472796706, 40.6904798278929] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Ministro Pistarini Int'l", - "abbrev": "EZE", - "location": "terminal", - "gps_code": "SAEZ", - "iata_code": "EZE", - "wikipedia": "http://en.wikipedia.org/wiki/Ministro_Pistarini_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-58.5412456939382, -34.8136469380323] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Fort Lauderdale Hollywood Int'l", - "abbrev": "FLL", - "location": "terminal", - "gps_code": "KFLL", - "iata_code": "FLL", - "wikipedia": "http://en.wikipedia.org/wiki/Fort_Lauderdale-Hollywood_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-80.1452588465189, 26.0717095746827] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "George Bush Intercontinental", - "abbrev": "IAH", - "location": "terminal", - "gps_code": "KIAH", - "iata_code": "IAH", - "wikipedia": "http://en.wikipedia.org/wiki/George_Bush_Intercontinental_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-95.3337047912947, 29.9865909034907] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Ataturk Hava Limani", - "abbrev": "IST", - "location": "terminal", - "gps_code": "LTBA", - "iata_code": "IST", - "wikipedia": "http://en.wikipedia.org/wiki/Atat%C3%BCrk_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.8195493087893, 40.9778388177797] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "OR Tambo Int'l", - "abbrev": "JNB", - "location": "terminal", - "gps_code": "FAJS", - "iata_code": "JNB", - "wikipedia": "http://en.wikipedia.org/wiki/OR_Tambo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [28.2319885648741, -26.1320953994887] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "mid", - "name": "Juneau Int'l", - "abbrev": "JNU", - "location": "terminal", - "gps_code": "PAJN", - "iata_code": "JNU", - "wikipedia": "http://en.wikipedia.org/wiki/Juneau_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-134.583573037872, 58.3589441045951] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Los Angeles Int'l", - "abbrev": "LAX", - "location": "terminal", - "gps_code": "KLAX", - "iata_code": "LAX", - "wikipedia": "http://en.wikipedia.org/wiki/Los_Angeles_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-118.402468548522, 33.9441742543586] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Linate", - "abbrev": "LIN", - "location": "terminal", - "gps_code": "LIML", - "iata_code": "LIN", - "wikipedia": "http://en.wikipedia.org/wiki/Linate_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [9.27996629691061, 45.4603938456252] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Melbourne Int'l", - "abbrev": "MEL", - "location": "terminal", - "gps_code": "YMML", - "iata_code": "MEL", - "wikipedia": "http://en.wikipedia.org/wiki/Melbourne_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [144.848998091131, -37.6699411967893] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Lic Benito Juarez Int'l", - "abbrev": "MEX", - "location": "terminal", - "gps_code": "MMMX", - "iata_code": "MEX", - "wikipedia": "http://en.wikipedia.org/wiki/Mexico_City_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-99.0826079514239, 19.4354695720494] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Ninoy Aquino Int'l", - "abbrev": "MNL", - "location": "terminal", - "gps_code": "RPLL", - "iata_code": "MNL", - "wikipedia": "http://en.wikipedia.org/wiki/Ninoy_Aquino_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.004122083437, 14.5068323762967] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Jomo Kenyatta Int'l", - "abbrev": "NBO", - "location": "terminal", - "gps_code": "HKJK", - "iata_code": "NBO", - "wikipedia": "http://en.wikipedia.org/wiki/Jomo_Kenyatta_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [36.9250887490366, -1.33052964350634] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Honolulu Int'l", - "abbrev": "HNL", - "location": "terminal", - "gps_code": "PHNL", - "iata_code": "HNL", - "wikipedia": "http://en.wikipedia.org/wiki/Honolulu_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-157.919783173755, 21.332022315024] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Chicago O'Hare Int'l", - "abbrev": "ORD", - "location": "terminal", - "gps_code": "KORD", - "iata_code": "ORD", - "wikipedia": "http://en.wikipedia.org/wiki/O'Hare_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-87.90513439065, 41.9765291023803] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "King Khalid Int'l", - "abbrev": "RUH", - "location": "terminal", - "gps_code": "OERK", - "iata_code": "RUH", - "wikipedia": "http://en.wikipedia.org/wiki/King_Khalid_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [46.701829023464, 24.9590317436512] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Arturo Merino Benitez Int'l", - "abbrev": "SCL", - "location": "terminal", - "gps_code": "SCEL", - "iata_code": "SCL", - "wikipedia": "http://en.wikipedia.org/wiki/Comodoro_Arturo_Merino_Ben%C3%ADtez_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-70.7936860162974, -33.3968336342597] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Tacoma Int'l", - "abbrev": "SEA", - "location": "terminal", - "gps_code": "KSEA", - "iata_code": "SEA", - "wikipedia": "http://en.wikipedia.org/wiki/Seattle-Tacoma_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.302289722924, 47.4435819127259] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "San Francisco Int'l", - "abbrev": "SFO", - "location": "terminal", - "gps_code": "KSFO", - "iata_code": "SFO", - "wikipedia": "http://en.wikipedia.org/wiki/San_Francisco_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-122.383470344449, 37.6170250868054] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Hongqiao", - "abbrev": "SHA", - "location": "terminal", - "gps_code": "ZSSS", - "iata_code": "SHA", - "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Hongqiao_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [121.341183788567, 31.1872574314078] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Sheremtyevo", - "abbrev": "SVO", - "location": "terminal", - "gps_code": "UUEE", - "iata_code": "SVO", - "wikipedia": "http://en.wikipedia.org/wiki/Sheremetyevo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [37.4159690348414, 55.966447172512] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Toronto-Pearson Int'l", - "abbrev": "YYZ", - "location": "terminal", - "gps_code": "CYYZ", - "iata_code": "YYZ", - "wikipedia": "http://en.wikipedia.org/wiki/Toronto_Pearson_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-79.6114193247449, 43.6809595186356] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Kingsford Smith", - "abbrev": "SYD", - "location": "terminal", - "gps_code": "YSSY", - "iata_code": "SYD", - "wikipedia": "http://en.wikipedia.org/wiki/Kingsford_Smith_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [151.166067305601, -33.9365832057717] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Helsinki Vantaa", - "abbrev": "HEL", - "location": "terminal", - "gps_code": "EFHK", - "iata_code": "HEL", - "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Vantaa_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [24.9682078665914, 60.3187158912982] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Charles de Gaulle Int'l", - "abbrev": "CDG", - "location": "terminal", - "gps_code": "LFPG", - "iata_code": "CDG", - "wikipedia": "http://en.wikipedia.org/wiki/Charles_de_Gaulle_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [2.54186776739457, 49.0144200969386] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Berlin-Tegel Int'l", - "abbrev": "TXL", - "location": "terminal", - "gps_code": "EDDT", - "iata_code": "TXL", - "wikipedia": "http://en.wikipedia.org/wiki/Berlin-Tegel_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [13.2903090925074, 52.5544287044101] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Vienna Schwechat Int'l", - "abbrev": "VIE", - "location": "terminal", - "gps_code": "LOWW", - "iata_code": "VIE", - "wikipedia": "http://en.wikipedia.org/wiki/Vienna_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [16.5607679642129, 48.1197563052538] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Frankfurt Int'l", - "abbrev": "FRA", - "location": "terminal", - "gps_code": "EDDF", - "iata_code": "FRA", - "wikipedia": "http://en.wikipedia.org/wiki/Frankfurt_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [8.57182286907608, 50.0506770895207] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Leonardo da Vinci Int'l", - "abbrev": "FCO", - "location": "terminal", - "gps_code": "LIRF", - "iata_code": "FCO", - "wikipedia": "http://en.wikipedia.org/wiki/Leonardo_da_Vinci_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [12.2501008973638, 41.7950786307394] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Osaka Int'l", - "abbrev": "ITM", - "location": "terminal", - "gps_code": "RJOO", - "iata_code": "ITM", - "wikipedia": "http://en.wikipedia.org/wiki/Osaka_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [135.442475256249, 34.7901980848749] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Gimpo Int'l", - "abbrev": "GMP", - "location": "terminal", - "gps_code": "RKSS", - "iata_code": "GMP", - "wikipedia": "http://en.wikipedia.org/wiki/Gimpo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [126.802392860276, 37.5573005399508] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Oslo Gardermoen", - "abbrev": "OSL", - "location": "terminal", - "gps_code": "ENGM", - "iata_code": "OSL", - "wikipedia": "http://en.wikipedia.org/wiki/Gardermoen_Air_Station", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [11.0991032762581, 60.1935783171386] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Juscelino Kubitschek Int'l", - "abbrev": "BSB", - "location": "terminal", - "gps_code": "SBBR", - "iata_code": "BSB", - "wikipedia": "http://en.wikipedia.org/wiki/Bras%C3%ADlia_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-47.9207885133625, -15.8699985002824] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Congonhas Int'l", - "abbrev": "CGH", - "location": "terminal", - "gps_code": "SBSP", - "iata_code": "CGH", - "wikipedia": "http://en.wikipedia.org/wiki/Congonhas-S%C3%A3o_Paulo_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-46.6591155302196, -23.62685882701] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Rio de Janeiro-Antonio Carlos Jobim Int'l", - "abbrev": "GIG", - "location": "terminal", - "gps_code": "SBGL", - "iata_code": "GIG", - "wikipedia": "http://en.wikipedia.org/wiki/Rio_de_Janeiro-Gale%C3%A3o_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-43.2483813790683, -22.8123437125006] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Madrid Barajas", - "abbrev": "MAD", - "location": "terminal", - "gps_code": "LEMD", - "iata_code": "MAD", - "wikipedia": "http://en.wikipedia.org/wiki/Madrid_Barajas_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-3.56902665458863, 40.4681282733923] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Luis Munoz Marin", - "abbrev": "SJU", - "location": "terminal", - "gps_code": "TJSJ", - "iata_code": "SJU", - "wikipedia": "http://en.wikipedia.org/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [-66.0042299757548, 18.4380770734949] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Arlanda", - "abbrev": "ARN", - "location": "terminal", - "gps_code": "ESSA", - "iata_code": "ARN", - "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Arlanda_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [17.9307299016916, 59.6511203397372] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Soekarno-Hatta Int'l", - "abbrev": "CGK", - "location": "parking", - "gps_code": "WIII", - "iata_code": "CGK", - "wikipedia": "http://en.wikipedia.org/wiki/Soekarno-Hatta_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [106.654296151172, -6.1266029559729] - } - }, - { - "type": "Feature", - "properties": { - "scalerank": 2, - "type": "major", - "name": "Eleftherios Venizelos Int'l", - "abbrev": "ATH", - "location": "terminal", - "gps_code": "LGAV", - "iata_code": "ATH", - "wikipedia": "http://en.wikipedia.org/wiki/Athens_International_Airport", - "natlscale": 150, - "featureclass": "Airport" - }, - "geometry": { - "type": "Point", - "coordinates": [23.9471160554073, 37.9362331299254] - } - } - ] -} \ No newline at end of file + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "small", + "name": "Sahnewal", + "abbrev": "LUH", + "location": "terminal", + "gps_code": "VILD", + "iata_code": "LUH", + "wikipedia": "http://en.wikipedia.org/wiki/Sahnewal_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.9570722403652, 30.8503598561702] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Solapur", + "abbrev": "SSE", + "location": "terminal", + "gps_code": "VASL", + "iata_code": "SSE", + "wikipedia": "http://en.wikipedia.org/wiki/Solapur_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.9330597710755, 17.625415183635] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Birsa Munda", + "abbrev": "IXR", + "location": "terminal", + "gps_code": "VERC", + "iata_code": "IXR", + "wikipedia": "http://en.wikipedia.org/wiki/Birsa_Munda_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.3235970368767, 23.3177245989962] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Ahwaz", + "abbrev": "AWZ", + "location": "terminal", + "gps_code": "OIAW", + "iata_code": "AWZ", + "wikipedia": "http://en.wikipedia.org/wiki/Ahwaz_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [48.7471065435931, 31.3431585560757] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Gwalior", + "abbrev": "GWL", + "location": "terminal", + "gps_code": "VIGR", + "iata_code": "GWL", + "wikipedia": "http://en.wikipedia.org/wiki/Gwalior_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.2172186546348, 26.285487697937] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Hodeidah Int'l", + "abbrev": "HOD", + "location": "terminal", + "gps_code": "OYHD", + "iata_code": "HOD", + "wikipedia": "http://en.wikipedia.org/wiki/Hodeida_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [42.97109630194, 14.7552534413725] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Devi Ahilyabai Holkar Int'l", + "abbrev": "IDR", + "location": "terminal", + "gps_code": "VAID", + "iata_code": "IDR", + "wikipedia": "http://en.wikipedia.org/wiki/Devi_Ahilyabai_Holkar_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.8092915005895, 22.727749187571] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Gandhinagar", + "abbrev": "ISK", + "location": "ramp", + "gps_code": "VANR", + "iata_code": "ISK", + "wikipedia": "http://en.wikipedia.org/wiki/Gandhinagar_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.8105674924689, 19.9660205672806] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "major and military", + "name": "Chandigarh Int'l", + "abbrev": "IXC", + "location": "terminal", + "gps_code": "VICG", + "iata_code": "IXC", + "wikipedia": "http://en.wikipedia.org/wiki/Chandigarh_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.8017261105242, 30.6707248949667] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Aurangabad", + "abbrev": "IXU", + "location": "terminal", + "gps_code": "VAAU", + "iata_code": "IXU", + "wikipedia": "http://en.wikipedia.org/wiki/Aurangabad_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.3958432922005, 19.8672969621082] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Faisalabad Int'l", + "abbrev": "LYP", + "location": "terminal", + "gps_code": "OPFA", + "iata_code": "LYP", + "wikipedia": "http://en.wikipedia.org/wiki/Faisalabad_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.9878190922305, 31.3627435480862] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Omsk Tsentralny", + "abbrev": "OMS", + "location": "terminal", + "gps_code": "UNOO", + "iata_code": "OMS", + "wikipedia": "http://en.wikipedia.org/wiki/Omsk_Tsentralny_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.3163595376585, 54.9576482934059] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Novosibirsk Tolmachev", + "abbrev": "OVB", + "location": "terminal", + "gps_code": "UNNT", + "iata_code": "OVB", + "wikipedia": "http://en.wikipedia.org/wiki/Tolmachevo_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [82.6671524525865, 55.0095847136264] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Zaporozhye Int'l", + "abbrev": "OZH", + "location": "runway", + "gps_code": "UKDE", + "iata_code": "OZH", + "wikipedia": "http://en.wikipedia.org/wiki/Zaporizhia_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.3018728575279, 47.8732635579023] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Simpang Tiga", + "abbrev": "PKU", + "location": "terminal", + "gps_code": "WIBB", + "iata_code": "PKU", + "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Syarif_Qasim_II_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [101.446569298441, 0.464600872998505] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Rota Int'l", + "abbrev": "ROP", + "location": "terminal", + "gps_code": "PGRO", + "iata_code": "ROP", + "wikipedia": "http://en.wikipedia.org/wiki/Rota_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [145.243980298582, 14.1717712971216] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Surgut", + "abbrev": "SGC", + "location": "terminal", + "gps_code": "USRR", + "iata_code": "SGC", + "wikipedia": "http://en.wikipedia.org/wiki/Surgut_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.4084964764375, 61.3401672194481] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Tiruchirappalli", + "abbrev": "TRZ", + "location": "terminal", + "gps_code": "VOTR", + "iata_code": "TRZ", + "wikipedia": "http://en.wikipedia.org/wiki/Tiruchirappalli_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.7089578747476, 10.7603571306554] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Turbat Int'l", + "abbrev": "TUK", + "location": "terminal", + "gps_code": "OPTU", + "iata_code": "TUK", + "wikipedia": "http://en.wikipedia.org/wiki/Turbat_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [63.0279333519181, 25.988794590011] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Quetta Int'l", + "abbrev": "UET", + "location": "terminal", + "gps_code": "OPQT", + "iata_code": "UET", + "wikipedia": "http://en.wikipedia.org/wiki/Quetta_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [66.9487311480949, 30.249043186181] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Zahedan Int'l", + "abbrev": "ZAH", + "location": "terminal", + "gps_code": "OIZH", + "iata_code": "ZAH", + "wikipedia": "http://en.wikipedia.org/wiki/Zahedan_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [60.900708564915, 29.4752941956573] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Abdul Rachman Saleh", + "abbrev": "MLG", + "location": "ramp", + "gps_code": "WARA", + "iata_code": "MLG", + "wikipedia": "http://en.wikipedia.org/wiki/Abdul_Rachman_Saleh_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [112.711418617258, -7.92998002840567] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Barnaul", + "abbrev": "BAX", + "location": "ramp", + "gps_code": "UNBB", + "iata_code": "BAX", + "wikipedia": "http://en.wikipedia.org/wiki/Barnaul_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [83.5504532124038, 53.3633850813046] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "military mid", + "name": "Adampur", + "abbrev": "VIAX", + "location": "runway", + "gps_code": "VIAX", + "iata_code": null, + "wikipedia": null, + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.7584828456005, 31.4329422397715] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "military", + "name": "Bareilly", + "abbrev": "VIBY", + "location": "runway", + "gps_code": "VIBY", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Bareilly_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.452002687657, 28.4218087161144] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "small", + "name": "Dhamial", + "abbrev": "OPQS", + "location": "runway", + "gps_code": "OPQS", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Dhamial_Army_Airbase", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.0320498392002, 33.5614146278861] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "major", + "name": "Cheongju Int'l", + "abbrev": "CJJ", + "location": "terminal", + "gps_code": "RKTU", + "iata_code": "CJJ", + "wikipedia": "http://en.wikipedia.org/wiki/Cheongju_International_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [127.495916124681, 36.7220227766673] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid and military", + "name": "Gwangju", + "abbrev": "KWJ", + "location": "terminal", + "gps_code": "RKJJ", + "iata_code": "KWJ", + "wikipedia": "http://en.wikipedia.org/wiki/Gwangju_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.810839481226, 35.1400051390198] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Daegu Int'l", + "abbrev": "TAE", + "location": "terminal", + "gps_code": "RKTN", + "iata_code": "TAE", + "wikipedia": "http://en.wikipedia.org/wiki/Daegu_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [128.637537699933, 35.8999277969087] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Ulsan", + "abbrev": "USN", + "location": "terminal", + "gps_code": "RKPU", + "iata_code": "USN", + "wikipedia": "http://en.wikipedia.org/wiki/Ulsan_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [129.355731047528, 35.5928957527107] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Radin Inten II", + "abbrev": "WIIT", + "location": "terminal", + "gps_code": "WIAT", + "iata_code": "TKG", + "wikipedia": "http://en.wikipedia.org/wiki/Radin_Inten_II_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [105.176060419161, -5.242566777132] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "military", + "name": "Allahabad", + "abbrev": "IXD", + "location": "ramp", + "gps_code": "VIAL", + "iata_code": "IXD", + "wikipedia": "http://en.wikipedia.org/wiki/Allahabad_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [81.7317271462187, 25.443522027821] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 9, + "type": "mid", + "name": "Chelyabinsk", + "abbrev": "CEK", + "location": "terminal", + "gps_code": "USCC", + "iata_code": "CEK", + "wikipedia": "http://en.wikipedia.org/wiki/Chelyabinsk_Airport", + "natlscale": 8, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [61.5122589740201, 55.2977919496055] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Tainan", + "abbrev": "TNN", + "location": "ramp", + "gps_code": "RCNN", + "iata_code": "TNN", + "wikipedia": "http://en.wikipedia.org/wiki/Tainan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.209733318093, 22.950667918347] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Taichung", + "abbrev": "RMQ", + "location": "ramp", + "gps_code": "RCMQ", + "iata_code": "RMQ", + "wikipedia": "http://en.wikipedia.org/wiki/Taichung_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.630703547584, 24.2666555567115] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rotterdam The Hague", + "abbrev": "RTM", + "location": "terminal", + "gps_code": "EHRD", + "iata_code": "RTM", + "wikipedia": "http://en.wikipedia.org/wiki/Rotterdam_The_Hague_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.43384434962877, 51.9491301899382] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Voronezh-Chertovitskoye", + "abbrev": "VOZ", + "location": "terminal", + "gps_code": "UUOO", + "iata_code": "VOZ", + "wikipedia": "http://en.wikipedia.org/wiki/Voronezh_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.2254496447973, 51.8126171268344] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Liverpool John Lennon", + "abbrev": "LPL", + "location": "ramp", + "gps_code": "EGGP", + "iata_code": "LPL", + "wikipedia": "http://en.wikipedia.org/wiki/Liverpool_John_Lennon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.85862065784938, 53.3363751054422] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vishakapatnam", + "abbrev": "VTZ", + "location": "terminal", + "gps_code": "VEVZ", + "iata_code": "VTZ", + "wikipedia": "http://en.wikipedia.org/wiki/Visakhapatnam_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [83.2235216387465, 17.7279577384364] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Sultan Hasanuddin Int'l", + "abbrev": "UPG", + "location": "terminal", + "gps_code": "WAAA", + "iata_code": "UPG", + "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Hasanuddin_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [119.545691342151, -5.05893689455779] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vava'u Int'l", + "abbrev": "VAV", + "location": "terminal", + "gps_code": "NFTV", + "iata_code": "VAV", + "wikipedia": "http://en.wikipedia.org/wiki/Vava'u_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-173.968093944159, -18.5860058550654] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Newcastle Int'l", + "abbrev": "NCL", + "location": "terminal", + "gps_code": "EGNT", + "iata_code": "NCL", + "wikipedia": "http://en.wikipedia.org/wiki/Newcastle_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.71034578407216, 55.037084860802] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Goloson Int'l", + "abbrev": "LCE", + "location": "terminal", + "gps_code": "MHLC", + "iata_code": "LCE", + "wikipedia": "http://en.wikipedia.org/wiki/Golos%C3%B3n_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.8514685020011, 15.7451596659126] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Madinah Int'l", + "abbrev": "MED", + "location": "terminal", + "gps_code": "OEMA", + "iata_code": "MED", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_Mohammad_Bin_Abdulaziz_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.6991359560417, 24.5442339605661] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mirabel Int'l", + "abbrev": "YMX", + "location": "terminal", + "gps_code": "CYMX", + "iata_code": "YMX", + "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Mirabel_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.0287382984814, 45.6832250979267] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Palanga Int'l", + "abbrev": "PLQ", + "location": "terminal", + "gps_code": "EYPA", + "iata_code": "PLQ", + "wikipedia": "http://en.wikipedia.org/wiki/Palanga_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [21.0974463986251, 55.9713426235358] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jaipur Int'l", + "abbrev": "JAI", + "location": "terminal", + "gps_code": "VIJP", + "iata_code": "JAI", + "wikipedia": "http://en.wikipedia.org/wiki/Jaipur_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.8010104192668, 26.8211798100605] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sonari", + "abbrev": "IXW", + "location": "terminal", + "gps_code": "VEJS", + "iata_code": "IXW", + "wikipedia": "http://en.wikipedia.org/wiki/Sonari_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [86.1724662363776, 22.8154145110242] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Yenisehir", + "abbrev": "YEI", + "location": "ramp", + "gps_code": "LTBR", + "iata_code": "YEI", + "wikipedia": "http://en.wikipedia.org/wiki/Yeni%C5%9Fehir_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.54492, 40.2555395007473] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Sakirpasa", + "abbrev": "ADA", + "location": "terminal", + "gps_code": "LTAF", + "iata_code": "ADA", + "wikipedia": "http://en.wikipedia.org/wiki/Adana_%C5%9Eakirpa%C5%9Fa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.2969614268338, 36.9852090641795] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kodiak", + "abbrev": "ADQ", + "location": "ramp", + "gps_code": "PADQ", + "iata_code": "ADQ", + "wikipedia": "http://en.wikipedia.org/wiki/Kodiak_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-152.485638515235, 57.7485921070483] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Amarillo Int'l", + "abbrev": "AMA", + "location": "terminal", + "gps_code": "KAMA", + "iata_code": "AMA", + "wikipedia": "http://en.wikipedia.org/wiki/Rick_Husband_Amarillo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.705352772697, 35.2184031919398] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Alice Springs", + "abbrev": "ASP", + "location": "terminal", + "gps_code": "YBAS", + "iata_code": "ASP", + "wikipedia": "http://en.wikipedia.org/wiki/Alice_Springs_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [133.902918, -23.801968] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Raja Sansi Int'l", + "abbrev": "ATQ", + "location": "terminal", + "gps_code": "VIAR", + "iata_code": "ATQ", + "wikipedia": "http://en.wikipedia.org/wiki/Raja_Sansi_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.8071559719824, 31.7068220258888] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Biju Patnaik", + "abbrev": "BBI", + "location": "terminal", + "gps_code": "VEBS", + "iata_code": "BBI", + "wikipedia": "http://en.wikipedia.org/wiki/Biju_Patnaik_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.8168899544429, 20.2526659754734] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Bethel", + "abbrev": "BET", + "location": "runway", + "gps_code": "PABE", + "iata_code": "BET", + "wikipedia": "http://en.wikipedia.org/wiki/Bethel_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-161.83898695944, 60.7787379834088] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Palonegro", + "abbrev": "BGA", + "location": "terminal", + "gps_code": "SKBG", + "iata_code": "BGA", + "wikipedia": "http://en.wikipedia.org/wiki/Palonegro_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.1809207725361, 7.12770915402685] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Birmingham Int'l", + "abbrev": "BHM", + "location": "terminal", + "gps_code": "KBHM", + "iata_code": "BHM", + "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(US)", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.7523773615462, 33.5618672828058] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Broken Hill", + "abbrev": "BHQ", + "location": "terminal", + "gps_code": "YBHI", + "iata_code": "BHQ", + "wikipedia": "http://en.wikipedia.org/wiki/Broken_Hill_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [141.470407303097, -31.998996737463] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Logan Int'l", + "abbrev": "BIL", + "location": "terminal", + "gps_code": "KBIL", + "iata_code": "BIL", + "wikipedia": "http://en.wikipedia.org/wiki/Billings_Logan_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-108.536929388125, 45.8036855715278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Bismarck Muni.", + "abbrev": "BIS", + "location": "terminal", + "gps_code": "KBIS", + "iata_code": "BIS", + "wikipedia": "http://en.wikipedia.org/wiki/Bismarck_Municipal_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.757471303717, 46.7751066661614] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Del Bajio Int'l", + "abbrev": "BJX", + "location": "terminal", + "gps_code": "MMLO", + "iata_code": "BJX", + "wikipedia": "http://en.wikipedia.org/wiki/Del_Baj%C3%ADo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.478753382467, 20.9858871211938] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Benin", + "abbrev": "BNI", + "location": "terminal", + "gps_code": "DNBE", + "iata_code": "BNI", + "wikipedia": "http://en.wikipedia.org/wiki/Benin_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.603682560067, 6.31716689207818] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bourgas", + "abbrev": "BOJ", + "location": "ramp", + "gps_code": "LBBG", + "iata_code": "BOJ", + "wikipedia": "http://en.wikipedia.org/wiki/Burgas_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.5164093662953, 42.5670835487702] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bremen", + "abbrev": "BRE", + "location": "terminal", + "gps_code": "EDDW", + "iata_code": "BRE", + "wikipedia": "http://en.wikipedia.org/wiki/Bremen_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.7858617703132, 53.052287104156] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jacinto Lara Int'l", + "abbrev": "BRM", + "location": "terminal", + "gps_code": "SVBM", + "iata_code": "BRM", + "wikipedia": "http://en.wikipedia.org/wiki/Jacinto_Lara_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.356102, 10.0453] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Brownsville-South Padre Island Int'l", + "abbrev": "BRO", + "location": "terminal", + "gps_code": "KBRO", + "iata_code": "BRO", + "wikipedia": "http://en.wikipedia.org/wiki/Brownsville/South_Padre_Island_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.431765340232, 25.9062743545347] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bristol Int'l", + "abbrev": "BRS", + "location": "terminal", + "gps_code": "EGGD", + "iata_code": "BRS", + "wikipedia": "http://en.wikipedia.org/wiki/Bristol_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.71086469134308, 51.3862934189148] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Baton Rouge Metro", + "abbrev": "BTR", + "location": "terminal", + "gps_code": "KBTR", + "iata_code": "BTR", + "wikipedia": "http://en.wikipedia.org/wiki/Baton_Rouge_Metropolitan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-91.1567544048105, 30.5326138040586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bratislava-M.R. Stefanik", + "abbrev": "BTS", + "location": "terminal", + "gps_code": "LZIB", + "iata_code": "BTS", + "wikipedia": "http://en.wikipedia.org/wiki/M._R._%C5%A0tef%C3%A1nik_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.1999850022208, 48.1698379062535] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Burlington Int'l", + "abbrev": "BTV", + "location": "terminal", + "gps_code": "KBTV", + "iata_code": "BTV", + "wikipedia": "http://en.wikipedia.org/wiki/Burlington_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.1550787790668, 44.4692066040732] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Columbia Metro", + "abbrev": "CAE", + "location": "terminal", + "gps_code": "KCAE", + "iata_code": "CAE", + "wikipedia": "http://en.wikipedia.org/wiki/Columbia_Metropolitan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.1093352429377, 33.9342054584275] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Calicut Int'l", + "abbrev": "CCJ", + "location": "terminal", + "gps_code": "VOCL", + "iata_code": "CCJ", + "wikipedia": "http://en.wikipedia.org/wiki/Calicut_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.950993063051, 11.1395520526064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Cocos (Keeling) Islands", + "abbrev": "CCK", + "location": "terminal", + "gps_code": "YPCC", + "iata_code": "CCK", + "wikipedia": "http://en.wikipedia.org/wiki/Cocos_(Keeling)_Islands_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [96.8287472144207, -12.1851585953293] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Corfu Int'l (Ioannis Kapodistrias)", + "abbrev": "CFU", + "location": "terminal", + "gps_code": "LGKR", + "iata_code": "CFU", + "wikipedia": "http://en.wikipedia.org/wiki/Corfu_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.9147561641662, 39.6067554505259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Changchun Longjia Int'l", + "abbrev": "CGQ", + "location": "terminal", + "gps_code": "ZYCC", + "iata_code": "CGQ", + "wikipedia": "http://en.wikipedia.org/wiki/Changchun_Longjia_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.690456812998, 43.993011479577] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Charleston Int'l", + "abbrev": "CHS", + "location": "terminal", + "gps_code": "KCHS", + "iata_code": "CHS", + "wikipedia": "http://en.wikipedia.org/wiki/Charleston_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.0369337438262, 32.8845301562965] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Coimbatore", + "abbrev": "CJB", + "location": "terminal", + "gps_code": "VOCB", + "iata_code": "CJB", + "wikipedia": "http://en.wikipedia.org/wiki/Coimbatore_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.038893772262, 11.0301415125983] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Someseni", + "abbrev": "CLJ", + "location": "ramp", + "gps_code": "LRCL", + "iata_code": "CLJ", + "wikipedia": "http://en.wikipedia.org/wiki/Cluj-Napoca_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.6869812680486, 46.7826626340243] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ignacio Agramonte", + "abbrev": "CMW", + "location": "terminal", + "gps_code": "MUCM", + "iata_code": "CMW", + "wikipedia": "http://en.wikipedia.org/wiki/Ignacio_Agramonte_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.8451039935167, 21.4247037281961] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Casper/Natrona County Int'l", + "abbrev": "CPR", + "location": "terminal", + "gps_code": "KCPR", + "iata_code": "CPR", + "wikipedia": "http://en.wikipedia.org/wiki/Casper/Natrona_County_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.464444809692, 42.8971900483006] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Clark Int'l", + "abbrev": "CRK", + "location": "ramp", + "gps_code": "RPLC", + "iata_code": "CRK", + "wikipedia": "http://en.wikipedia.org/wiki/Clark_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.550770223914, 15.1876422423888] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Yeager", + "abbrev": "CRW", + "location": "terminal", + "gps_code": "KCRW", + "iata_code": "CRW", + "wikipedia": "http://en.wikipedia.org/wiki/Yeager_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.5964164667526, 38.3705914372865] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Catania Fontanarossa", + "abbrev": "CTA", + "location": "terminal", + "gps_code": "LICC", + "iata_code": "CTA", + "wikipedia": "http://en.wikipedia.org/wiki/Catania-Fontanarossa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.0674605007053, 37.470072800341] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Chetumal Int'l", + "abbrev": "CTM", + "location": "terminal", + "gps_code": "MMCM", + "iata_code": "CTM", + "wikipedia": "http://en.wikipedia.org/wiki/Chetumal_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-88.3242600415365, 18.506434233376] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Cardiff", + "abbrev": "CWL", + "location": "terminal", + "gps_code": "EGFF", + "iata_code": "CWL", + "wikipedia": "http://en.wikipedia.org/wiki/Cardiff_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.33956876429118, 51.3986220911017] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gerrard Smith", + "abbrev": "CYB", + "location": "terminal", + "gps_code": "MWCB", + "iata_code": "CYB", + "wikipedia": "http://en.wikipedia.org/wiki/Gerrard_Smith_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.879461638003, 19.6898653962844] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Cozumel Int'l", + "abbrev": "CZM", + "location": "terminal", + "gps_code": "MMCZ", + "iata_code": "CZM", + "wikipedia": "http://en.wikipedia.org/wiki/Cozumel_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.9304064070436, 20.5115543771647] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "James M. Cox Dayton Int'l", + "abbrev": "DAY", + "location": "terminal", + "gps_code": "KDAY", + "iata_code": "DAY", + "wikipedia": "http://en.wikipedia.org/wiki/Dayton_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.2204594238102, 39.8990402865362] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Dubbo", + "abbrev": "DBO", + "location": "approximate", + "gps_code": "YSDU", + "iata_code": "DBO", + "wikipedia": "http://en.wikipedia.org/wiki/Dubbo_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [148.569717, -32.218681] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Washington Nat'l", + "abbrev": "DCA", + "location": "terminal", + "gps_code": "KDCA", + "iata_code": "DCA", + "wikipedia": "http://en.wikipedia.org/wiki/Ronald_Reagan_Washington_National_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.0433373925631, 38.8537162012123] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Durango Int'l", + "abbrev": "DGO", + "location": "terminal", + "gps_code": "MMDO", + "iata_code": "DGO", + "wikipedia": "http://en.wikipedia.org/wiki/General_Guadalupe_Victoria_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.533846024964, 24.1261948326183] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Voloskoye", + "abbrev": "DNK", + "location": "terminal", + "gps_code": "UKDD", + "iata_code": "DNK", + "wikipedia": "http://en.wikipedia.org/wiki/Dnipropetrovsk_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.0939060224975, 48.3675718021117] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Donetsk", + "abbrev": "DOK", + "location": "terminal", + "gps_code": "UKCC", + "iata_code": "DOK", + "wikipedia": "http://en.wikipedia.org/wiki/Donetsk_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.7448085572103, 48.0691671285582] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Santa Bernardina Int'l", + "abbrev": "DZO", + "location": "runway", + "gps_code": "SUDU", + "iata_code": "DZO", + "wikipedia": "http://en.wikipedia.org/wiki/Santa_Bernardina_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-56.4992636213744, -33.3591084475501] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Edinburgh Int'l", + "abbrev": "EDI", + "location": "terminal", + "gps_code": "EGPH", + "iata_code": "EDI", + "wikipedia": "http://en.wikipedia.org/wiki/Edinburgh_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.36428468513555, 55.9485540113639] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Terrance B. Lettsome Int'l", + "abbrev": "EIS", + "location": "terminal", + "gps_code": "TUPJ", + "iata_code": "EIS", + "wikipedia": "http://en.wikipedia.org/wiki/Terrance_B._Lettsome_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.5371514365795, 18.4443618557983] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Elko Reg.", + "abbrev": "EKO", + "location": "terminal", + "gps_code": "KEKO", + "iata_code": "EKO", + "wikipedia": "http://en.wikipedia.org/wiki/Elko_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.786479232249, 40.8276058815225] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ensenada", + "abbrev": "ESE", + "location": "ramp", + "gps_code": "MMES", + "iata_code": "ESE", + "wikipedia": "http://en.wikipedia.org/wiki/Ensenada_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-116.595724400418, 31.7977139760569] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vagar", + "abbrev": "FAE", + "location": "approximate", + "gps_code": "EKVG", + "iata_code": "FAE", + "wikipedia": "http://en.wikipedia.org/wiki/V%C3%A1gar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.2708, 62.0625] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Hector Int'l", + "abbrev": "FAR", + "location": "terminal", + "gps_code": "KFAR", + "iata_code": "FAR", + "wikipedia": "http://en.wikipedia.org/wiki/Hector_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.8254561269675, 46.9198178811323] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fresno Yosemite Int'l", + "abbrev": "FAT", + "location": "terminal", + "gps_code": "KFAT", + "iata_code": "FAT", + "wikipedia": "http://en.wikipedia.org/wiki/Fresno_Yosemite_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-119.720001323576, 36.7698128373959] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Flagstaff Pulliam", + "abbrev": "FLG", + "location": "terminal", + "gps_code": "KFLG", + "iata_code": "FLG", + "wikipedia": "http://en.wikipedia.org/wiki/Flagstaff_Pulliam_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.674656171675, 35.1389116757976] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mundo Maya Int'l", + "abbrev": "FRS", + "location": "terminal", + "gps_code": "MGTK", + "iata_code": "FRS", + "wikipedia": "http://en.wikipedia.org/wiki/Mundo_Maya_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.8778404226508, 16.9149741642226] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sioux Falls Reg.", + "abbrev": "FSD", + "location": "terminal", + "gps_code": "KFSD", + "iata_code": "FSD", + "wikipedia": "http://en.wikipedia.org/wiki/Sioux_Falls_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.7313831017541, 43.5801934972763] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Spokane Int'l", + "abbrev": "GEG", + "location": "terminal", + "gps_code": "KGEG", + "iata_code": "GEG", + "wikipedia": "http://en.wikipedia.org/wiki/Spokane_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.536836628585, 47.6254781278368] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Exuma Int'l", + "abbrev": "GGT", + "location": "terminal", + "gps_code": "MYEF", + "iata_code": "GGT", + "wikipedia": "http://en.wikipedia.org/wiki/Exuma_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.872613085304, 23.5638829069259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gibraltar", + "abbrev": "GIB", + "location": "runway", + "gps_code": "LXGB", + "iata_code": "GIB", + "wikipedia": "http://en.wikipedia.org/wiki/Gibraltar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-5.34677180033388, 36.1512747504173] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gerald R. Ford Int'l", + "abbrev": "GRR", + "location": "terminal", + "gps_code": "KGRR", + "iata_code": "GRR", + "wikipedia": "http://en.wikipedia.org/wiki/Gerald_R._Ford_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-85.529573207274, 42.8847776020908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Triad Int'l", + "abbrev": "GSO", + "location": "terminal", + "gps_code": "KGSO", + "iata_code": "GSO", + "wikipedia": "http://en.wikipedia.org/wiki/Piedmont_Triad_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.9364867577484, 36.1053781998932] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Great Falls Int'l", + "abbrev": "GTF", + "location": "terminal", + "gps_code": "KGTF", + "iata_code": "GTF", + "wikipedia": "http://en.wikipedia.org/wiki/Great_Falls_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.35668472784, 47.482270729263] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Gaziantep Oguzeli Int'l", + "abbrev": "GZT", + "location": "terminal", + "gps_code": "LTAJ", + "iata_code": "GZT", + "wikipedia": "http://en.wikipedia.org/wiki/O%C4%9Fuzeli_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.47380325219, 36.9453633446875] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hubli", + "abbrev": "HBX", + "location": "terminal", + "gps_code": "VAHB", + "iata_code": "HBX", + "wikipedia": "http://en.wikipedia.org/wiki/Hubli_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.0863155680281, 15.3591833386229] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hat Yai Int'l", + "abbrev": "HDY", + "location": "terminal", + "gps_code": "VTSS", + "iata_code": "HDY", + "wikipedia": "http://en.wikipedia.org/wiki/Hat_Yai_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.393751274671, 6.93634231940664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hefei-Luogang", + "abbrev": "HFE", + "location": "ramp", + "gps_code": "ZSOF", + "iata_code": "HFE", + "wikipedia": "http://en.wikipedia.org/wiki/Hefei_Luogang_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [117.304197015888, 31.7798576795778] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Hurghada Int'l", + "abbrev": "HRG", + "location": "terminal", + "gps_code": "HEGN", + "iata_code": "HRG", + "wikipedia": "http://en.wikipedia.org/wiki/Hurghada_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.8071606414118, 27.1804260918186] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Kharkov Int'l", + "abbrev": "HRK", + "location": "ramp", + "gps_code": "UKHH", + "iata_code": "HRK", + "wikipedia": "http://en.wikipedia.org/wiki/Kharkiv_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [36.2822010773503, 49.9215360631551] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Huntsville Int'l", + "abbrev": "HSV", + "location": "terminal", + "gps_code": "KHSV", + "iata_code": "HSV", + "wikipedia": "http://en.wikipedia.org/wiki/Huntsville_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.7749430563373, 34.6483344609319] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ibadan", + "abbrev": "IBA", + "location": "ramp", + "gps_code": "DNIB", + "iata_code": "IBA", + "wikipedia": "http://en.wikipedia.org/wiki/Ibadan_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.9738133433229, 7.36034397269393] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Kansas City Int'l", + "abbrev": "ICT", + "location": "terminal", + "gps_code": "KICT", + "iata_code": "ICT", + "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.4287387683976, 37.6529279603903] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Wilmington Int'l", + "abbrev": "ILM", + "location": "terminal", + "gps_code": "KILM", + "iata_code": "ILM", + "wikipedia": "http://en.wikipedia.org/wiki/Wilmington_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.9103756560469, 34.2667840671996] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ilorin Int'l", + "abbrev": "ILR", + "location": "terminal", + "gps_code": "DNIL", + "iata_code": "ILR", + "wikipedia": "http://en.wikipedia.org/wiki/Ilorin_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.49484038819935, 8.43537651935241] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Falls Int'l", + "abbrev": "INL", + "location": "terminal", + "gps_code": "KINL", + "iata_code": "INL", + "wikipedia": "http://en.wikipedia.org/wiki/Falls_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.3980027552794, 48.5659930848414] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Inverness", + "abbrev": "INV", + "location": "terminal", + "gps_code": "EGPE", + "iata_code": "INV", + "wikipedia": "http://en.wikipedia.org/wiki/Inverness_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.06359175587141, 57.5395002923424] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Imperial Cty.", + "abbrev": "IPL", + "location": "terminal", + "gps_code": "KIPL", + "iata_code": "IPL", + "wikipedia": "http://en.wikipedia.org/wiki/Imperial_County_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.57199556658, 32.8339586685524] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jammu", + "abbrev": "IXJ", + "location": "terminal", + "gps_code": "VIJU", + "iata_code": "IXJ", + "wikipedia": "http://en.wikipedia.org/wiki/Jammu_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.8423077638915, 32.6810428886225] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Madurai", + "abbrev": "IXM", + "location": "terminal", + "gps_code": "VOMD", + "iata_code": "IXM", + "wikipedia": "http://en.wikipedia.org/wiki/Madurai_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.0911394937194, 9.83718627877566] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Jodhpur", + "abbrev": "JDH", + "location": "terminal", + "gps_code": "VIJO", + "iata_code": "JDH", + "wikipedia": "http://en.wikipedia.org/wiki/Jodhpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.0505491895671, 26.2637623458351] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jabalpur", + "abbrev": "JLR", + "location": "terminal", + "gps_code": "VAJB", + "iata_code": "JLR", + "wikipedia": "http://en.wikipedia.org/wiki/Jabalpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.0587438885277, 23.1845328746465] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kilimanjaro Int'l", + "abbrev": "JRO", + "location": "terminal", + "gps_code": "HTKJ", + "iata_code": "JRO", + "wikipedia": "http://en.wikipedia.org/wiki/Kilimanjaro_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.0651896067748, -3.42444495998178] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kaduna", + "abbrev": "KAD", + "location": "terminal", + "gps_code": "DNKA", + "iata_code": "KAD", + "wikipedia": "http://en.wikipedia.org/wiki/Kaduna_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.32525347407434, 10.6946192862391] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kananga", + "abbrev": "KGA", + "location": "terminal", + "gps_code": "FZUA", + "iata_code": "KGA", + "wikipedia": "http://en.wikipedia.org/wiki/Kananga_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [22.478333248269, -5.90016656227041] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kumasi", + "abbrev": "KMS", + "location": "terminal", + "gps_code": "DGSI", + "iata_code": "KMS", + "wikipedia": "http://en.wikipedia.org/wiki/Kumasi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.59257526582362, 6.71460638750365] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vina del Mar", + "abbrev": "KNA", + "location": "ramp", + "gps_code": "SCVM", + "iata_code": "KNA", + "wikipedia": "http://en.wikipedia.org/wiki/Vi%C3%B1a_del_Mar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.4806025354969, -32.948391765136] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kanpur", + "abbrev": "KNU", + "location": "terminal", + "gps_code": "VIKA", + "iata_code": "KNU", + "wikipedia": "http://en.wikipedia.org/wiki/Kanpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.3675338772002, 26.4388334467042] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kona Int'l at Keahole", + "abbrev": "KOA", + "location": "terminal", + "gps_code": "PHKO", + "iata_code": "KOA", + "wikipedia": "http://en.wikipedia.org/wiki/Kona_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-156.040889471058, 19.7370991399442] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kirkwall", + "abbrev": "KOI", + "location": "ramp", + "gps_code": "EGPA", + "iata_code": "KOI", + "wikipedia": "http://en.wikipedia.org/wiki/Kirkwall_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.90137849524508, 58.9544288788304] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kota", + "abbrev": "KTU", + "location": "terminal", + "gps_code": "VIKO", + "iata_code": "KTU", + "wikipedia": "http://en.wikipedia.org/wiki/Kota_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [75.8504977944552, 25.1634187166743] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Konya", + "abbrev": "KYA", + "location": "terminal", + "gps_code": "LTAN", + "iata_code": "KYA", + "wikipedia": "http://en.wikipedia.org/wiki/Konya_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.5756732669687, 37.9839945531695] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Blue Grass", + "abbrev": "LEX", + "location": "terminal", + "gps_code": "KLEX", + "iata_code": "LEX", + "wikipedia": "http://en.wikipedia.org/wiki/Blue_Grass_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.5982681918786, 38.0374273181372] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lihue", + "abbrev": "LIH", + "location": "terminal", + "gps_code": "PHLI", + "iata_code": "LIH", + "wikipedia": "http://en.wikipedia.org/wiki/Lihu'e_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-159.349084290522, 21.9781243162088] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Little Rock National", + "abbrev": "LIT", + "location": "terminal", + "gps_code": "KLIT", + "iata_code": "LIT", + "wikipedia": "http://en.wikipedia.org/wiki/Little_Rock_National_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-92.2205881319289, 34.7284300415179] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Los Mochis", + "abbrev": "LMM", + "location": "ramp", + "gps_code": "MMLM", + "iata_code": "LMM", + "wikipedia": "http://en.wikipedia.org/wiki/Federal_del_Valle_del_Fuerte_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-109.082694645261, 25.688508826099] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Venustiano Carranza Int'l", + "abbrev": "LOV", + "location": "runway", + "gps_code": "MMMV", + "iata_code": "LOV", + "wikipedia": "http://en.wikipedia.org/wiki/Venustiano_Carranza_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.464960031751, 26.9553927160699] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Laredo Int'l", + "abbrev": "LRD", + "location": "terminal", + "gps_code": "KLRD", + "iata_code": "LRD", + "wikipedia": "http://en.wikipedia.org/wiki/Laredo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.4556603976513, 27.5436657175825] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sumburgh", + "abbrev": "LSI", + "location": "runway", + "gps_code": "EGPB", + "iata_code": "LSI", + "wikipedia": "http://en.wikipedia.org/wiki/Sumburgh_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.28806068838754, 59.8766899598999] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bassel Al-Assad Int'l", + "abbrev": "LTK", + "location": "terminal", + "gps_code": "OSLK", + "iata_code": "LTK", + "wikipedia": "http://en.wikipedia.org/wiki/Bassel_Al-Assad_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.9442407096663, 35.4073114596744] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "London Luton", + "abbrev": "LTN", + "location": "terminal", + "gps_code": "EGGW", + "iata_code": "LTN", + "wikipedia": "http://en.wikipedia.org/wiki/London_Luton_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.376227267397439, 51.8802952570969] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Svalbard Longyear", + "abbrev": "LYR", + "location": "terminal", + "gps_code": "ENSB", + "iata_code": "LYR", + "wikipedia": "http://en.wikipedia.org/wiki/Svalbard_Airport%2C_Longyear", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.495229, 78.246717] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sangster Int'l", + "abbrev": "MBJ", + "location": "runway", + "gps_code": "MKJS", + "iata_code": "MBJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sangster_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.9183907635752, 18.5011549298249] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mandalay Int'l", + "abbrev": "MDL", + "location": "terminal", + "gps_code": "VYMD", + "iata_code": "MDL", + "wikipedia": "http://en.wikipedia.org/wiki/Mandalay_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [95.9706535950217, 21.7055490680274] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Chicago Midway Int'l", + "abbrev": "MDW", + "location": "terminal", + "gps_code": "KMDW", + "iata_code": "MDW", + "wikipedia": "http://en.wikipedia.org/wiki/Chicago_Midway_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.7421266885612, 41.7883492597409] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Eloy Alfaro Int'l", + "abbrev": "MEC", + "location": "runway", + "gps_code": "SEMT", + "iata_code": "MEC", + "wikipedia": "http://en.wikipedia.org/wiki/Manta_Air_Base", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.6833845995774, -0.949557002112883] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Montgomery Reg.", + "abbrev": "MGM", + "location": "terminal", + "gps_code": "KMGM", + "iata_code": "MGM", + "wikipedia": "http://en.wikipedia.org/wiki/Montgomery_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.3903074602686, 32.3045879909631] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Manchester-Boston Reg.", + "abbrev": "MHT", + "location": "terminal", + "gps_code": "KMHT", + "iata_code": "MHT", + "wikipedia": "http://en.wikipedia.org/wiki/Manchester-Boston_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.4375239091857, 42.9279139945886] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Maiduguri Int'l", + "abbrev": "DNMA", + "location": "terminal", + "gps_code": "DNMA", + "iata_code": "MIU", + "wikipedia": "http://en.wikipedia.org/wiki/Maiduguri_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.0851390162471, 11.8534713188527] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mbuji Mayi", + "abbrev": "MJM", + "location": "terminal", + "gps_code": "FZWA", + "iata_code": "MJM", + "wikipedia": "http://en.wikipedia.org/wiki/Mbuji_Mayi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.5721091989052, -6.12484541348812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Minot Int'l", + "abbrev": "MOT", + "location": "terminal", + "gps_code": "KMOT", + "iata_code": "MOT", + "wikipedia": "http://en.wikipedia.org/wiki/Minot_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-101.2913855313, 48.2556049212839] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Missoula Int'l", + "abbrev": "MSO", + "location": "terminal", + "gps_code": "KMSO", + "iata_code": "MSO", + "wikipedia": "http://en.wikipedia.org/wiki/Missoula_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-114.083694923651, 46.9187604768831] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gen R.S. Taboada Int'l", + "abbrev": "MXL", + "location": "terminal", + "gps_code": "MMML", + "iata_code": "MXL", + "wikipedia": "http://en.wikipedia.org/wiki/General_Rodolfo_S%C3%A1nchez_Taboada_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.247874047841, 32.6285643324607] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Malpensa", + "abbrev": "MXP", + "location": "terminal", + "gps_code": "LIMC", + "iata_code": "MXP", + "wikipedia": "http://en.wikipedia.org/wiki/Malpensa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.71295953502437, 45.6274405140381] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Norfolk Island", + "abbrev": "NLK", + "location": "terminal", + "gps_code": "YSNF", + "iata_code": "NLK", + "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_Island_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [167.943394116205, -29.0351592555275] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Nurnberg", + "abbrev": "NUE", + "location": "terminal", + "gps_code": "EDDN", + "iata_code": "NUE", + "wikipedia": "http://en.wikipedia.org/wiki/Nuremberg_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.0774179739096, 49.4945052170345] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Odessa Int'l", + "abbrev": "ODS", + "location": "terminal", + "gps_code": "UKOO", + "iata_code": "ODS", + "wikipedia": "http://en.wikipedia.org/wiki/Odessa_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.6768308310206, 46.4406268759106] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Gold Coast", + "abbrev": "OOL", + "location": "terminal", + "gps_code": "YBCG", + "iata_code": "OOL", + "wikipedia": "http://en.wikipedia.org/wiki/Gold_Coast_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [153.512876264303, -28.1665168540202] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Oran Es Senia", + "abbrev": "ORN", + "location": "terminal", + "gps_code": "DAOO", + "iata_code": "ORN", + "wikipedia": "http://en.wikipedia.org/wiki/Oran_Es_S%C3%A9nia_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.60679696443112, 35.6202747312735] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lok Nayak Jaiprakash", + "abbrev": "PAT", + "location": "terminal", + "gps_code": "VEPT", + "iata_code": "PAT", + "wikipedia": "http://en.wikipedia.org/wiki/Lok_Nayak_Jayaprakash_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.0909021314663, 25.5944434295605] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Paysandu", + "abbrev": "PDU", + "location": "terminal", + "gps_code": "SUPU", + "iata_code": "PDU", + "wikipedia": "http://en.wikipedia.org/wiki/Paysand%C3%BA_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-58.0685346825257, -32.3614545292723] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Paphos Int'l", + "abbrev": "PFO", + "location": "ramp", + "gps_code": "LCPH", + "iata_code": "PFO", + "wikipedia": "http://en.wikipedia.org/wiki/Paphos_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.4832322064926, 34.7134012817335] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sultan Mahmud Badaruddin II", + "abbrev": "PLM", + "location": "terminal", + "gps_code": "WIPP", + "iata_code": "PLM", + "wikipedia": "http://en.wikipedia.org/wiki/Sultan_Mahmud_Badaruddin_II_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.699128326762, -2.89999345005997] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Polokwane Int'l", + "abbrev": "PTG", + "location": "terminal", + "gps_code": "FAPP", + "iata_code": "PTG", + "wikipedia": "http://en.wikipedia.org/wiki/Polokwane_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.4533403645644, -23.858986270166] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Punta Cana", + "abbrev": "PUJ", + "location": "terminal", + "gps_code": "MDPC", + "iata_code": "PUJ", + "wikipedia": "http://en.wikipedia.org/wiki/Punta_Cana_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.3632351074649, 18.563039033987] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Queretaro Int'l", + "abbrev": "QRO", + "location": "terminal", + "gps_code": "MMQT", + "iata_code": "QRO", + "wikipedia": "http://en.wikipedia.org/wiki/Quer%C3%A9taro_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.18735943003, 20.622466071278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rajkot", + "abbrev": "RAJ", + "location": "runway", + "gps_code": "VARK", + "iata_code": "RAJ", + "wikipedia": "http://en.wikipedia.org/wiki/Rajkot_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [70.7799548311565, 22.3092816988361] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Richmond Int'l", + "abbrev": "RIC", + "location": "terminal", + "gps_code": "KRIC", + "iata_code": "RIC", + "wikipedia": "http://en.wikipedia.org/wiki/Richmond_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.333119638113, 37.5082899750901] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Shah Makhdum", + "abbrev": "RJH", + "location": "terminal", + "gps_code": "VGRJ", + "iata_code": "RJH", + "wikipedia": "http://en.wikipedia.org/wiki/Shah_Makhdum_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [88.6138045704431, 24.4448068623035] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Greater Rochester Int'l", + "abbrev": "ROC", + "location": "terminal", + "gps_code": "KROC", + "iata_code": "ROC", + "wikipedia": "http://en.wikipedia.org/wiki/Greater_Rochester_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.6652445062197, 43.1275519826482] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rockhampton", + "abbrev": "ROK", + "location": "terminal", + "gps_code": "YBRK", + "iata_code": "ROK", + "wikipedia": "http://en.wikipedia.org/wiki/Rockhampton_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [150.4789, -23.378599] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rostov-on-Don", + "abbrev": "ROV", + "location": "terminal", + "gps_code": "URRR", + "iata_code": "ROV", + "wikipedia": "http://en.wikipedia.org/wiki/Rostov-on-Don_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.8035144445391, 47.2551119519754] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Saratov", + "abbrev": "RTW", + "location": "ramp", + "gps_code": "UWSS", + "iata_code": "RTW", + "wikipedia": "http://en.wikipedia.org/wiki/Saratov_Tsentralny_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [46.035023249891, 51.5606456508842] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Ramon Villeda Morales Int'l", + "abbrev": "SAP", + "location": "terminal", + "gps_code": "MHLM", + "iata_code": "SAP", + "wikipedia": "http://en.wikipedia.org/wiki/Ram%C3%B3n_Villeda_Morales_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.9272365125409, 15.4558630524883] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Santa Barbara Muni.", + "abbrev": "SBA", + "location": "terminal", + "gps_code": "KSBA", + "iata_code": "SBA", + "wikipedia": "http://en.wikipedia.org/wiki/Santa_Barbara_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-119.8366015808, 34.4257312978783] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Deadhorse", + "abbrev": "SCC", + "location": "ramp", + "gps_code": "PASC", + "iata_code": "SCC", + "wikipedia": "http://en.wikipedia.org/wiki/Deadhorse_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-148.457855, 70.19751] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kangerlussuaq", + "abbrev": "SFJ", + "location": "ramp", + "gps_code": "BGSF", + "iata_code": "SFJ", + "wikipedia": "http://en.wikipedia.org/wiki/Kangerlussuaq_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-50.694199, 67.018097] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Springfield Reg.", + "abbrev": "SGF", + "location": "terminal", + "gps_code": "KSGF", + "iata_code": "SGF", + "wikipedia": "http://en.wikipedia.org/wiki/Springfield/Branson_National_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.3826379012003, 37.2421444903024] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Shreveport Reg.", + "abbrev": "SHV", + "location": "terminal", + "gps_code": "KSHV", + "iata_code": "SHV", + "wikipedia": "http://en.wikipedia.org/wiki/Shreveport_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.8285222229503, 32.4545798866513] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Simferopol Int'l", + "abbrev": "SIP", + "location": "ramp", + "gps_code": "UKFF", + "iata_code": "SIP", + "wikipedia": "http://en.wikipedia.org/wiki/Simferopol_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.9960529244537, 45.0202173978165] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sitka Rocky Gutierrez", + "abbrev": "SIT", + "location": "terminal", + "gps_code": "PASI", + "iata_code": "SIT", + "wikipedia": "http://en.wikipedia.org/wiki/Sitka_Rocky_Gutierrez_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-135.365692, 57.05349] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Los Cabos Int'l", + "abbrev": "SJD", + "location": "terminal", + "gps_code": "MMSD", + "iata_code": "SJD", + "wikipedia": "http://en.wikipedia.org/wiki/Los_Cabos_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-109.717858386909, 23.1626574483597] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "McNary Field", + "abbrev": "SLE", + "location": "terminal", + "gps_code": "KSLE", + "iata_code": "SLE", + "wikipedia": "http://en.wikipedia.org/wiki/McNary_Field", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-123.007871479404, 44.9105138452143] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Plan de Guadalupe", + "abbrev": "SLW", + "location": "ramp", + "gps_code": "MMIO", + "iata_code": "SLW", + "wikipedia": "http://en.wikipedia.org/wiki/Plan_de_Guadalupe_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.932260548587, 25.5479976419974] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Shannon", + "abbrev": "SNN", + "location": "terminal", + "gps_code": "EINN", + "iata_code": "SNN", + "wikipedia": "http://en.wikipedia.org/wiki/Shannon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.92242885557686, 52.6934537102532] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Santo Pekoa Int'l", + "abbrev": "SON", + "location": "runway", + "gps_code": "NVSS", + "iata_code": "SON", + "wikipedia": "http://en.wikipedia.org/wiki/Santo-Pekoa_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [167.220894919375, -15.5055387370858] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Achmad Yani", + "abbrev": "SRG", + "location": "terminal", + "gps_code": "WARS", + "iata_code": "SRG", + "wikipedia": "http://en.wikipedia.org/wiki/Achmad_Yani_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [110.378556255666, -6.97873484956982] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Srinagar", + "abbrev": "SXR", + "location": "ramp", + "gps_code": "VISR", + "iata_code": "SXR", + "wikipedia": "http://en.wikipedia.org/wiki/Srinagar_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.7826243672311, 33.9830909431623] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Tapachula Int'l", + "abbrev": "TAP", + "location": "ramp", + "gps_code": "MMTP", + "iata_code": "TAP", + "wikipedia": "http://en.wikipedia.org/wiki/Tapachula_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-92.370003, 14.7911281338773] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Podgorica", + "abbrev": "TGD", + "location": "terminal", + "gps_code": "LYPG", + "iata_code": "TGD", + "wikipedia": "http://en.wikipedia.org/wiki/Podgorica_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.2466868618873, 42.3679335195428] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Tallahassee Reg.", + "abbrev": "TLH", + "location": "terminal", + "gps_code": "KTLH", + "iata_code": "TLH", + "wikipedia": "http://en.wikipedia.org/wiki/Tallahassee_Regional_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.3449953984858, 30.3955576176938] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Turin Int'l", + "abbrev": "TRN", + "location": "terminal", + "gps_code": "LIMF", + "iata_code": "TRN", + "wikipedia": "http://en.wikipedia.org/wiki/Turin_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.64416230362133, 45.1916600734642] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Taiyuan Wusu Int'l", + "abbrev": "TYN", + "location": "terminal", + "gps_code": "ZBYN", + "iata_code": "TYN", + "wikipedia": "http://en.wikipedia.org/wiki/Taiyuan_Wusu_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [112.625891539315, 37.7545117791512] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Narsarsuaq", + "abbrev": "UAK", + "location": "ramp", + "gps_code": "BGBW", + "iata_code": "UAK", + "wikipedia": "http://en.wikipedia.org/wiki/Narsarsuaq_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-45.4164008923108, 61.1625968337328] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Rayong", + "abbrev": "UTP", + "location": "ramp", + "gps_code": "VTBU", + "iata_code": "UTP", + "wikipedia": "http://en.wikipedia.org/wiki/U-Tapao_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [101.00020929048, 12.6852930912664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Victoria Falls", + "abbrev": "VFA", + "location": "runway", + "gps_code": "FVFA", + "iata_code": "VFA", + "wikipedia": "http://en.wikipedia.org/wiki/Victoria_Falls_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.8467677208826, -18.0990155983682] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vijaywada", + "abbrev": "VGA", + "location": "ramp", + "gps_code": "VOBZ", + "iata_code": "VGA", + "wikipedia": "http://en.wikipedia.org/wiki/Vijayawada_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.7973080000675, 16.528642778235] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Varanasi", + "abbrev": "VNS", + "location": "terminal", + "gps_code": "VIBN", + "iata_code": "VNS", + "wikipedia": "http://en.wikipedia.org/wiki/Varanasi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [82.8538741913527, 25.4499077329822] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Juan Gualberto Gomez", + "abbrev": "VRA", + "location": "terminal", + "gps_code": "MUVR", + "iata_code": "VRA", + "wikipedia": "http://en.wikipedia.org/wiki/Juan_Gualberto_G%C3%B3mez_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.4367103850623, 23.0395422339631] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Villahermosa", + "abbrev": "VSA", + "location": "terminal", + "gps_code": "MMVA", + "iata_code": "VSA", + "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Rovirosa_P%C3%A9rez_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-92.8190675836262, 17.9930660113111] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Brandon", + "abbrev": "YBR", + "location": "terminal", + "gps_code": "CYBR", + "iata_code": "YBR", + "wikipedia": "http://en.wikipedia.org/wiki/Brandon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.9458959002463, 49.9047279410277] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military major", + "name": "CFB Edmonton", + "abbrev": "YED", + "location": "ramp", + "gps_code": "CYED", + "iata_code": "YED", + "wikipedia": "http://en.wikipedia.org/wiki/CFB_Edmonton", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-113.478839054497, 53.6749156618668] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Iqaluit", + "abbrev": "YFB", + "location": "terminal", + "gps_code": "CYFB", + "iata_code": "YFB", + "wikipedia": "http://en.wikipedia.org/wiki/Iqaluit_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.5367292441812, 63.7511523537807] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "John C. Munro Hamilton Int'l", + "abbrev": "YHM", + "location": "terminal", + "gps_code": "CYHM", + "iata_code": "YHM", + "wikipedia": "http://en.wikipedia.org/wiki/John_C._Munro_Hamilton_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.9264230959967, 43.1633605305096] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fort McMurray", + "abbrev": "YMM", + "location": "terminal", + "gps_code": "CYMM", + "iata_code": "YMM", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_McMurray_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.223840046617, 56.6563171390962] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Yantai", + "abbrev": "YNT", + "location": "terminal", + "gps_code": "ZSYT", + "iata_code": "YNT", + "wikipedia": "http://en.wikipedia.org/wiki/Yantai_Laishan_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.372047417773, 37.4077044726924] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Peace River", + "abbrev": "YPE", + "location": "terminal", + "gps_code": "CYPE", + "iata_code": "YPE", + "wikipedia": "http://en.wikipedia.org/wiki/Peace_River_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.443663208082, 56.231924036745] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Greater Moncton Int'l", + "abbrev": "YQM", + "location": "terminal", + "gps_code": "CYQM", + "iata_code": "YQM", + "wikipedia": "http://en.wikipedia.org/wiki/Greater_Moncton_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.6886696807361, 46.116205963926] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sydney/J.A. Douglas McCurdy", + "abbrev": "YQY", + "location": "terminal", + "gps_code": "CYQY", + "iata_code": "YQY", + "wikipedia": "http://en.wikipedia.org/wiki/Sydney_Airport_(Nova_Scotia)", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.0469372117026, 46.1673405890504] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Resolute Bay", + "abbrev": "YRB", + "location": "runway", + "gps_code": "CYRB", + "iata_code": "YRB", + "wikipedia": "http://en.wikipedia.org/wiki/Resolute_Bay_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.9708023244006, 74.7181860987594] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fort Smith", + "abbrev": "YSM", + "location": "runway", + "gps_code": "CYSM", + "iata_code": "YSM", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_Smith_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.961059938158, 60.0198749602443] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Thompson", + "abbrev": "YTH", + "location": "ramp", + "gps_code": "CYTH", + "iata_code": "YTH", + "wikipedia": "http://en.wikipedia.org/wiki/Thompson_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.860733, 55.797482] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Timmins", + "abbrev": "YTS", + "location": "ramp", + "gps_code": "CYTS", + "iata_code": "YTS", + "wikipedia": "http://en.wikipedia.org/wiki/Timmins_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.372047, 48.566158] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Repulse Bay", + "abbrev": "YUT", + "location": "approximate", + "gps_code": "CYUT", + "iata_code": "YUT", + "wikipedia": "http://en.wikipedia.org/wiki/Repulse_Bay_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.25, 66.533302] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kuujjuaq", + "abbrev": "YVP", + "location": "approximate", + "gps_code": "CYVP", + "iata_code": "YVP", + "wikipedia": "http://en.wikipedia.org/wiki/Kuujjuaq_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.433342, 58.101959] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Wabush", + "abbrev": "YWK", + "location": "ramp", + "gps_code": "CYWK", + "iata_code": "YWK", + "wikipedia": "http://en.wikipedia.org/wiki/Wabush_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-66.873009, 52.926071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Edmonton City Centre", + "abbrev": "YXD", + "location": "terminal", + "gps_code": "CYXD", + "iata_code": "YXD", + "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_City_Centre_(Blatchford_Field)_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-113.522973688581, 53.5709436582812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Fort St. John (N. Peace)", + "abbrev": "YXJ", + "location": "approximate", + "gps_code": "CYXJ", + "iata_code": "YXJ", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_St._John_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-120.736439, 56.246035] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "North Bay/Jack Garland", + "abbrev": "YYB", + "location": "approximate", + "gps_code": "CYYB", + "iata_code": "YYB", + "wikipedia": "http://en.wikipedia.org/wiki/North_Bay/Jack_Garland_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.42491, 46.358711] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Zaria", + "abbrev": "ZAR", + "location": "ramp", + "gps_code": "DNZA", + "iata_code": "ZAR", + "wikipedia": "http://en.wikipedia.org/wiki/Zaria_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.68726764310577, 11.1352958601071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Skopje", + "abbrev": "SKP", + "location": "terminal", + "gps_code": "LWSK", + "iata_code": "SKP", + "wikipedia": "http://en.wikipedia.org/wiki/Skopje_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [21.6281971858229, 41.9564546081544] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Burnpur", + "abbrev": "VE23", + "location": "runway", + "gps_code": "VE23", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Burnpur_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [86.974546776573, 23.6312179107764] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hindon Air Force Station", + "abbrev": "VIDX", + "location": "runway", + "gps_code": "VIDX", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Hindon_Air_Force_Station", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.3507888779117, 28.7077968601071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Sunchon", + "abbrev": null, + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Sunchon_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.890825057486, 39.4119659710565] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lodz Wladyslaw Reymont", + "abbrev": "EPLL", + "location": "terminal", + "gps_code": "EPLL", + "iata_code": "LCJ", + "wikipedia": "http://en.wikipedia.org/wiki/%C5%81%C3%B3d%C5%BA_W%C5%82adys%C5%82aw_Reymont_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.4032148744037, 51.72720704517] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid and military", + "name": "Alma Ata N.W.", + "abbrev": "BXJ", + "location": "ramp", + "gps_code": "UAAR", + "iata_code": "BXJ", + "wikipedia": null, + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.8782640096648, 43.3554190837919] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Jiamusi Dongjiao", + "abbrev": "JMU", + "location": "ramp", + "gps_code": "ZYJM", + "iata_code": "JMU", + "wikipedia": "http://en.wikipedia.org/wiki/Jiamusi_Dongjiao_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [130.456204704407, 46.8430150223379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Mudanjiang Hailang", + "abbrev": "MDG", + "location": "ramp", + "gps_code": "ZYMD", + "iata_code": "MDG", + "wikipedia": "http://en.wikipedia.org/wiki/Mudanjiang_Hailang_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [129.58015153222, 44.5342936299935] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military major", + "name": "Severomorsk-3 (Murmansk N.E.)", + "abbrev": "ULMM", + "location": "runway", + "gps_code": "ULMM", + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Severomorsk-3", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.2903527616285, 69.0168711826804] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mosul Int'l", + "abbrev": "OSB", + "location": "runway", + "gps_code": "ORBM", + "iata_code": "OSB", + "wikipedia": "http://en.wikipedia.org/wiki/Mosul_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.145802, 36.308601] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Rostov N.", + "abbrev": null, + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": null, + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.6353996343665, 47.2774209202867] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rostov S.W.", + "abbrev": null, + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": null, + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.7972215345149, 47.1158577255835] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Oulu", + "abbrev": "OUL", + "location": "terminal", + "gps_code": "EFOU", + "iata_code": "OUL", + "wikipedia": "http://en.wikipedia.org/wiki/Oulu_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.3728374704307, 64.9287992358849] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Bordeaux", + "abbrev": "BOD", + "location": "terminal", + "gps_code": "LFBD", + "iata_code": "BOD", + "wikipedia": "http://en.wikipedia.org/wiki/Bordeaux_-_M%C3%A9rignac_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.701793449075243, 44.8321108662674] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Mandelieu", + "abbrev": "CEQ", + "location": "terminal", + "gps_code": "LFMD", + "iata_code": "CEQ", + "wikipedia": "http://en.wikipedia.org/wiki/Cannes_%E2%80%93_Mandelieu_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.95431612028937, 43.546097987045] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "St Gatien", + "abbrev": "DOL", + "location": "ramp", + "gps_code": "LFRG", + "iata_code": "DOL", + "wikipedia": "http://en.wikipedia.org/wiki/Deauville_-_Saint-Gatien_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [0.158653528230218, 49.3616609986609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Lille-Lesquin", + "abbrev": "LIL", + "location": "terminal", + "gps_code": "LFQQ", + "iata_code": "LIL", + "wikipedia": "http://en.wikipedia.org/wiki/Lille_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.10596499799814, 50.5716423929581] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Toulouse-Blagnac", + "abbrev": "TLS", + "location": "terminal", + "gps_code": "LFBO", + "iata_code": "TLS", + "wikipedia": "http://en.wikipedia.org/wiki/Toulouse-Blagnac_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [1.37350918551153, 43.6304625661601] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Fukuoka", + "abbrev": "FUK", + "location": "terminal", + "gps_code": "RJFF", + "iata_code": "FUK", + "wikipedia": "http://en.wikipedia.org/wiki/Fukuoka_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [130.444189541884, 33.5848164332573] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Hiroshima-Nishi", + "abbrev": "HIW", + "location": "terminal", + "gps_code": "RJBH", + "iata_code": "HIW", + "wikipedia": "http://en.wikipedia.org/wiki/Hiroshima-Nishi_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [132.419372741681, 34.3713815628829] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Nagoya", + "abbrev": "NKM", + "location": "terminal", + "gps_code": "RJNA", + "iata_code": "NKM", + "wikipedia": "http://en.wikipedia.org/wiki/Nagoya_Airfield", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [136.91962838414, 35.2540532052867] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sendai", + "abbrev": "SDJ", + "location": "terminal", + "gps_code": "RJSS", + "iata_code": "SDJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sendai_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [140.930247381369, 38.1382075615287] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kirkenes Hoybuktmoen", + "abbrev": "KKN", + "location": "terminal", + "gps_code": "ENKR", + "iata_code": "KKN", + "wikipedia": "http://en.wikipedia.org/wiki/Kirkenes_Airport%2C_H%C3%B8ybuktmoen", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.8913489500406, 69.7238318113692] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Marechal Rondon Int'l", + "abbrev": "CGB", + "location": "terminal", + "gps_code": "SBCY", + "iata_code": "CGB", + "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Rondon_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-56.1201774754724, -15.6511470191955] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Hercilio Luz Int'l", + "abbrev": "FLN", + "location": "terminal", + "gps_code": "SBFL", + "iata_code": "FLN", + "wikipedia": "http://en.wikipedia.org/wiki/Herc%C3%ADlio_Luz_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-48.5448122049599, -27.6646276941638] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Joinville-Lauro C. de Loyola", + "abbrev": "JOI", + "location": "terminal", + "gps_code": "SBJV", + "iata_code": "JOI", + "wikipedia": "http://en.wikipedia.org/wiki/Joinville-Lauro_Carneiro_de_Loyola_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-48.8016498165616, -26.2242941374785] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Presidente Castro Pinto Int'l", + "abbrev": "JPA", + "location": "terminal", + "gps_code": "SBJP", + "iata_code": "JPA", + "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Castro_Pinto_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-34.9488925911125, -7.14617462402047] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Augusto Severo Int'l", + "abbrev": "NAT", + "location": "terminal", + "gps_code": "SJJQ", + "iata_code": "NAT", + "wikipedia": "http://en.wikipedia.org/wiki/Augusto_Severo_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-35.2488410165389, -5.89912054477116] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Francisco Sa Carneiro", + "abbrev": "OPO", + "location": "terminal", + "gps_code": "LPPR", + "iata_code": "OPO", + "wikipedia": "http://en.wikipedia.org/wiki/Francisco_S%C3%A1_Carneiro_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.67127240719647, 41.2368708920452] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Marechal Cunha Machado Int'l", + "abbrev": "SLZ", + "location": "terminal", + "gps_code": "SBSL", + "iata_code": "SLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Marechal_Cunha_Machado_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-44.2362344700492, -2.58350921043019] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military mid", + "name": "Santos Air Force Base", + "abbrev": "SSZ", + "location": "ramp", + "gps_code": "SBST", + "iata_code": "SSZ", + "wikipedia": "http://en.wikipedia.org/wiki/Santos_Air_Force_Base", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-46.3052704931003, -23.9237590410637] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Teresina-Senador Petronio Portella", + "abbrev": "THE", + "location": "terminal", + "gps_code": "SBTE", + "iata_code": "THE", + "wikipedia": "http://en.wikipedia.org/wiki/Teresina_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-42.8212402317845, -5.06346299167191] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Viracopos-Campinas Int'l", + "abbrev": "VCP", + "location": "terminal", + "gps_code": "SBKP", + "iata_code": "VCP", + "wikipedia": "http://en.wikipedia.org/wiki/Viracopos-Campinas_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-47.1410791911014, -23.0096239085339] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Eurico de Aguiar Salles", + "abbrev": "VIX", + "location": "ramp", + "gps_code": "SBVT", + "iata_code": "VIX", + "wikipedia": "http://en.wikipedia.org/wiki/Eurico_de_Aguiar_Salles_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-40.2885368759913, -20.2574162759419] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Alicante", + "abbrev": "ALC", + "location": "terminal", + "gps_code": "LEAL", + "iata_code": "ALC", + "wikipedia": "http://en.wikipedia.org/wiki/Alicante_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.557230440363588, 38.2866408993929] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Almeria", + "abbrev": "LEI", + "location": "terminal", + "gps_code": "LEAM", + "iata_code": "LEI", + "wikipedia": "http://en.wikipedia.org/wiki/Almer%C3%ADa_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.37160144059121, 36.8477672709643] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Valencia", + "abbrev": "VLC", + "location": "terminal", + "gps_code": "LEVC", + "iata_code": "VLC", + "wikipedia": "http://en.wikipedia.org/wiki/Valencia_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.473474930771676, 39.4914597884489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Kiruna_Airport", + "abbrev": "KRN", + "location": "terminal", + "gps_code": "ESNQ", + "iata_code": "KRN", + "wikipedia": "http://en.wikipedia.org/wiki/Kiruna_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.3351522954898, 67.8256066056432] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major", + "name": "Norrkoping Airport", + "abbrev": "NRK", + "location": "terminal", + "gps_code": "ESSP", + "iata_code": "NRK", + "wikipedia": "http://en.wikipedia.org/wiki/Norrk%C3%B6ping_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.2339407695814, 58.5833805017541] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Husein Sastranegara Int'l", + "abbrev": "BDO", + "location": "runway", + "gps_code": "WICC", + "iata_code": "BDO", + "wikipedia": "http://en.wikipedia.org/wiki/Husein_Sastranegara_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [107.575611852209, -6.90042408353409] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Rosario – Islas Malvinas Int'l", + "abbrev": "ROS", + "location": "terminal", + "gps_code": "SAAR", + "iata_code": "ROS", + "wikipedia": "http://en.wikipedia.org/wiki/Rosario_%E2%80%93_Islas_Malvinas_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.7800787216586, -32.9162269743812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Maceio/Zumbi dos Palmares Int'l", + "abbrev": "MCZ", + "location": "terminal", + "gps_code": "SBMO", + "iata_code": "MCZ", + "wikipedia": "http://en.wikipedia.org/wiki/Zumbi_dos_Palmares_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-35.7924951215833, -9.51494118540117] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Sharm el-Sheikh Int'l", + "abbrev": "SSH", + "location": "ramp", + "gps_code": "HESH", + "iata_code": "SSH", + "wikipedia": "http://en.wikipedia.org/wiki/Sharm_el-Sheikh_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.3901189267288, 27.9804044199168] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Taba Int'l", + "abbrev": "TCP", + "location": "terminal", + "gps_code": "HETB", + "iata_code": "TCP", + "wikipedia": "http://en.wikipedia.org/wiki/Taba_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.7758378996779, 29.5944990568019] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "major and military", + "name": "Agra", + "abbrev": "AGR", + "location": "runway", + "gps_code": "VIAG", + "iata_code": "AGR", + "wikipedia": "http://en.wikipedia.org/wiki/Agra_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.960909176509, 27.15772773475] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Vadodara", + "abbrev": "BDQ", + "location": "runway", + "gps_code": "VABO", + "iata_code": "BDQ", + "wikipedia": "http://en.wikipedia.org/wiki/Vadodara_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.2262889533239, 22.3361640021171] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Shahid Ashrafi Esfahani", + "abbrev": "KSH", + "location": "runway", + "gps_code": "OICC", + "iata_code": "KSH", + "wikipedia": "http://en.wikipedia.org/wiki/Shahid_Ashrafi_Esfahani_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.1565835165639, 34.3464167739108] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Benina Int'l", + "abbrev": "BEN", + "location": "ramp", + "gps_code": "HLLB", + "iata_code": "BEN", + "wikipedia": "http://en.wikipedia.org/wiki/Benina_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.2680398018516, 32.0872774606553] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "military major", + "name": "King Abdulaziz Ab", + "abbrev": "DHA", + "location": "ramp", + "gps_code": "OEDR", + "iata_code": "DHA", + "wikipedia": "http://en.wikipedia.org/wiki/Dhahran_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.1477245727844, 26.2703680854768] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "mid", + "name": "Nueva Hesperides Int'l", + "abbrev": "STY", + "location": "runway", + "gps_code": "SUSO", + "iata_code": "STY", + "wikipedia": "http://en.wikipedia.org/wiki/Nueva_Hesperides_International_Airport", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.9840821176492, -31.4373883387798] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "spaceport", + "name": "Baikonur Cosmodrome", + "abbrev": "BAIK", + "location": "approximate", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Baikonur_Cosmodrome", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [63.3073544238751, 45.9635739403124] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "spaceport", + "name": "Kennedy Space Center", + "abbrev": "KSC", + "location": "approximate", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_Space_Center", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.6369680911892, 28.5163704772027] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 8, + "type": "spaceport", + "name": "Centre Spatial Guyanais", + "abbrev": "CSG", + "location": "terminal", + "gps_code": null, + "iata_code": null, + "wikipedia": "http://en.wikipedia.org/wiki/Guiana_Space_Centre", + "natlscale": 10, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-52.7684296893452, 5.23941001258035] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Queen Beatrix Int'l", + "abbrev": "AUA", + "location": "terminal", + "gps_code": "TNCA", + "iata_code": "AUA", + "wikipedia": "http://en.wikipedia.org/wiki/Queen_Beatrix_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.0076228563496, 12.5034643630297] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Djibouti-Ambouli Int'l", + "abbrev": "JIB", + "location": "terminal", + "gps_code": "HDAM", + "iata_code": "JIB", + "wikipedia": "http://en.wikipedia.org/wiki/Djibouti-Ambouli_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.1497127859956, 11.5521018230172] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Diego Aracena Int'l", + "abbrev": "IQQ", + "location": "terminal", + "gps_code": "SCDA", + "iata_code": "IQQ", + "wikipedia": "http://en.wikipedia.org/wiki/Diego_Aracena_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.178635395533, -20.5478400878309] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Sabiha Gokcen Havaalani", + "abbrev": "SAW", + "location": "terminal", + "gps_code": "LTFJ", + "iata_code": "SAW", + "wikipedia": "http://en.wikipedia.org/wiki/Sabiha_G%C3%B6k%C3%A7en_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.3095991423889, 40.9043003553957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Kosrae Island", + "abbrev": "KSA", + "location": "ramp", + "gps_code": "PTSA", + "iata_code": "KSA", + "wikipedia": "http://en.wikipedia.org/wiki/Kosrae_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [162.957041225076, 5.3520098571828] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Funafuti Int'l", + "abbrev": "FUN", + "location": "ramp", + "gps_code": "NGFU", + "iata_code": "FUN", + "wikipedia": "http://en.wikipedia.org/wiki/Funafuti_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [179.19544202302, -8.52485415059424] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Dr. Babasaheb Ambedkar Int'l", + "abbrev": "NAG", + "location": "terminal", + "gps_code": "VANP", + "iata_code": "NAG", + "wikipedia": "http://en.wikipedia.org/wiki/Dr._Babasaheb_Ambedkar_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.0537976421986, 21.0899317630087] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Phuket Int'l", + "abbrev": "HKT", + "location": "terminal", + "gps_code": "VTSP", + "iata_code": "HKT", + "wikipedia": "http://en.wikipedia.org/wiki/Phuket_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [98.3060384900559, 8.10768475952735] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nadi Int'l", + "abbrev": "NAN", + "location": "terminal", + "gps_code": "NFFN", + "iata_code": "NAN", + "wikipedia": "http://en.wikipedia.org/wiki/Nadi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [177.451151198059, -17.7529129479792] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Lic. Jesus Teran Peredo Int'l", + "abbrev": "AGU", + "location": "terminal", + "gps_code": "MMAS", + "iata_code": "AGU", + "wikipedia": "http://en.wikipedia.org/wiki/Lic._Jes%C3%BAs_Ter%C3%A1n_Peredo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-102.314093740058, 21.7013390329207] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Albenga", + "abbrev": "ALL", + "location": "ramp", + "gps_code": "LIMG", + "iata_code": "ALL", + "wikipedia": "http://en.wikipedia.org/wiki/Villanova_d'Albenga_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.12314535436409, 44.0458773598158] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Queen Alia Int'l", + "abbrev": "AMM", + "location": "terminal", + "gps_code": "OJAI", + "iata_code": "AMM", + "wikipedia": "http://en.wikipedia.org/wiki/Queen_Alia_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.989707162193, 31.7226621600432] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Chacalluta Int'l", + "abbrev": "ARI", + "location": "terminal", + "gps_code": "SCAR", + "iata_code": "ARI", + "wikipedia": "http://en.wikipedia.org/wiki/Chacalluta_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.3357301410959, -18.3492061639579] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Atar Int'l", + "abbrev": "ATR", + "location": "terminal", + "gps_code": "GQPA", + "iata_code": "ATR", + "wikipedia": "http://en.wikipedia.org/wiki/Atar_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-13.0511704323315, 20.4982706101565] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Ernesto Cortissoz Int'l", + "abbrev": "BAQ", + "location": "terminal", + "gps_code": "SKBQ", + "iata_code": "BAQ", + "wikipedia": "http://en.wikipedia.org/wiki/Ernesto_Cortissoz_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.776555978265, 10.8866775959414] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Teniente Luis Candelaria Int'l", + "abbrev": "BRC", + "location": "terminal", + "gps_code": "SAZS", + "iata_code": "BRC", + "wikipedia": "http://en.wikipedia.org/wiki/San_Carlos_de_Bariloche_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.1614300869763, -41.1459976958105] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bouake", + "abbrev": "BYK", + "location": "terminal", + "gps_code": "DIBK", + "iata_code": "BYK", + "wikipedia": "http://en.wikipedia.org/wiki/Bouak%C3%A9_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-5.06894222275311, 7.73610495555032] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Philip S. W. Goldson Int'l", + "abbrev": "BZE", + "location": "terminal", + "gps_code": "MZBZ", + "iata_code": "BZE", + "wikipedia": "http://en.wikipedia.org/wiki/Philip_S._W._Goldson_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-88.3082064033075, 17.5360686575521] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Corpus Christi Int'l", + "abbrev": "CRP", + "location": "terminal", + "gps_code": "KCRP", + "iata_code": "CRP", + "wikipedia": "http://en.wikipedia.org/wiki/Corpus_Christi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.5022678710298, 27.7744560700823] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Hato Int'l", + "abbrev": "CUR", + "location": "terminal", + "gps_code": "TNCC", + "iata_code": "CUR", + "wikipedia": "http://en.wikipedia.org/wiki/Hato_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.9568788072761, 12.1848346052019] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Velazco Astete Int'l", + "abbrev": "CUZ", + "location": "terminal", + "gps_code": "SPZO", + "iata_code": "CUZ", + "wikipedia": "http://en.wikipedia.org/wiki/Alejandro_Velasco_Astete_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.9436641449722, -13.5382186992639] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Julius Nyerere Int'l", + "abbrev": "DAR", + "location": "terminal", + "gps_code": "HTDA", + "iata_code": "DAR", + "wikipedia": "http://en.wikipedia.org/wiki/Julius_Nyerere_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.2074715039165, -6.86672004249119] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Detroit City", + "abbrev": "DET", + "location": "terminal", + "gps_code": "KDET", + "iata_code": "DET", + "wikipedia": "http://en.wikipedia.org/wiki/Coleman_A._Young_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-83.0039681417733, 42.4090938431907] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Presidente Nicolau Lobato Int'l", + "abbrev": "DIL", + "location": "terminal", + "gps_code": "WPDL", + "iata_code": "DIL", + "wikipedia": "http://en.wikipedia.org/wiki/Presidente_Nicolau_Lobato_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.524854209182, -8.54931157414564] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Moscow Domodedovo Int'l", + "abbrev": "DME", + "location": "terminal", + "gps_code": "UUDD", + "iata_code": "DME", + "wikipedia": "http://en.wikipedia.org/wiki/Domodedovo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.9002531289452, 55.4141528223023] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Dunedin Int'l", + "abbrev": "DUD", + "location": "terminal", + "gps_code": "NZDN", + "iata_code": "DUD", + "wikipedia": "http://en.wikipedia.org/wiki/Dunedin_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [170.200027, -45.923431] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Dzaoudzi Pamanzi Int'l", + "abbrev": "DZA", + "location": "terminal", + "gps_code": "FMCZ", + "iata_code": "DZA", + "wikipedia": "http://en.wikipedia.org/wiki/Dzaoudzi_Pamandzi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [45.2817864197899, -12.8049474381643] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "El Paso Int'l", + "abbrev": "ELP", + "location": "terminal", + "gps_code": "KELP", + "iata_code": "ELP", + "wikipedia": "http://en.wikipedia.org/wiki/El_Paso_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.395714679366, 31.7990860272589] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Zvartnots Int'l", + "abbrev": "EVN", + "location": "terminal", + "gps_code": "UDYZ", + "iata_code": "EVN", + "wikipedia": "http://en.wikipedia.org/wiki/Zvartnots_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.4000630536938, 40.1523679451884] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Fort Worth Meacham Field", + "abbrev": "FTW", + "location": "terminal", + "gps_code": "KFTW", + "iata_code": "FTW", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_Worth_Meacham_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.3551348561587, 32.8207529047972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "JAGS McCartney Int'l", + "abbrev": "GDT", + "location": "terminal", + "gps_code": "MBGT", + "iata_code": "GDT", + "wikipedia": "http://en.wikipedia.org/wiki/JAGS_McCartney_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.1461337448876, 21.4421237439063] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Scholes Int'l", + "abbrev": "GLS", + "location": "terminal", + "gps_code": "KGLS", + "iata_code": "GLS", + "wikipedia": "http://en.wikipedia.org/wiki/Scholes_International_Airport_at_Galveston", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.8554013876264, 29.2671239212096] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Goma Int'l", + "abbrev": "GOM", + "location": "terminal", + "gps_code": "FZNA", + "iata_code": "GOM", + "wikipedia": "http://en.wikipedia.org/wiki/Goma_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.2400534952228, -1.6583179500207] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Garoua Int'l", + "abbrev": "GOU", + "location": "terminal", + "gps_code": "FKKR", + "iata_code": "GOU", + "wikipedia": "http://en.wikipedia.org/wiki/Garoua_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.3724309377878, 9.33068867678854] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Antonio B. Won Pat Int'l", + "abbrev": "GUM", + "location": "terminal", + "gps_code": "PGUM", + "iata_code": "GUM", + "wikipedia": "http://en.wikipedia.org/wiki/Antonio_B._Won_Pat_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [144.805850357093, 13.4926462359465] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Gary/Chicago Int'l", + "abbrev": "GYY", + "location": "terminal", + "gps_code": "KGYY", + "iata_code": "GYY", + "wikipedia": "http://en.wikipedia.org/wiki/Gary/Chicago_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.4083596247406, 41.6177930015166] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Prince Said Ibrahim Int'l", + "abbrev": "HAH", + "location": "terminal", + "gps_code": "FMCH", + "iata_code": "HAH", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_Said_Ibrahim_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.2745612179616, -11.5366393829127] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Hobart Int'l", + "abbrev": "HBA", + "location": "terminal", + "gps_code": "YMHB", + "iata_code": "HBA", + "wikipedia": "http://en.wikipedia.org/wiki/Hobart_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [147.505996190408, -42.8376083694822] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Honiara Int'l", + "abbrev": "HIR", + "location": "terminal", + "gps_code": "AGGH", + "iata_code": "HIR", + "wikipedia": "http://en.wikipedia.org/wiki/Honiara_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [160.045855129925, -9.42757566400146] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Kiev Zhuliany Int'l", + "abbrev": "IEV", + "location": "terminal", + "gps_code": "UKKK", + "iata_code": "IEV", + "wikipedia": "http://en.wikipedia.org/wiki/Kiev_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.4451305182104, 50.412808165985] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Irkutsk S.E.", + "abbrev": "IKT", + "location": "terminal", + "gps_code": "UIII", + "iata_code": "IKT", + "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.355859748002, 52.2728893882244] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Indianapolis Int'l", + "abbrev": "IND", + "location": "terminal", + "gps_code": "KIND", + "iata_code": "IND", + "wikipedia": "http://en.wikipedia.org/wiki/Indianapolis_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.2734003650886, 39.7302043703969] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nauru Int'l", + "abbrev": "INU", + "location": "runway", + "gps_code": "ANYN", + "iata_code": "INU", + "wikipedia": "http://en.wikipedia.org/wiki/Nauru_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [166.91613965882, -0.545037226856384] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Mataveri Int'l", + "abbrev": "IPC", + "location": "terminal", + "gps_code": "SCIP", + "iata_code": "IPC", + "wikipedia": "http://en.wikipedia.org/wiki/Mataveri_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-109.43006441001, -27.1587738388538] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Gob. Horacio Guzman Int'l", + "abbrev": "JUJ", + "location": "terminal", + "gps_code": "SASJ", + "iata_code": "JUJ", + "wikipedia": "http://en.wikipedia.org/wiki/Gobernador_Horacio_Guzm%C3%A1n_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.0937665458812, -24.3861010775846] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nanchang Changbei Int'l", + "abbrev": "KHN", + "location": "terminal", + "gps_code": "ZSCN", + "iata_code": "KHN", + "wikipedia": "http://en.wikipedia.org/wiki/Nanchang_Changbei_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [115.911979918602, 28.8624891200666] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Kunming Wujiaba Int'l", + "abbrev": "KMG", + "location": "terminal", + "gps_code": "ZPPP", + "iata_code": "KMG", + "wikipedia": "http://en.wikipedia.org/wiki/Kunming_Wujiaba_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [102.742117578823, 24.999996110081] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Leeds Bradford", + "abbrev": "LBA", + "location": "terminal", + "gps_code": "EGNM", + "iata_code": "LBA", + "wikipedia": "http://en.wikipedia.org/wiki/Leeds_Bradford_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.65983106734746, 53.8690819474434] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Libreville Leon M'ba Int'l", + "abbrev": "LBV", + "location": "terminal", + "gps_code": "FOOL", + "iata_code": "LBV", + "wikipedia": "http://en.wikipedia.org/wiki/Libreville_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.41022337820712, 0.457139229503759] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Lome Tokoin", + "abbrev": "LFW", + "location": "terminal", + "gps_code": "DXXX", + "iata_code": "LFW", + "wikipedia": "http://en.wikipedia.org/wiki/Lom%C3%A9-Tokoin_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [1.25093205640014, 6.16687362722297] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Lviv Danylo Halytskyi Int'l", + "abbrev": "LWO", + "location": "runway", + "gps_code": "UKLL", + "iata_code": "LWO", + "wikipedia": "http://en.wikipedia.org/wiki/Lviv_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.9461269598944, 49.8178506050005] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Marshall Islands Int'l", + "abbrev": "MAJ", + "location": "terminal", + "gps_code": "PKMJ", + "iata_code": "MAJ", + "wikipedia": "http://en.wikipedia.org/wiki/Marshall_Islands_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [171.281919370648, 7.06811848557091] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Macau Int'l", + "abbrev": "MFM", + "location": "terminal", + "gps_code": "VMMC", + "iata_code": "MFM", + "wikipedia": "http://en.wikipedia.org/wiki/Macau_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.57451294862, 22.1576572529634] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Aden Adde Int'l", + "abbrev": "MGQ", + "location": "runway", + "gps_code": "HCMM", + "iata_code": "MGQ", + "wikipedia": "http://en.wikipedia.org/wiki/Aden_Adde_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [45.3036374186202, 2.01635311214988] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Maputo Int'l", + "abbrev": "MPM", + "location": "terminal", + "gps_code": "FQMA", + "iata_code": "MPM", + "wikipedia": "http://en.wikipedia.org/wiki/Maputo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.5741915194782, -25.924276711787] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Sir Seewoosagur Ramgoolam Int'l", + "abbrev": "MRU", + "location": "terminal", + "gps_code": "FIMP", + "iata_code": "MRU", + "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seewoosagur_Ramgoolam_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [57.6769860076636, -20.4317567793216] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Naples Int'l", + "abbrev": "NAP", + "location": "terminal", + "gps_code": "LIRN", + "iata_code": "NAP", + "wikipedia": "http://en.wikipedia.org/wiki/Naples_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.2828444340203, 40.8780728843639] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nouadhibou Int'l", + "abbrev": "NDB", + "location": "ramp", + "gps_code": "GQPP", + "iata_code": "NDB", + "wikipedia": "http://en.wikipedia.org/wiki/Nouadhibou_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-17.0334398691538, 20.9290523064387] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Ningbo Lishe Int'l", + "abbrev": "NGB", + "location": "terminal", + "gps_code": "ZSNB", + "iata_code": "NGB", + "wikipedia": "http://en.wikipedia.org/wiki/Ningbo_Lishe_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.461819388484, 29.8208231906861] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Nouakchott Int'l", + "abbrev": "NKC", + "location": "terminal", + "gps_code": "GQNN", + "iata_code": "NKC", + "wikipedia": "http://en.wikipedia.org/wiki/Nouakchott_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-15.9519259252201, 18.0979231718175] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "La Tontouta Int'l", + "abbrev": "NOU", + "location": "terminal", + "gps_code": "NWWW", + "iata_code": "NOU", + "wikipedia": "http://en.wikipedia.org/wiki/La_Tontouta_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [166.217232118699, -22.0136386248981] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Oakland Int'l", + "abbrev": "OAK", + "location": "terminal", + "gps_code": "KOAK", + "iata_code": "OAK", + "wikipedia": "http://en.wikipedia.org/wiki/Oakland_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.213261257863, 37.7123036951691] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Ontario Int'l", + "abbrev": "ONT", + "location": "parking", + "gps_code": "KONT", + "iata_code": "ONT", + "wikipedia": "http://en.wikipedia.org/wiki/LA/Ontario_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.592327651651, 34.060191102066] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Cork", + "abbrev": "ORK", + "location": "terminal", + "gps_code": "EICK", + "iata_code": "ORK", + "wikipedia": "http://en.wikipedia.org/wiki/Cork_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.49014199983817, 51.8485405419924] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Minangkabau Int'l", + "abbrev": "PDG", + "location": "terminal", + "gps_code": "WIMG", + "iata_code": "PDG", + "wikipedia": "http://en.wikipedia.org/wiki/Minangkabau_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.285455851791, -0.786045714026273] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Joao Paulo II", + "abbrev": "PDL", + "location": "ramp", + "gps_code": "LPPD", + "iata_code": "PDL", + "wikipedia": "http://en.wikipedia.org/wiki/Jo%C3%A3o_Paulo_II_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-25.6969882198711, 37.7433316472933] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bacha Khan Int'l", + "abbrev": "PEW", + "location": "ramp", + "gps_code": "OPPS", + "iata_code": "PEW", + "wikipedia": "http://en.wikipedia.org/wiki/Peshawar_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [71.5188149912667, 33.9914027889596] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Glasgow Prestwick", + "abbrev": "PIK", + "location": "terminal", + "gps_code": "EGPK", + "iata_code": "PIK", + "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_Prestwick_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.61097163901068, 55.5088918105142] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Ponta Pora Int'l", + "abbrev": "PMG", + "location": "terminal", + "gps_code": "SBPP", + "iata_code": "PMG", + "wikipedia": "http://en.wikipedia.org/wiki/Ponta_Por%C3%A3_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-55.7060793748573, -22.551786560876] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Palmerston N. Int'l", + "abbrev": "PMR", + "location": "terminal", + "gps_code": "NZPM", + "iata_code": "PMR", + "wikipedia": "http://en.wikipedia.org/wiki/Palmerston_North_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [175.62128328196, -40.3233178852055] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Pohnpei Int'l", + "abbrev": "PNI", + "location": "terminal", + "gps_code": "PTPN", + "iata_code": "PNI", + "wikipedia": "http://en.wikipedia.org/wiki/Pohnpei_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [158.203304490964, 6.98130676512123] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Tahiti Faa'a Int'l", + "abbrev": "PPT", + "location": "terminal", + "gps_code": "NTAA", + "iata_code": "PPT", + "wikipedia": "http://en.wikipedia.org/wiki/Faa'a_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-149.609757932429, -17.5594577659943] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major and military", + "name": "Pisa Galileo Galilei Int'l", + "abbrev": "PSA", + "location": "terminal", + "gps_code": "LIRP", + "iata_code": "PSA", + "wikipedia": "http://en.wikipedia.org/wiki/Galileo_Galilei_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.4001343718056, 43.6983224157664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Port Sudan", + "abbrev": "PZU", + "location": "runway", + "gps_code": "HSSP", + "iata_code": "PZU", + "wikipedia": null, + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.216065757542, 19.5760636531968] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Praia Int'l", + "abbrev": "RAI", + "location": "terminal", + "gps_code": "GVNP", + "iata_code": "RAI", + "wikipedia": "http://en.wikipedia.org/wiki/Praia_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-23.4862019883587, 14.9449889352832] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Marrakech-Menara", + "abbrev": "RAK", + "location": "terminal", + "gps_code": "GMMX", + "iata_code": "RAK", + "wikipedia": "http://en.wikipedia.org/wiki/Menara_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-8.02460535907989, 31.6022946597764] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Rarotonga Int'l", + "abbrev": "RAR", + "location": "ramp", + "gps_code": "NCRG", + "iata_code": "RAR", + "wikipedia": "http://en.wikipedia.org/wiki/Rarotonga_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-159.798156308387, -21.2009821724632] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Siem Reap Int'l", + "abbrev": "REP", + "location": "terminal", + "gps_code": "VDSR", + "iata_code": "REP", + "wikipedia": "http://en.wikipedia.org/wiki/Angkor_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.815780528112, 13.4087969693538] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Hermes Quijada Int'l", + "abbrev": "RGA", + "location": "terminal", + "gps_code": "SAWE", + "iata_code": "RGA", + "wikipedia": "http://en.wikipedia.org/wiki/Hermes_Quijada_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-67.7530268462675, -53.7814746058316] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Piloto Civil Norberto Fernandez Int'l", + "abbrev": "RGL", + "location": "terminal", + "gps_code": "SAWG", + "iata_code": "RGL", + "wikipedia": "http://en.wikipedia.org/wiki/Piloto_Civil_Norberto_Fern%C3%A1ndez_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.3064711776731, -51.6116980855402] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Reno-Tahoe Int'l", + "abbrev": "RNO", + "location": "terminal", + "gps_code": "KRNO", + "iata_code": "RNO", + "wikipedia": "http://en.wikipedia.org/wiki/Reno-Tahoe_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-119.775283308105, 39.5058499014703] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Roman Tmetuchl Int'l", + "abbrev": "ROR", + "location": "terminal", + "gps_code": "PTRO", + "iata_code": "ROR", + "wikipedia": "http://en.wikipedia.org/wiki/Palau_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [134.532953466159, 7.3644955361292] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Amilcar Cabral Int'l", + "abbrev": "SID", + "location": "terminal", + "gps_code": "GVAC", + "iata_code": "SID", + "wikipedia": "http://en.wikipedia.org/wiki/Am%C3%ADlcar_Cabral_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-22.9440574079648, 16.7347932693385] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Sarajevo", + "abbrev": "SJJ", + "location": "terminal", + "gps_code": "LQSA", + "iata_code": "SJJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sarajevo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.3366185457127, 43.8258872246797] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Robert L. Bradshaw Int'l", + "abbrev": "SKB", + "location": "terminal", + "gps_code": "TKPK", + "iata_code": "SKB", + "wikipedia": "http://en.wikipedia.org/wiki/Robert_L._Bradshaw_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-62.7142125047316, 17.311125840442] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Martín Miguel de Güemes Int", + "abbrev": "SLA", + "location": "terminal", + "gps_code": "SASA", + "iata_code": "SLA", + "wikipedia": "http://en.wikipedia.org/wiki/Mart%C3%ADn_Miguel_de_G%C3%BCemes_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.4784760437796, -24.8443742713315] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Saipan Int'l", + "abbrev": "SPN", + "location": "terminal", + "gps_code": "PGSN", + "iata_code": "SPN", + "wikipedia": "http://en.wikipedia.org/wiki/Saipan_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [145.723694658638, 15.1215167197664] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Juana Azurduy de Padilla Int'l", + "abbrev": "SRE", + "location": "terminal", + "gps_code": "SLSU", + "iata_code": "SRE", + "wikipedia": "http://en.wikipedia.org/wiki/Juana_Azurduy_de_Padilla_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.2928631387847, -19.0139157924657] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Princess Juliana Int'l", + "abbrev": "SXM", + "location": "terminal", + "gps_code": "TNCM", + "iata_code": "SXM", + "wikipedia": "http://en.wikipedia.org/wiki/Princess_Juliana_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.1122760858602, 18.042244021474] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Ta'izz Int'l", + "abbrev": "TAI", + "location": "terminal", + "gps_code": "OYTZ", + "iata_code": "TAI", + "wikipedia": "http://en.wikipedia.org/wiki/Ta'izz_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.134782731062, 13.6854970025574] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Qingdao Liuting Int'l", + "abbrev": "TAO", + "location": "terminal", + "gps_code": "ZSQD", + "iata_code": "TAO", + "wikipedia": "http://en.wikipedia.org/wiki/Qingdao_Liuting_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.380685949061, 36.2677578081039] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Chuuk Int'l", + "abbrev": "TKK", + "location": "terminal", + "gps_code": "PTKK", + "iata_code": "TKK", + "wikipedia": "http://en.wikipedia.org/wiki/Chuuk_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [151.842046037403, 7.45761780288443] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Tangier Ibn Battouta", + "abbrev": "TNG", + "location": "terminal", + "gps_code": "GMTT", + "iata_code": "TNG", + "wikipedia": "http://en.wikipedia.org/wiki/Tangier_Ibn_Battouta_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-5.91288087655914, 35.7257656409274] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bonriki Int'l", + "abbrev": "TRW", + "location": "ramp", + "gps_code": "NGTA", + "iata_code": "TRW", + "wikipedia": "http://en.wikipedia.org/wiki/Bonriki_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [173.145990795301, 1.3806686975383] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Astana Int'l", + "abbrev": "TSE", + "location": "terminal", + "gps_code": "UACC", + "iata_code": "TSE", + "wikipedia": "http://en.wikipedia.org/wiki/Astana_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [71.4609441399936, 51.0269352907712] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Tianjin Binhai Int'l", + "abbrev": "TSN", + "location": "terminal", + "gps_code": "ZBTJ", + "iata_code": "TSN", + "wikipedia": "http://en.wikipedia.org/wiki/Tianjin_Binhai_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [117.352723159919, 39.1294609909008] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major and military", + "name": "Townsville", + "abbrev": "TSV", + "location": "terminal", + "gps_code": "YBTL", + "iata_code": "TSV", + "wikipedia": "http://en.wikipedia.org/wiki/Townsville_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [146.77067890477, -19.2561814376212] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Teniente Gen. Benjamin Matienzo Int'l", + "abbrev": "TUC", + "location": "terminal", + "gps_code": "SANT", + "iata_code": "TUC", + "wikipedia": "http://en.wikipedia.org/wiki/Benjam%C3%ADn_Matienzo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.1081246236248, -26.8357310050714] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Aeroport Tunis", + "abbrev": "TUN", + "location": "terminal", + "gps_code": "DTTA", + "iata_code": "TUN", + "wikipedia": "http://en.wikipedia.org/wiki/Tunis-Carthage_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.2176992447111, 36.8474482177219] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Tucson Int'l", + "abbrev": "TUS", + "location": "terminal", + "gps_code": "KTUS", + "iata_code": "TUS", + "wikipedia": "http://en.wikipedia.org/wiki/Tucson_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.937713232132, 32.1203523441898] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Chinggis Khaan Int'l", + "abbrev": "ULN", + "location": "terminal", + "gps_code": "ZMUB", + "iata_code": "ULN", + "wikipedia": "http://en.wikipedia.org/wiki/Chinggis_Khaan_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.762873994929, 47.8525260966684] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Urumqi Diwopu Int'l", + "abbrev": "URC", + "location": "terminal", + "gps_code": "ZWWW", + "iata_code": "URC", + "wikipedia": "http://en.wikipedia.org/wiki/%C3%9Cr%C3%BCmqi_Diwopu_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [87.4671298487808, 43.8983382193653] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bauerfield Int'l", + "abbrev": "VLI", + "location": "terminal", + "gps_code": "NVVV", + "iata_code": "VLI", + "wikipedia": "http://en.wikipedia.org/wiki/Bauerfield_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [168.319622739662, -17.7016990681781] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Wewak Int'l", + "abbrev": "WWK", + "location": "terminal", + "gps_code": "AYWK", + "iata_code": "WWK", + "wikipedia": "http://en.wikipedia.org/wiki/Wewak_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [143.669102299698, -3.58022689444744] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "military mid", + "name": "Chalons Vatry", + "abbrev": "XCR", + "location": "terminal", + "gps_code": "LFOK", + "iata_code": "XCR", + "wikipedia": "http://en.wikipedia.org/wiki/Ch%C3%A2lons_Vatry_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.19111982574289, 48.7803946138566] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Xiamen Gaoqi Int'l", + "abbrev": "XMN", + "location": "terminal", + "gps_code": "ZSAM", + "iata_code": "XMN", + "wikipedia": "http://en.wikipedia.org/wiki/Xiamen_Gaoqi_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [118.12696884672, 24.537192570557] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Yap Int'l", + "abbrev": "YAP", + "location": "terminal", + "gps_code": "PTYA", + "iata_code": "YAP", + "wikipedia": "http://en.wikipedia.org/wiki/Yap_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [138.086430283619, 9.49791733361348] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Playa de Oro Int'l", + "abbrev": "ZLO", + "location": "terminal", + "gps_code": "MMZO", + "iata_code": "ZLO", + "wikipedia": "http://en.wikipedia.org/wiki/Playa_de_Oro_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.560095200097, 19.1480860285854] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Cayenne – Rochambeau", + "abbrev": "CAY", + "location": "terminal", + "gps_code": "SOCA", + "iata_code": "CAY", + "wikipedia": "http://en.wikipedia.org/wiki/Cayenne-Rochambeau_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-52.3638068572357, 4.82126714308924] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Irkutsk N.W.", + "abbrev": "UIII", + "location": "ramp", + "gps_code": "UIIR", + "iata_code": "UIIR", + "wikipedia": "http://en.wikipedia.org/wiki/Irkutsk_Northwest_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.197359284494, 52.3616476700132] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Shijiazhuang Zhengding Int'l", + "abbrev": "SJW", + "location": "terminal", + "gps_code": "ZBSJ", + "iata_code": "SJW", + "wikipedia": "http://en.wikipedia.org/wiki/Shijiazhuang_Zhengding_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [114.692266598902, 38.278140913112] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Heydar Aliyev Int'l", + "abbrev": "GYD", + "location": "terminal", + "gps_code": "UBBB", + "iata_code": "GYD", + "wikipedia": "http://en.wikipedia.org/wiki/Heydar_Aliyev_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.0498394867405, 40.462746883908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "military mid", + "name": "Lakatamia Airbase", + "abbrev": "LAK", + "location": "ramp", + "gps_code": "LCRO", + "iata_code": "LAK", + "wikipedia": "http://en.wikipedia.org/wiki/List_of_airports_in_Cyprus", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.322201334899, 35.1063448067362] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Cabo Frio Int'l", + "abbrev": "CFB", + "location": "terminal", + "gps_code": "SBCB", + "iata_code": "CFB", + "wikipedia": "http://en.wikipedia.org/wiki/Cabo_Frio_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-42.0792517520184, -22.9256317091328] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Helsinki-Malmi", + "abbrev": "HEM", + "location": "terminal", + "gps_code": "EFHF", + "iata_code": "HEM", + "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Malmi_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.0455353698315, 60.2493778499587] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Luxembourg-Findel", + "abbrev": "LUX", + "location": "terminal", + "gps_code": "ELLX", + "iata_code": "LUX", + "wikipedia": "http://en.wikipedia.org/wiki/Luxembourg-Findel_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.21642121728731, 49.6343040925102] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Venice Marco Polo", + "abbrev": "VCE", + "location": "terminal", + "gps_code": "LIPZ", + "iata_code": "VCE", + "wikipedia": "http://en.wikipedia.org/wiki/Marco_Polo_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.3410673004369, 45.5048477588455] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Yangyang Int'l", + "abbrev": "YNY", + "location": "terminal", + "gps_code": "RKNY", + "iata_code": "YNY", + "wikipedia": "http://en.wikipedia.org/wiki/Yangyang_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [128.66298866884, 38.0587824162585] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Tabatinga Int'l", + "abbrev": "TBT", + "location": "terminal", + "gps_code": "SBTT", + "iata_code": "TBT", + "wikipedia": "http://en.wikipedia.org/wiki/Tabatinga_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.939473933909, -4.25032469493379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Boa Vista Int'l", + "abbrev": "BVB", + "location": "terminal", + "gps_code": "SBBV", + "iata_code": "BVB", + "wikipedia": "http://en.wikipedia.org/wiki/Boa_Vista_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.6922206338682, 2.84119534121157] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Gran Canaria", + "abbrev": "LPA", + "location": "terminal", + "gps_code": "GCLP", + "iata_code": "LPA", + "wikipedia": "http://en.wikipedia.org/wiki/Gran_Canaria_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-15.3899245158461, 27.9368899716574] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Com. Armando Tola Int'l", + "abbrev": "ING", + "location": "terminal", + "gps_code": "SAWA", + "iata_code": "ING", + "wikipedia": "http://en.wikipedia.org/wiki/Comandante_Armando_Tola_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-72.0538569101296, -50.2839008690038] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Stockholm-Skavsta", + "abbrev": "NYO", + "location": "terminal", + "gps_code": "ESKN", + "iata_code": "NYO", + "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Skavsta_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.9216055584254, 58.7851041303448] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Polonia Int'l", + "abbrev": "MES", + "location": "terminal", + "gps_code": "WIMM", + "iata_code": "MES", + "wikipedia": "http://en.wikipedia.org/wiki/Polonia_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [98.6761925714641, 3.56659179990894] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Bangui M'Poko Int'l", + "abbrev": "BGF", + "location": "terminal", + "gps_code": "FEFF", + "iata_code": "BGF", + "wikipedia": "http://en.wikipedia.org/wiki/Bangui_M'Poko_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.524123630208, 4.39885153695957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Hangzhou Xiaoshan Int'l", + "abbrev": "HGH", + "location": "terminal", + "gps_code": "ZSHC", + "iata_code": "HGH", + "wikipedia": "http://en.wikipedia.org/wiki/Hangzhou_Xiaoshan_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.432097376313, 30.2351862790414] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Cassidy Int'l", + "abbrev": "CXI", + "location": "runway", + "gps_code": "PLCH", + "iata_code": "CXI", + "wikipedia": "http://en.wikipedia.org/wiki/Cassidy_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-157.34977789343, 1.98616119792402] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Siauliai Int'l", + "abbrev": "SQQ", + "location": "runway", + "gps_code": "EYSA", + "iata_code": "SQQ", + "wikipedia": "http://en.wikipedia.org/wiki/%C5%A0iauliai_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.3831885738691, 55.90376945404] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Niue Int'l", + "abbrev": "IUE", + "location": "terminal", + "gps_code": "NIUE", + "iata_code": "IUE", + "wikipedia": "http://en.wikipedia.org/wiki/Niue_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-169.926129774217, -19.0767129354511] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Guarani Int'l", + "abbrev": "AGT", + "location": "terminal", + "gps_code": "SGES", + "iata_code": "AGT", + "wikipedia": "http://en.wikipedia.org/wiki/Guarani_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.8393995296062, -25.4568570715812] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid", + "name": "Rodriguez Ballon Int'l", + "abbrev": "AQP", + "location": "terminal", + "gps_code": "SPQU", + "iata_code": "AQP", + "wikipedia": "http://en.wikipedia.org/wiki/Rodriguez_Ballon_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.5679335385285, -16.344552065352] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "mid and military", + "name": "Vladivostok Int'l", + "abbrev": "VVO", + "location": "terminal", + "gps_code": "UHWW", + "iata_code": "VVO", + "wikipedia": "http://en.wikipedia.org/wiki/Vladivostok_International_Airport", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [132.139841720715, 43.3776492533885] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 7, + "type": "major", + "name": "Pristina", + "abbrev": "PRN", + "location": "ramp", + "gps_code": "BKPR", + "iata_code": "PRN", + "wikipedia": "http://en.wikipedia.org/wiki/Pristina_International_Airport_Adem_Jashari", + "natlscale": 15, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [21.0302690124746, 42.5850331153448] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Deurne", + "abbrev": "ANR", + "location": "terminal", + "gps_code": "EBAW", + "iata_code": "ANR", + "wikipedia": "http://en.wikipedia.org/wiki/Antwerp_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.45092277399909, 51.1891285063806] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Marquez de Leon Int'l", + "abbrev": "LAP", + "location": "terminal", + "gps_code": "MMLP", + "iata_code": "LAP", + "wikipedia": "http://en.wikipedia.org/wiki/Manuel_M%C3%A1rquez_de_Le%C3%B3n_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.367197859809, 24.0760903521803] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Harbin Taiping", + "abbrev": "HRB", + "location": "terminal", + "gps_code": "ZYHB", + "iata_code": "HRB", + "wikipedia": "http://en.wikipedia.org/wiki/Harbin_Taiping_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.236983030863, 45.6206011723245] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Trivandrum Int'l", + "abbrev": "TRV", + "location": "terminal", + "gps_code": "VOTV", + "iata_code": "TRV", + "wikipedia": "http://en.wikipedia.org/wiki/Trivandrum_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.9189025612913, 8.47650993894514] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Adnan Menderes", + "abbrev": "ADB", + "location": "terminal", + "gps_code": "LTBJ", + "iata_code": "ADB", + "wikipedia": "http://en.wikipedia.org/wiki/Adnan_Menderes_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.1492975952664, 38.2912347645175] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Nanjing Lukou Int'l", + "abbrev": "NKG", + "location": "terminal", + "gps_code": "ZSNJ", + "iata_code": "NKG", + "wikipedia": "http://en.wikipedia.org/wiki/Nanjing_Lukou_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [118.866102146906, 31.7353249296177] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Freeport Int'l", + "abbrev": "FPO", + "location": "terminal", + "gps_code": "MYGF", + "iata_code": "FPO", + "wikipedia": "http://en.wikipedia.org/wiki/Grand_Bahama_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.7039343114497, 26.548246747189] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Tripoli Int'l", + "abbrev": "TIP", + "location": "terminal", + "gps_code": "HLLT", + "iata_code": "TIP", + "wikipedia": "http://en.wikipedia.org/wiki/Tripoli_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.1442589810713, 32.6691695504993] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gander Int'l", + "abbrev": "YQX", + "location": "terminal", + "gps_code": "CYQX", + "iata_code": "YQX", + "wikipedia": "http://en.wikipedia.org/wiki/Gander_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.5755719093578, 48.9465980060736] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major and military", + "name": "Doha Int'l", + "abbrev": "DOH", + "location": "terminal", + "gps_code": "OTBD", + "iata_code": "DOH", + "wikipedia": "http://en.wikipedia.org/wiki/Doha_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [51.5585487876547, 25.2682461310506] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Albuquerque Int'l", + "abbrev": "ABQ", + "location": "terminal", + "gps_code": "KABQ", + "iata_code": "ABQ", + "wikipedia": "http://en.wikipedia.org/wiki/Albuquerque_International_Sunport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.6166851616, 35.0491578018277] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "V.C. Bird Int'l", + "abbrev": "ANU", + "location": "terminal", + "gps_code": "TAPA", + "iata_code": "ANU", + "wikipedia": "http://en.wikipedia.org/wiki/VC_Bird_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-61.7923676698358, 17.1403599371617] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Faleolo", + "abbrev": "APW", + "location": "terminal", + "gps_code": "NSFA", + "iata_code": "APW", + "wikipedia": "http://en.wikipedia.org/wiki/Faleolo_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-171.99732221834, -13.8325013323956] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Asyut", + "abbrev": "ATZ", + "location": "terminal", + "gps_code": "HEAT", + "iata_code": "ATZ", + "wikipedia": "http://en.wikipedia.org/wiki/Assiut_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [31.0162490438011, 27.0508158406978] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Bahrain Int'l", + "abbrev": "BAH", + "location": "terminal", + "gps_code": "OBBI", + "iata_code": "BAH", + "wikipedia": "http://en.wikipedia.org/wiki/Bahrain_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.6260028757534, 26.2696971499497] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Bradley Int'l", + "abbrev": "BDL", + "location": "terminal", + "gps_code": "KBDL", + "iata_code": "BDL", + "wikipedia": "http://en.wikipedia.org/wiki/Bradley_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-72.685394743339, 41.9303160058352] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Grantley Adams Int'l", + "abbrev": "BGI", + "location": "terminal", + "gps_code": "TBPB", + "iata_code": "BGI", + "wikipedia": "http://en.wikipedia.org/wiki/Grantley_Adams_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-59.4874188953159, 13.079661104553] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Yundum Int'l", + "abbrev": "BJL", + "location": "terminal", + "gps_code": "GBYD", + "iata_code": "BJL", + "wikipedia": "http://en.wikipedia.org/wiki/Banjul_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-16.6523132698075, 13.3438604788942] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bujumbura Int'l", + "abbrev": "BJM", + "location": "terminal", + "gps_code": "HBBA", + "iata_code": "BJM", + "wikipedia": "http://en.wikipedia.org/wiki/Bujumbura_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.3209840169939, -3.32204434913113] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Chileka Int'l", + "abbrev": "BLZ", + "location": "terminal", + "gps_code": "FWCL", + "iata_code": "BLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Chileka_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.9719441837933, -15.6813844793273] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Broome Int'l", + "abbrev": "BME", + "location": "terminal", + "gps_code": "YBRM", + "iata_code": "BME", + "wikipedia": "http://en.wikipedia.org/wiki/Broome_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [122.233850515022, -17.952576129268] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bandar Abbass Int'l", + "abbrev": "BND", + "location": "terminal", + "gps_code": "OIKB", + "iata_code": "BND", + "wikipedia": "http://en.wikipedia.org/wiki/Bandar_Abbas_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [56.368886456411, 27.2103258455145] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Basrah Int'l", + "abbrev": "BSR", + "location": "terminal", + "gps_code": "ORMM", + "iata_code": "BSR", + "wikipedia": "http://en.wikipedia.org/wiki/Basra_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.6683766633518, 30.552799016106] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Ciudad Juarez Int'l", + "abbrev": "CJS", + "location": "terminal", + "gps_code": "MMCS", + "iata_code": "CJS", + "wikipedia": "http://en.wikipedia.org/wiki/Abraham_Gonz%C3%A1lez_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.435846631055, 31.6357566201951] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Katunayake Int'l", + "abbrev": "CMB", + "location": "terminal", + "gps_code": "VCBI", + "iata_code": "CMB", + "wikipedia": "http://en.wikipedia.org/wiki/Bandaranaike_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.8852573421506, 7.17807710544221] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Cairns Int'l", + "abbrev": "CNS", + "location": "terminal", + "gps_code": "YBCS", + "iata_code": "CNS", + "wikipedia": "http://en.wikipedia.org/wiki/Cairns_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [145.7535848444, -16.8767421554062] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Chiang Mai Int'l", + "abbrev": "CNX", + "location": "terminal", + "gps_code": "VTCC", + "iata_code": "CNX", + "wikipedia": "http://en.wikipedia.org/wiki/Chiang_Mai_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [98.9681181241593, 18.7688473919675] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "City of Colorado Springs", + "abbrev": "COS", + "location": "terminal", + "gps_code": "KCOS", + "iata_code": "COS", + "wikipedia": "http://en.wikipedia.org/wiki/Colorado_Springs_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.700880274111, 38.7974248779125] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Ign. Alberto Ongay Int'l", + "abbrev": "CPE", + "location": "terminal", + "gps_code": "MMCP", + "iata_code": "CPE", + "wikipedia": "http://en.wikipedia.org/wiki/Ing._Alberto_Acu%C3%B1a_Ongay_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.5036283734038, 19.8142247992074] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Changsha Huanghua Int'l", + "abbrev": "CSX", + "location": "terminal", + "gps_code": "ZGHA", + "iata_code": "CSX", + "wikipedia": "http://en.wikipedia.org/wiki/Changsha_airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.214054203252, 28.1899218619451] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Greater Cincinnati Int'l", + "abbrev": "CVG", + "location": "terminal", + "gps_code": "KCVG", + "iata_code": "CVG", + "wikipedia": "http://en.wikipedia.org/wiki/Cincinnati/Northern_Kentucky_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.6561699153392, 39.055418904783] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Da Nang", + "abbrev": "DAD", + "location": "terminal", + "gps_code": "VVDN", + "iata_code": "DAD", + "wikipedia": "http://en.wikipedia.org/wiki/Da_Nang_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [108.202706257936, 16.053144145167] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Dallas Love Field", + "abbrev": "DAL", + "location": "terminal", + "gps_code": "KDAL", + "iata_code": "DAL", + "wikipedia": "http://en.wikipedia.org/wiki/Dallas_Love_Field", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.84986377098, 32.8444253732738] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Damascus Int'l", + "abbrev": "DAM", + "location": "terminal", + "gps_code": "OSDI", + "iata_code": "DAM", + "wikipedia": "http://en.wikipedia.org/wiki/Damascus_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [36.5128954718126, 33.4114366702732] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Enrique Malek Int'l", + "abbrev": "DAV", + "location": "terminal", + "gps_code": "MPDA", + "iata_code": "DAV", + "wikipedia": "http://en.wikipedia.org/wiki/Enrique_Malek_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.4317583369387, 8.39126106116918] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Aba Tenna D. Yilma Int'l", + "abbrev": "DIR", + "location": "terminal", + "gps_code": "HADR", + "iata_code": "DIR", + "wikipedia": "http://en.wikipedia.org/wiki/Aba_Tenna_Dejazmach_Yilma_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [41.857756722253, 9.61267784753569] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Bali Int'l", + "abbrev": "DPS", + "location": "terminal", + "gps_code": "WADD", + "iata_code": "DPS", + "wikipedia": "http://en.wikipedia.org/wiki/Ngurah_Rai_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [115.162322961107, -8.74475731595652] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Des Moines Int'l", + "abbrev": "DSM", + "location": "terminal", + "gps_code": "KDSM", + "iata_code": "DSM", + "wikipedia": "http://en.wikipedia.org/wiki/Des_Moines_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.6484612563736, 41.5327904242113] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Entebbe Int'l", + "abbrev": "EBB", + "location": "terminal", + "gps_code": "HUEN", + "iata_code": "EBB", + "wikipedia": "http://en.wikipedia.org/wiki/Entebbe_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.4427573135214, 0.044940949388672] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kisangani Bangoka Int'l", + "abbrev": "FKI", + "location": "terminal", + "gps_code": "FZIC", + "iata_code": "FKI", + "wikipedia": "http://en.wikipedia.org/wiki/Bangoka_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.3302714896212, 0.492225136917501] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Fuzhou Changle Int'l", + "abbrev": "FOC", + "location": "terminal", + "gps_code": "ZSFZ", + "iata_code": "FOC", + "wikipedia": "http://en.wikipedia.org/wiki/Fuzhou_Changle_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [119.668043820999, 25.9318233148143] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Lokpriya G. Bordoloi Int'l", + "abbrev": "GAU", + "location": "terminal", + "gps_code": "VEGT", + "iata_code": "GAU", + "wikipedia": "http://en.wikipedia.org/wiki/Lokpriya_Gopinath_Bordoloi_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [91.588229058187, 26.1052475924255] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Gdansk Lech Walesa", + "abbrev": "GDN", + "location": "terminal", + "gps_code": "EPGD", + "iata_code": "GDN", + "wikipedia": "http://en.wikipedia.org/wiki/Gda%C5%84sk_Lech_Wa%C5%82%C4%99sa_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.4684422165911, 54.3807025352925] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Point Salines Int'l", + "abbrev": "GND", + "location": "terminal", + "gps_code": "TGPY", + "iata_code": "GND", + "wikipedia": "http://en.wikipedia.org/wiki/Point_Salines_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-61.7858529909285, 12.0072683054283] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Nizhny Novgorod Int'l", + "abbrev": "GOJ", + "location": "terminal", + "gps_code": "UWGG", + "iata_code": "GOJ", + "wikipedia": "http://en.wikipedia.org/wiki/Nizhny_Novgorod_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [43.7896337062935, 56.2185525910656] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Jose M. Yanez Int'l", + "abbrev": "GYM", + "location": "terminal", + "gps_code": "MMGM", + "iata_code": "GYM", + "wikipedia": "http://en.wikipedia.org/wiki/General_Jos%C3%A9_Mar%C3%ADa_Y%C3%A1%C3%B1ez_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.921651270402, 27.9694553962829] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hohhot Baita Int'l", + "abbrev": "HET", + "location": "terminal", + "gps_code": "ZBHH", + "iata_code": "HET", + "wikipedia": "http://en.wikipedia.org/wiki/Hohhot_Baita_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [111.814681821626, 40.8540600906552] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Helena Reg.", + "abbrev": "HLN", + "location": "terminal", + "gps_code": "KHLN", + "iata_code": "HLN", + "wikipedia": "http://en.wikipedia.org/wiki/Helena_Regional_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.989896896008, 46.6102043529] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Ignacio P. Garcia Int'l", + "abbrev": "HMO", + "location": "terminal", + "gps_code": "MMHO", + "iata_code": "HMO", + "wikipedia": "http://en.wikipedia.org/wiki/General_Ignacio_Pesqueira_Garcia_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.051901711819, 29.0900772523445] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Dulles Int'l", + "abbrev": "IAD", + "location": "terminal", + "gps_code": "KIAD", + "iata_code": "IAD", + "wikipedia": "http://en.wikipedia.org/wiki/Washington_Dulles_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.4477925769206, 38.952774037953] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hilo Int'l", + "abbrev": "ITO", + "location": "terminal", + "gps_code": "PHTO", + "iata_code": "ITO", + "wikipedia": "http://en.wikipedia.org/wiki/Hilo_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-155.039629733435, 19.7147976868663] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Jackson Int'l", + "abbrev": "JAN", + "location": "terminal", + "gps_code": "KJAN", + "iata_code": "JAN", + "wikipedia": "http://en.wikipedia.org/wiki/Jackson-Evers_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.0750986276924, 32.3100600273635] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Jacksonville Int'l", + "abbrev": "JAX", + "location": "terminal", + "gps_code": "KJAX", + "iata_code": "JAX", + "wikipedia": "http://en.wikipedia.org/wiki/Jacksonville_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.6835767278311, 30.491352730948] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kuching Int'l", + "abbrev": "KCH", + "location": "terminal", + "gps_code": "WBGG", + "iata_code": "KCH", + "wikipedia": "http://en.wikipedia.org/wiki/Kuching_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [110.341837054315, 1.4872079377901] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kigali Int'l", + "abbrev": "KGL", + "location": "terminal", + "gps_code": "HRYR", + "iata_code": "KGL", + "wikipedia": "http://en.wikipedia.org/wiki/Kigali_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.1348768187856, -1.96365443664138] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Balice", + "abbrev": "KRK", + "location": "terminal", + "gps_code": "EPKK", + "iata_code": "KRK", + "wikipedia": "http://en.wikipedia.org/wiki/John_Paul_II_International_Airport_Krak%C3%B3w-Balice", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.8009772844504, 50.0722630648331] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Kurumoch", + "abbrev": "KUF", + "location": "terminal", + "gps_code": "UWWW", + "iata_code": "KUF", + "wikipedia": "http://en.wikipedia.org/wiki/Kurumoch_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [50.1472655210191, 53.5083848190935] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Guilin Liangjiang Int'l", + "abbrev": "KWL", + "location": "terminal", + "gps_code": "ZGKL", + "iata_code": "KWL", + "wikipedia": "http://en.wikipedia.org/wiki/Guilin_Liangjiang_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [110.04689349777, 25.2176055252293] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Laoag Int'l", + "abbrev": "LAO", + "location": "terminal", + "gps_code": "RPLI", + "iata_code": "LAO", + "wikipedia": "http://en.wikipedia.org/wiki/Laoag_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.533876196127, 18.1824180866379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "LaGuardia", + "abbrev": "LGA", + "location": "terminal", + "gps_code": "KLGA", + "iata_code": "LGA", + "wikipedia": "http://en.wikipedia.org/wiki/LaGuardia_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.8719858204814, 40.7745539398858] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "London Gatwick", + "abbrev": "LGW", + "location": "terminal", + "gps_code": "EGKK", + "iata_code": "LGW", + "wikipedia": "http://en.wikipedia.org/wiki/London_Gatwick_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.162961639139456, 51.1557567519275] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Ljubljana", + "abbrev": "LJU", + "location": "terminal", + "gps_code": "LJLJ", + "iata_code": "LJU", + "wikipedia": "http://en.wikipedia.org/wiki/Ljubljana_Jo%C5%BEe_Pu%C4%8Dnik_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.4548126283266, 46.2305445554486] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Amausi Int'l", + "abbrev": "LKO", + "location": "terminal", + "gps_code": "VILK", + "iata_code": "LKO", + "wikipedia": "http://en.wikipedia.org/wiki/Amausi_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.8841719732472, 26.7639328700916] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "La Plata", + "abbrev": "LPG", + "location": "terminal", + "gps_code": "SADL", + "iata_code": "LPG", + "wikipedia": "http://en.wikipedia.org/wiki/La_Plata_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.895382063651, -34.9655441559234] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gen. Sevando Canales", + "abbrev": "MAM", + "location": "terminal", + "gps_code": "MMMA", + "iata_code": "MAM", + "wikipedia": "http://en.wikipedia.org/wiki/General_Servando_Canales_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.5308217121187, 25.7708412640619] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Manchester Int'l", + "abbrev": "MAN", + "location": "terminal", + "gps_code": "EGCC", + "iata_code": "MAN", + "wikipedia": "http://en.wikipedia.org/wiki/Manchester_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.27337159069427, 53.3624896066518] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Kansas City Int'l", + "abbrev": "MCI", + "location": "terminal", + "gps_code": "KMCI", + "iata_code": "MCI", + "wikipedia": "http://en.wikipedia.org/wiki/Kansas_City_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.7159148579154, 39.2978958263659] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Seeb Int'l", + "abbrev": "MCT", + "location": "terminal", + "gps_code": "OOMS", + "iata_code": "MCT", + "wikipedia": "http://en.wikipedia.org/wiki/Seeb_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [58.2904804753493, 23.5885704175856] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Habib Bourguiba Int'l", + "abbrev": "MIR", + "location": "terminal", + "gps_code": "DTMB", + "iata_code": "MIR", + "wikipedia": "http://en.wikipedia.org/wiki/Habib_Bourguiba_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.753368185054, 35.760710442178] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Marseille Provence Airport", + "abbrev": "MRS", + "location": "terminal", + "gps_code": "LFML", + "iata_code": "MRS", + "wikipedia": "http://en.wikipedia.org/wiki/Marseille_Provence_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.22137917720337, 43.4410600016468] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Quetzalcoatl Int'l", + "abbrev": "NLD", + "location": "terminal", + "gps_code": "MMNL", + "iata_code": "NLD", + "wikipedia": "http://en.wikipedia.org/wiki/Quetzalc%C3%B3atl_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.5680081930063, 27.4496896508316] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Nanning Wuwu Int'l", + "abbrev": "NNG", + "location": "terminal", + "gps_code": "ZGNN", + "iata_code": "NNG", + "wikipedia": "http://en.wikipedia.org/wiki/Nanning_Wuxu_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [108.168012273331, 22.6120370541785] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Xoxocotlan Int'l", + "abbrev": "OAX", + "location": "terminal", + "gps_code": "MMOX", + "iata_code": "OAX", + "wikipedia": "http://en.wikipedia.org/wiki/Xoxocotl%C3%A1n_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.7217959384975, 17.0005592569745] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kahului", + "abbrev": "OGG", + "location": "terminal", + "gps_code": "PHOG", + "iata_code": "OGG", + "wikipedia": "http://en.wikipedia.org/wiki/Kahului_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-156.437429581353, 20.8932885151112] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Will Rogers", + "abbrev": "OKC", + "location": "terminal", + "gps_code": "KOKC", + "iata_code": "OKC", + "wikipedia": "http://en.wikipedia.org/wiki/Will_Rogers_World_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.5961177542092, 35.3952774911744] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Norfolk Int'l", + "abbrev": "ORF", + "location": "terminal", + "gps_code": "KORF", + "iata_code": "ORF", + "wikipedia": "http://en.wikipedia.org/wiki/Norfolk_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.2044231712327, 36.8982394673674] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Palm Beach Int'l", + "abbrev": "PBI", + "location": "terminal", + "gps_code": "KPBI", + "iata_code": "PBI", + "wikipedia": "http://en.wikipedia.org/wiki/Palm_Beach_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.0901893383387, 26.688441666433] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Pengel Int'l", + "abbrev": "PBM", + "location": "terminal", + "gps_code": "SMJP", + "iata_code": "PBM", + "wikipedia": "http://en.wikipedia.org/wiki/Johan_Adolf_Pengel_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-55.1999113892902, 5.45599967797439] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bolshesavino", + "abbrev": "PEE", + "location": "terminal", + "gps_code": "USPP", + "iata_code": "PEE", + "wikipedia": "http://en.wikipedia.org/wiki/Bolshoye_Savino_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [56.0195602820297, 57.9197711231691] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Penang Int'l", + "abbrev": "PEN", + "location": "terminal", + "gps_code": "WMKP", + "iata_code": "PEN", + "wikipedia": "http://en.wikipedia.org/wiki/Penang_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.265786380955, 5.29265627790489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Port Harcourt Int'l", + "abbrev": "PHC", + "location": "terminal", + "gps_code": "DNPO", + "iata_code": "PHC", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Harcourt_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.94989742723191, 5.00700347673944] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Port Hedland Int'l", + "abbrev": "PHE", + "location": "terminal", + "gps_code": "YPPD", + "iata_code": "PHE", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Hedland_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [118.631797815615, -20.3781272960723] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Pierre Regional", + "abbrev": "PIR", + "location": "terminal", + "gps_code": "KPIR", + "iata_code": "PIR", + "wikipedia": "http://en.wikipedia.org/wiki/Pierre_Regional_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.292641981705, 44.3801534668762] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Greater Pittsburgh Int'l", + "abbrev": "PIT", + "location": "terminal", + "gps_code": "KPIT", + "iata_code": "PIT", + "wikipedia": "http://en.wikipedia.org/wiki/Pittsburgh_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.2561290571918, 40.4960518915285] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Pago Pago Int'l", + "abbrev": "PPG", + "location": "terminal", + "gps_code": "NSTU", + "iata_code": "PPG", + "wikipedia": "http://en.wikipedia.org/wiki/Pago_Pago_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-170.713307053734, -14.3290641850306] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Birmingham Int'l", + "abbrev": "BHX", + "location": "terminal", + "gps_code": "EGBB", + "iata_code": "BHX", + "wikipedia": "http://en.wikipedia.org/wiki/Birmingham_International_Airport_(United_Kingdom)", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.73373170434452, 52.4529085542838] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Roberts Int'l", + "abbrev": "ROB", + "location": "terminal", + "gps_code": "GLRB", + "iata_code": "ROB", + "wikipedia": "http://en.wikipedia.org/wiki/Roberts_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-10.3530851867934, 6.24183456554526] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Raipur", + "abbrev": "RPR", + "location": "terminal", + "gps_code": "VARP", + "iata_code": "RPR", + "wikipedia": "http://en.wikipedia.org/wiki/Raipur_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [81.7403775915201, 21.1859868561447] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "El Salvador Int'l", + "abbrev": "SAL", + "location": "terminal", + "gps_code": "MSLP", + "iata_code": "SAL", + "wikipedia": "http://en.wikipedia.org/wiki/Cuscatlan_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.0572035692743, 13.4447481228616] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "San Diego Int'l", + "abbrev": "SAN", + "location": "terminal", + "gps_code": "KSAN", + "iata_code": "SAN", + "wikipedia": "http://en.wikipedia.org/wiki/San_Diego_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.197511025731, 32.7322645570132] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "San Antonio Int'l", + "abbrev": "SAT", + "location": "terminal", + "gps_code": "KSAT", + "iata_code": "SAT", + "wikipedia": "http://en.wikipedia.org/wiki/San_Antonio_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-98.4719699991559, 29.5266203391315] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Savannah Int'l", + "abbrev": "SAV", + "location": "terminal", + "gps_code": "KSAV", + "iata_code": "SAV", + "wikipedia": "http://en.wikipedia.org/wiki/Savannah/Hilton_Head_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.2099647750913, 32.1356415522902] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Antonio Maceo", + "abbrev": "SCU", + "location": "terminal", + "gps_code": "MUCU", + "iata_code": "SCU", + "wikipedia": "http://en.wikipedia.org/wiki/Antonio_Maceo_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.8398877639791, 19.9724288717622] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Ponciano Arriaga Int'l", + "abbrev": "SLP", + "location": "terminal", + "gps_code": "MMSP", + "iata_code": "SLP", + "wikipedia": "http://en.wikipedia.org/wiki/Ponciano_Arriaga_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.936477816267, 22.2557130495903] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Sacramento Int'l", + "abbrev": "SMF", + "location": "terminal", + "gps_code": "KSMF", + "iata_code": "SMF", + "wikipedia": "http://en.wikipedia.org/wiki/Sacramento_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-121.587894877723, 38.6927238925554] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Cibao Int'l", + "abbrev": "STI", + "location": "terminal", + "gps_code": "MDST", + "iata_code": "STI", + "wikipedia": "http://en.wikipedia.org/wiki/Cibao_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.6941783224468, 19.4659219152888] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Koltsovo", + "abbrev": "SVX", + "location": "terminal", + "gps_code": "USSS", + "iata_code": "SVX", + "wikipedia": "http://en.wikipedia.org/wiki/Koltsovo_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [60.8058033432174, 56.732245612046] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Syracuse Hancock Int'l", + "abbrev": "SYR", + "location": "terminal", + "gps_code": "KSYR", + "iata_code": "SYR", + "wikipedia": "http://en.wikipedia.org/wiki/Syracuse_Hancock_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.1130789991049, 43.1317844943741] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Tabriz", + "abbrev": "TBZ", + "location": "terminal", + "gps_code": "OITT", + "iata_code": "TBZ", + "wikipedia": "http://en.wikipedia.org/wiki/Tabriz_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [46.244713373574, 38.1311107688175] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Torreon Int'l", + "abbrev": "TRC", + "location": "terminal", + "gps_code": "MMTC", + "iata_code": "TRC", + "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Sarabia_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-103.398787828579, 25.5632164399896] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Tulsa Int'l", + "abbrev": "TUL", + "location": "terminal", + "gps_code": "KTUL", + "iata_code": "TUL", + "wikipedia": "http://en.wikipedia.org/wiki/Tulsa_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-95.889882271542, 36.190127565195] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Mcghee Tyson", + "abbrev": "TYS", + "location": "terminal", + "gps_code": "KTYS", + "iata_code": "TYS", + "wikipedia": "http://en.wikipedia.org/wiki/McGhee_Tyson_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-83.9899378327585, 35.8057448027088] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Ufa Int'l", + "abbrev": "UFA", + "location": "terminal", + "gps_code": "UWUU", + "iata_code": "UFA", + "wikipedia": "http://en.wikipedia.org/wiki/Ufa_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.8840773411837, 54.5651323578972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hewanorra Int'l", + "abbrev": "UVF", + "location": "terminal", + "gps_code": "TLPL", + "iata_code": "UVF", + "wikipedia": "http://en.wikipedia.org/wiki/Hewanorra_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.9499737723461, 13.7365238050489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Windhoek Hosea Kutako Int'l", + "abbrev": "WDH", + "location": "terminal", + "gps_code": "FYWH", + "iata_code": "WDH", + "wikipedia": "http://en.wikipedia.org/wiki/Windhoek_Hosea_Kutako_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.4632259028133, -22.4869531202041] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Sault Ste Marie", + "abbrev": "YAM", + "location": "terminal", + "gps_code": "CYAM", + "iata_code": "YAM", + "wikipedia": "http://en.wikipedia.org/wiki/Sault_Ste._Marie_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.5006089999718, 46.4854175101926] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Dawson Cr.", + "abbrev": "YDQ", + "location": "terminal", + "gps_code": "CYDQ", + "iata_code": "YDQ", + "wikipedia": "http://en.wikipedia.org/wiki/Dawson_Creek_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-120.185595619101, 55.7394117074557] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Edmonton Int'l", + "abbrev": "YEG", + "location": "terminal", + "gps_code": "CYEG", + "iata_code": "YEG", + "wikipedia": "http://en.wikipedia.org/wiki/Edmonton_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-113.584492564406, 53.3072001619183] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Halifax Int'l", + "abbrev": "YHZ", + "location": "terminal", + "gps_code": "CYHZ", + "iata_code": "YHZ", + "wikipedia": "http://en.wikipedia.org/wiki/Halifax_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.5149652501673, 44.886545450101] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Kamloops", + "abbrev": "YKA", + "location": "terminal", + "gps_code": "CYKA", + "iata_code": "YKA", + "wikipedia": "http://en.wikipedia.org/wiki/Kamloops_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-120.441734763962, 50.7051955184591] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Sudbury", + "abbrev": "YSB", + "location": "terminal", + "gps_code": "CYSB", + "iata_code": "YSB", + "wikipedia": "http://en.wikipedia.org/wiki/Sudbury_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.7957747817105, 46.6227508204893] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Saint John", + "abbrev": "YSJ", + "location": "terminal", + "gps_code": "CYSJ", + "iata_code": "YSJ", + "wikipedia": "http://en.wikipedia.org/wiki/Saint_John_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-65.8905573681168, 45.3292305955017] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Prince George", + "abbrev": "YXS", + "location": "terminal", + "gps_code": "CYXS", + "iata_code": "YXS", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_George_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.674014743986, 53.8842485751138] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Victoria Int'l", + "abbrev": "YYJ", + "location": "terminal", + "gps_code": "CYYJ", + "iata_code": "YYJ", + "wikipedia": "http://en.wikipedia.org/wiki/Victoria_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-123.430624539528, 48.640529482179] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Zamboanga Int'l", + "abbrev": "ZAM", + "location": "terminal", + "gps_code": "RPMZ", + "iata_code": "ZAM", + "wikipedia": "http://en.wikipedia.org/wiki/Zamboanga_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [122.062432321637, 6.9197577480583] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Lanzhou Zhongchuan", + "abbrev": "ZGC", + "location": "terminal", + "gps_code": "ZLLL", + "iata_code": "ZGC", + "wikipedia": "http://en.wikipedia.org/wiki/Lanzhou_Zhongchuan_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.615415363043, 36.5078842461237] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Albany Int'l", + "abbrev": "ALB", + "location": "terminal", + "gps_code": "KALB", + "iata_code": "ALB", + "wikipedia": "http://en.wikipedia.org/wiki/Albany_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.8093518843173, 42.7456619801729] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "General Mitchell Int'l", + "abbrev": "MKE", + "location": "terminal", + "gps_code": "KMKE", + "iata_code": "MKE", + "wikipedia": "http://en.wikipedia.org/wiki/General_Mitchell_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.9021056250744, 42.9479198729586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "military mid", + "name": "Wang-Chia Tun Airbase", + "abbrev": "ZHHH", + "location": "runway", + "gps_code": null, + "iata_code": null, + "wikipedia": null, + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [114.24694737615, 30.6017141196702] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Sanya Phoenix Int'l", + "abbrev": "SYX", + "location": "terminal", + "gps_code": "ZJSY", + "iata_code": "SYX", + "wikipedia": "http://en.wikipedia.org/wiki/Sanya_Phoenix_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [109.40823949108, 18.3090959908593] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Lhasa Gonggar", + "abbrev": "LXA", + "location": "terminal", + "gps_code": "ZULS", + "iata_code": "LXA", + "wikipedia": "http://en.wikipedia.org/wiki/Lhasa_Gonggar_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [90.9005610194027, 29.2936936123184] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Hotan", + "abbrev": "HTN", + "location": "terminal", + "gps_code": "ZWTN", + "iata_code": "HTN", + "wikipedia": "http://en.wikipedia.org/wiki/Hotan_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [79.8723005212192, 37.0400363509765] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Dresden", + "abbrev": "DRS", + "location": "terminal", + "gps_code": "EDDC", + "iata_code": "DRS", + "wikipedia": "http://en.wikipedia.org/wiki/Dresden_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.7649671440047, 51.1250912428871] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "military major", + "name": "Kenitra Air Base", + "abbrev": "NNA", + "location": "terminal", + "gps_code": "GMMY", + "iata_code": "NNA", + "wikipedia": "http://en.wikipedia.org/wiki/Kenitra_Air_Base", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-6.597753628116, 34.2986673638223] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Annemasse", + "abbrev": "QNJ", + "location": "ramp", + "gps_code": "LFLI", + "iata_code": "QNJ", + "wikipedia": "http://en.wikipedia.org/wiki/Annemasse_Aerodrome", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.26491085364159, 46.1957283286261] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Nogales Int'l", + "abbrev": "NOG", + "location": "terminal", + "gps_code": "MMNG", + "iata_code": "NOG", + "wikipedia": "http://en.wikipedia.org/wiki/Nogales_International_Airport_(Mexico)", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-110.972721301675, 31.2255371741159] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Strasbourg", + "abbrev": "SXB", + "location": "terminal", + "gps_code": "LFST", + "iata_code": "SXB", + "wikipedia": "http://en.wikipedia.org/wiki/Strasbourg_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.62784196688924, 48.5446961721759] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Cologne/Bonn", + "abbrev": "CGN", + "location": "terminal", + "gps_code": "EDDK", + "iata_code": "CGN", + "wikipedia": "http://en.wikipedia.org/wiki/Cologne_Bonn_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.12235975524539, 50.8782596629471] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Kimhae Int'l", + "abbrev": "PUS", + "location": "terminal", + "gps_code": "RKPK", + "iata_code": "PUS", + "wikipedia": "http://en.wikipedia.org/wiki/Gimhae_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [128.948801379039, 35.170284063683] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Jeju Int'l", + "abbrev": "CJU", + "location": "terminal", + "gps_code": "RKPC", + "iata_code": "CJU", + "wikipedia": "http://en.wikipedia.org/wiki/Jeju_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.491629401972, 33.5247173150399] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Stavanger Sola", + "abbrev": "SVG", + "location": "terminal", + "gps_code": "ENZV", + "iata_code": "SVG", + "wikipedia": "http://en.wikipedia.org/wiki/Stavanger_Airport,_Sola", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.6298103297218, 58.8821564842185] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Trondheim Vaernes", + "abbrev": "TRD", + "location": "terminal", + "gps_code": "ENVA", + "iata_code": "TRD", + "wikipedia": "http://en.wikipedia.org/wiki/Trondheim_Airport%2C_V%C3%A6rnes", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.9168095241445, 63.472029381717] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Corumba Int'l", + "abbrev": "CMG", + "location": "terminal", + "gps_code": "SBCR", + "iata_code": "CMG", + "wikipedia": "http://en.wikipedia.org/wiki/Corumba_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.6636078925543, -19.0141662885534] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Madeira", + "abbrev": "FNC", + "location": "terminal", + "gps_code": "LPMA", + "iata_code": "FNC", + "wikipedia": "http://en.wikipedia.org/wiki/Madeira_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-16.7756374531213, 32.6933642847489] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Foz do Iguaçu Int'l", + "abbrev": "IGU", + "location": "terminal", + "gps_code": "SBFI", + "iata_code": "IGU", + "wikipedia": "http://en.wikipedia.org/wiki/Foz_do_Igua%C3%A7u_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.4885922735633, -25.5976832162102] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Gov. Jorge Teixeira de Oliveira Int'l", + "abbrev": "PVH", + "location": "terminal", + "gps_code": "SBPV", + "iata_code": "PVH", + "wikipedia": "http://en.wikipedia.org/wiki/Governador_Jorge_Teixeira_de_Oliveira_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.8984625004213, -8.71442482859288] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Bilbao", + "abbrev": "BIO", + "location": "terminal", + "gps_code": "LEBB", + "iata_code": "BIO", + "wikipedia": "http://en.wikipedia.org/wiki/Bilbao_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-2.90609011679805, 43.3050829811195] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Palma de Mallorca", + "abbrev": "PMI", + "location": "terminal", + "gps_code": "LEPA", + "iata_code": "PMI", + "wikipedia": "http://en.wikipedia.org/wiki/Palma_de_Mallorca_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.72997660200647, 39.5657758586254] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Tenerife N.", + "abbrev": "TFN", + "location": "terminal", + "gps_code": "GCXO", + "iata_code": "TFN", + "wikipedia": "http://en.wikipedia.org/wiki/Los_Rodeos_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-16.3463175679264, 28.4875770267731] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Gothenburg", + "abbrev": "GOT", + "location": "terminal", + "gps_code": "ESGG", + "iata_code": "GOT", + "wikipedia": "http://en.wikipedia.org/wiki/Gothenburg-Landvetter_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.2938269092573, 57.6857493534879] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Lulea", + "abbrev": "LLA", + "location": "terminal", + "gps_code": "ESPA", + "iata_code": "LLA", + "wikipedia": "http://en.wikipedia.org/wiki/Lule%C3%A5_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [22.1230271243945, 65.5490362477616] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Abu Dhabi Int'l", + "abbrev": "AUH", + "location": "terminal", + "gps_code": "OMAA", + "iata_code": "AUH", + "wikipedia": "http://en.wikipedia.org/wiki/Abu_Dhabi_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [54.6463293225558, 24.4272271529764] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Mohamed Boudiaf Int'l", + "abbrev": "CZL", + "location": "terminal", + "gps_code": "DABC", + "iata_code": "CZL", + "wikipedia": "http://en.wikipedia.org/wiki/Mohamed_Boudiaf_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.62194665181219, 36.2834409441601] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Aswan Int'l", + "abbrev": "ASW", + "location": "terminal", + "gps_code": "HESN", + "iata_code": "ASW", + "wikipedia": "http://en.wikipedia.org/wiki/Aswan_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.8244372462973, 23.9682765441778] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Rovaniemi", + "abbrev": "RVN", + "location": "terminal", + "gps_code": "EFRO", + "iata_code": "RVN", + "wikipedia": "http://en.wikipedia.org/wiki/Rovaniemi_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.8294409760452, 66.5595564168509] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Cheddi Jagan Int'l", + "abbrev": "GEO", + "location": "terminal", + "gps_code": "SYCJ", + "iata_code": "GEO", + "wikipedia": "http://en.wikipedia.org/wiki/Cheddi_Jagan_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-58.2541191925889, 6.49855290813572] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Cochin Int'l", + "abbrev": "COK", + "location": "terminal", + "gps_code": "VOCI", + "iata_code": "COK", + "wikipedia": "http://en.wikipedia.org/wiki/Cochin_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.3905198502024, 10.1551187628118] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Eldoret Int'l", + "abbrev": "EDL", + "location": "terminal", + "gps_code": "HKEL", + "iata_code": "EDL", + "wikipedia": "http://en.wikipedia.org/wiki/Eldoret_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.2236930658301, 0.40507147546036] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major", + "name": "Incheon Int'l", + "abbrev": "ICN", + "location": "terminal", + "gps_code": "RKSI", + "iata_code": "ICN", + "wikipedia": "http://en.wikipedia.org/wiki/Incheon_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.450875980796, 37.4492088624346] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "mid", + "name": "Federal de Bachigualato Int'l", + "abbrev": "CUL", + "location": "terminal", + "gps_code": "MMCL", + "iata_code": "CUL", + "wikipedia": "http://en.wikipedia.org/wiki/Federal_de_Bachigualato_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-107.469863792896, 24.7668040390461] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 6, + "type": "major and military", + "name": "Benazir Bhutto Int'l", + "abbrev": "ISB", + "location": "terminal", + "gps_code": "OPRN", + "iata_code": "ISB", + "wikipedia": "http://en.wikipedia.org/wiki/Islamabad_International_Airport", + "natlscale": 20, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.1007936471882, 33.6074457507526] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Brussels", + "abbrev": "BRU", + "location": "terminal", + "gps_code": "EBBR", + "iata_code": "BRU", + "wikipedia": "http://en.wikipedia.org/wiki/Brussels_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.48464032408272, 50.8972949641511] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Abuja Int'l", + "abbrev": "ABV", + "location": "terminal", + "gps_code": "DNAA", + "iata_code": "ABV", + "wikipedia": "http://en.wikipedia.org/wiki/Nnamdi_Azikiwe_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [7.27025993974356, 9.00437659781094] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Arcata-Eureka", + "abbrev": "ACV", + "location": "terminal", + "gps_code": "KACV", + "iata_code": "ACV", + "wikipedia": "http://en.wikipedia.org/wiki/Arcata-Eureka_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-124.107065520139, 40.9719245381314] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Austin-Bergstrom Int'l", + "abbrev": "AUS", + "location": "terminal", + "gps_code": "KAUS", + "iata_code": "AUS", + "wikipedia": "http://en.wikipedia.org/wiki/Austin-Bergstrom_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.6668367646054, 30.2021081920749] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Antalya", + "abbrev": "AYT", + "location": "terminal", + "gps_code": "LTAI", + "iata_code": "AYT", + "wikipedia": "http://en.wikipedia.org/wiki/Antalya_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.8025526439415, 36.9153233051868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Belfast Int'l", + "abbrev": "BFS", + "location": "terminal", + "gps_code": "EGAA", + "iata_code": "BFS", + "wikipedia": "http://en.wikipedia.org/wiki/Belfast_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-6.21616943734958, 54.6615575470103] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Orio Al Serio", + "abbrev": "BGY", + "location": "terminal", + "gps_code": "LIME", + "iata_code": "BGY", + "wikipedia": "http://en.wikipedia.org/wiki/Orio_al_Serio_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.6989176939974, 45.6654980560695] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Kota Kinabalu Int'l", + "abbrev": "BKI", + "location": "terminal", + "gps_code": "WBKK", + "iata_code": "BKI", + "wikipedia": "http://en.wikipedia.org/wiki/Kota_Kinabalu_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [116.051087873369, 5.92289445474807] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Bengaluru Int'l", + "abbrev": "BLR", + "location": "terminal", + "gps_code": "VOBL", + "iata_code": "BLR", + "wikipedia": "http://en.wikipedia.org/wiki/Bengaluru_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.7095579889575, 13.2006108069609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Canberra Int'l", + "abbrev": "CBR", + "location": "terminal", + "gps_code": "YSCB", + "iata_code": "CBR", + "wikipedia": "http://en.wikipedia.org/wiki/Canberra_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [149.190760539671, -35.3071855902909] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Port Columbus Int'l", + "abbrev": "CMH", + "location": "terminal", + "gps_code": "KCMH", + "iata_code": "CMH", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Columbus_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.8840306426634, 39.9981181922432] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Mohamed V Int'l", + "abbrev": "CMN", + "location": "terminal", + "gps_code": "GMMN", + "iata_code": "CMN", + "wikipedia": "http://en.wikipedia.org/wiki/Mohammed_V_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.5814559902572, 33.3747274815396] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Dusseldorf Int'l", + "abbrev": "DUS", + "location": "terminal", + "gps_code": "EDDL", + "iata_code": "DUS", + "wikipedia": "http://en.wikipedia.org/wiki/D%C3%BCsseldorf_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.76494446612174, 51.2781820420774] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Esenboga Int'l", + "abbrev": "ESB", + "location": "terminal", + "gps_code": "LTAC", + "iata_code": "ESB", + "wikipedia": "http://en.wikipedia.org/wiki/Esenbo%C4%9Fa_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.9930100772014, 40.1151278273234] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Hamilton Int'l", + "abbrev": "HLZ", + "location": "terminal", + "gps_code": "NZHN", + "iata_code": "HLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Hamilton_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [175.336221432708, -37.8658411484827] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Rajiv Gandhi Int'l", + "abbrev": "HYD", + "location": "terminal", + "gps_code": "VOHS", + "iata_code": "HYD", + "wikipedia": "http://en.wikipedia.org/wiki/Rajiv_Gandhi_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [78.42953613452, 17.2359831507471] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "John F Kennedy Int'l", + "abbrev": "JFK", + "location": "parking", + "gps_code": "KJFK", + "iata_code": "JFK", + "wikipedia": "http://en.wikipedia.org/wiki/John_F._Kennedy_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7863268609296, 40.6459595584081] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Boryspil Int'l", + "abbrev": "KBP", + "location": "terminal", + "gps_code": "UKBB", + "iata_code": "KBP", + "wikipedia": "http://en.wikipedia.org/wiki/Boryspil_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.8951621615528, 50.340902338877] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Khartoum", + "abbrev": "KRT", + "location": "terminal", + "gps_code": "HSSS", + "iata_code": "KRT", + "wikipedia": "http://en.wikipedia.org/wiki/Khartoum_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.550153296633, 15.5922226530858] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Dane Cty. Reg. (Truax Field)", + "abbrev": "MSN", + "location": "terminal", + "gps_code": "KMSN", + "iata_code": "MSN", + "wikipedia": "http://en.wikipedia.org/wiki/Dane_County_Regional_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.3457847894487, 43.1363082385868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Minsk Int'l", + "abbrev": "MSQ", + "location": "terminal", + "gps_code": "UMMS", + "iata_code": "MSQ", + "wikipedia": "http://en.wikipedia.org/wiki/Minsk_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.0341933346378, 53.8893792398005] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Palermo", + "abbrev": "PMO", + "location": "terminal", + "gps_code": "LICJ", + "iata_code": "PMO", + "wikipedia": "http://en.wikipedia.org/wiki/Palermo_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.1055309888638, 38.1863351084895] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "T.F. Green", + "abbrev": "PVD", + "location": "terminal", + "gps_code": "KPVD", + "iata_code": "PVD", + "wikipedia": "http://en.wikipedia.org/wiki/T._F._Green_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.4357841445789, 41.7260019847189] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Southwest Florida Int'l", + "abbrev": "RSW", + "location": "terminal", + "gps_code": "KRSW", + "iata_code": "RSW", + "wikipedia": "http://en.wikipedia.org/wiki/Southwest_Florida_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.7551231409306, 26.5279288067651] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Shenyang Taoxian Int'l", + "abbrev": "SHE", + "location": "terminal", + "gps_code": "ZYTX", + "iata_code": "SHE", + "wikipedia": "http://en.wikipedia.org/wiki/Shenyang_Taoxian_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [123.487974430339, 41.6347891339582] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Sharjah Int'l", + "abbrev": "SHJ", + "location": "terminal", + "gps_code": "OMSJ", + "iata_code": "SHJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sharjah_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.5205071948853, 25.3211964019068] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "San Jose Int'l", + "abbrev": "SJC", + "location": "terminal", + "gps_code": "KSJC", + "iata_code": "SJC", + "wikipedia": "http://en.wikipedia.org/wiki/San_Jose_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-121.929428983532, 37.3694905908966] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "John Wayne", + "abbrev": "SNA", + "location": "terminal", + "gps_code": "KSNA", + "iata_code": "SNA", + "wikipedia": "http://en.wikipedia.org/wiki/John_Wayne_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-117.861489220393, 33.6794857329549] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Stuttgart", + "abbrev": "STR", + "location": "terminal", + "gps_code": "EDDS", + "iata_code": "STR", + "wikipedia": "http://en.wikipedia.org/wiki/Stuttgart_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.19395108945536, 48.6901051358913] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Nacional Tobias Bolanos", + "abbrev": "SYQ", + "location": "terminal", + "gps_code": "MRPV", + "iata_code": "SYQ", + "wikipedia": "http://en.wikipedia.org/wiki/Tob%C3%ADas_Bola%C3%B1os_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.1386091971594, 9.95827851919623] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Shenzhen Bao'an Int'l", + "abbrev": "SZX", + "location": "terminal", + "gps_code": "ZGSZ", + "iata_code": "SZX", + "wikipedia": "http://en.wikipedia.org/wiki/Shenzhen_airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.815852751085, 22.6465077147868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Louisville Int'l", + "abbrev": "SDF", + "location": "terminal", + "gps_code": "KSDF", + "iata_code": "SDF", + "wikipedia": "http://en.wikipedia.org/wiki/Louisville_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-85.7417027597367, 38.1860207152699] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Geneva", + "abbrev": "GVA", + "location": "terminal", + "gps_code": "LSGG", + "iata_code": "GVA", + "wikipedia": "http://en.wikipedia.org/wiki/Geneva_Cointrin_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.10794577423603, 46.231009510158] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Lyon-Saint Exupery", + "abbrev": "LYS", + "location": "terminal", + "gps_code": "LFLL", + "iata_code": "LYS", + "wikipedia": "http://en.wikipedia.org/wiki/Lyon-Saint_Exup%C3%A9ry_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.07594431813459, 45.7210186834669] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Kansai Int'l", + "abbrev": "KIX", + "location": "terminal", + "gps_code": "RJBB", + "iata_code": "KIX", + "wikipedia": "http://en.wikipedia.org/wiki/Kansai_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [135.244459772476, 34.434794162927] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Lisbon Portela", + "abbrev": "LIS", + "location": "terminal", + "gps_code": "LPPT", + "iata_code": "LIS", + "wikipedia": "http://en.wikipedia.org/wiki/Lisbon_Portela_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-9.13069440931071, 38.7707623427514] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Tancredo Neves Int'l", + "abbrev": "CNF", + "location": "terminal", + "gps_code": "SBCF", + "iata_code": "CNF", + "wikipedia": "http://en.wikipedia.org/wiki/Tancredo_Neves_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-43.9635815209949, -19.6327821218747] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Bromma", + "abbrev": "BMA", + "location": "terminal", + "gps_code": "ESSB", + "iata_code": "BMA", + "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Bromma_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.9456175406145, 59.3555902065112] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Juanda Int'l", + "abbrev": "SUB", + "location": "terminal", + "gps_code": "WARR", + "iata_code": "SUB", + "wikipedia": "http://en.wikipedia.org/wiki/Juanda_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [112.777034594933, -7.383578985276] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Astor Piazzolla Int'l", + "abbrev": "MDQ", + "location": "terminal", + "gps_code": "SAZM", + "iata_code": "MDQ", + "wikipedia": "http://en.wikipedia.org/wiki/%C3%81stor_Piazzola_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.5816150932392, -37.9332161204482] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Owen Roberts Int'l", + "abbrev": "GCM", + "location": "terminal", + "gps_code": "MWCR", + "iata_code": "GCM", + "wikipedia": "http://en.wikipedia.org/wiki/Owen_Roberts_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.3576706162289, 19.2959107437122] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Zhengzhou Xinzheng Int'l", + "abbrev": "CGO", + "location": "terminal", + "gps_code": "ZHCC", + "iata_code": "CGO", + "wikipedia": "http://en.wikipedia.org/wiki/Zhengzhou_Xinzheng_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.841831302845, 34.5263027198957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Dalian Zhoushuizi Int'l", + "abbrev": "DLC", + "location": "terminal", + "gps_code": "ZYTL", + "iata_code": "DLC", + "wikipedia": "http://en.wikipedia.org/wiki/Dalian_Zhoushuizi_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.538913780101, 38.9615702300222] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Heraklion Int'l", + "abbrev": "HER", + "location": "terminal", + "gps_code": "LGIR", + "iata_code": "HER", + "wikipedia": "http://en.wikipedia.org/wiki/Heraklion_International_Airport%2C_%22Nikos_Kazantzakis%22", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.1740558243272, 35.3369024101046] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "major", + "name": "Tbilisi Int'l", + "abbrev": "TBS", + "location": "terminal", + "gps_code": "UGTB", + "iata_code": "TBS", + "wikipedia": "http://en.wikipedia.org/wiki/Tbilisi_International_Airport", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.9646146141664, 41.6694420187261] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 5, + "type": "mid", + "name": "Cascais", + "abbrev": "XXC", + "location": "runway", + "gps_code": "LPCS", + "iata_code": "XXC", + "wikipedia": "http://en.wikipedia.org/wiki/Cascais_Aerodrome", + "natlscale": 30, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-9.35458240263928, 38.7235353208324] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kaohsiung Int'l", + "abbrev": "KHH", + "location": "terminal", + "gps_code": "RCKH", + "iata_code": "KHH", + "wikipedia": "http://en.wikipedia.org/wiki/Kaohsiung_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [120.345156342151, 22.5717061054422] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sadiq Abubakar III", + "abbrev": "SKO", + "location": "terminal", + "gps_code": "DNSO", + "iata_code": "SKO", + "wikipedia": "http://en.wikipedia.org/wiki/Sadiq_Abubakar_III_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.20022616032651, 12.9174824166181] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Mariscal Sucre Int'l", + "abbrev": "UIO", + "location": "terminal", + "gps_code": "SEQU", + "iata_code": "UIO", + "wikipedia": "http://en.wikipedia.org/wiki/Mariscal_Sucre_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.4899925545701, -0.145552408466882] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Karachi Civil", + "abbrev": "KHI", + "location": "terminal", + "gps_code": "OPKC", + "iata_code": "KHI", + "wikipedia": "http://en.wikipedia.org/wiki/Jinnah_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [67.1521283592947, 24.8985243689595] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kishinev S.E.", + "abbrev": "KIV", + "location": "terminal", + "gps_code": "LUKK", + "iata_code": "KIV", + "wikipedia": "http://en.wikipedia.org/wiki/Chi%C5%9Fin%C4%83u_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.9360487562256, 46.9341619900391] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Jorge Chavez", + "abbrev": "LIM", + "location": "terminal", + "gps_code": "SPIM", + "iata_code": "LIM", + "wikipedia": "http://en.wikipedia.org/wiki/Jorge_Ch%C3%A1vez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.1075656931342, -12.0237161502221] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Thunder Bay Int'l", + "abbrev": "YQT", + "location": "terminal", + "gps_code": "CYQT", + "iata_code": "YQT", + "wikipedia": "http://en.wikipedia.org/wiki/Thunder_Bay_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.3121421238136, 48.3718811492508] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vilnius", + "abbrev": "VNO", + "location": "terminal", + "gps_code": "EYVI", + "iata_code": "VNO", + "wikipedia": "http://en.wikipedia.org/wiki/Vilnius_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.2807164497285, 54.6430549307542] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Hsien Yang", + "abbrev": "XIY", + "location": "terminal", + "gps_code": "ZLXY", + "iata_code": "XIY", + "wikipedia": "http://en.wikipedia.org/wiki/Xi'an_Xianyang_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [108.755811342151, 34.4429391054422] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Del Norte Int'l", + "abbrev": "NTR", + "location": "terminal", + "gps_code": "MMAN", + "iata_code": "NTR", + "wikipedia": "http://en.wikipedia.org/wiki/Del_Norte_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-100.238394186577, 25.859873767729] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Fua'amotu Int'l", + "abbrev": "TBU", + "location": "terminal", + "gps_code": "NFTF", + "iata_code": "TBU", + "wikipedia": "http://en.wikipedia.org/wiki/Fua'amotu_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-175.135635, -21.24861] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Esfahan Int'l", + "abbrev": "IFN", + "location": "terminal", + "gps_code": "OIFM", + "iata_code": "IFN", + "wikipedia": "http://en.wikipedia.org/wiki/Isfahan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [51.8763916812681, 32.7460805344321] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Harare Int'l", + "abbrev": "HRE", + "location": "terminal", + "gps_code": "FVHA", + "iata_code": "HRE", + "wikipedia": "http://en.wikipedia.org/wiki/Harare_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [31.1014, -17.9228] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kuwait Int'l", + "abbrev": "KWI", + "location": "terminal", + "gps_code": "OKBK", + "iata_code": "KWI", + "wikipedia": "http://en.wikipedia.org/wiki/Kuwait_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.9714825593317, 29.2396800581583] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Macdonald-Cartier Int'l", + "abbrev": "YOW", + "location": "terminal", + "gps_code": "CYOW", + "iata_code": "YOW", + "wikipedia": "http://en.wikipedia.org/wiki/Ottawa_Macdonald-Cartier_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.6648933870205, 45.3201348196531] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kabul Int'l", + "abbrev": "KBL", + "location": "terminal", + "gps_code": "OAKB", + "iata_code": "KBL", + "wikipedia": "http://en.wikipedia.org/wiki/Kabul_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [69.2100736270874, 34.5633978864149] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Abidjan Port Bouet", + "abbrev": "ABJ", + "location": "terminal", + "gps_code": "DIAP", + "iata_code": "ABJ", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Bouet_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.93221929167636, 5.2543984451492] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "General Juan N Alvarez Int'l", + "abbrev": "ACA", + "location": "terminal", + "gps_code": "MMAA", + "iata_code": "ACA", + "wikipedia": "http://en.wikipedia.org/wiki/General_Juan_N._%C3%81lvarez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.7545085619681, 16.76196735278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kotoka Int'l", + "abbrev": "ACC", + "location": "terminal", + "gps_code": "DGAA", + "iata_code": "ACC", + "wikipedia": "http://en.wikipedia.org/wiki/Kotoka_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.171402855660817, 5.60698152381193] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bole Int'l", + "abbrev": "ADD", + "location": "terminal", + "gps_code": "HAAB", + "iata_code": "ADD", + "wikipedia": "http://en.wikipedia.org/wiki/Bole_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [38.7931904366343, 8.98173027581099] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Aden Int'l", + "abbrev": "ADE", + "location": "terminal", + "gps_code": "OYAA", + "iata_code": "ADE", + "wikipedia": "http://en.wikipedia.org/wiki/Aden_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [45.030602, 12.8278] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Adelaide Int'l", + "abbrev": "ADL", + "location": "terminal", + "gps_code": "YPAD", + "iata_code": "ADL", + "wikipedia": "http://en.wikipedia.org/wiki/Adelaide_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [138.532101457699, -34.9405860275154] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Almaty Int'l", + "abbrev": "ALA", + "location": "terminal", + "gps_code": "UAAA", + "iata_code": "ALA", + "wikipedia": "http://en.wikipedia.org/wiki/Almaty_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.0120458771175, 43.3464943144793] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Houari Boumediene", + "abbrev": "ALG", + "location": "terminal", + "gps_code": "DAAG", + "iata_code": "ALG", + "wikipedia": "http://en.wikipedia.org/wiki/Houari_Boumedienne_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.21207353516506, 36.6997206663535] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Aleppo Int'l", + "abbrev": "ALP", + "location": "terminal", + "gps_code": "OSAP", + "iata_code": "ALP", + "wikipedia": "http://en.wikipedia.org/wiki/Aleppo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.2273414057828, 36.1846237314314] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sardar Vallabhbhai Patel Int'l", + "abbrev": "AMD", + "location": "terminal", + "gps_code": "VAAH", + "iata_code": "AMD", + "wikipedia": "http://en.wikipedia.org/wiki/Sardar_Vallabhbhai_Patel_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.6209000884332, 23.0707454635881] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Cerro Moreno Int'l", + "abbrev": "ANF", + "location": "terminal", + "gps_code": "SCFA", + "iata_code": "ANF", + "wikipedia": "http://en.wikipedia.org/wiki/Cerro_Moreno_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.4409908509407, -23.4489545248317] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ashkhabad Northwest", + "abbrev": "ASB", + "location": "terminal", + "gps_code": "UTAA", + "iata_code": "ASB", + "wikipedia": "http://en.wikipedia.org/wiki/Ashgabat_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [58.3639659208246, 37.984853438957] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Yohannes Iv Int'l", + "abbrev": "ASM", + "location": "terminal", + "gps_code": "HHAS", + "iata_code": "ASM", + "wikipedia": "http://en.wikipedia.org/wiki/Asmara_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [38.9063540136321, 15.2936159696499] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Silvio Pettirossi Int'l", + "abbrev": "ASU", + "location": "terminal", + "gps_code": "SGAS", + "iata_code": "ASU", + "wikipedia": "http://en.wikipedia.org/wiki/Silvio_Pettirossi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-57.5139078247136, -25.2416592533816] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bermuda Int'l", + "abbrev": "BDA", + "location": "terminal", + "gps_code": "TXKF", + "iata_code": "BDA", + "wikipedia": "http://en.wikipedia.org/wiki/Bermuda_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.7027740686514, 32.3591739601581] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Surcin", + "abbrev": "BEG", + "location": "terminal", + "gps_code": "LYBE", + "iata_code": "BEG", + "wikipedia": "http://en.wikipedia.org/wiki/Belgrade_Nikola_Tesla_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.2912845946621, 44.8190766654433] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Beirut Int'l", + "abbrev": "BEY", + "location": "terminal", + "gps_code": "OLBA", + "iata_code": "BEY", + "wikipedia": "http://en.wikipedia.org/wiki/Beirut_Rafic_Hariri_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.4930853618161, 33.8254400618668] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bairagarh", + "abbrev": "BHO", + "location": "terminal", + "gps_code": "VABP", + "iata_code": "BHO", + "wikipedia": "http://en.wikipedia.org/wiki/Bhopal_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.3408714713579, 23.2855684869809] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bamako Senou", + "abbrev": "BKO", + "location": "terminal", + "gps_code": "GABS", + "iata_code": "BKO", + "wikipedia": "http://en.wikipedia.org/wiki/Senou_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.94727226970801, 12.5393363425867] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Nashville Int'l", + "abbrev": "BNA", + "location": "terminal", + "gps_code": "KBNA", + "iata_code": "BNA", + "wikipedia": "http://en.wikipedia.org/wiki/Nashville_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.6692867356375, 36.1314876361697] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Brisbane Int'l", + "abbrev": "BNE", + "location": "terminal", + "gps_code": "YBBN", + "iata_code": "BNE", + "wikipedia": "http://en.wikipedia.org/wiki/Brisbane_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [153.120256418844, -27.3853965939099] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Boise Air Terminal", + "abbrev": "BOI", + "location": "terminal", + "gps_code": "KBOI", + "iata_code": "BOI", + "wikipedia": "http://en.wikipedia.org/wiki/Boise_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-116.221841070549, 43.5689592234704] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Wiley Post Will Rogers Mem.", + "abbrev": "BRW", + "location": "terminal", + "gps_code": "PABR", + "iata_code": "BRW", + "wikipedia": "http://en.wikipedia.org/wiki/Wiley_Post-Will_Rogers_Memorial_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-156.771835, 71.289299] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Greater Buffalo Int'l", + "abbrev": "BUF", + "location": "terminal", + "gps_code": "KBUF", + "iata_code": "BUF", + "wikipedia": "http://en.wikipedia.org/wiki/Buffalo_Niagara_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.7319965523308, 42.9340337493526] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Bulawayo", + "abbrev": "BUQ", + "location": "terminal", + "gps_code": "FVBU", + "iata_code": "BUQ", + "wikipedia": "http://en.wikipedia.org/wiki/Joshua_Mqabuko_Nkomo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.622552042904, -20.0155684094908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Brunei Int'l", + "abbrev": "BWN", + "location": "terminal", + "gps_code": "WBSB", + "iata_code": "BWN", + "wikipedia": "http://en.wikipedia.org/wiki/Brunei_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [114.933119029209, 4.94547528227685] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Guangzhou Baiyun Int'l", + "abbrev": "CAN", + "location": "terminal", + "gps_code": "ZGGG", + "iata_code": "CAN", + "wikipedia": "http://en.wikipedia.org/wiki/Guangzhou_Baiyun_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.297516552171, 23.3891511573243] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Carriel Sur Int'l", + "abbrev": "CCP", + "location": "terminal", + "gps_code": "SCIE", + "iata_code": "CCP", + "wikipedia": "http://en.wikipedia.org/wiki/Carriel_Sur_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.0621061746214, -36.7763727437881] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Netaji Subhash Chandra Bose Int'l", + "abbrev": "CCU", + "location": "terminal", + "gps_code": "VECC", + "iata_code": "CCU", + "wikipedia": "http://en.wikipedia.org/wiki/Netaji_Subhash_Chandra_Bose_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [88.4400010130197, 22.6453893785064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Chittagong", + "abbrev": "CGP", + "location": "terminal", + "gps_code": "VGEG", + "iata_code": "CGP", + "wikipedia": "http://en.wikipedia.org/wiki/Shah_Amanat_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [91.8147107162383, 22.2455658585738] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Christchurch Int'l", + "abbrev": "CHC", + "location": "terminal", + "gps_code": "NZCH", + "iata_code": "CHC", + "wikipedia": "http://en.wikipedia.org/wiki/Christchurch_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [172.538675565223, -43.4885486784104] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Conakry", + "abbrev": "CKY", + "location": "terminal", + "gps_code": "GUCY", + "iata_code": "CKY", + "wikipedia": "http://en.wikipedia.org/wiki/Conakry_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-13.6210656251671, 9.57418115850082] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Hopkins Int'l", + "abbrev": "CLE", + "location": "terminal", + "gps_code": "KCLE", + "iata_code": "CLE", + "wikipedia": "http://en.wikipedia.org/wiki/Cleveland_Hopkins_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.8384406064046, 41.4111916124966] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Alfonso Bonilla Aragon Int'l", + "abbrev": "CLO", + "location": "terminal", + "gps_code": "SKCL", + "iata_code": "CLO", + "wikipedia": "http://en.wikipedia.org/wiki/Alfonso_Bonilla_Arag%C3%B3n_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.3850714728091, 3.54328635123219] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Cotonou Cadjehon", + "abbrev": "COO", + "location": "terminal", + "gps_code": "DBBB", + "iata_code": "COO", + "wikipedia": "http://en.wikipedia.org/wiki/Cadjehoun_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.3838000724352, 6.3582465034691] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ingeniero Ambrosio L.V. Taravella Int'l", + "abbrev": "COR", + "location": "terminal", + "gps_code": "SACO", + "iata_code": "COR", + "wikipedia": "http://en.wikipedia.org/wiki/Ingeniero_Ambrosio_L.V._Taravella_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-64.2123157670801, -31.3156811684889] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Rafael Nunez", + "abbrev": "CTG", + "location": "terminal", + "gps_code": "SKCG", + "iata_code": "CTG", + "wikipedia": "http://en.wikipedia.org/wiki/Rafael_N%C3%BA%C3%B1ez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.5123349559682, 10.4449381764915] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Cancun", + "abbrev": "CUN", + "location": "terminal", + "gps_code": "MMUN", + "iata_code": "CUN", + "wikipedia": "http://en.wikipedia.org/wiki/Canc%C3%BAn_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.8744172506694, 21.04019667144] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "General R F Villalobos Int'l", + "abbrev": "CUU", + "location": "terminal", + "gps_code": "MMCU", + "iata_code": "CUU", + "wikipedia": "http://en.wikipedia.org/wiki/General_Roberto_Fierro_Villalobos_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-105.969204692629, 28.7039984997679] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Zia Int'l Dhaka", + "abbrev": "DAC", + "location": "terminal", + "gps_code": "VGHS", + "iata_code": "DAC", + "wikipedia": "http://en.wikipedia.org/wiki/Zia_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [90.4049241599237, 23.8481243218127] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major and military", + "name": "Darwin Int'l", + "abbrev": "DRW", + "location": "terminal", + "gps_code": "YPDN", + "iata_code": "DRW", + "wikipedia": "http://en.wikipedia.org/wiki/Darwin_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [130.877501436774, -12.4080559966556] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Louis Botha", + "abbrev": "DUR", + "location": "terminal", + "gps_code": "FADN", + "iata_code": "DUR", + "wikipedia": "http://en.wikipedia.org/wiki/Durban_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.9457081940881, -29.965914250828] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Lubumbashi Luano Int'l", + "abbrev": "FBM", + "location": "terminal", + "gps_code": "FZQA", + "iata_code": "FBM", + "wikipedia": "http://en.wikipedia.org/wiki/Lubumbashi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.5292, -11.5908] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Saiss", + "abbrev": "FEZ", + "location": "terminal", + "gps_code": "GMFF", + "iata_code": "FEZ", + "wikipedia": "http://en.wikipedia.org/wiki/Sa%C3%AFss_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.98214637678303, 33.9305251844673] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kinshasa N Djili Int'l", + "abbrev": "FIH", + "location": "terminal", + "gps_code": "FZAA", + "iata_code": "FIH", + "wikipedia": "http://en.wikipedia.org/wiki/Kinshasa_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.4465162074561, -4.38916882197582] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Freetown Lungi", + "abbrev": "FNA", + "location": "terminal", + "gps_code": "GFLL", + "iata_code": "FNA", + "wikipedia": "http://en.wikipedia.org/wiki/Lungi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-13.2002296786483, 8.61542361726369] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sunan", + "abbrev": "FNJ", + "location": "terminal", + "gps_code": "ZKPY", + "iata_code": "FNJ", + "wikipedia": "http://en.wikipedia.org/wiki/Sunan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.675321571201, 39.2001771667656] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vasilyevka", + "abbrev": "FRU", + "location": "terminal", + "gps_code": "UAFM", + "iata_code": "FRU", + "wikipedia": "http://en.wikipedia.org/wiki/Manas_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.468800339909, 43.0554527233303] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sir Seretse Khama Int'l", + "abbrev": "GBE", + "location": "terminal", + "gps_code": "FBSK", + "iata_code": "GBE", + "wikipedia": "http://en.wikipedia.org/wiki/Sir_Seretse_Khama_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.9243808264147, -24.5580718089441] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Don Miguel Hidalgo Int'l", + "abbrev": "GDL", + "location": "terminal", + "gps_code": "MMGL", + "iata_code": "GDL", + "wikipedia": "http://en.wikipedia.org/wiki/Don_Miguel_Hidalgo_y_Costilla_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-103.300766222752, 20.5246863485173] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Glasgow Int'l", + "abbrev": "GLA", + "location": "terminal", + "gps_code": "EGPF", + "iata_code": "GLA", + "wikipedia": "http://en.wikipedia.org/wiki/Glasgow_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-4.43167796995107, 55.8641828570355] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "La Aurora", + "abbrev": "GUA", + "location": "terminal", + "gps_code": "MGGT", + "iata_code": "GUA", + "wikipedia": "http://en.wikipedia.org/wiki/La_Aurora_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.530181111378, 14.5881608290051] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Simon Bolivar Int'l", + "abbrev": "GYE", + "location": "terminal", + "gps_code": "SEGU", + "iata_code": "GYE", + "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Joaqu%C3%ADn_de_Olmedo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.887009643933, -2.15833790699136] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Noi Bai", + "abbrev": "HAN", + "location": "terminal", + "gps_code": "VVNB", + "iata_code": "HAN", + "wikipedia": "http://en.wikipedia.org/wiki/Noi_Bai_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [105.803759436806, 21.2145596707245] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Jose Marti Int'l", + "abbrev": "HAV", + "location": "terminal", + "gps_code": "MUHA", + "iata_code": "HAV", + "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mart%C3%AD_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.4074206289499, 22.9973533364428] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Borg El Arab Int'l", + "abbrev": "HBE", + "location": "terminal", + "gps_code": "HEBA", + "iata_code": "HBE", + "wikipedia": "http://en.wikipedia.org/wiki/Borg_El_Arab_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [29.69266601523, 30.9183712786239] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "King Abdul Aziz Int'l", + "abbrev": "JED", + "location": "terminal", + "gps_code": "OEJN", + "iata_code": "JED", + "wikipedia": "http://en.wikipedia.org/wiki/King_Abdulaziz_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.1504996780448, 21.6706857878128] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kano Mallam Aminu Int'l", + "abbrev": "KAN", + "location": "terminal", + "gps_code": "DNKN", + "iata_code": "KAN", + "wikipedia": "http://en.wikipedia.org/wiki/Mallam_Aminu_Kano_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.52213718395767, 12.0457071601746] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kashi", + "abbrev": "KHG", + "location": "terminal", + "gps_code": "ZWSH", + "iata_code": "KHG", + "wikipedia": "http://en.wikipedia.org/wiki/Kashgar_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [76.0130148060075, 39.5379686306258] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Norman Manley Int'l", + "abbrev": "KIN", + "location": "terminal", + "gps_code": "MKJP", + "iata_code": "KIN", + "wikipedia": "http://en.wikipedia.org/wiki/Norman_Manley_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.7786897616577, 17.9375751552752] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Tribhuvan Int'l", + "abbrev": "KTM", + "location": "terminal", + "gps_code": "VNKT", + "iata_code": "KTM", + "wikipedia": "http://en.wikipedia.org/wiki/Tribhuvan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [85.357139531668, 27.7002816751609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Luanda 4 de Fevereiro", + "abbrev": "LAD", + "location": "terminal", + "gps_code": "FNLU", + "iata_code": "LAD", + "wikipedia": "http://en.wikipedia.org/wiki/Quatro_de_Fevereiro_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.2347957502699, -8.84831327917379] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Pulkovo 2", + "abbrev": "LED", + "location": "terminal", + "gps_code": "ULLI", + "iata_code": "LED", + "wikipedia": "http://en.wikipedia.org/wiki/Pulkovo_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [30.3070976454648, 59.8054061601897] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Allama Iqbal Int'l", + "abbrev": "LHE", + "location": "terminal", + "gps_code": "OPLA", + "iata_code": "LHE", + "wikipedia": "http://en.wikipedia.org/wiki/Allama_Iqbal_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [74.4108810181748, 31.5206296518206] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Kamuzu Int'l", + "abbrev": "LLW", + "location": "terminal", + "gps_code": "FWKI", + "iata_code": "LLW", + "wikipedia": "http://en.wikipedia.org/wiki/Lilongwe_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [33.7827885019788, -13.788622823746] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Lagos Murtala Muhammed", + "abbrev": "LOS", + "location": "terminal", + "gps_code": "DNMM", + "iata_code": "LOS", + "wikipedia": "http://en.wikipedia.org/wiki/Murtala_Mohammed_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [3.32112435281334, 6.57825944540467] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "El Alto Int'l", + "abbrev": "LPB", + "location": "terminal", + "gps_code": "SLLP", + "iata_code": "LPB", + "wikipedia": "http://en.wikipedia.org/wiki/El_Alto_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.1780055277945, -16.5098792213977] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Lusaka Int'l", + "abbrev": "LUN", + "location": "terminal", + "gps_code": "FLLS", + "iata_code": "LUN", + "wikipedia": "http://en.wikipedia.org/wiki/Lusaka_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.4455443211019, -15.3268522509447] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Luxor", + "abbrev": "LXR", + "location": "terminal", + "gps_code": "HELX", + "iata_code": "LXR", + "wikipedia": "http://en.wikipedia.org/wiki/Luxor_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [32.7032970848623, 25.6730347786023] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Chennai Int'l", + "abbrev": "MAA", + "location": "terminal", + "gps_code": "VOMM", + "iata_code": "MAA", + "wikipedia": "http://en.wikipedia.org/wiki/Chennai_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [80.1637759731545, 12.9825301669154] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "La Chinita Int'l", + "abbrev": "MAR", + "location": "terminal", + "gps_code": "SVMC", + "iata_code": "MAR", + "wikipedia": "http://en.wikipedia.org/wiki/La_Chinita_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.7237688094687, 10.5557594684972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Jose Maria Cordova", + "abbrev": "MDE", + "location": "terminal", + "gps_code": "SKRG", + "iata_code": "MDE", + "wikipedia": "http://en.wikipedia.org/wiki/Jos%C3%A9_Mar%C3%ADa_C%C3%B3rdova_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.4269557399772, 6.171001614358] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Memphis Int'l", + "abbrev": "MEM", + "location": "terminal", + "gps_code": "KMEM", + "iata_code": "MEM", + "wikipedia": "http://en.wikipedia.org/wiki/Memphis_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.9816280353237, 35.0444101240089] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Augusto Cesar Sandino Int'l", + "abbrev": "MGA", + "location": "terminal", + "gps_code": "MNMG", + "iata_code": "MGA", + "wikipedia": "http://en.wikipedia.org/wiki/Augusto_C._Sandino_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-86.1712846229543, 12.144635873435] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mashhad", + "abbrev": "MHD", + "location": "terminal", + "gps_code": "OIMM", + "iata_code": "MHD", + "wikipedia": "http://en.wikipedia.org/wiki/Mashhad_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [59.6421943574029, 36.2275503134984] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Miami Int'l", + "abbrev": "MIA", + "location": "terminal", + "gps_code": "KMIA", + "iata_code": "MIA", + "wikipedia": "http://en.wikipedia.org/wiki/Miami_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.2789718277441, 25.7949407212406] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Lic M Crecencio Rejon Int'l", + "abbrev": "MID", + "location": "terminal", + "gps_code": "MMMD", + "iata_code": "MID", + "wikipedia": "http://en.wikipedia.org/wiki/Manuel_Crescencio_Rej%C3%B3n_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-89.6630235736434, 20.9338603864296] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Luqa", + "abbrev": "MLA", + "location": "terminal", + "gps_code": "LMML", + "iata_code": "MLA", + "wikipedia": "http://en.wikipedia.org/wiki/Malta_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.4952644555055, 35.8489307943501] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Moi Int'l", + "abbrev": "MBA", + "location": "terminal", + "gps_code": "HKMO", + "iata_code": "MBA", + "wikipedia": "http://en.wikipedia.org/wiki/Moi_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.6026631870383, -4.03265262579657] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Moshoeshoe I Int'l", + "abbrev": "MSU", + "location": "terminal", + "gps_code": "FXMM", + "iata_code": "MSU", + "wikipedia": "http://en.wikipedia.org/wiki/Moshoeshoe_I_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [27.5592160333614, -29.4555740046101] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "New Orleans Int'l", + "abbrev": "MSY", + "location": "terminal", + "gps_code": "KMSY", + "iata_code": "MSY", + "wikipedia": "http://en.wikipedia.org/wiki/Louis_Armstrong_New_Orleans_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.2566939480594, 29.9851141460622] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major and military", + "name": "Multan", + "abbrev": "MUX", + "location": "runway", + "gps_code": "OPMT", + "iata_code": "MUX", + "wikipedia": "http://en.wikipedia.org/wiki/Multan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [71.418995432932, 30.1950780904965] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Carrasco Int'l", + "abbrev": "MVD", + "location": "terminal", + "gps_code": "SUMU", + "iata_code": "MVD", + "wikipedia": "http://en.wikipedia.org/wiki/Carrasco_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-56.026636146282, -34.8410485988569] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "General Rafael Buelna Int'l", + "abbrev": "MZT", + "location": "terminal", + "gps_code": "MMMZ", + "iata_code": "MZT", + "wikipedia": "http://en.wikipedia.org/wiki/General_Rafael_Buelna_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.270016617885, 23.1665960971345] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Nassau Int'l", + "abbrev": "NAS", + "location": "terminal", + "gps_code": "MYNN", + "iata_code": "NAS", + "wikipedia": "http://en.wikipedia.org/wiki/Lynden_Pindling_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-77.4648472290944, 25.0486910600866] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ndjamena", + "abbrev": "NDJ", + "location": "terminal", + "gps_code": "FTTJ", + "iata_code": "NDJ", + "wikipedia": "http://en.wikipedia.org/wiki/N'Djamena_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.0330446385559, 12.1295400184115] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Niamey", + "abbrev": "NIM", + "location": "terminal", + "gps_code": "DRRN", + "iata_code": "NIM", + "wikipedia": "http://en.wikipedia.org/wiki/Diori_Hamani_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.17730671184125, 13.4767572807942] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mactan-Cebu Int'l", + "abbrev": "CEB", + "location": "terminal", + "gps_code": "RPVM", + "iata_code": "CEB", + "wikipedia": "http://en.wikipedia.org/wiki/Mactan-Cebu_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [123.979134508664, 10.3158756727292] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Nova Lisboa", + "abbrev": "NOV", + "location": "terminal", + "gps_code": "FNHU", + "iata_code": "NOV", + "wikipedia": "http://en.wikipedia.org/wiki/Nova_Lisboa_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [15.7497618459595, -12.8025414575915] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Eppley Airfield", + "abbrev": "OMA", + "location": "terminal", + "gps_code": "KOMA", + "iata_code": "OMA", + "wikipedia": "http://en.wikipedia.org/wiki/Eppley_Airfield", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-95.8994157953121, 41.2997111453012] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Nome", + "abbrev": "OME", + "location": "terminal", + "gps_code": "PAOM", + "iata_code": "OME", + "wikipedia": "http://en.wikipedia.org/wiki/Nome_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-165.441641712281, 64.5072207026631] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Ouagadougou", + "abbrev": "OUA", + "location": "terminal", + "gps_code": "DFFD", + "iata_code": "OUA", + "wikipedia": "http://en.wikipedia.org/wiki/Ouagadougou_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-1.51380536165114, 12.3535800260473] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Mais Gate Int'l", + "abbrev": "PAP", + "location": "terminal", + "gps_code": "MTPP", + "iata_code": "PAP", + "wikipedia": "http://en.wikipedia.org/wiki/Toussaint_Louverture_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-72.2944780260473, 18.5756829054286] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Puebla", + "abbrev": "PBC", + "location": "terminal", + "gps_code": "MMPB", + "iata_code": "PBC", + "wikipedia": "http://en.wikipedia.org/wiki/Hermanos_Serd%C3%A1n_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-98.375759790423, 19.1637935465841] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Portland Int'l", + "abbrev": "PDX", + "location": "terminal", + "gps_code": "KPDX", + "iata_code": "PDX", + "wikipedia": "http://en.wikipedia.org/wiki/Portland_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.592738881254, 45.5889569315305] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Perth Int'l", + "abbrev": "PER", + "location": "terminal", + "gps_code": "YPPH", + "iata_code": "PER", + "wikipedia": "http://en.wikipedia.org/wiki/Perth_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [115.974224942233, -31.9411297945783] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "H F Verwoerd", + "abbrev": "PLZ", + "location": "terminal", + "gps_code": "FAPE", + "iata_code": "PLZ", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Elizabeth_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [25.6117777567602, -33.9840877431374] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "El Tepual Int'l", + "abbrev": "PMC", + "location": "terminal", + "gps_code": "SCTE", + "iata_code": "PMC", + "wikipedia": "http://en.wikipedia.org/wiki/El_Tepual_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.0983841336424, -41.4333820702269] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Pochentong", + "abbrev": "PNH", + "location": "terminal", + "gps_code": "VDPP", + "iata_code": "PNH", + "wikipedia": "http://en.wikipedia.org/wiki/Phnom_Penh_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [104.845027612457, 11.5526449176513] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major and military", + "name": "Pune", + "abbrev": "PNQ", + "location": "terminal", + "gps_code": "VAPO", + "iata_code": "PNQ", + "wikipedia": "http://en.wikipedia.org/wiki/Pune_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.9089838110017, 18.5791766115328] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Port Moresby Int'l", + "abbrev": "POM", + "location": "terminal", + "gps_code": "AYPY", + "iata_code": "POM", + "wikipedia": "http://en.wikipedia.org/wiki/Jacksons_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [147.211250855977, -9.43865269316142] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tocumen Int'l", + "abbrev": "PTY", + "location": "terminal", + "gps_code": "MPTO", + "iata_code": "PTY", + "wikipedia": "http://en.wikipedia.org/wiki/Tocumen_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.3871348215438, 9.06687242265839] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Carlos Ibanez de Campo Int'l", + "abbrev": "PUQ", + "location": "terminal", + "gps_code": "SCCI", + "iata_code": "PUQ", + "wikipedia": "http://en.wikipedia.org/wiki/Carlos_Ibanez_Del_Campo_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.8431237851324, -53.0050698255177] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Durham Int'l", + "abbrev": "RDU", + "location": "terminal", + "gps_code": "KRDU", + "iata_code": "RDU", + "wikipedia": "http://en.wikipedia.org/wiki/Raleigh-Durham_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-78.7913814006751, 35.8752323452255] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mingaladon", + "abbrev": "RGN", + "location": "terminal", + "gps_code": "VYYY", + "iata_code": "RGN", + "wikipedia": "http://en.wikipedia.org/wiki/Yangon_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [96.1341946114947, 16.9011542818251] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Riga", + "abbrev": "RIX", + "location": "terminal", + "gps_code": "EVRA", + "iata_code": "RIX", + "wikipedia": "http://en.wikipedia.org/wiki/Riga_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.9793791116995, 56.9220038786097] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sanaa Int'l", + "abbrev": "SAH", + "location": "terminal", + "gps_code": "OYSN", + "iata_code": "SAH", + "wikipedia": "http://en.wikipedia.org/wiki/Sana'a_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.2246467902561, 15.4739027755737] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Baghdad Int'l", + "abbrev": "SDA", + "location": "terminal", + "gps_code": "ORBI", + "iata_code": "SDA", + "wikipedia": "http://en.wikipedia.org/wiki/Baghdad_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.2289125352942, 33.268162986377] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "De Las Americas Int'l", + "abbrev": "SDQ", + "location": "terminal", + "gps_code": "MDSD", + "iata_code": "SDQ", + "wikipedia": "http://en.wikipedia.org/wiki/Las_Am%C3%A9ricas_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-69.6764726754667, 18.4302196948173] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tan Son Nhat", + "abbrev": "SGN", + "location": "terminal", + "gps_code": "VVTS", + "iata_code": "SGN", + "wikipedia": "http://en.wikipedia.org/wiki/Tan_Son_Nhat_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.664246141375, 10.8163005571879] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Thessaloniki", + "abbrev": "SKG", + "location": "terminal", + "gps_code": "LGTS", + "iata_code": "SKG", + "wikipedia": "http://en.wikipedia.org/wiki/Thessaloniki_International_Airport%2C_%22Macedonia%22", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [22.9764353610613, 40.5238736887775] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vrazhdebna", + "abbrev": "SOF", + "location": "terminal", + "gps_code": "LBSF", + "iata_code": "SOF", + "wikipedia": "http://en.wikipedia.org/wiki/Sofia_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.4024521357708, 42.6891841273195] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Surat", + "abbrev": "STV", + "location": "terminal", + "gps_code": "VASU", + "iata_code": "STV", + "wikipedia": "http://en.wikipedia.org/wiki/Surat_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.7424384372589, 21.1204503297172] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Nausori Int'l", + "abbrev": "SUV", + "location": "terminal", + "gps_code": "NFNA", + "iata_code": "SUV", + "wikipedia": "http://en.wikipedia.org/wiki/Nausori_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [178.560048369959, -18.0458996922854] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Shiraz Int'l", + "abbrev": "SYZ", + "location": "terminal", + "gps_code": "OISS", + "iata_code": "SYZ", + "wikipedia": "http://en.wikipedia.org/wiki/Shiraz_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [52.5897712745211, 29.5458013842874] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gen Francisco J Mina Int'l", + "abbrev": "TAM", + "location": "terminal", + "gps_code": "MMTM", + "iata_code": "TAM", + "wikipedia": "http://en.wikipedia.org/wiki/General_Francisco_Javier_Mina_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.8698137568394, 22.2893319525064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Toncontin Int'l", + "abbrev": "TGU", + "location": "terminal", + "gps_code": "MHTG", + "iata_code": "TGU", + "wikipedia": "http://en.wikipedia.org/wiki/Toncont%C3%ADn_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.2192116348986, 14.0599852192071] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Mehrabad Int'l", + "abbrev": "THR", + "location": "terminal", + "gps_code": "OIII", + "iata_code": "THR", + "wikipedia": "http://en.wikipedia.org/wiki/Mehrabad_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [51.3208069717572, 35.6913743304946] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tirane Rinas", + "abbrev": "TIA", + "location": "terminal", + "gps_code": "LATI", + "iata_code": "TIA", + "wikipedia": "http://en.wikipedia.org/wiki/Tirana_International_Airport_N%C3%ABn%C3%AB_Tereza", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.7150324049722, 41.4208514680567] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "General Abelardo L Rodriguez Int'l", + "abbrev": "TIJ", + "location": "terminal", + "gps_code": "MMTJ", + "iata_code": "TIJ", + "wikipedia": "http://en.wikipedia.org/wiki/General_Abelardo_L._Rodr%C3%ADguez_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-116.975476095598, 32.5460499135013] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Jose Maria Morelos Y Pavon", + "abbrev": "TLC", + "location": "terminal", + "gps_code": "MMTO", + "iata_code": "TLC", + "wikipedia": "http://en.wikipedia.org/wiki/Lic._Adolfo_L%C3%B3pez_Mateos_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.5706494463542, 19.3386880423032] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Ulemiste", + "abbrev": "TLL", + "location": "terminal", + "gps_code": "EETN", + "iata_code": "TLL", + "wikipedia": "http://en.wikipedia.org/wiki/Tallinn_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [24.798964869983, 59.4165014697451] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Ben Gurion", + "abbrev": "TLV", + "location": "terminal", + "gps_code": "LLBG", + "iata_code": "TLV", + "wikipedia": "http://en.wikipedia.org/wiki/Ben_Gurion_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [34.8708499180995, 32.0007468501844] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Sao Tome Salazar", + "abbrev": "TMS", + "location": "terminal", + "gps_code": "FPST", + "iata_code": "TMS", + "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Tom%C3%A9_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [6.71282193005667, 0.374744213699427] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Antananarivo Ivato", + "abbrev": "TNR", + "location": "terminal", + "gps_code": "FMMI", + "iata_code": "TNR", + "wikipedia": "http://en.wikipedia.org/wiki/Ivato_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [47.4753540009579, -18.7993348763082] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tampa Int'l", + "abbrev": "TPA", + "location": "parking", + "gps_code": "KTPA", + "iata_code": "TPA", + "wikipedia": "http://en.wikipedia.org/wiki/Tampa_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.534824252055, 27.9800400852184] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Zim Valencia", + "abbrev": "VLN", + "location": "terminal", + "gps_code": "SVVA", + "iata_code": "VLN", + "wikipedia": "http://en.wikipedia.org/wiki/Arturo_Michelena_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-67.9223617121873, 10.1540056883979] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gumrak", + "abbrev": "VOG", + "location": "terminal", + "gps_code": "URWW", + "iata_code": "VOG", + "wikipedia": "http://en.wikipedia.org/wiki/Volgograd_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [44.354767968489, 48.7916764657611] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Vientiane", + "abbrev": "VTE", + "location": "terminal", + "gps_code": "VLVT", + "iata_code": "VTE", + "wikipedia": "http://en.wikipedia.org/wiki/Wattay_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [102.568238195728, 17.9754595948321] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Viru Viru Int'l", + "abbrev": "VVI", + "location": "terminal", + "gps_code": "SLVR", + "iata_code": "VVI", + "wikipedia": "http://en.wikipedia.org/wiki/Viru_Viru_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.1403888218213, -17.6479468257839] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Wellington Int'l", + "abbrev": "WLG", + "location": "terminal", + "gps_code": "NZWN", + "iata_code": "WLG", + "wikipedia": "http://en.wikipedia.org/wiki/Wellington_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [174.811665268238, -41.3289891844659] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Prince Rupert", + "abbrev": "YPR", + "location": "terminal", + "gps_code": "CYPR", + "iata_code": "YPR", + "wikipedia": "http://en.wikipedia.org/wiki/Prince_Rupert_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-130.44559, 54.292] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Windsor", + "abbrev": "YQG", + "location": "terminal", + "gps_code": "CYQG", + "iata_code": "YQG", + "wikipedia": "http://en.wikipedia.org/wiki/Windsor_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-82.9600877389449, 42.2658784727198] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Regina", + "abbrev": "YQR", + "location": "terminal", + "gps_code": "CYQR", + "iata_code": "YQR", + "wikipedia": "http://en.wikipedia.org/wiki/Regina_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.655433975371, 50.4332192867183] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Vancouver Int'l", + "abbrev": "YVR", + "location": "terminal", + "gps_code": "CYVR", + "iata_code": "YVR", + "wikipedia": "http://en.wikipedia.org/wiki/Vancouver_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-123.180867003812, 49.1935590395715] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Winnipeg Int'l", + "abbrev": "YWG", + "location": "terminal", + "gps_code": "CYWG", + "iata_code": "YWG", + "wikipedia": "http://en.wikipedia.org/wiki/Winnipeg_James_Armstrong_Richardson_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.2267694809585, 49.9033302471671] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "John G Diefenbaker Int'l", + "abbrev": "YXE", + "location": "terminal", + "gps_code": "CYXE", + "iata_code": "YXE", + "wikipedia": "http://en.wikipedia.org/wiki/Saskatoon/John_G._Diefenbaker_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-106.690181967554, 52.1701439447381] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Whitehorse Int'l", + "abbrev": "YXY", + "location": "terminal", + "gps_code": "CYXY", + "iata_code": "YXY", + "wikipedia": "http://en.wikipedia.org/wiki/Whitehorse_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-135.076210089402, 60.7141521481397] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Calgary Int'l", + "abbrev": "YYC", + "location": "terminal", + "gps_code": "CYYC", + "iata_code": "YYC", + "wikipedia": "http://en.wikipedia.org/wiki/Calgary_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-114.010560500236, 51.1308572567549] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Charlottetown", + "abbrev": "YYG", + "location": "terminal", + "gps_code": "CYYG", + "iata_code": "YYG", + "wikipedia": "http://en.wikipedia.org/wiki/Charlottetown_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-63.1312341333234, 46.2858131367525] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Churchill", + "abbrev": "YYQ", + "location": "terminal", + "gps_code": "CYYQ", + "iata_code": "YYQ", + "wikipedia": "http://en.wikipedia.org/wiki/Churchill_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-94.0813639506318, 58.7497237849788] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "St John's Int'l", + "abbrev": "YYT", + "location": "terminal", + "gps_code": "CYYT", + "iata_code": "YYT", + "wikipedia": "http://en.wikipedia.org/wiki/St._John's_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-52.7433337428638, 47.6131179007955] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Yellowknife", + "abbrev": "YZF", + "location": "terminal", + "gps_code": "CYZF", + "iata_code": "YZF", + "wikipedia": "http://en.wikipedia.org/wiki/Yellowknife_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-114.437846335049, 62.4707373610202] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Zagreb", + "abbrev": "ZAG", + "location": "terminal", + "gps_code": "LDZA", + "iata_code": "ZAG", + "wikipedia": "http://en.wikipedia.org/wiki/Zagreb_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.0615138009014, 45.7333266730984] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Zanzibar", + "abbrev": "ZNZ", + "location": "terminal", + "gps_code": "HTZA", + "iata_code": "ZNZ", + "wikipedia": "http://en.wikipedia.org/wiki/Zanzibar_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [39.2223319841558, -6.21857034620282] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Reykjavik Air Terminal", + "abbrev": "REK", + "location": "terminal", + "gps_code": "BIRK", + "iata_code": "REK", + "wikipedia": "http://en.wikipedia.org/wiki/Reykjav%C3%ADk_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-21.9466344031327, 64.1318728609901] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Arkhangelsk-Talagi", + "abbrev": "ARH", + "location": "terminal", + "gps_code": "ULAA", + "iata_code": "ARH", + "wikipedia": "http://en.wikipedia.org/wiki/Talagi_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [40.7133465694594, 64.5967437730455] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Kazan Int'l", + "abbrev": "KZN", + "location": "terminal", + "gps_code": "UWKD", + "iata_code": "KZN", + "wikipedia": "http://en.wikipedia.org/wiki/Kazan_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [49.2984458036407, 55.6080601429765] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Paris Orly", + "abbrev": "ORY", + "location": "parking", + "gps_code": "LFPO", + "iata_code": "ORY", + "wikipedia": "http://en.wikipedia.org/wiki/Orly_Airport_(Paris)", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.36737912783773, 48.7313030458052] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Quebec", + "abbrev": "YQB", + "location": "terminal", + "gps_code": "CYQB", + "iata_code": "YQB", + "wikipedia": "http://en.wikipedia.org/wiki/Qu%C3%A9bec/Jean_Lesage_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.3839280711731, 46.7915684363308] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Montreal-Trudeau", + "abbrev": "YUL", + "location": "terminal", + "gps_code": "CYUL", + "iata_code": "YUL", + "wikipedia": "http://en.wikipedia.org/wiki/Montr%C3%A9al-Pierre_Elliott_Trudeau_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-73.7493162650417, 45.4583512294531] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Narita Int'l", + "abbrev": "NRT", + "location": "terminal", + "gps_code": "RJAA", + "iata_code": "NRT", + "wikipedia": "http://en.wikipedia.org/wiki/Narita_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [140.384401709179, 35.7640560727828] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Chubu Centrair Int'l", + "abbrev": "NGO", + "location": "terminal", + "gps_code": "RJGG", + "iata_code": "NGO", + "wikipedia": "http://en.wikipedia.org/wiki/Ch%C5%ABbu_Centrair_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [136.814771286824, 34.8590296958162] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Okadama", + "abbrev": "OKD", + "location": "terminal", + "gps_code": "RJCO", + "iata_code": "OKD", + "wikipedia": "http://en.wikipedia.org/wiki/Okadama_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [141.382100450075, 43.1106495990979] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Bergen Flesland", + "abbrev": "BGO", + "location": "terminal", + "gps_code": "ENBR", + "iata_code": "BGO", + "wikipedia": "http://en.wikipedia.org/wiki/Bergen_Airport%2C_Flesland", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [5.22725311562336, 60.2890610502966] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tromso Langnes", + "abbrev": "TOS", + "location": "terminal", + "gps_code": "ENTC", + "iata_code": "TOS", + "wikipedia": "http://en.wikipedia.org/wiki/Troms%C3%B8_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.9072624292132, 69.6796790473478] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Val de Caes Int'l", + "abbrev": "BEL", + "location": "terminal", + "gps_code": "SBBE", + "iata_code": "BEL", + "wikipedia": "http://en.wikipedia.org/wiki/Val_de_C%C3%A3es_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-48.4795602893793, -1.38974628795546] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Campo Grande Int'l", + "abbrev": "CGR", + "location": "terminal", + "gps_code": "SBCG", + "iata_code": "CGR", + "wikipedia": "http://en.wikipedia.org/wiki/Campo_Grande_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-54.6689498781305, -20.4572717360311] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Afonso Pena Int'l", + "abbrev": "CWB", + "location": "terminal", + "gps_code": "SBCT", + "iata_code": "CWB", + "wikipedia": "http://en.wikipedia.org/wiki/Afonso_Pena_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-49.1737093663469, -25.5360001430558] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Pinto Martins Int'l", + "abbrev": "FOR", + "location": "terminal", + "gps_code": "SBFZ", + "iata_code": "FOR", + "wikipedia": "http://en.wikipedia.org/wiki/Pinto_Martins_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-38.5407472498334, -3.77859496233091] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Sao Paulo-Guarulhos Int'l", + "abbrev": "GRU", + "location": "terminal", + "gps_code": "SBGR", + "iata_code": "GRU", + "wikipedia": "http://en.wikipedia.org/wiki/S%C3%A3o_Paulo-Guarulhos_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-46.481753608842, -23.4261155770421] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Santa Genoveva", + "abbrev": "GYN", + "location": "terminal", + "gps_code": "SBGO", + "iata_code": "GYN", + "wikipedia": "http://en.wikipedia.org/wiki/Santa_Genoveva_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-49.2266464905994, -16.6323665721637] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Salgado Filho Int'l", + "abbrev": "POA", + "location": "terminal", + "gps_code": "SBPA", + "iata_code": "POA", + "wikipedia": "http://en.wikipedia.org/wiki/Salgado_Filho_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-51.1770409488172, -29.9901930170609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gilberto Freyre Int'l", + "abbrev": "REC", + "location": "terminal", + "gps_code": "SBRF", + "iata_code": "REC", + "wikipedia": "http://en.wikipedia.org/wiki/Guararapes_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-34.9182667174851, -8.13162553076239] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Deputado Luis Eduardo Magalhaes Int'l", + "abbrev": "SSA", + "location": "terminal", + "gps_code": "SBSV", + "iata_code": "SSA", + "wikipedia": "http://en.wikipedia.org/wiki/Deputado_Lu%C3%ADs_Eduardo_Magalh%C3%A3es_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-38.3347989911732, -12.9143614970326] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "El Plumerillo", + "abbrev": "MDZ", + "location": "terminal", + "gps_code": "SAME", + "iata_code": "MDZ", + "wikipedia": "http://en.wikipedia.org/wiki/Governor_Francisco_Gabrielli_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-68.7984838394473, -32.8278001692719] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Eduardo Gomes Int'l", + "abbrev": "MAO", + "location": "terminal", + "gps_code": "SBEG", + "iata_code": "MAO", + "wikipedia": "http://en.wikipedia.org/wiki/Eduardo_Gomes_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-60.0460645898854, -3.0321390062591] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Yaounde Nsimalen Int'l", + "abbrev": "NSI", + "location": "terminal", + "gps_code": "FKYS", + "iata_code": "NSI", + "wikipedia": "http://en.wikipedia.org/wiki/Yaound%C3%A9_Nsimalen_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.5479941396807, 3.71484520708126] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Shanghai Pudong Int'l", + "abbrev": "PVG", + "location": "terminal", + "gps_code": "ZSPD", + "iata_code": "PVG", + "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Pudong_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.801518760578, 31.1523090295533] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Marka Int'l", + "abbrev": "ADJ", + "location": "terminal", + "gps_code": "OJAM", + "iata_code": "ADJ", + "wikipedia": "http://en.wikipedia.org/wiki/Marka_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [35.9841052362449, 31.9741994015442] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Male Int'l", + "abbrev": "MLE", + "location": "terminal", + "gps_code": "VRMM", + "iata_code": "MLE", + "wikipedia": "http://en.wikipedia.org/wiki/Mal%C3%A9_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [73.5273902836844, 4.18870090323372] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Gen. Heriberto Jara Int'l", + "abbrev": "VER", + "location": "terminal", + "gps_code": "MMVR", + "iata_code": "VER", + "wikipedia": "http://en.wikipedia.org/wiki/General_Heriberto_Jara_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-96.1835702143695, 19.1424237025017] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Osvaldo Vieira Int'l", + "abbrev": "OXB", + "location": "terminal", + "gps_code": "GGOV", + "iata_code": "OXB", + "wikipedia": "http://en.wikipedia.org/wiki/Osvaldo_Vieira_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-15.651185561666, 11.8889231454855] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Francisco Bangoy Int'l", + "abbrev": "DVO", + "location": "terminal", + "gps_code": "RPMD", + "iata_code": "DVO", + "wikipedia": "http://en.wikipedia.org/wiki/Francisco_Bangoy_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [125.645066609434, 7.13053746163073] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Seychelles Int'l", + "abbrev": "SEZ", + "location": "terminal", + "gps_code": "FSIA", + "iata_code": "SEZ", + "wikipedia": "http://en.wikipedia.org/wiki/Seychelles_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.5115519246793, -4.67106914178521] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Leopold Sedar Senghor Int'l", + "abbrev": "DKR", + "location": "terminal", + "gps_code": "GOOY", + "iata_code": "DKR", + "wikipedia": "http://en.wikipedia.org/wiki/Dakar-Yoff-L%C3%A9opold_S%C3%A9dar_Senghor_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-17.490407907719, 14.7456306146748] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "mid", + "name": "Port Sudan New Int'l", + "abbrev": "PZU", + "location": "terminal", + "gps_code": "HSPN", + "iata_code": "PZU", + "wikipedia": "http://en.wikipedia.org/wiki/Port_Sudan_New_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.2387475981025, 19.4341052385231] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 4, + "type": "major", + "name": "Tashkent Int'l", + "abbrev": "TAS", + "location": "terminal", + "gps_code": "UTTT", + "iata_code": "TAS", + "wikipedia": "http://en.wikipedia.org/wiki/Tashkent_International_Airport", + "natlscale": 50, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [69.2666137241129, 41.2622338767383] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Copenhagen", + "abbrev": "CPH", + "location": "terminal", + "gps_code": "EKCH", + "iata_code": "CPH", + "wikipedia": "http://en.wikipedia.org/wiki/Copenhagen_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.6493508684508, 55.6285017221528] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "mid", + "name": "Aeroportul National Bucuresti-Baneasa", + "abbrev": "BBU", + "location": "terminal", + "gps_code": "LRBS", + "iata_code": "BBU", + "wikipedia": "http://en.wikipedia.org/wiki/Aurel_Vlaicu_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [26.0857251587764, 44.497041455972] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Ferihegy", + "abbrev": "BUD", + "location": "terminal", + "gps_code": "LHBP", + "iata_code": "BUD", + "wikipedia": "http://en.wikipedia.org/wiki/Budapest_Ferihegy_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [19.2622301677881, 47.433274269248] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Chongqing Jiangbei Int'l", + "abbrev": "CKG", + "location": "terminal", + "gps_code": "ZUCK", + "iata_code": "CKG", + "wikipedia": "http://en.wikipedia.org/wiki/Chongqing_Jiangbei_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.638019704811, 29.7240422241688] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Douglas Int'l", + "abbrev": "CLT", + "location": "terminal", + "gps_code": "KCLT", + "iata_code": "CLT", + "wikipedia": "http://en.wikipedia.org/wiki/Charlotte/Douglas_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.9439277342763, 35.2204281685597] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Detroit Metro", + "abbrev": "DTW", + "location": "terminal", + "gps_code": "KDTW", + "iata_code": "DTW", + "wikipedia": "http://en.wikipedia.org/wiki/Detroit_Metropolitan_Wayne_County_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-83.3478935065615, 42.2257204508004] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Dublin", + "abbrev": "DUB", + "location": "terminal", + "gps_code": "EIDW", + "iata_code": "DUB", + "wikipedia": "http://en.wikipedia.org/wiki/Dublin_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-6.24388491037139, 53.42700828497] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Fairbanks Int'l", + "abbrev": "FAI", + "location": "terminal", + "gps_code": "PAFA", + "iata_code": "FAI", + "wikipedia": "http://en.wikipedia.org/wiki/Fairbanks_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-147.865721120795, 64.8180981117369] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Hamburg", + "abbrev": "HAM", + "location": "terminal", + "gps_code": "EDDH", + "iata_code": "HAM", + "wikipedia": "http://en.wikipedia.org/wiki/Hamburg_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [10.005647830925, 53.6320011640866] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Kuala Lumpur Int'l", + "abbrev": "KUL", + "location": "terminal", + "gps_code": "WMKK", + "iata_code": "KUL", + "wikipedia": "http://en.wikipedia.org/wiki/Kuala_Lumpur_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [101.713886325743, 2.74751295791811] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Mccarran Int'l", + "abbrev": "LAS", + "location": "terminal", + "gps_code": "KLAS", + "iata_code": "LAS", + "wikipedia": "http://en.wikipedia.org/wiki/McCarran_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-115.151323951283, 36.0849602383367] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Orlando Int'l", + "abbrev": "MCO", + "location": "terminal", + "gps_code": "KMCO", + "iata_code": "MCO", + "wikipedia": "http://en.wikipedia.org/wiki/Orlando_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-81.3073713307985, 28.4311506791138] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Minneapolis St. Paul Int'l", + "abbrev": "MSP", + "location": "terminal", + "gps_code": "KMSP", + "iata_code": "MSP", + "wikipedia": "http://en.wikipedia.org/wiki/Minneapolis-Saint_Paul_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-93.2081003718301, 44.8820263631968] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Franz-Josef-Strauss", + "abbrev": "MUC", + "location": "terminal", + "gps_code": "EDDM", + "iata_code": "MUC", + "wikipedia": "http://en.wikipedia.org/wiki/Munich_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.7880627192437, 48.3538373961609] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Philadelphia Int'l", + "abbrev": "PHL", + "location": "terminal", + "gps_code": "KPHL", + "iata_code": "PHL", + "wikipedia": "http://en.wikipedia.org/wiki/Philadelphia_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-75.2429857676998, 39.876087236427] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Sky Harbor Int'l", + "abbrev": "PHX", + "location": "terminal", + "gps_code": "KPHX", + "iata_code": "PHX", + "wikipedia": "http://en.wikipedia.org/wiki/Phoenix_Sky_Harbor_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-112.01363529773, 33.4358607639498] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Salt Lake City Int'l", + "abbrev": "SLC", + "location": "terminal", + "gps_code": "KSLC", + "iata_code": "SLC", + "wikipedia": "http://en.wikipedia.org/wiki/Salt_Lake_City_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-111.981984879993, 40.7867290053708] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Lambert St Louis Int'l", + "abbrev": "STL", + "location": "terminal", + "gps_code": "KSTL", + "iata_code": "STL", + "wikipedia": "http://en.wikipedia.org/wiki/Lambert-St._Louis_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-90.3659545350675, 38.7427163155204] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Okecie Int'l", + "abbrev": "WAW", + "location": "terminal", + "gps_code": "EPWA", + "iata_code": "WAW", + "wikipedia": "http://en.wikipedia.org/wiki/Warsaw_Frederic_Chopin_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [20.9727263383587, 52.171026749259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Zurich Int'l", + "abbrev": "ZRH", + "location": "terminal", + "gps_code": "LSZH", + "iata_code": "ZRH", + "wikipedia": "http://en.wikipedia.org/wiki/Z%C3%BCrich_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.56221279534765, 47.4523895064916] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "mid", + "name": "Gosselies", + "abbrev": "CRL", + "location": "terminal", + "gps_code": "EBCI", + "iata_code": "CRL", + "wikipedia": "http://en.wikipedia.org/wiki/Brussels_South_Charleroi_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.4543736298165, 50.4571296549567] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Munich Freight Terminal", + "abbrev": "MUCf", + "location": "freight", + "gps_code": "EDDMf", + "iata_code": "MUCf", + "wikipedia": "http://en.wikipedia.org/wiki/Munich_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.7694828593654, 48.3497964078377] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Barcelona", + "abbrev": "BCN", + "location": "terminal", + "gps_code": "LEBL", + "iata_code": "BCN", + "wikipedia": "http://en.wikipedia.org/wiki/Barcelona_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.07800334981292, 41.3031552797463] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 3, + "type": "major", + "name": "Ruzyn", + "abbrev": "PRG", + "location": "terminal", + "gps_code": "LKPR", + "iata_code": "PRG", + "wikipedia": "http://en.wikipedia.org/wiki/Ruzyn%C4%9B_International_Airport", + "natlscale": 75, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [14.2674849854076, 50.1076511703671] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Hong Kong Int'l", + "abbrev": "HKG", + "location": "terminal", + "gps_code": "VHHH", + "iata_code": "HKG", + "wikipedia": "http://en.wikipedia.org/wiki/Hong_Kong_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [113.935016387376, 22.3153328280868] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Taoyuan", + "abbrev": "TPE", + "location": "terminal", + "gps_code": "RCTP", + "iata_code": "TPE", + "wikipedia": "http://en.wikipedia.org/wiki/Taiwan_Taoyuan_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.231370453323, 25.0767411043346] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Schiphol", + "abbrev": "AMS", + "location": "terminal", + "gps_code": "EHAM", + "iata_code": "AMS", + "wikipedia": "http://en.wikipedia.org/wiki/Amsterdam_Schiphol_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [4.76437693232812, 52.3089323889822] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Singapore Changi", + "abbrev": "SIN", + "location": "terminal", + "gps_code": "WSSS", + "iata_code": "SIN", + "wikipedia": "http://en.wikipedia.org/wiki/Singapore_Changi_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.986413880993, 1.35616083528126] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "London Heathrow", + "abbrev": "LHR", + "location": "parking", + "gps_code": "EGLL", + "iata_code": "LHR", + "wikipedia": "http://en.wikipedia.org/wiki/London_Heathrow_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-0.453156652063309, 51.4709958799938] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Auckland Int'l", + "abbrev": "AKL", + "location": "terminal", + "gps_code": "NZAA", + "iata_code": "AKL", + "wikipedia": "http://en.wikipedia.org/wiki/Auckland_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [174.791719433715, -37.0063551142815] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Anchorage Int'l", + "abbrev": "ANC", + "location": "terminal", + "gps_code": "PALH", + "iata_code": "ANC", + "wikipedia": "http://en.wikipedia.org/wiki/Lake_Hood_Seaplane_Base", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-149.981725100633, 61.1728936745367] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Hartsfield-Jackson Atlanta Int'l", + "abbrev": "ATL", + "location": "terminal", + "gps_code": "KATL", + "iata_code": "ATL", + "wikipedia": "http://en.wikipedia.org/wiki/Hartsfield-Jackson_Atlanta_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-84.4253974336047, 33.6405290807352] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Beijing Capital", + "abbrev": "PEK", + "location": "terminal", + "gps_code": "ZBAA", + "iata_code": "PEK", + "wikipedia": "http://en.wikipedia.org/wiki/Beijing_Capital_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [116.588174004661, 40.078766336331] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Eldorado Int'l", + "abbrev": "BOG", + "location": "terminal", + "gps_code": "SKBO", + "iata_code": "BOG", + "wikipedia": "http://en.wikipedia.org/wiki/El_Dorado_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.1433718001028, 4.69883276192097] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Chhatrapati Shivaji Int'l", + "abbrev": "BOM", + "location": "terminal", + "gps_code": "VABB", + "iata_code": "BOM", + "wikipedia": "http://en.wikipedia.org/wiki/Chhatrapati_Shivaji_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [72.8745639500051, 19.0951019488402] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Gen E L Logan Int'l", + "abbrev": "BOS", + "location": "terminal", + "gps_code": "KBOS", + "iata_code": "BOS", + "wikipedia": "http://en.wikipedia.org/wiki/Logan_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-71.0164066172958, 42.3665658198506] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Baltimore-Washington Int'l Thurgood Marshall", + "abbrev": "BWI", + "location": "terminal", + "gps_code": "KBWI", + "iata_code": "BWI", + "wikipedia": "http://en.wikipedia.org/wiki/Baltimore-Washington_International_Thurgood_Marshall_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-76.6686428352448, 39.1793943583568] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Cairo Int'l", + "abbrev": "CAI", + "location": "terminal", + "gps_code": "HECA", + "iata_code": "CAI", + "wikipedia": "http://en.wikipedia.org/wiki/Cairo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [31.3997430067114, 30.1119904385575] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "mid", + "name": "Casablanca-Anfa", + "abbrev": "CAS", + "location": "terminal", + "gps_code": "GMMC", + "iata_code": "CAS", + "wikipedia": "http://en.wikipedia.org/wiki/Casablanca-Anfa_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-7.66321880771143, 33.5627883851079] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "mid", + "name": "Simon Bolivar Int'l", + "abbrev": "CCS", + "location": "terminal", + "gps_code": "SVMI", + "iata_code": "CCS", + "wikipedia": "http://en.wikipedia.org/wiki/Sim%C3%B3n_Bol%C3%ADvar_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-67.0057488076317, 10.5973549146064] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Cape Town Int'l", + "abbrev": "CPT", + "location": "terminal", + "gps_code": "FACT", + "iata_code": "CPT", + "wikipedia": "http://en.wikipedia.org/wiki/Cape_Town_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [18.5976565083138, -33.9704466120395] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Chengdushuang Liu", + "abbrev": "CTU", + "location": "terminal", + "gps_code": "ZUUU", + "iata_code": "CTU", + "wikipedia": "http://en.wikipedia.org/wiki/Chengdu_Shuangliu_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [103.956136481695, 30.5810712647464] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Indira Gandhi Int'l", + "abbrev": "DEL", + "location": "terminal", + "gps_code": "VIDP", + "iata_code": "DEL", + "wikipedia": "http://en.wikipedia.org/wiki/Indira_Gandhi_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [77.0878362565332, 28.5592039760586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Denver Int'l", + "abbrev": "DEN", + "location": "terminal", + "gps_code": "KDEN", + "iata_code": "DEN", + "wikipedia": "http://en.wikipedia.org/wiki/Denver_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-104.673797338542, 39.849461388151] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Dallas-Ft. Worth Int'l", + "abbrev": "DFW", + "location": "parking", + "gps_code": "KDFW", + "iata_code": "DFW", + "wikipedia": "http://en.wikipedia.org/wiki/Dallas-Fort_Worth_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-97.0403710741144, 32.9001505594816] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Don Muang Int'l", + "abbrev": "DMK", + "location": "terminal", + "gps_code": "VTBD", + "iata_code": "DMK", + "wikipedia": "http://en.wikipedia.org/wiki/Don_Mueang_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [100.602578626505, 13.9202766010347] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Dubai Int'l", + "abbrev": "DXB", + "location": "terminal", + "gps_code": "OMDB", + "iata_code": "DXB", + "wikipedia": "http://en.wikipedia.org/wiki/Dubai_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [55.3540769172243, 25.2525655938182] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Newark Int'l", + "abbrev": "EWR", + "location": "terminal", + "gps_code": "KEWR", + "iata_code": "EWR", + "wikipedia": "http://en.wikipedia.org/wiki/Newark_Liberty_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-74.1771472796706, 40.6904798278929] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Ministro Pistarini Int'l", + "abbrev": "EZE", + "location": "terminal", + "gps_code": "SAEZ", + "iata_code": "EZE", + "wikipedia": "http://en.wikipedia.org/wiki/Ministro_Pistarini_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-58.5412456939382, -34.8136469380323] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Fort Lauderdale Hollywood Int'l", + "abbrev": "FLL", + "location": "terminal", + "gps_code": "KFLL", + "iata_code": "FLL", + "wikipedia": "http://en.wikipedia.org/wiki/Fort_Lauderdale-Hollywood_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-80.1452588465189, 26.0717095746827] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "George Bush Intercontinental", + "abbrev": "IAH", + "location": "terminal", + "gps_code": "KIAH", + "iata_code": "IAH", + "wikipedia": "http://en.wikipedia.org/wiki/George_Bush_Intercontinental_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-95.3337047912947, 29.9865909034907] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Ataturk Hava Limani", + "abbrev": "IST", + "location": "terminal", + "gps_code": "LTBA", + "iata_code": "IST", + "wikipedia": "http://en.wikipedia.org/wiki/Atat%C3%BCrk_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.8195493087893, 40.9778388177797] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "OR Tambo Int'l", + "abbrev": "JNB", + "location": "terminal", + "gps_code": "FAJS", + "iata_code": "JNB", + "wikipedia": "http://en.wikipedia.org/wiki/OR_Tambo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [28.2319885648741, -26.1320953994887] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "mid", + "name": "Juneau Int'l", + "abbrev": "JNU", + "location": "terminal", + "gps_code": "PAJN", + "iata_code": "JNU", + "wikipedia": "http://en.wikipedia.org/wiki/Juneau_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-134.583573037872, 58.3589441045951] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Los Angeles Int'l", + "abbrev": "LAX", + "location": "terminal", + "gps_code": "KLAX", + "iata_code": "LAX", + "wikipedia": "http://en.wikipedia.org/wiki/Los_Angeles_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-118.402468548522, 33.9441742543586] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Linate", + "abbrev": "LIN", + "location": "terminal", + "gps_code": "LIML", + "iata_code": "LIN", + "wikipedia": "http://en.wikipedia.org/wiki/Linate_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [9.27996629691061, 45.4603938456252] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Melbourne Int'l", + "abbrev": "MEL", + "location": "terminal", + "gps_code": "YMML", + "iata_code": "MEL", + "wikipedia": "http://en.wikipedia.org/wiki/Melbourne_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [144.848998091131, -37.6699411967893] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Lic Benito Juarez Int'l", + "abbrev": "MEX", + "location": "terminal", + "gps_code": "MMMX", + "iata_code": "MEX", + "wikipedia": "http://en.wikipedia.org/wiki/Mexico_City_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-99.0826079514239, 19.4354695720494] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Ninoy Aquino Int'l", + "abbrev": "MNL", + "location": "terminal", + "gps_code": "RPLL", + "iata_code": "MNL", + "wikipedia": "http://en.wikipedia.org/wiki/Ninoy_Aquino_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.004122083437, 14.5068323762967] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Jomo Kenyatta Int'l", + "abbrev": "NBO", + "location": "terminal", + "gps_code": "HKJK", + "iata_code": "NBO", + "wikipedia": "http://en.wikipedia.org/wiki/Jomo_Kenyatta_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [36.9250887490366, -1.33052964350634] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Honolulu Int'l", + "abbrev": "HNL", + "location": "terminal", + "gps_code": "PHNL", + "iata_code": "HNL", + "wikipedia": "http://en.wikipedia.org/wiki/Honolulu_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-157.919783173755, 21.332022315024] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Chicago O'Hare Int'l", + "abbrev": "ORD", + "location": "terminal", + "gps_code": "KORD", + "iata_code": "ORD", + "wikipedia": "http://en.wikipedia.org/wiki/O'Hare_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-87.90513439065, 41.9765291023803] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "King Khalid Int'l", + "abbrev": "RUH", + "location": "terminal", + "gps_code": "OERK", + "iata_code": "RUH", + "wikipedia": "http://en.wikipedia.org/wiki/King_Khalid_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [46.701829023464, 24.9590317436512] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Arturo Merino Benitez Int'l", + "abbrev": "SCL", + "location": "terminal", + "gps_code": "SCEL", + "iata_code": "SCL", + "wikipedia": "http://en.wikipedia.org/wiki/Comodoro_Arturo_Merino_Ben%C3%ADtez_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-70.7936860162974, -33.3968336342597] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Tacoma Int'l", + "abbrev": "SEA", + "location": "terminal", + "gps_code": "KSEA", + "iata_code": "SEA", + "wikipedia": "http://en.wikipedia.org/wiki/Seattle-Tacoma_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.302289722924, 47.4435819127259] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "San Francisco Int'l", + "abbrev": "SFO", + "location": "terminal", + "gps_code": "KSFO", + "iata_code": "SFO", + "wikipedia": "http://en.wikipedia.org/wiki/San_Francisco_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-122.383470344449, 37.6170250868054] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Hongqiao", + "abbrev": "SHA", + "location": "terminal", + "gps_code": "ZSSS", + "iata_code": "SHA", + "wikipedia": "http://en.wikipedia.org/wiki/Shanghai_Hongqiao_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [121.341183788567, 31.1872574314078] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Sheremtyevo", + "abbrev": "SVO", + "location": "terminal", + "gps_code": "UUEE", + "iata_code": "SVO", + "wikipedia": "http://en.wikipedia.org/wiki/Sheremetyevo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [37.4159690348414, 55.966447172512] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Toronto-Pearson Int'l", + "abbrev": "YYZ", + "location": "terminal", + "gps_code": "CYYZ", + "iata_code": "YYZ", + "wikipedia": "http://en.wikipedia.org/wiki/Toronto_Pearson_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-79.6114193247449, 43.6809595186356] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Kingsford Smith", + "abbrev": "SYD", + "location": "terminal", + "gps_code": "YSSY", + "iata_code": "SYD", + "wikipedia": "http://en.wikipedia.org/wiki/Kingsford_Smith_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [151.166067305601, -33.9365832057717] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Helsinki Vantaa", + "abbrev": "HEL", + "location": "terminal", + "gps_code": "EFHK", + "iata_code": "HEL", + "wikipedia": "http://en.wikipedia.org/wiki/Helsinki-Vantaa_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [24.9682078665914, 60.3187158912982] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Charles de Gaulle Int'l", + "abbrev": "CDG", + "location": "terminal", + "gps_code": "LFPG", + "iata_code": "CDG", + "wikipedia": "http://en.wikipedia.org/wiki/Charles_de_Gaulle_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [2.54186776739457, 49.0144200969386] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Berlin-Tegel Int'l", + "abbrev": "TXL", + "location": "terminal", + "gps_code": "EDDT", + "iata_code": "TXL", + "wikipedia": "http://en.wikipedia.org/wiki/Berlin-Tegel_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [13.2903090925074, 52.5544287044101] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Vienna Schwechat Int'l", + "abbrev": "VIE", + "location": "terminal", + "gps_code": "LOWW", + "iata_code": "VIE", + "wikipedia": "http://en.wikipedia.org/wiki/Vienna_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [16.5607679642129, 48.1197563052538] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Frankfurt Int'l", + "abbrev": "FRA", + "location": "terminal", + "gps_code": "EDDF", + "iata_code": "FRA", + "wikipedia": "http://en.wikipedia.org/wiki/Frankfurt_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [8.57182286907608, 50.0506770895207] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Leonardo da Vinci Int'l", + "abbrev": "FCO", + "location": "terminal", + "gps_code": "LIRF", + "iata_code": "FCO", + "wikipedia": "http://en.wikipedia.org/wiki/Leonardo_da_Vinci_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [12.2501008973638, 41.7950786307394] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Osaka Int'l", + "abbrev": "ITM", + "location": "terminal", + "gps_code": "RJOO", + "iata_code": "ITM", + "wikipedia": "http://en.wikipedia.org/wiki/Osaka_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [135.442475256249, 34.7901980848749] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Gimpo Int'l", + "abbrev": "GMP", + "location": "terminal", + "gps_code": "RKSS", + "iata_code": "GMP", + "wikipedia": "http://en.wikipedia.org/wiki/Gimpo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [126.802392860276, 37.5573005399508] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Oslo Gardermoen", + "abbrev": "OSL", + "location": "terminal", + "gps_code": "ENGM", + "iata_code": "OSL", + "wikipedia": "http://en.wikipedia.org/wiki/Gardermoen_Air_Station", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [11.0991032762581, 60.1935783171386] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Juscelino Kubitschek Int'l", + "abbrev": "BSB", + "location": "terminal", + "gps_code": "SBBR", + "iata_code": "BSB", + "wikipedia": "http://en.wikipedia.org/wiki/Bras%C3%ADlia_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-47.9207885133625, -15.8699985002824] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Congonhas Int'l", + "abbrev": "CGH", + "location": "terminal", + "gps_code": "SBSP", + "iata_code": "CGH", + "wikipedia": "http://en.wikipedia.org/wiki/Congonhas-S%C3%A3o_Paulo_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-46.6591155302196, -23.62685882701] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Rio de Janeiro-Antonio Carlos Jobim Int'l", + "abbrev": "GIG", + "location": "terminal", + "gps_code": "SBGL", + "iata_code": "GIG", + "wikipedia": "http://en.wikipedia.org/wiki/Rio_de_Janeiro-Gale%C3%A3o_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-43.2483813790683, -22.8123437125006] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Madrid Barajas", + "abbrev": "MAD", + "location": "terminal", + "gps_code": "LEMD", + "iata_code": "MAD", + "wikipedia": "http://en.wikipedia.org/wiki/Madrid_Barajas_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-3.56902665458863, 40.4681282733923] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Luis Munoz Marin", + "abbrev": "SJU", + "location": "terminal", + "gps_code": "TJSJ", + "iata_code": "SJU", + "wikipedia": "http://en.wikipedia.org/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [-66.0042299757548, 18.4380770734949] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Arlanda", + "abbrev": "ARN", + "location": "terminal", + "gps_code": "ESSA", + "iata_code": "ARN", + "wikipedia": "http://en.wikipedia.org/wiki/Stockholm-Arlanda_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [17.9307299016916, 59.6511203397372] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Soekarno-Hatta Int'l", + "abbrev": "CGK", + "location": "parking", + "gps_code": "WIII", + "iata_code": "CGK", + "wikipedia": "http://en.wikipedia.org/wiki/Soekarno-Hatta_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [106.654296151172, -6.1266029559729] + } + }, + { + "type": "Feature", + "properties": { + "scalerank": 2, + "type": "major", + "name": "Eleftherios Venizelos Int'l", + "abbrev": "ATH", + "location": "terminal", + "gps_code": "LGAV", + "iata_code": "ATH", + "wikipedia": "http://en.wikipedia.org/wiki/Athens_International_Airport", + "natlscale": 150, + "featureclass": "Airport" + }, + "geometry": { + "type": "Point", + "coordinates": [23.9471160554073, 37.9362331299254] + } + } + ] +} diff --git a/samples/deckgl-heatmap/index.html b/samples/deckgl-heatmap/index.html index ddd85c284..80ae4d075 100644 --- a/samples/deckgl-heatmap/index.html +++ b/samples/deckgl-heatmap/index.html @@ -110,7 +110,7 @@

Bike Parking Spaces

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); + })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); diff --git a/samples/deckgl-kml-updated/index.html b/samples/deckgl-kml-updated/index.html index 73cf60495..366331452 100644 --- a/samples/deckgl-kml-updated/index.html +++ b/samples/deckgl-kml-updated/index.html @@ -107,7 +107,12 @@

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly', internalUsageAttributionIds: 'gmp_git_jsapisamples_v1_deckgl-integration' }); + })({ + key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', + v: 'weekly', + internalUsageAttributionIds: + 'gmp_git_jsapisamples_v1_deckgl-integration', + }); diff --git a/samples/deckgl-kml/index.html b/samples/deckgl-kml/index.html index a30e010a5..99e25366d 100644 --- a/samples/deckgl-kml/index.html +++ b/samples/deckgl-kml/index.html @@ -100,7 +100,7 @@

Deck.gl KMLLoader

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); + })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); diff --git a/samples/deckgl-points/README.md b/samples/deckgl-points/README.md index 9c5043695..2e573d7dc 100644 --- a/samples/deckgl-points/README.md +++ b/samples/deckgl-points/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/deckgl-points` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/deckgl-points/index.ts b/samples/deckgl-points/index.ts index de248f89a..ec3ddb069 100644 --- a/samples/deckgl-points/index.ts +++ b/samples/deckgl-points/index.ts @@ -23,12 +23,14 @@ interface EarthquakeProperties { /** * Validates that a feature has the properties we need for rendering. */ -function isEarthquake(f: Feature): f is Feature & { properties: EarthquakeProperties } { - return ( - f.properties !== null && - typeof f.properties === 'object' && - typeof (f.properties as any).mag === 'number' - ); +function isEarthquake( + f: Feature +): f is Feature & { properties: EarthquakeProperties } { + return ( + f.properties !== null && + typeof f.properties === 'object' && + typeof (f.properties as any).mag === 'number' + ); } // Initialize and add the map @@ -54,7 +56,9 @@ async function initMap() { } return 0; // Fallback for invalid data. }, - getFillColor: (f: Feature): [number, number, number, number] => { + getFillColor: ( + f: Feature + ): [number, number, number, number] => { return [255, 70, 30, 180]; // Default color for other earthquakes. }, autoHighlight: true, diff --git a/samples/deckgl-polygon/index.html b/samples/deckgl-polygon/index.html index 452653b89..4df60e7be 100644 --- a/samples/deckgl-polygon/index.html +++ b/samples/deckgl-polygon/index.html @@ -117,7 +117,7 @@

Population Density

? console.warn(p + ' only loads once. Ignoring:', g) : (d[l] = (f, ...n) => r.add(f) && u().then(() => d[l](f, ...n))); - })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); + })({ key: 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8', v: 'weekly' }); diff --git a/samples/deckgl-tripslayer/README.md b/samples/deckgl-tripslayer/README.md index e12912331..bddd89bc7 100644 --- a/samples/deckgl-tripslayer/README.md +++ b/samples/deckgl-tripslayer/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/deckgl-tripslayer` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/deckgl-tripslayer/index.html b/samples/deckgl-tripslayer/index.html index 2488d97b1..7afd004b4 100644 --- a/samples/deckgl-tripslayer/index.html +++ b/samples/deckgl-tripslayer/index.html @@ -19,8 +19,7 @@ + zoom="15">
diff --git a/samples/deckgl-tripslayer/index.ts b/samples/deckgl-tripslayer/index.ts index 4a22eb1a5..ecf0a1239 100644 --- a/samples/deckgl-tripslayer/index.ts +++ b/samples/deckgl-tripslayer/index.ts @@ -17,7 +17,6 @@ interface Data { // Set the path to the GeoJSON data file. const DATA_URL = new URL('./public/trips-v7.json', import.meta.url).toString(); - const LOOP_LENGTH = 1800; const VENDOR_COLORS: Color[] = [ [255, 0, 0], // vendor #0 @@ -26,7 +25,7 @@ const VENDOR_COLORS: Color[] = [ async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps') as google.maps.MapsLibrary; + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; // Get the gmp-map element. const mapElement = document.querySelector( @@ -41,7 +40,7 @@ async function initMap() { let currentTime = 0; const props = { id: 'trips', - data: DATA_URL, + data: DATA_URL, getPath: (d: Data) => d.path, getTimestamps: (d: Data) => d.timestamps, getColor: (d: Data) => VENDOR_COLORS[d.vendor], diff --git a/samples/deckgl-tripslayer/style.css b/samples/deckgl-tripslayer/style.css index 79d2fa522..325d70d28 100644 --- a/samples/deckgl-tripslayer/style.css +++ b/samples/deckgl-tripslayer/style.css @@ -4,14 +4,14 @@ * SPDX-License-Identifier: Apache-2.0 */ :root { - --mdc-theme-primary: #1a73e8; - --mdc-theme-secondary: #rgb(225, 245, 254); - --mdc-theme-on-primary: #fff; - --mdc-theme-on-secondary: rgb(1, 87, 155); + --mdc-theme-primary: #1a73e8; + --mdc-theme-secondary: #rgb(225, 245, 254); + --mdc-theme-on-primary: #fff; + --mdc-theme-on-secondary: rgb(1, 87, 155); } .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label { - color: var(--mdc-theme-primary); + color: var(--mdc-theme-primary); } /* [START maps_deckgl_tripslayer] */ @@ -20,7 +20,7 @@ * that contains the map. */ #map { - height: 100%; + height: 100%; } /* @@ -28,9 +28,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_deckgl_tripslayer] */ \ No newline at end of file +/* [END maps_deckgl_tripslayer] */ diff --git a/samples/event-arguments/README.md b/samples/event-arguments/README.md index 7ec6a1a2d..5f12f4495 100644 --- a/samples/event-arguments/README.md +++ b/samples/event-arguments/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-arguments` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-arguments/index.html b/samples/event-arguments/index.html index d992f5b68..4d171f743 100644 --- a/samples/event-arguments/index.html +++ b/samples/event-arguments/index.html @@ -6,17 +6,20 @@ --> - - Accessing Arguments in UI Events + + Accessing Arguments in UI Events - - - - + + - - - - + + + + diff --git a/samples/event-arguments/index.ts b/samples/event-arguments/index.ts index 7b4e70f18..6f7bae6da 100644 --- a/samples/event-arguments/index.ts +++ b/samples/event-arguments/index.ts @@ -6,24 +6,26 @@ // [START maps_event_arguments] async function initMap() { - // Request needed libraries. - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; - await google.maps.importLibrary("marker") as google.maps.MarkerLibrary; + // Request needed libraries. + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - innerMap.addListener("click", (e) => { - placeMarkerAndPanTo(e.latLng, innerMap); - }); + innerMap.addListener('click', (e) => { + placeMarkerAndPanTo(e.latLng, innerMap); + }); } function placeMarkerAndPanTo(latLng: google.maps.LatLng, map: google.maps.Map) { - new google.maps.marker.AdvancedMarkerElement({ - position: latLng, - map: map, - }); - map.panTo(latLng); + new google.maps.marker.AdvancedMarkerElement({ + position: latLng, + map: map, + }); + map.panTo(latLng); } initMap(); diff --git a/samples/event-arguments/style.css b/samples/event-arguments/style.css index c55e837c8..ea7731a07 100644 --- a/samples/event-arguments/style.css +++ b/samples/event-arguments/style.css @@ -9,9 +9,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_arguments] */ \ No newline at end of file +/* [END maps_event_arguments] */ diff --git a/samples/event-click-latlng/README.md b/samples/event-click-latlng/README.md index 0c7f6c37f..758627e53 100644 --- a/samples/event-click-latlng/README.md +++ b/samples/event-click-latlng/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-click-latlng` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-click-latlng/index.html b/samples/event-click-latlng/index.html index a99f3a1ef..d363640c2 100644 --- a/samples/event-click-latlng/index.html +++ b/samples/event-click-latlng/index.html @@ -6,17 +6,17 @@ --> - - Event Click LatLng + + Event Click LatLng - - - - + + - - - - + + + + diff --git a/samples/event-click-latlng/index.ts b/samples/event-click-latlng/index.ts index 8f272d624..c863209ce 100644 --- a/samples/event-click-latlng/index.ts +++ b/samples/event-click-latlng/index.ts @@ -6,40 +6,42 @@ // [START maps_event_click_latlng] async function initMap() { - // Request needed libraries. - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; - - // Set up the map. - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; - - // Get the initial center of the map. - const position = innerMap.getCenter() as google.maps.LatLng; - - // Create the initial InfoWindow. - let infoWindow = new google.maps.InfoWindow({ - content: "Click the map to get Lat/Lng!", - position, - }); - - infoWindow.open(innerMap); + // Request needed libraries. + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + + // Set up the map. + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + + // Get the initial center of the map. + const position = innerMap.getCenter() as google.maps.LatLng; + + // Create the initial InfoWindow. + let infoWindow = new google.maps.InfoWindow({ + content: 'Click the map to get Lat/Lng!', + position, + }); - // [START maps_event_click_latlng_listener] - // Configure the click listener. - innerMap.addListener("click", (mapsMouseEvent) => { - // Close the current InfoWindow. - infoWindow.close(); + infoWindow.open(innerMap); - // Create a new InfoWindow. - infoWindow = new google.maps.InfoWindow({ - position: mapsMouseEvent.latLng, + // [START maps_event_click_latlng_listener] + // Configure the click listener. + innerMap.addListener('click', (mapsMouseEvent) => { + // Close the current InfoWindow. + infoWindow.close(); + + // Create a new InfoWindow. + infoWindow = new google.maps.InfoWindow({ + position: mapsMouseEvent.latLng, + }); + infoWindow.setContent( + JSON.stringify(mapsMouseEvent.latLng.toJSON(), null, 2) + ); + infoWindow.open(innerMap); }); - infoWindow.setContent( - JSON.stringify(mapsMouseEvent.latLng.toJSON(), null, 2) - ); - infoWindow.open(innerMap); - }); - // [END maps_event_click_latlng_listener] + // [END maps_event_click_latlng_listener] } initMap(); diff --git a/samples/event-click-latlng/style.css b/samples/event-click-latlng/style.css index 218433c3e..f83e2c3f2 100644 --- a/samples/event-click-latlng/style.css +++ b/samples/event-click-latlng/style.css @@ -9,9 +9,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_click_latlng] */ \ No newline at end of file +/* [END maps_event_click_latlng] */ diff --git a/samples/event-closure/README.md b/samples/event-closure/README.md index bea076cb9..b7994836e 100644 --- a/samples/event-closure/README.md +++ b/samples/event-closure/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-closure` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-closure/index.html b/samples/event-closure/index.html index 94b1e407a..beb386547 100644 --- a/samples/event-closure/index.html +++ b/samples/event-closure/index.html @@ -16,7 +16,10 @@ ({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"}); - + diff --git a/samples/event-poi/README.md b/samples/event-poi/README.md index c50bfcc60..f0d4e00a2 100644 --- a/samples/event-poi/README.md +++ b/samples/event-poi/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-poi` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-poi/index.html b/samples/event-poi/index.html index 2876745fc..e70dd439f 100644 --- a/samples/event-poi/index.html +++ b/samples/event-poi/index.html @@ -16,8 +16,7 @@ ({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly" }); - - + diff --git a/samples/event-poi/index.ts b/samples/event-poi/index.ts index f7b1d50b2..71614d29d 100644 --- a/samples/event-poi/index.ts +++ b/samples/event-poi/index.ts @@ -38,7 +38,10 @@ async function initMap() { } // Helper function to show the info window. -async function showInfoWindow(event: google.maps.IconMouseEvent, infowindow: google.maps.InfoWindow) { +async function showInfoWindow( + event: google.maps.IconMouseEvent, + infowindow: google.maps.InfoWindow +) { // Retrieve the place details for the selected POI. const place = await getPlaceDetails(event.placeId); diff --git a/samples/event-properties/README.md b/samples/event-properties/README.md index 66874fa9f..b889b45ab 100644 --- a/samples/event-properties/README.md +++ b/samples/event-properties/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-properties` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-properties/index.html b/samples/event-properties/index.html index 51c454d36..61764dae5 100644 --- a/samples/event-properties/index.html +++ b/samples/event-properties/index.html @@ -6,18 +6,21 @@ --> - - Getting Properties With Event Handlers + + Getting Properties With Event Handlers - - - - + + - - - - - + + + + + diff --git a/samples/event-properties/index.ts b/samples/event-properties/index.ts index 4751d82c9..d2796e129 100644 --- a/samples/event-properties/index.ts +++ b/samples/event-properties/index.ts @@ -6,22 +6,26 @@ // [START maps_event_properties] async function initMap() { - // Request needed libraries. - const { Map } = await google.maps.importLibrary("maps") as google.maps.MapsLibrary; + // Request needed libraries. + const { Map } = (await google.maps.importLibrary( + 'maps' + )) as google.maps.MapsLibrary; - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - const infowindow = new google.maps.InfoWindow({ - content: "Change the zoom level", - position: mapElement.center, - }); + const infowindow = new google.maps.InfoWindow({ + content: 'Change the zoom level', + position: mapElement.center, + }); - infowindow.open(innerMap); + infowindow.open(innerMap); - innerMap.addListener("zoom_changed", () => { - infowindow.setContent("Zoom: " + innerMap.getZoom()!); - }); + innerMap.addListener('zoom_changed', () => { + infowindow.setContent('Zoom: ' + innerMap.getZoom()!); + }); } initMap(); diff --git a/samples/event-properties/style.css b/samples/event-properties/style.css index 6cdbf2acf..dedb98ceb 100644 --- a/samples/event-properties/style.css +++ b/samples/event-properties/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_properties] */ \ No newline at end of file +/* [END maps_event_properties] */ diff --git a/samples/event-simple/README.md b/samples/event-simple/README.md index e08df19f8..8cb5d0a78 100644 --- a/samples/event-simple/README.md +++ b/samples/event-simple/README.md @@ -2,7 +2,7 @@ ## event-simple -This sample shows handling user events and state change events. +This sample shows handling user events and state change events. ## Setup @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/event-simple` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/event-simple/index.html b/samples/event-simple/index.html index 11599d43d..d07d331ed 100644 --- a/samples/event-simple/index.html +++ b/samples/event-simple/index.html @@ -6,17 +6,20 @@ --> - - Simple Click Events + + Simple Click Events - - - - + + - - - - + + + + diff --git a/samples/event-simple/style.css b/samples/event-simple/style.css index 587486242..4815d8057 100644 --- a/samples/event-simple/style.css +++ b/samples/event-simple/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_event_simple] */ \ No newline at end of file +/* [END maps_event_simple] */ diff --git a/samples/geocoding-component-restriction/README.md b/samples/geocoding-component-restriction/README.md index 7c825940b..84212a4e5 100644 --- a/samples/geocoding-component-restriction/README.md +++ b/samples/geocoding-component-restriction/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-component-restriction` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-component-restriction/index.html b/samples/geocoding-component-restriction/index.html index eb533d5ac..595e3d831 100644 --- a/samples/geocoding-component-restriction/index.html +++ b/samples/geocoding-component-restriction/index.html @@ -6,21 +6,27 @@ --> - - Geocoding Component Restriction + + Geocoding Component Restriction - - - - + + - - -
- componentRestrictions: {country: "AU", postalCode: "2000"}
- -
- - + + +
+ componentRestrictions: {country: "AU", postalCode: + "2000"}
+ +
+ + diff --git a/samples/geocoding-component-restriction/index.ts b/samples/geocoding-component-restriction/index.ts index 5e46c0fa8..1c982398c 100644 --- a/samples/geocoding-component-restriction/index.ts +++ b/samples/geocoding-component-restriction/index.ts @@ -6,43 +6,47 @@ // [START maps_geocoding_component_restriction] async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("marker"), - google.maps.importLibrary("geocoding"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('geocoding'), + ]); - const geocoder = new google.maps.Geocoder(); - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - (document.getElementById("submit") as HTMLElement).addEventListener( - "click", - () => { - geocodeAddress(geocoder, innerMap); - } - ); + (document.getElementById('submit') as HTMLElement).addEventListener( + 'click', + () => { + geocodeAddress(geocoder, innerMap); + } + ); } function geocodeAddress(geocoder: google.maps.Geocoder, map: google.maps.Map) { - geocoder - .geocode({ - address: "483 George St.", - componentRestrictions: { - country: "AU", - postalCode: "2000", - }, - }) - .then(({ results }) => { - map.setCenter(results[0].geometry.location); - new google.maps.marker.AdvancedMarkerElement({ - map, - position: results[0].geometry.location, - }); - }) - .catch((e) => - window.alert("Geocode was not successful for the following reason: " + e) - ); + geocoder + .geocode({ + address: '483 George St.', + componentRestrictions: { + country: 'AU', + postalCode: '2000', + }, + }) + .then(({ results }) => { + map.setCenter(results[0].geometry.location); + new google.maps.marker.AdvancedMarkerElement({ + map, + position: results[0].geometry.location, + }); + }) + .catch((e) => + window.alert( + 'Geocode was not successful for the following reason: ' + e + ) + ); } initMap(); diff --git a/samples/geocoding-component-restriction/style.css b/samples/geocoding-component-restriction/style.css index 71a85b258..245ce2047 100644 --- a/samples/geocoding-component-restriction/style.css +++ b/samples/geocoding-component-restriction/style.css @@ -5,29 +5,28 @@ */ /* [START maps_geocoding_component_restriction] */ - /* * Optional: Makes the sample page fill the window. */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #floating-panel { - position: absolute; - top: 10px; - left: 25%; - z-index: 5; - background-color: #fff; - padding: 5px; - border: 1px solid #999; - text-align: center; - font-family: "Roboto", "sans-serif"; - line-height: 30px; - padding-left: 10px; + position: absolute; + top: 10px; + left: 25%; + z-index: 5; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + text-align: center; + font-family: 'Roboto', 'sans-serif'; + line-height: 30px; + padding-left: 10px; } -/* [END maps_geocoding_component_restriction] */ \ No newline at end of file +/* [END maps_geocoding_component_restriction] */ diff --git a/samples/geocoding-place-id/README.md b/samples/geocoding-place-id/README.md index b530ccc65..d56c2db0b 100644 --- a/samples/geocoding-place-id/README.md +++ b/samples/geocoding-place-id/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-place-id` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-place-id/index.html b/samples/geocoding-place-id/index.html index 3aea5b712..fdc14c042 100644 --- a/samples/geocoding-place-id/index.html +++ b/samples/geocoding-place-id/index.html @@ -6,24 +6,30 @@ --> - - Retrieving an Address for a Place ID + + Retrieving an Address for a Place ID - - - - - -
- - - -
-
+ + + + + +
+ + + +
+
- - - + diff --git a/samples/geocoding-place-id/index.ts b/samples/geocoding-place-id/index.ts index 401e3d118..0ec3fed3c 100644 --- a/samples/geocoding-place-id/index.ts +++ b/samples/geocoding-place-id/index.ts @@ -6,53 +6,55 @@ // [START maps_geocoding_place_id] // Initialize the map. async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("geocoding"), - google.maps.importLibrary("marker"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + ]); - const mapElement = document.querySelector("gmp-map") as google.maps.MapElement; - const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); - const infowindow = new google.maps.InfoWindow(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); + const infowindow = new google.maps.InfoWindow(); - (document.getElementById("submit") as HTMLElement).addEventListener( - "click", - () => { - geocodePlaceId(geocoder, innerMap, infowindow); - } - ); + (document.getElementById('submit') as HTMLElement).addEventListener( + 'click', + () => { + geocodePlaceId(geocoder, innerMap, infowindow); + } + ); } // This function is called when the user clicks the UI button. function geocodePlaceId( - geocoder: google.maps.Geocoder, - map: google.maps.Map, - infowindow: google.maps.InfoWindow + geocoder: google.maps.Geocoder, + map: google.maps.Map, + infowindow: google.maps.InfoWindow ) { - const placeId = (document.getElementById("place-id") as HTMLInputElement) - .value; + const placeId = (document.getElementById('place-id') as HTMLInputElement) + .value; - geocoder - .geocode({ placeId: placeId }) - .then(({ results }) => { - if (results[0]) { - map.setZoom(11); - map.setCenter(results[0].geometry.location); + geocoder + .geocode({ placeId: placeId }) + .then(({ results }) => { + if (results[0]) { + map.setZoom(11); + map.setCenter(results[0].geometry.location); - const marker = new google.maps.marker.AdvancedMarkerElement({ - map, - position: results[0].geometry.location, - }); + const marker = new google.maps.marker.AdvancedMarkerElement({ + map, + position: results[0].geometry.location, + }); - infowindow.setContent(results[0].formatted_address); - infowindow.open(map, marker); - } else { - window.alert("No results found"); - } - }) - .catch((e) => window.alert("Geocoder failed due to: " + e)); + infowindow.setContent(results[0].formatted_address); + infowindow.open(map, marker); + } else { + window.alert('No results found'); + } + }) + .catch((e) => window.alert('Geocoder failed due to: ' + e)); } initMap(); diff --git a/samples/geocoding-place-id/style.css b/samples/geocoding-place-id/style.css index 328fa2a65..86257d39f 100644 --- a/samples/geocoding-place-id/style.css +++ b/samples/geocoding-place-id/style.css @@ -10,25 +10,25 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #floating-panel { - background-color: #fff; - padding: 5px; - border: 1px solid #999; - border-radius: 5px; - text-align: center; - font-family: "Roboto", "sans-serif"; - line-height: 30px; - padding-left: 10px; - margin-top: 10px; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + border-radius: 5px; + text-align: center; + font-family: 'Roboto', 'sans-serif'; + line-height: 30px; + padding-left: 10px; + margin-top: 10px; } #place-id { - width: 250px; + width: 250px; } -/* [END maps_geocoding_place_id] */ \ No newline at end of file +/* [END maps_geocoding_place_id] */ diff --git a/samples/geocoding-region-es/README.md b/samples/geocoding-region-es/README.md index 83e6c3ca2..0ad78e682 100644 --- a/samples/geocoding-region-es/README.md +++ b/samples/geocoding-region-es/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-region-es` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-region-es/index.html b/samples/geocoding-region-es/index.html index 4c1bc62aa..6258a3807 100644 --- a/samples/geocoding-region-es/index.html +++ b/samples/geocoding-region-es/index.html @@ -6,17 +6,17 @@ --> - - Geocoding Region - ES + + Geocoding Region - ES - - - - + + - - - - + + + + diff --git a/samples/geocoding-region-es/index.ts b/samples/geocoding-region-es/index.ts index a7a32277a..9f0d1a2c8 100644 --- a/samples/geocoding-region-es/index.ts +++ b/samples/geocoding-region-es/index.ts @@ -8,30 +8,34 @@ // [START maps_js_geocoding_region_es] async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("geocoding"), - google.maps.importLibrary("marker"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + ]); - const mapElement = document.querySelector("gmp-map") as google.maps.MapElement; - const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); - geocoder - .geocode({ address: "Toledo" }) - .then((response) => { - const position = response.results[0].geometry.location; + geocoder + .geocode({ address: 'Toledo' }) + .then((response) => { + const position = response.results[0].geometry.location; - innerMap.setCenter(position); - new google.maps.marker.AdvancedMarkerElement({ - map: innerMap, - position, - }); - }) - .catch((e) => - window.alert("Geocode was not successful for the following reason: " + e) - ); + innerMap.setCenter(position); + new google.maps.marker.AdvancedMarkerElement({ + map: innerMap, + position, + }); + }) + .catch((e) => + window.alert( + 'Geocode was not successful for the following reason: ' + e + ) + ); } initMap(); diff --git a/samples/geocoding-region-es/style.css b/samples/geocoding-region-es/style.css index f4c07e1bb..b1e1eedda 100644 --- a/samples/geocoding-region-es/style.css +++ b/samples/geocoding-region-es/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_js_geocoding_region_es] */ \ No newline at end of file +/* [END maps_js_geocoding_region_es] */ diff --git a/samples/geocoding-region-us/README.md b/samples/geocoding-region-us/README.md index 318d0ea4b..5fcda0529 100644 --- a/samples/geocoding-region-us/README.md +++ b/samples/geocoding-region-us/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-region-us` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-region-us/index.html b/samples/geocoding-region-us/index.html index f301cc0e1..1d8cecab4 100644 --- a/samples/geocoding-region-us/index.html +++ b/samples/geocoding-region-us/index.html @@ -6,17 +6,17 @@ --> - - Geocoding Region - US + + Geocoding Region - US - - - - + + - - - - + + + + diff --git a/samples/geocoding-region-us/index.ts b/samples/geocoding-region-us/index.ts index f804026fd..99bf48a3d 100644 --- a/samples/geocoding-region-us/index.ts +++ b/samples/geocoding-region-us/index.ts @@ -8,30 +8,34 @@ // [START maps_js_geocoding_region_us] async function initMap(): Promise { - await Promise.all([ - google.maps.importLibrary("maps"), - google.maps.importLibrary("geocoding"), - google.maps.importLibrary("marker"), - ]); + await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + ]); - const mapElement = document.querySelector("gmp-map") as google.maps.MapElement; - const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; + const geocoder = new google.maps.Geocoder(); - geocoder - .geocode({ address: "Toledo" }) - .then((response) => { - const position = response.results[0].geometry.location; + geocoder + .geocode({ address: 'Toledo' }) + .then((response) => { + const position = response.results[0].geometry.location; - innerMap.setCenter(position); - new google.maps.marker.AdvancedMarkerElement({ - map: innerMap, - position, - }); - }) - .catch((e) => - window.alert("Geocode was not successful for the following reason: " + e) - ); + innerMap.setCenter(position); + new google.maps.marker.AdvancedMarkerElement({ + map: innerMap, + position, + }); + }) + .catch((e) => + window.alert( + 'Geocode was not successful for the following reason: ' + e + ) + ); } initMap(); diff --git a/samples/geocoding-region-us/style.css b/samples/geocoding-region-us/style.css index 219475d81..da603f83c 100644 --- a/samples/geocoding-region-us/style.css +++ b/samples/geocoding-region-us/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_js_geocoding_region_us] */ \ No newline at end of file +/* [END maps_js_geocoding_region_us] */ diff --git a/samples/geocoding-reverse/README.md b/samples/geocoding-reverse/README.md index 0322715e0..4d120c0cd 100644 --- a/samples/geocoding-reverse/README.md +++ b/samples/geocoding-reverse/README.md @@ -2,7 +2,7 @@ ## geocoding-reverse -The geocoding-reverse sample demonstrates reverse geocoding coordinates to addresses. +The geocoding-reverse sample demonstrates reverse geocoding coordinates to addresses. ## Setup @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/geocoding-reverse` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/geocoding-reverse/index.html b/samples/geocoding-reverse/index.html index 39a395484..c04c76eb5 100644 --- a/samples/geocoding-reverse/index.html +++ b/samples/geocoding-reverse/index.html @@ -1,4 +1,4 @@ - + - - Info Windows + + Info Windows - - - - + + - - - - + + + + diff --git a/samples/infowindow-simple/index.ts b/samples/infowindow-simple/index.ts index 86355c267..d52d8b1ab 100644 --- a/samples/infowindow-simple/index.ts +++ b/samples/infowindow-simple/index.ts @@ -9,26 +9,27 @@ // When the user clicks the marker, an info window opens. async function initMap(): Promise { - // Import the needed libraries. - await google.maps.importLibrary("maps"); - await google.maps.importLibrary("marker"); + // Import the needed libraries. + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); - // Get the map element and the inner map from it. - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - const innerMap = mapElement.innerMap; + // Get the map element and the inner map from it. + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + const innerMap = mapElement.innerMap; - // Get the center of the map. - const center = mapElement.center; + // Get the center of the map. + const center = mapElement.center; - // Create the info window content. - const heading = document.createElement("h1"); - heading.textContent = "Uluru (Ayers Rock)"; + // Create the info window content. + const heading = document.createElement('h1'); + heading.textContent = 'Uluru (Ayers Rock)'; - const content = document.createElement("div"); + const content = document.createElement('div'); - const infoParagraph = document.createElement("p"); - infoParagraph.textContent = - `Uluru, also referred to as Ayers Rock, is a large sandstone rock formation + const infoParagraph = document.createElement('p'); + infoParagraph.textContent = `Uluru, also referred to as Ayers Rock, is a large sandstone rock formation in the southern part of the Northern Territory, central Australia. It lies 335 km (208 mi) south west of the nearest large town, Alice Springs; 450 km (280 mi) by road. Kata Tjuta and Uluru are the two major features of the @@ -36,44 +37,44 @@ async function initMap(): Promise { Yankunytjatjara, the Aboriginal people of the area. It has many springs, waterholes, rock caves and ancient paintings. Uluru is listed as a World Heritage Site.`; - - content.appendChild(infoParagraph); - const link = document.createElement("a"); - link.href = "https://en.wikipedia.org/w/index.php?title=Uluru"; - link.textContent = "https://en.wikipedia.org/w/index.php?title=Uluru"; - link.target = "_blank"; - content.appendChild(link); + content.appendChild(infoParagraph); - // Create the info window. - const infowindow = new google.maps.InfoWindow({ - headerContent: heading, - content: content, - ariaLabel: "Uluru", - maxWidth: 500, // Set max width (optional). - }); + const link = document.createElement('a'); + link.href = 'https://en.wikipedia.org/w/index.php?title=Uluru'; + link.textContent = 'https://en.wikipedia.org/w/index.php?title=Uluru'; + link.target = '_blank'; + content.appendChild(link); - // Create the marker. - const marker = new google.maps.marker.AdvancedMarkerElement({ - position: center, - map: innerMap, - title: "Uluru (Ayers Rock)", - gmpClickable: true, - }); + // Create the info window. + const infowindow = new google.maps.InfoWindow({ + headerContent: heading, + content: content, + ariaLabel: 'Uluru', + maxWidth: 500, // Set max width (optional). + }); - // Open the info window when the map loads. - infowindow.open({ - anchor: marker, - map: innerMap, - }); + // Create the marker. + const marker = new google.maps.marker.AdvancedMarkerElement({ + position: center, + map: innerMap, + title: 'Uluru (Ayers Rock)', + gmpClickable: true, + }); - // Open the info window when the marker is clicked. - marker.addEventListener("gmp-click", () => { + // Open the info window when the map loads. infowindow.open({ - anchor: marker, - map: innerMap, + anchor: marker, + map: innerMap, + }); + + // Open the info window when the marker is clicked. + marker.addEventListener('gmp-click', () => { + infowindow.open({ + anchor: marker, + map: innerMap, + }); }); - }); } initMap(); diff --git a/samples/infowindow-simple/style.css b/samples/infowindow-simple/style.css index d8e14aabb..7a10a515e 100644 --- a/samples/infowindow-simple/style.css +++ b/samples/infowindow-simple/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_infowindow_simple] */ \ No newline at end of file +/* [END maps_infowindow_simple] */ diff --git a/samples/js-api-loader-map/README.md b/samples/js-api-loader-map/README.md index 3790ec62b..95cd09b58 100644 --- a/samples/js-api-loader-map/README.md +++ b/samples/js-api-loader-map/README.md @@ -32,4 +32,4 @@ From `samples/`: ## Feedback For feedback related to this sample, please open a new issue on -[GitHub](https://github.com/googlemaps-samples/js-api-samples/issues). \ No newline at end of file +[GitHub](https://github.com/googlemaps-samples/js-api-samples/issues). diff --git a/samples/js-api-loader-map/index.html b/samples/js-api-loader-map/index.html index d6b779c16..345003496 100644 --- a/samples/js-api-loader-map/index.html +++ b/samples/js-api-loader-map/index.html @@ -6,16 +6,16 @@ --> - - @googlemaps/js-api-loader map - - - - - - -

@googlemaps/js-api-loader map

-
- + + @googlemaps/js-api-loader map + + + + + + +

@googlemaps/js-api-loader map

+
+ - \ No newline at end of file + diff --git a/samples/js-api-loader-map/index.ts b/samples/js-api-loader-map/index.ts index 1fa6e6065..072443deb 100644 --- a/samples/js-api-loader-map/index.ts +++ b/samples/js-api-loader-map/index.ts @@ -22,7 +22,7 @@ async function initMap(): Promise { // [END maps_js_api_loader_map_options] // Load the Maps library. - const { Map } = (await importLibrary('maps')); + const { Map } = await importLibrary('maps'); // Set map options. const mapOptions = { diff --git a/samples/js-api-loader-map/style.css b/samples/js-api-loader-map/style.css index cd461a92c..f92a29749 100644 --- a/samples/js-api-loader-map/style.css +++ b/samples/js-api-loader-map/style.css @@ -4,23 +4,24 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_js_api_loader_map] */ -html, body { - height: calc(100vh - 100px); - padding: 0; - font-family:Arial, Helvetica, sans-serif ; +html, +body { + height: calc(100vh - 100px); + padding: 0; + font-family: Arial, Helvetica, sans-serif; } #map { - height: calc(100vh - 100px); + height: calc(100vh - 100px); } -h1{ - height:30px +h1 { + height: 30px; } @media screen and (max-width: 600px) { - h1 { - font-size: 1.2em; - } + h1 { + font-size: 1.2em; + } } -/* [END maps_js_api_loader_map] */ \ No newline at end of file +/* [END maps_js_api_loader_map] */ diff --git a/samples/layer-data-event/README.md b/samples/layer-data-event/README.md index 010d7ef38..7f6aa1442 100644 --- a/samples/layer-data-event/README.md +++ b/samples/layer-data-event/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/layer-data-event` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/layer-data-event/index.html b/samples/layer-data-event/index.html index b12bc7161..33ef3eea9 100644 --- a/samples/layer-data-event/index.html +++ b/samples/layer-data-event/index.html @@ -1,4 +1,4 @@ - + +
- +
diff --git a/samples/place-nearby-search/index.html b/samples/place-nearby-search/index.html index 6806d848e..119d07974 100644 --- a/samples/place-nearby-search/index.html +++ b/samples/place-nearby-search/index.html @@ -14,10 +14,7 @@ - - - - + - - Complex Polylines + + Complex Polylines - - + + - - - - + + + + diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 959b7f4a1..530529d0a 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -16,37 +16,37 @@ const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; let innerMap; async function initMap() { - // Import the needed libraries. - (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; - (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; + // Import the needed libraries. + (await google.maps.importLibrary('maps')) as google.maps.MapsLibrary; + (await google.maps.importLibrary('marker')) as google.maps.MarkerLibrary; - innerMap = mapElement.innerMap; + innerMap = mapElement.innerMap; - poly = new google.maps.Polyline({ - strokeColor: "#000000", - strokeOpacity: 1.0, - strokeWeight: 3, - }); - poly.setMap(innerMap); + poly = new google.maps.Polyline({ + strokeColor: '#000000', + strokeOpacity: 1.0, + strokeWeight: 3, + }); + poly.setMap(innerMap); - // Add a listener for the click event - innerMap.addListener("click", addLatLng); + // Add a listener for the click event + innerMap.addListener('click', addLatLng); } // Handles click events on a map, and adds a new point to the Polyline. function addLatLng(event: google.maps.MapMouseEvent) { - const path = poly.getPath(); - - // Because path is an MVCArray, we can simply append a new coordinate - // and it will automatically appear. - path.push(event.latLng as google.maps.LatLng); - - // Add a new marker at the new plotted point on the polyline. - new google.maps.marker.AdvancedMarkerElement({ - position: event.latLng, - title: "#" + path.getLength(), - map: innerMap, - }); + const path = poly.getPath(); + + // Because path is an MVCArray, we can simply append a new coordinate + // and it will automatically appear. + path.push(event.latLng as google.maps.LatLng); + + // Add a new marker at the new plotted point on the polyline. + new google.maps.marker.AdvancedMarkerElement({ + position: event.latLng, + title: '#' + path.getLength(), + map: innerMap, + }); } initMap(); diff --git a/samples/polyline-complex/style.css b/samples/polyline-complex/style.css index 1c9905882..74dfb7fd7 100644 --- a/samples/polyline-complex/style.css +++ b/samples/polyline-complex/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_polyline_complex] */ \ No newline at end of file +/* [END maps_polyline_complex] */ diff --git a/samples/polyline-remove/README.md b/samples/polyline-remove/README.md index 852a3b302..235f39bec 100644 --- a/samples/polyline-remove/README.md +++ b/samples/polyline-remove/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/polyline-remove` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/polyline-remove/style.css b/samples/polyline-remove/style.css index 0160feeab..b0b1704c9 100644 --- a/samples/polyline-remove/style.css +++ b/samples/polyline-remove/style.css @@ -9,7 +9,7 @@ * that contains the map. */ #map { - height: 100%; + height: 100%; } /* @@ -17,23 +17,23 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } #floating-panel { - position: absolute; - top: 10px; - left: 25%; - z-index: 5; - background-color: #fff; - padding: 5px; - border: 1px solid #999; - text-align: center; - font-family: "Roboto", "sans-serif"; - line-height: 30px; - padding-left: 10px; + position: absolute; + top: 10px; + left: 25%; + z-index: 5; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + text-align: center; + font-family: 'Roboto', 'sans-serif'; + line-height: 30px; + padding-left: 10px; } -/* [END maps_polyline_remove] */ \ No newline at end of file +/* [END maps_polyline_remove] */ diff --git a/samples/polyline-simple/README.md b/samples/polyline-simple/README.md index 75f25e802..a6cb8bfa8 100644 --- a/samples/polyline-simple/README.md +++ b/samples/polyline-simple/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/polyline-simple` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/react-ui-kit-place-details-compact/index.html b/samples/react-ui-kit-place-details-compact/index.html index 628646265..b0cb5893b 100644 --- a/samples/react-ui-kit-place-details-compact/index.html +++ b/samples/react-ui-kit-place-details-compact/index.html @@ -7,31 +7,31 @@ - - - - React - UI Kit Place Details Compact - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details-compact/src/app.tsx b/samples/react-ui-kit-place-details-compact/src/app.tsx index 1ddcfca86..d5dfe4856 100644 --- a/samples/react-ui-kit-place-details-compact/src/app.tsx +++ b/samples/react-ui-kit-place-details-compact/src/app.tsx @@ -3,48 +3,54 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details_compact] */} -import React, {useEffect, useRef} from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +{ + /* [START maps_react_ui_kit_place_details_compact] */ +} +import React, { useEffect, useRef } from 'react'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - placeId: string; + placeId: string; }; // Renders place details using a place ID. -const PlaceDetails = ({placeId}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = useRef(null); - - useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details-compact element. - const placeDetails = document.createElement('gmp-place-details-compact'); - - // Set the orientation. - placeDetails.setAttribute('orientation', 'horizontal'); - - // Create the gmp-place-details-place-request element. - const placeRequest = document.createElement( - 'gmp-place-details-place-request', - ); - - // Set the place on the place request element. - placeRequest.setAttribute('place', placeId); - - // Append the place request to the place details element. - placeDetails.appendChild(placeRequest); - - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` +const PlaceDetails = ({ placeId }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = useRef(null); + + useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details-compact element. + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + + // Set the orientation. + placeDetails.setAttribute('orientation', 'horizontal'); + + // Create the gmp-place-details-place-request element. + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + + // Set the place on the place request element. + placeRequest.setAttribute('place', placeId); + + // Append the place request to the place details element. + placeDetails.appendChild(placeRequest); + + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -53,36 +59,37 @@ const PlaceDetails = ({placeId}: PlaceDetailsProps) => { `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, placeId]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, placeId]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); +} +{ + /* [END maps_react_ui_kit_place_details_compact] */ } -{/* [END maps_react_ui_kit_place_details_compact] */} - diff --git a/samples/react-ui-kit-place-details-compact/src/styles.css b/samples/react-ui-kit-place-details-compact/src/styles.css index 5d922b40d..02f3795ca 100644 --- a/samples/react-ui-kit-place-details-compact/src/styles.css +++ b/samples/react-ui-kit-place-details-compact/src/styles.css @@ -6,15 +6,15 @@ /* [START maps_react_ui_kit_place_details_compact] */ html, body { - display: flex; - width: 100%; - height: 400px; - margin: 0; + display: flex; + width: 100%; + height: 400px; + margin: 0; } h1 { - font-size: 16px; - text-align: center; + font-size: 16px; + text-align: center; } #map-container { @@ -23,28 +23,30 @@ h1 { } gmp-place-details-compact { - --gmp-mat-color-on-surface: light-dark(black, white); - --gmp-mat-color-surface: light-dark(white, black); - --gmp-mat-font-family: Google Sans Text, sans-serif; - --gmp-mat-font-body-medium: normal 400 0.875em/1.25em var(--gmp-mat-font-family, 'Google Sans Text'); + --gmp-mat-color-on-surface: light-dark(black, white); + --gmp-mat-color-surface: light-dark(white, black); + --gmp-mat-font-family: Google Sans Text, sans-serif; + --gmp-mat-font-body-medium: normal 400 0.875em/1.25em + var(--gmp-mat-font-family, 'Google Sans Text'); - width: 360px; - border: none; - padding: 0; - margin: 0; - position: relative; + width: 360px; + border: none; + padding: 0; + margin: 0; + position: relative; } gmp-place-details-compact::after { - content: ""; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 16px solid transparent; - border-right: 16px solid transparent; - border-top: 20px solid var(--gmp-mat-color-surface, light-dark(white, black)); + content: ''; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-top: 20px solid + var(--gmp-mat-color-surface, light-dark(white, black)); } /* [END maps_react_ui_kit_place_details_compact] */ diff --git a/samples/react-ui-kit-place-details-latlng-compact/index.html b/samples/react-ui-kit-place-details-latlng-compact/index.html index 43ecfab41..c4a8c3253 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/index.html +++ b/samples/react-ui-kit-place-details-latlng-compact/index.html @@ -7,31 +7,33 @@ - - - - React - UI Kit Place Details - latitude, longitude - Compact - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx b/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx index ad7f41733..0037b5a77 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx +++ b/samples/react-ui-kit-place-details-latlng-compact/src/app.tsx @@ -3,49 +3,55 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details_latlng_compact] */} -import React, {useEffect, useRef} from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +{ + /* [START maps_react_ui_kit_place_details_latlng_compact] */ +} +import React, { useEffect, useRef } from 'react'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - lat: number; - lng: number; + lat: number; + lng: number; }; // Renders place details using a latitude and longitude. -const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = useRef(null); - - useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details-compact element. - const placeDetails = document.createElement('gmp-place-details-compact'); - - // Set the orientation. - placeDetails.setAttribute('orientation', 'horizontal'); - - // Create the gmp-place-details-location-request element. - const locationRequest = document.createElement( - 'gmp-place-details-location-request', - ); - - // Set the location on the location request element. - locationRequest.setAttribute('location', `${lat},${lng}`); - - // Append the location request to the place details element. - placeDetails.appendChild(locationRequest); - - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` +const PlaceDetails = ({ lat, lng }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = useRef(null); + + useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details-compact element. + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + + // Set the orientation. + placeDetails.setAttribute('orientation', 'horizontal'); + + // Create the gmp-place-details-location-request element. + const locationRequest = document.createElement( + 'gmp-place-details-location-request' + ); + + // Set the location on the location request element. + locationRequest.setAttribute('location', `${lat},${lng}`); + + // Append the location request to the place details element. + placeDetails.appendChild(locationRequest); + + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -54,35 +60,37 @@ const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, lat, lng]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, lat, lng]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); +} +{ + /* [END maps_react_ui_kit_place_details_latlng_compact] */ } -{/* [END maps_react_ui_kit_place_details_latlng_compact] */} diff --git a/samples/react-ui-kit-place-details-latlng-compact/src/styles.css b/samples/react-ui-kit-place-details-latlng-compact/src/styles.css index c57a844fa..20a5c17a5 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/src/styles.css +++ b/samples/react-ui-kit-place-details-latlng-compact/src/styles.css @@ -6,15 +6,15 @@ /* [START maps_react_ui_kit_place_details_by_latlng_compact] */ html, body { - display: flex; - width: 100%; - height: 400px; - margin: 0; + display: flex; + width: 100%; + height: 400px; + margin: 0; } h1 { - font-size: 16px; - text-align: center; + font-size: 16px; + text-align: center; } #map-container { @@ -23,28 +23,30 @@ h1 { } gmp-place-details-compact { - --gmp-mat-color-on-surface: light-dark(black, white); - --gmp-mat-color-surface: light-dark(white, black); - --gmp-mat-font-family: Google Sans Text, sans-serif; - --gmp-mat-font-body-medium: normal 400 0.875em/1.25em var(--gmp-mat-font-family, 'Google Sans Text'); + --gmp-mat-color-on-surface: light-dark(black, white); + --gmp-mat-color-surface: light-dark(white, black); + --gmp-mat-font-family: Google Sans Text, sans-serif; + --gmp-mat-font-body-medium: normal 400 0.875em/1.25em + var(--gmp-mat-font-family, 'Google Sans Text'); - width: 360px; - border: none; - padding: 0; - margin: 0; - position: relative; - } + width: 360px; + border: none; + padding: 0; + margin: 0; + position: relative; +} gmp-place-details-compact::after { - content: ""; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - width: 0; - height: 0; - border-left: 16px solid transparent; - border-right: 16px solid transparent; - border-top: 20px solid var(--gmp-mat-color-surface, light-dark(white, black)); + content: ''; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-top: 20px solid + var(--gmp-mat-color-surface, light-dark(white, black)); } /* [END maps_react_ui_kit_place_details_by_latlng_compact] */ diff --git a/samples/react-ui-kit-place-details-latlng/index.html b/samples/react-ui-kit-place-details-latlng/index.html index 84de7f70e..b82b2ec4d 100644 --- a/samples/react-ui-kit-place-details-latlng/index.html +++ b/samples/react-ui-kit-place-details-latlng/index.html @@ -7,31 +7,31 @@ - - - - React - UI Kit Place Details - latitude, longitude - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details-latlng/src/app.tsx b/samples/react-ui-kit-place-details-latlng/src/app.tsx index 60c4b225d..1dfd07ecc 100644 --- a/samples/react-ui-kit-place-details-latlng/src/app.tsx +++ b/samples/react-ui-kit-place-details-latlng/src/app.tsx @@ -3,46 +3,50 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details_by_latlng] */} +{ + /* [START maps_react_ui_kit_place_details_by_latlng] */ +} import React from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - lat: number; - lng: number; + lat: number; + lng: number; }; // Renders place details using a latitude and longitude. -const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = React.useRef(null); +const PlaceDetails = ({ lat, lng }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = React.useRef(null); - React.useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details element. - const placeDetails = document.createElement('gmp-place-details'); + React.useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details element. + const placeDetails = document.createElement('gmp-place-details'); - // Create the gmp-place-details-location-request element. - const locationRequest = document.createElement( - 'gmp-place-details-location-request', - ); + // Create the gmp-place-details-location-request element. + const locationRequest = document.createElement( + 'gmp-place-details-location-request' + ); - // Set the location on the location request element. - locationRequest.setAttribute('location', `${lat},${lng}`); + // Set the location on the location request element. + locationRequest.setAttribute('location', `${lat},${lng}`); - // Append the location request to the place details element. - placeDetails.appendChild(locationRequest); + // Append the location request to the place details element. + placeDetails.appendChild(locationRequest); - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -60,35 +64,37 @@ const PlaceDetails = ({lat, lng}: PlaceDetailsProps) => { light-scheme-color="gray" dark-scheme-color="white"> `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, lat, lng]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, lat, lng]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); +} +{ + /* [END maps_react_ui_kit_place_details_by_latlng] */ } -{/* [END maps_react_ui_kit_place_details_by_latlng] */} diff --git a/samples/react-ui-kit-place-details-latlng/src/styles.css b/samples/react-ui-kit-place-details-latlng/src/styles.css index 04c24bd62..d091d5b1e 100644 --- a/samples/react-ui-kit-place-details-latlng/src/styles.css +++ b/samples/react-ui-kit-place-details-latlng/src/styles.css @@ -5,27 +5,27 @@ */ /* [START maps_react_ui_kit_place_details_by_latlng] */ #map { - height: 100%; + height: 100%; } gmp-map { - height: 100%; + height: 100%; } .widget-container { - background-color: black; - padding: 1rem; - border-radius: 0.5rem; - max-height: calc(100% - 2rem); - overflow: auto; + background-color: black; + padding: 1rem; + border-radius: 0.5rem; + max-height: calc(100% - 2rem); + overflow: auto; } .place-details-container { - position: relative; - width: 360px; - margin: auto; - margin-top:20px; - max-height: 760px; - overflow: auto; + position: relative; + width: 360px; + margin: auto; + margin-top: 20px; + max-height: 760px; + overflow: auto; } /* [END maps_react_ui_kit_place_details_by_latlng] */ diff --git a/samples/react-ui-kit-place-details/index.html b/samples/react-ui-kit-place-details/index.html index 8a893c0db..f30c52403 100644 --- a/samples/react-ui-kit-place-details/index.html +++ b/samples/react-ui-kit-place-details/index.html @@ -7,31 +7,31 @@ - - - - React - UI Kit Place Details Full - - - - -
- - + renderToDom(document.querySelector('#app')); + + diff --git a/samples/react-ui-kit-place-details/src/app.tsx b/samples/react-ui-kit-place-details/src/app.tsx index ea7394549..447f1dceb 100644 --- a/samples/react-ui-kit-place-details/src/app.tsx +++ b/samples/react-ui-kit-place-details/src/app.tsx @@ -3,45 +3,49 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_ui_kit_place_details] */} +{ + /* [START maps_react_ui_kit_place_details] */ +} import React from 'react'; -import {createRoot} from 'react-dom/client'; -import {APIProvider, useMapsLibrary} from '@vis.gl/react-google-maps'; +import { createRoot } from 'react-dom/client'; +import { APIProvider, useMapsLibrary } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; type PlaceDetailsProps = { - placeId: string; + placeId: string; }; // Renders place details using a place ID. -const PlaceDetails = ({placeId}: PlaceDetailsProps) => { - const places = useMapsLibrary('places'); - const containerRef = React.useRef(null); - - React.useEffect(() => { - if (!places || !containerRef.current) { - return; - } - // Create the gmp-place-details element. - const placeDetails = document.createElement('gmp-place-details'); - - // Create the gmp-place-details-place-request element. - const placeRequest = document.createElement( - 'gmp-place-details-place-request', - ); - - // Set the place on the place request element. - placeRequest.setAttribute('place', placeId); - - // Append the place request to the place details element. - placeDetails.appendChild(placeRequest); - - // Create and append the content config and its children. - const contentConfig = document.createElement('gmp-place-content-config'); - contentConfig.innerHTML = ` +const PlaceDetails = ({ placeId }: PlaceDetailsProps) => { + const places = useMapsLibrary('places'); + const containerRef = React.useRef(null); + + React.useEffect(() => { + if (!places || !containerRef.current) { + return; + } + // Create the gmp-place-details element. + const placeDetails = document.createElement('gmp-place-details'); + + // Create the gmp-place-details-place-request element. + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + + // Set the place on the place request element. + placeRequest.setAttribute('place', placeId); + + // Append the place request to the place details element. + placeDetails.appendChild(placeRequest); + + // Create and append the content config and its children. + const contentConfig = document.createElement( + 'gmp-place-content-config' + ); + contentConfig.innerHTML = ` @@ -59,36 +63,38 @@ const PlaceDetails = ({placeId}: PlaceDetailsProps) => { light-scheme-color="gray" dark-scheme-color="white"> `; - placeDetails.appendChild(contentConfig); + placeDetails.appendChild(contentConfig); - // Append the place details element to the container. - containerRef.current.innerHTML = ''; // Clear previous content - containerRef.current.appendChild(placeDetails); - }, [places, placeId]); + // Append the place details element to the container. + containerRef.current.innerHTML = ''; // Clear previous content + containerRef.current.appendChild(placeDetails); + }, [places, placeId]); - return
; + return
; }; const App = () => { - return ( - -
- -
-
- ); + return ( + +
+ +
+
+ ); }; export default App; export function renderToDom(container: HTMLElement) { - const root = createRoot(container); + const root = createRoot(container); - root.render( - - - - ); + root.render( + + + + ); } -{/* [END maps_react_ui_kit_place_details] */} \ No newline at end of file +{ + /* [END maps_react_ui_kit_place_details] */ +} diff --git a/samples/react-ui-kit-place-details/src/styles.css b/samples/react-ui-kit-place-details/src/styles.css index 6e8e9af1e..a509c7109 100644 --- a/samples/react-ui-kit-place-details/src/styles.css +++ b/samples/react-ui-kit-place-details/src/styles.css @@ -5,27 +5,27 @@ */ /* [START maps_react_ui_kit_place_details] */ #map { - height: 100%; + height: 100%; } gmp-map { - height: 100%; + height: 100%; } .widget-container { - background-color: black; - padding: 1rem; - border-radius: 0.5rem; - max-height: calc(100% - 2rem); - overflow: auto; + background-color: black; + padding: 1rem; + border-radius: 0.5rem; + max-height: calc(100% - 2rem); + overflow: auto; } .place-details-container { - position: relative; - width: 360px; - margin: auto; - margin-top:20px; - max-height: 720px; - overflow: auto; + position: relative; + width: 360px; + margin: auto; + margin-top: 20px; + max-height: 720px; + overflow: auto; } /* [END maps_react_ui_kit_place_details] */ diff --git a/samples/react-ui-kit-search-nearby/index.html b/samples/react-ui-kit-search-nearby/index.html index 375a815a8..efc79ec47 100644 --- a/samples/react-ui-kit-search-nearby/index.html +++ b/samples/react-ui-kit-search-nearby/index.html @@ -1,16 +1,16 @@ - - - - React - Places UI Kit Search Nearby - - - - -
- - - \ No newline at end of file + + + + React - Places UI Kit Search Nearby + + + + +
+ + + diff --git a/samples/react-ui-kit-search-nearby/src/app.tsx b/samples/react-ui-kit-search-nearby/src/app.tsx index 38d3ffcde..b93cba5c1 100644 --- a/samples/react-ui-kit-search-nearby/src/app.tsx +++ b/samples/react-ui-kit-search-nearby/src/app.tsx @@ -3,76 +3,86 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_places_ui_kit_search_nearby] */} -import React, {useState, useEffect, useRef, type RefObject} from 'react'; -import {createRoot} from 'react-dom/client'; +{ + /* [START maps_react_places_ui_kit_search_nearby] */ +} +import React, { useState, useEffect, useRef, type RefObject } from 'react'; +import { createRoot } from 'react-dom/client'; import { - APIProvider, - Map, - AdvancedMarker, - useMap, - useMapsLibrary + APIProvider, + Map, + AdvancedMarker, + useMap, + useMapsLibrary, } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; const App = () => ( - - - + + + ); const PlacesSearchLayout = () => { - const [selectedType, setSelectedType] = useState(''); - const [places, setPlaces] = useState([]); - const [selectedPlace, setSelectedPlace] = useState(null); - - const placeSearchRef = useRef(null); - - return ( -
-
-
- setSelectedPlace(null)} - > - - {places.map(place => ( - place.location && ( - { - console.log('Marker clicked:', place); - setSelectedPlace(place); - }} - /> - ) - ))} - -
-
- -
-
- ); + const [selectedType, setSelectedType] = useState(''); + const [places, setPlaces] = useState([]); + const [selectedPlace, setSelectedPlace] = useState(null); + + const placeSearchRef = useRef(null); + + return ( +
+
+
+ setSelectedPlace(null)}> + + {places.map( + (place) => + place.location && ( + { + console.log('Marker clicked:', place); + setSelectedPlace(place); + }} + /> + ) + )} + +
+
+ +
+
+ ); }; interface PlaceSearchControllerProps { @@ -88,125 +98,159 @@ const PlaceSearchController = ({ selectedType, setPlaces, setSelectedPlace, - selectedPlace + selectedPlace, }: PlaceSearchControllerProps) => { - const map = useMap(); - const coreLib = useMapsLibrary('core'); - const markerLib = useMapsLibrary('marker'); - const geometryLib = useMapsLibrary('geometry'); - - const placeRequestRef = useRef(null); - const popupMarkerRef = useRef(null); - const placeDetailsRef = useRef(null); - - // Initialize the popup marker and place details element once - useEffect(() => { - if (!markerLib || !map) return; - - const placeDetails = document.createElement('gmp-place-details-compact'); - placeDetails.setAttribute('orientation', 'horizontal'); - placeDetailsRef.current = placeDetails; - - const placeRequest = document.createElement('gmp-place-details-place-request'); - placeRequestRef.current = placeRequest; - - const allContent = document.createElement('gmp-place-all-content'); - placeDetails.appendChild(placeRequest); - placeDetails.appendChild(allContent); - - popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ - map: null, - content: placeDetails, - zIndex: 100 - }); - }, [markerLib, map]); - - // Handle place search logic - useEffect(() => { - if (!map || !coreLib || !geometryLib || !placeSearchRef.current) return; - - if (!selectedType) { - setPlaces([]); - placeSearchRef.current.innerHTML = ''; - return; - } - - const placeSearch = document.createElement('gmp-place-search'); - placeSearch.setAttribute('selectable', ''); - const allContent = document.createElement('gmp-place-all-content'); - const nearbyRequest = document.createElement('gmp-place-nearby-search-request'); - placeSearch.appendChild(allContent); - placeSearch.appendChild(nearbyRequest); - placeSearchRef.current.innerHTML = ''; - placeSearchRef.current.appendChild(placeSearch); - - const bounds = map.getBounds(); - const center = map.getCenter(); - if (!bounds || !center) return; - - const ne = bounds.getNorthEast(); - const sw = bounds.getSouthWest(); - const diameter = geometryLib.spherical.computeDistanceBetween(ne, sw); - const radius = Math.min((diameter / 2), 50000); - - (nearbyRequest as any).maxResultCount = 10; - (nearbyRequest as any).locationRestriction = { center, radius }; - (nearbyRequest as any).includedTypes = [selectedType]; - - const handleLoad = () => { - const newPlaces = (placeSearch as any).places || []; - setPlaces(newPlaces); - if (newPlaces.length > 0) { - const newBounds = new coreLib.LatLngBounds(); - newPlaces.forEach((p: any) => p.location && newBounds.extend(p.location)); - if (!newBounds.isEmpty()) map.fitBounds(newBounds); - } - }; - - const handleSelect = (event: any) => setSelectedPlace(event.place); - - placeSearch.addEventListener('gmp-load', handleLoad); - placeSearch.addEventListener('gmp-select', handleSelect); - - return () => { - placeSearch.removeEventListener('gmp-load', handleLoad); - placeSearch.removeEventListener('gmp-select', handleSelect); - }; - }, [map, coreLib, geometryLib, selectedType, placeSearchRef, setPlaces, setSelectedPlace]); - - // Handle popup display logic, mirroring the vanilla JS example - useEffect(() => { - if (!map || !popupMarkerRef.current || !placeRequestRef.current || !placeDetailsRef.current) return; - - if (selectedPlace && selectedPlace.location) { - (placeRequestRef.current as any).place = selectedPlace; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'block'; - - popupMarkerRef.current.position = selectedPlace.location; - popupMarkerRef.current.map = map; - - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, left: 400}); - - placeDetailsRef.current.addEventListener('gmp-load',() => { - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, right: 450}); - } - }, { once: true }); + const map = useMap(); + const coreLib = useMapsLibrary('core'); + const markerLib = useMapsLibrary('marker'); + const geometryLib = useMapsLibrary('geometry'); + + const placeRequestRef = useRef(null); + const popupMarkerRef = + useRef(null); + const placeDetailsRef = useRef(null); + + // Initialize the popup marker and place details element once + useEffect(() => { + if (!markerLib || !map) return; + + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + placeDetails.setAttribute('orientation', 'horizontal'); + placeDetailsRef.current = placeDetails; + + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + placeRequestRef.current = placeRequest; + + const allContent = document.createElement('gmp-place-all-content'); + placeDetails.appendChild(placeRequest); + placeDetails.appendChild(allContent); + + popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ + map: null, + content: placeDetails, + zIndex: 100, + }); + }, [markerLib, map]); + + // Handle place search logic + useEffect(() => { + if (!map || !coreLib || !geometryLib || !placeSearchRef.current) return; + + if (!selectedType) { + setPlaces([]); + placeSearchRef.current.innerHTML = ''; + return; + } + + const placeSearch = document.createElement('gmp-place-search'); + placeSearch.setAttribute('selectable', ''); + const allContent = document.createElement('gmp-place-all-content'); + const nearbyRequest = document.createElement( + 'gmp-place-nearby-search-request' + ); + placeSearch.appendChild(allContent); + placeSearch.appendChild(nearbyRequest); + placeSearchRef.current.innerHTML = ''; + placeSearchRef.current.appendChild(placeSearch); + + const bounds = map.getBounds(); + const center = map.getCenter(); + if (!bounds || !center) return; + + const ne = bounds.getNorthEast(); + const sw = bounds.getSouthWest(); + const diameter = geometryLib.spherical.computeDistanceBetween(ne, sw); + const radius = Math.min(diameter / 2, 50000); + + (nearbyRequest as any).maxResultCount = 10; + (nearbyRequest as any).locationRestriction = { center, radius }; + (nearbyRequest as any).includedTypes = [selectedType]; + + const handleLoad = () => { + const newPlaces = (placeSearch as any).places || []; + setPlaces(newPlaces); + if (newPlaces.length > 0) { + const newBounds = new coreLib.LatLngBounds(); + newPlaces.forEach( + (p: any) => p.location && newBounds.extend(p.location) + ); + if (!newBounds.isEmpty()) map.fitBounds(newBounds); + } + }; + + const handleSelect = (event: any) => setSelectedPlace(event.place); + + placeSearch.addEventListener('gmp-load', handleLoad); + placeSearch.addEventListener('gmp-select', handleSelect); + + return () => { + placeSearch.removeEventListener('gmp-load', handleLoad); + placeSearch.removeEventListener('gmp-select', handleSelect); + }; + }, [ + map, + coreLib, + geometryLib, + selectedType, + placeSearchRef, + setPlaces, + setSelectedPlace, + ]); + + // Handle popup display logic, mirroring the vanilla JS example + useEffect(() => { + if ( + !map || + !popupMarkerRef.current || + !placeRequestRef.current || + !placeDetailsRef.current + ) + return; + + if (selectedPlace && selectedPlace.location) { + (placeRequestRef.current as any).place = selectedPlace; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'block'; + + popupMarkerRef.current.position = selectedPlace.location; + popupMarkerRef.current.map = map; + + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { top: 0, left: 400 }); + + placeDetailsRef.current.addEventListener( + 'gmp-load', + () => { + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { + top: 0, + right: 450, + }); + } + }, + { once: true } + ); + } + } else { + popupMarkerRef.current.map = null; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'none'; } - } else { - popupMarkerRef.current.map = null; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'none'; - } - }, [selectedPlace, map]); + }, [selectedPlace, map]); - return null; + return null; }; const root = createRoot(document.getElementById('app') as HTMLElement); root.render( - - - + + + ); -{/* [END maps_react_places_ui_kit_search_nearby] */} +{ + /* [END maps_react_places_ui_kit_search_nearby] */ +} diff --git a/samples/react-ui-kit-search-nearby/src/styles.css b/samples/react-ui-kit-search-nearby/src/styles.css index f7da835af..a28a61cb8 100644 --- a/samples/react-ui-kit-search-nearby/src/styles.css +++ b/samples/react-ui-kit-search-nearby/src/styles.css @@ -30,7 +30,8 @@ h1 { .map-container { flex-grow: 1; height: 100%; - width: 100%;} + width: 100%; +} .place-list-wrapper { position: absolute; @@ -55,14 +56,14 @@ h1 { border-radius: 10px; flex-grow: 1; padding: 0 10px; - } +} gmp-place-search { - width: 100%; - margin: 0; - border-radius: 10px; - display: block; - border: none; + width: 100%; + margin: 0; + border-radius: 10px; + display: block; + border: none; } gmp-place-details-compact { @@ -113,7 +114,7 @@ gmp-place-details-compact::after { width: 20px; height: 20px; background-color: white; - box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); + box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); z-index: 1; clip-path: polygon(0% 0%, 100% 0%, 50% 100%); transform-origin: center center; @@ -124,4 +125,4 @@ gmp-place-details-compact::after { gmp-place-details-compact::after { background-color: #131314; } -} \ No newline at end of file +} diff --git a/samples/react-ui-kit-search-text/index.html b/samples/react-ui-kit-search-text/index.html index d34e1ee90..0a9955f20 100644 --- a/samples/react-ui-kit-search-text/index.html +++ b/samples/react-ui-kit-search-text/index.html @@ -5,17 +5,17 @@ --> - - - - React - Places UI Kit Search Text - - - - -
- - - \ No newline at end of file + + + + React - Places UI Kit Search Text + + + + +
+ + + diff --git a/samples/react-ui-kit-search-text/src/app.tsx b/samples/react-ui-kit-search-text/src/app.tsx index 8da1d2108..b8445d692 100644 --- a/samples/react-ui-kit-search-text/src/app.tsx +++ b/samples/react-ui-kit-search-text/src/app.tsx @@ -3,82 +3,93 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -{/* [START maps_react_places_ui_kit_search_text] */} -import React, {useState, useEffect, useRef, type RefObject} from 'react'; -import {createRoot} from 'react-dom/client'; +{ + /* [START maps_react_places_ui_kit_search_text] */ +} +import React, { useState, useEffect, useRef, type RefObject } from 'react'; +import { createRoot } from 'react-dom/client'; import { - APIProvider, - Map, - AdvancedMarker, - useMap, - useMapsLibrary + APIProvider, + Map, + AdvancedMarker, + useMap, + useMapsLibrary, } from '@vis.gl/react-google-maps'; import './styles.css'; -const API_KEY = "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"; +const API_KEY = 'AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8'; if (!API_KEY) { - console.error('Missing Google Maps API key'); + console.error('Missing Google Maps API key'); } const App = () => ( - - - + + + ); const PlacesSearchLayout = () => { - const [query, setQuery] = useState(''); - const [places, setPlaces] = useState([]); - const [selectedPlace, setSelectedPlace] = useState(null); - - const placeSearchRef = useRef(null); - const queryInputRef = useRef(null); - - const handleSearch = () => { - if (queryInputRef.current) { - setQuery(queryInputRef.current.value); - } - }; - - return ( - <> -
- setSelectedPlace(null)} - > - - {places.map(place => ( - place.location && ( - { - setSelectedPlace(place); - }} - /> - ) - ))} - -
-
-
- - -
- - ); + const [query, setQuery] = useState(''); + const [places, setPlaces] = useState([]); + const [selectedPlace, setSelectedPlace] = useState(null); + + const placeSearchRef = useRef(null); + const queryInputRef = useRef(null); + + const handleSearch = () => { + if (queryInputRef.current) { + setQuery(queryInputRef.current.value); + } + }; + + return ( + <> +
+ setSelectedPlace(null)}> + + {places.map( + (place) => + place.location && ( + { + setSelectedPlace(place); + }} + /> + ) + )} + +
+
+
+ + +
+ + ); }; interface PlaceSearchControllerProps { @@ -94,121 +105,147 @@ const PlaceSearchController = ({ query, setPlaces, setSelectedPlace, - selectedPlace + selectedPlace, }: PlaceSearchControllerProps) => { - const map = useMap(); - const coreLib = useMapsLibrary('core'); - const markerLib = useMapsLibrary('marker'); - - const placeRequestRef = useRef(null); - const popupMarkerRef = useRef(null); - const placeDetailsRef = useRef(null); - - // Initialize the popup marker and place details element once - useEffect(() => { - if (!markerLib || !map) return; - - const placeDetails = document.createElement('gmp-place-details-compact'); - placeDetails.setAttribute('orientation', 'horizontal'); - placeDetailsRef.current = placeDetails; - - const placeRequest = document.createElement('gmp-place-details-place-request'); - placeRequestRef.current = placeRequest; - - const allContent = document.createElement('gmp-place-all-content'); - placeDetails.appendChild(placeRequest); - placeDetails.appendChild(allContent); - - popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ - map: null, - content: placeDetails, - zIndex: 100 - }); - }, [markerLib, map]); - - // Handle place search logic by recreating the component on query change - useEffect(() => { - if (!map || !coreLib || !placeSearchRef.current) return; - - if (!query) { - placeSearchRef.current.innerHTML = ''; - setPlaces([]); - return; - } - - const bounds = map.getBounds(); - if (!bounds) return; - - const placeSearch = document.createElement('gmp-place-search'); - placeSearch.setAttribute('selectable', ''); - placeSearch.setAttribute('orientation', 'vertical'); - placeSearch.setAttribute('attribution-position', 'top'); - placeSearch.style.display = 'block'; - - const textRequest = document.createElement('gmp-place-text-search-request'); - (textRequest as any).textQuery = query; - (textRequest as any).locationBias = bounds; - placeSearch.appendChild(textRequest); - - const allContent = document.createElement('gmp-place-all-content'); - placeSearch.appendChild(allContent); - - placeSearchRef.current.innerHTML = ''; - placeSearchRef.current.appendChild(placeSearch); - - const handleLoad = () => { - const newPlaces = (placeSearch as any).places || []; - setPlaces(newPlaces); - if (newPlaces.length > 0) { - const newBounds = new coreLib.LatLngBounds(); - newPlaces.forEach((p: any) => p.location && newBounds.extend(p.location)); - if (!newBounds.isEmpty()) map.fitBounds(newBounds); - } - }; - const handleSelect = (event: any) => setSelectedPlace(event.place); - - placeSearch.addEventListener('gmp-load', handleLoad); - placeSearch.addEventListener('gmp-select', handleSelect); + const map = useMap(); + const coreLib = useMapsLibrary('core'); + const markerLib = useMapsLibrary('marker'); + + const placeRequestRef = useRef(null); + const popupMarkerRef = + useRef(null); + const placeDetailsRef = useRef(null); + + // Initialize the popup marker and place details element once + useEffect(() => { + if (!markerLib || !map) return; + + const placeDetails = document.createElement( + 'gmp-place-details-compact' + ); + placeDetails.setAttribute('orientation', 'horizontal'); + placeDetailsRef.current = placeDetails; + + const placeRequest = document.createElement( + 'gmp-place-details-place-request' + ); + placeRequestRef.current = placeRequest; + + const allContent = document.createElement('gmp-place-all-content'); + placeDetails.appendChild(placeRequest); + placeDetails.appendChild(allContent); + + popupMarkerRef.current = new markerLib.AdvancedMarkerElement({ + map: null, + content: placeDetails, + zIndex: 100, + }); + }, [markerLib, map]); + + // Handle place search logic by recreating the component on query change + useEffect(() => { + if (!map || !coreLib || !placeSearchRef.current) return; + + if (!query) { + placeSearchRef.current.innerHTML = ''; + setPlaces([]); + return; + } - return () => { - placeSearch.removeEventListener('gmp-load', handleLoad); - placeSearch.removeEventListener('gmp-select', handleSelect); - }; - }, [map, coreLib, query, placeSearchRef, setPlaces, setSelectedPlace]); - - // Handle popup display logic - useEffect(() => { - if (!map || !popupMarkerRef.current || !placeRequestRef.current || !placeDetailsRef.current) return; - - if (selectedPlace && selectedPlace.location) { - (placeRequestRef.current as any).place = selectedPlace; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'block'; - - popupMarkerRef.current.position = selectedPlace.location; - popupMarkerRef.current.map = map; - - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, left: 400}); - - placeDetailsRef.current.addEventListener('gmp-load',() => { - if (selectedPlace.viewport) { - map.fitBounds(selectedPlace.viewport, {top: 0, right: 450}); - } - }, { once: true }); + const bounds = map.getBounds(); + if (!bounds) return; + + const placeSearch = document.createElement('gmp-place-search'); + placeSearch.setAttribute('selectable', ''); + placeSearch.setAttribute('orientation', 'vertical'); + placeSearch.setAttribute('attribution-position', 'top'); + placeSearch.style.display = 'block'; + + const textRequest = document.createElement( + 'gmp-place-text-search-request' + ); + (textRequest as any).textQuery = query; + (textRequest as any).locationBias = bounds; + placeSearch.appendChild(textRequest); + + const allContent = document.createElement('gmp-place-all-content'); + placeSearch.appendChild(allContent); + + placeSearchRef.current.innerHTML = ''; + placeSearchRef.current.appendChild(placeSearch); + + const handleLoad = () => { + const newPlaces = (placeSearch as any).places || []; + setPlaces(newPlaces); + if (newPlaces.length > 0) { + const newBounds = new coreLib.LatLngBounds(); + newPlaces.forEach( + (p: any) => p.location && newBounds.extend(p.location) + ); + if (!newBounds.isEmpty()) map.fitBounds(newBounds); + } + }; + const handleSelect = (event: any) => setSelectedPlace(event.place); + + placeSearch.addEventListener('gmp-load', handleLoad); + placeSearch.addEventListener('gmp-select', handleSelect); + + return () => { + placeSearch.removeEventListener('gmp-load', handleLoad); + placeSearch.removeEventListener('gmp-select', handleSelect); + }; + }, [map, coreLib, query, placeSearchRef, setPlaces, setSelectedPlace]); + + // Handle popup display logic + useEffect(() => { + if ( + !map || + !popupMarkerRef.current || + !placeRequestRef.current || + !placeDetailsRef.current + ) + return; + + if (selectedPlace && selectedPlace.location) { + (placeRequestRef.current as any).place = selectedPlace; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'block'; + + popupMarkerRef.current.position = selectedPlace.location; + popupMarkerRef.current.map = map; + + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { top: 0, left: 400 }); + + placeDetailsRef.current.addEventListener( + 'gmp-load', + () => { + if (selectedPlace.viewport) { + map.fitBounds(selectedPlace.viewport, { + top: 0, + right: 450, + }); + } + }, + { once: true } + ); + } + } else { + popupMarkerRef.current.map = null; + if (placeDetailsRef.current) + placeDetailsRef.current.style.display = 'none'; } - } else { - popupMarkerRef.current.map = null; - if (placeDetailsRef.current) placeDetailsRef.current.style.display = 'none'; - } - }, [selectedPlace, map]); + }, [selectedPlace, map]); - return null; + return null; }; const root = createRoot(document.getElementById('app') as HTMLElement); root.render( - - - + + + ); -{/* [END maps_react_places_ui_kit_search_text] */} +{ + /* [END maps_react_places_ui_kit_search_text] */ +} diff --git a/samples/react-ui-kit-search-text/src/styles.css b/samples/react-ui-kit-search-text/src/styles.css index 634b4e6c3..4beb493f7 100644 --- a/samples/react-ui-kit-search-text/src/styles.css +++ b/samples/react-ui-kit-search-text/src/styles.css @@ -21,8 +21,8 @@ h1 { } #app { - height: 100%; - width: 100%; + height: 100%; + width: 100%; } .map-container { @@ -66,11 +66,11 @@ h1 { } gmp-place-search { - width: 100%; - margin: 0; - border-radius: 10px; - display: block; - border: none; + width: 100%; + margin: 0; + border-radius: 10px; + display: block; + border: none; } gmp-place-details-compact { @@ -90,7 +90,7 @@ gmp-place-details-compact::after { width: 20px; height: 20px; background-color: white; - box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2); + box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); z-index: 1; clip-path: polygon(0% 0%, 100% 0%, 50% 100%); transform-origin: center center; @@ -117,7 +117,8 @@ gmp-place-details-compact::after { z-index: 10; } - .query-input, .search-button { + .query-input, + .search-button { width: 100%; margin-bottom: 10px; } @@ -128,4 +129,4 @@ gmp-place-details-compact::after { gmp-place-details-compact::after { background-color: #131314; } -} \ No newline at end of file +} diff --git a/samples/rectangle-event/README.md b/samples/rectangle-event/README.md index a559cf7d5..293f53bd6 100644 --- a/samples/rectangle-event/README.md +++ b/samples/rectangle-event/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/rectangle-event` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/rectangle-event/index.html b/samples/rectangle-event/index.html index 73206379f..3d794bd30 100644 --- a/samples/rectangle-event/index.html +++ b/samples/rectangle-event/index.html @@ -6,17 +6,20 @@ --> - - Listening to Events + + Listening to Events - - - - + + - - - - + + + + diff --git a/samples/rectangle-event/index.ts b/samples/rectangle-event/index.ts index 2478612b1..21f3c7e01 100644 --- a/samples/rectangle-event/index.ts +++ b/samples/rectangle-event/index.ts @@ -15,56 +15,58 @@ let innerMap: google.maps.Map; let infoWindow: google.maps.InfoWindow; async function initMap(): Promise { - await google.maps.importLibrary("maps"); + await google.maps.importLibrary('maps'); - const mapElement = document.querySelector('gmp-map') as google.maps.MapElement; - innerMap = mapElement.innerMap; + const mapElement = document.querySelector( + 'gmp-map' + ) as google.maps.MapElement; + innerMap = mapElement.innerMap; - const bounds = { - north: 44.599, - south: 44.49, - east: -78.443, - west: -78.649, - }; + const bounds = { + north: 44.599, + south: 44.49, + east: -78.443, + west: -78.649, + }; - // Define the rectangle and set its editable property to true. - rectangle = new google.maps.Rectangle({ - bounds: bounds, - editable: true, - draggable: true, - }); + // Define the rectangle and set its editable property to true. + rectangle = new google.maps.Rectangle({ + bounds: bounds, + editable: true, + draggable: true, + }); - rectangle.setMap(innerMap); + rectangle.setMap(innerMap); - // Add an event listener on the rectangle. - rectangle.addListener("bounds_changed", showNewRect); + // Add an event listener on the rectangle. + rectangle.addListener('bounds_changed', showNewRect); - // Define an info window on the map. - infoWindow = new google.maps.InfoWindow(); + // Define an info window on the map. + infoWindow = new google.maps.InfoWindow(); } /** Show the new coordinates for the rectangle in an info window. */ function showNewRect() { - const ne = rectangle.getBounds()!.getNorthEast(); - const sw = rectangle.getBounds()!.getSouthWest(); + const ne = rectangle.getBounds()!.getNorthEast(); + const sw = rectangle.getBounds()!.getSouthWest(); - const contentString = - "Rectangle moved.
" + - "New north-east corner: " + - ne.lat() + - ", " + - ne.lng() + - "
" + - "New south-west corner: " + - sw.lat() + - ", " + - sw.lng(); + const contentString = + 'Rectangle moved.
' + + 'New north-east corner: ' + + ne.lat() + + ', ' + + ne.lng() + + '
' + + 'New south-west corner: ' + + sw.lat() + + ', ' + + sw.lng(); - // Set the info window's content and position. - infoWindow.setContent(contentString); - infoWindow.setPosition(ne); + // Set the info window's content and position. + infoWindow.setContent(contentString); + infoWindow.setPosition(ne); - infoWindow.open(innerMap); + infoWindow.open(innerMap); } initMap(); diff --git a/samples/rectangle-event/style.css b/samples/rectangle-event/style.css index 7d984fa9c..5779ea9c0 100644 --- a/samples/rectangle-event/style.css +++ b/samples/rectangle-event/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_rectangle_event] */ \ No newline at end of file +/* [END maps_rectangle_event] */ diff --git a/samples/routes-compute-routes/index.html b/samples/routes-compute-routes/index.html index d46c2243c..26d9d00f7 100644 --- a/samples/routes-compute-routes/index.html +++ b/samples/routes-compute-routes/index.html @@ -11,10 +11,7 @@ - - - - +
diff --git a/samples/streetview-overlays/README.md b/samples/streetview-overlays/README.md index c1a920817..d1ba706d8 100644 --- a/samples/streetview-overlays/README.md +++ b/samples/streetview-overlays/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/streetview-overlays` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/streetview-overlays/index.html b/samples/streetview-overlays/index.html index 634186878..ba5340caf 100644 --- a/samples/streetview-overlays/index.html +++ b/samples/streetview-overlays/index.html @@ -1,4 +1,4 @@ - + - + diff --git a/samples/ui-kit-place-search-text/index.html b/samples/ui-kit-place-search-text/index.html index 5c8b541b5..0869d0b30 100644 --- a/samples/ui-kit-place-search-text/index.html +++ b/samples/ui-kit-place-search-text/index.html @@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0 --> - + Place Text Search with Google Maps diff --git a/samples/web-components-events/README.md b/samples/web-components-events/README.md index c7d8b8989..a20beae74 100644 --- a/samples/web-components-events/README.md +++ b/samples/web-components-events/README.md @@ -33,7 +33,7 @@ From 'samples': ### Run lint to check for problems `cd samples/web-components-events` -`npx eslint index.ts` +`npx eslint index.ts` ## Feedback diff --git a/samples/web-components-events/index.html b/samples/web-components-events/index.html index f6f8b9390..232930454 100644 --- a/samples/web-components-events/index.html +++ b/samples/web-components-events/index.html @@ -6,34 +6,31 @@ --> - - Add a Map Web Component with Events + + Add a Map Web Component with Events - - - - - - - - + + + + + + + + - - - + diff --git a/samples/web-components-events/index.ts b/samples/web-components-events/index.ts index c7c820af5..2498067b1 100644 --- a/samples/web-components-events/index.ts +++ b/samples/web-components-events/index.ts @@ -7,28 +7,31 @@ // [START maps_web_components_events] // This example adds a map using web components. async function initMap(): Promise { - await google.maps.importLibrary("maps"); - await google.maps.importLibrary("marker"); + await google.maps.importLibrary('maps'); + await google.maps.importLibrary('marker'); - console.log('Maps JavaScript API loaded.'); + console.log('Maps JavaScript API loaded.'); - const advancedMarkers = document.querySelectorAll("#marker-click-event-example gmp-advanced-marker"); - - for (const markerElement of advancedMarkers) { - const advancedMarker = markerElement as google.maps.marker.AdvancedMarkerElement; + const advancedMarkers = document.querySelectorAll( + '#marker-click-event-example gmp-advanced-marker' + ); - customElements.whenDefined(advancedMarker.localName).then(async () => { - advancedMarker.addEventListener('gmp-click', () => { - const infoWindow = new google.maps.InfoWindow({ - content: advancedMarker.title, - }); + for (const markerElement of advancedMarkers) { + const advancedMarker = + markerElement as google.maps.marker.AdvancedMarkerElement; + + customElements.whenDefined(advancedMarker.localName).then(async () => { + advancedMarker.addEventListener('gmp-click', () => { + const infoWindow = new google.maps.InfoWindow({ + content: advancedMarker.title, + }); - infoWindow.open({ - anchor: advancedMarker, + infoWindow.open({ + anchor: advancedMarker, + }); + }); }); - }); - }); - } + } } initMap(); diff --git a/samples/web-components-events/style.css b/samples/web-components-events/style.css index a2eaae43e..16256fdb3 100644 --- a/samples/web-components-events/style.css +++ b/samples/web-components-events/style.css @@ -10,9 +10,9 @@ */ html, body { - height: 100%; - margin: 0; - padding: 0; + height: 100%; + margin: 0; + padding: 0; } -/* [END maps_web_components_events] */ \ No newline at end of file +/* [END maps_web_components_events] */ diff --git a/samples/web-components-markers/index.html b/samples/web-components-markers/index.html index aff1da731..b34698d91 100644 --- a/samples/web-components-markers/index.html +++ b/samples/web-components-markers/index.html @@ -37,4 +37,4 @@ - \ No newline at end of file + From 33980d225e4ee21801fa1964148ae94d9d64a856 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 13:00:18 -0700 Subject: [PATCH 06/20] add Prettier Check to test action --- .github/workflows/playwright.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1776bc5e1..c7808674e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Playwright Tests +name: Tests on: pull_request: @@ -140,6 +140,12 @@ jobs: # Pass the correct base reference for find-changes.sh when called by samples.spec.ts GIT_BASE_REF: ${{ github.event_name == 'pull_request' && format('origin/{0}', github.base_ref) || github.event.before }} CI: true + + - name: Prettier Check + if: env.HAS_CHANGES == 'true' + run: npx prettier ./samples/ --check --log-level warn + env: + CI: true - name: Upload Test Report Artifact uses: actions/upload-artifact@v4 From 8a9dae4161f2b82ef4cc2e080604502d421724b9 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 13:09:07 -0700 Subject: [PATCH 07/20] for all ts file in /samples/ for all queryselector calls use ! to narrow the returned type to non-nullable --- samples/3d-coverage-map/index.ts | 4 ++-- samples/3d-mesh-flatten/index.ts | 4 ++-- samples/add-map/index.ts | 2 +- samples/advanced-markers-accessibility/index.ts | 2 +- samples/advanced-markers-altitude/index.ts | 2 +- samples/advanced-markers-basic-style/index.ts | 2 +- samples/advanced-markers-collision/index.ts | 4 ++-- samples/advanced-markers-draggable/index.ts | 2 +- samples/advanced-markers-html-simple/index.ts | 2 +- samples/advanced-markers-simple/index.ts | 2 +- samples/advanced-markers-zoom/index.ts | 2 +- samples/ai-powered-summaries-basic/index.ts | 2 +- samples/ai-powered-summaries/index.ts | 4 ++-- samples/circle-simple/index.ts | 4 ++-- samples/control-bounds-restriction/index.ts | 2 +- samples/control-custom-state/index.ts | 2 +- samples/control-positioning/index.ts | 2 +- samples/control-replacement/index.ts | 16 ++++++++-------- samples/dds-datasets-point/index.ts | 2 +- samples/dds-datasets-polygon-click/index.ts | 2 +- samples/dds-datasets-polygon-colors/index.ts | 2 +- samples/dds-datasets-polygon/index.ts | 2 +- samples/dds-datasets-polyline/index.ts | 2 +- samples/dds-region-viewer/index.ts | 2 +- samples/deckgl-points/index.ts | 2 +- samples/geocoding-simple/index.ts | 2 +- samples/map-projection-simple/index.ts | 2 +- samples/place-autocomplete-data-session/index.ts | 10 +++++----- samples/place-autocomplete-map/index.ts | 4 ++-- samples/place-class/index.ts | 2 +- samples/place-nearby-search/index.ts | 6 +++--- samples/place-reviews/index.ts | 2 +- samples/places-autocomplete-addressform/index.ts | 16 ++++++++-------- samples/places-placeid-finder/index.ts | 4 ++-- samples/polyline-complex/index.ts | 2 +- samples/polyline-remove/index.ts | 2 +- samples/polyline-simple/index.ts | 2 +- samples/routes-get-alternatives/index.ts | 2 +- samples/routes-markers/index.ts | 2 +- samples/test-example/index.ts | 4 ++-- samples/ui-kit-place-details-compact/index.ts | 8 ++++---- samples/ui-kit-place-details/index.ts | 8 ++++---- samples/ui-kit-place-search-nearby/index.ts | 12 ++++++------ samples/ui-kit-place-search-text/index.ts | 14 +++++++------- 44 files changed, 89 insertions(+), 89 deletions(-) diff --git a/samples/3d-coverage-map/index.ts b/samples/3d-coverage-map/index.ts index 2ad63d9df..d8b1adfc5 100644 --- a/samples/3d-coverage-map/index.ts +++ b/samples/3d-coverage-map/index.ts @@ -13,8 +13,8 @@ const layerStyle = { fillOpacity: 0.3, }; -const mapElement = document.querySelector('gmp-map'); -const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); +const mapElement = document.querySelector('gmp-map')!; +const placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; async function initMap() { // Request needed libraries. diff --git a/samples/3d-mesh-flatten/index.ts b/samples/3d-mesh-flatten/index.ts index dfe8667f8..a23f58986 100644 --- a/samples/3d-mesh-flatten/index.ts +++ b/samples/3d-mesh-flatten/index.ts @@ -8,8 +8,8 @@ async function initMap(): Promise { await google.maps.importLibrary('maps3d'); - const map = document.querySelector('gmp-map-3d'); - const flattener = document.querySelector('gmp-flattener'); + const map = document.querySelector('gmp-map-3d')!; + const flattener = document.querySelector('gmp-flattener')!; map.append(flattener); const toggleButton = document.getElementById( diff --git a/samples/add-map/index.ts b/samples/add-map/index.ts index 5f77ae10a..7daf4a831 100644 --- a/samples/add-map/index.ts +++ b/samples/add-map/index.ts @@ -16,7 +16,7 @@ async function initMap(): Promise { // [END maps_add_map_libraries] // [START maps_add_map_innermap] // Get the gmp-map element. - const mapElement = document.querySelector('gmp-map'); + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/advanced-markers-accessibility/index.ts b/samples/advanced-markers-accessibility/index.ts index 2f0f4022c..d1318e99f 100644 --- a/samples/advanced-markers-accessibility/index.ts +++ b/samples/advanced-markers-accessibility/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_accessibility] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-altitude/index.ts b/samples/advanced-markers-altitude/index.ts index c018045b1..7da711c1b 100644 --- a/samples/advanced-markers-altitude/index.ts +++ b/samples/advanced-markers-altitude/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_altitude] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-basic-style/index.ts b/samples/advanced-markers-basic-style/index.ts index fd90bdbdd..04d1e12fb 100644 --- a/samples/advanced-markers-basic-style/index.ts +++ b/samples/advanced-markers-basic-style/index.ts @@ -6,7 +6,7 @@ // [START maps_advanced_markers_basic_style] const parser = new DOMParser(); -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index efe359384..38b74cc60 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -6,7 +6,7 @@ // eslint-disable no-undef // [START maps_advanced_markers_collision] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; // Initialize and add the map async function initMap(): Promise { @@ -20,7 +20,7 @@ async function initMap(): Promise { // @ts-ignore const select = new mdc.select.MDCSelect( - document.querySelector('.mdc-select') + document.querySelector('.mdc-select')! ); select.listen('MDCSelect:change', () => { diff --git a/samples/advanced-markers-draggable/index.ts b/samples/advanced-markers-draggable/index.ts index 5e7635627..be3879c40 100644 --- a/samples/advanced-markers-draggable/index.ts +++ b/samples/advanced-markers-draggable/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_draggable] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-html-simple/index.ts b/samples/advanced-markers-html-simple/index.ts index f8a45655d..9ad1ef0c3 100644 --- a/samples/advanced-markers-html-simple/index.ts +++ b/samples/advanced-markers-html-simple/index.ts @@ -6,7 +6,7 @@ // [START maps_advanced_markers_html_simple] // [START maps_advanced_markers_html_simple_snippet] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-simple/index.ts b/samples/advanced-markers-simple/index.ts index 6a04d8b81..794154ff5 100644 --- a/samples/advanced-markers-simple/index.ts +++ b/samples/advanced-markers-simple/index.ts @@ -6,7 +6,7 @@ // [START maps_advanced_markers_simple] // [START maps_advanced_markers_simple_snippet] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/advanced-markers-zoom/index.ts b/samples/advanced-markers-zoom/index.ts index 857bea34d..da31e3c68 100644 --- a/samples/advanced-markers-zoom/index.ts +++ b/samples/advanced-markers-zoom/index.ts @@ -5,7 +5,7 @@ */ // [START maps_advanced_markers_zoom] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index 43e039707..875b9c1a7 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -5,7 +5,7 @@ */ // [START maps_ai_powered_summaries_basic] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; let infoWindow; diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index dee748246..7e0ffea22 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -6,8 +6,8 @@ // [START maps_ai_powered_summaries] // Define DOM elements. -const mapElement = document.querySelector('gmp-map'); -const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); +const mapElement = document.querySelector('gmp-map')!; +const placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; const summaryPanel = document.getElementById('summary-panel') as HTMLDivElement; const placeName = document.getElementById('place-name') as HTMLElement; const placeAddress = document.getElementById('place-address') as HTMLElement; diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index f3a19e38f..4948a4cc6 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -5,7 +5,7 @@ */ // [START maps_circle_simple] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { @@ -13,7 +13,7 @@ async function initMap() { await google.maps.importLibrary('maps'); await google.maps.importLibrary('marker'); // Get the gmp-map element. - const mapElement = document.querySelector('gmp-map'); + const mapElement = document.querySelector('gmp-map')!; // Set the initial map center point. const initialCenter = { lat: 34.98956821576194, lng: 135.74239981260283 }; // Hotel Emion, Kyoto, Japan diff --git a/samples/control-bounds-restriction/index.ts b/samples/control-bounds-restriction/index.ts index f19dd0740..022010a08 100644 --- a/samples/control-bounds-restriction/index.ts +++ b/samples/control-bounds-restriction/index.ts @@ -6,7 +6,7 @@ // [START maps_control_bounds_restriction] let innerMap; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; // [START maps_control_bounds_restriction_region] const NEW_ZEALAND_BOUNDS = { diff --git a/samples/control-custom-state/index.ts b/samples/control-custom-state/index.ts index d49bcc4ba..56c56ff9a 100755 --- a/samples/control-custom-state/index.ts +++ b/samples/control-custom-state/index.ts @@ -6,7 +6,7 @@ // [START maps_control_custom_state] let innerMap; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let center: google.maps.LatLngLiteral = { lat: 41.85, lng: -87.65 }; diff --git a/samples/control-positioning/index.ts b/samples/control-positioning/index.ts index 7a31a794b..a39782e54 100755 --- a/samples/control-positioning/index.ts +++ b/samples/control-positioning/index.ts @@ -5,7 +5,7 @@ */ // [START maps_control_positioning] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { diff --git a/samples/control-replacement/index.ts b/samples/control-replacement/index.ts index ffdc11c07..f0f53fb30 100644 --- a/samples/control-replacement/index.ts +++ b/samples/control-replacement/index.ts @@ -5,7 +5,7 @@ */ // [START maps_control_replacement] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap: google.maps.Map; async function initMap() { @@ -27,10 +27,10 @@ async function initMap() { function initZoomControl(map: google.maps.Map) { const zoomInButton = document.querySelector( '.zoom-control-in' - ) as HTMLButtonElement; + )! as HTMLButtonElement; const zoomOutButton = document.querySelector( '.zoom-control-out' - ) as HTMLButtonElement; + )! as HTMLButtonElement; zoomInButton.addEventListener('click', () => { map.setZoom((map.getZoom() || 0) + 1); @@ -44,13 +44,13 @@ function initZoomControl(map: google.maps.Map) { async function initMapTypeControl(innerMap: google.maps.Map) { const mapTypeControlDiv = document.querySelector( '.maptype-control' - ) as HTMLElement; + )! as HTMLElement; const btnMap = document.querySelector( '.maptype-control-map' - ) as HTMLButtonElement; + )! as HTMLButtonElement; const btnSatellite = document.querySelector( '.maptype-control-satellite' - ) as HTMLButtonElement; + )! as HTMLButtonElement; btnMap.addEventListener('click', () => { mapTypeControlDiv.classList.add('maptype-control-is-map'); @@ -69,7 +69,7 @@ async function initFullscreenControl(innerMap: google.maps.Map) { // Get the UI elements for the fullscreen control. const btnFullscreen = document.querySelector( '#fullscreen-button' - ) as HTMLButtonElement; + )! as HTMLButtonElement; btnFullscreen.addEventListener('click', () => { toggleFullScreen(mapElement); @@ -79,7 +79,7 @@ async function initFullscreenControl(innerMap: google.maps.Map) { async function toggleFullScreen(element: google.maps.MapElement) { const fullScreenIcon = document.querySelector( '#fullscreen-button .material-icons' - ) as HTMLElement; + )! as HTMLElement; try { if (!document.fullscreenElement) { diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index 26b5a4e9e..afd5abbbe 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_point] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; // [START maps_dds_datasets_point_style_function] function setStyle(/* FeatureStyleFunctionOptions */ params) { diff --git a/samples/dds-datasets-polygon-click/index.ts b/samples/dds-datasets-polygon-click/index.ts index aa81228a6..432e6142e 100644 --- a/samples/dds-datasets-polygon-click/index.ts +++ b/samples/dds-datasets-polygon-click/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ // [START maps_dds_datasets_polygon_click] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; let lastInteractedFeatureIds: string[] = []; let lastClickedFeatureIds: string[] = []; diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index 32c4f5e75..3f3407694 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_polygon_colors] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; // [START maps_dds_datasets_polygon_colors_style_function] function setStyle(/* FeatureStyleFunctionOptions */ params) { diff --git a/samples/dds-datasets-polygon/index.ts b/samples/dds-datasets-polygon/index.ts index b8947335a..85e6e7588 100644 --- a/samples/dds-datasets-polygon/index.ts +++ b/samples/dds-datasets-polygon/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_polygon] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; // [START maps_dds_datasets_polygon_featurestyleoptions] const styleOptions = { diff --git a/samples/dds-datasets-polyline/index.ts b/samples/dds-datasets-polyline/index.ts index 66ace05ad..112cc8a4d 100644 --- a/samples/dds-datasets-polyline/index.ts +++ b/samples/dds-datasets-polyline/index.ts @@ -5,7 +5,7 @@ */ // [START maps_dds_datasets_polyline] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { // Request needed libraries. diff --git a/samples/dds-region-viewer/index.ts b/samples/dds-region-viewer/index.ts index 156834556..bee409b76 100644 --- a/samples/dds-region-viewer/index.ts +++ b/samples/dds-region-viewer/index.ts @@ -11,7 +11,7 @@ */ // [START maps_dds_region_viewer] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let placeAutocomplete; let innerMap; let countryMenu: HTMLSelectElement; diff --git a/samples/deckgl-points/index.ts b/samples/deckgl-points/index.ts index cc0739745..171e7ad0c 100644 --- a/samples/deckgl-points/index.ts +++ b/samples/deckgl-points/index.ts @@ -11,7 +11,7 @@ import { GeoJsonLayer } from '@deck.gl/layers'; type Properties = { mag: number }; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap: google.maps.Map; interface EarthquakeProperties { diff --git a/samples/geocoding-simple/index.ts b/samples/geocoding-simple/index.ts index b41692308..11975f45e 100644 --- a/samples/geocoding-simple/index.ts +++ b/samples/geocoding-simple/index.ts @@ -22,7 +22,7 @@ async function initMap() { ]); // Get the gmp-map element. - mapElement = document.querySelector('gmp-map'); + mapElement = document.querySelector('gmp-map')!; // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/map-projection-simple/index.ts b/samples/map-projection-simple/index.ts index add5b366c..448aed631 100644 --- a/samples/map-projection-simple/index.ts +++ b/samples/map-projection-simple/index.ts @@ -8,7 +8,7 @@ // This example defines an image map type using the Gall-Peters // projection. // https://en.wikipedia.org/wiki/Gall%E2%80%93Peters_projection -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index 94d628051..0e240a4a3 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -5,13 +5,13 @@ */ // [START maps_place_autocomplete_data_session] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap: google.maps.Map; let marker: google.maps.marker.AdvancedMarkerElement; -let titleElement = document.querySelector('.title'); -let resultsContainerElement = document.querySelector('.results'); -let inputElement = document.querySelector('input'); -let tokenStatusElement = document.querySelector('.token-status'); +let titleElement = document.querySelector('.title')!; +let resultsContainerElement = document.querySelector('.results')!; +let inputElement = document.querySelector('input')!; +let tokenStatusElement = document.querySelector('.token-status')!; let newestRequestId = 0; let tokenCount = 0; diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index abfa7ecd4..9a72ec6c9 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -5,8 +5,8 @@ */ // [START maps_place_autocomplete_map] -const mapElement = document.querySelector('gmp-map'); -const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); +const mapElement = document.querySelector('gmp-map')!; +const placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; let innerMap; let marker: google.maps.marker.AdvancedMarkerElement; let infoWindow: google.maps.InfoWindow; diff --git a/samples/place-class/index.ts b/samples/place-class/index.ts index 0c8674843..03f3d3e7c 100644 --- a/samples/place-class/index.ts +++ b/samples/place-class/index.ts @@ -5,7 +5,7 @@ */ // [START maps_place_class] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; let infoWindow; diff --git a/samples/place-nearby-search/index.ts b/samples/place-nearby-search/index.ts index 670e191b6..f68c35b1c 100644 --- a/samples/place-nearby-search/index.ts +++ b/samples/place-nearby-search/index.ts @@ -5,9 +5,9 @@ */ // [START maps_place_nearby_search] -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; -const advancedMarkerElement = document.querySelector('gmp-advanced-marker'); +const advancedMarkerElement = document.querySelector('gmp-advanced-marker')!; let center; let typeSelect; let infoWindow; @@ -25,7 +25,7 @@ async function initMap() { mapTypeControl: false, }); - typeSelect = document.querySelector('.type-select'); + typeSelect = document.querySelector('.type-select')!; typeSelect.addEventListener('change', () => { nearbySearch(); diff --git a/samples/place-reviews/index.ts b/samples/place-reviews/index.ts index 23c479550..4feb6f691 100644 --- a/samples/place-reviews/index.ts +++ b/samples/place-reviews/index.ts @@ -7,7 +7,7 @@ // [START maps_place_reviews] let innerMap; let infoWindow; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Import the needed libraries. diff --git a/samples/places-autocomplete-addressform/index.ts b/samples/places-autocomplete-addressform/index.ts index 6770649bf..a7b121bb5 100644 --- a/samples/places-autocomplete-addressform/index.ts +++ b/samples/places-autocomplete-addressform/index.ts @@ -21,13 +21,13 @@ async function initAutocomplete() { 'places' )) as google.maps.PlacesLibrary; - placeAutocomplete = document.querySelector('gmp-place-autocomplete'); - address1Field = document.querySelector('#address1') as HTMLInputElement; - address2Field = document.querySelector('#address2') as HTMLInputElement; - postalField = document.querySelector('#postcode') as HTMLInputElement; + placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; + address1Field = document.querySelector('#address1')! as HTMLInputElement; + address2Field = document.querySelector('#address2')! as HTMLInputElement; + postalField = document.querySelector('#postcode')! as HTMLInputElement; const saveButton = document.querySelector( '.my-button' - ) as HTMLButtonElement; + )! as HTMLButtonElement; placeAutocomplete.focus(); @@ -87,17 +87,17 @@ async function fillInAddress(placePrediction) { } if (component.types.includes('locality')) { - (document.querySelector('#locality') as HTMLInputElement).value = + (document.querySelector('#locality')! as HTMLInputElement).value = component.longText!; } if (component.types.includes('administrative_area_level_1')) { - (document.querySelector('#state') as HTMLInputElement).value = + (document.querySelector('#state')! as HTMLInputElement).value = component.shortText!; } if (component.types.includes('country')) { - (document.querySelector('#country') as HTMLInputElement).value = + (document.querySelector('#country')! as HTMLInputElement).value = component.longText!; } } diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index 7e30e25ce..5295efd51 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -18,10 +18,10 @@ async function initMap(): Promise { google.maps.importLibrary('places'), ]); - const mapElement = document.querySelector('gmp-map'); + const mapElement = document.querySelector('gmp-map')!; const map = mapElement.innerMap as google.maps.Map; - const placeAutocomplete = document.querySelector('gmp-place-autocomplete'); + const placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; // Set the map options. map.setOptions({ diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 22863b7e6..176e2f9c6 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -12,7 +12,7 @@ */ let poly: google.maps.Polyline; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { diff --git a/samples/polyline-remove/index.ts b/samples/polyline-remove/index.ts index ce84e7d19..c8059512d 100644 --- a/samples/polyline-remove/index.ts +++ b/samples/polyline-remove/index.ts @@ -9,7 +9,7 @@ // from the map. let flightPath: google.maps.Polyline; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { diff --git a/samples/polyline-simple/index.ts b/samples/polyline-simple/index.ts index d2ac6f522..22c28a619 100644 --- a/samples/polyline-simple/index.ts +++ b/samples/polyline-simple/index.ts @@ -8,7 +8,7 @@ // This example creates a 2-pixel-wide red polyline showing the path of // the first trans-Pacific flight between Oakland, CA, and Brisbane, // Australia which was made by Charles Kingsford Smith. -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; async function initMap() { diff --git a/samples/routes-get-alternatives/index.ts b/samples/routes-get-alternatives/index.ts index 802cfdc4d..0157a1ad3 100644 --- a/samples/routes-get-alternatives/index.ts +++ b/samples/routes-get-alternatives/index.ts @@ -5,7 +5,7 @@ */ // [START maps_routes_get_alternatives] let mapPolylines: google.maps.Polyline[] = []; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; // Initialize and add the map. diff --git a/samples/routes-markers/index.ts b/samples/routes-markers/index.ts index 976190734..6bb00bf0b 100644 --- a/samples/routes-markers/index.ts +++ b/samples/routes-markers/index.ts @@ -5,7 +5,7 @@ */ // [START maps_routes_markers] let mapPolylines: google.maps.Polyline[] = []; -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; // Initialize and add the map. diff --git a/samples/test-example/index.ts b/samples/test-example/index.ts index e878f2d18..67055e8d3 100644 --- a/samples/test-example/index.ts +++ b/samples/test-example/index.ts @@ -12,9 +12,9 @@ // [START maps_test_example] // Declare the gmp-map element. -const mapElement = document.querySelector('gmp-map'); +const mapElement = document.querySelector('gmp-map')!; let innerMap; -const advancedMarkerElement = document.querySelector('gmp-advanced-marker'); +const advancedMarkerElement = document.querySelector('gmp-advanced-marker')!; let center; async function initMap() { diff --git a/samples/ui-kit-place-details-compact/index.ts b/samples/ui-kit-place-details-compact/index.ts index 4245d99e4..41f2a546e 100644 --- a/samples/ui-kit-place-details-compact/index.ts +++ b/samples/ui-kit-place-details-compact/index.ts @@ -6,12 +6,12 @@ /* [START maps_ui_kit_place_details_compact] */ // Use querySelector to select elements for interaction. /* [START maps_ui_kit_place_details_compact_query_selector] */ -const map = document.querySelector('gmp-map'); -const placeDetails = document.querySelector('gmp-place-details-compact'); +const map = document.querySelector('gmp-map')!; +const placeDetails = document.querySelector('gmp-place-details-compact')!; const placeDetailsRequest = document.querySelector( 'gmp-place-details-place-request' -); -const marker = document.querySelector('gmp-advanced-marker'); +)!; +const marker = document.querySelector('gmp-advanced-marker')!; /* [END maps_ui_kit_place_details_compact_query_selector] */ async function initMap(): Promise { // Request needed libraries. diff --git a/samples/ui-kit-place-details/index.ts b/samples/ui-kit-place-details/index.ts index 12d5bbc52..15b4d49a1 100644 --- a/samples/ui-kit-place-details/index.ts +++ b/samples/ui-kit-place-details/index.ts @@ -6,12 +6,12 @@ /* [START maps_ui_kit_place_details] */ // Use querySelector to select elements for interaction. /* [START maps_ui_kit_place_details_query_selector] */ -const map = document.querySelector('gmp-map'); -const placeDetails = document.querySelector('gmp-place-details'); +const map = document.querySelector('gmp-map')!; +const placeDetails = document.querySelector('gmp-place-details')!; const placeDetailsRequest = document.querySelector( 'gmp-place-details-place-request' -); -const marker = document.querySelector('gmp-advanced-marker'); +)!; +const marker = document.querySelector('gmp-advanced-marker')!; /* [END maps_ui_kit_place_details_query_selector] */ async function initMap(): Promise { diff --git a/samples/ui-kit-place-search-nearby/index.ts b/samples/ui-kit-place-search-nearby/index.ts index 1ac20fb94..49051e33c 100644 --- a/samples/ui-kit-place-search-nearby/index.ts +++ b/samples/ui-kit-place-search-nearby/index.ts @@ -7,14 +7,14 @@ /* [START maps_ui_kit_place_search_nearby_query_selectors] */ // Query selectors for various elements in the HTML file. -const map = document.querySelector('gmp-map'); -const placeSearch = document.querySelector('gmp-place-search'); +const map = document.querySelector('gmp-map')!; +const placeSearch = document.querySelector('gmp-place-search')!; const placeSearchQuery = document.querySelector( 'gmp-place-nearby-search-request' -); -const placeDetails = document.querySelector('gmp-place-details-compact'); -const placeRequest = document.querySelector('gmp-place-details-place-request'); -const typeSelect = document.querySelector('.type-select'); +)!; +const placeDetails = document.querySelector('gmp-place-details-compact')!; +const placeRequest = document.querySelector('gmp-place-details-place-request')!; +const typeSelect = document.querySelector('.type-select') as HTMLSelectElement; /* [END maps_ui_kit_place_search_nearby_query_selectors] */ // Global variables for the map, markers, and info window. diff --git a/samples/ui-kit-place-search-text/index.ts b/samples/ui-kit-place-search-text/index.ts index 42c4afbea..3272abd88 100644 --- a/samples/ui-kit-place-search-text/index.ts +++ b/samples/ui-kit-place-search-text/index.ts @@ -7,15 +7,15 @@ /* [START maps_ui_kit_place_search_text_query_selectors] */ // Query selectors for various elements in the HTML file. -const map = document.querySelector('gmp-map'); -const placeSearch = document.querySelector('gmp-place-search'); +const map = document.querySelector('gmp-map')!; +const placeSearch = document.querySelector('gmp-place-search')!; const placeSearchQuery = document.querySelector( 'gmp-place-text-search-request' -); -const placeDetails = document.querySelector('gmp-place-details-compact'); -const placeRequest = document.querySelector('gmp-place-details-place-request'); -const queryInput = document.querySelector('.query-input'); -const searchButton = document.querySelector('.search-button'); +)!; +const placeDetails = document.querySelector('gmp-place-details-compact')!; +const placeRequest = document.querySelector('gmp-place-details-place-request')!; +const queryInput = document.querySelector('.query-input')!; +const searchButton = document.querySelector('.search-button')!; /* [END maps_ui_kit_place_search_text_query_selectors] */ // Global variables for the map, markers, and info window. From e358d109b3fc44d3b2c06c3b41438b6faa2ef629 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 13:23:15 -0700 Subject: [PATCH 08/20] remove more typecasting --- samples/3d-camera-center/index.ts | 5 +--- samples/3d-map-events/index.ts | 2 +- .../advanced-markers-accessibility/index.ts | 8 ++--- samples/advanced-markers-altitude/index.ts | 10 ++----- samples/advanced-markers-animation/index.ts | 8 ++--- samples/advanced-markers-basic-style/index.ts | 8 ++--- samples/advanced-markers-draggable/index.ts | 10 ++----- samples/advanced-markers-graphics/index.ts | 4 +-- samples/advanced-markers-html/index.ts | 8 ++--- samples/advanced-markers-simple/index.ts | 8 ++--- samples/ai-powered-summaries-basic/index.ts | 4 +-- samples/boundaries-choropleth/index.ts | 7 ++--- samples/boundaries-click/index.ts | 8 ++--- samples/boundaries-simple/index.ts | 4 +-- samples/boundaries-text-search/index.ts | 8 ++--- samples/control-disableUI/index.ts | 4 +-- samples/control-options/index.ts | 4 +-- samples/control-positioning-labels/index.ts | 4 +-- samples/control-simple/index.ts | 4 +-- samples/dds-region-viewer/index.ts | 14 +++------ samples/deckgl-arclayer/index.ts | 4 +-- samples/deckgl-heatmap/index.ts | 10 ++----- samples/deckgl-kml-updated/index.ts | 6 ++-- samples/deckgl-kml/index.ts | 2 +- samples/deckgl-polygon/index.ts | 2 +- samples/deckgl-tripslayer/index.ts | 4 +-- samples/event-arguments/index.ts | 4 +-- samples/event-click-latlng/index.ts | 6 ++-- samples/event-closure/index.ts | 4 +-- samples/event-poi/index.ts | 8 ++--- samples/event-properties/index.ts | 8 ++--- samples/event-simple/index.ts | 8 ++--- .../geocoding-component-restriction/index.ts | 4 +-- samples/geocoding-place-id/index.ts | 4 +-- samples/geocoding-region-es/index.ts | 4 +-- samples/geocoding-region-us/index.ts | 4 +-- samples/geocoding-reverse/index.ts | 4 +-- samples/hiding-features/index.ts | 4 +-- samples/infowindow-simple/index.ts | 4 +-- samples/layer-data-event/index.ts | 4 +-- samples/layer-data-quakes-red/index.ts | 4 +-- samples/layer-data-quakes-simple/index.ts | 4 +-- samples/layer-data-simple/index.ts | 4 +-- samples/layer-data-style/index.ts | 4 +-- samples/map-events/index.ts | 4 +-- samples/map-simple/index.ts | 4 +-- samples/place-autocomplete-basic-map/index.ts | 21 +++++--------- samples/place-class/index.ts | 12 ++------ samples/place-nearby-search/index.ts | 24 ++++----------- samples/place-text-search/index.ts | 16 +++------- .../places-autocomplete-addressform/index.ts | 8 ++--- samples/places-placeid-finder/index.ts | 2 +- samples/polyline-complex/index.ts | 2 +- samples/rectangle-event/index.ts | 4 +-- samples/routes-compute-routes/index.ts | 29 ++++++------------- samples/streetview-overlays/index.ts | 4 +-- samples/ui-kit-place-search-nearby/index.ts | 1 + samples/weather-api-current-compact/index.ts | 20 ++++--------- samples/web-components-events/index.ts | 7 ++--- 59 files changed, 112 insertions(+), 292 deletions(-) diff --git a/samples/3d-camera-center/index.ts b/samples/3d-camera-center/index.ts index 1b3d24e1f..71ed509c0 100644 --- a/samples/3d-camera-center/index.ts +++ b/samples/3d-camera-center/index.ts @@ -9,10 +9,7 @@ async function initMap(): Promise { // Import the needed libraries. await google.maps.importLibrary('maps3d'); - // @ts-ignore - const map3DElement = document.querySelector( - 'gmp-map-3d' - ) as google.maps.Map3DElement; + const map3DElement = document.querySelector('gmp-map-3d')!; const btn = document.getElementById('switch-mode-btn') as HTMLButtonElement; const initialCenter = { lat: 40.7860524, lng: -73.9634983, altitude: 0 }; diff --git a/samples/3d-map-events/index.ts b/samples/3d-map-events/index.ts index 317e72720..62e3728b0 100644 --- a/samples/3d-map-events/index.ts +++ b/samples/3d-map-events/index.ts @@ -5,7 +5,7 @@ */ // [START maps_3d_map_events] -const mapElement = document.querySelector('gmp-map-3d'); +const mapElement = document.querySelector('gmp-map-3d')!; async function init() { // Import the needed libraries. diff --git a/samples/advanced-markers-accessibility/index.ts b/samples/advanced-markers-accessibility/index.ts index d1318e99f..284469586 100644 --- a/samples/advanced-markers-accessibility/index.ts +++ b/samples/advanced-markers-accessibility/index.ts @@ -9,13 +9,9 @@ const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement, PinElement } = - (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + await google.maps.importLibrary('marker'); // Set LatLng and title text for the markers. The first marker (Boynton Pass) // receives the initial focus when tab is pressed. Use arrow keys to move diff --git a/samples/advanced-markers-altitude/index.ts b/samples/advanced-markers-altitude/index.ts index 7da711c1b..4bbd1cea2 100644 --- a/samples/advanced-markers-altitude/index.ts +++ b/samples/advanced-markers-altitude/index.ts @@ -9,13 +9,9 @@ const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement, PinElement } = - (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + await google.maps.importLibrary('marker'); mapElement.innerMap.setOptions({ tilt: 67.5, @@ -36,7 +32,7 @@ async function initMap() { lat: 47.65170843460547, lng: -122.30754, altitude: 20, - } as google.maps.LatLngAltitudeLiteral, + }, }); marker.append(pin); diff --git a/samples/advanced-markers-animation/index.ts b/samples/advanced-markers-animation/index.ts index de359c1ac..a1f26e42a 100644 --- a/samples/advanced-markers-animation/index.ts +++ b/samples/advanced-markers-animation/index.ts @@ -45,13 +45,9 @@ const intersectionObserver = new IntersectionObserver((entries) => { async function initMap(): Promise { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement, PinElement } = - (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + await google.maps.importLibrary('marker'); const position = { lat: 37.4242011827985, lng: -122.09242296450893 }; diff --git a/samples/advanced-markers-basic-style/index.ts b/samples/advanced-markers-basic-style/index.ts index 04d1e12fb..302790af6 100644 --- a/samples/advanced-markers-basic-style/index.ts +++ b/samples/advanced-markers-basic-style/index.ts @@ -10,13 +10,9 @@ const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement, PinElement } = - (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + await google.maps.importLibrary('marker'); // Each PinElement is paired with a marker to demonstrate setting each parameter. diff --git a/samples/advanced-markers-draggable/index.ts b/samples/advanced-markers-draggable/index.ts index be3879c40..d24f9dcd7 100644 --- a/samples/advanced-markers-draggable/index.ts +++ b/samples/advanced-markers-draggable/index.ts @@ -9,12 +9,8 @@ const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const infoWindow = new InfoWindow(); @@ -28,7 +24,7 @@ async function initMap() { // [END maps_advanced_markers_draggable_marker] draggableMarker.addListener('dragend', (event) => { - const position = draggableMarker.position as google.maps.LatLng; + const position = draggableMarker.position; infoWindow.close(); infoWindow.setContent( `Pin dropped at: ${position.lat}, ${position.lng}` diff --git a/samples/advanced-markers-graphics/index.ts b/samples/advanced-markers-graphics/index.ts index 0aa6d21f5..4c6df91ec 100644 --- a/samples/advanced-markers-graphics/index.ts +++ b/samples/advanced-markers-graphics/index.ts @@ -12,9 +12,7 @@ async function initMap() { await google.maps.importLibrary('marker'); const { Place } = await google.maps.importLibrary('places'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // [START maps_advanced_markers_graphics_inline] const parser = new DOMParser(); diff --git a/samples/advanced-markers-html/index.ts b/samples/advanced-markers-html/index.ts index 2b730dced..a79a67f61 100644 --- a/samples/advanced-markers-html/index.ts +++ b/samples/advanced-markers-html/index.ts @@ -8,12 +8,8 @@ // [START maps_advanced_markers_html_snippet] async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const center = { lat: 37.43238031167444, lng: -122.16795397128632 }; const map = new Map(document.getElementById('map') as HTMLElement, { diff --git a/samples/advanced-markers-simple/index.ts b/samples/advanced-markers-simple/index.ts index 794154ff5..1ec7d3152 100644 --- a/samples/advanced-markers-simple/index.ts +++ b/samples/advanced-markers-simple/index.ts @@ -10,12 +10,8 @@ const mapElement = document.querySelector('gmp-map')!; async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const marker = new AdvancedMarkerElement({ position: { lat: 37.4239163, lng: -122.0947209 }, diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index 875b9c1a7..450a29d3c 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -10,9 +10,7 @@ let innerMap; let infoWindow; async function initMap() { - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; innerMap.setOptions({ diff --git a/samples/boundaries-choropleth/index.ts b/samples/boundaries-choropleth/index.ts index 1b0d8088e..5fb769b1a 100644 --- a/samples/boundaries-choropleth/index.ts +++ b/samples/boundaries-choropleth/index.ts @@ -10,9 +10,7 @@ async function initMap() { await google.maps.importLibrary('maps'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; @@ -23,8 +21,7 @@ async function initMap() { // [START maps_boundaries_choropleth_style_function] featureLayer.style = (featureStyleFunctionOptions) => { - const placeFeature = - featureStyleFunctionOptions.feature as google.maps.PlaceFeature; + const placeFeature = featureStyleFunctionOptions.feature; const population = states[placeFeature.placeId]; let fillColor; diff --git a/samples/boundaries-click/index.ts b/samples/boundaries-click/index.ts index e677b442f..604a2519a 100644 --- a/samples/boundaries-click/index.ts +++ b/samples/boundaries-click/index.ts @@ -27,14 +27,10 @@ function handleMouseMove(/* MouseEvent */ e) { async function initMap() { // Request needed libraries. - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. innerMap = mapElement.innerMap; diff --git a/samples/boundaries-simple/index.ts b/samples/boundaries-simple/index.ts index e534048d8..527f6692f 100644 --- a/samples/boundaries-simple/index.ts +++ b/samples/boundaries-simple/index.ts @@ -17,9 +17,7 @@ async function initMap() { await google.maps.importLibrary('maps'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/boundaries-text-search/index.ts b/samples/boundaries-text-search/index.ts index 880a7e39d..b23831c53 100644 --- a/samples/boundaries-text-search/index.ts +++ b/samples/boundaries-text-search/index.ts @@ -16,9 +16,7 @@ async function initMap() { center = { lat: 41.059, lng: -124.151 }; // Trinidad, CA // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. innerMap = mapElement.innerMap; @@ -37,9 +35,7 @@ async function findBoundary() { locationBias: center, }; - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); const { places } = await Place.searchByText(request); if (places.length) { diff --git a/samples/control-disableUI/index.ts b/samples/control-disableUI/index.ts index e443c040a..c9976f6d3 100644 --- a/samples/control-disableUI/index.ts +++ b/samples/control-disableUI/index.ts @@ -9,9 +9,7 @@ async function initMap() { // Request the needed libraries. await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/control-options/index.ts b/samples/control-options/index.ts index 1c5c16582..825ce999d 100755 --- a/samples/control-options/index.ts +++ b/samples/control-options/index.ts @@ -12,9 +12,7 @@ async function initMap() { // Request the needed libraries. await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/control-positioning-labels/index.ts b/samples/control-positioning-labels/index.ts index a0995cf5c..ec8e02314 100644 --- a/samples/control-positioning-labels/index.ts +++ b/samples/control-positioning-labels/index.ts @@ -37,9 +37,7 @@ async function initMap() { // Request the needed libraries. await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/control-simple/index.ts b/samples/control-simple/index.ts index 279595a02..30a2c398b 100644 --- a/samples/control-simple/index.ts +++ b/samples/control-simple/index.ts @@ -9,9 +9,7 @@ async function initMap() { // Request the needed libraries. await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/dds-region-viewer/index.ts b/samples/dds-region-viewer/index.ts index bee409b76..3608e2c39 100644 --- a/samples/dds-region-viewer/index.ts +++ b/samples/dds-region-viewer/index.ts @@ -45,9 +45,7 @@ async function initMap() { }); // Create the Place Autocomplete widget. - placeAutocomplete = document.querySelector( - 'gmp-place-autocomplete' - ) as google.maps.places.PlaceAutocompleteElement; + placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; placeAutocomplete.includedPrimaryTypes = ['(regions)']; contentDiv = document.getElementById('pac-content') as HTMLElement; @@ -350,9 +348,7 @@ function handlePlaceClick(event) { // Get the place ID for the selected country, then call showSelectedPolygon(). async function showSelectedCountry(countryName) { - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); contentDiv.textContent = ''; @@ -372,9 +368,7 @@ async function showSelectedCountry(countryName) { // mode 0 = click, mode 1 = autocomplete. async function showSelectedPolygon(placeid, mode) { let isFeatureSupported; - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); selectedPlaceId = placeid; contentDiv.textContent = ''; // Clear the info display. @@ -405,7 +399,7 @@ async function showSelectedPolygon(placeid, mode) { featureMenu.value ); } - var viewport = place.viewport as google.maps.LatLngBounds; + var viewport = place.viewport; innerMap.fitBounds(viewport, 155); // Build the HTML. diff --git a/samples/deckgl-arclayer/index.ts b/samples/deckgl-arclayer/index.ts index 749301d10..32c0110d9 100644 --- a/samples/deckgl-arclayer/index.ts +++ b/samples/deckgl-arclayer/index.ts @@ -18,9 +18,7 @@ async function initMap() { await google.maps.importLibrary('maps'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/deckgl-heatmap/index.ts b/samples/deckgl-heatmap/index.ts index 0bb75d3b9..1ee123120 100644 --- a/samples/deckgl-heatmap/index.ts +++ b/samples/deckgl-heatmap/index.ts @@ -32,7 +32,7 @@ declare namespace deck { async function initMap(): Promise { // Progress bar logic moved from index.html var progress, - progressDiv = document.querySelector('.mdc-linear-progress'); + progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. @@ -52,12 +52,8 @@ async function initMap(): Promise { const position = { lat: 37.77325660358167, lng: -122.41712341793448 }; // Using the center from original deckgl-polygon.js // Request needed libraries. - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const mapDiv = document.getElementById('map'); if (!mapDiv) { diff --git a/samples/deckgl-kml-updated/index.ts b/samples/deckgl-kml-updated/index.ts index e45d0fdeb..a932c2df9 100644 --- a/samples/deckgl-kml-updated/index.ts +++ b/samples/deckgl-kml-updated/index.ts @@ -49,7 +49,7 @@ let googleMapsOverlay: deck.GoogleMapsOverlay; async function initMap(): Promise { // Progress bar logic moved from index.html var progress, - progressDiv = document.querySelector('.mdc-linear-progress'); + progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. @@ -69,9 +69,7 @@ async function initMap(): Promise { const position = { lat: 19.223718899391237, lng: -148.62590882823457 }; // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const mapDiv = document.getElementById('map'); if (!mapDiv) { diff --git a/samples/deckgl-kml/index.ts b/samples/deckgl-kml/index.ts index 74bf5d57f..9b0f3fffd 100644 --- a/samples/deckgl-kml/index.ts +++ b/samples/deckgl-kml/index.ts @@ -48,7 +48,7 @@ let googleMapsOverlay: deck.GoogleMapsOverlay; async function initMap(): Promise { // Progress bar logic moved from index.html var progress, - progressDiv = document.querySelector('.mdc-linear-progress'); + progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. diff --git a/samples/deckgl-polygon/index.ts b/samples/deckgl-polygon/index.ts index f4cfbd0e7..5848a34e1 100644 --- a/samples/deckgl-polygon/index.ts +++ b/samples/deckgl-polygon/index.ts @@ -28,7 +28,7 @@ declare namespace deck { async function initMap(): Promise { // Progress bar logic moved from index.html var progress, - progressDiv = document.querySelector('.mdc-linear-progress'); + progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. diff --git a/samples/deckgl-tripslayer/index.ts b/samples/deckgl-tripslayer/index.ts index b3284706e..fbd98543c 100644 --- a/samples/deckgl-tripslayer/index.ts +++ b/samples/deckgl-tripslayer/index.ts @@ -28,9 +28,7 @@ async function initMap() { await google.maps.importLibrary('maps'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/event-arguments/index.ts b/samples/event-arguments/index.ts index 1609e6883..551bb7ddf 100644 --- a/samples/event-arguments/index.ts +++ b/samples/event-arguments/index.ts @@ -10,9 +10,7 @@ async function initMap() { await google.maps.importLibrary('maps'); await google.maps.importLibrary('marker'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; innerMap.addListener('click', (e) => { diff --git a/samples/event-click-latlng/index.ts b/samples/event-click-latlng/index.ts index 3b473ad95..e923dcd5f 100644 --- a/samples/event-click-latlng/index.ts +++ b/samples/event-click-latlng/index.ts @@ -10,13 +10,11 @@ async function initMap() { await google.maps.importLibrary('maps'); // Set up the map. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; // Get the initial center of the map. - const position = innerMap.getCenter() as google.maps.LatLng; + const position = innerMap.getCenter(); // Create the initial InfoWindow. let infoWindow = new google.maps.InfoWindow({ diff --git a/samples/event-closure/index.ts b/samples/event-closure/index.ts index 1f53104c0..801ed17f4 100644 --- a/samples/event-closure/index.ts +++ b/samples/event-closure/index.ts @@ -10,9 +10,7 @@ async function initMap() { await google.maps.importLibrary('maps'); await google.maps.importLibrary('marker'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; const bounds: google.maps.LatLngBoundsLiteral = { diff --git a/samples/event-poi/index.ts b/samples/event-poi/index.ts index 71614d29d..bca5a1ad2 100644 --- a/samples/event-poi/index.ts +++ b/samples/event-poi/index.ts @@ -12,9 +12,7 @@ async function initMap() { await google.maps.importLibrary('maps'); // Retrieve the map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map from the map element. innerMap = mapElement.innerMap; @@ -74,9 +72,7 @@ async function showInfoWindow( // Helper function to get place details. async function getPlaceDetails(placeId) { // Import the Places library. - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); // Create a Place instance with the place id and fetch the details. const place = new Place({ id: placeId }); diff --git a/samples/event-properties/index.ts b/samples/event-properties/index.ts index d2796e129..a112a3056 100644 --- a/samples/event-properties/index.ts +++ b/samples/event-properties/index.ts @@ -7,13 +7,9 @@ // [START maps_event_properties] async function initMap() { // Request needed libraries. - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; const infowindow = new google.maps.InfoWindow({ diff --git a/samples/event-simple/index.ts b/samples/event-simple/index.ts index 74291520e..2550604a8 100644 --- a/samples/event-simple/index.ts +++ b/samples/event-simple/index.ts @@ -11,9 +11,7 @@ async function initMap() { await google.maps.importLibrary('marker'); // Retrieve the map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map from the map element. const innerMap = mapElement.innerMap; @@ -31,14 +29,14 @@ async function initMap() { // 3 seconds after the center of the map has changed, // pan back to the marker. window.setTimeout(() => { - innerMap.panTo(marker.position as google.maps.LatLng); + innerMap.panTo(marker.position); }, 3000); }); // Zoom in when the marker is clicked. marker.addEventListener('gmp-click', () => { innerMap.setZoom(8); - innerMap.setCenter(marker.position as google.maps.LatLng); + innerMap.setCenter(marker.position); }); } diff --git a/samples/geocoding-component-restriction/index.ts b/samples/geocoding-component-restriction/index.ts index 1c982398c..941cdc166 100644 --- a/samples/geocoding-component-restriction/index.ts +++ b/samples/geocoding-component-restriction/index.ts @@ -13,9 +13,7 @@ async function initMap(): Promise { ]); const geocoder = new google.maps.Geocoder(); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; (document.getElementById('submit') as HTMLElement).addEventListener( diff --git a/samples/geocoding-place-id/index.ts b/samples/geocoding-place-id/index.ts index 0ec3fed3c..354f4f7f9 100644 --- a/samples/geocoding-place-id/index.ts +++ b/samples/geocoding-place-id/index.ts @@ -12,9 +12,7 @@ async function initMap(): Promise { google.maps.importLibrary('marker'), ]); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; const geocoder = new google.maps.Geocoder(); const infowindow = new google.maps.InfoWindow(); diff --git a/samples/geocoding-region-es/index.ts b/samples/geocoding-region-es/index.ts index 9f0d1a2c8..1f0f93473 100644 --- a/samples/geocoding-region-es/index.ts +++ b/samples/geocoding-region-es/index.ts @@ -14,9 +14,7 @@ async function initMap(): Promise { google.maps.importLibrary('marker'), ]); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; const geocoder = new google.maps.Geocoder(); diff --git a/samples/geocoding-region-us/index.ts b/samples/geocoding-region-us/index.ts index 99bf48a3d..c11c07fdc 100644 --- a/samples/geocoding-region-us/index.ts +++ b/samples/geocoding-region-us/index.ts @@ -14,9 +14,7 @@ async function initMap(): Promise { google.maps.importLibrary('marker'), ]); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; const geocoder = new google.maps.Geocoder(); diff --git a/samples/geocoding-reverse/index.ts b/samples/geocoding-reverse/index.ts index 115542ea0..b0862d0fe 100644 --- a/samples/geocoding-reverse/index.ts +++ b/samples/geocoding-reverse/index.ts @@ -16,9 +16,7 @@ async function initMap() { ]); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/hiding-features/index.ts b/samples/hiding-features/index.ts index 3c45103e7..6577a27ab 100644 --- a/samples/hiding-features/index.ts +++ b/samples/hiding-features/index.ts @@ -10,9 +10,7 @@ async function initMap() { await google.maps.importLibrary('maps'); // Get the gmp-map element. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Get the inner map. const innerMap = mapElement.innerMap; diff --git a/samples/infowindow-simple/index.ts b/samples/infowindow-simple/index.ts index d52d8b1ab..5c528f30f 100644 --- a/samples/infowindow-simple/index.ts +++ b/samples/infowindow-simple/index.ts @@ -14,9 +14,7 @@ async function initMap(): Promise { await google.maps.importLibrary('marker'); // Get the map element and the inner map from it. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; // Get the center of the map. diff --git a/samples/layer-data-event/index.ts b/samples/layer-data-event/index.ts index 6caa15fcf..a8e984d31 100644 --- a/samples/layer-data-event/index.ts +++ b/samples/layer-data-event/index.ts @@ -10,9 +10,7 @@ let map: google.maps.Map; async function initMap() { await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/layer-data-quakes-red/index.ts b/samples/layer-data-quakes-red/index.ts index 666dab570..1bfacfcb0 100644 --- a/samples/layer-data-quakes-red/index.ts +++ b/samples/layer-data-quakes-red/index.ts @@ -10,9 +10,7 @@ let innerMap; async function initMap() { await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; innerMap = mapElement.innerMap; diff --git a/samples/layer-data-quakes-simple/index.ts b/samples/layer-data-quakes-simple/index.ts index 89023d1cc..e56d98b62 100644 --- a/samples/layer-data-quakes-simple/index.ts +++ b/samples/layer-data-quakes-simple/index.ts @@ -11,9 +11,7 @@ let earthquakeData; async function initMap() { await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; innerMap = mapElement.innerMap; diff --git a/samples/layer-data-simple/index.ts b/samples/layer-data-simple/index.ts index cfa8ab6c7..f541ed994 100644 --- a/samples/layer-data-simple/index.ts +++ b/samples/layer-data-simple/index.ts @@ -8,9 +8,7 @@ async function initMap() { await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; let innerMap = mapElement.innerMap; diff --git a/samples/layer-data-style/index.ts b/samples/layer-data-style/index.ts index 4d69529a5..bb4742478 100644 --- a/samples/layer-data-style/index.ts +++ b/samples/layer-data-style/index.ts @@ -8,9 +8,7 @@ async function initMap() { await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/map-events/index.ts b/samples/map-events/index.ts index 969af942c..869409eb5 100644 --- a/samples/map-events/index.ts +++ b/samples/map-events/index.ts @@ -42,9 +42,7 @@ async function initMap() { // Request needed libraries. await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; populateTable(); diff --git a/samples/map-simple/index.ts b/samples/map-simple/index.ts index 891de8432..2bd1c45c4 100644 --- a/samples/map-simple/index.ts +++ b/samples/map-simple/index.ts @@ -10,9 +10,7 @@ async function initMap(): Promise { await google.maps.importLibrary('maps'); // Create the map. - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; // Access the underlying map object. const innerMap = mapElement.innerMap; } diff --git a/samples/place-autocomplete-basic-map/index.ts b/samples/place-autocomplete-basic-map/index.ts index 93334cc9d..64f756aef 100644 --- a/samples/place-autocomplete-basic-map/index.ts +++ b/samples/place-autocomplete-basic-map/index.ts @@ -7,24 +7,18 @@ const placeAutocompleteElement = document.querySelector( 'gmp-basic-place-autocomplete' -) as google.maps.places.PlaceAutocompleteElement; +)!; const placeDetailsElement = document.querySelector( 'gmp-place-details-compact' -) as any; +)!; const placeDetailsParent = placeDetailsElement.parentElement as HTMLElement; -const gmpMapElement = document.querySelector( - 'gmp-map' -) as google.maps.MapElement; +const gmpMapElement = document.querySelector('gmp-map')!; async function initMap(): Promise { // Asynchronously load required libraries from the Google Maps JS API. await google.maps.importLibrary('places'); - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; - const { InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); + const { InfoWindow } = await google.maps.importLibrary('maps'); // Get the initial center directly from the gmp-map element's property. const center = gmpMapElement.center; @@ -75,8 +69,7 @@ async function initMap(): Promise { // Event listener for when the place details have finished loading. placeDetailsElement.addEventListener('gmp-load', () => { - const location = placeDetailsElement.place - .location as google.maps.LatLng; + const location = placeDetailsElement.place.location; // Position the marker and open the InfoWindow at the place's location. advancedMarkerElement.position = location; @@ -96,7 +89,7 @@ async function initMap(): Promise { // Event listener for when the map finishes moving (panning or zooming). map.addListener('idle', (): void => { - const newCenter = map.getCenter() as google.maps.LatLng; + const newCenter = map.getCenter(); // Update the autocomplete's location bias to a 10km radius around the new map center. placeAutocompleteElement.locationBias = new google.maps.Circle({ diff --git a/samples/place-class/index.ts b/samples/place-class/index.ts index 03f3d3e7c..e4c4aa703 100644 --- a/samples/place-class/index.ts +++ b/samples/place-class/index.ts @@ -10,9 +10,7 @@ let innerMap; let infoWindow; async function initMap() { - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); innerMap = mapElement.innerMap; infoWindow = new InfoWindow(); @@ -21,12 +19,8 @@ async function initMap() { // [START maps_place_class_fetchfields] async function getPlaceDetails() { - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Place } = await google.maps.importLibrary('places'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); // Use place ID to create a new Place instance. const place = new Place({ id: 'ChIJyYB_SZVU2YARR-I1Jjf08F0', // San Diego Zoo diff --git a/samples/place-nearby-search/index.ts b/samples/place-nearby-search/index.ts index f68c35b1c..7bda8bfa7 100644 --- a/samples/place-nearby-search/index.ts +++ b/samples/place-nearby-search/index.ts @@ -13,12 +13,8 @@ let typeSelect; let infoWindow; async function initMap() { - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { LatLng } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); + const { LatLng } = await google.maps.importLibrary('core'); innerMap = mapElement.innerMap; innerMap.setOptions({ @@ -41,15 +37,9 @@ async function initMap() { async function nearbySearch() { const { Place, SearchNearbyRankPreference } = - (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; - const { spherical } = (await google.maps.importLibrary( - 'geometry' - )) as google.maps.GeometryLibrary; + await google.maps.importLibrary('places'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); + const { spherical } = await google.maps.importLibrary('geometry'); // [START maps_place_nearby_search_request] // Get bounds and radius to constrain search. center = mapElement.center; @@ -81,9 +71,7 @@ async function nearbySearch() { // [END maps_place_nearby_search_request] if (places.length) { - const { LatLngBounds } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { LatLngBounds } = await google.maps.importLibrary('core'); const bounds = new LatLngBounds(); // First remove all existing markers. diff --git a/samples/place-text-search/index.ts b/samples/place-text-search/index.ts index 2b1f2e236..89e4ace48 100644 --- a/samples/place-text-search/index.ts +++ b/samples/place-text-search/index.ts @@ -10,9 +10,7 @@ let markers = {}; let infoWindow; async function initMap() { - const { Map, InfoWindow } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map, InfoWindow } = await google.maps.importLibrary('maps'); const center = { lat: 37.4161493, lng: -122.0812166 }; map = new Map(document.getElementById('map') as HTMLElement, { @@ -43,12 +41,8 @@ async function initMap() { } async function findPlaces(query) { - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Place } = await google.maps.importLibrary('places'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); // [START maps_place_text_search_request] const request = { textQuery: query, @@ -67,9 +61,7 @@ async function findPlaces(query) { // [END maps_place_text_search_request] if (places.length) { - const { LatLngBounds } = (await google.maps.importLibrary( - 'core' - )) as google.maps.CoreLibrary; + const { LatLngBounds } = await google.maps.importLibrary('core'); const bounds = new LatLngBounds(); // First remove all existing markers. diff --git a/samples/places-autocomplete-addressform/index.ts b/samples/places-autocomplete-addressform/index.ts index a7b121bb5..b584550bc 100644 --- a/samples/places-autocomplete-addressform/index.ts +++ b/samples/places-autocomplete-addressform/index.ts @@ -17,9 +17,7 @@ let address2Field: HTMLInputElement; let postalField: HTMLInputElement; async function initAutocomplete() { - const { Place, Autocomplete } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place, Autocomplete } = await google.maps.importLibrary('places'); placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; address1Field = document.querySelector('#address1')! as HTMLInputElement; @@ -49,9 +47,7 @@ async function initAutocomplete() { async function fillInAddress(placePrediction) { // The placePrediction object does not have all the details needed // for the form, so we'll call fetchFields to get the place details. - const { Place } = (await google.maps.importLibrary( - 'places' - )) as google.maps.PlacesLibrary; + const { Place } = await google.maps.importLibrary('places'); const place = placePrediction.toPlace(); await place.fetchFields({ fields: ['addressComponents'] }); diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index 5295efd51..dffd75701 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -19,7 +19,7 @@ async function initMap(): Promise { ]); const mapElement = document.querySelector('gmp-map')!; - const map = mapElement.innerMap as google.maps.Map; + const map = mapElement.innerMap; const placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 176e2f9c6..c3ead8564 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -39,7 +39,7 @@ function addLatLng(event: google.maps.MapMouseEvent) { // Because path is an MVCArray, we can simply append a new coordinate // and it will automatically appear. - path.push(event.latLng as google.maps.LatLng); + path.push(event.latLng); // Add a new marker at the new plotted point on the polyline. new google.maps.marker.AdvancedMarkerElement({ diff --git a/samples/rectangle-event/index.ts b/samples/rectangle-event/index.ts index 21f3c7e01..48dccaec8 100644 --- a/samples/rectangle-event/index.ts +++ b/samples/rectangle-event/index.ts @@ -17,9 +17,7 @@ let infoWindow: google.maps.InfoWindow; async function initMap(): Promise { await google.maps.importLibrary('maps'); - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; innerMap = mapElement.innerMap; const bounds = { diff --git a/samples/routes-compute-routes/index.ts b/samples/routes-compute-routes/index.ts index 7a4a4bb98..f5281cb9f 100644 --- a/samples/routes-compute-routes/index.ts +++ b/samples/routes-compute-routes/index.ts @@ -35,7 +35,7 @@ async function init() { google.maps.importLibrary('routes'), ]); - const map = document.getElementById('map') as google.maps.MapElement; + const map = document.getElementById('map'); attachSubmitListener(); initializeLocationInputs(); @@ -93,7 +93,7 @@ async function init() { const travelMode = (formData.get('travel_mode') as string) === '' ? undefined - : (formData.get('travel_mode') as google.maps.TravelMode); + : formData.get('travel_mode'); const extraComputations: google.maps.routes.ComputeRoutesExtraComputation[] = []; const requestedReferenceRoutes: google.maps.routes.ReferenceRoute[] = @@ -127,19 +127,15 @@ async function init() { ), (input) => (input as HTMLInputElement).value ), - travelMode: travelMode as google.maps.TravelMode, + travelMode: travelMode, routingPreference: formData.get('routing_preference') === '' ? undefined - : (formData.get( - 'routing_preference' - ) as google.maps.routes.RoutingPreference), + : formData.get('routing_preference'), polylineQuality: formData.get('polyline_quality') === '' ? undefined - : (formData.get( - 'polyline_quality' - ) as google.maps.routes.PolylineQuality), + : formData.get('polyline_quality'), computeAlternativeRoutes: formData.get('compute_alternative_routes') === 'on', routeModifiers: { @@ -172,12 +168,8 @@ async function init() { extraComputations.push( ComputeRoutesExtraComputation.FUEL_CONSUMPTION ); - ( - request.routeModifiers as google.maps.routes.RouteModifiers - ).vehicleInfo = { - emissionType: formData.get( - 'emission_type' - ) as google.maps.routes.VehicleEmissionType, + request.routeModifiers.vehicleInfo = { + emissionType: formData.get('emission_type'), }; } @@ -187,15 +179,12 @@ async function init() { ); transitPreference.allowedTransitModes = Array.from( selectedTransitModes, - (input) => - (input as HTMLInputElement).value as google.maps.TransitMode + (input) => (input as HTMLInputElement).value ); transitPreference.routingPreference = formData.get('transit_preference') === '' ? undefined - : (formData.get( - 'transit_preference' - ) as google.maps.TransitRoutePreference); + : formData.get('transit_preference'); } return request; diff --git a/samples/streetview-overlays/index.ts b/samples/streetview-overlays/index.ts index eb75d4ced..a35a37d71 100644 --- a/samples/streetview-overlays/index.ts +++ b/samples/streetview-overlays/index.ts @@ -15,9 +15,7 @@ async function initMap() { // Set the location of Astor Place. const astorPlace = { lat: 40.729884, lng: -73.990988 }; - const mapElement = document.querySelector( - 'gmp-map' - ) as google.maps.MapElement; + const mapElement = document.querySelector('gmp-map')!; innerMap = mapElement.innerMap; diff --git a/samples/ui-kit-place-search-nearby/index.ts b/samples/ui-kit-place-search-nearby/index.ts index 49051e33c..fda268346 100644 --- a/samples/ui-kit-place-search-nearby/index.ts +++ b/samples/ui-kit-place-search-nearby/index.ts @@ -95,6 +95,7 @@ async function addMarkers() { } for (const place of placeSearch.places) { + if (!place.location) continue; const marker = new AdvancedMarkerElement({ map: map.innerMap, position: place.location, diff --git a/samples/weather-api-current-compact/index.ts b/samples/weather-api-current-compact/index.ts index a0d14fbaa..81fa7d29a 100644 --- a/samples/weather-api-current-compact/index.ts +++ b/samples/weather-api-current-compact/index.ts @@ -19,12 +19,8 @@ let allMarkers: google.maps.marker.AdvancedMarkerElement[] = []; // To store all let markersLoaded = false; // Flag to track if button markers are loaded async function initMap(): Promise { - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { Map } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); map = new Map(document.getElementById('map') as HTMLElement, { center: { lat: 48.8566, lng: 2.3522 }, // Set center to Paris initially, will change based on markers @@ -120,9 +116,7 @@ async function createAndAddMarker( location: { name: string; lat: number; lng: number }, markerType: 'initial' | 'button' | 'dynamic' ): Promise { - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); const weatherWidget = document.createElement( 'simple-weather-widget' @@ -216,9 +210,7 @@ async function toggleDarkMode() { }); // Re-initialize the map to apply the new map ID - const { Map } = (await google.maps.importLibrary( - 'maps' - )) as google.maps.MapsLibrary; + const { Map } = await google.maps.importLibrary('maps'); const currentCenter = map.getCenter(); const currentZoom = map.getZoom(); const currentMapId = mapContainer.classList.contains('dark-mode') @@ -325,9 +317,7 @@ const locations = [ ]; async function loadWeatherMarkers(): Promise { - const { AdvancedMarkerElement } = (await google.maps.importLibrary( - 'marker' - )) as google.maps.MarkerLibrary; + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); for (const location of locations) { await createAndAddMarker(location, 'button'); // Create and add button markers diff --git a/samples/web-components-events/index.ts b/samples/web-components-events/index.ts index 2498067b1..141180c62 100644 --- a/samples/web-components-events/index.ts +++ b/samples/web-components-events/index.ts @@ -14,12 +14,9 @@ async function initMap(): Promise { const advancedMarkers = document.querySelectorAll( '#marker-click-event-example gmp-advanced-marker' - ); - - for (const markerElement of advancedMarkers) { - const advancedMarker = - markerElement as google.maps.marker.AdvancedMarkerElement; + ) as Iterable; + for (const advancedMarker of advancedMarkers) { customElements.whenDefined(advancedMarker.localName).then(async () => { advancedMarker.addEventListener('gmp-click', () => { const infoWindow = new google.maps.InfoWindow({ From 3942c0eecffdd430ca04dc5bf62a30fad09ea8b1 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 14:55:49 -0700 Subject: [PATCH 09/20] manually fix ts errors --- samples/advanced-markers-draggable/index.ts | 2 +- samples/ai-powered-summaries-basic/index.ts | 18 ++++------ samples/ai-powered-summaries/index.ts | 6 ++-- samples/boundaries-choropleth/index.ts | 3 +- samples/event-simple/index.ts | 4 +-- samples/place-autocomplete-basic-map/index.ts | 11 +++--- .../place-autocomplete-data-session/index.ts | 2 +- samples/place-autocomplete-map/index.ts | 4 +-- samples/polyline-complex/index.ts | 34 +++++++++---------- samples/routes-compute-routes/index.ts | 30 ++++++++++------ samples/routes-get-alternatives/index.ts | 2 +- samples/routes-get-directions-panel/index.ts | 13 +++++-- samples/routes-get-directions/index.ts | 10 ++++-- samples/routes-markers/index.ts | 2 +- samples/routes-route-matrix/index.ts | 16 +++++---- samples/ui-kit-place-details-compact/index.ts | 2 +- samples/ui-kit-place-search-text/index.ts | 6 +++- 17 files changed, 95 insertions(+), 70 deletions(-) diff --git a/samples/advanced-markers-draggable/index.ts b/samples/advanced-markers-draggable/index.ts index d24f9dcd7..65697da7c 100644 --- a/samples/advanced-markers-draggable/index.ts +++ b/samples/advanced-markers-draggable/index.ts @@ -24,7 +24,7 @@ async function initMap() { // [END maps_advanced_markers_draggable_marker] draggableMarker.addListener('dragend', (event) => { - const position = draggableMarker.position; + const position = draggableMarker.position!; infoWindow.close(); infoWindow.setContent( `Pin dropped at: ${position.lat}, ${position.lng}` diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index 450a29d3c..b0474a21b 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -63,25 +63,21 @@ async function getPlaceDetails() { const attribution = document.createElement('div'); // Retrieve the textual data (summary, disclosure, flag URI). - //@ts-ignore - let overviewText = - place.generativeSummary.overview ?? 'No summary is available.'; - //@ts-ignore - let disclosureText = place.generativeSummary.disclosureText; - //@ts-ignore - let reportingUri = place.generativeSummary.flagContentURI; + let overviewText = place.generativeSummary?.overview; + let disclosureText = place.generativeSummary?.disclosureText; + let reportingURI = place.generativeSummary?.flagContentURI; // Create HTML for reporting link. const reportingLink = document.createElement('a'); - reportingLink.href = reportingUri; + reportingLink.href = reportingURI ?? ''; reportingLink.target = '_blank'; reportingLink.textContent = 'Report a problem.'; // Add text to layout. address.textContent = place.formattedAddress ?? ''; - summary.textContent = overviewText; - attribution.textContent = `${disclosureText} `; - attribution.appendChild(reportingLink); + summary.textContent = overviewText ?? 'No summary is available.'; + attribution.textContent = overviewText ? `${disclosureText} ` : ''; + if (overviewText) attribution.appendChild(reportingLink); content.append(address, lineBreak, summary, lineBreak, attribution); diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index 7e0ffea22..b4d214ec3 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -101,8 +101,8 @@ function updateSummaryPanel(place: google.maps.places.Place) { const createTab = ( label: string, content: string | Node, - disclosure: string, - flagUrl: string + disclosure: string | null, + flagUrl: string | null ) => { const btn = document.createElement('button'); btn.className = 'tab-button'; @@ -188,9 +188,7 @@ function updateSummaryPanel(place: google.maps.places.Place) { } // --- 4. EV Amenity Summary (uses content blocks)) --- - //@ts-ignore if (place.evChargeAmenitySummary) { - //@ts-ignore const evSummary = place.evChargeAmenitySummary; const evContainer = document.createDocumentFragment(); diff --git a/samples/boundaries-choropleth/index.ts b/samples/boundaries-choropleth/index.ts index 5fb769b1a..62251ab20 100644 --- a/samples/boundaries-choropleth/index.ts +++ b/samples/boundaries-choropleth/index.ts @@ -21,7 +21,8 @@ async function initMap() { // [START maps_boundaries_choropleth_style_function] featureLayer.style = (featureStyleFunctionOptions) => { - const placeFeature = featureStyleFunctionOptions.feature; + const placeFeature = + featureStyleFunctionOptions.feature as google.maps.PlaceFeature; const population = states[placeFeature.placeId]; let fillColor; diff --git a/samples/event-simple/index.ts b/samples/event-simple/index.ts index 2550604a8..d1ec0e51f 100644 --- a/samples/event-simple/index.ts +++ b/samples/event-simple/index.ts @@ -29,14 +29,14 @@ async function initMap() { // 3 seconds after the center of the map has changed, // pan back to the marker. window.setTimeout(() => { - innerMap.panTo(marker.position); + innerMap.panTo(marker.position!); }, 3000); }); // Zoom in when the marker is clicked. marker.addEventListener('gmp-click', () => { innerMap.setZoom(8); - innerMap.setCenter(marker.position); + innerMap.setCenter(marker.position!); }); } diff --git a/samples/place-autocomplete-basic-map/index.ts b/samples/place-autocomplete-basic-map/index.ts index 64f756aef..0288c0035 100644 --- a/samples/place-autocomplete-basic-map/index.ts +++ b/samples/place-autocomplete-basic-map/index.ts @@ -69,7 +69,11 @@ async function initMap(): Promise { // Event listener for when the place details have finished loading. placeDetailsElement.addEventListener('gmp-load', () => { - const location = placeDetailsElement.place.location; + const location = placeDetailsElement.place?.location; + if (!location) { + advancedMarkerElement.position = null; + return; + } // Position the marker and open the InfoWindow at the place's location. advancedMarkerElement.position = location; @@ -93,10 +97,7 @@ async function initMap(): Promise { // Update the autocomplete's location bias to a 10km radius around the new map center. placeAutocompleteElement.locationBias = new google.maps.Circle({ - center: { - lat: newCenter.lat(), - lng: newCenter.lng(), - }, + center: newCenter, radius: 10000, // 10km in meters. }); }); diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index 0e240a4a3..b2aecb91b 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -8,7 +8,7 @@ const mapElement = document.querySelector('gmp-map')!; let innerMap: google.maps.Map; let marker: google.maps.marker.AdvancedMarkerElement; -let titleElement = document.querySelector('.title')!; +let titleElement = document.querySelector('.title') as HTMLElement; let resultsContainerElement = document.querySelector('.results')!; let inputElement = document.querySelector('input')!; let tokenStatusElement = document.querySelector('.token-status')!; diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index 9a72ec6c9..a85e51a89 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -56,11 +56,11 @@ async function initMap(): Promise { let content = document.createElement('div'); let nameText = document.createElement('span'); - nameText.textContent = place.displayName; + nameText.textContent = place.displayName ?? 'No name'; content.appendChild(nameText); content.appendChild(document.createElement('br')); let addressText = document.createElement('span'); - addressText.textContent = place.formattedAddress; + addressText.textContent = place.formattedAddress ?? 'No address'; content.appendChild(addressText); updateInfoWindow(content, place.location); diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index c3ead8564..646446f57 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -29,23 +29,23 @@ async function initMap() { }); poly.setMap(innerMap); - // Add a listener for the click event - innerMap.addListener('click', addLatLng); -} - -// Handles click events on a map, and adds a new point to the Polyline. -function addLatLng(event: google.maps.MapMouseEvent) { - const path = poly.getPath(); - - // Because path is an MVCArray, we can simply append a new coordinate - // and it will automatically appear. - path.push(event.latLng); - - // Add a new marker at the new plotted point on the polyline. - new google.maps.marker.AdvancedMarkerElement({ - position: event.latLng, - title: '#' + path.getLength(), - map: innerMap, + // Handles click events on a map, and adds a new point to the Polyline. + innerMap.addListener('click', (event: google.maps.MapMouseEvent) => { + const latLng = event.latLng; + if (!latLng) return; + + const path = poly.getPath(); + + // Because path is an MVCArray, we can simply append a new coordinate + // and it will automatically appear. + path.push(latLng); + + // Add a new marker at the new plotted point on the polyline. + new google.maps.marker.AdvancedMarkerElement({ + position: latLng, + title: '#' + path.getLength(), + map: innerMap, + }); }); } diff --git a/samples/routes-compute-routes/index.ts b/samples/routes-compute-routes/index.ts index f5281cb9f..60a28803a 100644 --- a/samples/routes-compute-routes/index.ts +++ b/samples/routes-compute-routes/index.ts @@ -26,6 +26,7 @@ async function init() { const [ { InfoWindow }, { AdvancedMarkerElement }, + // @ts-expect-error - currently missing. bug fix pending { PlaceAutocompleteElement }, { ComputeRoutesExtraComputation, ReferenceRoute, Route, RouteLabel }, ] = await Promise.all([ @@ -35,7 +36,7 @@ async function init() { google.maps.importLibrary('routes'), ]); - const map = document.getElementById('map'); + const map = document.getElementById('map') as google.maps.MapElement; attachSubmitListener(); initializeLocationInputs(); @@ -100,7 +101,7 @@ async function init() { []; const transitPreference: google.maps.routes.TransitPreference = {}; - const request = { + const request: google.maps.routes.ComputeRoutesRequest = { origin: { location: buildComputeRoutesLocation( originAutocompleteSelection, @@ -127,15 +128,19 @@ async function init() { ), (input) => (input as HTMLInputElement).value ), - travelMode: travelMode, + travelMode: travelMode as google.maps.TravelMode, routingPreference: formData.get('routing_preference') === '' ? undefined - : formData.get('routing_preference'), + : (formData.get( + 'routing_preference' + ) as google.maps.routes.RoutingPreference), polylineQuality: formData.get('polyline_quality') === '' ? undefined - : formData.get('polyline_quality'), + : (formData.get( + 'polyline_quality' + ) as google.maps.routes.PolylineQuality), computeAlternativeRoutes: formData.get('compute_alternative_routes') === 'on', routeModifiers: { @@ -168,8 +173,10 @@ async function init() { extraComputations.push( ComputeRoutesExtraComputation.FUEL_CONSUMPTION ); - request.routeModifiers.vehicleInfo = { - emissionType: formData.get('emission_type'), + request.routeModifiers!.vehicleInfo = { + emissionType: formData.get( + 'emission_type' + ) as google.maps.routes.VehicleEmissionType, }; } @@ -179,12 +186,15 @@ async function init() { ); transitPreference.allowedTransitModes = Array.from( selectedTransitModes, - (input) => (input as HTMLInputElement).value + (input) => + (input as HTMLInputElement).value as google.maps.TransitMode ); transitPreference.routingPreference = formData.get('transit_preference') === '' ? undefined - : formData.get('transit_preference'); + : (formData.get( + 'transit_preference' + ) as google.maps.TransitRoutePreference); } return request; @@ -459,7 +469,7 @@ async function init() { function attachAlertWindowListener() { const alertBox = document.getElementById('alert') as HTMLDivElement; - const closeBtn = alertBox.querySelector('.close'); + const closeBtn = alertBox.querySelector('.close')!; closeBtn.addEventListener('click', () => { if (alertBox.style.display !== 'none') { alertBox.style.display = 'none'; diff --git a/samples/routes-get-alternatives/index.ts b/samples/routes-get-alternatives/index.ts index 0157a1ad3..d8d3bd74d 100644 --- a/samples/routes-get-alternatives/index.ts +++ b/samples/routes-get-alternatives/index.ts @@ -33,7 +33,7 @@ async function getDirections() { // [START maps_routes_get_alternatives_request_full] // [START maps_routes_get_alternatives_request] // Build a request. - const request = { + const request: google.maps.routes.ComputeRoutesRequest = { origin: 'San Francisco, CA', destination: 'Sunset Dr Pacific Grove, CA 93950', travelMode: 'DRIVING', diff --git a/samples/routes-get-directions-panel/index.ts b/samples/routes-get-directions-panel/index.ts index 0090ac15b..64d295232 100644 --- a/samples/routes-get-directions-panel/index.ts +++ b/samples/routes-get-directions-panel/index.ts @@ -26,10 +26,13 @@ async function initMap(): Promise { }); // Define a simple directions request. - const request = { + const request: google.maps.routes.ComputeRoutesRequest = { origin: 'Mountain View, CA', destination: 'Sausalito, CA', - intermediates: ['Half Moon Bay, CA', 'Pacifica Esplanade Beach'], + intermediates: [ + { location: 'Half Moon Bay, CA' }, + { location: 'Pacifica Esplanade Beach' }, + ], travelMode: 'DRIVING', fields: ['legs', 'path'], }; @@ -41,6 +44,10 @@ async function initMap(): Promise { console.log(`Response:\n ${JSON.stringify(routes, null, 2)}`); // Use createPolylines to create polylines for the route. + if (!routes) { + console.warn('No routes found.'); + return; + } mapPolylines = routes[0].createPolylines(); // Add polylines to the map. mapPolylines.forEach((polyline) => polyline.setMap(map)); @@ -77,7 +84,7 @@ async function initMap(): Promise { // Leg Title const legTitleElement = document.createElement('h3'); - legTitleElement.textContent = `Leg ${index + 1} of ${route.legs.length}`; + legTitleElement.textContent = `Leg ${index + 1} of ${route.legs!.length}`; legContainer.appendChild(legTitleElement); if (leg.steps && leg.steps.length > 0) { diff --git a/samples/routes-get-directions/index.ts b/samples/routes-get-directions/index.ts index e9645397f..b9e7c0d5b 100644 --- a/samples/routes-get-directions/index.ts +++ b/samples/routes-get-directions/index.ts @@ -78,7 +78,7 @@ async function initMap(): Promise { // [START maps_routes_get_directions_request_complete] // [START maps_routes_get_directions_request_simple] // Define a routes request. - const request = { + const request: google.maps.routes.ComputeRoutesRequest = { origin: 'Mountain View, CA', destination: 'San Francisco, CA', travelMode: 'DRIVING', @@ -94,6 +94,10 @@ async function initMap(): Promise { // [START maps_routes_get_directions_polyline] // Use createPolylines to create polylines for the route. + if (!routes) { + console.warn('No routes found.'); + return; + } mapPolylines = routes[0].createPolylines(); // Add polylines to the map. mapPolylines.forEach((polyline) => polyline.setMap(map)); @@ -101,7 +105,9 @@ async function initMap(): Promise { // Create markers to start and end points. const markers = await routes[0].createWaypointAdvancedMarkers(); // Add markers to the map - markers.forEach((marker) => marker.setMap(map)); + markers.forEach((marker) => { + marker.map = map; + }); // [END maps_routes_get_directions_polyline] // [END maps_routes_get_directions_request_complete] diff --git a/samples/routes-markers/index.ts b/samples/routes-markers/index.ts index 6bb00bf0b..0f4c91a99 100644 --- a/samples/routes-markers/index.ts +++ b/samples/routes-markers/index.ts @@ -35,7 +35,7 @@ async function getDirections() { // [START maps_routes_markers_request_full] // [START maps_routes_markers_request] // Define routes request with an intermediate stop. - const request = { + const request: google.maps.routes.ComputeRoutesRequest = { origin: 'Parking lot, Christmas Tree Point Rd, San Francisco, CA 94131', destination: '100 Spinnaker Dr, Sausalito, CA 94965', // We're having a yummy lunch! intermediates: [{ location: '300 Finley Rd San Francisco, CA 94129' }], // But first, we golf! diff --git a/samples/routes-route-matrix/index.ts b/samples/routes-route-matrix/index.ts index ee6b1ab61..986878ad5 100644 --- a/samples/routes-route-matrix/index.ts +++ b/samples/routes-route-matrix/index.ts @@ -53,9 +53,11 @@ async function initMap(): Promise { ]); // [START maps_routes_route_matrix_request] - const request = { - origins: [origin1, origin2], - destinations: [destinationA, destinationB], + const destinations = [destinationA, destinationB]; + const origins = [origin1, origin2]; + const request: google.maps.routes.ComputeRouteMatrixRequest = { + origins, + destinations, travelMode: 'DRIVING', units: google.maps.UnitSystem.METRIC, fields: ['distanceMeters', 'durationMillis', 'condition'], @@ -74,7 +76,7 @@ async function initMap(): Promise { JSON.stringify(response, null, 2); // Add markers for the origins. - for (const origin of request.origins) { + for (const origin of origins) { if (origin.location) { const pin = new PinElement({ glyphText: 'O', @@ -85,17 +87,17 @@ async function initMap(): Promise { const marker = new AdvancedMarkerElement({ map, position: origin.location, - content: pin.element, title: `Origin: ${origin.displayName}`, }); + marker.append(pin); markers.push(marker); bounds.extend(origin.location); } } // Add markers for the destinations. - for (let i = 0; i < request.destinations.length; i++) { - const destination = request.destinations[i]; + for (let i = 0; i < destinations.length; i++) { + const destination = destinations[i]; if (destination.location) { const pin = new PinElement({ glyphText: 'D', diff --git a/samples/ui-kit-place-details-compact/index.ts b/samples/ui-kit-place-details-compact/index.ts index 41f2a546e..04c9e8356 100644 --- a/samples/ui-kit-place-details-compact/index.ts +++ b/samples/ui-kit-place-details-compact/index.ts @@ -46,7 +46,7 @@ async function initMap(): Promise { placeDetails.addEventListener('gmp-load', (event) => { // For the initial load case, with no user click, we fall back to the place's location, and ensure the map has a center set and the InfoWindow is show. // (The clicked POI LatLng will be a more natural marker position, when available.) - if (!map.center) { + if (!map.center && placeDetails.place?.location) { map.center = marker.position = placeDetails.place.location; showInfoWindow(); } diff --git a/samples/ui-kit-place-search-text/index.ts b/samples/ui-kit-place-search-text/index.ts index 3272abd88..5b3946a47 100644 --- a/samples/ui-kit-place-search-text/index.ts +++ b/samples/ui-kit-place-search-text/index.ts @@ -14,7 +14,7 @@ const placeSearchQuery = document.querySelector( )!; const placeDetails = document.querySelector('gmp-place-details-compact')!; const placeRequest = document.querySelector('gmp-place-details-place-request')!; -const queryInput = document.querySelector('.query-input')!; +const queryInput = document.querySelector('.query-input') as HTMLInputElement; const searchButton = document.querySelector('.search-button')!; /* [END maps_ui_kit_place_search_text_query_selectors] */ @@ -102,6 +102,10 @@ async function addMarkers() { } for (const place of placeSearch.places) { + if (!place.location) { + continue; + } + const marker = new AdvancedMarkerElement({ map: map.innerMap, position: place.location, From afcaf44cad8d38eadb1ceb76d37cea61047be8c4 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 15:04:35 -0700 Subject: [PATCH 10/20] fix json --- samples/3d-accessibility-features/tsconfig.json | 2 +- samples/3d-camera-boundary/tsconfig.json | 2 +- samples/3d-camera-center/tsconfig.json | 2 +- samples/3d-camera-to-around/tsconfig.json | 2 +- samples/3d-clamp-mode/tsconfig.json | 2 +- samples/3d-coverage-map/tsconfig.json | 2 +- samples/3d-label-toggle/tsconfig.json | 2 +- samples/3d-localization/tsconfig.json | 2 +- samples/3d-map-45-degree/tsconfig.json | 2 +- samples/3d-map-events/tsconfig.json | 2 +- samples/3d-map-roadmap/tsconfig.json | 2 +- samples/3d-map-styling/tsconfig.json | 2 +- samples/3d-marker-click-event/tsconfig.json | 2 +- samples/3d-marker-collision-behavior/tsconfig.json | 2 +- samples/3d-marker-customization/tsconfig.json | 2 +- samples/3d-marker-graphics/tsconfig.json | 2 +- samples/3d-marker-html/tsconfig.json | 2 +- samples/3d-marker-interactive/tsconfig.json | 2 +- samples/3d-mesh-flatten/tsconfig.json | 2 +- samples/3d-model-interactive/tsconfig.json | 2 +- samples/3d-model/tsconfig.json | 2 +- samples/3d-places-autocomplete/tsconfig.json | 2 +- samples/3d-places/tsconfig.json | 2 +- samples/3d-polygon-click-event/tsconfig.json | 2 +- samples/3d-polygon-extruded-hole/tsconfig.json | 2 +- samples/3d-polygon/tsconfig.json | 2 +- samples/3d-polyline-click-event/tsconfig.json | 2 +- samples/3d-polyline-extruded/tsconfig.json | 2 +- samples/3d-polyline/tsconfig.json | 2 +- samples/3d-popover-location/tsconfig.json | 2 +- samples/3d-popover-marker/tsconfig.json | 2 +- samples/3d-simple-map-declarative/tsconfig.json | 2 +- samples/3d-simple-map/tsconfig.json | 2 +- samples/3d-simple-marker/tsconfig.json | 2 +- samples/add-map/tsconfig.json | 2 +- samples/address-validation/tsconfig.json | 2 +- samples/advanced-markers-accessibility/tsconfig.json | 2 +- samples/advanced-markers-altitude/tsconfig.json | 2 +- samples/advanced-markers-animation/tsconfig.json | 2 +- samples/advanced-markers-basic-style/tsconfig.json | 2 +- samples/advanced-markers-collision/tsconfig.json | 2 +- samples/advanced-markers-draggable/tsconfig.json | 2 +- samples/advanced-markers-graphics/tsconfig.json | 2 +- samples/advanced-markers-html-simple/tsconfig.json | 2 +- samples/advanced-markers-html/tsconfig.json | 2 +- samples/advanced-markers-simple/tsconfig.json | 2 +- samples/advanced-markers-zoom/tsconfig.json | 2 +- samples/ai-powered-summaries-basic/tsconfig.json | 2 +- samples/ai-powered-summaries/tsconfig.json | 2 +- samples/boundaries-choropleth/tsconfig.json | 2 +- samples/boundaries-click/tsconfig.json | 2 +- samples/boundaries-simple/tsconfig.json | 2 +- samples/boundaries-text-search/tsconfig.json | 2 +- samples/circle-simple/tsconfig.json | 2 +- samples/control-bounds-restriction/tsconfig.json | 2 +- samples/control-custom-state/tsconfig.json | 2 +- samples/control-disableUI/tsconfig.json | 2 +- samples/control-options/tsconfig.json | 2 +- samples/control-positioning-labels/tsconfig.json | 2 +- samples/control-positioning/tsconfig.json | 2 +- samples/control-replacement/tsconfig.json | 2 +- samples/control-simple/tsconfig.json | 2 +- samples/dds-datasets-point/tsconfig.json | 2 +- samples/dds-datasets-polygon-click/tsconfig.json | 2 +- samples/dds-datasets-polygon-colors/tsconfig.json | 2 +- samples/dds-datasets-polygon/tsconfig.json | 2 +- samples/dds-datasets-polyline/tsconfig.json | 2 +- samples/dds-region-viewer/tsconfig.json | 2 +- samples/deckgl-arclayer/tsconfig.json | 2 +- samples/deckgl-heatmap/tsconfig.json | 2 +- samples/deckgl-kml-updated/tsconfig.json | 2 +- samples/deckgl-kml/tsconfig.json | 2 +- samples/deckgl-points/tsconfig.json | 2 +- samples/deckgl-polygon/tsconfig.json | 2 +- samples/deckgl-tripslayer/tsconfig.json | 2 +- samples/event-arguments/tsconfig.json | 2 +- samples/event-click-latlng/tsconfig.json | 2 +- samples/event-closure/tsconfig.json | 2 +- samples/event-poi/tsconfig.json | 2 +- samples/event-properties/tsconfig.json | 2 +- samples/event-simple/tsconfig.json | 2 +- samples/geocoding-component-restriction/tsconfig.json | 2 +- samples/geocoding-place-id/tsconfig.json | 2 +- samples/geocoding-region-es/tsconfig.json | 2 +- samples/geocoding-region-us/tsconfig.json | 2 +- samples/geocoding-reverse/tsconfig.json | 2 +- samples/geocoding-simple/tsconfig.json | 2 +- samples/hiding-features/tsconfig.json | 2 +- samples/infowindow-simple/tsconfig.json | 2 +- samples/js-api-loader-map/tsconfig.json | 2 +- samples/layer-data-event/tsconfig.json | 2 +- samples/layer-data-quakes-red/tsconfig.json | 2 +- samples/layer-data-quakes-simple/tsconfig.json | 2 +- samples/layer-data-simple/tsconfig.json | 2 +- samples/layer-data-style/tsconfig.json | 2 +- samples/map-events/tsconfig.json | 2 +- samples/map-projection-simple/tsconfig.json | 2 +- samples/map-simple-js/tsconfig.json | 2 +- samples/map-simple/tsconfig.json | 2 +- samples/place-autocomplete-basic-map/tsconfig.json | 2 +- samples/place-autocomplete-data-session/tsconfig.json | 2 +- samples/place-autocomplete-data-simple/tsconfig.json | 2 +- samples/place-autocomplete-element/tsconfig.json | 2 +- samples/place-autocomplete-map/tsconfig.json | 2 +- samples/place-class/tsconfig.json | 2 +- samples/place-nearby-search/tsconfig.json | 2 +- samples/place-photos/tsconfig.json | 2 +- samples/place-reviews/tsconfig.json | 2 +- samples/place-text-search/tsconfig.json | 2 +- samples/places-autocomplete-addressform/tsconfig.json | 2 +- samples/places-placeid-finder/tsconfig.json | 2 +- samples/polyline-complex/tsconfig.json | 2 +- samples/polyline-remove/tsconfig.json | 2 +- samples/polyline-simple/tsconfig.json | 2 +- samples/react-ui-kit-place-details-compact/tsconfig.json | 4 ++-- .../react-ui-kit-place-details-latlng-compact/tsconfig.json | 4 ++-- samples/react-ui-kit-place-details-latlng/tsconfig.json | 4 ++-- samples/react-ui-kit-place-details/tsconfig.json | 2 +- samples/react-ui-kit-search-nearby/tsconfig.json | 4 ++-- samples/react-ui-kit-search-text/tsconfig.json | 2 +- samples/rectangle-event/tsconfig.json | 2 +- samples/routes-compute-routes/tsconfig.json | 2 +- samples/routes-get-alternatives/tsconfig.json | 2 +- samples/routes-get-directions-panel/tsconfig.json | 2 +- samples/routes-get-directions/tsconfig.json | 2 +- samples/routes-markers/tsconfig.json | 2 +- samples/routes-route-matrix/tsconfig.json | 2 +- samples/streetview-overlays/tsconfig.json | 2 +- samples/test-example/tsconfig.json | 2 +- samples/ui-kit-place-details-compact/tsconfig.json | 2 +- samples/ui-kit-place-details/tsconfig.json | 2 +- samples/ui-kit-place-search-nearby/tsconfig.json | 2 +- samples/ui-kit-place-search-text/tsconfig.json | 2 +- samples/weather-api-current-compact/tsconfig.json | 2 +- samples/web-components-events/tsconfig.json | 2 +- samples/web-components-map/tsconfig.json | 2 +- samples/web-components-markers/tsconfig.json | 2 +- tsconfig.base.json | 2 +- 138 files changed, 142 insertions(+), 142 deletions(-) diff --git a/samples/3d-accessibility-features/tsconfig.json b/samples/3d-accessibility-features/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-accessibility-features/tsconfig.json +++ b/samples/3d-accessibility-features/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-camera-boundary/tsconfig.json b/samples/3d-camera-boundary/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-camera-boundary/tsconfig.json +++ b/samples/3d-camera-boundary/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-camera-center/tsconfig.json b/samples/3d-camera-center/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-camera-center/tsconfig.json +++ b/samples/3d-camera-center/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-camera-to-around/tsconfig.json b/samples/3d-camera-to-around/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-camera-to-around/tsconfig.json +++ b/samples/3d-camera-to-around/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-clamp-mode/tsconfig.json b/samples/3d-clamp-mode/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-clamp-mode/tsconfig.json +++ b/samples/3d-clamp-mode/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-coverage-map/tsconfig.json b/samples/3d-coverage-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-coverage-map/tsconfig.json +++ b/samples/3d-coverage-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-label-toggle/tsconfig.json b/samples/3d-label-toggle/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-label-toggle/tsconfig.json +++ b/samples/3d-label-toggle/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-localization/tsconfig.json b/samples/3d-localization/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-localization/tsconfig.json +++ b/samples/3d-localization/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-map-45-degree/tsconfig.json b/samples/3d-map-45-degree/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-map-45-degree/tsconfig.json +++ b/samples/3d-map-45-degree/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-map-events/tsconfig.json b/samples/3d-map-events/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-map-events/tsconfig.json +++ b/samples/3d-map-events/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-map-roadmap/tsconfig.json b/samples/3d-map-roadmap/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-map-roadmap/tsconfig.json +++ b/samples/3d-map-roadmap/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-map-styling/tsconfig.json b/samples/3d-map-styling/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-map-styling/tsconfig.json +++ b/samples/3d-map-styling/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-marker-click-event/tsconfig.json b/samples/3d-marker-click-event/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-marker-click-event/tsconfig.json +++ b/samples/3d-marker-click-event/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-marker-collision-behavior/tsconfig.json b/samples/3d-marker-collision-behavior/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-marker-collision-behavior/tsconfig.json +++ b/samples/3d-marker-collision-behavior/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-marker-customization/tsconfig.json b/samples/3d-marker-customization/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-marker-customization/tsconfig.json +++ b/samples/3d-marker-customization/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-marker-graphics/tsconfig.json b/samples/3d-marker-graphics/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-marker-graphics/tsconfig.json +++ b/samples/3d-marker-graphics/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-marker-html/tsconfig.json b/samples/3d-marker-html/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-marker-html/tsconfig.json +++ b/samples/3d-marker-html/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-marker-interactive/tsconfig.json b/samples/3d-marker-interactive/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-marker-interactive/tsconfig.json +++ b/samples/3d-marker-interactive/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-mesh-flatten/tsconfig.json b/samples/3d-mesh-flatten/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-mesh-flatten/tsconfig.json +++ b/samples/3d-mesh-flatten/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-model-interactive/tsconfig.json b/samples/3d-model-interactive/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-model-interactive/tsconfig.json +++ b/samples/3d-model-interactive/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-model/tsconfig.json b/samples/3d-model/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-model/tsconfig.json +++ b/samples/3d-model/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-places-autocomplete/tsconfig.json b/samples/3d-places-autocomplete/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-places-autocomplete/tsconfig.json +++ b/samples/3d-places-autocomplete/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-places/tsconfig.json b/samples/3d-places/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-places/tsconfig.json +++ b/samples/3d-places/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-polygon-click-event/tsconfig.json b/samples/3d-polygon-click-event/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-polygon-click-event/tsconfig.json +++ b/samples/3d-polygon-click-event/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-polygon-extruded-hole/tsconfig.json b/samples/3d-polygon-extruded-hole/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-polygon-extruded-hole/tsconfig.json +++ b/samples/3d-polygon-extruded-hole/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-polygon/tsconfig.json b/samples/3d-polygon/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-polygon/tsconfig.json +++ b/samples/3d-polygon/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-polyline-click-event/tsconfig.json b/samples/3d-polyline-click-event/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-polyline-click-event/tsconfig.json +++ b/samples/3d-polyline-click-event/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-polyline-extruded/tsconfig.json b/samples/3d-polyline-extruded/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-polyline-extruded/tsconfig.json +++ b/samples/3d-polyline-extruded/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-polyline/tsconfig.json b/samples/3d-polyline/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-polyline/tsconfig.json +++ b/samples/3d-polyline/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-popover-location/tsconfig.json b/samples/3d-popover-location/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-popover-location/tsconfig.json +++ b/samples/3d-popover-location/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-popover-marker/tsconfig.json b/samples/3d-popover-marker/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-popover-marker/tsconfig.json +++ b/samples/3d-popover-marker/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-simple-map-declarative/tsconfig.json b/samples/3d-simple-map-declarative/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-simple-map-declarative/tsconfig.json +++ b/samples/3d-simple-map-declarative/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-simple-map/tsconfig.json b/samples/3d-simple-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-simple-map/tsconfig.json +++ b/samples/3d-simple-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/3d-simple-marker/tsconfig.json b/samples/3d-simple-marker/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/3d-simple-marker/tsconfig.json +++ b/samples/3d-simple-marker/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/add-map/tsconfig.json b/samples/add-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/add-map/tsconfig.json +++ b/samples/add-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/address-validation/tsconfig.json b/samples/address-validation/tsconfig.json index baa2242c1..bb4f2fe79 100644 --- a/samples/address-validation/tsconfig.json +++ b/samples/address-validation/tsconfig.json @@ -6,6 +6,6 @@ "strict": false }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-accessibility/tsconfig.json b/samples/advanced-markers-accessibility/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-accessibility/tsconfig.json +++ b/samples/advanced-markers-accessibility/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-altitude/tsconfig.json b/samples/advanced-markers-altitude/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-altitude/tsconfig.json +++ b/samples/advanced-markers-altitude/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-animation/tsconfig.json b/samples/advanced-markers-animation/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-animation/tsconfig.json +++ b/samples/advanced-markers-animation/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-basic-style/tsconfig.json b/samples/advanced-markers-basic-style/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-basic-style/tsconfig.json +++ b/samples/advanced-markers-basic-style/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-collision/tsconfig.json b/samples/advanced-markers-collision/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-collision/tsconfig.json +++ b/samples/advanced-markers-collision/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-draggable/tsconfig.json b/samples/advanced-markers-draggable/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-draggable/tsconfig.json +++ b/samples/advanced-markers-draggable/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-graphics/tsconfig.json b/samples/advanced-markers-graphics/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-graphics/tsconfig.json +++ b/samples/advanced-markers-graphics/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-html-simple/tsconfig.json b/samples/advanced-markers-html-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-html-simple/tsconfig.json +++ b/samples/advanced-markers-html-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-html/tsconfig.json b/samples/advanced-markers-html/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-html/tsconfig.json +++ b/samples/advanced-markers-html/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-simple/tsconfig.json b/samples/advanced-markers-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-simple/tsconfig.json +++ b/samples/advanced-markers-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/advanced-markers-zoom/tsconfig.json b/samples/advanced-markers-zoom/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/advanced-markers-zoom/tsconfig.json +++ b/samples/advanced-markers-zoom/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/ai-powered-summaries-basic/tsconfig.json b/samples/ai-powered-summaries-basic/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/ai-powered-summaries-basic/tsconfig.json +++ b/samples/ai-powered-summaries-basic/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/ai-powered-summaries/tsconfig.json b/samples/ai-powered-summaries/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/ai-powered-summaries/tsconfig.json +++ b/samples/ai-powered-summaries/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/boundaries-choropleth/tsconfig.json b/samples/boundaries-choropleth/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/boundaries-choropleth/tsconfig.json +++ b/samples/boundaries-choropleth/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/boundaries-click/tsconfig.json b/samples/boundaries-click/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/boundaries-click/tsconfig.json +++ b/samples/boundaries-click/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/boundaries-simple/tsconfig.json b/samples/boundaries-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/boundaries-simple/tsconfig.json +++ b/samples/boundaries-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/boundaries-text-search/tsconfig.json b/samples/boundaries-text-search/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/boundaries-text-search/tsconfig.json +++ b/samples/boundaries-text-search/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/circle-simple/tsconfig.json b/samples/circle-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/circle-simple/tsconfig.json +++ b/samples/circle-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-bounds-restriction/tsconfig.json b/samples/control-bounds-restriction/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-bounds-restriction/tsconfig.json +++ b/samples/control-bounds-restriction/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-custom-state/tsconfig.json b/samples/control-custom-state/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-custom-state/tsconfig.json +++ b/samples/control-custom-state/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-disableUI/tsconfig.json b/samples/control-disableUI/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-disableUI/tsconfig.json +++ b/samples/control-disableUI/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-options/tsconfig.json b/samples/control-options/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-options/tsconfig.json +++ b/samples/control-options/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-positioning-labels/tsconfig.json b/samples/control-positioning-labels/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-positioning-labels/tsconfig.json +++ b/samples/control-positioning-labels/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-positioning/tsconfig.json b/samples/control-positioning/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-positioning/tsconfig.json +++ b/samples/control-positioning/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-replacement/tsconfig.json b/samples/control-replacement/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-replacement/tsconfig.json +++ b/samples/control-replacement/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/control-simple/tsconfig.json b/samples/control-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/control-simple/tsconfig.json +++ b/samples/control-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/dds-datasets-point/tsconfig.json b/samples/dds-datasets-point/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/dds-datasets-point/tsconfig.json +++ b/samples/dds-datasets-point/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/dds-datasets-polygon-click/tsconfig.json b/samples/dds-datasets-polygon-click/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/dds-datasets-polygon-click/tsconfig.json +++ b/samples/dds-datasets-polygon-click/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/dds-datasets-polygon-colors/tsconfig.json b/samples/dds-datasets-polygon-colors/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/dds-datasets-polygon-colors/tsconfig.json +++ b/samples/dds-datasets-polygon-colors/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/dds-datasets-polygon/tsconfig.json b/samples/dds-datasets-polygon/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/dds-datasets-polygon/tsconfig.json +++ b/samples/dds-datasets-polygon/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/dds-datasets-polyline/tsconfig.json b/samples/dds-datasets-polyline/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/dds-datasets-polyline/tsconfig.json +++ b/samples/dds-datasets-polyline/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/dds-region-viewer/tsconfig.json b/samples/dds-region-viewer/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/dds-region-viewer/tsconfig.json +++ b/samples/dds-region-viewer/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-arclayer/tsconfig.json b/samples/deckgl-arclayer/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-arclayer/tsconfig.json +++ b/samples/deckgl-arclayer/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-heatmap/tsconfig.json b/samples/deckgl-heatmap/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-heatmap/tsconfig.json +++ b/samples/deckgl-heatmap/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-kml-updated/tsconfig.json b/samples/deckgl-kml-updated/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-kml-updated/tsconfig.json +++ b/samples/deckgl-kml-updated/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-kml/tsconfig.json b/samples/deckgl-kml/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-kml/tsconfig.json +++ b/samples/deckgl-kml/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-points/tsconfig.json b/samples/deckgl-points/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-points/tsconfig.json +++ b/samples/deckgl-points/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-polygon/tsconfig.json b/samples/deckgl-polygon/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-polygon/tsconfig.json +++ b/samples/deckgl-polygon/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/deckgl-tripslayer/tsconfig.json b/samples/deckgl-tripslayer/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/deckgl-tripslayer/tsconfig.json +++ b/samples/deckgl-tripslayer/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/event-arguments/tsconfig.json b/samples/event-arguments/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/event-arguments/tsconfig.json +++ b/samples/event-arguments/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/event-click-latlng/tsconfig.json b/samples/event-click-latlng/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/event-click-latlng/tsconfig.json +++ b/samples/event-click-latlng/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/event-closure/tsconfig.json b/samples/event-closure/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/event-closure/tsconfig.json +++ b/samples/event-closure/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/event-poi/tsconfig.json b/samples/event-poi/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/event-poi/tsconfig.json +++ b/samples/event-poi/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/event-properties/tsconfig.json b/samples/event-properties/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/event-properties/tsconfig.json +++ b/samples/event-properties/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/event-simple/tsconfig.json b/samples/event-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/event-simple/tsconfig.json +++ b/samples/event-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/geocoding-component-restriction/tsconfig.json b/samples/geocoding-component-restriction/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/geocoding-component-restriction/tsconfig.json +++ b/samples/geocoding-component-restriction/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/geocoding-place-id/tsconfig.json b/samples/geocoding-place-id/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/geocoding-place-id/tsconfig.json +++ b/samples/geocoding-place-id/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/geocoding-region-es/tsconfig.json b/samples/geocoding-region-es/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/geocoding-region-es/tsconfig.json +++ b/samples/geocoding-region-es/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/geocoding-region-us/tsconfig.json b/samples/geocoding-region-us/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/geocoding-region-us/tsconfig.json +++ b/samples/geocoding-region-us/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/geocoding-reverse/tsconfig.json b/samples/geocoding-reverse/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/geocoding-reverse/tsconfig.json +++ b/samples/geocoding-reverse/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/geocoding-simple/tsconfig.json b/samples/geocoding-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/geocoding-simple/tsconfig.json +++ b/samples/geocoding-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/hiding-features/tsconfig.json b/samples/hiding-features/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/hiding-features/tsconfig.json +++ b/samples/hiding-features/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/infowindow-simple/tsconfig.json b/samples/infowindow-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/infowindow-simple/tsconfig.json +++ b/samples/infowindow-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/js-api-loader-map/tsconfig.json b/samples/js-api-loader-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/js-api-loader-map/tsconfig.json +++ b/samples/js-api-loader-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/layer-data-event/tsconfig.json b/samples/layer-data-event/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/layer-data-event/tsconfig.json +++ b/samples/layer-data-event/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/layer-data-quakes-red/tsconfig.json b/samples/layer-data-quakes-red/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/layer-data-quakes-red/tsconfig.json +++ b/samples/layer-data-quakes-red/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/layer-data-quakes-simple/tsconfig.json b/samples/layer-data-quakes-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/layer-data-quakes-simple/tsconfig.json +++ b/samples/layer-data-quakes-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/layer-data-simple/tsconfig.json b/samples/layer-data-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/layer-data-simple/tsconfig.json +++ b/samples/layer-data-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/layer-data-style/tsconfig.json b/samples/layer-data-style/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/layer-data-style/tsconfig.json +++ b/samples/layer-data-style/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/map-events/tsconfig.json b/samples/map-events/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/map-events/tsconfig.json +++ b/samples/map-events/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/map-projection-simple/tsconfig.json b/samples/map-projection-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/map-projection-simple/tsconfig.json +++ b/samples/map-projection-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/map-simple-js/tsconfig.json b/samples/map-simple-js/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/map-simple-js/tsconfig.json +++ b/samples/map-simple-js/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/map-simple/tsconfig.json b/samples/map-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/map-simple/tsconfig.json +++ b/samples/map-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-autocomplete-basic-map/tsconfig.json b/samples/place-autocomplete-basic-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-autocomplete-basic-map/tsconfig.json +++ b/samples/place-autocomplete-basic-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-autocomplete-data-session/tsconfig.json b/samples/place-autocomplete-data-session/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-autocomplete-data-session/tsconfig.json +++ b/samples/place-autocomplete-data-session/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-autocomplete-data-simple/tsconfig.json b/samples/place-autocomplete-data-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-autocomplete-data-simple/tsconfig.json +++ b/samples/place-autocomplete-data-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-autocomplete-element/tsconfig.json b/samples/place-autocomplete-element/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-autocomplete-element/tsconfig.json +++ b/samples/place-autocomplete-element/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-autocomplete-map/tsconfig.json b/samples/place-autocomplete-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-autocomplete-map/tsconfig.json +++ b/samples/place-autocomplete-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-class/tsconfig.json b/samples/place-class/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-class/tsconfig.json +++ b/samples/place-class/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-nearby-search/tsconfig.json b/samples/place-nearby-search/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-nearby-search/tsconfig.json +++ b/samples/place-nearby-search/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-photos/tsconfig.json b/samples/place-photos/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-photos/tsconfig.json +++ b/samples/place-photos/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-reviews/tsconfig.json b/samples/place-reviews/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-reviews/tsconfig.json +++ b/samples/place-reviews/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/place-text-search/tsconfig.json b/samples/place-text-search/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/place-text-search/tsconfig.json +++ b/samples/place-text-search/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/places-autocomplete-addressform/tsconfig.json b/samples/places-autocomplete-addressform/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/places-autocomplete-addressform/tsconfig.json +++ b/samples/places-autocomplete-addressform/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/places-placeid-finder/tsconfig.json b/samples/places-placeid-finder/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/places-placeid-finder/tsconfig.json +++ b/samples/places-placeid-finder/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/polyline-complex/tsconfig.json b/samples/polyline-complex/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/polyline-complex/tsconfig.json +++ b/samples/polyline-complex/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/polyline-remove/tsconfig.json b/samples/polyline-remove/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/polyline-remove/tsconfig.json +++ b/samples/polyline-remove/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/polyline-simple/tsconfig.json b/samples/polyline-simple/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/polyline-simple/tsconfig.json +++ b/samples/polyline-simple/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/react-ui-kit-place-details-compact/tsconfig.json b/samples/react-ui-kit-place-details-compact/tsconfig.json index 85ea5e64e..2b109b184 100644 --- a/samples/react-ui-kit-place-details-compact/tsconfig.json +++ b/samples/react-ui-kit-place-details-compact/tsconfig.json @@ -2,9 +2,9 @@ "extends": "../../tsconfig.react-base.json", "compilerOptions": { "outDir": "./dist", - "rootDir": "./src", + "rootDir": "./src" }, "include": [ - "./src/**/*.ts*", + "./src/**/*.ts*" ], } diff --git a/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json b/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json index 85ea5e64e..2b109b184 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json +++ b/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json @@ -2,9 +2,9 @@ "extends": "../../tsconfig.react-base.json", "compilerOptions": { "outDir": "./dist", - "rootDir": "./src", + "rootDir": "./src" }, "include": [ - "./src/**/*.ts*", + "./src/**/*.ts*" ], } diff --git a/samples/react-ui-kit-place-details-latlng/tsconfig.json b/samples/react-ui-kit-place-details-latlng/tsconfig.json index 85ea5e64e..2b109b184 100644 --- a/samples/react-ui-kit-place-details-latlng/tsconfig.json +++ b/samples/react-ui-kit-place-details-latlng/tsconfig.json @@ -2,9 +2,9 @@ "extends": "../../tsconfig.react-base.json", "compilerOptions": { "outDir": "./dist", - "rootDir": "./src", + "rootDir": "./src" }, "include": [ - "./src/**/*.ts*", + "./src/**/*.ts*" ], } diff --git a/samples/react-ui-kit-place-details/tsconfig.json b/samples/react-ui-kit-place-details/tsconfig.json index 0b5a068d3..10c6e6b74 100644 --- a/samples/react-ui-kit-place-details/tsconfig.json +++ b/samples/react-ui-kit-place-details/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.react-base.json", "compilerOptions": { "outDir": "./dist", - "rootDir": "./src", + "rootDir": "./src" }, "include": [ "./src/**/*.ts*" diff --git a/samples/react-ui-kit-search-nearby/tsconfig.json b/samples/react-ui-kit-search-nearby/tsconfig.json index 85ea5e64e..2b109b184 100644 --- a/samples/react-ui-kit-search-nearby/tsconfig.json +++ b/samples/react-ui-kit-search-nearby/tsconfig.json @@ -2,9 +2,9 @@ "extends": "../../tsconfig.react-base.json", "compilerOptions": { "outDir": "./dist", - "rootDir": "./src", + "rootDir": "./src" }, "include": [ - "./src/**/*.ts*", + "./src/**/*.ts*" ], } diff --git a/samples/react-ui-kit-search-text/tsconfig.json b/samples/react-ui-kit-search-text/tsconfig.json index 86924f1ac..2b109b184 100644 --- a/samples/react-ui-kit-search-text/tsconfig.json +++ b/samples/react-ui-kit-search-text/tsconfig.json @@ -5,6 +5,6 @@ "rootDir": "./src" }, "include": [ - "./src/**/*.ts*", + "./src/**/*.ts*" ], } diff --git a/samples/rectangle-event/tsconfig.json b/samples/rectangle-event/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/rectangle-event/tsconfig.json +++ b/samples/rectangle-event/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/routes-compute-routes/tsconfig.json b/samples/routes-compute-routes/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/routes-compute-routes/tsconfig.json +++ b/samples/routes-compute-routes/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/routes-get-alternatives/tsconfig.json b/samples/routes-get-alternatives/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/routes-get-alternatives/tsconfig.json +++ b/samples/routes-get-alternatives/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/routes-get-directions-panel/tsconfig.json b/samples/routes-get-directions-panel/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/routes-get-directions-panel/tsconfig.json +++ b/samples/routes-get-directions-panel/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/routes-get-directions/tsconfig.json b/samples/routes-get-directions/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/routes-get-directions/tsconfig.json +++ b/samples/routes-get-directions/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/routes-markers/tsconfig.json b/samples/routes-markers/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/routes-markers/tsconfig.json +++ b/samples/routes-markers/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/routes-route-matrix/tsconfig.json b/samples/routes-route-matrix/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/routes-route-matrix/tsconfig.json +++ b/samples/routes-route-matrix/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/streetview-overlays/tsconfig.json b/samples/streetview-overlays/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/streetview-overlays/tsconfig.json +++ b/samples/streetview-overlays/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/test-example/tsconfig.json b/samples/test-example/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/test-example/tsconfig.json +++ b/samples/test-example/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/ui-kit-place-details-compact/tsconfig.json b/samples/ui-kit-place-details-compact/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/ui-kit-place-details-compact/tsconfig.json +++ b/samples/ui-kit-place-details-compact/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/ui-kit-place-details/tsconfig.json b/samples/ui-kit-place-details/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/ui-kit-place-details/tsconfig.json +++ b/samples/ui-kit-place-details/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/ui-kit-place-search-nearby/tsconfig.json b/samples/ui-kit-place-search-nearby/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/ui-kit-place-search-nearby/tsconfig.json +++ b/samples/ui-kit-place-search-nearby/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/ui-kit-place-search-text/tsconfig.json b/samples/ui-kit-place-search-text/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/ui-kit-place-search-text/tsconfig.json +++ b/samples/ui-kit-place-search-text/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/weather-api-current-compact/tsconfig.json b/samples/weather-api-current-compact/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/weather-api-current-compact/tsconfig.json +++ b/samples/weather-api-current-compact/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/web-components-events/tsconfig.json b/samples/web-components-events/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/web-components-events/tsconfig.json +++ b/samples/web-components-events/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/web-components-map/tsconfig.json b/samples/web-components-map/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/web-components-map/tsconfig.json +++ b/samples/web-components-map/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/samples/web-components-markers/tsconfig.json b/samples/web-components-markers/tsconfig.json index 5ba470c05..d3e23f634 100644 --- a/samples/web-components-markers/tsconfig.json +++ b/samples/web-components-markers/tsconfig.json @@ -4,6 +4,6 @@ "rootDir": "." }, "include": [ - "./*.ts", + "./*.ts" ] } diff --git a/tsconfig.base.json b/tsconfig.base.json index 3bf9c71fa..1e50e346b 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,6 +10,6 @@ "noImplicitAny": false, "skipLibCheck": true, "esModuleInterop": true, - "types": ["google.maps"], + "types": ["google.maps"] } } From 9def90a4c0898d2e7daa7e95289c9e648b3fe40d Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 15:13:22 -0700 Subject: [PATCH 11/20] exclude fewer files from prettifying and run --- .github/blunderbuss.yml | 2 +- .github/dependabot.yml | 2 +- .github/header-checker-lint.yml | 2 +- .github/snippet-bot.yml | 2 +- .github/workflows/approve-merge.yml | 2 +- .github/workflows/dist-pr.yml | 2 +- .github/workflows/playwright.yml | 26 +- .github/workflows/release.yml | 8 +- .prettierignore | 7 +- .prettierrc.json | 22 + README.md | 14 +- assets/google.json | 209 +- docs/code-of-conduct.md | 32 +- docs/contributing.md | 2 +- e2e/samples.spec.ts | 348 +- e2e/utils.ts | 46 +- eslint.config.mjs | 58 +- firebase.json | 6 +- playwright.config.ts | 116 +- samples/.prettierrc.json | 7 - .../3d-accessibility-features/tsconfig.json | 4 +- samples/3d-camera-boundary/tsconfig.json | 4 +- samples/3d-camera-center/tsconfig.json | 4 +- samples/3d-camera-to-around/tsconfig.json | 4 +- samples/3d-clamp-mode/tsconfig.json | 4 +- samples/3d-coverage-map/tsconfig.json | 4 +- samples/3d-label-toggle/tsconfig.json | 4 +- samples/3d-localization/tsconfig.json | 4 +- samples/3d-map-45-degree/tsconfig.json | 4 +- samples/3d-map-events/tsconfig.json | 4 +- samples/3d-map-roadmap/tsconfig.json | 4 +- samples/3d-map-styling/tsconfig.json | 4 +- samples/3d-marker-click-event/tsconfig.json | 4 +- .../tsconfig.json | 4 +- samples/3d-marker-customization/tsconfig.json | 4 +- samples/3d-marker-graphics/tsconfig.json | 4 +- samples/3d-marker-html/tsconfig.json | 4 +- samples/3d-marker-interactive/tsconfig.json | 4 +- samples/3d-mesh-flatten/tsconfig.json | 4 +- samples/3d-model-interactive/tsconfig.json | 4 +- samples/3d-model/tsconfig.json | 4 +- samples/3d-places-autocomplete/tsconfig.json | 4 +- samples/3d-places/tsconfig.json | 4 +- samples/3d-polygon-click-event/tsconfig.json | 4 +- .../3d-polygon-extruded-hole/tsconfig.json | 4 +- samples/3d-polygon/tsconfig.json | 4 +- samples/3d-polyline-click-event/tsconfig.json | 4 +- samples/3d-polyline-extruded/tsconfig.json | 4 +- samples/3d-polyline/tsconfig.json | 4 +- samples/3d-popover-location/tsconfig.json | 4 +- samples/3d-popover-marker/tsconfig.json | 4 +- .../3d-simple-map-declarative/tsconfig.json | 4 +- samples/3d-simple-map/tsconfig.json | 4 +- samples/3d-simple-marker/tsconfig.json | 4 +- samples/add-map/tsconfig.json | 4 +- samples/address-validation/tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../advanced-markers-altitude/tsconfig.json | 4 +- .../advanced-markers-animation/tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../advanced-markers-collision/tsconfig.json | 4 +- .../advanced-markers-draggable/tsconfig.json | 4 +- .../advanced-markers-graphics/tsconfig.json | 4 +- .../tsconfig.json | 4 +- samples/advanced-markers-html/tsconfig.json | 4 +- samples/advanced-markers-simple/tsconfig.json | 4 +- samples/advanced-markers-zoom/tsconfig.json | 4 +- .../ai-powered-summaries-basic/tsconfig.json | 4 +- samples/ai-powered-summaries/tsconfig.json | 4 +- samples/boundaries-choropleth/tsconfig.json | 4 +- samples/boundaries-click/tsconfig.json | 4 +- samples/boundaries-simple/tsconfig.json | 4 +- samples/boundaries-text-search/tsconfig.json | 4 +- samples/circle-simple/tsconfig.json | 4 +- .../control-bounds-restriction/tsconfig.json | 4 +- samples/control-custom-state/tsconfig.json | 4 +- samples/control-disableUI/tsconfig.json | 4 +- samples/control-options/tsconfig.json | 4 +- .../control-positioning-labels/tsconfig.json | 4 +- samples/control-positioning/tsconfig.json | 4 +- samples/control-replacement/tsconfig.json | 4 +- samples/control-simple/tsconfig.json | 4 +- samples/dds-datasets-point/tsconfig.json | 4 +- .../dds-datasets-polygon-click/tsconfig.json | 4 +- .../dds-datasets-polygon-colors/tsconfig.json | 4 +- samples/dds-datasets-polygon/tsconfig.json | 4 +- samples/dds-datasets-polyline/tsconfig.json | 4 +- samples/dds-region-viewer/src/countries.json | 6002 ++++---- samples/dds-region-viewer/tsconfig.json | 4 +- samples/deckgl-arclayer/tsconfig.json | 4 +- samples/deckgl-heatmap/tsconfig.json | 4 +- samples/deckgl-kml-updated/tsconfig.json | 4 +- samples/deckgl-kml/tsconfig.json | 4 +- samples/deckgl-points/tsconfig.json | 4 +- samples/deckgl-polygon/tsconfig.json | 4 +- .../deckgl-tripslayer/public/trips-v7.json | 12644 +++++++++++++--- samples/deckgl-tripslayer/tsconfig.json | 4 +- samples/event-arguments/tsconfig.json | 4 +- samples/event-click-latlng/tsconfig.json | 4 +- samples/event-closure/tsconfig.json | 4 +- samples/event-poi/tsconfig.json | 4 +- samples/event-properties/tsconfig.json | 4 +- samples/event-simple/tsconfig.json | 4 +- .../tsconfig.json | 4 +- samples/geocoding-place-id/tsconfig.json | 4 +- samples/geocoding-region-es/tsconfig.json | 4 +- samples/geocoding-region-us/tsconfig.json | 4 +- samples/geocoding-reverse/tsconfig.json | 4 +- samples/geocoding-simple/tsconfig.json | 4 +- samples/hiding-features/tsconfig.json | 4 +- samples/infowindow-simple/tsconfig.json | 4 +- samples/js-api-loader-map/tsconfig.json | 4 +- samples/layer-data-event/public/google.json | 211 +- samples/layer-data-event/tsconfig.json | 4 +- samples/layer-data-quakes-red/index.ts | 2 +- .../public/quakes.geo.json | 1021 -- samples/layer-data-quakes-red/tsconfig.json | 4 +- samples/layer-data-quakes-simple/index.ts | 2 +- .../public/quakes.geo.json | 1021 -- .../layer-data-quakes-simple/tsconfig.json | 4 +- samples/layer-data-simple/public/google.json | 211 +- samples/layer-data-simple/tsconfig.json | 4 +- samples/layer-data-style/public/google.json | 211 +- samples/layer-data-style/tsconfig.json | 4 +- samples/map-events/tsconfig.json | 4 +- samples/map-projection-simple/tsconfig.json | 4 +- samples/map-simple-js/tsconfig.json | 4 +- samples/map-simple/tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../place-autocomplete-element/tsconfig.json | 4 +- samples/place-autocomplete-map/tsconfig.json | 4 +- samples/place-class/tsconfig.json | 4 +- samples/place-nearby-search/tsconfig.json | 4 +- samples/place-photos/tsconfig.json | 4 +- samples/place-reviews/tsconfig.json | 4 +- samples/place-text-search/tsconfig.json | 4 +- .../tsconfig.json | 4 +- samples/places-placeid-finder/tsconfig.json | 4 +- samples/polyline-complex/tsconfig.json | 4 +- samples/polyline-remove/tsconfig.json | 4 +- samples/polyline-simple/tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../tsconfig.json | 4 +- .../react-ui-kit-place-details/tsconfig.json | 4 +- .../react-ui-kit-search-nearby/tsconfig.json | 4 +- .../react-ui-kit-search-text/tsconfig.json | 4 +- samples/rectangle-event/tsconfig.json | 4 +- samples/routes-compute-routes/tsconfig.json | 4 +- samples/routes-get-alternatives/tsconfig.json | 4 +- .../routes-get-directions-panel/tsconfig.json | 4 +- samples/routes-get-directions/tsconfig.json | 4 +- samples/routes-markers/tsconfig.json | 4 +- samples/routes-route-matrix/tsconfig.json | 4 +- samples/streetview-overlays/tsconfig.json | 4 +- samples/test-example/tsconfig.json | 4 +- .../tsconfig.json | 4 +- samples/ui-kit-place-details/tsconfig.json | 4 +- .../ui-kit-place-search-nearby/tsconfig.json | 4 +- .../ui-kit-place-search-text/tsconfig.json | 4 +- .../weather-api-current-compact/tsconfig.json | 4 +- samples/web-components-events/tsconfig.json | 4 +- samples/web-components-map/tsconfig.json | 4 +- samples/web-components-markers/tsconfig.json | 4 +- 166 files changed, 14876 insertions(+), 7910 deletions(-) create mode 100644 .prettierrc.json delete mode 100644 samples/.prettierrc.json delete mode 100644 samples/layer-data-quakes-red/public/quakes.geo.json delete mode 100644 samples/layer-data-quakes-simple/public/quakes.geo.json diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index b44806be7..8410370e9 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -15,4 +15,4 @@ assign_issues: - googlemaps/devrel assign_prs: - - googlemaps/devrel \ No newline at end of file + - googlemaps/devrel diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4210844e4..bff08b2b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,4 +20,4 @@ updates: interval: "weekly" ignore: - dependency-name: "three" - - dependency-name: "@types/three" \ No newline at end of file + - dependency-name: "@types/three" diff --git a/.github/header-checker-lint.yml b/.github/header-checker-lint.yml index a5542d451..82b3fbc89 100644 --- a/.github/header-checker-lint.yml +++ b/.github/header-checker-lint.yml @@ -14,4 +14,4 @@ sourceFileExtensions: - .sh - .swift - .ts - - .yml \ No newline at end of file + - .yml diff --git a/.github/snippet-bot.yml b/.github/snippet-bot.yml index 16797e1be..6c636be71 100644 --- a/.github/snippet-bot.yml +++ b/.github/snippet-bot.yml @@ -1,3 +1,3 @@ alwaysCreateStatusCheck: true ignoreFiles: -- "samples/*.sh" + - "samples/*.sh" diff --git a/.github/workflows/approve-merge.yml b/.github/workflows/approve-merge.yml index 4da9ed684..ca31c85fb 100644 --- a/.github/workflows/approve-merge.yml +++ b/.github/workflows/approve-merge.yml @@ -36,7 +36,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} # Checkout the PR's head commit token: ${{ secrets.GH_MERGE_TOKEN }} - + - name: Approve PR run: gh pr review --approve "$PR_URL" env: diff --git a/.github/workflows/dist-pr.yml b/.github/workflows/dist-pr.yml index 225f95af2..e1d7f41e5 100644 --- a/.github/workflows/dist-pr.yml +++ b/.github/workflows/dist-pr.yml @@ -18,7 +18,7 @@ on: workflow_dispatch: inputs: source_run_id: - description: 'ID of the upstream workflow run that triggered this' + description: "ID of the upstream workflow run that triggered this" required: false type: string diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c7808674e..b6fc4e31d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,18 +18,18 @@ on: pull_request: types: [opened, synchronize, edited] paths: - - 'samples/**' - - 'e2e/samples.spec.ts' - - 'playwright.config.ts' - - 'package.json' + - "samples/**" + - "e2e/samples.spec.ts" + - "playwright.config.ts" + - "package.json" push: branches: - main paths: - - 'samples/**' - - 'e2e/samples.spec.ts' - - 'playwright.config.ts' - - 'package.json' + - "samples/**" + - "e2e/samples.spec.ts" + - "playwright.config.ts" + - "package.json" schedule: - cron: "0 12 * * *" @@ -74,7 +74,7 @@ jobs: if: env.HAS_CHANGES == 'true' uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: "24.x" - name: Cache npm dependencies if: env.HAS_CHANGES == 'true' @@ -111,14 +111,14 @@ jobs: - name: Install Playwright Browsers if: steps.playwright-cache.outputs.cache-hit != 'true' && env.HAS_CHANGES == 'true' run: npx playwright install chromium --with-deps - + - name: Build Changed Workspaces if: env.HAS_CHANGES == 'true' run: | IFS=$'\n' CHANGED_WORKSPACES_ARRAY=(${STEPS_GET_WORKSPACES_OUTPUTS_CHANGED_WORKSPACES}) echo "Changed Workspaces Array: ${CHANGED_WORKSPACES_ARRAY[@]}" - + echo "Building changed workspaces:" for workspace in "${CHANGED_WORKSPACES_ARRAY[@]}"; do echo " - samples/$workspace" @@ -140,7 +140,7 @@ jobs: # Pass the correct base reference for find-changes.sh when called by samples.spec.ts GIT_BASE_REF: ${{ github.event_name == 'pull_request' && format('origin/{0}', github.base_ref) || github.event.before }} CI: true - + - name: Prettier Check if: env.HAS_CHANGES == 'true' run: npx prettier ./samples/ --check --log-level warn @@ -168,7 +168,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: "24.x" - name: Cache npm dependencies uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64392a3f3..00c02b15f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ on: branches: - main paths: - - 'samples/**' + - "samples/**" jobs: release: @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: "24.x" - run: npm i @@ -93,7 +93,7 @@ jobs: echo " - samples/$workspace" rm -rf dist/samples/$workspace done - + - name: Generate Index run: bash samples/generate-index.sh @@ -130,6 +130,6 @@ jobs: uses: benc-uk/workflow-dispatch@v1 with: workflow: dist-pr.yml - ref: 'temp-build-branch' + ref: "temp-build-branch" token: ${{ secrets.GH_APPROVER_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability diff --git a/.prettierignore b/.prettierignore index 45d571182..ecf6cd6fd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,4 @@ -# Ignore JSON -*.json - -# Ignore dist output +index.html +package.json +package-lock.json dist \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 000000000..e3c3f8dae --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,22 @@ +{ + "trailingComma": "es5", + "tabWidth": 4, + "semi": true, + "singleQuote": true, + "bracketSameLine": true, + "overrides": [ + { + "files": "*.json", + "options": { + "tabWidth": 2 + } + }, + { + "files": "*.yml", + "options": { + "tabWidth": 2, + "singleQuote": false + } + } + ] +} diff --git a/README.md b/README.md index 184a6b20e..5dbc1bc97 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Welcome to the js-api-samples repository, the home of Google Maps JavaScript API ## Important Note: Repository Migration in Progress -This repository (`js-api-samples`) is the new home for the Maps JavaScript API samples. +This repository (`js-api-samples`) is the new home for the Maps JavaScript API samples. We are currently migrating all samples from the old repository (`js-samples`). During this transition, you may find some samples are still missing or under development. -* [**js-samples GitHub Repository:**](https://github.com/googlemaps/js-samples) -* [**Maps JavaScript API Documentation:**](https://developers.google.com/maps/documentation/javascript/) +- [**js-samples GitHub Repository:**](https://github.com/googlemaps/js-samples) +- [**Maps JavaScript API Documentation:**](https://developers.google.com/maps/documentation/javascript/) We appreciate your patience as we complete this migration. Please check back regularly for updates. @@ -25,11 +25,11 @@ Each example is one atomic unit, for which dependencies must be individually set ### Build samples 1. Run `npm i` to install dependencies. You only need to do this once, and -thereafter only to update dependencies. + thereafter only to update dependencies. 1. Navigate to the top level (`samples/`). - - To build a single sample, run `npm run build --workspace=sample-name/` - - To build all samples, run `npm run build-all`. +- To build a single sample, run `npm run build --workspace=sample-name/` +- To build all samples, run `npm run build-all`. Build output is copied to the main `dist/` folder. Each individual sample folder also contains a `dist/` folder, but this is only used by Vite for live preview. @@ -57,7 +57,7 @@ This library is not a Google Maps Platform Core Service. Therefore, the Google M This library is offered via an open source [license](https://www.apache.org/licenses/LICENSE-2.0). It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg), the [SLA](https://cloud.google.com/maps-platform/terms/sla), or the [Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service). -This library adheres to [semantic versioning](https://semver.org/) to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time. +This library adheres to [semantic versioning](https://semver.org/) to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time. If you find a bug, or have a feature request, please [file an issue]() on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our [developer community channels](https://developers.google.com/maps/developer-community). If you'd like to contribute, please check the [Contributing guide](). diff --git a/assets/google.json b/assets/google.json index 9b59eb9cf..ee0e04917 100644 --- a/assets/google.json +++ b/assets/google.json @@ -13,14 +13,45 @@ "type": "Polygon", "coordinates": [ [ - [123.61, -22.14], [122.38, -21.73], [121.06, -21.69], [119.66, -22.22], [119.00, -23.40], - [118.65, -24.76], [118.43, -26.07], [118.78, -27.56], [119.22, -28.57], [120.23, -29.49], - [121.77, -29.87], [123.57, -29.64], [124.45, -29.03], [124.71, -27.95], [124.80, -26.70], - [124.80, -25.60], [123.61, -25.64], [122.56, -25.64], [121.72, -25.72], [121.81, -26.62], - [121.86, -26.98], [122.60, -26.90], [123.57, -27.05], [123.57, -27.68], [123.35, -28.18], - [122.51, -28.38], [121.77, -28.26], [121.02, -27.91], [120.49, -27.21], [120.14, -26.50], - [120.10, -25.64], [120.27, -24.52], [120.67, -23.68], [121.72, -23.32], [122.43, -23.48], - [123.04, -24.04], [124.54, -24.28], [124.58, -23.20], [123.61, -22.14] + [123.61, -22.14], + [122.38, -21.73], + [121.06, -21.69], + [119.66, -22.22], + [119.0, -23.4], + [118.65, -24.76], + [118.43, -26.07], + [118.78, -27.56], + [119.22, -28.57], + [120.23, -29.49], + [121.77, -29.87], + [123.57, -29.64], + [124.45, -29.03], + [124.71, -27.95], + [124.8, -26.7], + [124.8, -25.6], + [123.61, -25.64], + [122.56, -25.64], + [121.72, -25.72], + [121.81, -26.62], + [121.86, -26.98], + [122.6, -26.9], + [123.57, -27.05], + [123.57, -27.68], + [123.35, -28.18], + [122.51, -28.38], + [121.77, -28.26], + [121.02, -27.91], + [120.49, -27.21], + [120.14, -26.5], + [120.1, -25.64], + [120.27, -24.52], + [120.67, -23.68], + [121.72, -23.32], + [122.43, -23.48], + [123.04, -24.04], + [124.54, -24.28], + [124.58, -23.2], + [123.61, -22.14] ] ] } @@ -37,14 +68,35 @@ "type": "Polygon", "coordinates": [ [ - [128.84, -25.76], [128.18, -25.60], [127.96, -25.52], [127.88, -25.52], [127.70, -25.60], - [127.26, -25.79], [126.60, -26.11], [126.16, -26.78], [126.12, -27.68], [126.21, -28.42], - [126.69, -29.49], [127.74, -29.80], [128.80, -29.72], [129.41, -29.03], [129.72, -27.95], - [129.68, -27.21], [129.33, -26.23], [128.84, -25.76] + [128.84, -25.76], + [128.18, -25.6], + [127.96, -25.52], + [127.88, -25.52], + [127.7, -25.6], + [127.26, -25.79], + [126.6, -26.11], + [126.16, -26.78], + [126.12, -27.68], + [126.21, -28.42], + [126.69, -29.49], + [127.74, -29.8], + [128.8, -29.72], + [129.41, -29.03], + [129.72, -27.95], + [129.68, -27.21], + [129.33, -26.23], + [128.84, -25.76] ], [ - [128.45, -27.44], [128.32, -26.94], [127.70, -26.82], [127.35, -27.05], [127.17, -27.80], - [127.57, -28.22], [128.10, -28.42], [128.49, -27.80], [128.45, -27.44] + [128.45, -27.44], + [128.32, -26.94], + [127.7, -26.82], + [127.35, -27.05], + [127.17, -27.8], + [127.57, -28.22], + [128.1, -28.42], + [128.49, -27.8], + [128.45, -27.44] ] ] } @@ -61,14 +113,34 @@ "type": "Polygon", "coordinates": [ [ - [131.87, -25.76], [131.35, -26.07], [130.95, -26.78], [130.82, -27.64], [130.86, -28.53], - [131.26, -29.22], [131.92, -29.76], [132.45, -29.87], [133.06, -29.76], [133.72, -29.34], - [134.07, -28.80], [134.20, -27.91], [134.07, -27.21], [133.81, -26.31], [133.37, -25.83], - [132.71, -25.64], [131.87, -25.76] + [131.87, -25.76], + [131.35, -26.07], + [130.95, -26.78], + [130.82, -27.64], + [130.86, -28.53], + [131.26, -29.22], + [131.92, -29.76], + [132.45, -29.87], + [133.06, -29.76], + [133.72, -29.34], + [134.07, -28.8], + [134.2, -27.91], + [134.07, -27.21], + [133.81, -26.31], + [133.37, -25.83], + [132.71, -25.64], + [131.87, -25.76] ], [ - [133.15, -27.17], [132.71, -26.86], [132.09, -26.90], [131.74, -27.56], [131.79, -28.26], - [132.36, -28.45], [132.93, -28.34], [133.15, -27.76], [133.15, -27.17] + [133.15, -27.17], + [132.71, -26.86], + [132.09, -26.9], + [131.74, -27.56], + [131.79, -28.26], + [132.36, -28.45], + [132.93, -28.34], + [133.15, -27.76], + [133.15, -27.17] ] ] } @@ -85,17 +157,51 @@ "type": "Polygon", "coordinates": [ [ - [138.12, -25.04], [136.84, -25.16], [135.96, -25.36], [135.26, -25.99], [135, -26.90], - [135.04, -27.91], [135.26, -28.88], [136.05, -29.45], [137.02, -29.49], [137.81, -29.49], - [137.94, -29.99], [137.90, -31.20], [137.85, -32.24], [136.88, -32.69], [136.45, -32.36], - [136.27, -31.80], [134.95, -31.84], [135.17, -32.99], [135.52, -33.43], [136.14, -33.76], - [137.06, -33.83], [138.12, -33.65], [138.86, -33.21], [139.30, -32.28], [139.30, -31.24], - [139.30, -30.14], [139.21, -28.96], [139.17, -28.22], [139.08, -27.41], [139.08, -26.47], - [138.99, -25.40], [138.73, -25.00 ], [138.12, -25.04] + [138.12, -25.04], + [136.84, -25.16], + [135.96, -25.36], + [135.26, -25.99], + [135, -26.9], + [135.04, -27.91], + [135.26, -28.88], + [136.05, -29.45], + [137.02, -29.49], + [137.81, -29.49], + [137.94, -29.99], + [137.9, -31.2], + [137.85, -32.24], + [136.88, -32.69], + [136.45, -32.36], + [136.27, -31.8], + [134.95, -31.84], + [135.17, -32.99], + [135.52, -33.43], + [136.14, -33.76], + [137.06, -33.83], + [138.12, -33.65], + [138.86, -33.21], + [139.3, -32.28], + [139.3, -31.24], + [139.3, -30.14], + [139.21, -28.96], + [139.17, -28.22], + [139.08, -27.41], + [139.08, -26.47], + [138.99, -25.4], + [138.73, -25.0], + [138.12, -25.04] ], [ - [137.50, -26.54], [136.97, -26.47], [136.49, -26.58], [136.31, -27.13], [136.31, -27.72], - [136.58, -27.99], [137.50, -28.03], [137.68, -27.68], [137.59, -26.78], [137.50, -26.54] + [137.5, -26.54], + [136.97, -26.47], + [136.49, -26.58], + [136.31, -27.13], + [136.31, -27.72], + [136.58, -27.99], + [137.5, -28.03], + [137.68, -27.68], + [137.59, -26.78], + [137.5, -26.54] ] ] } @@ -112,7 +218,11 @@ "type": "Polygon", "coordinates": [ [ - [140.14,-21.04], [140.31,-29.42], [141.67,-29.49], [141.59,-20.92], [140.14,-21.04] + [140.14, -21.04], + [140.31, -29.42], + [141.67, -29.49], + [141.59, -20.92], + [140.14, -21.04] ] ] } @@ -129,15 +239,40 @@ "type": "Polygon", "coordinates": [ [ - [144.14, -27.41], [145.67, -27.52], [146.86, -27.09], [146.82, -25.64], [146.25, -25.04], - [145.45, -24.68], [144.66, -24.60], [144.09, -24.76], [143.43, -25.08], [142.99, -25.40], - [142.64, -26.03], [142.64, -27.05], [142.64, -28.26], [143.30, -29.11], [144.18, -29.57], - [145.41, -29.64], [146.46, -29.19], [146.64, -28.72], [146.82, -28.14], [144.84, -28.42], - [144.31, -28.26], [144.14, -27.41] + [144.14, -27.41], + [145.67, -27.52], + [146.86, -27.09], + [146.82, -25.64], + [146.25, -25.04], + [145.45, -24.68], + [144.66, -24.6], + [144.09, -24.76], + [143.43, -25.08], + [142.99, -25.4], + [142.64, -26.03], + [142.64, -27.05], + [142.64, -28.26], + [143.3, -29.11], + [144.18, -29.57], + [145.41, -29.64], + [146.46, -29.19], + [146.64, -28.72], + [146.82, -28.14], + [144.84, -28.42], + [144.31, -28.26], + [144.14, -27.41] ], [ - [144.18, -26.39], [144.53, -26.58], [145.19, -26.62], [145.72, -26.35], [145.81, -25.91], - [145.41, -25.68], [144.97, -25.68], [144.49, -25.64], [144, -25.99], [144.18, -26.39] + [144.18, -26.39], + [144.53, -26.58], + [145.19, -26.62], + [145.72, -26.35], + [145.81, -25.91], + [145.41, -25.68], + [144.97, -25.68], + [144.49, -25.64], + [144, -25.99], + [144.18, -26.39] ] ] } diff --git a/docs/code-of-conduct.md b/docs/code-of-conduct.md index c8d68a23b..9cbae80c5 100644 --- a/docs/code-of-conduct.md +++ b/docs/code-of-conduct.md @@ -14,22 +14,22 @@ race, religion, or sexual identity and orientation. Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or + advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic + address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Our Responsibilities @@ -69,8 +69,8 @@ dispute. If you are unable to resolve the matter for any reason, or if the behavior is threatening or harassing, report it. We are dedicated to providing an environment where participants feel welcome and safe. -Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the -Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to +Reports should be directed to _[PROJECT STEWARD NAME(s) AND EMAIL(s)]_, the +Project Steward(s) for _[PROJECT NAME]_. It is the Project Steward’s duty to receive and address reported violations of the code of conduct. They will then work with a committee consisting of representatives from the Open Source Programs Office and the Google Open Source Strategy team. If for any reason you @@ -90,4 +90,4 @@ harassment or threats to anyone's safety, we may take action without notice. This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at -https://www.contributor-covenant.org/version/1/4/code-of-conduct/ \ No newline at end of file +https://www.contributor-covenant.org/version/1/4/code-of-conduct/ diff --git a/docs/contributing.md b/docs/contributing.md index bc23aaed4..b16bd9442 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -30,4 +30,4 @@ This project follows All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more -information on using pull requests. \ No newline at end of file +information on using pull requests. diff --git a/e2e/samples.spec.ts b/e2e/samples.spec.ts index ad0c3586c..d56e466a7 100644 --- a/e2e/samples.spec.ts +++ b/e2e/samples.spec.ts @@ -4,15 +4,15 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * https://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. -*/ + */ import { test, expect } from '@playwright/test'; import fs from 'fs'; @@ -23,76 +23,100 @@ const samplesDir = path.join(__dirname, '..', 'samples'); // Function to return all sample folders. const getAllSampleFolders = () => { - return fs.readdirSync(samplesDir).filter((file) => { - // Ensure we are only looking at directories within samplesDir, excluding find-changes.sh itself if it's a file - const filePath = path.join(samplesDir, file); - return fs.statSync(filePath).isDirectory(); - }); + return fs.readdirSync(samplesDir).filter((file) => { + // Ensure we are only looking at directories within samplesDir, excluding find-changes.sh itself if it's a file + const filePath = path.join(samplesDir, file); + return fs.statSync(filePath).isDirectory(); + }); }; // Function to return only changed sample folders. const getChangedSampleFolders = (): string[] => { - try { - const scriptPath = path.join(__dirname, '..', 'samples', 'find-changes.sh'); - - if (!fs.existsSync(scriptPath)) { - console.warn(`Warning: find-changes.sh not found at ${scriptPath}. Running tests for all samples.`); - return getAllSampleFolders(); - } - - // Execute the script from the project root. - const projectRoot = path.join(__dirname, '..'); - //const output = execSync(`sh ${scriptPath}`, { cwd: projectRoot, encoding: 'utf-8' }); - const baseRefForScript = process.env.GIT_BASE_REF; - let commandToExecute = `bash ${scriptPath}`; // Use bash to ensure consistency with shebang - if (baseRefForScript) { - commandToExecute = `bash ${scriptPath} "${baseRefForScript}"`; - } - console.log(`Executing: ${commandToExecute}`); - const output = execSync(commandToExecute, { cwd: projectRoot, encoding: 'utf-8' }); - - const outputLines = output.trim().split('\n'); - const changedFolders: string[] = []; - const markerLine = "Changed (added or modified) subfolders in 'samples/':"; - let foundMarker = false; - - for (const line of outputLines) { - if (foundMarker) { - const folderName = line.trim(); - if (folderName.length > 0) { - changedFolders.push(folderName); + try { + const scriptPath = path.join( + __dirname, + '..', + 'samples', + 'find-changes.sh' + ); + + if (!fs.existsSync(scriptPath)) { + console.warn( + `Warning: find-changes.sh not found at ${scriptPath}. Running tests for all samples.` + ); + return getAllSampleFolders(); } - } - if (line.trim() === markerLine) { - foundMarker = true; - } - } - if (!foundMarker || changedFolders.length === 0) { - console.log("No changed sample folders found. Skipping tests."); - return []; - } + // Execute the script from the project root. + const projectRoot = path.join(__dirname, '..'); + //const output = execSync(`sh ${scriptPath}`, { cwd: projectRoot, encoding: 'utf-8' }); + const baseRefForScript = process.env.GIT_BASE_REF; + let commandToExecute = `bash ${scriptPath}`; // Use bash to ensure consistency with shebang + if (baseRefForScript) { + commandToExecute = `bash ${scriptPath} "${baseRefForScript}"`; + } + console.log(`Executing: ${commandToExecute}`); + const output = execSync(commandToExecute, { + cwd: projectRoot, + encoding: 'utf-8', + }); + + const outputLines = output.trim().split('\n'); + const changedFolders: string[] = []; + const markerLine = + "Changed (added or modified) subfolders in 'samples/':"; + let foundMarker = false; + + for (const line of outputLines) { + if (foundMarker) { + const folderName = line.trim(); + if (folderName.length > 0) { + changedFolders.push(folderName); + } + } + if (line.trim() === markerLine) { + foundMarker = true; + } + } - // Validate that changed folders actually exist in samplesDir - const validChangedFolders = changedFolders.filter(folderName => { - const folderPath = path.join(samplesDir, folderName); - return fs.existsSync(folderPath) && fs.statSync(folderPath).isDirectory(); - }); - - if (validChangedFolders.length === 0) { - console.warn("Folders were found, but none were valid sample directories. Skipping tests."); - console.log("Extracted folder names that were considered invalid:", changedFolders); - console.log("Full output from find-changes.sh for debugging:\n", output); - return []; // Fallback to do nothing - } + if (!foundMarker || changedFolders.length === 0) { + console.log('No changed sample folders found. Skipping tests.'); + return []; + } - console.log("Running tests only for changed samples: ", validChangedFolders); - return validChangedFolders; // Filter excluded samples. + // Validate that changed folders actually exist in samplesDir + const validChangedFolders = changedFolders.filter((folderName) => { + const folderPath = path.join(samplesDir, folderName); + return ( + fs.existsSync(folderPath) && + fs.statSync(folderPath).isDirectory() + ); + }); + + if (validChangedFolders.length === 0) { + console.warn( + 'Folders were found, but none were valid sample directories. Skipping tests.' + ); + console.log( + 'Extracted folder names that were considered invalid:', + changedFolders + ); + console.log( + 'Full output from find-changes.sh for debugging:\n', + output + ); + return []; // Fallback to do nothing + } - } catch (error) { - console.error("Error running find-changes.sh. Skipping tests:", error); - return []; // Fallback to do nothing - } + console.log( + 'Running tests only for changed samples: ', + validChangedFolders + ); + return validChangedFolders; // Filter excluded samples. + } catch (error) { + console.error('Error running find-changes.sh. Skipping tests:', error); + return []; // Fallback to do nothing + } }; // Get changed folders, filtering out excluded ones. @@ -100,104 +124,124 @@ const getChangedSampleFolders = (): string[] => { const foldersToTest = getChangedSampleFolders(); if (foldersToTest.length === 0) { - console.log("No sample folders found."); + console.log('No sample folders found.'); } else { - console.log(`Will run tests for the following folders: ${foldersToTest.join(', ')}`); + console.log( + `Will run tests for the following folders: ${foldersToTest.join(', ')}` + ); } // Iterate through samples and run the same test for each one. foldersToTest.forEach((sampleFolder) => { - test(`test ${sampleFolder}`, async ({ page }) => { - - // START run the preview - // Get an available port - const port = 8080; - const url = `http://localhost:${port}/`; - - const viteProcess = childProcess.spawn('vite', ['preview', `--port=${port}`], { - cwd: path.join(samplesDir, sampleFolder), - stdio: 'inherit', - detached: true, // Allows parent to exit independently, though we kill it in finally - }); - - //await new Promise((resolve) => setTimeout(resolve, 500)); // Set a timeout to let the web server start. - await page.waitForTimeout(500); - // END run the preview - - /** - * Run all of the tests. Each method call either runs a test or inserts a timeout for loading. - * `expect`s are assertions that test for conditions. - * Run `npx playwright test --ui` to launch Playwright in UI mode to iteratively debug this file. - */ - try { - const consoleErrors: string[] = []; - // Capture console errors and page errors - page.on('console', (msg) => { - if (msg.type() === 'error') { - consoleErrors.push(msg.text()); - } - }); - page.on('pageerror', (exception) => { - consoleErrors.push(exception.message); - }); - - // Navigate to the page. - //await page.goto(url, { waitUntil: 'networkidle', timeout: 500 }); - await page.goto(url); - - // Allow some time for async operations and errors to be caught - await page.waitForTimeout(500); - - // Filter out error messages we can safely avoid. - const filteredErrorMessages = [ - 'Falling back to Raster', - 'Attempted to load a 3D Map, but failed.', - 'The map is not a vector map', - ]; - const criticalErrors = consoleErrors.filter(error => - !filteredErrorMessages.some(message => error.includes(message)) - ); - - if (criticalErrors.length > 0) { - console.error(`Critical console errors found in ${sampleFolder}:`, criticalErrors); - } - expect(criticalErrors).toHaveLength(0); - - // Wait for the page DOM to load; this does NOT include the Google Maps APIs. - await page.waitForLoadState('domcontentloaded', { timeout: 500 }); - - // Wait for Google Maps to load. - await page.waitForFunction(() => window.google && window.google.maps, { timeout: 500 }); - - // Insert a delay in ms to let the map load. - await page.waitForTimeout(1000); - - // Assertions. These must be met or the test will fail. - // The sample must load the Google Maps API. - const hasGoogleMaps = await page.evaluate(() => { - return typeof window.google !== 'undefined' && typeof window.google.maps !== 'undefined'; - }); - await expect(hasGoogleMaps).toBeTruthy(); - - /**const mapElement = await page.locator('#map'); + test(`test ${sampleFolder}`, async ({ page }) => { + // START run the preview + // Get an available port + const port = 8080; + const url = `http://localhost:${port}/`; + + const viteProcess = childProcess.spawn( + 'vite', + ['preview', `--port=${port}`], + { + cwd: path.join(samplesDir, sampleFolder), + stdio: 'inherit', + detached: true, // Allows parent to exit independently, though we kill it in finally + } + ); + + //await new Promise((resolve) => setTimeout(resolve, 500)); // Set a timeout to let the web server start. + await page.waitForTimeout(500); + // END run the preview + + /** + * Run all of the tests. Each method call either runs a test or inserts a timeout for loading. + * `expect`s are assertions that test for conditions. + * Run `npx playwright test --ui` to launch Playwright in UI mode to iteratively debug this file. + */ + try { + const consoleErrors: string[] = []; + // Capture console errors and page errors + page.on('console', (msg) => { + if (msg.type() === 'error') { + consoleErrors.push(msg.text()); + } + }); + page.on('pageerror', (exception) => { + consoleErrors.push(exception.message); + }); + + // Navigate to the page. + //await page.goto(url, { waitUntil: 'networkidle', timeout: 500 }); + await page.goto(url); + + // Allow some time for async operations and errors to be caught + await page.waitForTimeout(500); + + // Filter out error messages we can safely avoid. + const filteredErrorMessages = [ + 'Falling back to Raster', + 'Attempted to load a 3D Map, but failed.', + 'The map is not a vector map', + ]; + const criticalErrors = consoleErrors.filter( + (error) => + !filteredErrorMessages.some((message) => + error.includes(message) + ) + ); + + if (criticalErrors.length > 0) { + console.error( + `Critical console errors found in ${sampleFolder}:`, + criticalErrors + ); + } + expect(criticalErrors).toHaveLength(0); + + // Wait for the page DOM to load; this does NOT include the Google Maps APIs. + await page.waitForLoadState('domcontentloaded', { timeout: 500 }); + + // Wait for Google Maps to load. + await page.waitForFunction( + () => window.google && window.google.maps, + { timeout: 500 } + ); + + // Insert a delay in ms to let the map load. + await page.waitForTimeout(1000); + + // Assertions. These must be met or the test will fail. + // The sample must load the Google Maps API. + const hasGoogleMaps = await page.evaluate(() => { + return ( + typeof window.google !== 'undefined' && + typeof window.google.maps !== 'undefined' + ); + }); + await expect(hasGoogleMaps).toBeTruthy(); + + /**const mapElement = await page.locator('#map'); if (await page.locator('#map').isVisible()) { console.log(`✅ Assertion passed: Map is visible.`); } else { console.error(`❌ Assertion failed: Map is not visible.`); throw new Error('Assertion failed: Map is not visible.'); }*/ - } finally { - //viteProcess.kill(); // We used to just kill the process. Curious to see about how the other stuff works. - if (viteProcess.pid) { - try { - // Use process.kill for cross-platform compatibility, sending SIGINT - process.kill(viteProcess.pid, 'SIGINT'); - } catch (e) { - console.warn(`Failed to kill Vite process for ${sampleFolder} (PID: ${viteProcess.pid}):`, e.message); + } finally { + //viteProcess.kill(); // We used to just kill the process. Curious to see about how the other stuff works. + if (viteProcess.pid) { + try { + // Use process.kill for cross-platform compatibility, sending SIGINT + process.kill(viteProcess.pid, 'SIGINT'); + } catch (e) { + console.warn( + `Failed to kill Vite process for ${sampleFolder} (PID: ${viteProcess.pid}):`, + e.message + ); + } + } + // Add a small delay to allow the process to terminate + await page.waitForTimeout(500); } - } - // Add a small delay to allow the process to terminate - await page.waitForTimeout(500); - } - }); + }); }); diff --git a/e2e/utils.ts b/e2e/utils.ts index 697216ba7..c07be16f6 100644 --- a/e2e/utils.ts +++ b/e2e/utils.ts @@ -4,48 +4,48 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * https://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. -*/ + */ // IMPORTANT: Keep this file, it contains things you may need. This file is not -import { Page } from "@playwright/test"; +import { Page } from '@playwright/test'; // from https://github.com/lit/lit.dev/blob/5d79d1e0989e68f8b5905e5271229ffe4c55265c/packages/lit-dev-tests/src/playwright/util.ts export async function waitForGoogleMapsToLoad(page: Page) { - await page.waitForFunction(() => window.google && window.google.maps); - await page.waitForTimeout(100); + await page.waitForFunction(() => window.google && window.google.maps); + await page.waitForTimeout(100); } export const failOnPageError = (page: Page) => { - page.on("pageerror", (e) => { - console.error(e.message); - process.emit("uncaughtException", e); - }); + page.on('pageerror', (e) => { + console.error(e.message); + process.emit('uncaughtException', e); + }); }; export const NONDETERMINISTIC_SAMPLES = [ - "move-camera-ease", // camera always moving - "map-puzzle", // random puzzle placement - "map-coordinates", - "deckgl-tripslayer", // always in motion polylines - "layer-traffic", // traffic changes - // local context samples don't always show sidebar immediately - "local-context-basic", - "local-context-events", - "local-context-home", - "local-context-restrictions", - "local-context-styles", + 'move-camera-ease', // camera always moving + 'map-puzzle', // random puzzle placement + 'map-coordinates', + 'deckgl-tripslayer', // always in motion polylines + 'layer-traffic', // traffic changes + // local context samples don't always show sidebar immediately + 'local-context-basic', + 'local-context-events', + 'local-context-home', + 'local-context-restrictions', + 'local-context-styles', ]; export const SAMPLES_NEEDING_EXTRA_DELAY = [ - "directions-complex", // allow for extra time to calculate and render directions -]; \ No newline at end of file + 'directions-complex', // allow for extra time to calculate and render directions +]; diff --git a/eslint.config.mjs b/eslint.config.mjs index 133e9e7a6..e76caa739 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,17 +1,47 @@ -import js from "@eslint/js"; -import globals from "globals"; -import tseslint from "typescript-eslint"; -import json from "@eslint/json"; -import markdown from "@eslint/markdown"; -import css from "@eslint/css"; -import { defineConfig } from "eslint/config"; +import js from '@eslint/js'; +import globals from 'globals'; +import tseslint from 'typescript-eslint'; +import json from '@eslint/json'; +import markdown from '@eslint/markdown'; +import css from '@eslint/css'; +import { defineConfig } from 'eslint/config'; export default defineConfig([ - { files: ["**/*.{js,mjs,cjs,ts,mts,cts}"], plugins: { js }, extends: ["js/recommended"], languageOptions: { globals: {...globals.browser, ...globals.node} } }, - tseslint.configs.recommended, - { files: ["**/*.json"], plugins: { json }, language: "json/json", extends: ["json/recommended"] }, - { files: ["**/*.jsonc"], plugins: { json }, language: "json/jsonc", extends: ["json/recommended"] }, - { files: ["**/*.json5"], plugins: { json }, language: "json/json5", extends: ["json/recommended"] }, - { files: ["**/*.md"], plugins: { markdown }, language: "markdown/gfm", extends: ["markdown/recommended"] }, - { files: ["**/*.css"], plugins: { css }, language: "css/css", extends: ["css/recommended"] }, + { + files: ['**/*.{js,mjs,cjs,ts,mts,cts}'], + plugins: { js }, + extends: ['js/recommended'], + languageOptions: { globals: { ...globals.browser, ...globals.node } }, + }, + tseslint.configs.recommended, + { + files: ['**/*.json'], + plugins: { json }, + language: 'json/json', + extends: ['json/recommended'], + }, + { + files: ['**/*.jsonc'], + plugins: { json }, + language: 'json/jsonc', + extends: ['json/recommended'], + }, + { + files: ['**/*.json5'], + plugins: { json }, + language: 'json/json5', + extends: ['json/recommended'], + }, + { + files: ['**/*.md'], + plugins: { markdown }, + language: 'markdown/gfm', + extends: ['markdown/recommended'], + }, + { + files: ['**/*.css'], + plugins: { css }, + language: 'css/css', + extends: ['css/recommended'], + }, ]); diff --git a/firebase.json b/firebase.json index 035cd6428..108b8ee78 100644 --- a/firebase.json +++ b/firebase.json @@ -1,11 +1,7 @@ { "hosting": { "public": "dist", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ], + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "nodeVersion": "22" } } diff --git a/playwright.config.ts b/playwright.config.ts index 243890b5e..42f97825c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -6,15 +6,15 @@ import { defineConfig, devices } from '@playwright/test'; * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * https://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. -*/ + */ /** * Read environment variables from file. @@ -28,40 +28,40 @@ import { defineConfig, devices } from '@playwright/test'; * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ - testDir: './e2e', - /* Run tests in files in parallel */ - fullyParallel: true, - /* Fail the build on CI if you accidentally left test.only in the source code. */ - forbidOnly: !!process.env.CI, - /* Retry on CI only */ - retries: process.env.CI ? 2 : 0, - /* Opt out of parallel tests on CI. */ - //workers: process.env.CI ? 1 : undefined, - workers: 1, - /* Reporter to use. See https://playwright.dev/docs/test-reporters */ - reporter: 'html', + testDir: './e2e', + /* Run tests in files in parallel */ + fullyParallel: true, + /* Fail the build on CI if you accidentally left test.only in the source code. */ + forbidOnly: !!process.env.CI, + /* Retry on CI only */ + retries: process.env.CI ? 2 : 0, + /* Opt out of parallel tests on CI. */ + //workers: process.env.CI ? 1 : undefined, + workers: 1, + /* Reporter to use. See https://playwright.dev/docs/test-reporters */ + reporter: 'html', - /* Timeout (tests should complete within 60 seconds) */ - //timeout: 60000, - - /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ - use: { - /* Base URL to use in actions like `await page.goto('/')`. */ - baseURL: 'http://localhost:8080', + /* Timeout (tests should complete within 60 seconds) */ + //timeout: 60000, - /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ - trace: 'on-first-retry', - }, + /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ + use: { + /* Base URL to use in actions like `await page.goto('/')`. */ + baseURL: 'http://localhost:8080', - testMatch: 'e2e/samples.spec.ts', // NEW - - /* Configure projects for major browsers */ - projects: [ - { - name: 'chromium', - use: { ...devices['Desktop Chrome'], }, + /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ + trace: 'on-first-retry', }, - /** + + testMatch: 'e2e/samples.spec.ts', // NEW + + /* Configure projects for major browsers */ + projects: [ + { + name: 'chromium', + use: { ...devices['Desktop Chrome'] }, + }, + /** { name: 'firefox', use: { ...devices['Desktop Firefox'] }, @@ -71,31 +71,31 @@ export default defineConfig({ use: { ...devices['Desktop Safari'] }, },*/ - /* Test against mobile viewports. */ - // { - // name: 'Mobile Chrome', - // use: { ...devices['Pixel 5'] }, - // }, - // { - // name: 'Mobile Safari', - // use: { ...devices['iPhone 12'] }, - // }, + /* Test against mobile viewports. */ + // { + // name: 'Mobile Chrome', + // use: { ...devices['Pixel 5'] }, + // }, + // { + // name: 'Mobile Safari', + // use: { ...devices['iPhone 12'] }, + // }, - /* Test against branded browsers. */ - // { - // name: 'Microsoft Edge', - // use: { ...devices['Desktop Edge'], channel: 'msedge' }, - // }, - // { - // name: 'Google Chrome', - // use: { ...devices['Desktop Chrome'], channel: 'chrome' }, - // }, - ], + /* Test against branded browsers. */ + // { + // name: 'Microsoft Edge', + // use: { ...devices['Desktop Edge'], channel: 'msedge' }, + // }, + // { + // name: 'Google Chrome', + // use: { ...devices['Desktop Chrome'], channel: 'chrome' }, + // }, + ], - /* Run your local dev server before starting the tests */ - // webServer: { - // command: 'npm run start', - // url: 'http://127.0.0.1:3000', - // reuseExistingServer: !process.env.CI, - // }, + /* Run your local dev server before starting the tests */ + // webServer: { + // command: 'npm run start', + // url: 'http://127.0.0.1:3000', + // reuseExistingServer: !process.env.CI, + // }, }); diff --git a/samples/.prettierrc.json b/samples/.prettierrc.json deleted file mode 100644 index d2387cf27..000000000 --- a/samples/.prettierrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "trailingComma": "es5", - "tabWidth": 4, - "semi": true, - "singleQuote": true, - "bracketSameLine": true -} \ No newline at end of file diff --git a/samples/3d-accessibility-features/tsconfig.json b/samples/3d-accessibility-features/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-accessibility-features/tsconfig.json +++ b/samples/3d-accessibility-features/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-camera-boundary/tsconfig.json b/samples/3d-camera-boundary/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-camera-boundary/tsconfig.json +++ b/samples/3d-camera-boundary/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-camera-center/tsconfig.json b/samples/3d-camera-center/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-camera-center/tsconfig.json +++ b/samples/3d-camera-center/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-camera-to-around/tsconfig.json b/samples/3d-camera-to-around/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-camera-to-around/tsconfig.json +++ b/samples/3d-camera-to-around/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-clamp-mode/tsconfig.json b/samples/3d-clamp-mode/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-clamp-mode/tsconfig.json +++ b/samples/3d-clamp-mode/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-coverage-map/tsconfig.json b/samples/3d-coverage-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-coverage-map/tsconfig.json +++ b/samples/3d-coverage-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-label-toggle/tsconfig.json b/samples/3d-label-toggle/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-label-toggle/tsconfig.json +++ b/samples/3d-label-toggle/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-localization/tsconfig.json b/samples/3d-localization/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-localization/tsconfig.json +++ b/samples/3d-localization/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-map-45-degree/tsconfig.json b/samples/3d-map-45-degree/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-map-45-degree/tsconfig.json +++ b/samples/3d-map-45-degree/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-map-events/tsconfig.json b/samples/3d-map-events/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-map-events/tsconfig.json +++ b/samples/3d-map-events/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-map-roadmap/tsconfig.json b/samples/3d-map-roadmap/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-map-roadmap/tsconfig.json +++ b/samples/3d-map-roadmap/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-map-styling/tsconfig.json b/samples/3d-map-styling/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-map-styling/tsconfig.json +++ b/samples/3d-map-styling/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-marker-click-event/tsconfig.json b/samples/3d-marker-click-event/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-marker-click-event/tsconfig.json +++ b/samples/3d-marker-click-event/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-marker-collision-behavior/tsconfig.json b/samples/3d-marker-collision-behavior/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-marker-collision-behavior/tsconfig.json +++ b/samples/3d-marker-collision-behavior/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-marker-customization/tsconfig.json b/samples/3d-marker-customization/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-marker-customization/tsconfig.json +++ b/samples/3d-marker-customization/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-marker-graphics/tsconfig.json b/samples/3d-marker-graphics/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-marker-graphics/tsconfig.json +++ b/samples/3d-marker-graphics/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-marker-html/tsconfig.json b/samples/3d-marker-html/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-marker-html/tsconfig.json +++ b/samples/3d-marker-html/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-marker-interactive/tsconfig.json b/samples/3d-marker-interactive/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-marker-interactive/tsconfig.json +++ b/samples/3d-marker-interactive/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-mesh-flatten/tsconfig.json b/samples/3d-mesh-flatten/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-mesh-flatten/tsconfig.json +++ b/samples/3d-mesh-flatten/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-model-interactive/tsconfig.json b/samples/3d-model-interactive/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-model-interactive/tsconfig.json +++ b/samples/3d-model-interactive/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-model/tsconfig.json b/samples/3d-model/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-model/tsconfig.json +++ b/samples/3d-model/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-places-autocomplete/tsconfig.json b/samples/3d-places-autocomplete/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-places-autocomplete/tsconfig.json +++ b/samples/3d-places-autocomplete/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-places/tsconfig.json b/samples/3d-places/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-places/tsconfig.json +++ b/samples/3d-places/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-polygon-click-event/tsconfig.json b/samples/3d-polygon-click-event/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-polygon-click-event/tsconfig.json +++ b/samples/3d-polygon-click-event/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-polygon-extruded-hole/tsconfig.json b/samples/3d-polygon-extruded-hole/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-polygon-extruded-hole/tsconfig.json +++ b/samples/3d-polygon-extruded-hole/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-polygon/tsconfig.json b/samples/3d-polygon/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-polygon/tsconfig.json +++ b/samples/3d-polygon/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-polyline-click-event/tsconfig.json b/samples/3d-polyline-click-event/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-polyline-click-event/tsconfig.json +++ b/samples/3d-polyline-click-event/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-polyline-extruded/tsconfig.json b/samples/3d-polyline-extruded/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-polyline-extruded/tsconfig.json +++ b/samples/3d-polyline-extruded/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-polyline/tsconfig.json b/samples/3d-polyline/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-polyline/tsconfig.json +++ b/samples/3d-polyline/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-popover-location/tsconfig.json b/samples/3d-popover-location/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-popover-location/tsconfig.json +++ b/samples/3d-popover-location/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-popover-marker/tsconfig.json b/samples/3d-popover-marker/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-popover-marker/tsconfig.json +++ b/samples/3d-popover-marker/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-simple-map-declarative/tsconfig.json b/samples/3d-simple-map-declarative/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-simple-map-declarative/tsconfig.json +++ b/samples/3d-simple-map-declarative/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-simple-map/tsconfig.json b/samples/3d-simple-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-simple-map/tsconfig.json +++ b/samples/3d-simple-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/3d-simple-marker/tsconfig.json b/samples/3d-simple-marker/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/3d-simple-marker/tsconfig.json +++ b/samples/3d-simple-marker/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/add-map/tsconfig.json b/samples/add-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/add-map/tsconfig.json +++ b/samples/add-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/address-validation/tsconfig.json b/samples/address-validation/tsconfig.json index bb4f2fe79..e80d201f4 100644 --- a/samples/address-validation/tsconfig.json +++ b/samples/address-validation/tsconfig.json @@ -5,7 +5,5 @@ "noImplicitAny": false, "strict": false }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-accessibility/tsconfig.json b/samples/advanced-markers-accessibility/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-accessibility/tsconfig.json +++ b/samples/advanced-markers-accessibility/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-altitude/tsconfig.json b/samples/advanced-markers-altitude/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-altitude/tsconfig.json +++ b/samples/advanced-markers-altitude/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-animation/tsconfig.json b/samples/advanced-markers-animation/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-animation/tsconfig.json +++ b/samples/advanced-markers-animation/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-basic-style/tsconfig.json b/samples/advanced-markers-basic-style/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-basic-style/tsconfig.json +++ b/samples/advanced-markers-basic-style/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-collision/tsconfig.json b/samples/advanced-markers-collision/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-collision/tsconfig.json +++ b/samples/advanced-markers-collision/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-draggable/tsconfig.json b/samples/advanced-markers-draggable/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-draggable/tsconfig.json +++ b/samples/advanced-markers-draggable/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-graphics/tsconfig.json b/samples/advanced-markers-graphics/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-graphics/tsconfig.json +++ b/samples/advanced-markers-graphics/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-html-simple/tsconfig.json b/samples/advanced-markers-html-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-html-simple/tsconfig.json +++ b/samples/advanced-markers-html-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-html/tsconfig.json b/samples/advanced-markers-html/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-html/tsconfig.json +++ b/samples/advanced-markers-html/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-simple/tsconfig.json b/samples/advanced-markers-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-simple/tsconfig.json +++ b/samples/advanced-markers-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/advanced-markers-zoom/tsconfig.json b/samples/advanced-markers-zoom/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/advanced-markers-zoom/tsconfig.json +++ b/samples/advanced-markers-zoom/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/ai-powered-summaries-basic/tsconfig.json b/samples/ai-powered-summaries-basic/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/ai-powered-summaries-basic/tsconfig.json +++ b/samples/ai-powered-summaries-basic/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/ai-powered-summaries/tsconfig.json b/samples/ai-powered-summaries/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/ai-powered-summaries/tsconfig.json +++ b/samples/ai-powered-summaries/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/boundaries-choropleth/tsconfig.json b/samples/boundaries-choropleth/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/boundaries-choropleth/tsconfig.json +++ b/samples/boundaries-choropleth/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/boundaries-click/tsconfig.json b/samples/boundaries-click/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/boundaries-click/tsconfig.json +++ b/samples/boundaries-click/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/boundaries-simple/tsconfig.json b/samples/boundaries-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/boundaries-simple/tsconfig.json +++ b/samples/boundaries-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/boundaries-text-search/tsconfig.json b/samples/boundaries-text-search/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/boundaries-text-search/tsconfig.json +++ b/samples/boundaries-text-search/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/circle-simple/tsconfig.json b/samples/circle-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/circle-simple/tsconfig.json +++ b/samples/circle-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-bounds-restriction/tsconfig.json b/samples/control-bounds-restriction/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-bounds-restriction/tsconfig.json +++ b/samples/control-bounds-restriction/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-custom-state/tsconfig.json b/samples/control-custom-state/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-custom-state/tsconfig.json +++ b/samples/control-custom-state/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-disableUI/tsconfig.json b/samples/control-disableUI/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-disableUI/tsconfig.json +++ b/samples/control-disableUI/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-options/tsconfig.json b/samples/control-options/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-options/tsconfig.json +++ b/samples/control-options/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-positioning-labels/tsconfig.json b/samples/control-positioning-labels/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-positioning-labels/tsconfig.json +++ b/samples/control-positioning-labels/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-positioning/tsconfig.json b/samples/control-positioning/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-positioning/tsconfig.json +++ b/samples/control-positioning/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-replacement/tsconfig.json b/samples/control-replacement/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-replacement/tsconfig.json +++ b/samples/control-replacement/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/control-simple/tsconfig.json b/samples/control-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/control-simple/tsconfig.json +++ b/samples/control-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/dds-datasets-point/tsconfig.json b/samples/dds-datasets-point/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/dds-datasets-point/tsconfig.json +++ b/samples/dds-datasets-point/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/dds-datasets-polygon-click/tsconfig.json b/samples/dds-datasets-polygon-click/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/dds-datasets-polygon-click/tsconfig.json +++ b/samples/dds-datasets-polygon-click/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/dds-datasets-polygon-colors/tsconfig.json b/samples/dds-datasets-polygon-colors/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/dds-datasets-polygon-colors/tsconfig.json +++ b/samples/dds-datasets-polygon-colors/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/dds-datasets-polygon/tsconfig.json b/samples/dds-datasets-polygon/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/dds-datasets-polygon/tsconfig.json +++ b/samples/dds-datasets-polygon/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/dds-datasets-polyline/tsconfig.json b/samples/dds-datasets-polyline/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/dds-datasets-polyline/tsconfig.json +++ b/samples/dds-datasets-polyline/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/dds-region-viewer/src/countries.json b/samples/dds-region-viewer/src/countries.json index 169cf43ab..1f0e8e740 100644 --- a/samples/dds-region-viewer/src/countries.json +++ b/samples/dds-region-viewer/src/countries.json @@ -1,3002 +1,3002 @@ [ - { - "name": "Afghanistan", - "code": "AF", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "\u00c5land Islands", - "code": "AX", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Albania", - "code": "AL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Algeria", - "code": "DZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "American Samoa", - "code": "AS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Andorra", - "code": "AD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Angola", - "code": "AO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Anguilla", - "code": "AI", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Antarctica", - "code": "AQ", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Antigua & Barbuda", - "code": "AG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Argentina", - "code": "AR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Armenia", - "code": "AM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Aruba", - "code": "AW", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Australia", - "code": "AU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Austria", - "code": "AT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Azerbaijan", - "code": "AZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bahamas", - "code": "BS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bahrain", - "code": "BH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bangladesh", - "code": "BD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Barbados", - "code": "BB", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Belarus", - "code": "BY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Belgium", - "code": "BE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Belize", - "code": "BZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Benin", - "code": "BJ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bermuda", - "code": "BM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bhutan", - "code": "BT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bolivia", - "code": "BO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bosnia & Herzegovina", - "code": "BA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Botswana", - "code": "BW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bouvet Island", - "code": "BV", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Brazil", - "code": "BR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "British Indian Ocean Territory", - "code": "IO", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "British Virgin Islands", - "code": "VG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Brunei", - "code": "BN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Bulgaria", - "code": "BG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Burkina Faso", - "code": "BF", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Burundi", - "code": "BI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cambodia", - "code": "KH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cameroon", - "code": "CM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Canada", - "code": "CA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Canary Islands", - "code": "IC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cape Verde", - "code": "CV", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Caribbean Netherlands", - "code": "BQ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cayman Islands", - "code": "KY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Central African Republic", - "code": "CF", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Chad", - "code": "TD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Chile", - "code": "CL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "China", - "code": "CN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Christmas Island", - "code": "CX", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Cocos (Keeling) Islands", - "code": "CC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Colombia", - "code": "CO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Comoros", - "code": "KM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Congo - Brazzaville", - "code": "CG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Congo - Kinshasa", - "code": "CD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cook Islands", - "code": "CK", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Costa Rica", - "code": "CR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "C\u00f4te d\u2019Ivoire", - "code": "CI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Croatia", - "code": "HR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cuba", - "code": "CU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cura\u00e7ao", - "code": "CW", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Cyprus", - "code": "CY", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Czechia", - "code": "CZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Denmark", - "code": "DK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Djibouti", - "code": "DJ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Dominica", - "code": "DM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Dominican Republic", - "code": "DO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Ecuador", - "code": "EC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Egypt", - "code": "EG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "El Salvador", - "code": "SV", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Equatorial Guinea", - "code": "GQ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Eritrea", - "code": "ER", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Estonia", - "code": "EE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Eswatini", - "code": "SZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Ethiopia", - "code": "ET", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Falkland Islands (Islas Malvinas)", - "code": "FK", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Faroe Islands", - "code": "FO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Fiji", - "code": "FJ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Finland", - "code": "FI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "France", - "code": "FR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "French Guiana", - "code": "GF", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "French Polynesia", - "code": "PF", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "French Southern Territories", - "code": "TF", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Gabon", - "code": "GA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Gambia", - "code": "GM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Georgia", - "code": "GE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Germany", - "code": "DE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Ghana", - "code": "GH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Gibraltar", - "code": "GI", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Greece", - "code": "GR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Greenland", - "code": "GL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Grenada", - "code": "GD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guadeloupe", - "code": "GP", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guam", - "code": "GU", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guatemala", - "code": "GT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guernsey", - "code": "GG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guinea", - "code": "GN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guinea-Bissau", - "code": "GW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Guyana", - "code": "GY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Haiti", - "code": "HT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Heard & McDonald Islands", - "code": "HM", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Honduras", - "code": "HN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Hong Kong", - "code": "HK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Hungary", - "code": "HU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Iceland", - "code": "IS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "India", - "code": "IN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Indonesia", - "code": "ID", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Iran", - "code": "IR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Iraq", - "code": "IQ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Ireland", - "code": "IE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Isle of Man", - "code": "IM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Israel", - "code": "IL", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Italy", - "code": "IT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Jamaica", - "code": "JM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Japan", - "code": "JP", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Jersey", - "code": "JE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Jordan", - "code": "JO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Kazakhstan", - "code": "KZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Kenya", - "code": "KE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Kiribati", - "code": "KI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Kosovo", - "code": "XK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Kuwait", - "code": "KW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Kyrgyzstan", - "code": "KG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Laos", - "code": "LA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Latvia", - "code": "LV", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Lebanon", - "code": "LB", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Lesotho", - "code": "LS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Liberia", - "code": "LR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Libya", - "code": "LY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Liechtenstein", - "code": "LI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Lithuania", - "code": "LT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Luxembourg", - "code": "LU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Macao", - "code": "MO", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Madagascar", - "code": "MG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Malawi", - "code": "MW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Malaysia", - "code": "MY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Maldives", - "code": "MV", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mali", - "code": "ML", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Malta", - "code": "MT", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Marshall Islands", - "code": "MH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Martinique", - "code": "MQ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mauritania", - "code": "MR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mauritius", - "code": "MU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mayotte", - "code": "YT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mexico", - "code": "MX", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Micronesia", - "code": "FM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Moldova", - "code": "MD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Monaco", - "code": "MC", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mongolia", - "code": "MN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Montenegro", - "code": "ME", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Montserrat", - "code": "MS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Morocco", - "code": "MA", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Mozambique", - "code": "MZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Myanmar (Burma)", - "code": "MM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Namibia", - "code": "NA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Nauru", - "code": "NR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Nepal", - "code": "NP", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Netherlands", - "code": "NL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "New Caledonia", - "code": "NC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "New Zealand", - "code": "NZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "Nicaragua", - "code": "NI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Niger", - "code": "NE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Nigeria", - "code": "NG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Niue", - "code": "NU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Norfolk Island", - "code": "NF", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "North Korea", - "code": "KP", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "North Macedonia", - "code": "MK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Northern Mariana Islands", - "code": "MP", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Norway", - "code": "NO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Oman", - "code": "OM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Pakistan", - "code": "PK", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Palau", - "code": "PW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Palestine", - "code": "PS", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Panama", - "code": "PA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Papua New Guinea", - "code": "PG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Paraguay", - "code": "PY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Peru", - "code": "PE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Philippines", - "code": "PH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Pitcairn Islands", - "code": "PN", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Poland", - "code": "PL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Portugal", - "code": "PT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Puerto Rico", - "code": "PR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Qatar", - "code": "QA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "R\u00e9union", - "code": "RE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Romania", - "code": "RO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Russia", - "code": "RU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Rwanda", - "code": "RW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Samoa", - "code": "WS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "San Marino", - "code": "SM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "S\u00e3o Tom\u00e9 & Pr\u00edncipe", - "code": "ST", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Saudi Arabia", - "code": "SA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Senegal", - "code": "SN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Serbia", - "code": "RS", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Seychelles", - "code": "SC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Sierra Leone", - "code": "SL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Singapore", - "code": "SG", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Sint Maarten", - "code": "SX", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Slovakia", - "code": "SK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Slovenia", - "code": "SI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Solomon Islands", - "code": "SB", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Somalia", - "code": "SO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "South Africa", - "code": "ZA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "South Georgia & South Sandwich Islands", - "code": "GS", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "South Korea", - "code": "KR", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "South Sudan", - "code": "SS", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Spain", - "code": "ES", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Sri Lanka", - "code": "LK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Barth\u00e9lemy", - "code": "BL", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Helena", - "code": "SH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Kitts & Nevis", - "code": "KN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Lucia", - "code": "LC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Martin", - "code": "MF", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Pierre & Miquelon", - "code": "PM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "St. Vincent & Grenadines", - "code": "VC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Sudan", - "code": "SD", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Suriname", - "code": "SR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Svalbard & Jan Mayen", - "code": "SJ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Sweden", - "code": "SE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Switzerland", - "code": "CH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Syria", - "code": "SY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Taiwan", - "code": "TW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Tajikistan", - "code": "TJ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Tanzania", - "code": "TZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Thailand", - "code": "TH", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": true, - "school_district": false - } - }, - { - "name": "Timor-Leste", - "code": "TL", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Togo", - "code": "TG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Tokelau", - "code": "TK", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Tonga", - "code": "TO", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Trinidad & Tobago", - "code": "TT", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Tunisia", - "code": "TN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "T\u00fcrkiye", - "code": "TR", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Turkmenistan", - "code": "TM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Turks & Caicos Islands", - "code": "TC", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": true, - "locality": false, - "school_district": false - } - }, - { - "name": "Tuvalu", - "code": "TV", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "U.S. Outlying Islands", - "code": "UM", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "U.S. Virgin Islands", - "code": "VI", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Uganda", - "code": "UG", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Ukraine", - "code": "UA", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "United Arab Emirates", - "code": "AE", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "United Kingdom", - "code": "GB", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": true, - "school_district": false - } - }, - { - "name": "United States", - "code": "US", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": true, - "locality": true, - "school_district": true - } - }, - { - "name": "Uruguay", - "code": "UY", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Uzbekistan", - "code": "UZ", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Vanuatu", - "code": "VU", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Vatican City", - "code": "VA", - "feature": { - "country": true, - "administrative_area_level_1": false, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Venezuela", - "code": "VE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": true, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Vietnam", - "code": "VN", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Wallis & Futuna", - "code": "WF", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Yemen", - "code": "YE", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Zambia", - "code": "ZM", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - }, - { - "name": "Zimbabwe", - "code": "ZW", - "feature": { - "country": true, - "administrative_area_level_1": true, - "administrative_area_level_2": false, - "postal_code": false, - "locality": false, - "school_district": false - } - } -] \ No newline at end of file + { + "name": "Afghanistan", + "code": "AF", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "\u00c5land Islands", + "code": "AX", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Albania", + "code": "AL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Algeria", + "code": "DZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "American Samoa", + "code": "AS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Andorra", + "code": "AD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Angola", + "code": "AO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Anguilla", + "code": "AI", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Antarctica", + "code": "AQ", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Antigua & Barbuda", + "code": "AG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Argentina", + "code": "AR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Armenia", + "code": "AM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Aruba", + "code": "AW", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Australia", + "code": "AU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Austria", + "code": "AT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Azerbaijan", + "code": "AZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bahamas", + "code": "BS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bahrain", + "code": "BH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bangladesh", + "code": "BD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Barbados", + "code": "BB", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Belarus", + "code": "BY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Belgium", + "code": "BE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Belize", + "code": "BZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Benin", + "code": "BJ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bermuda", + "code": "BM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bhutan", + "code": "BT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bolivia", + "code": "BO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bosnia & Herzegovina", + "code": "BA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Botswana", + "code": "BW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bouvet Island", + "code": "BV", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Brazil", + "code": "BR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "British Indian Ocean Territory", + "code": "IO", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "British Virgin Islands", + "code": "VG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Brunei", + "code": "BN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Bulgaria", + "code": "BG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Burkina Faso", + "code": "BF", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Burundi", + "code": "BI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cambodia", + "code": "KH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cameroon", + "code": "CM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Canada", + "code": "CA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Canary Islands", + "code": "IC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cape Verde", + "code": "CV", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Caribbean Netherlands", + "code": "BQ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cayman Islands", + "code": "KY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Central African Republic", + "code": "CF", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Chad", + "code": "TD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Chile", + "code": "CL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "China", + "code": "CN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Christmas Island", + "code": "CX", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Cocos (Keeling) Islands", + "code": "CC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Colombia", + "code": "CO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Comoros", + "code": "KM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Congo - Brazzaville", + "code": "CG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Congo - Kinshasa", + "code": "CD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cook Islands", + "code": "CK", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Costa Rica", + "code": "CR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "C\u00f4te d\u2019Ivoire", + "code": "CI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Croatia", + "code": "HR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cuba", + "code": "CU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cura\u00e7ao", + "code": "CW", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Cyprus", + "code": "CY", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Czechia", + "code": "CZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Denmark", + "code": "DK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Djibouti", + "code": "DJ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Dominica", + "code": "DM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Dominican Republic", + "code": "DO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Ecuador", + "code": "EC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Egypt", + "code": "EG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "El Salvador", + "code": "SV", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Equatorial Guinea", + "code": "GQ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Eritrea", + "code": "ER", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Estonia", + "code": "EE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Eswatini", + "code": "SZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Ethiopia", + "code": "ET", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Falkland Islands (Islas Malvinas)", + "code": "FK", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Faroe Islands", + "code": "FO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Fiji", + "code": "FJ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Finland", + "code": "FI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "France", + "code": "FR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "French Guiana", + "code": "GF", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "French Polynesia", + "code": "PF", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "French Southern Territories", + "code": "TF", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Gabon", + "code": "GA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Gambia", + "code": "GM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Georgia", + "code": "GE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Germany", + "code": "DE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Ghana", + "code": "GH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Gibraltar", + "code": "GI", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Greece", + "code": "GR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Greenland", + "code": "GL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Grenada", + "code": "GD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guadeloupe", + "code": "GP", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guam", + "code": "GU", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guatemala", + "code": "GT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guernsey", + "code": "GG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guinea", + "code": "GN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guinea-Bissau", + "code": "GW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Guyana", + "code": "GY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Haiti", + "code": "HT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Heard & McDonald Islands", + "code": "HM", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Honduras", + "code": "HN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Hong Kong", + "code": "HK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Hungary", + "code": "HU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Iceland", + "code": "IS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "India", + "code": "IN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Indonesia", + "code": "ID", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Iran", + "code": "IR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Iraq", + "code": "IQ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Ireland", + "code": "IE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Isle of Man", + "code": "IM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Israel", + "code": "IL", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Italy", + "code": "IT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Jamaica", + "code": "JM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Japan", + "code": "JP", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Jersey", + "code": "JE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Jordan", + "code": "JO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Kazakhstan", + "code": "KZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Kenya", + "code": "KE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Kiribati", + "code": "KI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Kosovo", + "code": "XK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Kuwait", + "code": "KW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Kyrgyzstan", + "code": "KG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Laos", + "code": "LA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Latvia", + "code": "LV", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Lebanon", + "code": "LB", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Lesotho", + "code": "LS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Liberia", + "code": "LR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Libya", + "code": "LY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Liechtenstein", + "code": "LI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Lithuania", + "code": "LT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Luxembourg", + "code": "LU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Macao", + "code": "MO", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Madagascar", + "code": "MG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Malawi", + "code": "MW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Malaysia", + "code": "MY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Maldives", + "code": "MV", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mali", + "code": "ML", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Malta", + "code": "MT", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Marshall Islands", + "code": "MH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Martinique", + "code": "MQ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mauritania", + "code": "MR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mauritius", + "code": "MU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mayotte", + "code": "YT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mexico", + "code": "MX", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Micronesia", + "code": "FM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Moldova", + "code": "MD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Monaco", + "code": "MC", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mongolia", + "code": "MN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Montenegro", + "code": "ME", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Montserrat", + "code": "MS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Morocco", + "code": "MA", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Mozambique", + "code": "MZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Myanmar (Burma)", + "code": "MM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Namibia", + "code": "NA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Nauru", + "code": "NR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Nepal", + "code": "NP", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Netherlands", + "code": "NL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "New Caledonia", + "code": "NC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "New Zealand", + "code": "NZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "Nicaragua", + "code": "NI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Niger", + "code": "NE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Nigeria", + "code": "NG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Niue", + "code": "NU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Norfolk Island", + "code": "NF", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "North Korea", + "code": "KP", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "North Macedonia", + "code": "MK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Northern Mariana Islands", + "code": "MP", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Norway", + "code": "NO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Oman", + "code": "OM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Pakistan", + "code": "PK", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Palau", + "code": "PW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Palestine", + "code": "PS", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Panama", + "code": "PA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Papua New Guinea", + "code": "PG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Paraguay", + "code": "PY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Peru", + "code": "PE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Philippines", + "code": "PH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Pitcairn Islands", + "code": "PN", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Poland", + "code": "PL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Portugal", + "code": "PT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Puerto Rico", + "code": "PR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Qatar", + "code": "QA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "R\u00e9union", + "code": "RE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Romania", + "code": "RO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Russia", + "code": "RU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Rwanda", + "code": "RW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Samoa", + "code": "WS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "San Marino", + "code": "SM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "S\u00e3o Tom\u00e9 & Pr\u00edncipe", + "code": "ST", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Saudi Arabia", + "code": "SA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Senegal", + "code": "SN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Serbia", + "code": "RS", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Seychelles", + "code": "SC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Sierra Leone", + "code": "SL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Singapore", + "code": "SG", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Sint Maarten", + "code": "SX", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Slovakia", + "code": "SK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Slovenia", + "code": "SI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Solomon Islands", + "code": "SB", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Somalia", + "code": "SO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "South Africa", + "code": "ZA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "South Georgia & South Sandwich Islands", + "code": "GS", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "South Korea", + "code": "KR", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "South Sudan", + "code": "SS", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Spain", + "code": "ES", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Sri Lanka", + "code": "LK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Barth\u00e9lemy", + "code": "BL", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Helena", + "code": "SH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Kitts & Nevis", + "code": "KN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Lucia", + "code": "LC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Martin", + "code": "MF", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Pierre & Miquelon", + "code": "PM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "St. Vincent & Grenadines", + "code": "VC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Sudan", + "code": "SD", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Suriname", + "code": "SR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Svalbard & Jan Mayen", + "code": "SJ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Sweden", + "code": "SE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Switzerland", + "code": "CH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Syria", + "code": "SY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Taiwan", + "code": "TW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Tajikistan", + "code": "TJ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Tanzania", + "code": "TZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Thailand", + "code": "TH", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": true, + "school_district": false + } + }, + { + "name": "Timor-Leste", + "code": "TL", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Togo", + "code": "TG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Tokelau", + "code": "TK", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Tonga", + "code": "TO", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Trinidad & Tobago", + "code": "TT", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Tunisia", + "code": "TN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "T\u00fcrkiye", + "code": "TR", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Turkmenistan", + "code": "TM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Turks & Caicos Islands", + "code": "TC", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": true, + "locality": false, + "school_district": false + } + }, + { + "name": "Tuvalu", + "code": "TV", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "U.S. Outlying Islands", + "code": "UM", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "U.S. Virgin Islands", + "code": "VI", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Uganda", + "code": "UG", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Ukraine", + "code": "UA", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "United Arab Emirates", + "code": "AE", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "United Kingdom", + "code": "GB", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": true, + "school_district": false + } + }, + { + "name": "United States", + "code": "US", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": true, + "locality": true, + "school_district": true + } + }, + { + "name": "Uruguay", + "code": "UY", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Uzbekistan", + "code": "UZ", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Vanuatu", + "code": "VU", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Vatican City", + "code": "VA", + "feature": { + "country": true, + "administrative_area_level_1": false, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Venezuela", + "code": "VE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": true, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Vietnam", + "code": "VN", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Wallis & Futuna", + "code": "WF", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Yemen", + "code": "YE", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Zambia", + "code": "ZM", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + }, + { + "name": "Zimbabwe", + "code": "ZW", + "feature": { + "country": true, + "administrative_area_level_1": true, + "administrative_area_level_2": false, + "postal_code": false, + "locality": false, + "school_district": false + } + } +] diff --git a/samples/dds-region-viewer/tsconfig.json b/samples/dds-region-viewer/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/dds-region-viewer/tsconfig.json +++ b/samples/dds-region-viewer/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-arclayer/tsconfig.json b/samples/deckgl-arclayer/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-arclayer/tsconfig.json +++ b/samples/deckgl-arclayer/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-heatmap/tsconfig.json b/samples/deckgl-heatmap/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-heatmap/tsconfig.json +++ b/samples/deckgl-heatmap/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-kml-updated/tsconfig.json b/samples/deckgl-kml-updated/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-kml-updated/tsconfig.json +++ b/samples/deckgl-kml-updated/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-kml/tsconfig.json b/samples/deckgl-kml/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-kml/tsconfig.json +++ b/samples/deckgl-kml/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-points/tsconfig.json b/samples/deckgl-points/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-points/tsconfig.json +++ b/samples/deckgl-points/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-polygon/tsconfig.json b/samples/deckgl-polygon/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-polygon/tsconfig.json +++ b/samples/deckgl-polygon/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/deckgl-tripslayer/public/trips-v7.json b/samples/deckgl-tripslayer/public/trips-v7.json index 39412188d..0fe32708c 100644 --- a/samples/deckgl-tripslayer/public/trips-v7.json +++ b/samples/deckgl-tripslayer/public/trips-v7.json @@ -19,8 +19,13 @@ [-74.20674, 40.80398], [-74.20659, 40.80382], [-74.20634, 40.80352], - [-74.20466, 40.80157]], - "timestamps": [ 1191, 1193.803, 1205.321, 1249.883, 1277.923, 1333.85, 1373.257, 1451.769, 1527.939, 1560.114, 1579.966, 1583.555, 1660.904, 1678.797, 1779.882, 1784.858, 1793.853, 1868.948] + [-74.20466, 40.80157] + ], + "timestamps": [ + 1191, 1193.803, 1205.321, 1249.883, 1277.923, 1333.85, 1373.257, 1451.769, + 1527.939, 1560.114, 1579.966, 1583.555, 1660.904, 1678.797, 1779.882, + 1784.858, 1793.853, 1868.948 + ] }, { "vendor": 0, @@ -38,8 +43,12 @@ [-74.27136, 40.60737], [-74.26967, 40.60743], [-74.26959, 40.60665], - [-74.26721, 40.6068]], - "timestamps": [ 1637, 1666.166, 1679.748, 1687.573, 1689.467, 1693.672, 1698.763, 1717.431, 1733.076, 1743.274, 1753.664, 1786.261, 1799.986, 1835.563] + [-74.26721, 40.6068] + ], + "timestamps": [ + 1637, 1666.166, 1679.748, 1687.573, 1689.467, 1693.672, 1698.763, + 1717.431, 1733.076, 1743.274, 1753.664, 1786.261, 1799.986, 1835.563 + ] }, { "vendor": 1, @@ -194,8 +203,32 @@ [-73.82389, 40.66527], [-73.82409, 40.66521], [-73.8243, 40.66517], - [-73.82452, 40.66515]], - "timestamps": [ 1338, 1346.233, 1356.962, 1364.115, 1365.312, 1367.362, 1368.755, 1371.139, 1373.142, 1375.731, 1377.47, 1378.331, 1379.13, 1380.103, 1382.956, 1384.638, 1385.963, 1388.928, 1390.174, 1391.149, 1392.121, 1394.724, 1395.168, 1395.794, 1396.303, 1403.184, 1404.495, 1407.504, 1409.255, 1410.709, 1412.585, 1413.749, 1414.531, 1415.2, 1416, 1416.852, 1417.695, 1418.409, 1419.164, 1419.878, 1420.688, 1421.281, 1422.321, 1423.982, 1425.489, 1427.225, 1428.904, 1431.171, 1432.548, 1434.841, 1436.764, 1439.457, 1449.071, 1459.896, 1466.643, 1473.187, 1476.104, 1477.724, 1479.169, 1480.717, 1482.133, 1483.54, 1485.209, 1486.236, 1488.172, 1490.707, 1492.237, 1493.925, 1497.42, 1500.621, 1504.109, 1507.559, 1513.24, 1516.201, 1519.349, 1522.429, 1524.951, 1526.97, 1529.196, 1531.346, 1533.473, 1536.172, 1537.571, 1542.648, 1545.182, 1547.229, 1549.034, 1550.69, 1553.839, 1555.19, 1556.488, 1557.868, 1559.326, 1560.796, 1562.284, 1563.696, 1565.39, 1566.173, 1567.327, 1568.573, 1569.753, 1571.028, 1572.2, 1573.426, 1574.73, 1576.114, 1579.099, 1583.293, 1585.14, 1587.08, 1588.865, 1590.708, 1606.838, 1613.934, 1614.935, 1616.094, 1616.824, 1618.038, 1619.036, 1620.356, 1628.196, 1630.65, 1656.921, 1658.013, 1659.213, 1660.257, 1681.482, 1682.344, 1683.206, 1684.417, 1687.134, 1689.165, 1708.67, 1722.141, 1724.023, 1726.256, 1735.866, 1748.948, 1774.789, 1780.431, 1783.504, 1785.207, 1786.19, 1787.363, 1791.373, 1792.737, 1794.136, 1795.588, 1797.095, 1798.612, 1800.164] + [-73.82452, 40.66515] + ], + "timestamps": [ + 1338, 1346.233, 1356.962, 1364.115, 1365.312, 1367.362, 1368.755, + 1371.139, 1373.142, 1375.731, 1377.47, 1378.331, 1379.13, 1380.103, + 1382.956, 1384.638, 1385.963, 1388.928, 1390.174, 1391.149, 1392.121, + 1394.724, 1395.168, 1395.794, 1396.303, 1403.184, 1404.495, 1407.504, + 1409.255, 1410.709, 1412.585, 1413.749, 1414.531, 1415.2, 1416, 1416.852, + 1417.695, 1418.409, 1419.164, 1419.878, 1420.688, 1421.281, 1422.321, + 1423.982, 1425.489, 1427.225, 1428.904, 1431.171, 1432.548, 1434.841, + 1436.764, 1439.457, 1449.071, 1459.896, 1466.643, 1473.187, 1476.104, + 1477.724, 1479.169, 1480.717, 1482.133, 1483.54, 1485.209, 1486.236, + 1488.172, 1490.707, 1492.237, 1493.925, 1497.42, 1500.621, 1504.109, + 1507.559, 1513.24, 1516.201, 1519.349, 1522.429, 1524.951, 1526.97, + 1529.196, 1531.346, 1533.473, 1536.172, 1537.571, 1542.648, 1545.182, + 1547.229, 1549.034, 1550.69, 1553.839, 1555.19, 1556.488, 1557.868, + 1559.326, 1560.796, 1562.284, 1563.696, 1565.39, 1566.173, 1567.327, + 1568.573, 1569.753, 1571.028, 1572.2, 1573.426, 1574.73, 1576.114, + 1579.099, 1583.293, 1585.14, 1587.08, 1588.865, 1590.708, 1606.838, + 1613.934, 1614.935, 1616.094, 1616.824, 1618.038, 1619.036, 1620.356, + 1628.196, 1630.65, 1656.921, 1658.013, 1659.213, 1660.257, 1681.482, + 1682.344, 1683.206, 1684.417, 1687.134, 1689.165, 1708.67, 1722.141, + 1724.023, 1726.256, 1735.866, 1748.948, 1774.789, 1780.431, 1783.504, + 1785.207, 1786.19, 1787.363, 1791.373, 1792.737, 1794.136, 1795.588, + 1797.095, 1798.612, 1800.164 + ] }, { "vendor": 0, @@ -254,8 +287,18 @@ [-74.2853, 40.66657], [-74.28506, 40.66697], [-74.28434, 40.66804], - [-74.28077, 40.67287]], - "timestamps": [ 1213, 1217.934, 1243.609, 1256.51, 1278.243, 1288.386, 1382.497, 1417.272, 1504.229, 1506.996, 1511.491, 1513.964, 1518.777, 1521.08, 1523.129, 1532.482, 1536.788, 1541.583, 1549.258, 1553.874, 1570.722, 1585.68, 1588.828, 1591.99, 1606.823, 1610.01, 1612.134, 1614.297, 1617.415, 1624.88, 1633.445, 1639.839, 1644.045, 1647.256, 1649.903, 1655.204, 1660.539, 1664.846, 1668.601, 1671.846, 1676.149, 1680.441, 1721.8, 1739.385, 1743.675, 1746.852, 1750.044, 1754.346, 1758.493, 1761.631, 1766.975, 1771.228, 1773.369, 1779.221, 1806.195] + [-74.28077, 40.67287] + ], + "timestamps": [ + 1213, 1217.934, 1243.609, 1256.51, 1278.243, 1288.386, 1382.497, 1417.272, + 1504.229, 1506.996, 1511.491, 1513.964, 1518.777, 1521.08, 1523.129, + 1532.482, 1536.788, 1541.583, 1549.258, 1553.874, 1570.722, 1585.68, + 1588.828, 1591.99, 1606.823, 1610.01, 1612.134, 1614.297, 1617.415, + 1624.88, 1633.445, 1639.839, 1644.045, 1647.256, 1649.903, 1655.204, + 1660.539, 1664.846, 1668.601, 1671.846, 1676.149, 1680.441, 1721.8, + 1739.385, 1743.675, 1746.852, 1750.044, 1754.346, 1758.493, 1761.631, + 1766.975, 1771.228, 1773.369, 1779.221, 1806.195 + ] }, { "vendor": 1, @@ -298,8 +341,16 @@ [-73.90319, 40.65536], [-73.90321, 40.65546], [-73.90337, 40.65542], - [-73.90616, 40.65501]], - "timestamps": [ 1095, 1123.223, 1125.967, 1156.038, 1181.866, 1214.429, 1237.771, 1250.386, 1252.9, 1273.874, 1302.121, 1367.331, 1371.01, 1386.853, 1393.899, 1430.252, 1442.426, 1454.487, 1588.943, 1593.166, 1627.32, 1630.865, 1633.557, 1661.177, 1673.305, 1684.721, 1695.491, 1698.493, 1700.684, 1703.106, 1706.069, 1717.19, 1721.205, 1751.836, 1755.154, 1758.772, 1761.465, 1765.685, 1836.876] + [-73.90616, 40.65501] + ], + "timestamps": [ + 1095, 1123.223, 1125.967, 1156.038, 1181.866, 1214.429, 1237.771, + 1250.386, 1252.9, 1273.874, 1302.121, 1367.331, 1371.01, 1386.853, + 1393.899, 1430.252, 1442.426, 1454.487, 1588.943, 1593.166, 1627.32, + 1630.865, 1633.557, 1661.177, 1673.305, 1684.721, 1695.491, 1698.493, + 1700.684, 1703.106, 1706.069, 1717.19, 1721.205, 1751.836, 1755.154, + 1758.772, 1761.465, 1765.685, 1836.876 + ] }, { "vendor": 0, @@ -498,8 +549,38 @@ [-74.06288, 40.77001], [-74.06259, 40.77036], [-74.06208, 40.77104], - [-74.06162, 40.77172]], - "timestamps": [ 803, 808.404, 821.666, 830.569, 841.576, 849.528, 882.844, 888.808, 891.429, 895.393, 900.107, 907.887, 931.164, 937.34, 941.136, 943.435, 944.863, 946.578, 947.614, 954.39, 961.567, 967.312, 973.144, 976.674, 991.143, 1000.368, 1008.994, 1014.55, 1018.871, 1024.593, 1030.882, 1040.858, 1043.818, 1045.312, 1046.912, 1049.51, 1052.478, 1053.127, 1054.7, 1056.88, 1058.313, 1060.449, 1062.521, 1065.387, 1073.937, 1077.544, 1079.719, 1081.966, 1084.402, 1085.827, 1087.946, 1090.112, 1092.949, 1106.244, 1107.623, 1109.085, 1110.917, 1112.697, 1114.161, 1115.261, 1128.273, 1140.385, 1160.049, 1161.391, 1172.776, 1177.246, 1183.148, 1187.565, 1192.058, 1196.524, 1200.834, 1205.218, 1218.634, 1223.965, 1227.85, 1230.524, 1231.793, 1234.077, 1235.316, 1242.092, 1243.205, 1244.847, 1245.68, 1246.393, 1247.191, 1248.023, 1248.776, 1249.489, 1250.216, 1251.736, 1253.507, 1260.834, 1263.208, 1266.723, 1271.927, 1276.594, 1281.125, 1284.864, 1289.375, 1294.044, 1296.301, 1318.474, 1321.76, 1324.688, 1330.887, 1336.965, 1339.911, 1342.75, 1345.264, 1349.404, 1353.348, 1355.435, 1359.267, 1361.207, 1364.988, 1368.404, 1371.335, 1386.629, 1395.019, 1402.985, 1405.88, 1410.502, 1412.199, 1415.516, 1418.465, 1437.183, 1440.275, 1442.761, 1444.892, 1446.975, 1448.909, 1451.003, 1453.171, 1457.147, 1459.139, 1461.059, 1464.628, 1468.149, 1469.903, 1486.792, 1488.805, 1490.831, 1493.077, 1495.339, 1511.958, 1514.625, 1516.935, 1521.104, 1524.919, 1530.69, 1534.473, 1536.385, 1540.189, 1545.935, 1550.342, 1554.871, 1559.317, 1569.801, 1581.46, 1592.842, 1602.113, 1603.157, 1607.259, 1610.79, 1615.923, 1619.583, 1623.005, 1626.514, 1632.217, 1663.506, 1667.866, 1671.154, 1674.424, 1678.146, 1681.371, 1686.392, 1690.514, 1694.734, 1707.829, 1716.773, 1735.805, 1752.602, 1755.909, 1760.348, 1764.659, 1771.029, 1773.311, 1777.636, 1781.98, 1786.328, 1788.495, 1792.867, 1794.99, 1799.007, 1802.931] + [-74.06162, 40.77172] + ], + "timestamps": [ + 803, 808.404, 821.666, 830.569, 841.576, 849.528, 882.844, 888.808, + 891.429, 895.393, 900.107, 907.887, 931.164, 937.34, 941.136, 943.435, + 944.863, 946.578, 947.614, 954.39, 961.567, 967.312, 973.144, 976.674, + 991.143, 1000.368, 1008.994, 1014.55, 1018.871, 1024.593, 1030.882, + 1040.858, 1043.818, 1045.312, 1046.912, 1049.51, 1052.478, 1053.127, + 1054.7, 1056.88, 1058.313, 1060.449, 1062.521, 1065.387, 1073.937, + 1077.544, 1079.719, 1081.966, 1084.402, 1085.827, 1087.946, 1090.112, + 1092.949, 1106.244, 1107.623, 1109.085, 1110.917, 1112.697, 1114.161, + 1115.261, 1128.273, 1140.385, 1160.049, 1161.391, 1172.776, 1177.246, + 1183.148, 1187.565, 1192.058, 1196.524, 1200.834, 1205.218, 1218.634, + 1223.965, 1227.85, 1230.524, 1231.793, 1234.077, 1235.316, 1242.092, + 1243.205, 1244.847, 1245.68, 1246.393, 1247.191, 1248.023, 1248.776, + 1249.489, 1250.216, 1251.736, 1253.507, 1260.834, 1263.208, 1266.723, + 1271.927, 1276.594, 1281.125, 1284.864, 1289.375, 1294.044, 1296.301, + 1318.474, 1321.76, 1324.688, 1330.887, 1336.965, 1339.911, 1342.75, + 1345.264, 1349.404, 1353.348, 1355.435, 1359.267, 1361.207, 1364.988, + 1368.404, 1371.335, 1386.629, 1395.019, 1402.985, 1405.88, 1410.502, + 1412.199, 1415.516, 1418.465, 1437.183, 1440.275, 1442.761, 1444.892, + 1446.975, 1448.909, 1451.003, 1453.171, 1457.147, 1459.139, 1461.059, + 1464.628, 1468.149, 1469.903, 1486.792, 1488.805, 1490.831, 1493.077, + 1495.339, 1511.958, 1514.625, 1516.935, 1521.104, 1524.919, 1530.69, + 1534.473, 1536.385, 1540.189, 1545.935, 1550.342, 1554.871, 1559.317, + 1569.801, 1581.46, 1592.842, 1602.113, 1603.157, 1607.259, 1610.79, + 1615.923, 1619.583, 1623.005, 1626.514, 1632.217, 1663.506, 1667.866, + 1671.154, 1674.424, 1678.146, 1681.371, 1686.392, 1690.514, 1694.734, + 1707.829, 1716.773, 1735.805, 1752.602, 1755.909, 1760.348, 1764.659, + 1771.029, 1773.311, 1777.636, 1781.98, 1786.328, 1788.495, 1792.867, + 1794.99, 1799.007, 1802.931 + ] }, { "vendor": 1, @@ -544,8 +625,16 @@ [-74.00825, 40.75055], [-74.00699, 40.75388], [-74.00664, 40.75442], - [-74.00336, 40.75891]], - "timestamps": [ 838, 867.979, 947.036, 962.913, 996.971, 1032.865, 1060.03, 1077.834, 1205.212, 1210.243, 1295.677, 1315.668, 1431.726, 1480.25, 1488.658, 1505.652, 1513.401, 1518.282, 1520.468, 1525.412, 1536.499, 1541.981, 1544.702, 1556.713, 1567.386, 1569.995, 1595.19, 1625.526, 1651.013, 1654.936, 1668.082, 1672.841, 1677.154, 1690.596, 1694.73, 1699.096, 1703.973, 1708.85, 1773.72, 1784.985, 1881.081] + [-74.00336, 40.75891] + ], + "timestamps": [ + 838, 867.979, 947.036, 962.913, 996.971, 1032.865, 1060.03, 1077.834, + 1205.212, 1210.243, 1295.677, 1315.668, 1431.726, 1480.25, 1488.658, + 1505.652, 1513.401, 1518.282, 1520.468, 1525.412, 1536.499, 1541.981, + 1544.702, 1556.713, 1567.386, 1569.995, 1595.19, 1625.526, 1651.013, + 1654.936, 1668.082, 1672.841, 1677.154, 1690.596, 1694.73, 1699.096, + 1703.973, 1708.85, 1773.72, 1784.985, 1881.081 + ] }, { "vendor": 0, @@ -556,8 +645,11 @@ [-73.9719, 40.67641], [-73.97244, 40.67716], [-73.97234, 40.67744], - [-73.96917, 40.67678]], - "timestamps": [ 1666, 1694.498, 1712.309, 1732.9, 1756.244, 1778.805, 1836.989] + [-73.96917, 40.67678] + ], + "timestamps": [ + 1666, 1694.498, 1712.309, 1732.9, 1756.244, 1778.805, 1836.989 + ] }, { "vendor": 0, @@ -590,8 +682,14 @@ [-74.03646, 40.72977], [-74.03613, 40.72971], [-74.03604, 40.72969], - [-74.03222, 40.72883]], - "timestamps": [ 1252, 1322.247, 1354.152, 1376.76, 1399.368, 1465.21, 1511.568, 1513.634, 1524.966, 1528.315, 1531.664, 1538.363, 1546.856, 1553.434, 1562.913, 1589.717, 1722.155, 1746.018, 1753.951, 1754.391, 1763.725, 1769.463, 1770.434, 1771.137, 1784.274, 1788.085, 1791.863, 1792.908, 1822.248] + [-74.03222, 40.72883] + ], + "timestamps": [ + 1252, 1322.247, 1354.152, 1376.76, 1399.368, 1465.21, 1511.568, 1513.634, + 1524.966, 1528.315, 1531.664, 1538.363, 1546.856, 1553.434, 1562.913, + 1589.717, 1722.155, 1746.018, 1753.951, 1754.391, 1763.725, 1769.463, + 1770.434, 1771.137, 1784.274, 1788.085, 1791.863, 1792.908, 1822.248 + ] }, { "vendor": 1, @@ -852,8 +950,45 @@ [-73.9088, 40.59384], [-73.90867, 40.59338], [-73.90856, 40.59277], - [-73.90845, 40.59232]], - "timestamps": [ 697, 720.86, 726.301, 732.73, 737.836, 743.077, 747.337, 749.163, 751.746, 753.347, 754.479, 755.601, 758.007, 760.942, 762.352, 764.205, 765.85, 766.32, 767.232, 767.589, 768.32, 769.15, 769.878, 770.569, 771.169, 771.991, 781.264, 784.129, 788.29, 790.449, 791.759, 797.845, 802.843, 804.124, 805.939, 808.792, 810.376, 811.79, 813.304, 814.689, 816.065, 817.698, 818.702, 820.596, 823.076, 824.572, 826.223, 829.641, 832.772, 836.184, 839.559, 845.115, 848.011, 851.091, 854.103, 856.57, 858.545, 860.723, 862.825, 864.905, 867.546, 868.914, 873.88, 876.359, 878.361, 880.126, 881.746, 884.826, 886.147, 887.417, 888.767, 890.193, 891.631, 893.086, 894.467, 896.124, 896.89, 898.019, 899.238, 900.391, 901.639, 902.785, 903.984, 905.26, 906.613, 909.533, 913.636, 915.442, 917.339, 919.086, 920.888, 936.666, 943.606, 944.585, 945.718, 946.433, 947.62, 948.597, 949.888, 957.556, 959.956, 985.653, 986.721, 987.894, 988.916, 1009.676, 1010.519, 1011.363, 1012.547, 1015.205, 1017.192, 1036.269, 1049.446, 1051.286, 1053.47, 1062.87, 1075.667, 1100.941, 1106.46, 1109.466, 1111.132, 1112.093, 1113.24, 1117.163, 1118.497, 1119.865, 1121.286, 1122.76, 1124.243, 1125.762, 1134.259, 1144.932, 1149.137, 1152.431, 1158.933, 1161.676, 1165.068, 1175.484, 1177.712, 1179.813, 1181.929, 1184.182, 1186.708, 1188.699, 1190.896, 1193.321, 1196.864, 1207.753, 1213.35, 1219.956, 1221.37, 1231.707, 1238.284, 1244.92, 1250.829, 1253.868, 1257.452, 1277.103, 1285.401, 1296.702, 1307.704, 1312.886, 1322.851, 1346.359, 1351.772, 1354.215, 1357.259, 1362, 1368.389, 1372.697, 1376.985, 1382.729, 1388.244, 1393.145, 1400.159, 1412.511, 1418.008, 1424.599, 1426.79, 1431.461, 1433.793, 1438.779, 1441.136, 1445.952, 1450.465, 1453.133, 1457.621, 1461.23, 1466.637, 1472.506, 1477.935, 1495.746, 1517.253, 1519.533, 1522.407, 1524.827, 1527.425, 1529.431, 1531.924, 1535.229, 1537.239, 1541.255, 1545.222, 1550.533, 1555.269, 1558.738, 1564.52, 1568.504, 1578.736, 1601.223, 1609.174, 1618.647, 1625.025, 1631.381, 1634.558, 1637.675, 1647.208, 1650.397, 1655.175, 1657.583, 1660.923, 1672.174, 1673.884, 1675.936, 1677.878, 1680.942, 1683.395, 1685.899, 1690.515, 1695.444, 1700.214, 1705.029, 1709.812, 1714.723, 1720.631, 1723.281, 1730.22, 1731.957, 1733.673, 1735.388, 1737.178, 1738.99, 1740.714, 1743.57, 1744.914, 1746.339, 1747.732, 1748.895, 1750.411, 1755.97, 1763.164, 1764.729, 1768.184, 1792.27, 1795.007, 1798.589, 1801.251] + [-73.90845, 40.59232] + ], + "timestamps": [ + 697, 720.86, 726.301, 732.73, 737.836, 743.077, 747.337, 749.163, 751.746, + 753.347, 754.479, 755.601, 758.007, 760.942, 762.352, 764.205, 765.85, + 766.32, 767.232, 767.589, 768.32, 769.15, 769.878, 770.569, 771.169, + 771.991, 781.264, 784.129, 788.29, 790.449, 791.759, 797.845, 802.843, + 804.124, 805.939, 808.792, 810.376, 811.79, 813.304, 814.689, 816.065, + 817.698, 818.702, 820.596, 823.076, 824.572, 826.223, 829.641, 832.772, + 836.184, 839.559, 845.115, 848.011, 851.091, 854.103, 856.57, 858.545, + 860.723, 862.825, 864.905, 867.546, 868.914, 873.88, 876.359, 878.361, + 880.126, 881.746, 884.826, 886.147, 887.417, 888.767, 890.193, 891.631, + 893.086, 894.467, 896.124, 896.89, 898.019, 899.238, 900.391, 901.639, + 902.785, 903.984, 905.26, 906.613, 909.533, 913.636, 915.442, 917.339, + 919.086, 920.888, 936.666, 943.606, 944.585, 945.718, 946.433, 947.62, + 948.597, 949.888, 957.556, 959.956, 985.653, 986.721, 987.894, 988.916, + 1009.676, 1010.519, 1011.363, 1012.547, 1015.205, 1017.192, 1036.269, + 1049.446, 1051.286, 1053.47, 1062.87, 1075.667, 1100.941, 1106.46, + 1109.466, 1111.132, 1112.093, 1113.24, 1117.163, 1118.497, 1119.865, + 1121.286, 1122.76, 1124.243, 1125.762, 1134.259, 1144.932, 1149.137, + 1152.431, 1158.933, 1161.676, 1165.068, 1175.484, 1177.712, 1179.813, + 1181.929, 1184.182, 1186.708, 1188.699, 1190.896, 1193.321, 1196.864, + 1207.753, 1213.35, 1219.956, 1221.37, 1231.707, 1238.284, 1244.92, + 1250.829, 1253.868, 1257.452, 1277.103, 1285.401, 1296.702, 1307.704, + 1312.886, 1322.851, 1346.359, 1351.772, 1354.215, 1357.259, 1362, + 1368.389, 1372.697, 1376.985, 1382.729, 1388.244, 1393.145, 1400.159, + 1412.511, 1418.008, 1424.599, 1426.79, 1431.461, 1433.793, 1438.779, + 1441.136, 1445.952, 1450.465, 1453.133, 1457.621, 1461.23, 1466.637, + 1472.506, 1477.935, 1495.746, 1517.253, 1519.533, 1522.407, 1524.827, + 1527.425, 1529.431, 1531.924, 1535.229, 1537.239, 1541.255, 1545.222, + 1550.533, 1555.269, 1558.738, 1564.52, 1568.504, 1578.736, 1601.223, + 1609.174, 1618.647, 1625.025, 1631.381, 1634.558, 1637.675, 1647.208, + 1650.397, 1655.175, 1657.583, 1660.923, 1672.174, 1673.884, 1675.936, + 1677.878, 1680.942, 1683.395, 1685.899, 1690.515, 1695.444, 1700.214, + 1705.029, 1709.812, 1714.723, 1720.631, 1723.281, 1730.22, 1731.957, + 1733.673, 1735.388, 1737.178, 1738.99, 1740.714, 1743.57, 1744.914, + 1746.339, 1747.732, 1748.895, 1750.411, 1755.97, 1763.164, 1764.729, + 1768.184, 1792.27, 1795.007, 1798.589, 1801.251 + ] }, { "vendor": 0, @@ -954,8 +1089,24 @@ [-73.91449, 40.80363], [-73.9148, 40.80357], [-73.91514, 40.80352], - [-73.91549, 40.80349]], - "timestamps": [ 773, 786.852, 814.558, 872.133, 904.27, 907.985, 938.697, 957.702, 974.633, 993.724, 999.005, 1017.265, 1020.809, 1033.584, 1037.588, 1044.688, 1050.053, 1055.348, 1067.552, 1075.21, 1085.803, 1090.668, 1094.855, 1104.533, 1112.457, 1129.218, 1132.81, 1138.668, 1141.672, 1163.739, 1171.691, 1181.606, 1187.025, 1192.238, 1197.029, 1207.74, 1210.983, 1219.146, 1225.716, 1232.11, 1238.633, 1257.963, 1270.706, 1274.674, 1277.854, 1313.578, 1330.066, 1337.36, 1345.614, 1351.274, 1354.571, 1365.115, 1370.252, 1373.657, 1398.809, 1402.73, 1410.957, 1413.301, 1420.065, 1424.63, 1428.713, 1437.568, 1441.34, 1444.383, 1448.131, 1454.859, 1463.982, 1470.29, 1476.408, 1487.182, 1498.313, 1513.348, 1545.071, 1568.939, 1570.589, 1571.965, 1574.213, 1589.119, 1594.665, 1597.837, 1605.302, 1640.265, 1661.27, 1665.058, 1669.492, 1696.527, 1707.116, 1733.112, 1735.901, 1738.485, 1741.133, 1760.724, 1792.644, 1794.721, 1796.641, 1798.719, 1800.832] + [-73.91549, 40.80349] + ], + "timestamps": [ + 773, 786.852, 814.558, 872.133, 904.27, 907.985, 938.697, 957.702, + 974.633, 993.724, 999.005, 1017.265, 1020.809, 1033.584, 1037.588, + 1044.688, 1050.053, 1055.348, 1067.552, 1075.21, 1085.803, 1090.668, + 1094.855, 1104.533, 1112.457, 1129.218, 1132.81, 1138.668, 1141.672, + 1163.739, 1171.691, 1181.606, 1187.025, 1192.238, 1197.029, 1207.74, + 1210.983, 1219.146, 1225.716, 1232.11, 1238.633, 1257.963, 1270.706, + 1274.674, 1277.854, 1313.578, 1330.066, 1337.36, 1345.614, 1351.274, + 1354.571, 1365.115, 1370.252, 1373.657, 1398.809, 1402.73, 1410.957, + 1413.301, 1420.065, 1424.63, 1428.713, 1437.568, 1441.34, 1444.383, + 1448.131, 1454.859, 1463.982, 1470.29, 1476.408, 1487.182, 1498.313, + 1513.348, 1545.071, 1568.939, 1570.589, 1571.965, 1574.213, 1589.119, + 1594.665, 1597.837, 1605.302, 1640.265, 1661.27, 1665.058, 1669.492, + 1696.527, 1707.116, 1733.112, 1735.901, 1738.485, 1741.133, 1760.724, + 1792.644, 1794.721, 1796.641, 1798.719, 1800.832 + ] }, { "vendor": 1, @@ -1045,8 +1196,21 @@ [-73.98308, 40.57916], [-73.98194, 40.57918], [-73.98152, 40.57698], - [-73.98144, 40.57655]], - "timestamps": [ 261, 277.174, 315.992, 685.358, 728.977, 750.632, 771.03, 796.627, 799.065, 802.671, 805.607, 807.978, 809.648, 812.372, 813.449, 816.166, 818.253, 819.321, 820.408, 821.718, 823.131, 824.429, 825.562, 826.731, 828.856, 830.366, 832.451, 834.395, 836.161, 839.068, 842.022, 843.834, 856.603, 864.841, 866.375, 871.448, 876.688, 881.921, 887.218, 913.762, 916.412, 919.994, 922.543, 924.448, 934.344, 936.949, 939.61, 941.788, 944.441, 947.053, 949.742, 952.332, 954.713, 957.525, 962.841, 965.562, 973.511, 978.766, 981.269, 987.775, 989.978, 999.959, 1006.097, 1008.168, 1014.238, 1016.512, 1019.036, 1022.561, 1031.975, 1036.184, 1041.149, 1044.81, 1048.221, 1052.463, 1058.933, 1061.071, 1062.57, 1093.438, 1132.053, 1135.447, 1162.881, 1165.683, 1212.331, 1236.85, 1284.66, 1294] + [-73.98144, 40.57655] + ], + "timestamps": [ + 261, 277.174, 315.992, 685.358, 728.977, 750.632, 771.03, 796.627, + 799.065, 802.671, 805.607, 807.978, 809.648, 812.372, 813.449, 816.166, + 818.253, 819.321, 820.408, 821.718, 823.131, 824.429, 825.562, 826.731, + 828.856, 830.366, 832.451, 834.395, 836.161, 839.068, 842.022, 843.834, + 856.603, 864.841, 866.375, 871.448, 876.688, 881.921, 887.218, 913.762, + 916.412, 919.994, 922.543, 924.448, 934.344, 936.949, 939.61, 941.788, + 944.441, 947.053, 949.742, 952.332, 954.713, 957.525, 962.841, 965.562, + 973.511, 978.766, 981.269, 987.775, 989.978, 999.959, 1006.097, 1008.168, + 1014.238, 1016.512, 1019.036, 1022.561, 1031.975, 1036.184, 1041.149, + 1044.81, 1048.221, 1052.463, 1058.933, 1061.071, 1062.57, 1093.438, + 1132.053, 1135.447, 1162.881, 1165.683, 1212.331, 1236.85, 1284.66, 1294 + ] }, { "vendor": 0, @@ -1235,8 +1399,36 @@ [-73.94277, 40.78406], [-73.9432, 40.78377], [-73.94339, 40.78361], - [-73.94356, 40.78345]], - "timestamps": [ 817, 818.777, 824.518, 849.21, 865.335, 884.829, 894.336, 897.506, 900.728, 903.186, 910.117, 911.004, 912.499, 914.012, 915.818, 943.754, 945.396, 949.327, 950.978, 971.307, 984.899, 997.475, 1002.138, 1012.657, 1017.286, 1025.186, 1033.246, 1044.35, 1054.094, 1056.914, 1059.829, 1062.655, 1065.88, 1067.977, 1069.14, 1072.032, 1075.211, 1077.265, 1079.737, 1082.316, 1084.7, 1085.853, 1111.349, 1112.782, 1115.605, 1119.342, 1120.559, 1122.746, 1124.284, 1126.721, 1131.356, 1138.161, 1142.441, 1145.416, 1147.024, 1149.487, 1150.853, 1152.125, 1153.66, 1155.355, 1156.91, 1158.513, 1160.237, 1162.392, 1166.088, 1170.715, 1181.488, 1184.375, 1190.124, 1194.803, 1199.641, 1204.9, 1214.278, 1223.017, 1234.152, 1243.032, 1253.092, 1286.926, 1318.613, 1330.428, 1339.499, 1347.994, 1349.161, 1350.432, 1367.414, 1369.097, 1374.829, 1382.277, 1383.592, 1384.893, 1387.507, 1388.992, 1390.311, 1391.753, 1395.279, 1396.87, 1398.59, 1399.866, 1401.132, 1406.927, 1409.671, 1412.464, 1415.77, 1431.876, 1436.766, 1454.215, 1456.962, 1459.733, 1461.761, 1465.35, 1471.339, 1486.632, 1491.401, 1499.953, 1501.967, 1516.93, 1522.219, 1525.508, 1527.916, 1535.679, 1544.437, 1549.899, 1554.9, 1556.501, 1559.254, 1562.747, 1564.157, 1578.637, 1593.655, 1596.077, 1603.372, 1606.743, 1608.39, 1609.978, 1611.875, 1616.815, 1620.622, 1623.095, 1625.774, 1629.057, 1630.729, 1640.733, 1644.922, 1650.623, 1653.275, 1655.073, 1657.015, 1667.987, 1670.867, 1675.273, 1676.338, 1681.119, 1686.09, 1688.11, 1690.265, 1693.054, 1695.309, 1697.284, 1698.453, 1700.632, 1702.821, 1704.978, 1706.629, 1707.707, 1718.447, 1725.134, 1733.895, 1736.07, 1738.272, 1739.739, 1741.973, 1745.701, 1749.121, 1752.39, 1763.626, 1765.75, 1777.152, 1779.265, 1781.19, 1781.86, 1783.236, 1795.333, 1798.016, 1799.341, 1800.605] + [-73.94356, 40.78345] + ], + "timestamps": [ + 817, 818.777, 824.518, 849.21, 865.335, 884.829, 894.336, 897.506, + 900.728, 903.186, 910.117, 911.004, 912.499, 914.012, 915.818, 943.754, + 945.396, 949.327, 950.978, 971.307, 984.899, 997.475, 1002.138, 1012.657, + 1017.286, 1025.186, 1033.246, 1044.35, 1054.094, 1056.914, 1059.829, + 1062.655, 1065.88, 1067.977, 1069.14, 1072.032, 1075.211, 1077.265, + 1079.737, 1082.316, 1084.7, 1085.853, 1111.349, 1112.782, 1115.605, + 1119.342, 1120.559, 1122.746, 1124.284, 1126.721, 1131.356, 1138.161, + 1142.441, 1145.416, 1147.024, 1149.487, 1150.853, 1152.125, 1153.66, + 1155.355, 1156.91, 1158.513, 1160.237, 1162.392, 1166.088, 1170.715, + 1181.488, 1184.375, 1190.124, 1194.803, 1199.641, 1204.9, 1214.278, + 1223.017, 1234.152, 1243.032, 1253.092, 1286.926, 1318.613, 1330.428, + 1339.499, 1347.994, 1349.161, 1350.432, 1367.414, 1369.097, 1374.829, + 1382.277, 1383.592, 1384.893, 1387.507, 1388.992, 1390.311, 1391.753, + 1395.279, 1396.87, 1398.59, 1399.866, 1401.132, 1406.927, 1409.671, + 1412.464, 1415.77, 1431.876, 1436.766, 1454.215, 1456.962, 1459.733, + 1461.761, 1465.35, 1471.339, 1486.632, 1491.401, 1499.953, 1501.967, + 1516.93, 1522.219, 1525.508, 1527.916, 1535.679, 1544.437, 1549.899, + 1554.9, 1556.501, 1559.254, 1562.747, 1564.157, 1578.637, 1593.655, + 1596.077, 1603.372, 1606.743, 1608.39, 1609.978, 1611.875, 1616.815, + 1620.622, 1623.095, 1625.774, 1629.057, 1630.729, 1640.733, 1644.922, + 1650.623, 1653.275, 1655.073, 1657.015, 1667.987, 1670.867, 1675.273, + 1676.338, 1681.119, 1686.09, 1688.11, 1690.265, 1693.054, 1695.309, + 1697.284, 1698.453, 1700.632, 1702.821, 1704.978, 1706.629, 1707.707, + 1718.447, 1725.134, 1733.895, 1736.07, 1738.272, 1739.739, 1741.973, + 1745.701, 1749.121, 1752.39, 1763.626, 1765.75, 1777.152, 1779.265, + 1781.19, 1781.86, 1783.236, 1795.333, 1798.016, 1799.341, 1800.605 + ] }, { "vendor": 1, @@ -1357,8 +1549,25 @@ [-74.00261, 40.65597], [-74.00041, 40.65462], [-74.00134, 40.65372], - [-74.00183, 40.65326]], - "timestamps": [ 598, 602.916, 606.232, 607.616, 610.208, 611.604, 612.892, 615.642, 617.931, 620.427, 622.799, 624.223, 625.048, 653.659, 682.983, 735.572, 753.234, 755.298, 759.114, 763.076, 769.629, 773.003, 775.579, 776.206, 777.463, 778.796, 779.107, 779.619, 780.166, 780.734, 782.559, 783.515, 784.193, 785.596, 786.842, 787.883, 788.847, 789.414, 790.115, 790.867, 792.714, 799.446, 809.956, 819.297, 824.971, 826.436, 828.536, 829.181, 829.58, 830.18, 830.516, 830.852, 831.039, 831.37, 831.543, 831.91, 832.488, 834.158, 835.2, 835.556, 836.498, 836.93, 839.113, 840.172, 841.436, 842.155, 842.627, 843.011, 843.912, 844.135, 845.896, 846.495, 847.13, 847.504, 848.19, 848.84, 849.562, 850.593, 851.387, 851.7, 853.494, 854.372, 854.969, 855.599, 856.071, 856.716, 857.228, 857.722, 859.153, 859.859, 860.252, 860.868, 861.168, 861.376, 861.623, 864.666, 864.991, 865.238, 865.507, 865.791, 866.132, 867.129, 867.619, 868.484, 873.188, 876.377, 880.214, 893.269, 902.194, 903.765, 938.365, 940.221, 946.238, 957.862, 1017.839, 1044.969, 1059] + [-74.00183, 40.65326] + ], + "timestamps": [ + 598, 602.916, 606.232, 607.616, 610.208, 611.604, 612.892, 615.642, + 617.931, 620.427, 622.799, 624.223, 625.048, 653.659, 682.983, 735.572, + 753.234, 755.298, 759.114, 763.076, 769.629, 773.003, 775.579, 776.206, + 777.463, 778.796, 779.107, 779.619, 780.166, 780.734, 782.559, 783.515, + 784.193, 785.596, 786.842, 787.883, 788.847, 789.414, 790.115, 790.867, + 792.714, 799.446, 809.956, 819.297, 824.971, 826.436, 828.536, 829.181, + 829.58, 830.18, 830.516, 830.852, 831.039, 831.37, 831.543, 831.91, + 832.488, 834.158, 835.2, 835.556, 836.498, 836.93, 839.113, 840.172, + 841.436, 842.155, 842.627, 843.011, 843.912, 844.135, 845.896, 846.495, + 847.13, 847.504, 848.19, 848.84, 849.562, 850.593, 851.387, 851.7, + 853.494, 854.372, 854.969, 855.599, 856.071, 856.716, 857.228, 857.722, + 859.153, 859.859, 860.252, 860.868, 861.168, 861.376, 861.623, 864.666, + 864.991, 865.238, 865.507, 865.791, 866.132, 867.129, 867.619, 868.484, + 873.188, 876.377, 880.214, 893.269, 902.194, 903.765, 938.365, 940.221, + 946.238, 957.862, 1017.839, 1044.969, 1059 + ] }, { "vendor": 0, @@ -1450,8 +1659,23 @@ [-73.94534, 40.75292], [-73.94567, 40.75307], [-73.9489, 40.75447], - [-73.96055, 40.75954]], - "timestamps": [ 1112, 1112, 1120.808, 1123.681, 1126.747, 1132.462, 1134.878, 1139.54, 1141.423, 1147.137, 1149.855, 1150.715, 1155.098, 1155.887, 1157.59, 1163.769, 1171.192, 1193.313, 1196.608, 1203.368, 1208.013, 1221.678, 1240.312, 1246.729, 1254.001, 1256.654, 1257.962, 1259.185, 1260.645, 1263.283, 1265.275, 1267.626, 1269.287, 1271.138, 1272.446, 1273.465, 1275.161, 1281.456, 1283.202, 1284.454, 1286.937, 1291.638, 1321.751, 1324.159, 1345.715, 1355.237, 1358.229, 1409.669, 1486.453, 1507.485, 1520.285, 1522.381, 1532.527, 1539.583, 1576.913, 1581.229, 1583.485, 1584.623, 1586.438, 1600.413, 1601.554, 1602.284, 1603.664, 1604.687, 1616.582, 1618.41, 1621.462, 1624.57, 1626.098, 1628.821, 1646.153, 1648.058, 1649.379, 1650.771, 1652.016, 1654.272, 1667.739, 1668.716, 1669.899, 1671.389, 1672.602, 1674.972, 1693.302, 1703.155, 1706.666, 1709.279, 1734.541, 1821.263] + [-73.96055, 40.75954] + ], + "timestamps": [ + 1112, 1112, 1120.808, 1123.681, 1126.747, 1132.462, 1134.878, 1139.54, + 1141.423, 1147.137, 1149.855, 1150.715, 1155.098, 1155.887, 1157.59, + 1163.769, 1171.192, 1193.313, 1196.608, 1203.368, 1208.013, 1221.678, + 1240.312, 1246.729, 1254.001, 1256.654, 1257.962, 1259.185, 1260.645, + 1263.283, 1265.275, 1267.626, 1269.287, 1271.138, 1272.446, 1273.465, + 1275.161, 1281.456, 1283.202, 1284.454, 1286.937, 1291.638, 1321.751, + 1324.159, 1345.715, 1355.237, 1358.229, 1409.669, 1486.453, 1507.485, + 1520.285, 1522.381, 1532.527, 1539.583, 1576.913, 1581.229, 1583.485, + 1584.623, 1586.438, 1600.413, 1601.554, 1602.284, 1603.664, 1604.687, + 1616.582, 1618.41, 1621.462, 1624.57, 1626.098, 1628.821, 1646.153, + 1648.058, 1649.379, 1650.771, 1652.016, 1654.272, 1667.739, 1668.716, + 1669.899, 1671.389, 1672.602, 1674.972, 1693.302, 1703.155, 1706.666, + 1709.279, 1734.541, 1821.263 + ] }, { "vendor": 0, @@ -1676,8 +1900,41 @@ [-73.82607, 40.66398], [-73.82573, 40.66391], [-73.82531, 40.66386], - [-73.82502, 40.66386]], - "timestamps": [ 67, 77.774, 89.89, 92.315, 96.248, 282.852, 290.817, 293.083, 294.632, 344.228, 346.042, 349.315, 646.309, 670.278, 677.41, 679.911, 681.226, 756.924, 772.283, 815.065, 838.915, 841.888, 844.292, 851.14, 852.496, 853.788, 856.365, 858.374, 860.312, 861.384, 862.454, 863.165, 883.053, 888.607, 896.949, 911.401, 914.565, 919.031, 922.625, 925.571, 930.234, 932.761, 935.421, 938.352, 941.027, 946.068, 949.305, 951.515, 954.6, 959.13, 961.391, 965.612, 975.044, 984.776, 987.598, 991.91, 1001.566, 1008.714, 1014.959, 1016.952, 1022.789, 1027.894, 1032.247, 1034.806, 1037.184, 1043.462, 1058.24, 1064.953, 1070.069, 1072.606, 1075.175, 1077.718, 1082.832, 1085.316, 1090.414, 1095.516, 1098.054, 1103.119, 1105.678, 1108.285, 1110.822, 1113.328, 1115.898, 1118.376, 1122.506, 1124.916, 1136.607, 1138.911, 1140.888, 1142.906, 1145.076, 1149.228, 1151.324, 1155.724, 1157.755, 1159.574, 1161.528, 1163.334, 1165.301, 1169.111, 1171.097, 1172.965, 1174.954, 1176.841, 1183.379, 1185.208, 1187.374, 1189.359, 1191.346, 1195.118, 1197.038, 1198.937, 1202.839, 1207.239, 1211.044, 1214.949, 1216.797, 1220.715, 1224.51, 1229.849, 1234.018, 1238.113, 1242.287, 1244.457, 1248.828, 1252.801, 1254.639, 1256.759, 1260.724, 1262.282, 1263.65, 1272.561, 1275.388, 1281.278, 1294.201, 1299.428, 1304.537, 1316.261, 1322.716, 1328.277, 1333.357, 1340.782, 1347.237, 1353.234, 1357.216, 1361.579, 1367.227, 1371.92, 1374.085, 1379.166, 1383.681, 1387.457, 1390.437, 1392.772, 1395.892, 1422.913, 1440.496, 1446.254, 1449.907, 1453.445, 1458.929, 1464.996, 1467.444, 1472.465, 1477.384, 1484.695, 1489.388, 1514.379, 1519.167, 1526.582, 1532.034, 1535.021, 1537.865, 1542.205, 1546.541, 1550.821, 1555.348, 1557.923, 1563.328, 1566.027, 1592.872, 1603.13, 1608.497, 1619.85, 1627.705, 1639.964, 1654.309, 1657.277, 1663.692, 1670.152, 1675.686, 1682.881, 1690.404, 1695.236, 1698.487, 1703.006, 1715.874, 1720.762, 1724.346, 1727.516, 1729.929, 1731.8, 1733.452, 1736.645, 1738.809, 1743.194, 1753.846, 1757.075, 1760.453, 1766.645, 1772.519, 1778.273, 1780.032, 1781.593, 1783.281, 1791.38, 1792.984, 1794.933, 1796.888, 1799.248, 1800.857] + [-73.82502, 40.66386] + ], + "timestamps": [ + 67, 77.774, 89.89, 92.315, 96.248, 282.852, 290.817, 293.083, 294.632, + 344.228, 346.042, 349.315, 646.309, 670.278, 677.41, 679.911, 681.226, + 756.924, 772.283, 815.065, 838.915, 841.888, 844.292, 851.14, 852.496, + 853.788, 856.365, 858.374, 860.312, 861.384, 862.454, 863.165, 883.053, + 888.607, 896.949, 911.401, 914.565, 919.031, 922.625, 925.571, 930.234, + 932.761, 935.421, 938.352, 941.027, 946.068, 949.305, 951.515, 954.6, + 959.13, 961.391, 965.612, 975.044, 984.776, 987.598, 991.91, 1001.566, + 1008.714, 1014.959, 1016.952, 1022.789, 1027.894, 1032.247, 1034.806, + 1037.184, 1043.462, 1058.24, 1064.953, 1070.069, 1072.606, 1075.175, + 1077.718, 1082.832, 1085.316, 1090.414, 1095.516, 1098.054, 1103.119, + 1105.678, 1108.285, 1110.822, 1113.328, 1115.898, 1118.376, 1122.506, + 1124.916, 1136.607, 1138.911, 1140.888, 1142.906, 1145.076, 1149.228, + 1151.324, 1155.724, 1157.755, 1159.574, 1161.528, 1163.334, 1165.301, + 1169.111, 1171.097, 1172.965, 1174.954, 1176.841, 1183.379, 1185.208, + 1187.374, 1189.359, 1191.346, 1195.118, 1197.038, 1198.937, 1202.839, + 1207.239, 1211.044, 1214.949, 1216.797, 1220.715, 1224.51, 1229.849, + 1234.018, 1238.113, 1242.287, 1244.457, 1248.828, 1252.801, 1254.639, + 1256.759, 1260.724, 1262.282, 1263.65, 1272.561, 1275.388, 1281.278, + 1294.201, 1299.428, 1304.537, 1316.261, 1322.716, 1328.277, 1333.357, + 1340.782, 1347.237, 1353.234, 1357.216, 1361.579, 1367.227, 1371.92, + 1374.085, 1379.166, 1383.681, 1387.457, 1390.437, 1392.772, 1395.892, + 1422.913, 1440.496, 1446.254, 1449.907, 1453.445, 1458.929, 1464.996, + 1467.444, 1472.465, 1477.384, 1484.695, 1489.388, 1514.379, 1519.167, + 1526.582, 1532.034, 1535.021, 1537.865, 1542.205, 1546.541, 1550.821, + 1555.348, 1557.923, 1563.328, 1566.027, 1592.872, 1603.13, 1608.497, + 1619.85, 1627.705, 1639.964, 1654.309, 1657.277, 1663.692, 1670.152, + 1675.686, 1682.881, 1690.404, 1695.236, 1698.487, 1703.006, 1715.874, + 1720.762, 1724.346, 1727.516, 1729.929, 1731.8, 1733.452, 1736.645, + 1738.809, 1743.194, 1753.846, 1757.075, 1760.453, 1766.645, 1772.519, + 1778.273, 1780.032, 1781.593, 1783.281, 1791.38, 1792.984, 1794.933, + 1796.888, 1799.248, 1800.857 + ] }, { "vendor": 1, @@ -1692,8 +1949,12 @@ [-74.01389, 40.70653], [-74.01377, 40.70663], [-74.01343, 40.70706], - [-74.01292, 40.70782]], - "timestamps": [ 1637, 1649.555, 1698.228, 1738.146, 1743.759, 1745.492, 1754.273, 1759.437, 1764.225, 1781.978, 1812.174] + [-74.01292, 40.70782] + ], + "timestamps": [ + 1637, 1649.555, 1698.228, 1738.146, 1743.759, 1745.492, 1754.273, + 1759.437, 1764.225, 1781.978, 1812.174 + ] }, { "vendor": 1, @@ -1773,8 +2034,21 @@ [-73.96488, 40.68842], [-73.9648, 40.68832], [-73.96464, 40.68758], - [-73.96403, 40.68466]], - "timestamps": [ 953, 960.391, 971.141, 1036.722, 1069.912, 1073.627, 1077.039, 1078.899, 1080.205, 1087.741, 1114.619, 1130.948, 1132.441, 1133.863, 1152.595, 1154.1, 1155.405, 1176.613, 1178.09, 1178.895, 1184.235, 1195.1, 1201.816, 1202.951, 1203.606, 1204.317, 1205.036, 1205.823, 1206.664, 1207.978, 1210.225, 1213.37, 1216.389, 1232.996, 1259.336, 1267.948, 1276.922, 1298.268, 1323.771, 1331.969, 1335.545, 1339.209, 1342.609, 1350.766, 1353.81, 1357.484, 1420.628, 1443.496, 1449.528, 1452.141, 1455.59, 1474.971, 1488.661, 1499.28, 1532.205, 1534.776, 1539.841, 1546.145, 1549.837, 1554.808, 1559.574, 1563.352, 1567.001, 1570.561, 1574.073, 1578.55, 1586.801, 1599.38, 1643.701, 1705.876, 1708.901, 1730.181, 1733.483, 1735.583, 1749.046, 1802.124] + [-73.96403, 40.68466] + ], + "timestamps": [ + 953, 960.391, 971.141, 1036.722, 1069.912, 1073.627, 1077.039, 1078.899, + 1080.205, 1087.741, 1114.619, 1130.948, 1132.441, 1133.863, 1152.595, + 1154.1, 1155.405, 1176.613, 1178.09, 1178.895, 1184.235, 1195.1, 1201.816, + 1202.951, 1203.606, 1204.317, 1205.036, 1205.823, 1206.664, 1207.978, + 1210.225, 1213.37, 1216.389, 1232.996, 1259.336, 1267.948, 1276.922, + 1298.268, 1323.771, 1331.969, 1335.545, 1339.209, 1342.609, 1350.766, + 1353.81, 1357.484, 1420.628, 1443.496, 1449.528, 1452.141, 1455.59, + 1474.971, 1488.661, 1499.28, 1532.205, 1534.776, 1539.841, 1546.145, + 1549.837, 1554.808, 1559.574, 1563.352, 1567.001, 1570.561, 1574.073, + 1578.55, 1586.801, 1599.38, 1643.701, 1705.876, 1708.901, 1730.181, + 1733.483, 1735.583, 1749.046, 1802.124 + ] }, { "vendor": 0, @@ -1900,8 +2174,26 @@ [-74.02052, 40.61805], [-74.0012, 40.60638], [-74.00045, 40.60593], - [-74.00031, 40.60607]], - "timestamps": [ 517, 525.007, 531.643, 544.033, 558.03, 561.65, 573.538, 586.357, 593.752, 600.9, 632.193, 641.942, 644.299, 651.613, 681.962, 690.466, 703.965, 715.247, 725.384, 749.039, 764.449, 805.7, 806.738, 823.357, 827.887, 840.557, 848.162, 850.603, 855.131, 863.788, 867.956, 872.709, 886.294, 889.397, 891.325, 893.462, 895.518, 897.58, 899.778, 901.894, 903.963, 910.763, 914.873, 917.166, 919.451, 922.998, 931.719, 963.067, 965.316, 967.488, 969.559, 971.645, 973.798, 975.868, 978.057, 980.074, 982.169, 997.116, 1007.101, 1009.23, 1011.67, 1015.87, 1018.013, 1022.745, 1025.29, 1027.469, 1044.513, 1046.461, 1050.971, 1053.678, 1057.94, 1062.444, 1064.856, 1075.162, 1080.279, 1081.431, 1085.141, 1086.264, 1087.498, 1088.249, 1091.168, 1093.808, 1100.056, 1101.657, 1104.277, 1108.447, 1110.617, 1112.873, 1115.064, 1118.825, 1120.173, 1125.258, 1149.41, 1192.072, 1213.719, 1234.519, 1237.079, 1240.925, 1242.893, 1245.493, 1248.497, 1250.897, 1254.134, 1257.964, 1260.927, 1263.325, 1264.932, 1271.006, 1273.792, 1276.41, 1279.13, 1280.36, 1281.828, 1296.186, 1310.587, 1376.232, 1379.825, 1393.448, 1415.442, 1704.308, 1715.494, 1720] + [-74.00031, 40.60607] + ], + "timestamps": [ + 517, 525.007, 531.643, 544.033, 558.03, 561.65, 573.538, 586.357, 593.752, + 600.9, 632.193, 641.942, 644.299, 651.613, 681.962, 690.466, 703.965, + 715.247, 725.384, 749.039, 764.449, 805.7, 806.738, 823.357, 827.887, + 840.557, 848.162, 850.603, 855.131, 863.788, 867.956, 872.709, 886.294, + 889.397, 891.325, 893.462, 895.518, 897.58, 899.778, 901.894, 903.963, + 910.763, 914.873, 917.166, 919.451, 922.998, 931.719, 963.067, 965.316, + 967.488, 969.559, 971.645, 973.798, 975.868, 978.057, 980.074, 982.169, + 997.116, 1007.101, 1009.23, 1011.67, 1015.87, 1018.013, 1022.745, 1025.29, + 1027.469, 1044.513, 1046.461, 1050.971, 1053.678, 1057.94, 1062.444, + 1064.856, 1075.162, 1080.279, 1081.431, 1085.141, 1086.264, 1087.498, + 1088.249, 1091.168, 1093.808, 1100.056, 1101.657, 1104.277, 1108.447, + 1110.617, 1112.873, 1115.064, 1118.825, 1120.173, 1125.258, 1149.41, + 1192.072, 1213.719, 1234.519, 1237.079, 1240.925, 1242.893, 1245.493, + 1248.497, 1250.897, 1254.134, 1257.964, 1260.927, 1263.325, 1264.932, + 1271.006, 1273.792, 1276.41, 1279.13, 1280.36, 1281.828, 1296.186, + 1310.587, 1376.232, 1379.825, 1393.448, 1415.442, 1704.308, 1715.494, 1720 + ] }, { "vendor": 0, @@ -1910,8 +2202,9 @@ [-73.7959, 40.69017], [-73.79545, 40.68955], [-73.7961, 40.68928], - [-73.79561, 40.68865]], - "timestamps": [ 1739, 1745.173, 1774.202, 1785.403, 1812.605] + [-73.79561, 40.68865] + ], + "timestamps": [1739, 1745.173, 1774.202, 1785.403, 1812.605] }, { "vendor": 0, @@ -1931,8 +2224,13 @@ [-73.95444, 40.70374], [-73.95507, 40.70431], [-73.95698, 40.70307], - [-73.95868, 40.70195]], - "timestamps": [ 1526, 1529.078125, 1548.572, 1576.276, 1584.746, 1600.901, 1628.128, 1658.359375, 1663.489, 1665.949, 1696.8, 1735.3125, 1742.968, 1750.703125, 1785.884, 1817.395] + [-73.95868, 40.70195] + ], + "timestamps": [ + 1526, 1529.078125, 1548.572, 1576.276, 1584.746, 1600.901, 1628.128, + 1658.359375, 1663.489, 1665.949, 1696.8, 1735.3125, 1742.968, 1750.703125, + 1785.884, 1817.395 + ] }, { "vendor": 1, @@ -1954,8 +2252,13 @@ [-73.94091, 40.68283], [-73.9412, 40.68429], [-73.94135, 40.68503], - [-73.96071, 40.6828]], - "timestamps": [ 1066, 1080.404, 1101.11, 1129.918, 1141.171, 1152.425, 1200.506, 1246.952, 1251.454, 1433.778, 1475.619, 1488.243, 1500.826, 1622.027, 1654.771, 1676.276, 1687.181, 2025.128] + [-73.96071, 40.6828] + ], + "timestamps": [ + 1066, 1080.404, 1101.11, 1129.918, 1141.171, 1152.425, 1200.506, 1246.952, + 1251.454, 1433.778, 1475.619, 1488.243, 1500.826, 1622.027, 1654.771, + 1676.276, 1687.181, 2025.128 + ] }, { "vendor": 0, @@ -2292,8 +2595,55 @@ [-73.9889, 40.71013], [-73.98988, 40.71001], [-73.99357, 40.70946], - [-73.9947, 40.70932]], - "timestamps": [ 54, 63.582, 83.079, 102.853, 129.271, 139.812, 144.727, 151.971, 158.685, 162.034, 163.531, 168.494, 170.61, 172.675, 177.192, 184.275, 186.319, 188.494, 191.644, 194.343, 195.626, 197.07, 210.02, 211.336, 212.449, 214.469, 215.455, 217.939, 223.876, 224.986, 227.242, 229.651, 232.374, 234.929, 237.894, 241.547, 243.666, 247.282, 251.353, 254.005, 255.697, 259.657, 261.538, 272.815, 283.145, 289.219, 295.173, 299.081, 302.125, 304.086, 305.953, 309.898, 313.289, 318.794, 321.107, 325.348, 327.306, 330.595, 334.671, 338.99, 350.738, 356.059, 376.804, 391.152, 394.56, 396.723, 404.852, 410.572, 425.483, 449.072, 474.837, 477.676, 480.575, 482.932, 488.279, 496.813, 510.041, 513.103, 514.745, 517.725, 519.439, 522.515, 526.249, 535.074, 541.383, 545.087, 582.261, 588.041, 592.909, 597.793, 613.355, 618.629, 621.381, 625.357, 628.978, 631.635, 633.85, 640.677, 645.703, 652.976, 681.882, 685.031, 688.195, 691.036, 694.218, 695.796, 701.982, 703.589, 705.23, 708.18, 711.229, 715.125, 719.06, 739.414, 750.667, 755.827, 757.378, 759.938, 764.248, 765.478, 768.084, 769.582, 773.949, 775.174, 776.559, 779.289, 780.525, 789.609, 791.679, 792.566, 794.286, 795.297, 796.893, 799.21, 801.524, 802.315, 817.611, 820.466, 823.141, 826.907, 853.101, 855.426, 860.143, 862.216, 864.731, 873.569, 875.559, 877.344, 879.04, 880.586, 882.206, 883.674, 885.441, 886.529, 887.968, 889.558, 891.484, 910.77, 920.563, 924.348, 925.869, 927.424, 930.118, 932.829, 936.067, 939.072, 953.331, 961.274, 967.414, 979.614, 984.08, 1005.475, 1013.615, 1014.971, 1016.264, 1017.821, 1018.901, 1020.564, 1022.311, 1023.376, 1024.4, 1025.452, 1026.839, 1028.168, 1033.616, 1034.991, 1037.148, 1038.989, 1040.909, 1053.886, 1056.654, 1058.986, 1062.004, 1064.445, 1066.583, 1067.848, 1070.206, 1072.574, 1074.908, 1076.695, 1077.862, 1089.484, 1096.721, 1106.201, 1108.555, 1110.938, 1112.525, 1114.943, 1118.977, 1122.679, 1126.216, 1138.376, 1140.674, 1153.013, 1155.299, 1157.383, 1158.108, 1159.596, 1172.688, 1175.592, 1177.025, 1178.393, 1180.756, 1182.546, 1185.093, 1187.674, 1190.542, 1192.208, 1194.625, 1200.328, 1203.922, 1215.214, 1218.718, 1221.938, 1224.8, 1226.207, 1228.809, 1231.212, 1232.839, 1235.432, 1238.277, 1241.252, 1255.375, 1259.158, 1263.444, 1267.432, 1278.812, 1289.46, 1295.696, 1303.145, 1306.88, 1311.856, 1317.418, 1324.923, 1331.046, 1338.05, 1340.985, 1350.885, 1352.235, 1359.412, 1361.199, 1363.455, 1376.97, 1385.704, 1391.433, 1395.809, 1399.009, 1400.786, 1404.129, 1409.326, 1412.079, 1426.879, 1429.465, 1462.444, 1467.365, 1476.451, 1478.343, 1484.88, 1492.61, 1496.106, 1499.116, 1502.297, 1505.312, 1518.17, 1521.369, 1522.953, 1526.248, 1529.405, 1538.4, 1541.552, 1544.761, 1547.098, 1548.5, 1552.279, 1575.572, 1578.577, 1580.557, 1583.393, 1588.863, 1591.758, 1593.266, 1596.667, 1599.764, 1603.762, 1610.406, 1612.624, 1614.75, 1620.448, 1630.958, 1639.01, 1642.567, 1645.955, 1649.118, 1666.038, 1672.622, 1675.67, 1679.676, 1683.551, 1707.333, 1713.291, 1715.043, 1717.604, 1720.847, 1723.304, 1724.446, 1726.783, 1728.709, 1730.606, 1754.621, 1773.111, 1778.123, 1797.111, 1802.892] + [-73.9947, 40.70932] + ], + "timestamps": [ + 54, 63.582, 83.079, 102.853, 129.271, 139.812, 144.727, 151.971, 158.685, + 162.034, 163.531, 168.494, 170.61, 172.675, 177.192, 184.275, 186.319, + 188.494, 191.644, 194.343, 195.626, 197.07, 210.02, 211.336, 212.449, + 214.469, 215.455, 217.939, 223.876, 224.986, 227.242, 229.651, 232.374, + 234.929, 237.894, 241.547, 243.666, 247.282, 251.353, 254.005, 255.697, + 259.657, 261.538, 272.815, 283.145, 289.219, 295.173, 299.081, 302.125, + 304.086, 305.953, 309.898, 313.289, 318.794, 321.107, 325.348, 327.306, + 330.595, 334.671, 338.99, 350.738, 356.059, 376.804, 391.152, 394.56, + 396.723, 404.852, 410.572, 425.483, 449.072, 474.837, 477.676, 480.575, + 482.932, 488.279, 496.813, 510.041, 513.103, 514.745, 517.725, 519.439, + 522.515, 526.249, 535.074, 541.383, 545.087, 582.261, 588.041, 592.909, + 597.793, 613.355, 618.629, 621.381, 625.357, 628.978, 631.635, 633.85, + 640.677, 645.703, 652.976, 681.882, 685.031, 688.195, 691.036, 694.218, + 695.796, 701.982, 703.589, 705.23, 708.18, 711.229, 715.125, 719.06, + 739.414, 750.667, 755.827, 757.378, 759.938, 764.248, 765.478, 768.084, + 769.582, 773.949, 775.174, 776.559, 779.289, 780.525, 789.609, 791.679, + 792.566, 794.286, 795.297, 796.893, 799.21, 801.524, 802.315, 817.611, + 820.466, 823.141, 826.907, 853.101, 855.426, 860.143, 862.216, 864.731, + 873.569, 875.559, 877.344, 879.04, 880.586, 882.206, 883.674, 885.441, + 886.529, 887.968, 889.558, 891.484, 910.77, 920.563, 924.348, 925.869, + 927.424, 930.118, 932.829, 936.067, 939.072, 953.331, 961.274, 967.414, + 979.614, 984.08, 1005.475, 1013.615, 1014.971, 1016.264, 1017.821, + 1018.901, 1020.564, 1022.311, 1023.376, 1024.4, 1025.452, 1026.839, + 1028.168, 1033.616, 1034.991, 1037.148, 1038.989, 1040.909, 1053.886, + 1056.654, 1058.986, 1062.004, 1064.445, 1066.583, 1067.848, 1070.206, + 1072.574, 1074.908, 1076.695, 1077.862, 1089.484, 1096.721, 1106.201, + 1108.555, 1110.938, 1112.525, 1114.943, 1118.977, 1122.679, 1126.216, + 1138.376, 1140.674, 1153.013, 1155.299, 1157.383, 1158.108, 1159.596, + 1172.688, 1175.592, 1177.025, 1178.393, 1180.756, 1182.546, 1185.093, + 1187.674, 1190.542, 1192.208, 1194.625, 1200.328, 1203.922, 1215.214, + 1218.718, 1221.938, 1224.8, 1226.207, 1228.809, 1231.212, 1232.839, + 1235.432, 1238.277, 1241.252, 1255.375, 1259.158, 1263.444, 1267.432, + 1278.812, 1289.46, 1295.696, 1303.145, 1306.88, 1311.856, 1317.418, + 1324.923, 1331.046, 1338.05, 1340.985, 1350.885, 1352.235, 1359.412, + 1361.199, 1363.455, 1376.97, 1385.704, 1391.433, 1395.809, 1399.009, + 1400.786, 1404.129, 1409.326, 1412.079, 1426.879, 1429.465, 1462.444, + 1467.365, 1476.451, 1478.343, 1484.88, 1492.61, 1496.106, 1499.116, + 1502.297, 1505.312, 1518.17, 1521.369, 1522.953, 1526.248, 1529.405, + 1538.4, 1541.552, 1544.761, 1547.098, 1548.5, 1552.279, 1575.572, + 1578.577, 1580.557, 1583.393, 1588.863, 1591.758, 1593.266, 1596.667, + 1599.764, 1603.762, 1610.406, 1612.624, 1614.75, 1620.448, 1630.958, + 1639.01, 1642.567, 1645.955, 1649.118, 1666.038, 1672.622, 1675.67, + 1679.676, 1683.551, 1707.333, 1713.291, 1715.043, 1717.604, 1720.847, + 1723.304, 1724.446, 1726.783, 1728.709, 1730.606, 1754.621, 1773.111, + 1778.123, 1797.111, 1802.892 + ] }, { "vendor": 0, @@ -2359,8 +2709,18 @@ [-73.98773, 40.6616], [-73.98722, 40.66212], [-73.98833, 40.6628], - [-73.9904, 40.66409]], - "timestamps": [ 445, 446.392, 491.172, 492.485, 494.444, 502.154, 503.979, 509.771, 518.016, 519.279, 525.781, 528.225, 528.973, 529.637, 531.666, 532.268, 532.757, 533.739, 535.531, 540.789, 545.977, 549.425, 552.244, 559.672, 561.232, 564.834, 568.616, 573.833, 600.992, 602.385, 604.228, 605.007, 605.855, 606.612, 607.394, 608.163, 614.125, 615.616, 627.324, 629.968, 631.705, 632.725, 634.83, 637.552, 646.02, 647.625, 649.447, 650.921, 659.032, 659.489, 666.48, 673.328, 676.899, 692.916, 727.852, 745.146, 765.407, 770.912, 774.394, 775.787, 788.371, 812] + [-73.9904, 40.66409] + ], + "timestamps": [ + 445, 446.392, 491.172, 492.485, 494.444, 502.154, 503.979, 509.771, + 518.016, 519.279, 525.781, 528.225, 528.973, 529.637, 531.666, 532.268, + 532.757, 533.739, 535.531, 540.789, 545.977, 549.425, 552.244, 559.672, + 561.232, 564.834, 568.616, 573.833, 600.992, 602.385, 604.228, 605.007, + 605.855, 606.612, 607.394, 608.163, 614.125, 615.616, 627.324, 629.968, + 631.705, 632.725, 634.83, 637.552, 646.02, 647.625, 649.447, 650.921, + 659.032, 659.489, 666.48, 673.328, 676.899, 692.916, 727.852, 745.146, + 765.407, 770.912, 774.394, 775.787, 788.371, 812 + ] }, { "vendor": 0, @@ -2371,8 +2731,9 @@ [-73.7422, 40.70213], [-73.74291, 40.70233], [-73.74309, 40.70239], - [-73.74484, 40.70696]], - "timestamps": [ 1638, 1680.911, 1684.487, 1704, 1716.898, 1720.247, 1842.177] + [-73.74484, 40.70696] + ], + "timestamps": [1638, 1680.911, 1684.487, 1704, 1716.898, 1720.247, 1842.177] }, { "vendor": 1, @@ -2387,8 +2748,12 @@ [-73.98746, 40.71822], [-73.98618, 40.71776], [-73.98583, 40.71762], - [-73.97978, 40.71578]], - "timestamps": [ 1527, 1587.884, 1590.59, 1656.234, 1703.599, 1706.448, 1727.869, 1758.356, 1782.467, 1789.203, 1815.586] + [-73.97978, 40.71578] + ], + "timestamps": [ + 1527, 1587.884, 1590.59, 1656.234, 1703.599, 1706.448, 1727.869, 1758.356, + 1782.467, 1789.203, 1815.586 + ] }, { "vendor": 1, @@ -2536,8 +2901,29 @@ [-73.96776, 40.63567], [-73.96763, 40.63523], [-73.96716, 40.63543], - [-73.96096, 40.63836]], - "timestamps": [ 10, 21.829, 45.211, 53.564, 63.424, 94.523, 99.85, 117.179, 139.918, 168.013, 202.82, 240.492, 260.567, 262.551, 277.696, 278.335, 286.358, 288.477, 289.95, 292.228, 296.177, 298.709, 308.052, 313.547, 323.785, 349.975, 359.098, 363.329, 366.521, 368.484, 370.414, 382.464, 387.74, 391.796, 393.711, 397.134, 399.258, 401.222, 403.32, 405.032, 406.332, 423.158, 425.522, 427.751, 428.935, 430.758, 431.323, 442.862, 447.86, 450.485, 451.964, 458.506, 466.535, 468.812, 470.758, 472.602, 475.267, 479.171, 483.003, 488.139, 491.452, 499.484, 506.682, 507.817, 513.677, 517.398, 521.02, 527.529, 535.304, 537.347, 541.644, 615.206, 619.159, 622.87, 675.535, 678.47, 685.133, 687.937, 688.731, 692.374, 703.839, 717.987, 726.224, 731.228, 744.178, 746.898, 753.179, 759.772, 768.868, 816.221, 818.65, 821.864, 823.221, 824.7, 826.02, 827.383, 828.724, 839.118, 841.719, 863.403, 868.298, 871.517, 873.405, 877.303, 878.674, 882.348, 898.031, 901.004, 904.378, 907.108, 910.486, 944.285, 954.373, 958.034, 961.462, 965.775, 969.443, 971.637, 983.425, 1057.62, 1067.421, 1082.362, 1096.565, 1132.935, 1158.622, 1164.015, 1187.336, 1195.513, 1210.833, 1237.545, 1238.891, 1241.187, 1288.362, 1303.111, 1307.699, 1324.966, 1391.747, 1458.527, 1524.467, 1567.804, 1591.244, 1601.802, 1615.757, 1804.918] + [-73.96096, 40.63836] + ], + "timestamps": [ + 10, 21.829, 45.211, 53.564, 63.424, 94.523, 99.85, 117.179, 139.918, + 168.013, 202.82, 240.492, 260.567, 262.551, 277.696, 278.335, 286.358, + 288.477, 289.95, 292.228, 296.177, 298.709, 308.052, 313.547, 323.785, + 349.975, 359.098, 363.329, 366.521, 368.484, 370.414, 382.464, 387.74, + 391.796, 393.711, 397.134, 399.258, 401.222, 403.32, 405.032, 406.332, + 423.158, 425.522, 427.751, 428.935, 430.758, 431.323, 442.862, 447.86, + 450.485, 451.964, 458.506, 466.535, 468.812, 470.758, 472.602, 475.267, + 479.171, 483.003, 488.139, 491.452, 499.484, 506.682, 507.817, 513.677, + 517.398, 521.02, 527.529, 535.304, 537.347, 541.644, 615.206, 619.159, + 622.87, 675.535, 678.47, 685.133, 687.937, 688.731, 692.374, 703.839, + 717.987, 726.224, 731.228, 744.178, 746.898, 753.179, 759.772, 768.868, + 816.221, 818.65, 821.864, 823.221, 824.7, 826.02, 827.383, 828.724, + 839.118, 841.719, 863.403, 868.298, 871.517, 873.405, 877.303, 878.674, + 882.348, 898.031, 901.004, 904.378, 907.108, 910.486, 944.285, 954.373, + 958.034, 961.462, 965.775, 969.443, 971.637, 983.425, 1057.62, 1067.421, + 1082.362, 1096.565, 1132.935, 1158.622, 1164.015, 1187.336, 1195.513, + 1210.833, 1237.545, 1238.891, 1241.187, 1288.362, 1303.111, 1307.699, + 1324.966, 1391.747, 1458.527, 1524.467, 1567.804, 1591.244, 1601.802, + 1615.757, 1804.918 + ] }, { "vendor": 0, @@ -2579,8 +2965,16 @@ [-73.8865, 40.72826], [-73.88734, 40.72795], [-73.88786, 40.7277], - [-73.88838, 40.72737]], - "timestamps": [ 1497, 1525.97, 1544.99, 1560.986, 1565.785, 1581.157, 1592.225, 1602.578, 1608.095, 1613.725, 1618.575, 1650.568, 1657.658, 1666.565, 1667.726, 1669.607, 1670.682, 1675.217, 1676.583, 1677.824, 1678.985, 1685.111, 1688.949, 1691.065, 1693.435, 1707.226, 1712.493, 1737.427, 1741.188, 1747.45, 1751.978, 1772.169, 1779.333, 1783.923, 1788.797, 1795.499, 1799.916, 1804.781] + [-73.88838, 40.72737] + ], + "timestamps": [ + 1497, 1525.97, 1544.99, 1560.986, 1565.785, 1581.157, 1592.225, 1602.578, + 1608.095, 1613.725, 1618.575, 1650.568, 1657.658, 1666.565, 1667.726, + 1669.607, 1670.682, 1675.217, 1676.583, 1677.824, 1678.985, 1685.111, + 1688.949, 1691.065, 1693.435, 1707.226, 1712.493, 1737.427, 1741.188, + 1747.45, 1751.978, 1772.169, 1779.333, 1783.923, 1788.797, 1795.499, + 1799.916, 1804.781 + ] }, { "vendor": 1, @@ -2782,8 +3176,38 @@ [-73.95345, 40.5846], [-73.95288, 40.58464], [-73.95275, 40.58463], - [-73.95192, 40.58438]], - "timestamps": [ 492, 549.027, 588.571, 600.445, 690.958, 693.059, 705.896, 712.044, 897.345, 900.451, 935.62, 947.946, 951.19, 958.934, 963.618, 968.972, 973.39, 978.177, 981.906, 998.35, 1004.939, 1005.978, 1008.062, 1010.085, 1012.35, 1080.046, 1114.769, 1138.715, 1155.099, 1157.169, 1165.302, 1169.078, 1170.619, 1172.324, 1173.806, 1175.452, 1176.931, 1178.463, 1179.785, 1181.334, 1182.911, 1185.693, 1192.172, 1194.1, 1196.314, 1197.646, 1199.929, 1202.373, 1203.763, 1206.293, 1208.709, 1210.171, 1213.051, 1214.878, 1217.63, 1220.439, 1222.124, 1223.487, 1224.748, 1234.546, 1248.422, 1257.878, 1268.199, 1272.329, 1274.881, 1279.345, 1282.319, 1288.541, 1295.729, 1301.831, 1304.835, 1309.392, 1314.476, 1319.297, 1330.012, 1337.33, 1339.393, 1341.49, 1343.474, 1345.451, 1347.703, 1349.53, 1352.823, 1354.517, 1356.222, 1359.694, 1361.74, 1363.928, 1367.907, 1369.672, 1373.176, 1378.98, 1381.953, 1383.56, 1387.386, 1389.937, 1394.279, 1396.845, 1401.614, 1402.334, 1404.254, 1405.488, 1406.641, 1408.812, 1411.775, 1413.915, 1422.616, 1424.682, 1426.647, 1428.55, 1430.67, 1432.655, 1434.87, 1447.869, 1452.383, 1464.332, 1466.35, 1470.209, 1474.196, 1478.178, 1482.208, 1502.405, 1504.421, 1507.146, 1509.086, 1510.536, 1518.065, 1520.047, 1522.072, 1523.729, 1525.748, 1527.735, 1529.781, 1531.752, 1533.564, 1535.703, 1539.748, 1541.818, 1547.866, 1551.865, 1553.769, 1558.719, 1560.396, 1567.989, 1572.66, 1575.113, 1576.7, 1579.772, 1582.694, 1585.818, 1588.951, 1591.538, 1593.913, 1596.129, 1600.085, 1606.02, 1609.983, 1616.816, 1623.82, 1625.871, 1629.695, 1633.368, 1635.224, 1637.169, 1639.052, 1642.983, 1649.837, 1653.938, 1655.979, 1662.126, 1665.422, 1670.174, 1674.61, 1677.934, 1684.672, 1687.275, 1694.731, 1716.22, 1722.119, 1725.52, 1730.421, 1739.663, 1743.665, 1753.002, 1762.75, 1766.804, 1768.22, 1770.39, 1771.726, 1772.765, 1777.554, 1779.932, 1781.765, 1785.962, 1787.685, 1794.699, 1796.3, 1807.241] + [-73.95192, 40.58438] + ], + "timestamps": [ + 492, 549.027, 588.571, 600.445, 690.958, 693.059, 705.896, 712.044, + 897.345, 900.451, 935.62, 947.946, 951.19, 958.934, 963.618, 968.972, + 973.39, 978.177, 981.906, 998.35, 1004.939, 1005.978, 1008.062, 1010.085, + 1012.35, 1080.046, 1114.769, 1138.715, 1155.099, 1157.169, 1165.302, + 1169.078, 1170.619, 1172.324, 1173.806, 1175.452, 1176.931, 1178.463, + 1179.785, 1181.334, 1182.911, 1185.693, 1192.172, 1194.1, 1196.314, + 1197.646, 1199.929, 1202.373, 1203.763, 1206.293, 1208.709, 1210.171, + 1213.051, 1214.878, 1217.63, 1220.439, 1222.124, 1223.487, 1224.748, + 1234.546, 1248.422, 1257.878, 1268.199, 1272.329, 1274.881, 1279.345, + 1282.319, 1288.541, 1295.729, 1301.831, 1304.835, 1309.392, 1314.476, + 1319.297, 1330.012, 1337.33, 1339.393, 1341.49, 1343.474, 1345.451, + 1347.703, 1349.53, 1352.823, 1354.517, 1356.222, 1359.694, 1361.74, + 1363.928, 1367.907, 1369.672, 1373.176, 1378.98, 1381.953, 1383.56, + 1387.386, 1389.937, 1394.279, 1396.845, 1401.614, 1402.334, 1404.254, + 1405.488, 1406.641, 1408.812, 1411.775, 1413.915, 1422.616, 1424.682, + 1426.647, 1428.55, 1430.67, 1432.655, 1434.87, 1447.869, 1452.383, + 1464.332, 1466.35, 1470.209, 1474.196, 1478.178, 1482.208, 1502.405, + 1504.421, 1507.146, 1509.086, 1510.536, 1518.065, 1520.047, 1522.072, + 1523.729, 1525.748, 1527.735, 1529.781, 1531.752, 1533.564, 1535.703, + 1539.748, 1541.818, 1547.866, 1551.865, 1553.769, 1558.719, 1560.396, + 1567.989, 1572.66, 1575.113, 1576.7, 1579.772, 1582.694, 1585.818, + 1588.951, 1591.538, 1593.913, 1596.129, 1600.085, 1606.02, 1609.983, + 1616.816, 1623.82, 1625.871, 1629.695, 1633.368, 1635.224, 1637.169, + 1639.052, 1642.983, 1649.837, 1653.938, 1655.979, 1662.126, 1665.422, + 1670.174, 1674.61, 1677.934, 1684.672, 1687.275, 1694.731, 1716.22, + 1722.119, 1725.52, 1730.421, 1739.663, 1743.665, 1753.002, 1762.75, + 1766.804, 1768.22, 1770.39, 1771.726, 1772.765, 1777.554, 1779.932, + 1781.765, 1785.962, 1787.685, 1794.699, 1796.3, 1807.241 + ] }, { "vendor": 0, @@ -2793,8 +3217,9 @@ [-73.92245, 40.75742], [-73.92239, 40.75739], [-73.92165, 40.75705], - [-73.92553, 40.75228]], - "timestamps": [ 1647, 1666.982, 1669.092, 1670.561, 1688.239, 1860.913] + [-73.92553, 40.75228] + ], + "timestamps": [1647, 1666.982, 1669.092, 1670.561, 1688.239, 1860.913] }, { "vendor": 0, @@ -2934,8 +3359,27 @@ [-73.98981, 40.66496], [-73.98679, 40.66857], [-73.9863, 40.66917], - [-73.98646, 40.66925]], - "timestamps": [ 117, 160.595, 163.967, 167.986, 173.361, 181.815, 205.279, 207.178, 208.116, 209.194, 210.143, 211.194, 212.373, 218.143, 222.835, 227.11, 229.175, 231.601, 234.91, 236.971, 240.693, 242.707, 244.565, 251.763, 260.09, 262.056, 266.662, 271.566, 275.961, 281.711, 289.095, 294.586, 300.456, 302.875, 307.159, 310.145, 318.509, 327.372, 332.935, 343.983, 352.068, 354.459, 355.709, 356.995, 358.586, 360.108, 361.614, 362.959, 365.474, 366.855, 368.088, 369.379, 371.834, 373.036, 375.239, 376.523, 379.844, 380.936, 383.476, 389.896, 391.46, 392.712, 394.146, 395.471, 397.814, 400.2, 401.788, 403.539, 404.94, 406.614, 409.874, 411.383, 413.074, 416.385, 422.117, 432.623, 448.064, 451.508, 457.826, 481.47, 483.942, 485.463, 486.779, 488.344, 491.584, 503.075, 508.8, 511.529, 555.022, 562.254, 587.784, 591.375, 592.629, 599.758, 610.186, 613.251, 615.798, 617.778, 619.305, 620.559, 621.161, 621.767, 622.869, 623.895, 625.714, 627.019, 627.691, 628.315, 629.4, 630.744, 635.22, 636.464, 636.912, 637.902, 638.471, 639.21, 644.708, 645.002, 645.933, 647.824, 649.082, 650.554, 651.562, 652.251, 652.715, 657.612, 658.069, 661.053, 664.644, 712.599, 760.738, 772.943, 789.142, 861.274, 873.181, 876] + [-73.98646, 40.66925] + ], + "timestamps": [ + 117, 160.595, 163.967, 167.986, 173.361, 181.815, 205.279, 207.178, + 208.116, 209.194, 210.143, 211.194, 212.373, 218.143, 222.835, 227.11, + 229.175, 231.601, 234.91, 236.971, 240.693, 242.707, 244.565, 251.763, + 260.09, 262.056, 266.662, 271.566, 275.961, 281.711, 289.095, 294.586, + 300.456, 302.875, 307.159, 310.145, 318.509, 327.372, 332.935, 343.983, + 352.068, 354.459, 355.709, 356.995, 358.586, 360.108, 361.614, 362.959, + 365.474, 366.855, 368.088, 369.379, 371.834, 373.036, 375.239, 376.523, + 379.844, 380.936, 383.476, 389.896, 391.46, 392.712, 394.146, 395.471, + 397.814, 400.2, 401.788, 403.539, 404.94, 406.614, 409.874, 411.383, + 413.074, 416.385, 422.117, 432.623, 448.064, 451.508, 457.826, 481.47, + 483.942, 485.463, 486.779, 488.344, 491.584, 503.075, 508.8, 511.529, + 555.022, 562.254, 587.784, 591.375, 592.629, 599.758, 610.186, 613.251, + 615.798, 617.778, 619.305, 620.559, 621.161, 621.767, 622.869, 623.895, + 625.714, 627.019, 627.691, 628.315, 629.4, 630.744, 635.22, 636.464, + 636.912, 637.902, 638.471, 639.21, 644.708, 645.002, 645.933, 647.824, + 649.082, 650.554, 651.562, 652.251, 652.715, 657.612, 658.069, 661.053, + 664.644, 712.599, 760.738, 772.943, 789.142, 861.274, 873.181, 876 + ] }, { "vendor": 1, @@ -3025,8 +3469,23 @@ [-74.00034, 40.65372], [-74.00106, 40.65366], [-74.00116, 40.65372], - [-74.00337, 40.65505]], - "timestamps": [ 487, 508.848, 757.981, 825.656, 866.699, 876.372, 1222.281, 1309.97, 1342.743, 1404.094, 1408.834, 1415.573, 1423.804, 1433.78, 1462.716, 1486.426, 1498.913, 1514.584, 1529.568, 1531.557, 1536.229, 1542.924, 1544.98, 1546.251, 1548.167, 1549.237, 1550.307, 1550.889, 1551.913, 1552.447, 1553.583, 1555.375, 1560.544, 1563.772, 1564.873, 1567.791, 1569.127, 1575.888, 1579.168, 1583.08, 1585.306, 1586.768, 1587.959, 1590.748, 1591.439, 1596.891, 1598.744, 1600.713, 1601.869, 1603.993, 1606.006, 1608.241, 1611.435, 1613.892, 1614.862, 1620.419, 1623.136, 1624.984, 1626.937, 1628.398, 1630.394, 1631.98, 1633.51, 1637.941, 1640.125, 1641.343, 1643.25, 1644.18, 1644.825, 1645.587, 1655.011, 1656.018, 1656.783, 1657.614, 1658.495, 1659.551, 1662.636, 1664.155, 1666.834, 1681.4, 1691.273, 1703.154, 1743.577, 1771.213, 1776.078, 1883.214] + [-74.00337, 40.65505] + ], + "timestamps": [ + 487, 508.848, 757.981, 825.656, 866.699, 876.372, 1222.281, 1309.97, + 1342.743, 1404.094, 1408.834, 1415.573, 1423.804, 1433.78, 1462.716, + 1486.426, 1498.913, 1514.584, 1529.568, 1531.557, 1536.229, 1542.924, + 1544.98, 1546.251, 1548.167, 1549.237, 1550.307, 1550.889, 1551.913, + 1552.447, 1553.583, 1555.375, 1560.544, 1563.772, 1564.873, 1567.791, + 1569.127, 1575.888, 1579.168, 1583.08, 1585.306, 1586.768, 1587.959, + 1590.748, 1591.439, 1596.891, 1598.744, 1600.713, 1601.869, 1603.993, + 1606.006, 1608.241, 1611.435, 1613.892, 1614.862, 1620.419, 1623.136, + 1624.984, 1626.937, 1628.398, 1630.394, 1631.98, 1633.51, 1637.941, + 1640.125, 1641.343, 1643.25, 1644.18, 1644.825, 1645.587, 1655.011, + 1656.018, 1656.783, 1657.614, 1658.495, 1659.551, 1662.636, 1664.155, + 1666.834, 1681.4, 1691.273, 1703.154, 1743.577, 1771.213, 1776.078, + 1883.214 + ] }, { "vendor": 0, @@ -3062,8 +3521,15 @@ [-73.97027, 40.6242], [-73.97047, 40.62418], [-73.97184, 40.6315], - [-73.97431, 40.64441]], - "timestamps": [ 556, 611.342, 623.192, 637.494, 651.785, 694.27, 703.251, 730.207, 733.274, 812.41, 851.933, 868.009, 876.237, 889.103, 938.419, 950.577, 976.103, 978.185, 991.951, 1073.521, 1112.125, 1165.966, 1180.748, 1206.194, 1213.629, 1441.568, 1460.955, 1503.844, 1504.59, 1506.703, 1629.175, 1845.268] + [-73.97431, 40.64441] + ], + "timestamps": [ + 556, 611.342, 623.192, 637.494, 651.785, 694.27, 703.251, 730.207, + 733.274, 812.41, 851.933, 868.009, 876.237, 889.103, 938.419, 950.577, + 976.103, 978.185, 991.951, 1073.521, 1112.125, 1165.966, 1180.748, + 1206.194, 1213.629, 1441.568, 1460.955, 1503.844, 1504.59, 1506.703, + 1629.175, 1845.268 + ] }, { "vendor": 0, @@ -3211,8 +3677,31 @@ [-73.9442, 40.78113], [-73.94398, 40.78029], [-73.94379, 40.77977], - [-73.94305, 40.77817]], - "timestamps": [ 679, 693.697, 706.446, 719.085, 731.593, 745.808, 751.153, 822.341, 845.008, 874.855, 921.944, 932.658, 937.759, 950.242, 959.843, 960.931, 990.252, 995.618, 1007.344, 1014.378, 1022.543, 1033.029, 1039.765, 1053.618, 1064.663, 1077.178, 1119.267, 1158.685, 1173.382, 1184.666, 1195.234, 1196.685, 1198.267, 1219.391, 1221.485, 1228.616, 1237.881, 1239.517, 1241.135, 1244.386, 1246.233, 1247.874, 1249.668, 1254.055, 1256.034, 1258.173, 1259.76, 1261.336, 1268.544, 1271.958, 1275.432, 1279.544, 1299.58, 1305.663, 1327.369, 1330.786, 1334.234, 1336.756, 1341.221, 1348.671, 1367.695, 1373.628, 1384.266, 1386.771, 1405.384, 1411.964, 1416.055, 1419.05, 1428.708, 1439.603, 1446.397, 1452.618, 1454.609, 1458.034, 1462.379, 1464.133, 1482.147, 1500.828, 1503.841, 1512.916, 1517.109, 1519.158, 1521.133, 1523.494, 1529.638, 1534.374, 1537.45, 1540.783, 1544.867, 1546.946, 1559.391, 1564.603, 1571.695, 1574.993, 1577.23, 1579.645, 1593.294, 1596.877, 1602.358, 1603.683, 1609.63, 1615.814, 1618.327, 1621.006, 1624.473, 1627.276, 1629.732, 1631.185, 1633.894, 1636.614, 1639.296, 1641.348, 1642.688, 1656.039, 1664.352, 1675.243, 1677.947, 1680.684, 1682.508, 1685.285, 1689.919, 1694.171, 1698.235, 1712.203, 1714.843, 1729.017, 1731.644, 1734.037, 1734.87, 1736.58, 1751.618, 1754.954, 1756.6, 1758.171, 1760.886, 1762.943, 1765.868, 1768.833, 1772.127, 1774.041, 1776.817, 1783.37, 1787.498, 1800.469] + [-73.94305, 40.77817] + ], + "timestamps": [ + 679, 693.697, 706.446, 719.085, 731.593, 745.808, 751.153, 822.341, + 845.008, 874.855, 921.944, 932.658, 937.759, 950.242, 959.843, 960.931, + 990.252, 995.618, 1007.344, 1014.378, 1022.543, 1033.029, 1039.765, + 1053.618, 1064.663, 1077.178, 1119.267, 1158.685, 1173.382, 1184.666, + 1195.234, 1196.685, 1198.267, 1219.391, 1221.485, 1228.616, 1237.881, + 1239.517, 1241.135, 1244.386, 1246.233, 1247.874, 1249.668, 1254.055, + 1256.034, 1258.173, 1259.76, 1261.336, 1268.544, 1271.958, 1275.432, + 1279.544, 1299.58, 1305.663, 1327.369, 1330.786, 1334.234, 1336.756, + 1341.221, 1348.671, 1367.695, 1373.628, 1384.266, 1386.771, 1405.384, + 1411.964, 1416.055, 1419.05, 1428.708, 1439.603, 1446.397, 1452.618, + 1454.609, 1458.034, 1462.379, 1464.133, 1482.147, 1500.828, 1503.841, + 1512.916, 1517.109, 1519.158, 1521.133, 1523.494, 1529.638, 1534.374, + 1537.45, 1540.783, 1544.867, 1546.946, 1559.391, 1564.603, 1571.695, + 1574.993, 1577.23, 1579.645, 1593.294, 1596.877, 1602.358, 1603.683, + 1609.63, 1615.814, 1618.327, 1621.006, 1624.473, 1627.276, 1629.732, + 1631.185, 1633.894, 1636.614, 1639.296, 1641.348, 1642.688, 1656.039, + 1664.352, 1675.243, 1677.947, 1680.684, 1682.508, 1685.285, 1689.919, + 1694.171, 1698.235, 1712.203, 1714.843, 1729.017, 1731.644, 1734.037, + 1734.87, 1736.58, 1751.618, 1754.954, 1756.6, 1758.171, 1760.886, + 1762.943, 1765.868, 1768.833, 1772.127, 1774.041, 1776.817, 1783.37, + 1787.498, 1800.469 + ] }, { "vendor": 1, @@ -3319,8 +3808,25 @@ [-73.94376, 40.78286], [-73.94406, 40.78297], [-73.94472, 40.78325], - [-73.94026, 40.78934]], - "timestamps": [ 1248, 1265.187, 1268.662, 1270.545, 1272.307, 1273.828, 1275.4, 1285.149, 1292.768, 1297.119, 1298.97, 1301.858, 1318.327, 1320.086, 1323.754, 1325.986, 1332.519, 1334.374, 1336.277, 1337.964, 1339.296, 1340.837, 1342.494, 1344.176, 1345.676, 1350.355, 1351.594, 1353.912, 1356.239, 1378.146, 1379.945, 1382.129, 1384.361, 1387.287, 1389.03, 1397.764, 1399.284, 1401.624, 1406.68, 1419.135, 1421.17, 1423.923, 1431.955, 1435.4, 1436.849, 1439.232, 1441.952, 1445.763, 1447.96, 1471.531, 1478.772, 1489.078, 1493.756, 1501.23, 1503.108, 1504.331, 1507.189, 1510.4, 1512.106, 1522.861, 1529.187, 1532.459, 1533.302, 1535.867, 1541.062, 1544.274, 1555.046, 1557.383, 1581.534, 1585.187, 1591.587, 1595.24, 1597.366, 1602.271, 1604.679, 1606.881, 1614.358, 1619.023, 1620.141, 1623.602, 1626.208, 1636.276, 1639.945, 1641.84, 1642.903, 1645.263, 1646.168, 1647.514, 1650.993, 1654.428, 1659.114, 1668.416, 1669.932, 1673.43, 1675.025, 1681.007, 1685.965, 1691.435, 1706.367, 1708.602, 1716.764, 1735.291, 1819.268] + [-73.94026, 40.78934] + ], + "timestamps": [ + 1248, 1265.187, 1268.662, 1270.545, 1272.307, 1273.828, 1275.4, 1285.149, + 1292.768, 1297.119, 1298.97, 1301.858, 1318.327, 1320.086, 1323.754, + 1325.986, 1332.519, 1334.374, 1336.277, 1337.964, 1339.296, 1340.837, + 1342.494, 1344.176, 1345.676, 1350.355, 1351.594, 1353.912, 1356.239, + 1378.146, 1379.945, 1382.129, 1384.361, 1387.287, 1389.03, 1397.764, + 1399.284, 1401.624, 1406.68, 1419.135, 1421.17, 1423.923, 1431.955, + 1435.4, 1436.849, 1439.232, 1441.952, 1445.763, 1447.96, 1471.531, + 1478.772, 1489.078, 1493.756, 1501.23, 1503.108, 1504.331, 1507.189, + 1510.4, 1512.106, 1522.861, 1529.187, 1532.459, 1533.302, 1535.867, + 1541.062, 1544.274, 1555.046, 1557.383, 1581.534, 1585.187, 1591.587, + 1595.24, 1597.366, 1602.271, 1604.679, 1606.881, 1614.358, 1619.023, + 1620.141, 1623.602, 1626.208, 1636.276, 1639.945, 1641.84, 1642.903, + 1645.263, 1646.168, 1647.514, 1650.993, 1654.428, 1659.114, 1668.416, + 1669.932, 1673.43, 1675.025, 1681.007, 1685.965, 1691.435, 1706.367, + 1708.602, 1716.764, 1735.291, 1819.268 + ] }, { "vendor": 0, @@ -3403,8 +3909,21 @@ [-73.99396, 40.7203], [-73.99395, 40.72034], [-73.99411, 40.72034], - [-73.99496, 40.72062]], - "timestamps": [ 853, 890.599, 902.727, 947.603, 953.668, 958.042, 958.765, 968.223, 974.703, 976.712, 991.267, 996.065, 1000.97, 1015.524, 1049.534, 1067.678, 1100.425, 1170.99, 1187.752, 1225.9, 1236.844, 1241.118, 1259.311, 1261.737, 1262.67, 1265.904, 1268.084, 1270.59, 1274.258, 1278.132, 1279.751, 1283.047, 1286.673, 1288.42, 1290.871, 1340.51, 1347.149, 1354.408, 1356.507, 1357.811, 1359.104, 1361.168, 1361.927, 1362.405, 1364.235, 1366.186, 1367.647, 1369.694, 1371.292, 1372.699, 1373.45, 1374.732, 1376.068, 1377.791, 1380.919, 1384.038, 1386.493, 1389.616, 1395.153, 1398.936, 1406.089, 1417.809, 1428.519, 1457.172, 1465.5, 1486.118, 1504.311, 1510.376, 1648.45, 1652.282, 1654.877, 1680.178, 1717.311, 1736.609, 1785.948, 1793.019, 1794.188, 1797.826, 1812.243] + [-73.99496, 40.72062] + ], + "timestamps": [ + 853, 890.599, 902.727, 947.603, 953.668, 958.042, 958.765, 968.223, + 974.703, 976.712, 991.267, 996.065, 1000.97, 1015.524, 1049.534, 1067.678, + 1100.425, 1170.99, 1187.752, 1225.9, 1236.844, 1241.118, 1259.311, + 1261.737, 1262.67, 1265.904, 1268.084, 1270.59, 1274.258, 1278.132, + 1279.751, 1283.047, 1286.673, 1288.42, 1290.871, 1340.51, 1347.149, + 1354.408, 1356.507, 1357.811, 1359.104, 1361.168, 1361.927, 1362.405, + 1364.235, 1366.186, 1367.647, 1369.694, 1371.292, 1372.699, 1373.45, + 1374.732, 1376.068, 1377.791, 1380.919, 1384.038, 1386.493, 1389.616, + 1395.153, 1398.936, 1406.089, 1417.809, 1428.519, 1457.172, 1465.5, + 1486.118, 1504.311, 1510.376, 1648.45, 1652.282, 1654.877, 1680.178, + 1717.311, 1736.609, 1785.948, 1793.019, 1794.188, 1797.826, 1812.243 + ] }, { "vendor": 1, @@ -3466,8 +3985,17 @@ [-73.9751, 40.68969], [-73.97461, 40.68719], [-73.97443, 40.6863], - [-73.97432, 40.68626]], - "timestamps": [ 6, 10.271, 36.144, 37.88, 41.481, 46.993, 112.571, 115.347, 119.355, 129.25, 134.96, 141.155, 146.11, 152.935, 157.206, 159.517, 187.106, 210.59, 234.946, 241.78, 245.631, 286.164, 320.8, 373.67, 375.901, 377.61, 386.792, 394.294, 432.284, 435.383, 442.096, 445.545, 448.575, 473.138, 475.354, 477.902, 482.667, 509.64, 520.274, 554.469, 557.008, 560.401, 563.911, 612.193, 621.079, 628.767, 670.627, 675.034, 676.607, 681.918, 690.275, 712.936, 742.386, 749.576, 756.909, 798.481, 813.291, 815] + [-73.97432, 40.68626] + ], + "timestamps": [ + 6, 10.271, 36.144, 37.88, 41.481, 46.993, 112.571, 115.347, 119.355, + 129.25, 134.96, 141.155, 146.11, 152.935, 157.206, 159.517, 187.106, + 210.59, 234.946, 241.78, 245.631, 286.164, 320.8, 373.67, 375.901, 377.61, + 386.792, 394.294, 432.284, 435.383, 442.096, 445.545, 448.575, 473.138, + 475.354, 477.902, 482.667, 509.64, 520.274, 554.469, 557.008, 560.401, + 563.911, 612.193, 621.079, 628.767, 670.627, 675.034, 676.607, 681.918, + 690.275, 712.936, 742.386, 749.576, 756.909, 798.481, 813.291, 815 + ] }, { "vendor": 0, @@ -3578,8 +4106,26 @@ [-73.9308, 40.79456], [-73.93267, 40.79354], [-73.93381, 40.79288], - [-73.93521, 40.79193]], - "timestamps": [ 1105, 1130.736, 1134.316, 1181.306, 1186.968, 1199.334, 1205.661, 1248.497, 1251.583, 1259.271, 1260.657, 1264.88, 1269.039, 1271.186, 1276.45, 1279.449, 1282.244, 1286.518, 1289.787, 1294.905, 1304.971, 1311.759, 1327.588, 1338.399, 1340.467, 1342.193, 1344.161, 1349.134, 1354.054, 1354.962, 1357.388, 1358.154, 1367.982, 1369.461, 1369.943, 1370.491, 1371.061, 1371.739, 1372.174, 1372.791, 1378.303, 1379.574, 1384.279, 1385.822, 1416.222, 1429.025, 1436.8, 1440.393, 1442.745, 1449.461, 1453.713, 1458.643, 1466.498, 1469.143, 1472.066, 1493.784, 1501.462, 1506.235, 1509.73, 1520.999, 1533.711, 1541.639, 1548.897, 1551.221, 1555.217, 1560.287, 1562.333, 1583.352, 1605.15, 1608.666, 1619.255, 1624.147, 1626.537, 1628.842, 1631.597, 1638.766, 1644.292, 1647.881, 1651.77, 1656.535, 1658.962, 1673.483, 1679.563, 1687.839, 1691.687, 1694.297, 1697.116, 1713.041, 1717.222, 1723.617, 1725.163, 1732.102, 1739.317, 1742.25, 1745.346, 1749.352, 1752.591, 1755.429, 1757.109, 1760.239, 1763.382, 1766.481, 1768.852, 1770.401, 1785.829, 1795.435, 1808.02] + [-73.93521, 40.79193] + ], + "timestamps": [ + 1105, 1130.736, 1134.316, 1181.306, 1186.968, 1199.334, 1205.661, + 1248.497, 1251.583, 1259.271, 1260.657, 1264.88, 1269.039, 1271.186, + 1276.45, 1279.449, 1282.244, 1286.518, 1289.787, 1294.905, 1304.971, + 1311.759, 1327.588, 1338.399, 1340.467, 1342.193, 1344.161, 1349.134, + 1354.054, 1354.962, 1357.388, 1358.154, 1367.982, 1369.461, 1369.943, + 1370.491, 1371.061, 1371.739, 1372.174, 1372.791, 1378.303, 1379.574, + 1384.279, 1385.822, 1416.222, 1429.025, 1436.8, 1440.393, 1442.745, + 1449.461, 1453.713, 1458.643, 1466.498, 1469.143, 1472.066, 1493.784, + 1501.462, 1506.235, 1509.73, 1520.999, 1533.711, 1541.639, 1548.897, + 1551.221, 1555.217, 1560.287, 1562.333, 1583.352, 1605.15, 1608.666, + 1619.255, 1624.147, 1626.537, 1628.842, 1631.597, 1638.766, 1644.292, + 1647.881, 1651.77, 1656.535, 1658.962, 1673.483, 1679.563, 1687.839, + 1691.687, 1694.297, 1697.116, 1713.041, 1717.222, 1723.617, 1725.163, + 1732.102, 1739.317, 1742.25, 1745.346, 1749.352, 1752.591, 1755.429, + 1757.109, 1760.239, 1763.382, 1766.481, 1768.852, 1770.401, 1785.829, + 1795.435, 1808.02 + ] }, { "vendor": 1, @@ -3724,8 +4270,30 @@ [-74.00289, 40.67691], [-74.0032, 40.67627], [-74.00477, 40.67671], - [-74.00446, 40.67735]], - "timestamps": [ 272, 278.124, 306.314, 308.748, 527.272, 604.268, 619.638, 630.058, 631.83, 686.851, 739.013, 746.229, 748.411, 750.615, 752.901, 757.119, 760.45, 772.326, 776.488, 780.725, 783.809, 785.661, 790.65, 821.405, 825.372, 827.985, 831.73, 838.952, 842.774, 844.765, 849.256, 853.346, 858.624, 867.395, 870.325, 873.131, 880.654, 894.53, 905.162, 909.858, 914.331, 918.508, 940.847, 945.808, 949.539, 953.564, 958.853, 963.969, 970.658, 1002.295, 1003.236, 1005.548, 1008.929, 1013.212, 1016.455, 1017.963, 1021.049, 1023.591, 1026.096, 1057.803, 1082.216, 1088.833, 1113.903, 1121.535, 1136.043, 1141.861, 1145.57, 1149.498, 1155.346, 1160.659, 1170.082, 1174.919, 1185.969, 1219.536, 1231.228, 1236.651, 1240.677, 1243.153, 1245.586, 1260.782, 1267.436, 1272.551, 1274.965, 1279.282, 1281.961, 1284.437, 1287.084, 1289.242, 1290.881, 1312.101, 1315.083, 1317.893, 1319.387, 1321.685, 1322.398, 1336.949, 1343.252, 1346.563, 1348.428, 1356.677, 1366.802, 1369.675, 1372.129, 1374.454, 1377.814, 1382.737, 1387.57, 1394.048, 1398.225, 1408.354, 1417.432, 1418.863, 1426.253, 1430.945, 1435.513, 1443.721, 1453.526, 1456.103, 1461.521, 1554.289, 1559.275, 1563.954, 1630.369, 1634.071, 1642.473, 1646.009, 1647.011, 1651.604, 1666.063, 1683.905, 1694.292, 1700.602, 1714.585, 1720.508, 1724.47, 1732.234, 1734.288, 1745.621, 1758.788, 1792.474, 1809.057] + [-74.00446, 40.67735] + ], + "timestamps": [ + 272, 278.124, 306.314, 308.748, 527.272, 604.268, 619.638, 630.058, + 631.83, 686.851, 739.013, 746.229, 748.411, 750.615, 752.901, 757.119, + 760.45, 772.326, 776.488, 780.725, 783.809, 785.661, 790.65, 821.405, + 825.372, 827.985, 831.73, 838.952, 842.774, 844.765, 849.256, 853.346, + 858.624, 867.395, 870.325, 873.131, 880.654, 894.53, 905.162, 909.858, + 914.331, 918.508, 940.847, 945.808, 949.539, 953.564, 958.853, 963.969, + 970.658, 1002.295, 1003.236, 1005.548, 1008.929, 1013.212, 1016.455, + 1017.963, 1021.049, 1023.591, 1026.096, 1057.803, 1082.216, 1088.833, + 1113.903, 1121.535, 1136.043, 1141.861, 1145.57, 1149.498, 1155.346, + 1160.659, 1170.082, 1174.919, 1185.969, 1219.536, 1231.228, 1236.651, + 1240.677, 1243.153, 1245.586, 1260.782, 1267.436, 1272.551, 1274.965, + 1279.282, 1281.961, 1284.437, 1287.084, 1289.242, 1290.881, 1312.101, + 1315.083, 1317.893, 1319.387, 1321.685, 1322.398, 1336.949, 1343.252, + 1346.563, 1348.428, 1356.677, 1366.802, 1369.675, 1372.129, 1374.454, + 1377.814, 1382.737, 1387.57, 1394.048, 1398.225, 1408.354, 1417.432, + 1418.863, 1426.253, 1430.945, 1435.513, 1443.721, 1453.526, 1456.103, + 1461.521, 1554.289, 1559.275, 1563.954, 1630.369, 1634.071, 1642.473, + 1646.009, 1647.011, 1651.604, 1666.063, 1683.905, 1694.292, 1700.602, + 1714.585, 1720.508, 1724.47, 1732.234, 1734.288, 1745.621, 1758.788, + 1792.474, 1809.057 + ] }, { "vendor": 1, @@ -3769,8 +4337,16 @@ [-73.91639, 40.6789], [-73.9163, 40.67857], [-73.91303, 40.67839], - [-73.91112, 40.6783]], - "timestamps": [ 19, 179.878, 187.985, 189.748, 193.511, 196.688, 218.793, 224.957, 338.046, 349.78, 354.604, 354.773, 359.105, 359.503, 360.461, 361.298, 364.127, 364.758, 369.447, 371.321, 377.996, 379.911, 381.913, 384.73, 527.136, 971.438, 1032.56, 1078.897, 1094.971, 1134.914, 1156.134, 1218.546, 1326.757, 1348.361, 1427.586, 1433.241, 1622.17, 1631.709, 1724.714, 1779] + [-73.91112, 40.6783] + ], + "timestamps": [ + 19, 179.878, 187.985, 189.748, 193.511, 196.688, 218.793, 224.957, + 338.046, 349.78, 354.604, 354.773, 359.105, 359.503, 360.461, 361.298, + 364.127, 364.758, 369.447, 371.321, 377.996, 379.911, 381.913, 384.73, + 527.136, 971.438, 1032.56, 1078.897, 1094.971, 1134.914, 1156.134, + 1218.546, 1326.757, 1348.361, 1427.586, 1433.241, 1622.17, 1631.709, + 1724.714, 1779 + ] }, { "vendor": 0, @@ -3841,8 +4417,20 @@ [-73.85877, 40.70261], [-73.85839, 40.70276], [-73.85729, 40.70325], - [-73.85671, 40.70346]], - "timestamps": [ 1051, 1103.877, 1127.789, 1157.595, 1170.72, 1194.341, 1387.077, 1409.352, 1419.591, 1491.55, 1508.326, 1528.703, 1559.519, 1562.487, 1564.56, 1566.767, 1574.818, 1577.903, 1579.159, 1584.44, 1594.331, 1598.383, 1609.875, 1625.827, 1630.517, 1635.549, 1638.68, 1644.18, 1650.917, 1657.788, 1663.349, 1667.663, 1668.731, 1675.3, 1677.358, 1678.98, 1680.466, 1681.951, 1684.076, 1687.502, 1691.749, 1695.086, 1698.867, 1711.667, 1714.317, 1716.865, 1720.066, 1721.79, 1725.023, 1728.583, 1731.464, 1734.812, 1737.8, 1741.115, 1744.713, 1749.587, 1753.916, 1758.276, 1762.727, 1772.182, 1773.922, 1776.459, 1781.383, 1785.184, 1788.036, 1796.532, 1800.812] + [-73.85671, 40.70346] + ], + "timestamps": [ + 1051, 1103.877, 1127.789, 1157.595, 1170.72, 1194.341, 1387.077, 1409.352, + 1419.591, 1491.55, 1508.326, 1528.703, 1559.519, 1562.487, 1564.56, + 1566.767, 1574.818, 1577.903, 1579.159, 1584.44, 1594.331, 1598.383, + 1609.875, 1625.827, 1630.517, 1635.549, 1638.68, 1644.18, 1650.917, + 1657.788, 1663.349, 1667.663, 1668.731, 1675.3, 1677.358, 1678.98, + 1680.466, 1681.951, 1684.076, 1687.502, 1691.749, 1695.086, 1698.867, + 1711.667, 1714.317, 1716.865, 1720.066, 1721.79, 1725.023, 1728.583, + 1731.464, 1734.812, 1737.8, 1741.115, 1744.713, 1749.587, 1753.916, + 1758.276, 1762.727, 1772.182, 1773.922, 1776.459, 1781.383, 1785.184, + 1788.036, 1796.532, 1800.812 + ] }, { "vendor": 0, @@ -3881,8 +4469,15 @@ [-74.08976, 40.66814], [-74.0941, 40.6687], [-74.09453, 40.66883], - [-74.1052, 40.67044]], - "timestamps": [ 1213, 1228.609, 1231.053, 1233.202, 1240.652, 1243.095, 1245.311, 1273.394, 1275.757, 1278.298, 1288.963, 1293.263, 1304.01, 1308.67, 1311.938, 1315.961, 1347.937, 1431.756, 1433.58, 1464.048, 1493.922, 1568.401, 1602.736, 1623.038, 1640.285, 1645.532, 1652.399, 1665.722, 1668.784, 1670.974, 1675.937, 1682.449, 1749.119, 1756.129, 1920.879] + [-74.1052, 40.67044] + ], + "timestamps": [ + 1213, 1228.609, 1231.053, 1233.202, 1240.652, 1243.095, 1245.311, + 1273.394, 1275.757, 1278.298, 1288.963, 1293.263, 1304.01, 1308.67, + 1311.938, 1315.961, 1347.937, 1431.756, 1433.58, 1464.048, 1493.922, + 1568.401, 1602.736, 1623.038, 1640.285, 1645.532, 1652.399, 1665.722, + 1668.784, 1670.974, 1675.937, 1682.449, 1749.119, 1756.129, 1920.879 + ] }, { "vendor": 0, @@ -3959,8 +4554,21 @@ [-73.83664, 40.93346], [-73.83695, 40.9329], [-73.83719, 40.93258], - [-73.83757, 40.93214]], - "timestamps": [ 1459, 1471.881, 1482.892, 1487.549, 1489.92, 1513.642, 1519.434, 1522.481, 1536.545, 1539.836, 1543.327, 1545.04, 1551.25, 1556.71, 1560.145, 1566.07, 1571.038, 1578.59, 1599.299, 1602.82, 1614.656, 1616.411, 1619.222, 1620.135, 1622.229, 1623.806, 1625.108, 1626.168, 1632.29, 1635.495, 1642.06, 1646.975, 1652.56, 1663.362, 1668.362, 1672.595, 1675.531, 1684.276, 1687.843, 1690.395, 1693.258, 1694.974, 1696.499, 1698.714, 1701.195, 1704.485, 1705.437, 1706.558, 1710.091, 1715.011, 1718.843, 1722.023, 1726.651, 1729.84, 1738.686, 1745.483, 1748.653, 1750.53, 1754.403, 1757.858, 1758.489, 1760.951, 1768.562, 1771.45, 1774.694, 1778.301, 1780.043, 1786.301, 1789.295, 1792.192, 1796.355, 1798.877, 1802.48] + [-73.83757, 40.93214] + ], + "timestamps": [ + 1459, 1471.881, 1482.892, 1487.549, 1489.92, 1513.642, 1519.434, 1522.481, + 1536.545, 1539.836, 1543.327, 1545.04, 1551.25, 1556.71, 1560.145, + 1566.07, 1571.038, 1578.59, 1599.299, 1602.82, 1614.656, 1616.411, + 1619.222, 1620.135, 1622.229, 1623.806, 1625.108, 1626.168, 1632.29, + 1635.495, 1642.06, 1646.975, 1652.56, 1663.362, 1668.362, 1672.595, + 1675.531, 1684.276, 1687.843, 1690.395, 1693.258, 1694.974, 1696.499, + 1698.714, 1701.195, 1704.485, 1705.437, 1706.558, 1710.091, 1715.011, + 1718.843, 1722.023, 1726.651, 1729.84, 1738.686, 1745.483, 1748.653, + 1750.53, 1754.403, 1757.858, 1758.489, 1760.951, 1768.562, 1771.45, + 1774.694, 1778.301, 1780.043, 1786.301, 1789.295, 1792.192, 1796.355, + 1798.877, 1802.48 + ] }, { "vendor": 0, @@ -3980,8 +4588,13 @@ [-73.90699, 40.76821], [-73.90611, 40.76807], [-73.90558, 40.76791], - [-73.90522, 40.76776]], - "timestamps": [ 1268, 1327.328, 1438.449, 1476.834, 1564.64, 1602.75, 1640.58, 1649.546, 1705.631, 1711.773, 1747.252, 1766.355, 1767.574, 1782.967, 1793.146, 1800.477] + [-73.90522, 40.76776] + ], + "timestamps": [ + 1268, 1327.328, 1438.449, 1476.834, 1564.64, 1602.75, 1640.58, 1649.546, + 1705.631, 1711.773, 1747.252, 1766.355, 1767.574, 1782.967, 1793.146, + 1800.477 + ] }, { "vendor": 0, @@ -4024,8 +4637,15 @@ [-73.93435, 40.67956], [-73.93439, 40.67983], [-73.9345, 40.68022], - [-73.93806, 40.69809]], - "timestamps": [ 92, 97.348, 456.461, 478.842, 511.643, 544.549, 641.473, 646.415, 671.128, 679.913, 695.54, 717.235, 729.461, 754.619, 772.156, 789.067, 837.941, 840.727, 842.51, 852.585, 923.773, 955.792, 987.098, 1034.237, 1063.84, 1089.665, 1188.411, 1224.005, 1229.51, 1237.096, 1244.096, 1250.801, 1272.137, 1311.192, 1338.355, 1363.054, 1369.969, 1380.118, 1840.055] + [-73.93806, 40.69809] + ], + "timestamps": [ + 92, 97.348, 456.461, 478.842, 511.643, 544.549, 641.473, 646.415, 671.128, + 679.913, 695.54, 717.235, 729.461, 754.619, 772.156, 789.067, 837.941, + 840.727, 842.51, 852.585, 923.773, 955.792, 987.098, 1034.237, 1063.84, + 1089.665, 1188.411, 1224.005, 1229.51, 1237.096, 1244.096, 1250.801, + 1272.137, 1311.192, 1338.355, 1363.054, 1369.969, 1380.118, 1840.055 + ] }, { "vendor": 1, @@ -4033,8 +4653,9 @@ [-73.99604, 40.75884], [-73.99594, 40.75898], [-73.99711, 40.75944], - [-73.9988, 40.76014]], - "timestamps": [ 1777, 1781.905, 1796.52, 1817.877] + [-73.9988, 40.76014] + ], + "timestamps": [1777, 1781.905, 1796.52, 1817.877] }, { "vendor": 0, @@ -4159,8 +4780,27 @@ [-73.98628, 40.69926], [-73.98574, 40.69825], [-73.98564, 40.69801], - [-73.98524, 40.69732]], - "timestamps": [ 266, 285.429, 293.429, 305.604, 306.287, 319.421, 324.66, 335.791, 339.628, 340.806, 342.792, 351.524, 355.536, 364.799, 376.259, 388.621, 393.132, 396.522, 418.253, 426.416, 431.271, 434.12, 436.666, 450.233, 454.575, 459.574, 466.652, 501.035, 518.394, 548.699, 554.592, 583.08, 619.891, 641.898, 689.223, 826.391, 847.562, 855.848, 877.866, 909.039, 911.308, 918.319, 938.144, 1036.098, 1053.747, 1059.614, 1059.94, 1066.844, 1071.087, 1071.806, 1072.326, 1082.042, 1084.861, 1087.655, 1088.428, 1110.128, 1112.364, 1141.028, 1143.182, 1171.414, 1200.466, 1203.066, 1218.74, 1220.357, 1223.12, 1225.795, 1228.371, 1246.276, 1247.085, 1248.98, 1249.445, 1263.106, 1264.648, 1266.374, 1268.471, 1269.704, 1271.725, 1273.075, 1274.463, 1275.803, 1277.77, 1282.523, 1284.181, 1285.297, 1286.805, 1288.044, 1289.897, 1291.658, 1293.249, 1294.587, 1295.894, 1297.313, 1299.304, 1300.643, 1302.551, 1304.54, 1305.182, 1309.533, 1318.285, 1322.659, 1331.197, 1333.67, 1356.577, 1359.127, 1361.558, 1363.396, 1381.803, 1540.065, 1544.728, 1585.438, 1603.684, 1604.65, 1605.939, 1611.731, 1617.535, 1618.704, 1620.771, 1783.066, 1793.592, 1796.023, 1803.303] + [-73.98524, 40.69732] + ], + "timestamps": [ + 266, 285.429, 293.429, 305.604, 306.287, 319.421, 324.66, 335.791, + 339.628, 340.806, 342.792, 351.524, 355.536, 364.799, 376.259, 388.621, + 393.132, 396.522, 418.253, 426.416, 431.271, 434.12, 436.666, 450.233, + 454.575, 459.574, 466.652, 501.035, 518.394, 548.699, 554.592, 583.08, + 619.891, 641.898, 689.223, 826.391, 847.562, 855.848, 877.866, 909.039, + 911.308, 918.319, 938.144, 1036.098, 1053.747, 1059.614, 1059.94, + 1066.844, 1071.087, 1071.806, 1072.326, 1082.042, 1084.861, 1087.655, + 1088.428, 1110.128, 1112.364, 1141.028, 1143.182, 1171.414, 1200.466, + 1203.066, 1218.74, 1220.357, 1223.12, 1225.795, 1228.371, 1246.276, + 1247.085, 1248.98, 1249.445, 1263.106, 1264.648, 1266.374, 1268.471, + 1269.704, 1271.725, 1273.075, 1274.463, 1275.803, 1277.77, 1282.523, + 1284.181, 1285.297, 1286.805, 1288.044, 1289.897, 1291.658, 1293.249, + 1294.587, 1295.894, 1297.313, 1299.304, 1300.643, 1302.551, 1304.54, + 1305.182, 1309.533, 1318.285, 1322.659, 1331.197, 1333.67, 1356.577, + 1359.127, 1361.558, 1363.396, 1381.803, 1540.065, 1544.728, 1585.438, + 1603.684, 1604.65, 1605.939, 1611.731, 1617.535, 1618.704, 1620.771, + 1783.066, 1793.592, 1796.023, 1803.303 + ] }, { "vendor": 0, @@ -4420,8 +5060,46 @@ [-73.81205, 40.66302], [-73.81168, 40.66313], [-73.81133, 40.66326], - [-73.80944, 40.6641]], - "timestamps": [ 375, 390.501, 405.629, 419.146, 432.855, 466.219, 478.232, 480.513, 504.224, 511.131, 522.87, 720.131, 733.478, 741.38, 745.957, 748.497, 750.477, 753.421, 758.436, 760.821, 765.33, 767.638, 774.382, 778.84, 780.963, 786.483, 788.352, 796.819, 802.026, 804.761, 806.531, 809.956, 813.214, 816.697, 820.189, 823.074, 825.722, 828.193, 832.604, 839.221, 845.964, 851.257, 859.067, 861.354, 863.426, 865.618, 869.713, 871.782, 873.951, 876.05, 880.433, 888.075, 892.647, 894.922, 901.776, 905.45, 915.694, 924.764, 929.362, 941.808, 944.142, 946.784, 950.965, 953.231, 958.242, 960.641, 962.818, 965.161, 968.064, 970.045, 971.774, 976.874, 978.901, 982.685, 991.143, 999.869, 1002.4, 1006.266, 1014.924, 1021.334, 1026.933, 1028.72, 1033.953, 1038.531, 1042.435, 1044.729, 1046.861, 1052.49, 1065.741, 1071.76, 1074.05, 1076.348, 1078.623, 1080.927, 1083.207, 1087.792, 1090.02, 1094.591, 1099.166, 1101.441, 1103.768, 1108.279, 1110.616, 1112.89, 1115.138, 1117.442, 1119.664, 1123.367, 1125.528, 1136.011, 1138.077, 1139.849, 1141.659, 1143.604, 1147.328, 1149.207, 1153.153, 1154.974, 1156.604, 1158.356, 1159.976, 1161.739, 1163.426, 1168.54, 1170.594, 1172.386, 1178.285, 1180.125, 1181.956, 1183.845, 1185.768, 1189.42, 1191.279, 1193.117, 1196.895, 1199.314, 1201.156, 1204.839, 1208.619, 1210.408, 1214.201, 1217.874, 1223.043, 1227.078, 1231.043, 1235.083, 1237.184, 1241.415, 1245.261, 1247.04, 1249.093, 1252.931, 1254.439, 1255.764, 1264.39, 1266.911, 1272.166, 1283.693, 1288.357, 1292.914, 1303.373, 1309.131, 1314.092, 1318.624, 1325.247, 1331.005, 1336.355, 1339.907, 1343.8, 1348.837, 1353.024, 1354.955, 1359.488, 1363.515, 1366.884, 1369.542, 1371.625, 1374.409, 1398.513, 1414.198, 1419.334, 1422.593, 1425.749, 1430.641, 1436.053, 1438.237, 1442.716, 1447.105, 1453.626, 1457.813, 1480.106, 1484.377, 1490.992, 1495.856, 1498.52, 1501.058, 1504.929, 1508.797, 1512.615, 1516.653, 1518.95, 1523.772, 1526.18, 1550.126, 1559.278, 1564.066, 1574.193, 1581.2, 1592.136, 1604.933, 1607.58, 1613.303, 1619.065, 1624.002, 1630.42, 1637.132, 1641.442, 1644.342, 1648.373, 1659.852, 1664.213, 1667.41, 1670.238, 1672.39, 1674.059, 1675.533, 1678.382, 1680.312, 1684.224, 1693.726, 1696.606, 1699.619, 1705.143, 1710.384, 1715.516, 1717.085, 1718.478, 1719.983, 1727.208, 1728.639, 1730.378, 1732.122, 1734.227, 1735.663, 1741.266, 1744.586, 1746.521, 1747.563, 1780.533, 1783.924, 1785.638, 1787.573, 1791.065, 1792.685, 1794.274, 1803.206] + [-73.80944, 40.6641] + ], + "timestamps": [ + 375, 390.501, 405.629, 419.146, 432.855, 466.219, 478.232, 480.513, + 504.224, 511.131, 522.87, 720.131, 733.478, 741.38, 745.957, 748.497, + 750.477, 753.421, 758.436, 760.821, 765.33, 767.638, 774.382, 778.84, + 780.963, 786.483, 788.352, 796.819, 802.026, 804.761, 806.531, 809.956, + 813.214, 816.697, 820.189, 823.074, 825.722, 828.193, 832.604, 839.221, + 845.964, 851.257, 859.067, 861.354, 863.426, 865.618, 869.713, 871.782, + 873.951, 876.05, 880.433, 888.075, 892.647, 894.922, 901.776, 905.45, + 915.694, 924.764, 929.362, 941.808, 944.142, 946.784, 950.965, 953.231, + 958.242, 960.641, 962.818, 965.161, 968.064, 970.045, 971.774, 976.874, + 978.901, 982.685, 991.143, 999.869, 1002.4, 1006.266, 1014.924, 1021.334, + 1026.933, 1028.72, 1033.953, 1038.531, 1042.435, 1044.729, 1046.861, + 1052.49, 1065.741, 1071.76, 1074.05, 1076.348, 1078.623, 1080.927, + 1083.207, 1087.792, 1090.02, 1094.591, 1099.166, 1101.441, 1103.768, + 1108.279, 1110.616, 1112.89, 1115.138, 1117.442, 1119.664, 1123.367, + 1125.528, 1136.011, 1138.077, 1139.849, 1141.659, 1143.604, 1147.328, + 1149.207, 1153.153, 1154.974, 1156.604, 1158.356, 1159.976, 1161.739, + 1163.426, 1168.54, 1170.594, 1172.386, 1178.285, 1180.125, 1181.956, + 1183.845, 1185.768, 1189.42, 1191.279, 1193.117, 1196.895, 1199.314, + 1201.156, 1204.839, 1208.619, 1210.408, 1214.201, 1217.874, 1223.043, + 1227.078, 1231.043, 1235.083, 1237.184, 1241.415, 1245.261, 1247.04, + 1249.093, 1252.931, 1254.439, 1255.764, 1264.39, 1266.911, 1272.166, + 1283.693, 1288.357, 1292.914, 1303.373, 1309.131, 1314.092, 1318.624, + 1325.247, 1331.005, 1336.355, 1339.907, 1343.8, 1348.837, 1353.024, + 1354.955, 1359.488, 1363.515, 1366.884, 1369.542, 1371.625, 1374.409, + 1398.513, 1414.198, 1419.334, 1422.593, 1425.749, 1430.641, 1436.053, + 1438.237, 1442.716, 1447.105, 1453.626, 1457.813, 1480.106, 1484.377, + 1490.992, 1495.856, 1498.52, 1501.058, 1504.929, 1508.797, 1512.615, + 1516.653, 1518.95, 1523.772, 1526.18, 1550.126, 1559.278, 1564.066, + 1574.193, 1581.2, 1592.136, 1604.933, 1607.58, 1613.303, 1619.065, + 1624.002, 1630.42, 1637.132, 1641.442, 1644.342, 1648.373, 1659.852, + 1664.213, 1667.41, 1670.238, 1672.39, 1674.059, 1675.533, 1678.382, + 1680.312, 1684.224, 1693.726, 1696.606, 1699.619, 1705.143, 1710.384, + 1715.516, 1717.085, 1718.478, 1719.983, 1727.208, 1728.639, 1730.378, + 1732.122, 1734.227, 1735.663, 1741.266, 1744.586, 1746.521, 1747.563, + 1780.533, 1783.924, 1785.638, 1787.573, 1791.065, 1792.685, 1794.274, + 1803.206 + ] }, { "vendor": 1, @@ -4522,8 +5200,23 @@ [-73.98327, 40.68152], [-73.97838, 40.67961], [-73.97827, 40.67962], - [-73.97745, 40.68085]], - "timestamps": [ 531, 534.942, 559.009, 568.357, 572.452, 577.593, 582.02, 587.531, 598.35, 600.415, 613.811, 694.45, 703.93, 719.647, 737.399, 738.029, 739.002, 754.208, 758.477, 769, 775.625, 779.237, 783.932, 788.779, 792.831, 797.506, 803.938, 811.542, 822.07, 831.039, 832.91, 834.868, 838.628, 840.683, 842.992, 845.1, 846.963, 848.959, 851.068, 853.245, 855.449, 867.904, 869.903, 871.927, 873.893, 876.103, 879.941, 881.97, 883.966, 885.965, 888.188, 890.707, 893.347, 896.082, 909.079, 918.638, 939.735, 944.44, 1060.788, 1065.563, 1068.07, 1072.451, 1075.588, 1077.641, 1079.655, 1081.647, 1084.743, 1087.25, 1118.552, 1131.386, 1136.405, 1139.91, 1147.559, 1159.677, 1164.267, 1166.702, 1170.593, 1173.749, 1184.716, 1208.609, 1217.851, 1260.03, 1310.405, 1325.628, 1340.851, 1368.929, 1398.089, 1409.715, 1421.227, 1456.104, 1490.643, 1522.388, 1538.138, 1652.448, 1787.507, 1790.227, 1846.507] + [-73.97745, 40.68085] + ], + "timestamps": [ + 531, 534.942, 559.009, 568.357, 572.452, 577.593, 582.02, 587.531, 598.35, + 600.415, 613.811, 694.45, 703.93, 719.647, 737.399, 738.029, 739.002, + 754.208, 758.477, 769, 775.625, 779.237, 783.932, 788.779, 792.831, + 797.506, 803.938, 811.542, 822.07, 831.039, 832.91, 834.868, 838.628, + 840.683, 842.992, 845.1, 846.963, 848.959, 851.068, 853.245, 855.449, + 867.904, 869.903, 871.927, 873.893, 876.103, 879.941, 881.97, 883.966, + 885.965, 888.188, 890.707, 893.347, 896.082, 909.079, 918.638, 939.735, + 944.44, 1060.788, 1065.563, 1068.07, 1072.451, 1075.588, 1077.641, + 1079.655, 1081.647, 1084.743, 1087.25, 1118.552, 1131.386, 1136.405, + 1139.91, 1147.559, 1159.677, 1164.267, 1166.702, 1170.593, 1173.749, + 1184.716, 1208.609, 1217.851, 1260.03, 1310.405, 1325.628, 1340.851, + 1368.929, 1398.089, 1409.715, 1421.227, 1456.104, 1490.643, 1522.388, + 1538.138, 1652.448, 1787.507, 1790.227, 1846.507 + ] }, { "vendor": 1, @@ -4656,8 +5349,27 @@ [-73.92383, 40.76115], [-73.92378, 40.76122], [-73.92388, 40.76127], - [-73.92395, 40.7613]], - "timestamps": [ 121, 148.446, 156.054, 165.333, 231.686, 247.813, 266.918, 272.545, 339.823, 354.007, 357.116, 376.345, 380.813, 385.372, 386.939, 388.564, 390.531, 393.471, 394.487, 396.296, 398.523, 399.963, 417.365, 424.646, 429.059, 432.629, 434.429, 438.28, 450.291, 454.478, 456.259, 459.039, 474.891, 476.585, 480.115, 482.263, 490.336, 492.167, 493.792, 495.073, 496.557, 498.152, 499.77, 501.215, 505.718, 507.922, 509.141, 510.309, 511.383, 512.655, 530.496, 532.469, 534.201, 536.304, 538.452, 541.268, 542.946, 551.353, 552.816, 555.067, 559.934, 571.922, 573.88, 576.53, 579.211, 581.86, 586.653, 591.665, 595.576, 634.916, 636.876, 638.367, 639.457, 641.323, 654.005, 655.062, 658.155, 666.053, 687.734, 699.73, 702.908, 706.95, 715.947, 723.371, 726.418, 728.496, 729.304, 793.184, 803.527, 915.906, 925.314, 928.117, 932.918, 933.856, 934.816, 935.625, 949.391, 957.038, 958.178, 1022.928, 1041.24, 1042.435, 1048.16, 1056.783, 1057.169, 1057.849, 1058.424, 1059.336, 1062.31, 1065.819, 1069.936, 1071.69, 1073.494, 1075.544, 1077.599, 1093.24, 1202.558, 1223.046, 1261.929, 1301.344, 1331.403, 1386.768, 1410.09, 1504.815, 1523.17, 1578.205, 1579.875, 1582.343, 1584] + [-73.92395, 40.7613] + ], + "timestamps": [ + 121, 148.446, 156.054, 165.333, 231.686, 247.813, 266.918, 272.545, + 339.823, 354.007, 357.116, 376.345, 380.813, 385.372, 386.939, 388.564, + 390.531, 393.471, 394.487, 396.296, 398.523, 399.963, 417.365, 424.646, + 429.059, 432.629, 434.429, 438.28, 450.291, 454.478, 456.259, 459.039, + 474.891, 476.585, 480.115, 482.263, 490.336, 492.167, 493.792, 495.073, + 496.557, 498.152, 499.77, 501.215, 505.718, 507.922, 509.141, 510.309, + 511.383, 512.655, 530.496, 532.469, 534.201, 536.304, 538.452, 541.268, + 542.946, 551.353, 552.816, 555.067, 559.934, 571.922, 573.88, 576.53, + 579.211, 581.86, 586.653, 591.665, 595.576, 634.916, 636.876, 638.367, + 639.457, 641.323, 654.005, 655.062, 658.155, 666.053, 687.734, 699.73, + 702.908, 706.95, 715.947, 723.371, 726.418, 728.496, 729.304, 793.184, + 803.527, 915.906, 925.314, 928.117, 932.918, 933.856, 934.816, 935.625, + 949.391, 957.038, 958.178, 1022.928, 1041.24, 1042.435, 1048.16, 1056.783, + 1057.169, 1057.849, 1058.424, 1059.336, 1062.31, 1065.819, 1069.936, + 1071.69, 1073.494, 1075.544, 1077.599, 1093.24, 1202.558, 1223.046, + 1261.929, 1301.344, 1331.403, 1386.768, 1410.09, 1504.815, 1523.17, + 1578.205, 1579.875, 1582.343, 1584 + ] }, { "vendor": 1, @@ -4743,8 +5455,21 @@ [-73.95703, 40.71648], [-73.95831, 40.71727], [-73.95772, 40.71783], - [-73.95738, 40.71815]], - "timestamps": [ 163, 190.822, 212.582, 223.483, 277.918, 363.48, 418.401, 430.335, 441.442, 449.69, 458.653, 461.479, 464.297, 467.355, 474.18, 479.45, 488.399, 498.297, 514.497, 570.405, 579.512, 589.328, 595.591, 600.244, 607.519, 612.824, 617.212, 621.21, 626.466, 628.348, 635.964, 642.538, 657.403, 679.429, 685.461, 690.49, 696.508, 701.162, 704.833, 709.38, 735.591, 759.791, 766.513, 773.741, 777.899, 781.85, 786.101, 792.382, 799.692, 821.225, 937.916, 941.368, 948.853, 953.413, 956.91, 961.584, 966.611, 971.437, 978.662, 1010.833, 1023.437, 1035.92, 1144.066, 1150.109, 1176.336, 1180.327, 1188.314, 1190.348, 1193.633, 1217.258, 1240.81, 1273.471, 1292.825, 1297.664, 1330.076, 1366.615, 1383.607, 1400.485, 1462.33, 1525.081, 1550.453, 1565] + [-73.95738, 40.71815] + ], + "timestamps": [ + 163, 190.822, 212.582, 223.483, 277.918, 363.48, 418.401, 430.335, + 441.442, 449.69, 458.653, 461.479, 464.297, 467.355, 474.18, 479.45, + 488.399, 498.297, 514.497, 570.405, 579.512, 589.328, 595.591, 600.244, + 607.519, 612.824, 617.212, 621.21, 626.466, 628.348, 635.964, 642.538, + 657.403, 679.429, 685.461, 690.49, 696.508, 701.162, 704.833, 709.38, + 735.591, 759.791, 766.513, 773.741, 777.899, 781.85, 786.101, 792.382, + 799.692, 821.225, 937.916, 941.368, 948.853, 953.413, 956.91, 961.584, + 966.611, 971.437, 978.662, 1010.833, 1023.437, 1035.92, 1144.066, + 1150.109, 1176.336, 1180.327, 1188.314, 1190.348, 1193.633, 1217.258, + 1240.81, 1273.471, 1292.825, 1297.664, 1330.076, 1366.615, 1383.607, + 1400.485, 1462.33, 1525.081, 1550.453, 1565 + ] }, { "vendor": 0, @@ -4786,8 +5511,16 @@ [-73.84716, 40.82778], [-73.84806, 40.82759], [-73.84885, 40.82746], - [-73.84976, 40.82732]], - "timestamps": [ 1200, 1209.744, 1226.485, 1259.536, 1276.642, 1303.778, 1377.789, 1426.889, 1469.182, 1583.677, 1588.819, 1606.419, 1613.12, 1622.649, 1633.683, 1655.507, 1658.911, 1663.592, 1680.902, 1701.584, 1704.309, 1707.069, 1710.291, 1712.675, 1715.127, 1718.041, 1721.149, 1732.563, 1738.964, 1746.847, 1753.456, 1758.509, 1766.389, 1775.752, 1787.323, 1793.677, 1799.174, 1805.489] + [-73.84976, 40.82732] + ], + "timestamps": [ + 1200, 1209.744, 1226.485, 1259.536, 1276.642, 1303.778, 1377.789, + 1426.889, 1469.182, 1583.677, 1588.819, 1606.419, 1613.12, 1622.649, + 1633.683, 1655.507, 1658.911, 1663.592, 1680.902, 1701.584, 1704.309, + 1707.069, 1710.291, 1712.675, 1715.127, 1718.041, 1721.149, 1732.563, + 1738.964, 1746.847, 1753.456, 1758.509, 1766.389, 1775.752, 1787.323, + 1793.677, 1799.174, 1805.489 + ] }, { "vendor": 0, @@ -4838,8 +5571,16 @@ [-73.99589, 40.66959], [-73.99287, 40.67321], [-73.99236, 40.67381], - [-73.99016, 40.67274]], - "timestamps": [ 220, 234.429, 255.013, 265.213, 291.099, 293.11, 305.566, 311.388, 317.199, 322.867, 327.501, 333.514, 335.428, 339.177, 345.668, 357.563, 373.376, 376.903, 383.373, 407.586, 410.118, 411.676, 413.023, 414.626, 417.944, 429.712, 435.575, 438.37, 486.988, 494.165, 509.178, 522.062, 604.195, 626.443, 641.328, 648.909, 651.001, 655.912, 657.702, 668.855, 671.598, 675.018, 678.012, 688.831, 754.501, 765.444, 802] + [-73.99016, 40.67274] + ], + "timestamps": [ + 220, 234.429, 255.013, 265.213, 291.099, 293.11, 305.566, 311.388, + 317.199, 322.867, 327.501, 333.514, 335.428, 339.177, 345.668, 357.563, + 373.376, 376.903, 383.373, 407.586, 410.118, 411.676, 413.023, 414.626, + 417.944, 429.712, 435.575, 438.37, 486.988, 494.165, 509.178, 522.062, + 604.195, 626.443, 641.328, 648.909, 651.001, 655.912, 657.702, 668.855, + 671.598, 675.018, 678.012, 688.831, 754.501, 765.444, 802 + ] }, { "vendor": 0, @@ -4852,8 +5593,12 @@ [-74.05991, 40.60568], [-74.05987, 40.6056], [-74.05913, 40.6046], - [-74.06241, 40.60322]], - "timestamps": [ 1649, 1715.721, 1750.994, 1757.349, 1767.791, 1776.912, 1778.417, 1794.97, 1807.183] + [-74.06241, 40.60322] + ], + "timestamps": [ + 1649, 1715.721, 1750.994, 1757.349, 1767.791, 1776.912, 1778.417, 1794.97, + 1807.183 + ] }, { "vendor": 1, @@ -4872,8 +5617,12 @@ [-74.03646, 40.72977], [-74.03613, 40.72971], [-74.03604, 40.72969], - [-74.03222, 40.72883]], - "timestamps": [ 1333, 1334.372, 1383.787, 1445.197, 1466.145, 1513.071, 1559.484, 1724.33, 1740.671, 1763.522, 1777.44, 1781.81, 1786.143, 1787.341, 1811.39] + [-74.03222, 40.72883] + ], + "timestamps": [ + 1333, 1334.372, 1383.787, 1445.197, 1466.145, 1513.071, 1559.484, 1724.33, + 1740.671, 1763.522, 1777.44, 1781.81, 1786.143, 1787.341, 1811.39 + ] }, { "vendor": 1, @@ -5012,8 +5761,29 @@ [-73.97548, 40.6495], [-73.97529, 40.64895], [-73.97515, 40.64842], - [-73.97489, 40.64705]], - "timestamps": [ 827, 828.129, 829.316, 837.959, 851.712, 881.829, 940.115, 949.015, 1000.347, 1003.073, 1017.941, 1027.136, 1030.109, 1032.249, 1033.191, 1033.727, 1034.444, 1037.662, 1040.888, 1041.537, 1042.686, 1130.237, 1132.039, 1137.076, 1138.862, 1139.792, 1141.253, 1142.487, 1143.621, 1144.764, 1145.79, 1147.59, 1149.801, 1164.51, 1165.586, 1167.562, 1178.143, 1182.526, 1188.413, 1191.961, 1194.067, 1195.185, 1196.065, 1196.882, 1197.638, 1198.319, 1199.018, 1199.887, 1200.276, 1201.295, 1202.22, 1204.63, 1217.493, 1220.567, 1225.183, 1230.537, 1231.927, 1234.465, 1247.068, 1256.916, 1262.463, 1264.753, 1269.184, 1272.004, 1277.812, 1280.325, 1285.566, 1293.118, 1296.929, 1300.028, 1306.212, 1309.083, 1312.148, 1315.225, 1319.03, 1368.98, 1380.894, 1383.5, 1385.66, 1387.984, 1390.699, 1392.515, 1396.186, 1408.696, 1413.033, 1416.556, 1417.966, 1420.535, 1425.693, 1517.773, 1523.718, 1526.518, 1529.15, 1533.175, 1536.563, 1540.073, 1543.951, 1555.076, 1567.254, 1576.083, 1606.201, 1607.746, 1609.79, 1610.653, 1611.594, 1612.434, 1613.3, 1614.153, 1620.764, 1622.418, 1636.21, 1639.323, 1641.37, 1642.571, 1645.051, 1645.922, 1648.259, 1658.234, 1660.125, 1662.271, 1664.007, 1666.156, 1687.653, 1694.069, 1696.397, 1698.577, 1701.32, 1703.654, 1705.049, 1712.547, 1759.736, 1765.97, 1775.472, 1784.506, 1807.638] + [-73.97489, 40.64705] + ], + "timestamps": [ + 827, 828.129, 829.316, 837.959, 851.712, 881.829, 940.115, 949.015, + 1000.347, 1003.073, 1017.941, 1027.136, 1030.109, 1032.249, 1033.191, + 1033.727, 1034.444, 1037.662, 1040.888, 1041.537, 1042.686, 1130.237, + 1132.039, 1137.076, 1138.862, 1139.792, 1141.253, 1142.487, 1143.621, + 1144.764, 1145.79, 1147.59, 1149.801, 1164.51, 1165.586, 1167.562, + 1178.143, 1182.526, 1188.413, 1191.961, 1194.067, 1195.185, 1196.065, + 1196.882, 1197.638, 1198.319, 1199.018, 1199.887, 1200.276, 1201.295, + 1202.22, 1204.63, 1217.493, 1220.567, 1225.183, 1230.537, 1231.927, + 1234.465, 1247.068, 1256.916, 1262.463, 1264.753, 1269.184, 1272.004, + 1277.812, 1280.325, 1285.566, 1293.118, 1296.929, 1300.028, 1306.212, + 1309.083, 1312.148, 1315.225, 1319.03, 1368.98, 1380.894, 1383.5, 1385.66, + 1387.984, 1390.699, 1392.515, 1396.186, 1408.696, 1413.033, 1416.556, + 1417.966, 1420.535, 1425.693, 1517.773, 1523.718, 1526.518, 1529.15, + 1533.175, 1536.563, 1540.073, 1543.951, 1555.076, 1567.254, 1576.083, + 1606.201, 1607.746, 1609.79, 1610.653, 1611.594, 1612.434, 1613.3, + 1614.153, 1620.764, 1622.418, 1636.21, 1639.323, 1641.37, 1642.571, + 1645.051, 1645.922, 1648.259, 1658.234, 1660.125, 1662.271, 1664.007, + 1666.156, 1687.653, 1694.069, 1696.397, 1698.577, 1701.32, 1703.654, + 1705.049, 1712.547, 1759.736, 1765.97, 1775.472, 1784.506, 1807.638 + ] }, { "vendor": 0, @@ -5165,8 +5935,31 @@ [-73.70476, 40.76941], [-73.70517, 40.76949], [-73.70601, 40.7696], - [-73.70687, 40.76964]], - "timestamps": [ 482, 490.019, 495.837, 502.671, 509.87, 521.409, 527.633, 531.142, 534.597, 541.13, 552.434, 565.261, 574.784, 586.514, 595.432, 604.471, 616.725, 625.36, 645.064, 654.544, 658.479, 667.843, 676.275, 696.24, 706.347, 711.185, 742.722, 762.799, 789.769, 810.755, 814.439, 848.821, 861.621, 869.078, 906.424, 912.489, 916.653, 924.132, 940.421, 944.905, 950.505, 952.87, 958.521, 962.043, 969.454, 975.266, 995.285, 1003.053, 1005.692, 1009.291, 1021.958, 1033.233, 1040.102, 1048.009, 1052.203, 1061.749, 1080.698, 1084.891, 1086.717, 1090.19, 1111.161, 1114.449, 1119.6, 1126.596, 1128.728, 1136.657, 1143.192, 1147.739, 1154.858, 1158.441, 1205.549, 1211.877, 1219.271, 1221.234, 1246.148, 1248.956, 1250.695, 1259.679, 1269.432, 1293.166, 1312.767, 1323.039, 1325.898, 1347.579, 1358.551, 1397.177, 1404.954, 1415.181, 1421.231, 1429.885, 1469.928, 1473.067, 1478.644, 1485.614, 1488.956, 1500.48, 1504.54, 1511.953, 1514.82, 1518.521, 1525.714, 1536.3, 1539.655, 1542.869, 1554.419, 1557.754, 1560.941, 1564.251, 1567.496, 1570.793, 1574.021, 1577.177, 1582.355, 1584.903, 1587.405, 1592.096, 1650.451, 1656.295, 1658.797, 1661.264, 1664.03, 1666.847, 1669.926, 1672.579, 1708.182, 1711.382, 1714.687, 1717.965, 1721.379, 1724.918, 1728.276, 1731.575, 1734.988, 1738.384, 1741.767, 1745.1, 1748.382, 1751.664, 1755.946, 1758.252, 1761.148, 1765.209, 1780.446, 1783.056, 1788.016, 1790.443, 1795.331, 1800.27] + [-73.70687, 40.76964] + ], + "timestamps": [ + 482, 490.019, 495.837, 502.671, 509.87, 521.409, 527.633, 531.142, + 534.597, 541.13, 552.434, 565.261, 574.784, 586.514, 595.432, 604.471, + 616.725, 625.36, 645.064, 654.544, 658.479, 667.843, 676.275, 696.24, + 706.347, 711.185, 742.722, 762.799, 789.769, 810.755, 814.439, 848.821, + 861.621, 869.078, 906.424, 912.489, 916.653, 924.132, 940.421, 944.905, + 950.505, 952.87, 958.521, 962.043, 969.454, 975.266, 995.285, 1003.053, + 1005.692, 1009.291, 1021.958, 1033.233, 1040.102, 1048.009, 1052.203, + 1061.749, 1080.698, 1084.891, 1086.717, 1090.19, 1111.161, 1114.449, + 1119.6, 1126.596, 1128.728, 1136.657, 1143.192, 1147.739, 1154.858, + 1158.441, 1205.549, 1211.877, 1219.271, 1221.234, 1246.148, 1248.956, + 1250.695, 1259.679, 1269.432, 1293.166, 1312.767, 1323.039, 1325.898, + 1347.579, 1358.551, 1397.177, 1404.954, 1415.181, 1421.231, 1429.885, + 1469.928, 1473.067, 1478.644, 1485.614, 1488.956, 1500.48, 1504.54, + 1511.953, 1514.82, 1518.521, 1525.714, 1536.3, 1539.655, 1542.869, + 1554.419, 1557.754, 1560.941, 1564.251, 1567.496, 1570.793, 1574.021, + 1577.177, 1582.355, 1584.903, 1587.405, 1592.096, 1650.451, 1656.295, + 1658.797, 1661.264, 1664.03, 1666.847, 1669.926, 1672.579, 1708.182, + 1711.382, 1714.687, 1717.965, 1721.379, 1724.918, 1728.276, 1731.575, + 1734.988, 1738.384, 1741.767, 1745.1, 1748.382, 1751.664, 1755.946, + 1758.252, 1761.148, 1765.209, 1780.446, 1783.056, 1788.016, 1790.443, + 1795.331, 1800.27 + ] }, { "vendor": 0, @@ -5358,8 +6151,35 @@ [-73.99035, 40.70104], [-73.99196, 40.7023], [-74.00172, 40.71006], - [-74.0031, 40.71115]], - "timestamps": [ 90, 125.166, 151.01, 200.381, 230.801, 243.343, 273.032, 277.608, 313.691, 315.74, 321.63, 325.18, 327.942, 405.245, 416.408, 420.34, 421.488, 422.594, 423.767, 424.494, 425.161, 431.966, 432.871, 434.012, 434.51, 435.585, 436.628, 437.727, 438.23, 439.19, 441.743, 445.888, 483.744, 490.933, 504.252, 509.338, 533.417, 537.049, 543.096, 547.468, 566.967, 573.885, 578.318, 583.024, 589.496, 593.762, 598.46, 604.017, 609.528, 613.275, 616.354, 618.775, 621.127, 624.22, 627.202, 629.386, 632.142, 634.808, 664.998, 671.129, 678.972, 682.601, 688.104, 693.782, 699.281, 704.513, 707.589, 712.711, 730.075, 735.473, 741.473, 746.754, 760.843, 785.449, 791.458, 795.988, 799.815, 803.501, 806.072, 816.15, 819.357, 821.011, 822.683, 825.36, 828.989, 831.768, 834.282, 837.413, 840.664, 842.766, 847.604, 850.307, 857.2, 859.433, 865.654, 875.516, 884.152, 890.91, 897.507, 918.776, 923.174, 925.706, 928.975, 930.846, 935.336, 946.309, 960.38, 962.95, 965.784, 984.617, 987.782, 999.67, 1002.347, 1016.748, 1044.297, 1062.67, 1068.676, 1074.937, 1089.826, 1107.616, 1113.334, 1115.828, 1118.384, 1120.755, 1126.446, 1128.568, 1131.131, 1175.176, 1191.128, 1208.19, 1216.838, 1219.363, 1232.607, 1238.626, 1241.341, 1242.668, 1245.325, 1248.13, 1249.605, 1252.722, 1255.193, 1257.277, 1259.35, 1262.652, 1329.528, 1338.474, 1348.253, 1351.081, 1352.838, 1354.58, 1357.36, 1358.383, 1359.028, 1361.329, 1363.782, 1365.62, 1368.194, 1370.203, 1371.973, 1372.918, 1374.529, 1376.21, 1378.377, 1382.311, 1386.233, 1389.32, 1393.247, 1400.21, 1404.526, 1412.687, 1426.058, 1438.277, 1601.97, 1606.123, 1607.69, 1635.103, 1642.1, 1643.645, 1644.9, 1647.787, 1649.118, 1652.232, 1657.577, 1660.154, 1666.718, 1684.752, 1794.978, 1810.509] + [-74.0031, 40.71115] + ], + "timestamps": [ + 90, 125.166, 151.01, 200.381, 230.801, 243.343, 273.032, 277.608, 313.691, + 315.74, 321.63, 325.18, 327.942, 405.245, 416.408, 420.34, 421.488, + 422.594, 423.767, 424.494, 425.161, 431.966, 432.871, 434.012, 434.51, + 435.585, 436.628, 437.727, 438.23, 439.19, 441.743, 445.888, 483.744, + 490.933, 504.252, 509.338, 533.417, 537.049, 543.096, 547.468, 566.967, + 573.885, 578.318, 583.024, 589.496, 593.762, 598.46, 604.017, 609.528, + 613.275, 616.354, 618.775, 621.127, 624.22, 627.202, 629.386, 632.142, + 634.808, 664.998, 671.129, 678.972, 682.601, 688.104, 693.782, 699.281, + 704.513, 707.589, 712.711, 730.075, 735.473, 741.473, 746.754, 760.843, + 785.449, 791.458, 795.988, 799.815, 803.501, 806.072, 816.15, 819.357, + 821.011, 822.683, 825.36, 828.989, 831.768, 834.282, 837.413, 840.664, + 842.766, 847.604, 850.307, 857.2, 859.433, 865.654, 875.516, 884.152, + 890.91, 897.507, 918.776, 923.174, 925.706, 928.975, 930.846, 935.336, + 946.309, 960.38, 962.95, 965.784, 984.617, 987.782, 999.67, 1002.347, + 1016.748, 1044.297, 1062.67, 1068.676, 1074.937, 1089.826, 1107.616, + 1113.334, 1115.828, 1118.384, 1120.755, 1126.446, 1128.568, 1131.131, + 1175.176, 1191.128, 1208.19, 1216.838, 1219.363, 1232.607, 1238.626, + 1241.341, 1242.668, 1245.325, 1248.13, 1249.605, 1252.722, 1255.193, + 1257.277, 1259.35, 1262.652, 1329.528, 1338.474, 1348.253, 1351.081, + 1352.838, 1354.58, 1357.36, 1358.383, 1359.028, 1361.329, 1363.782, + 1365.62, 1368.194, 1370.203, 1371.973, 1372.918, 1374.529, 1376.21, + 1378.377, 1382.311, 1386.233, 1389.32, 1393.247, 1400.21, 1404.526, + 1412.687, 1426.058, 1438.277, 1601.97, 1606.123, 1607.69, 1635.103, + 1642.1, 1643.645, 1644.9, 1647.787, 1649.118, 1652.232, 1657.577, + 1660.154, 1666.718, 1684.752, 1794.978, 1810.509 + ] }, { "vendor": 1, @@ -5526,8 +6346,31 @@ [-73.98391, 40.7014], [-73.98476, 40.70143], [-73.98466, 40.70303], - [-73.98465, 40.70314]], - "timestamps": [ 74, 82.6, 166.588, 203.969, 221.109, 226.904, 258.441, 260.226, 264.717, 272.188, 274.078, 277.731, 295.075, 295.712, 296.828, 299.361, 303.426, 307.063, 311.958, 319.221, 322.439, 328.026, 329.319, 331.709, 333.916, 335.41, 337.792, 340.405, 343.138, 356.111, 359.586, 363.523, 367.185, 377.638, 387.419, 393.147, 399.989, 400.834, 406.365, 410.39, 422.677, 426.636, 430.251, 441.927, 447.05, 452.91, 455.366, 463.649, 464.779, 470.784, 472.279, 474.166, 485.475, 492.782, 497.576, 501.237, 503.914, 505.401, 508.198, 512.547, 514.85, 527.233, 529.397, 556.99, 561.107, 568.71, 570.293, 575.762, 582.23, 585.155, 587.673, 590.336, 592.858, 603.616, 606.293, 607.618, 610.375, 613.016, 620.542, 623.18, 625.865, 627.82, 628.993, 632.155, 651.644, 654.158, 655.815, 658.188, 662.765, 665.187, 666.448, 669.294, 671.886, 675.231, 676.971, 682.646, 684.424, 689.192, 697.985, 704.723, 707.699, 710.533, 713.18, 716.2, 719.226, 722.649, 723.845, 741.185, 742.003, 746.929, 770.132, 774.286, 795.463, 870.002, 894.567, 906.375, 988.124, 995.251, 1009.841, 1014.365, 1028.555, 1063.103, 1135.231, 1146.245, 1209.768, 1213.141, 1231.54, 1242.919, 1246.598, 1249.247, 1250.411, 1251.076, 1251.962, 1255.945, 1259.936, 1260.74, 1262.162, 1370.505, 1372.735, 1378.969, 1381.18, 1382.33, 1384.138, 1385.666, 1387.069, 1388.483, 1389.752, 1391.98, 1394.715, 1412.918, 1414.25, 1416.696, 1432.425, 1438.942, 1447.695, 1456.503, 1463.523, 1495.795, 1497.926, 1516.035, 1530.419, 1559.03, 1561] + [-73.98465, 40.70314] + ], + "timestamps": [ + 74, 82.6, 166.588, 203.969, 221.109, 226.904, 258.441, 260.226, 264.717, + 272.188, 274.078, 277.731, 295.075, 295.712, 296.828, 299.361, 303.426, + 307.063, 311.958, 319.221, 322.439, 328.026, 329.319, 331.709, 333.916, + 335.41, 337.792, 340.405, 343.138, 356.111, 359.586, 363.523, 367.185, + 377.638, 387.419, 393.147, 399.989, 400.834, 406.365, 410.39, 422.677, + 426.636, 430.251, 441.927, 447.05, 452.91, 455.366, 463.649, 464.779, + 470.784, 472.279, 474.166, 485.475, 492.782, 497.576, 501.237, 503.914, + 505.401, 508.198, 512.547, 514.85, 527.233, 529.397, 556.99, 561.107, + 568.71, 570.293, 575.762, 582.23, 585.155, 587.673, 590.336, 592.858, + 603.616, 606.293, 607.618, 610.375, 613.016, 620.542, 623.18, 625.865, + 627.82, 628.993, 632.155, 651.644, 654.158, 655.815, 658.188, 662.765, + 665.187, 666.448, 669.294, 671.886, 675.231, 676.971, 682.646, 684.424, + 689.192, 697.985, 704.723, 707.699, 710.533, 713.18, 716.2, 719.226, + 722.649, 723.845, 741.185, 742.003, 746.929, 770.132, 774.286, 795.463, + 870.002, 894.567, 906.375, 988.124, 995.251, 1009.841, 1014.365, 1028.555, + 1063.103, 1135.231, 1146.245, 1209.768, 1213.141, 1231.54, 1242.919, + 1246.598, 1249.247, 1250.411, 1251.076, 1251.962, 1255.945, 1259.936, + 1260.74, 1262.162, 1370.505, 1372.735, 1378.969, 1381.18, 1382.33, + 1384.138, 1385.666, 1387.069, 1388.483, 1389.752, 1391.98, 1394.715, + 1412.918, 1414.25, 1416.696, 1432.425, 1438.942, 1447.695, 1456.503, + 1463.523, 1495.795, 1497.926, 1516.035, 1530.419, 1559.03, 1561 + ] }, { "vendor": 1, @@ -5581,8 +6424,17 @@ [-73.99528, 40.66708], [-73.99572, 40.66766], [-73.99621, 40.6684], - [-73.99825, 40.67159]], - "timestamps": [ 744, 750.78, 775.641, 1057.452, 1071.71, 1117.602, 1130.472, 1165.689, 1201.664, 1228.285, 1235.565, 1263.816, 1298.847, 1435.67, 1454.793, 1467.877, 1480.783, 1501.38, 1520.335, 1535.025, 1591.304, 1594.917, 1604.946, 1616.319, 1621.032, 1625.125, 1645.371, 1650.04, 1653.887, 1657.012, 1659.908, 1669.072, 1698.673, 1700.62, 1703.046, 1705.928, 1707.988, 1721.645, 1725.12, 1727.843, 1731.404, 1736.655, 1747, 1751.992, 1758.993, 1763.235, 1765.893, 1770.792, 1776.853, 1859.255] + [-73.99825, 40.67159] + ], + "timestamps": [ + 744, 750.78, 775.641, 1057.452, 1071.71, 1117.602, 1130.472, 1165.689, + 1201.664, 1228.285, 1235.565, 1263.816, 1298.847, 1435.67, 1454.793, + 1467.877, 1480.783, 1501.38, 1520.335, 1535.025, 1591.304, 1594.917, + 1604.946, 1616.319, 1621.032, 1625.125, 1645.371, 1650.04, 1653.887, + 1657.012, 1659.908, 1669.072, 1698.673, 1700.62, 1703.046, 1705.928, + 1707.988, 1721.645, 1725.12, 1727.843, 1731.404, 1736.655, 1747, 1751.992, + 1758.993, 1763.235, 1765.893, 1770.792, 1776.853, 1859.255 + ] }, { "vendor": 0, @@ -5608,8 +6460,14 @@ [-73.92257, 40.66836], [-73.92263, 40.66836], [-73.92559, 40.66849], - [-73.95526, 40.67012]], - "timestamps": [ 1202, 1204.715, 1247.744, 1290.239, 1387.031, 1411.058, 1486.616, 1521.018, 1571.18, 1583.464, 1601.112, 1618.76, 1683.826, 1690.708, 1705.036, 1731.206, 1738.012, 1743.187, 1746.866, 1747.678, 1787.791, 2190.251] + [-73.95526, 40.67012] + ], + "timestamps": [ + 1202, 1204.715, 1247.744, 1290.239, 1387.031, 1411.058, 1486.616, + 1521.018, 1571.18, 1583.464, 1601.112, 1618.76, 1683.826, 1690.708, + 1705.036, 1731.206, 1738.012, 1743.187, 1746.866, 1747.678, 1787.791, + 2190.251 + ] }, { "vendor": 0, @@ -5806,8 +6664,37 @@ [-73.93487, 40.80993], [-73.93461, 40.81117], [-73.93462, 40.81131], - [-73.93473, 40.81149]], - "timestamps": [ 661, 670.571, 689.185, 713.73, 737.574, 757.914, 771.807, 784.639, 806.886, 808.54, 809.362, 810.593, 812.056, 812.973, 814.025, 818.501, 819.91, 821.19, 825.303, 827.224, 829.21, 830.097, 831.931, 833.955, 834.698, 839.404, 842.325, 847.691, 851.825, 862.167, 871.578, 875.368, 896.868, 919.592, 928.963, 945.278, 947.355, 949.51, 952.116, 956.014, 957.36, 959.758, 962.71, 964.619, 987.686, 997.337, 1003.187, 1007.919, 1010.305, 1015.41, 1031.33, 1036.881, 1039.242, 1042.927, 1063.94, 1066.184, 1070.864, 1073.712, 1084.412, 1086.84, 1088.993, 1090.692, 1092.659, 1094.772, 1096.918, 1098.833, 1104.802, 1107.723, 1109.34, 1110.887, 1112.311, 1113.997, 1137.646, 1140.262, 1142.557, 1145.344, 1148.192, 1151.925, 1154.149, 1165.292, 1167.232, 1170.216, 1176.668, 1192.558, 1195.154, 1198.667, 1208.915, 1213.31, 1215.159, 1218.199, 1221.67, 1226.531, 1229.334, 1259.408, 1268.646, 1281.795, 1287.763, 1297.299, 1299.695, 1301.256, 1304.901, 1308.999, 1311.175, 1324.896, 1332.968, 1337.142, 1338.217, 1341.491, 1348.119, 1352.217, 1365.96, 1368.942, 1399.755, 1404.416, 1412.58, 1417.242, 1419.954, 1426.213, 1429.284, 1432.094, 1441.634, 1447.586, 1449.011, 1453.427, 1456.752, 1469.597, 1474.278, 1476.696, 1478.052, 1481.063, 1482.217, 1483.935, 1488.374, 1492.756, 1498.735, 1510.603, 1512.537, 1519.035, 1523.289, 1526.361, 1529.532, 1531.093, 1533.928, 1537.035, 1538.289, 1539.577, 1542.228, 1547.359, 1558.329, 1560.356, 1563.483, 1577.069, 1579.406, 1582.918, 1593.767, 1596.36, 1606.029, 1608.532, 1611.106, 1614.936, 1624.364, 1629.496, 1645.965, 1648.527, 1651.151, 1654.951, 1657.481, 1661.376, 1666.565, 1668.429, 1678.366, 1680.726, 1681.951, 1684.328, 1689.112, 1692.198, 1699.524, 1707.103, 1708.665, 1711.854, 1713.903, 1722.66, 1742.633, 1746.57, 1749.819, 1751.933, 1755.037, 1760.262, 1762.95, 1769.984, 1796.634, 1799.61, 1803.82] + [-73.93473, 40.81149] + ], + "timestamps": [ + 661, 670.571, 689.185, 713.73, 737.574, 757.914, 771.807, 784.639, + 806.886, 808.54, 809.362, 810.593, 812.056, 812.973, 814.025, 818.501, + 819.91, 821.19, 825.303, 827.224, 829.21, 830.097, 831.931, 833.955, + 834.698, 839.404, 842.325, 847.691, 851.825, 862.167, 871.578, 875.368, + 896.868, 919.592, 928.963, 945.278, 947.355, 949.51, 952.116, 956.014, + 957.36, 959.758, 962.71, 964.619, 987.686, 997.337, 1003.187, 1007.919, + 1010.305, 1015.41, 1031.33, 1036.881, 1039.242, 1042.927, 1063.94, + 1066.184, 1070.864, 1073.712, 1084.412, 1086.84, 1088.993, 1090.692, + 1092.659, 1094.772, 1096.918, 1098.833, 1104.802, 1107.723, 1109.34, + 1110.887, 1112.311, 1113.997, 1137.646, 1140.262, 1142.557, 1145.344, + 1148.192, 1151.925, 1154.149, 1165.292, 1167.232, 1170.216, 1176.668, + 1192.558, 1195.154, 1198.667, 1208.915, 1213.31, 1215.159, 1218.199, + 1221.67, 1226.531, 1229.334, 1259.408, 1268.646, 1281.795, 1287.763, + 1297.299, 1299.695, 1301.256, 1304.901, 1308.999, 1311.175, 1324.896, + 1332.968, 1337.142, 1338.217, 1341.491, 1348.119, 1352.217, 1365.96, + 1368.942, 1399.755, 1404.416, 1412.58, 1417.242, 1419.954, 1426.213, + 1429.284, 1432.094, 1441.634, 1447.586, 1449.011, 1453.427, 1456.752, + 1469.597, 1474.278, 1476.696, 1478.052, 1481.063, 1482.217, 1483.935, + 1488.374, 1492.756, 1498.735, 1510.603, 1512.537, 1519.035, 1523.289, + 1526.361, 1529.532, 1531.093, 1533.928, 1537.035, 1538.289, 1539.577, + 1542.228, 1547.359, 1558.329, 1560.356, 1563.483, 1577.069, 1579.406, + 1582.918, 1593.767, 1596.36, 1606.029, 1608.532, 1611.106, 1614.936, + 1624.364, 1629.496, 1645.965, 1648.527, 1651.151, 1654.951, 1657.481, + 1661.376, 1666.565, 1668.429, 1678.366, 1680.726, 1681.951, 1684.328, + 1689.112, 1692.198, 1699.524, 1707.103, 1708.665, 1711.854, 1713.903, + 1722.66, 1742.633, 1746.57, 1749.819, 1751.933, 1755.037, 1760.262, + 1762.95, 1769.984, 1796.634, 1799.61, 1803.82 + ] }, { "vendor": 0, @@ -5871,8 +6758,19 @@ [-74.0065, 40.7222], [-74.00651, 40.7221], [-74.00656, 40.72194], - [-74.00662, 40.72184]], - "timestamps": [ 1322, 1323.737, 1326.07, 1330.238, 1333.759, 1336.25, 1347.306, 1359.39, 1366.518, 1370.451, 1403.156, 1406.076, 1418.165, 1432.32, 1442.702, 1513.472, 1517.229, 1518.741, 1519.457, 1520.997, 1523.009, 1530.293, 1533.204, 1534.329, 1534.819, 1537.026, 1543.354, 1548.426, 1555.705, 1563.648, 1568.53, 1569.357, 1569.955, 1581.134, 1584.377, 1587.592, 1588.48, 1613.448, 1616.02, 1648.998, 1651.476, 1683.957, 1717.383, 1720.374, 1738.407, 1740.268, 1743.447, 1746.524, 1749.489, 1770.088, 1771.019, 1773.199, 1773.734, 1789.451, 1791.225, 1793.211, 1795.624, 1797.043, 1799.368, 1800.921] + [-74.00662, 40.72184] + ], + "timestamps": [ + 1322, 1323.737, 1326.07, 1330.238, 1333.759, 1336.25, 1347.306, 1359.39, + 1366.518, 1370.451, 1403.156, 1406.076, 1418.165, 1432.32, 1442.702, + 1513.472, 1517.229, 1518.741, 1519.457, 1520.997, 1523.009, 1530.293, + 1533.204, 1534.329, 1534.819, 1537.026, 1543.354, 1548.426, 1555.705, + 1563.648, 1568.53, 1569.357, 1569.955, 1581.134, 1584.377, 1587.592, + 1588.48, 1613.448, 1616.02, 1648.998, 1651.476, 1683.957, 1717.383, + 1720.374, 1738.407, 1740.268, 1743.447, 1746.524, 1749.489, 1770.088, + 1771.019, 1773.199, 1773.734, 1789.451, 1791.225, 1793.211, 1795.624, + 1797.043, 1799.368, 1800.921 + ] }, { "vendor": 0, @@ -5880,8 +6778,9 @@ [-73.92977, 40.68786], [-73.93003, 40.68783], [-73.93017, 40.68856], - [-73.9347, 40.68804]], - "timestamps": [ 1757, 1764.756, 1778.719, 1842.286] + [-73.9347, 40.68804] + ], + "timestamps": [1757, 1764.756, 1778.719, 1842.286] }, { "vendor": 1, @@ -5946,8 +6845,18 @@ [-73.99086, 40.68205], [-73.99329, 40.67847], [-73.99372, 40.67784], - [-73.99303, 40.6775]], - "timestamps": [ 183, 235.418, 238.089, 240.352, 250.109, 266.199, 280.157, 347.267, 360.909, 366.298, 370.813, 418.338, 458.948, 520.937, 523.553, 525.557, 536.323, 545.118, 589.661, 593.295, 601.166, 605.21, 608.763, 637.563, 640.161, 643.148, 648.735, 680.36, 692.828, 732.921, 735.899, 746.236, 756.933, 770.956, 800.003, 844.415, 870.117, 871.911, 874.216, 881.135, 883.942, 889.25, 897.947, 905.895, 1015.068, 1018.358, 1044.282, 1051.167, 1099.823, 1102.495, 1121.461, 1146.644, 1156.583, 1185.072, 1221.716, 1226.697, 1293.969, 1327.63, 1390.844, 1401.982, 1413] + [-73.99303, 40.6775] + ], + "timestamps": [ + 183, 235.418, 238.089, 240.352, 250.109, 266.199, 280.157, 347.267, + 360.909, 366.298, 370.813, 418.338, 458.948, 520.937, 523.553, 525.557, + 536.323, 545.118, 589.661, 593.295, 601.166, 605.21, 608.763, 637.563, + 640.161, 643.148, 648.735, 680.36, 692.828, 732.921, 735.899, 746.236, + 756.933, 770.956, 800.003, 844.415, 870.117, 871.911, 874.216, 881.135, + 883.942, 889.25, 897.947, 905.895, 1015.068, 1018.358, 1044.282, 1051.167, + 1099.823, 1102.495, 1121.461, 1146.644, 1156.583, 1185.072, 1221.716, + 1226.697, 1293.969, 1327.63, 1390.844, 1401.982, 1413 + ] }, { "vendor": 0, @@ -5970,8 +6879,13 @@ [-73.98443, 40.66743], [-73.98207, 40.66629], [-73.98358, 40.66448], - [-73.98392, 40.66408]], - "timestamps": [ 786, 786, 825.016, 877.241, 888.743, 927.414, 970.679, 1021.762, 1035.706, 1165.784, 1174.866, 1248.406, 1252.899, 1340.435, 1360.846, 1372.551, 1424.573, 1475.65, 1487] + [-73.98392, 40.66408] + ], + "timestamps": [ + 786, 786, 825.016, 877.241, 888.743, 927.414, 970.679, 1021.762, 1035.706, + 1165.784, 1174.866, 1248.406, 1252.899, 1340.435, 1360.846, 1372.551, + 1424.573, 1475.65, 1487 + ] }, { "vendor": 1, @@ -6005,8 +6919,15 @@ [-73.99099, 40.72383], [-73.99099, 40.72372], [-73.9929, 40.7199], - [-73.995, 40.71595]], - "timestamps": [ 1242, 1246.306, 1280.138, 1281.475, 1308.803, 1310.886, 1319.782, 1322.791, 1329.813, 1337.199, 1342.804, 1376.372, 1392.006, 1424.02, 1437.941, 1450.126, 1462.344, 1472.596, 1474.546, 1482.493, 1490.336, 1520.232, 1521.916, 1625.712, 1659.449, 1661.808, 1663.504, 1664.746, 1757.179, 1853.539] + [-73.995, 40.71595] + ], + "timestamps": [ + 1242, 1246.306, 1280.138, 1281.475, 1308.803, 1310.886, 1319.782, + 1322.791, 1329.813, 1337.199, 1342.804, 1376.372, 1392.006, 1424.02, + 1437.941, 1450.126, 1462.344, 1472.596, 1474.546, 1482.493, 1490.336, + 1520.232, 1521.916, 1625.712, 1659.449, 1661.808, 1663.504, 1664.746, + 1757.179, 1853.539 + ] }, { "vendor": 0, @@ -6015,8 +6936,9 @@ [-73.93193, 40.64806], [-73.93292, 40.64799], [-73.93293, 40.64814], - [-73.93848, 40.64781]], - "timestamps": [ 1477, 1689.309, 1708.212, 1712.899, 1809.452] + [-73.93848, 40.64781] + ], + "timestamps": [1477, 1689.309, 1708.212, 1712.899, 1809.452] }, { "vendor": 1, @@ -6036,8 +6958,13 @@ [-73.97633, 40.68253], [-73.97512, 40.68083], [-73.97469, 40.68026], - [-73.97305, 40.67799]], - "timestamps": [ 1412, 1413.775, 1456.384, 1477.803, 1485.677, 1617.234, 1619.718, 1642.884, 1652.562, 1688.541, 1692.508, 1700.853, 1708.875, 1754.67, 1770.237, 1831.595] + [-73.97305, 40.67799] + ], + "timestamps": [ + 1412, 1413.775, 1456.384, 1477.803, 1485.677, 1617.234, 1619.718, + 1642.884, 1652.562, 1688.541, 1692.508, 1700.853, 1708.875, 1754.67, + 1770.237, 1831.595 + ] }, { "vendor": 0, @@ -6125,8 +7052,22 @@ [-73.99931, 40.71754], [-74.00151, 40.71914], [-74.00187, 40.7194], - [-74.00252, 40.71863]], - "timestamps": [ 227, 309.418, 338.719, 441.256, 518.722, 543.775, 569.23, 613.07, 628.238, 638.86, 679.892, 714.914, 747.71, 765.801, 805.526, 897.366, 930.819, 993.874, 1009.039, 1016.369, 1021.766, 1066.937, 1078.333, 1110.682, 1118.288, 1126.415, 1134.003, 1155.801, 1157.527, 1158.615, 1162.386, 1164.927, 1167.85, 1172.127, 1176.643, 1178.531, 1182.374, 1186.602, 1188.639, 1191.497, 1249.374, 1257.116, 1265.579, 1268.026, 1269.546, 1271.055, 1273.461, 1274.345, 1274.904, 1277.037, 1279.312, 1281.016, 1283.402, 1285.265, 1286.905, 1287.782, 1289.276, 1290.834, 1292.843, 1296.491, 1300.127, 1302.989, 1306.631, 1313.087, 1317.497, 1325.838, 1339.503, 1351.991, 1385.399, 1395.109, 1419.15, 1440.362, 1447.433, 1608.424, 1612.892, 1622.523, 1625.245, 1628.061, 1691.067, 1696.049, 1707.591, 1773.292, 1784.007, 1804.599] + [-74.00252, 40.71863] + ], + "timestamps": [ + 227, 309.418, 338.719, 441.256, 518.722, 543.775, 569.23, 613.07, 628.238, + 638.86, 679.892, 714.914, 747.71, 765.801, 805.526, 897.366, 930.819, + 993.874, 1009.039, 1016.369, 1021.766, 1066.937, 1078.333, 1110.682, + 1118.288, 1126.415, 1134.003, 1155.801, 1157.527, 1158.615, 1162.386, + 1164.927, 1167.85, 1172.127, 1176.643, 1178.531, 1182.374, 1186.602, + 1188.639, 1191.497, 1249.374, 1257.116, 1265.579, 1268.026, 1269.546, + 1271.055, 1273.461, 1274.345, 1274.904, 1277.037, 1279.312, 1281.016, + 1283.402, 1285.265, 1286.905, 1287.782, 1289.276, 1290.834, 1292.843, + 1296.491, 1300.127, 1302.989, 1306.631, 1313.087, 1317.497, 1325.838, + 1339.503, 1351.991, 1385.399, 1395.109, 1419.15, 1440.362, 1447.433, + 1608.424, 1612.892, 1622.523, 1625.245, 1628.061, 1691.067, 1696.049, + 1707.591, 1773.292, 1784.007, 1804.599 + ] }, { "vendor": 0, @@ -6137,8 +7078,11 @@ [-73.91804, 40.68721], [-73.91639, 40.6789], [-73.9163, 40.67857], - [-73.91635, 40.67782]], - "timestamps": [ 1588, 1605.159, 1620.7, 1625.75, 1782.499, 1788.784, 1802.791] + [-73.91635, 40.67782] + ], + "timestamps": [ + 1588, 1605.159, 1620.7, 1625.75, 1782.499, 1788.784, 1802.791 + ] }, { "vendor": 1, @@ -6174,8 +7118,15 @@ [-73.96661, 40.6753], [-73.96949, 40.6759], [-73.9719, 40.67641], - [-73.97168, 40.6761]], - "timestamps": [ 450, 460.324, 578.113, 614.336, 622.639, 628.103, 699.571, 701.237, 735.339, 756.303, 783.836, 789.859, 992.195, 1036.794, 1134.737, 1146.926, 1265.824, 1305.24, 1331.912, 1346.628, 1361.166, 1428.703, 1450.648, 1475.6, 1478.667, 1510.759, 1527.266, 1584.181, 1602.939, 1666.613, 1719.954, 1732] + [-73.97168, 40.6761] + ], + "timestamps": [ + 450, 460.324, 578.113, 614.336, 622.639, 628.103, 699.571, 701.237, + 735.339, 756.303, 783.836, 789.859, 992.195, 1036.794, 1134.737, 1146.926, + 1265.824, 1305.24, 1331.912, 1346.628, 1361.166, 1428.703, 1450.648, + 1475.6, 1478.667, 1510.759, 1527.266, 1584.181, 1602.939, 1666.613, + 1719.954, 1732 + ] }, { "vendor": 0, @@ -6203,8 +7154,13 @@ [-73.97155, 40.67917], [-73.96854, 40.67854], [-73.96822, 40.67941], - [-73.968, 40.68003]], - "timestamps": [ 242, 252.365, 264.324, 312.01, 337.675, 347.824, 357.873, 388.318, 418.468, 446.179, 459.927, 564.268, 566.234, 577.465, 588.558, 625.765, 679.981, 684.073, 700.18, 707.621, 757.818, 812.864, 824.049, 832] + [-73.968, 40.68003] + ], + "timestamps": [ + 242, 252.365, 264.324, 312.01, 337.675, 347.824, 357.873, 388.318, + 418.468, 446.179, 459.927, 564.268, 566.234, 577.465, 588.558, 625.765, + 679.981, 684.073, 700.18, 707.621, 757.818, 812.864, 824.049, 832 + ] }, { "vendor": 1, @@ -6240,8 +7196,15 @@ [-73.98699, 40.68777], [-73.98871, 40.68522], [-73.98912, 40.68458], - [-73.99133, 40.68544]], - "timestamps": [ 454, 470.286, 483.534, 602.456, 639.027, 647.41, 652.926, 725.082, 726.763, 761.193, 782.359, 810.156, 816.237, 1020.518, 1065.546, 1099.995, 1111.586, 1370.823, 1387.002, 1562.826, 1565.034, 1578.065, 1598.198, 1604.125, 1607.6, 1665.828, 1684.043, 1707.323, 1725.739, 1780.709, 1794.365, 1826.753] + [-73.99133, 40.68544] + ], + "timestamps": [ + 454, 470.286, 483.534, 602.456, 639.027, 647.41, 652.926, 725.082, + 726.763, 761.193, 782.359, 810.156, 816.237, 1020.518, 1065.546, 1099.995, + 1111.586, 1370.823, 1387.002, 1562.826, 1565.034, 1578.065, 1598.198, + 1604.125, 1607.6, 1665.828, 1684.043, 1707.323, 1725.739, 1780.709, + 1794.365, 1826.753 + ] }, { "vendor": 0, @@ -6265,8 +7228,13 @@ [-74.03604, 40.72969], [-74.03222, 40.72883], [-74.03182, 40.72876], - [-74.02659, 40.72831]], - "timestamps": [ 920, 929.581, 966.407, 1004.441, 1082.842, 1118.826, 1166.675, 1285.51, 1298.488, 1403.825, 1641.055, 1655.417, 1695.295, 1719.584, 1727.212, 1734.774, 1736.864, 1778.834, 1783.158, 1838.595] + [-74.02659, 40.72831] + ], + "timestamps": [ + 920, 929.581, 966.407, 1004.441, 1082.842, 1118.826, 1166.675, 1285.51, + 1298.488, 1403.825, 1641.055, 1655.417, 1695.295, 1719.584, 1727.212, + 1734.774, 1736.864, 1778.834, 1783.158, 1838.595 + ] }, { "vendor": 0, @@ -6302,8 +7270,15 @@ [-73.96997, 40.8068], [-73.97164, 40.80466], [-73.97247, 40.80354], - [-73.97346, 40.80216]], - "timestamps": [ 1134, 1151.756, 1153.855, 1159.827, 1373.158, 1393.888, 1443.055, 1445.543, 1503.478, 1525.491, 1543.069, 1561.767, 1585.98, 1622.272, 1646.149, 1648.935, 1673.106, 1682.519, 1686.081, 1687.676, 1691.079, 1702.115, 1709.044, 1715.598, 1720.547, 1724.538, 1745.464, 1750.988, 1763.402, 1782.613, 1792.539, 1804.677] + [-73.97346, 40.80216] + ], + "timestamps": [ + 1134, 1151.756, 1153.855, 1159.827, 1373.158, 1393.888, 1443.055, + 1445.543, 1503.478, 1525.491, 1543.069, 1561.767, 1585.98, 1622.272, + 1646.149, 1648.935, 1673.106, 1682.519, 1686.081, 1687.676, 1691.079, + 1702.115, 1709.044, 1715.598, 1720.547, 1724.538, 1745.464, 1750.988, + 1763.402, 1782.613, 1792.539, 1804.677 + ] }, { "vendor": 1, @@ -6328,8 +7303,13 @@ [-73.97795, 40.68515], [-73.97796, 40.68522], [-73.9782, 40.68681], - [-73.97806, 40.68683]], - "timestamps": [ 359, 362.535, 476.244, 486.29, 599.349, 614.464, 690.303, 711.998, 713.079, 718.771, 724.192, 728.494, 740.87, 770.924, 803.843, 818.015, 820.403, 821.31, 823.508, 873.464, 877] + [-73.97806, 40.68683] + ], + "timestamps": [ + 359, 362.535, 476.244, 486.29, 599.349, 614.464, 690.303, 711.998, + 713.079, 718.771, 724.192, 728.494, 740.87, 770.924, 803.843, 818.015, + 820.403, 821.31, 823.508, 873.464, 877 + ] }, { "vendor": 0, @@ -6459,8 +7439,28 @@ [-73.94378, 40.78273], [-73.94376, 40.78286], [-73.94472, 40.78325], - [-73.95266, 40.7866]], - "timestamps": [ 662, 686.632, 697.536, 709.837, 724.013, 734.439, 748.28, 763.141, 788.228, 819.179, 880.516, 897.086, 901.207, 926.698, 932.622, 939.886, 942.383, 944.974, 948.108, 952.794, 954.411, 957.295, 960.843, 963.139, 990.871, 1002.474, 1009.506, 1015.195, 1018.065, 1024.202, 1043.342, 1050.015, 1052.854, 1057.284, 1082.546, 1085.244, 1090.87, 1094.294, 1107.159, 1110.077, 1112.666, 1114.708, 1117.073, 1119.614, 1122.194, 1124.496, 1131.672, 1135.184, 1137.127, 1138.988, 1140.7, 1142.726, 1171.158, 1174.304, 1177.063, 1180.414, 1183.838, 1188.325, 1190.999, 1204.396, 1206.727, 1210.316, 1218.072, 1237.175, 1240.297, 1244.52, 1256.84, 1262.125, 1264.347, 1268.002, 1272.175, 1278.02, 1281.39, 1317.545, 1328.651, 1344.46, 1351.635, 1363.099, 1365.98, 1367.857, 1372.239, 1377.165, 1379.781, 1396.278, 1405.981, 1411.001, 1412.293, 1416.228, 1424.197, 1429.123, 1445.646, 1449.231, 1486.275, 1491.879, 1501.695, 1507.299, 1510.559, 1518.084, 1521.776, 1525.154, 1536.624, 1543.78, 1545.493, 1550.802, 1554.799, 1570.242, 1575.87, 1578.777, 1580.408, 1584.028, 1585.415, 1587.48, 1592.817, 1598.085, 1605.273, 1619.542, 1621.867, 1627.233, 1629.679, 1639.175, 1647.046, 1655.73, 1679.436, 1682.983, 1702.528, 1865.587] + [-73.95266, 40.7866] + ], + "timestamps": [ + 662, 686.632, 697.536, 709.837, 724.013, 734.439, 748.28, 763.141, + 788.228, 819.179, 880.516, 897.086, 901.207, 926.698, 932.622, 939.886, + 942.383, 944.974, 948.108, 952.794, 954.411, 957.295, 960.843, 963.139, + 990.871, 1002.474, 1009.506, 1015.195, 1018.065, 1024.202, 1043.342, + 1050.015, 1052.854, 1057.284, 1082.546, 1085.244, 1090.87, 1094.294, + 1107.159, 1110.077, 1112.666, 1114.708, 1117.073, 1119.614, 1122.194, + 1124.496, 1131.672, 1135.184, 1137.127, 1138.988, 1140.7, 1142.726, + 1171.158, 1174.304, 1177.063, 1180.414, 1183.838, 1188.325, 1190.999, + 1204.396, 1206.727, 1210.316, 1218.072, 1237.175, 1240.297, 1244.52, + 1256.84, 1262.125, 1264.347, 1268.002, 1272.175, 1278.02, 1281.39, + 1317.545, 1328.651, 1344.46, 1351.635, 1363.099, 1365.98, 1367.857, + 1372.239, 1377.165, 1379.781, 1396.278, 1405.981, 1411.001, 1412.293, + 1416.228, 1424.197, 1429.123, 1445.646, 1449.231, 1486.275, 1491.879, + 1501.695, 1507.299, 1510.559, 1518.084, 1521.776, 1525.154, 1536.624, + 1543.78, 1545.493, 1550.802, 1554.799, 1570.242, 1575.87, 1578.777, + 1580.408, 1584.028, 1585.415, 1587.48, 1592.817, 1598.085, 1605.273, + 1619.542, 1621.867, 1627.233, 1629.679, 1639.175, 1647.046, 1655.73, + 1679.436, 1682.983, 1702.528, 1865.587 + ] }, { "vendor": 1, @@ -6469,8 +7469,9 @@ [-73.9523, 40.66547], [-73.95222, 40.66636], [-73.9536, 40.66643], - [-73.95328, 40.66989]], - "timestamps": [ 1676, 1687.465, 1719.217, 1750.968, 1814.901] + [-73.95328, 40.66989] + ], + "timestamps": [1676, 1687.465, 1719.217, 1750.968, 1814.901] }, { "vendor": 1, @@ -6492,8 +7493,13 @@ [-73.9838, 40.69483], [-73.98398, 40.69484], [-73.98408, 40.69484], - [-73.98514, 40.69488]], - "timestamps": [ 1378, 1378.329, 1379.384, 1386.59, 1387.25, 1453.889, 1469.042, 1599.099, 1609.265, 1622.459, 1654.491, 1707.656, 1720.273, 1764.777, 1788.111, 1790.756, 1792.222, 1802.222] + [-73.98514, 40.69488] + ], + "timestamps": [ + 1378, 1378.329, 1379.384, 1386.59, 1387.25, 1453.889, 1469.042, 1599.099, + 1609.265, 1622.459, 1654.491, 1707.656, 1720.273, 1764.777, 1788.111, + 1790.756, 1792.222, 1802.222 + ] }, { "vendor": 1, @@ -6573,8 +7579,21 @@ [-73.98856, 40.7022], [-73.98853, 40.70248], [-73.98725, 40.70244], - [-73.98691, 40.70243]], - "timestamps": [ 812, 819.863, 843.454, 860.611, 871.335, 953.078, 954.976, 964.88, 976.329, 978.567, 995.934, 1005.017, 1022.358, 1023.604, 1051.156, 1064.352, 1071.682, 1078.65, 1096.522, 1122.258, 1129.502, 1135.84, 1166.207, 1178.733, 1189.116, 1191.542, 1195.89, 1197.942, 1199.103, 1200.278, 1204.315, 1207.831, 1208.92, 1209.96, 1215.368, 1216.174, 1217.337, 1279.144, 1280.927, 1283.036, 1284.824, 1287.139, 1288.653, 1299.42, 1302.739, 1304.374, 1306.611, 1309.201, 1314.678, 1316.938, 1325.695, 1355.916, 1360.838, 1366.144, 1369.53, 1372.045, 1373.895, 1375.123, 1379.308, 1381.541, 1383.189, 1389.591, 1391.898, 1393.912, 1398.55, 1401.061, 1411.236, 1413.929, 1416.9, 1431.699, 1446.813, 1458.956, 1467.291, 1471.119, 1493.149, 1499] + [-73.98691, 40.70243] + ], + "timestamps": [ + 812, 819.863, 843.454, 860.611, 871.335, 953.078, 954.976, 964.88, + 976.329, 978.567, 995.934, 1005.017, 1022.358, 1023.604, 1051.156, + 1064.352, 1071.682, 1078.65, 1096.522, 1122.258, 1129.502, 1135.84, + 1166.207, 1178.733, 1189.116, 1191.542, 1195.89, 1197.942, 1199.103, + 1200.278, 1204.315, 1207.831, 1208.92, 1209.96, 1215.368, 1216.174, + 1217.337, 1279.144, 1280.927, 1283.036, 1284.824, 1287.139, 1288.653, + 1299.42, 1302.739, 1304.374, 1306.611, 1309.201, 1314.678, 1316.938, + 1325.695, 1355.916, 1360.838, 1366.144, 1369.53, 1372.045, 1373.895, + 1375.123, 1379.308, 1381.541, 1383.189, 1389.591, 1391.898, 1393.912, + 1398.55, 1401.061, 1411.236, 1413.929, 1416.9, 1431.699, 1446.813, + 1458.956, 1467.291, 1471.119, 1493.149, 1499 + ] }, { "vendor": 0, @@ -6595,8 +7614,13 @@ [-73.95097, 40.6639], [-73.95089, 40.66312], [-73.95712, 40.66273], - [-73.96086, 40.6625]], - "timestamps": [ 1426, 1468.269, 1486.451, 1504.986, 1523.335, 1559.054, 1560.229, 1563.326, 1564.736, 1597.197, 1605.641, 1645.47, 1679.59, 1686.972, 1701.078, 1799.809, 1859.072] + [-73.96086, 40.6625] + ], + "timestamps": [ + 1426, 1468.269, 1486.451, 1504.986, 1523.335, 1559.054, 1560.229, + 1563.326, 1564.736, 1597.197, 1605.641, 1645.47, 1679.59, 1686.972, + 1701.078, 1799.809, 1859.072 + ] }, { "vendor": 0, @@ -6825,8 +7849,41 @@ [-73.96289, 40.75412], [-73.96318, 40.75377], [-73.96451, 40.75239], - [-73.96519, 40.75165]], - "timestamps": [ 298, 300.195, 308.229, 333.096, 334.271, 365.312, 384.494, 426.346, 433.488, 447.977, 458.864, 475.443, 483.284, 487.729, 497.033, 504.47, 538.828, 549.112, 555.883, 574.223, 582.775, 611.391, 642.648, 646.091, 649.608, 652.468, 658.955, 669.307, 685.355, 689.068, 691.06, 694.676, 696.756, 700.486, 705.016, 715.723, 723.376, 727.87, 772.967, 779.978, 785.884, 791.809, 810.687, 817.084, 820.424, 825.247, 829.639, 832.863, 835.55, 843.832, 849.93, 858.752, 895.601, 899.459, 901.477, 904.923, 908.784, 910.698, 918.202, 920.151, 922.142, 925.721, 929.42, 934.146, 938.92, 963.612, 977.263, 983.522, 985.404, 988.51, 993.738, 995.231, 998.393, 1000.21, 1005.506, 1006.993, 1008.673, 1011.985, 1013.485, 1024.504, 1027.016, 1028.092, 1030.178, 1031.404, 1033.341, 1036.152, 1038.959, 1040.624, 1058.476, 1061.94, 1065.185, 1069.754, 1101.53, 1104.35, 1110.008, 1112.494, 1115.511, 1126.11, 1128.497, 1130.638, 1132.673, 1134.527, 1136.47, 1138.23, 1140.35, 1141.654, 1143.38, 1145.288, 1147.597, 1170.728, 1182.474, 1187.014, 1188.838, 1190.703, 1193.933, 1197.185, 1201.069, 1204.673, 1221.775, 1231.302, 1238.665, 1253.298, 1258.654, 1284.314, 1294.078, 1295.704, 1297.255, 1299.121, 1300.417, 1302.411, 1304.508, 1305.784, 1307.012, 1308.274, 1309.938, 1311.531, 1318.066, 1319.715, 1322.302, 1324.511, 1326.813, 1342.377, 1345.697, 1348.568, 1352.283, 1355.288, 1357.92, 1359.477, 1362.38, 1365.295, 1368.169, 1370.368, 1371.805, 1386.113, 1395.022, 1406.693, 1409.591, 1412.524, 1414.478, 1417.455, 1422.421, 1426.978, 1431.332, 1446.302, 1449.131, 1464.321, 1467.136, 1469.701, 1470.594, 1472.426, 1488.542, 1492.117, 1493.882, 1495.566, 1498.474, 1500.679, 1503.814, 1506.991, 1510.522, 1512.573, 1515.548, 1522.57, 1526.994, 1540.895, 1545.208, 1549.173, 1552.696, 1554.428, 1557.632, 1560.59, 1562.593, 1565.785, 1569.287, 1572.95, 1590.336, 1594.993, 1600.27, 1605.179, 1619.188, 1632.297, 1639.974, 1649.144, 1653.742, 1659.867, 1666.715, 1675.954, 1683.492, 1692.115, 1695.728, 1707.915, 1709.577, 1718.412, 1720.612, 1723.389, 1740.028, 1750.779, 1757.833, 1763.22, 1767.159, 1769.347, 1773.462, 1779.86, 1783.249, 1797.259, 1804.653] + [-73.96519, 40.75165] + ], + "timestamps": [ + 298, 300.195, 308.229, 333.096, 334.271, 365.312, 384.494, 426.346, + 433.488, 447.977, 458.864, 475.443, 483.284, 487.729, 497.033, 504.47, + 538.828, 549.112, 555.883, 574.223, 582.775, 611.391, 642.648, 646.091, + 649.608, 652.468, 658.955, 669.307, 685.355, 689.068, 691.06, 694.676, + 696.756, 700.486, 705.016, 715.723, 723.376, 727.87, 772.967, 779.978, + 785.884, 791.809, 810.687, 817.084, 820.424, 825.247, 829.639, 832.863, + 835.55, 843.832, 849.93, 858.752, 895.601, 899.459, 901.477, 904.923, + 908.784, 910.698, 918.202, 920.151, 922.142, 925.721, 929.42, 934.146, + 938.92, 963.612, 977.263, 983.522, 985.404, 988.51, 993.738, 995.231, + 998.393, 1000.21, 1005.506, 1006.993, 1008.673, 1011.985, 1013.485, + 1024.504, 1027.016, 1028.092, 1030.178, 1031.404, 1033.341, 1036.152, + 1038.959, 1040.624, 1058.476, 1061.94, 1065.185, 1069.754, 1101.53, + 1104.35, 1110.008, 1112.494, 1115.511, 1126.11, 1128.497, 1130.638, + 1132.673, 1134.527, 1136.47, 1138.23, 1140.35, 1141.654, 1143.38, + 1145.288, 1147.597, 1170.728, 1182.474, 1187.014, 1188.838, 1190.703, + 1193.933, 1197.185, 1201.069, 1204.673, 1221.775, 1231.302, 1238.665, + 1253.298, 1258.654, 1284.314, 1294.078, 1295.704, 1297.255, 1299.121, + 1300.417, 1302.411, 1304.508, 1305.784, 1307.012, 1308.274, 1309.938, + 1311.531, 1318.066, 1319.715, 1322.302, 1324.511, 1326.813, 1342.377, + 1345.697, 1348.568, 1352.283, 1355.288, 1357.92, 1359.477, 1362.38, + 1365.295, 1368.169, 1370.368, 1371.805, 1386.113, 1395.022, 1406.693, + 1409.591, 1412.524, 1414.478, 1417.455, 1422.421, 1426.978, 1431.332, + 1446.302, 1449.131, 1464.321, 1467.136, 1469.701, 1470.594, 1472.426, + 1488.542, 1492.117, 1493.882, 1495.566, 1498.474, 1500.679, 1503.814, + 1506.991, 1510.522, 1512.573, 1515.548, 1522.57, 1526.994, 1540.895, + 1545.208, 1549.173, 1552.696, 1554.428, 1557.632, 1560.59, 1562.593, + 1565.785, 1569.287, 1572.95, 1590.336, 1594.993, 1600.27, 1605.179, + 1619.188, 1632.297, 1639.974, 1649.144, 1653.742, 1659.867, 1666.715, + 1675.954, 1683.492, 1692.115, 1695.728, 1707.915, 1709.577, 1718.412, + 1720.612, 1723.389, 1740.028, 1750.779, 1757.833, 1763.22, 1767.159, + 1769.347, 1773.462, 1779.86, 1783.249, 1797.259, 1804.653 + ] }, { "vendor": 0, @@ -6851,8 +7908,13 @@ [-74.04094, 40.71887], [-74.04135, 40.719], [-74.04087, 40.72223], - [-74.03974, 40.7295]], - "timestamps": [ 1306, 1316.846, 1354.498, 1356.615, 1358.344, 1402.562, 1423.5, 1441.209, 1447, 1525.186, 1533.969, 1536.386, 1543.988, 1555.81, 1559.076, 1571.095, 1574.576, 1577.153, 1593.423, 1672.912, 1851.931] + [-74.03974, 40.7295] + ], + "timestamps": [ + 1306, 1316.846, 1354.498, 1356.615, 1358.344, 1402.562, 1423.5, 1441.209, + 1447, 1525.186, 1533.969, 1536.386, 1543.988, 1555.81, 1559.076, 1571.095, + 1574.576, 1577.153, 1593.423, 1672.912, 1851.931 + ] }, { "vendor": 0, @@ -6994,8 +8056,30 @@ [-73.89183, 40.76604], [-73.8908, 40.76614], [-73.8899, 40.76631], - [-73.88819, 40.76663]], - "timestamps": [ 959, 966.062, 978.882, 1017.744, 1049.916, 1052.087, 1074.696, 1078.047, 1167.308, 1174.999, 1191.113, 1195.407, 1196.341, 1198.985, 1199.999, 1211.707, 1218.546, 1223.802, 1250.398, 1253.203, 1261.023, 1268.99, 1276.678, 1281.03, 1286.389, 1288.873, 1293.693, 1296.103, 1300.713, 1304.188, 1318.715, 1325.023, 1331.264, 1335.868, 1365.972, 1368.123, 1386.797, 1390.523, 1392.28, 1398.692, 1405.828, 1409.606, 1413.257, 1424.393, 1441.109, 1449.892, 1451.551, 1458.777, 1460.641, 1470.549, 1471.794, 1473.738, 1475.247, 1492.444, 1494.057, 1496.19, 1499.443, 1513.768, 1515.88, 1520.17, 1524.639, 1530.849, 1532.896, 1535.052, 1537.198, 1539.348, 1541.211, 1543.116, 1545.04, 1547.051, 1548.682, 1552.966, 1557.165, 1560.043, 1563.178, 1572.52, 1602.632, 1604.901, 1607.096, 1609.316, 1611.358, 1618.453, 1624.933, 1631.589, 1633.869, 1636.027, 1638.371, 1643.946, 1651.428, 1654.013, 1659.494, 1663.073, 1666.652, 1667.579, 1669.178, 1671.584, 1673.057, 1674.479, 1676.48, 1679.304, 1689.389, 1692.932, 1696.279, 1698.805, 1700.917, 1705.046, 1707.614, 1709.305, 1710.725, 1712.324, 1717.375, 1720.871, 1726.353, 1728.101, 1732.848, 1736.027, 1738.248, 1739.764, 1743.81, 1761.128, 1766.303, 1767.701, 1769.058, 1771.267, 1772.967, 1774.55, 1776.059, 1778.926, 1780.024, 1781.114, 1782.279, 1783.38, 1784.393, 1786.134, 1791.26, 1795.134, 1798.594, 1804.074] + [-73.88819, 40.76663] + ], + "timestamps": [ + 959, 966.062, 978.882, 1017.744, 1049.916, 1052.087, 1074.696, 1078.047, + 1167.308, 1174.999, 1191.113, 1195.407, 1196.341, 1198.985, 1199.999, + 1211.707, 1218.546, 1223.802, 1250.398, 1253.203, 1261.023, 1268.99, + 1276.678, 1281.03, 1286.389, 1288.873, 1293.693, 1296.103, 1300.713, + 1304.188, 1318.715, 1325.023, 1331.264, 1335.868, 1365.972, 1368.123, + 1386.797, 1390.523, 1392.28, 1398.692, 1405.828, 1409.606, 1413.257, + 1424.393, 1441.109, 1449.892, 1451.551, 1458.777, 1460.641, 1470.549, + 1471.794, 1473.738, 1475.247, 1492.444, 1494.057, 1496.19, 1499.443, + 1513.768, 1515.88, 1520.17, 1524.639, 1530.849, 1532.896, 1535.052, + 1537.198, 1539.348, 1541.211, 1543.116, 1545.04, 1547.051, 1548.682, + 1552.966, 1557.165, 1560.043, 1563.178, 1572.52, 1602.632, 1604.901, + 1607.096, 1609.316, 1611.358, 1618.453, 1624.933, 1631.589, 1633.869, + 1636.027, 1638.371, 1643.946, 1651.428, 1654.013, 1659.494, 1663.073, + 1666.652, 1667.579, 1669.178, 1671.584, 1673.057, 1674.479, 1676.48, + 1679.304, 1689.389, 1692.932, 1696.279, 1698.805, 1700.917, 1705.046, + 1707.614, 1709.305, 1710.725, 1712.324, 1717.375, 1720.871, 1726.353, + 1728.101, 1732.848, 1736.027, 1738.248, 1739.764, 1743.81, 1761.128, + 1766.303, 1767.701, 1769.058, 1771.267, 1772.967, 1774.55, 1776.059, + 1778.926, 1780.024, 1781.114, 1782.279, 1783.38, 1784.393, 1786.134, + 1791.26, 1795.134, 1798.594, 1804.074 + ] }, { "vendor": 1, @@ -7073,8 +8157,20 @@ [-73.99337, 40.6726], [-73.99287, 40.67321], [-73.99236, 40.67381], - [-73.99072, 40.67301]], - "timestamps": [ 354, 379.267, 408.202, 424.985, 430.848, 433.361, 439.159, 451.198, 453.256, 457.65, 514.55, 525.803, 537.1, 541.925, 545.134, 593.631, 599.024, 603.397, 613.564, 617.182, 619.306, 628.118, 636.328, 642.758, 648.785, 655.509, 658.631, 661.964, 665.31, 669.448, 723.764, 736.719, 739.552, 741.902, 744.429, 747.381, 749.356, 753.348, 766.951, 769.319, 771.669, 775.499, 777.032, 779.826, 785.435, 879.278, 885.564, 887.509, 889.627, 891.608, 893.426, 894.866, 896.525, 898.024, 899.015, 904.193, 907.436, 909.798, 911.828, 913.141, 924.428, 933.995, 937.406, 952.128, 965.441, 971.957, 993.018, 1011.085, 1023.212, 1052.184, 1056.73, 1065.314, 1073.846, 1129] + [-73.99072, 40.67301] + ], + "timestamps": [ + 354, 379.267, 408.202, 424.985, 430.848, 433.361, 439.159, 451.198, + 453.256, 457.65, 514.55, 525.803, 537.1, 541.925, 545.134, 593.631, + 599.024, 603.397, 613.564, 617.182, 619.306, 628.118, 636.328, 642.758, + 648.785, 655.509, 658.631, 661.964, 665.31, 669.448, 723.764, 736.719, + 739.552, 741.902, 744.429, 747.381, 749.356, 753.348, 766.951, 769.319, + 771.669, 775.499, 777.032, 779.826, 785.435, 879.278, 885.564, 887.509, + 889.627, 891.608, 893.426, 894.866, 896.525, 898.024, 899.015, 904.193, + 907.436, 909.798, 911.828, 913.141, 924.428, 933.995, 937.406, 952.128, + 965.441, 971.957, 993.018, 1011.085, 1023.212, 1052.184, 1056.73, + 1065.314, 1073.846, 1129 + ] }, { "vendor": 0, @@ -7272,8 +8368,37 @@ [-73.9561, 40.7105], [-73.95621, 40.71025], [-73.95635, 40.70995], - [-73.95921, 40.70493]], - "timestamps": [ 306, 378.583, 383.924, 389.434, 394.96, 402.187, 436.318, 453.383, 467.077, 470.144, 473.323, 482.86, 527.761, 543.323, 557.328, 561.252, 569.711, 571.256, 573.608, 576.129, 580.599, 585.398, 589.813, 593.962, 603.434, 605.866, 624.641, 632.681, 641.228, 654.859, 668.211, 670.58, 679.962, 687.64, 688.858, 690.384, 693.15, 696.687, 699.425, 705.378, 707.138, 709.938, 712.097, 714.872, 717.123, 727.707, 730.847, 734.044, 737.863, 750.15, 753.06, 757.798, 763.224, 767.988, 780.428, 785.417, 790.336, 809.39, 822.61, 833.445, 839.118, 843.138, 845.47, 847.975, 851.62, 870.87, 874.522, 886.695, 892.432, 898.789, 901.611, 903.606, 905.474, 910.854, 912.831, 914.973, 917.243, 919.505, 921.662, 923.82, 925.504, 927.135, 928.874, 931.441, 971.384, 982.413, 998.81, 1012.632, 1015.918, 1022.585, 1026.143, 1029.287, 1040.28, 1053.866, 1057.453, 1060.864, 1077.157, 1086.191, 1105.603, 1137.521, 1174.411, 1177.222, 1187.719, 1190.702, 1193.745, 1196.749, 1199.637, 1202.979, 1217.217, 1221.473, 1224.288, 1227.921, 1232.966, 1243.096, 1249.08, 1253.149, 1256.492, 1259.12, 1261.674, 1265.032, 1268.271, 1270.642, 1273.634, 1276.528, 1309.309, 1315.966, 1323.943, 1327.634, 1333.232, 1339.007, 1344.6, 1349.922, 1353.051, 1358.26, 1375.922, 1381.412, 1387.515, 1392.887, 1407.217, 1432.245, 1438.357, 1442.964, 1446.857, 1450.606, 1453.221, 1463.472, 1466.734, 1468.415, 1470.117, 1472.84, 1476.531, 1479.357, 1481.914, 1485.099, 1488.405, 1490.544, 1495.465, 1498.214, 1505.225, 1507.496, 1513.824, 1523.855, 1532.639, 1539.513, 1546.223, 1567.856, 1572.33, 1574.905, 1578.23, 1580.133, 1584.7, 1595.861, 1610.173, 1612.786, 1615.669, 1634.825, 1638.044, 1650.136, 1652.859, 1667.507, 1695.527, 1714.215, 1720.325, 1726.692, 1741.837, 1759.931, 1765.747, 1768.284, 1770.884, 1773.296, 1779.084, 1781.243, 1783.85, 1828.649] + [-73.95921, 40.70493] + ], + "timestamps": [ + 306, 378.583, 383.924, 389.434, 394.96, 402.187, 436.318, 453.383, + 467.077, 470.144, 473.323, 482.86, 527.761, 543.323, 557.328, 561.252, + 569.711, 571.256, 573.608, 576.129, 580.599, 585.398, 589.813, 593.962, + 603.434, 605.866, 624.641, 632.681, 641.228, 654.859, 668.211, 670.58, + 679.962, 687.64, 688.858, 690.384, 693.15, 696.687, 699.425, 705.378, + 707.138, 709.938, 712.097, 714.872, 717.123, 727.707, 730.847, 734.044, + 737.863, 750.15, 753.06, 757.798, 763.224, 767.988, 780.428, 785.417, + 790.336, 809.39, 822.61, 833.445, 839.118, 843.138, 845.47, 847.975, + 851.62, 870.87, 874.522, 886.695, 892.432, 898.789, 901.611, 903.606, + 905.474, 910.854, 912.831, 914.973, 917.243, 919.505, 921.662, 923.82, + 925.504, 927.135, 928.874, 931.441, 971.384, 982.413, 998.81, 1012.632, + 1015.918, 1022.585, 1026.143, 1029.287, 1040.28, 1053.866, 1057.453, + 1060.864, 1077.157, 1086.191, 1105.603, 1137.521, 1174.411, 1177.222, + 1187.719, 1190.702, 1193.745, 1196.749, 1199.637, 1202.979, 1217.217, + 1221.473, 1224.288, 1227.921, 1232.966, 1243.096, 1249.08, 1253.149, + 1256.492, 1259.12, 1261.674, 1265.032, 1268.271, 1270.642, 1273.634, + 1276.528, 1309.309, 1315.966, 1323.943, 1327.634, 1333.232, 1339.007, + 1344.6, 1349.922, 1353.051, 1358.26, 1375.922, 1381.412, 1387.515, + 1392.887, 1407.217, 1432.245, 1438.357, 1442.964, 1446.857, 1450.606, + 1453.221, 1463.472, 1466.734, 1468.415, 1470.117, 1472.84, 1476.531, + 1479.357, 1481.914, 1485.099, 1488.405, 1490.544, 1495.465, 1498.214, + 1505.225, 1507.496, 1513.824, 1523.855, 1532.639, 1539.513, 1546.223, + 1567.856, 1572.33, 1574.905, 1578.23, 1580.133, 1584.7, 1595.861, + 1610.173, 1612.786, 1615.669, 1634.825, 1638.044, 1650.136, 1652.859, + 1667.507, 1695.527, 1714.215, 1720.325, 1726.692, 1741.837, 1759.931, + 1765.747, 1768.284, 1770.884, 1773.296, 1779.084, 1781.243, 1783.85, + 1828.649 + ] }, { "vendor": 0, @@ -7329,8 +8454,17 @@ [-73.98629, 40.73034], [-73.98637, 40.73038], [-73.98684, 40.72973], - [-73.98694, 40.72959]], - "timestamps": [ 235, 274.061, 290.278, 295.763, 322.47, 359.419, 368.1, 418.735, 433.521, 449.117, 466.863, 481.443, 494.143, 532.493, 621.619, 629.879, 681, 686.876, 695.063, 740.763, 765.953, 787.654, 828.163, 830.641, 836.949, 838.521, 840.155, 842.67, 846.069, 851.31, 875.468, 884.508, 891.569, 962.857, 970.954, 1011.898, 1062.111, 1065.463, 1068.448, 1069.768, 1213.214, 1218.782, 1224.753, 1254.951, 1343.042, 1360.563, 1473.977, 1487.876, 1545.108, 1547.192, 1562.674, 1566] + [-73.98694, 40.72959] + ], + "timestamps": [ + 235, 274.061, 290.278, 295.763, 322.47, 359.419, 368.1, 418.735, 433.521, + 449.117, 466.863, 481.443, 494.143, 532.493, 621.619, 629.879, 681, + 686.876, 695.063, 740.763, 765.953, 787.654, 828.163, 830.641, 836.949, + 838.521, 840.155, 842.67, 846.069, 851.31, 875.468, 884.508, 891.569, + 962.857, 970.954, 1011.898, 1062.111, 1065.463, 1068.448, 1069.768, + 1213.214, 1218.782, 1224.753, 1254.951, 1343.042, 1360.563, 1473.977, + 1487.876, 1545.108, 1547.192, 1562.674, 1566 + ] }, { "vendor": 1, @@ -7377,8 +8511,16 @@ [-73.96277, 40.7151], [-73.96191, 40.71592], [-73.96142, 40.71638], - [-73.96138, 40.71635]], - "timestamps": [ 335, 379.728, 388.98, 396.523, 435.086, 755.431, 800.717, 812.408, 823.126, 831.051, 834.652, 840.663, 861.124, 874.776, 882.558, 892.939, 895.679, 898.062, 924.473, 927.732, 931.44, 938.658, 941.991, 978.469, 985.835, 986.809, 990.753, 994.603, 996.134, 1008.015, 1010.192, 1025.53, 1039.421, 1055.01, 1060.101, 1073.044, 1116.311, 1126.893, 1185.977, 1212.989, 1232.828, 1244.025, 1245] + [-73.96138, 40.71635] + ], + "timestamps": [ + 335, 379.728, 388.98, 396.523, 435.086, 755.431, 800.717, 812.408, + 823.126, 831.051, 834.652, 840.663, 861.124, 874.776, 882.558, 892.939, + 895.679, 898.062, 924.473, 927.732, 931.44, 938.658, 941.991, 978.469, + 985.835, 986.809, 990.753, 994.603, 996.134, 1008.015, 1010.192, 1025.53, + 1039.421, 1055.01, 1060.101, 1073.044, 1116.311, 1126.893, 1185.977, + 1212.989, 1232.828, 1244.025, 1245 + ] }, { "vendor": 0, @@ -7454,8 +8596,20 @@ [-74.00579, 40.73669], [-74.00568, 40.73678], [-74.00554, 40.73691], - [-74.00482, 40.73754]], - "timestamps": [ 114, 309.474, 317.757, 352.858, 357.985, 362.144, 381.291, 388.461, 452.853, 478.885, 488.982, 554.05, 571.17, 590.098, 660.674, 678.088, 687.029, 706.507, 713.286, 790.821, 799.53, 801.927, 809.466, 824.424, 827.28, 830.762, 836.568, 911.861, 1081.427, 1091.693, 1120.197, 1137.558, 1143.01, 1148.416, 1149.91, 1179.909, 1183, 1222.625, 1225.603, 1264.63, 1304.793, 1308.387, 1330.055, 1332.291, 1336.11, 1339.808, 1343.37, 1368.12, 1369.239, 1371.859, 1372.502, 1388.94, 1390.796, 1392.873, 1395.397, 1396.881, 1399.313, 1400.937, 1402.608, 1403.322, 1406.781, 1417.573, 1436.536, 1448.284, 1459.464, 1461.539, 1547.752, 1786.857, 1789.013, 1791.722, 1795.427, 1822.823] + [-74.00482, 40.73754] + ], + "timestamps": [ + 114, 309.474, 317.757, 352.858, 357.985, 362.144, 381.291, 388.461, + 452.853, 478.885, 488.982, 554.05, 571.17, 590.098, 660.674, 678.088, + 687.029, 706.507, 713.286, 790.821, 799.53, 801.927, 809.466, 824.424, + 827.28, 830.762, 836.568, 911.861, 1081.427, 1091.693, 1120.197, 1137.558, + 1143.01, 1148.416, 1149.91, 1179.909, 1183, 1222.625, 1225.603, 1264.63, + 1304.793, 1308.387, 1330.055, 1332.291, 1336.11, 1339.808, 1343.37, + 1368.12, 1369.239, 1371.859, 1372.502, 1388.94, 1390.796, 1392.873, + 1395.397, 1396.881, 1399.313, 1400.937, 1402.608, 1403.322, 1406.781, + 1417.573, 1436.536, 1448.284, 1459.464, 1461.539, 1547.752, 1786.857, + 1789.013, 1791.722, 1795.427, 1822.823 + ] }, { "vendor": 0, @@ -7468,8 +8622,12 @@ [-73.79598, 40.66832], [-73.79626, 40.66832], [-73.79724, 40.66815], - [-73.79813, 40.66797]], - "timestamps": [ 1734, 1739.698, 1745.509, 1748.366, 1768.59, 1771.717, 1775.428, 1788.75, 1800.957] + [-73.79813, 40.66797] + ], + "timestamps": [ + 1734, 1739.698, 1745.509, 1748.366, 1768.59, 1771.717, 1775.428, 1788.75, + 1800.957 + ] }, { "vendor": 1, @@ -7521,8 +8679,17 @@ [-73.97048, 40.67238], [-73.97084, 40.67186], [-73.97179, 40.67063], - [-73.97631, 40.66521]], - "timestamps": [ 1288, 1341.207, 1364.855, 1427.563, 1446.636, 1527.147, 1529.403, 1555.012, 1586.895, 1598.646, 1609.263, 1616.026, 1620.657, 1628.958, 1636.232, 1639.929, 1646.139, 1649.78, 1653.914, 1654.868, 1659.169, 1663.193, 1664.392, 1665.379, 1667.661, 1670.304, 1673.566, 1676.216, 1678.338, 1681.48, 1684.509, 1690.789, 1691.981, 1697.506, 1698.878, 1708.29, 1710.978, 1729.691, 1732.379, 1741.007, 1755.083, 1759.527, 1763.106, 1764.895, 1768.844, 1777.633, 1798.963, 1894.926] + [-73.97631, 40.66521] + ], + "timestamps": [ + 1288, 1341.207, 1364.855, 1427.563, 1446.636, 1527.147, 1529.403, + 1555.012, 1586.895, 1598.646, 1609.263, 1616.026, 1620.657, 1628.958, + 1636.232, 1639.929, 1646.139, 1649.78, 1653.914, 1654.868, 1659.169, + 1663.193, 1664.392, 1665.379, 1667.661, 1670.304, 1673.566, 1676.216, + 1678.338, 1681.48, 1684.509, 1690.789, 1691.981, 1697.506, 1698.878, + 1708.29, 1710.978, 1729.691, 1732.379, 1741.007, 1755.083, 1759.527, + 1763.106, 1764.895, 1768.844, 1777.633, 1798.963, 1894.926 + ] }, { "vendor": 1, @@ -7534,8 +8701,11 @@ [-73.995, 40.68891], [-73.993, 40.68836], [-73.99333, 40.68767], - [-73.9936, 40.68712]], - "timestamps": [ 1616, 1634.841, 1646.458, 1658.116, 1730.776, 1773.381, 1791.858, 1806.631] + [-73.9936, 40.68712] + ], + "timestamps": [ + 1616, 1634.841, 1646.458, 1658.116, 1730.776, 1773.381, 1791.858, 1806.631 + ] }, { "vendor": 1, @@ -7559,8 +8729,13 @@ [-73.9364, 40.67177], [-73.93626, 40.67355], [-73.93606, 40.67533], - [-73.94989, 40.67609]], - "timestamps": [ 942, 1096.87, 1112.964, 1158.299, 1171.22, 1183.381, 1204.384, 1207.937, 1211.428, 1283.89, 1312.195, 1315.984, 1321.789, 1328.806, 1505.689, 1543.58, 1570.483, 1598.144, 1625.856, 1902.72] + [-73.94989, 40.67609] + ], + "timestamps": [ + 942, 1096.87, 1112.964, 1158.299, 1171.22, 1183.381, 1204.384, 1207.937, + 1211.428, 1283.89, 1312.195, 1315.984, 1321.789, 1328.806, 1505.689, + 1543.58, 1570.483, 1598.144, 1625.856, 1902.72 + ] }, { "vendor": 1, @@ -7681,8 +8856,25 @@ [-73.96484, 40.6722], [-73.96444, 40.67206], [-73.96397, 40.67193], - [-73.96375, 40.67188]], - "timestamps": [ 273, 292.097, 299.965, 362.886, 413.17, 429.802, 441.366, 452.773, 468.753, 501.216, 509.701, 556.181, 564.632, 595.846, 599.318, 600.993, 603.583, 610.02, 613.566, 619.839, 625.335, 627.552, 632.55, 634.544, 637.682, 639.535, 640.147, 641.897, 643.986, 647.056, 649.525, 650.716, 654.636, 657.434, 659.931, 668.074, 674.755, 677.149, 682.535, 688.036, 693.216, 695.762, 697.704, 702.239, 705.009, 710.07, 714.347, 722.901, 725.429, 727.218, 731.06, 734.959, 738.688, 741.034, 744.725, 746.722, 754.225, 758.471, 760.287, 764.043, 766.067, 768.417, 780.858, 798.602, 801.333, 807.052, 814.669, 818.235, 821.588, 859.588, 861.889, 864.812, 872.593, 877.104, 880.532, 887.85, 891.669, 894.671, 897.452, 898.838, 902.775, 910.881, 913.766, 920.491, 923.313, 925.909, 929.606, 933.167, 940.048, 943.709, 946.69, 951.067, 953.762, 956.342, 959.628, 965.018, 968.102, 971.428, 972.62, 983.736, 986.818, 990.095, 992.669, 995.089, 997.086, 1002.756, 1005.006, 1006.098, 1007.719, 1016.692, 1025.152, 1030.189, 1040.099, 1051.409, 1056.9, 1063.137, 1066] + [-73.96375, 40.67188] + ], + "timestamps": [ + 273, 292.097, 299.965, 362.886, 413.17, 429.802, 441.366, 452.773, + 468.753, 501.216, 509.701, 556.181, 564.632, 595.846, 599.318, 600.993, + 603.583, 610.02, 613.566, 619.839, 625.335, 627.552, 632.55, 634.544, + 637.682, 639.535, 640.147, 641.897, 643.986, 647.056, 649.525, 650.716, + 654.636, 657.434, 659.931, 668.074, 674.755, 677.149, 682.535, 688.036, + 693.216, 695.762, 697.704, 702.239, 705.009, 710.07, 714.347, 722.901, + 725.429, 727.218, 731.06, 734.959, 738.688, 741.034, 744.725, 746.722, + 754.225, 758.471, 760.287, 764.043, 766.067, 768.417, 780.858, 798.602, + 801.333, 807.052, 814.669, 818.235, 821.588, 859.588, 861.889, 864.812, + 872.593, 877.104, 880.532, 887.85, 891.669, 894.671, 897.452, 898.838, + 902.775, 910.881, 913.766, 920.491, 923.313, 925.909, 929.606, 933.167, + 940.048, 943.709, 946.69, 951.067, 953.762, 956.342, 959.628, 965.018, + 968.102, 971.428, 972.62, 983.736, 986.818, 990.095, 992.669, 995.089, + 997.086, 1002.756, 1005.006, 1006.098, 1007.719, 1016.692, 1025.152, + 1030.189, 1040.099, 1051.409, 1056.9, 1063.137, 1066 + ] }, { "vendor": 0, @@ -7886,8 +9078,37 @@ [-73.97197, 40.727], [-73.97203, 40.72667], [-73.97213, 40.72636], - [-73.97253, 40.72556]], - "timestamps": [ 48, 63.775, 91.785, 98.832, 111.397, 136.572, 151.207, 155.064, 158.695, 161.34, 164.208, 172.451, 176.082, 186.594, 190.857, 200.497, 211.891, 218.381, 222.981, 225.648, 228.514, 232.684, 254.707, 258.885, 272.812, 279.375, 286.557, 289.746, 292, 294.111, 300.189, 302.423, 304.843, 307.407, 309.964, 312.4, 314.839, 316.741, 318.584, 320.549, 323.449, 368.578, 381.04, 399.668, 419.103, 426.677, 430.72, 434.292, 446.78, 462.216, 466.291, 488.676, 498.939, 520.993, 557.255, 599.166, 602.359, 614.285, 617.674, 621.131, 624.544, 627.824, 631.621, 647.797, 652.632, 655.831, 659.957, 665.69, 677.198, 683.997, 688.619, 692.417, 695.403, 698.304, 702.12, 705.798, 708.492, 711.892, 715.18, 759.985, 763.864, 767.425, 771.106, 774.736, 778.528, 782.201, 785.791, 790.117, 811.758, 815.133, 818.62, 821.939, 825.511, 840.191, 862.161, 865.227, 868.562, 871.776, 875.341, 878.716, 901.953, 907.703, 911.476, 915.184, 918.289, 921.635, 924.933, 954.666, 972.856, 982.201, 986.756, 992.426, 995.531, 1001.956, 1007.811, 1040.664, 1043.76, 1046.24, 1060.307, 1071.058, 1074.311, 1076.517, 1078.312, 1080.305, 1080.424, 1097.653, 1104.414, 1115.092, 1127.751, 1131.257, 1137.659, 1138.268, 1141.748, 1146.464, 1171.151, 1179.092, 1183.156, 1187.932, 1270.965, 1276.407, 1280.496, 1287.12, 1291.002, 1294.332, 1297.338, 1300.695, 1306.209, 1309.5, 1322.512, 1325.756, 1328.137, 1331.214, 1333.947, 1336.339, 1341.877, 1349.358, 1362.632, 1365.853, 1382.336, 1384.386, 1385.719, 1387.353, 1389.475, 1393.898, 1399.442, 1409.814, 1411.711, 1451.096, 1455.532, 1506.042, 1518.303, 1520.388, 1583.373, 1643.087, 1651.347, 1653.845, 1656.368, 1658.984, 1663.813, 1667.626, 1681.221, 1685.986, 1690.836, 1694.367, 1696.487, 1702.198, 1737.405, 1741.946, 1744.938, 1749.225, 1757.492, 1761.868, 1764.147, 1769.288, 1773.969, 1780.012, 1790.053, 1793.406, 1796.619, 1805.231] + [-73.97253, 40.72556] + ], + "timestamps": [ + 48, 63.775, 91.785, 98.832, 111.397, 136.572, 151.207, 155.064, 158.695, + 161.34, 164.208, 172.451, 176.082, 186.594, 190.857, 200.497, 211.891, + 218.381, 222.981, 225.648, 228.514, 232.684, 254.707, 258.885, 272.812, + 279.375, 286.557, 289.746, 292, 294.111, 300.189, 302.423, 304.843, + 307.407, 309.964, 312.4, 314.839, 316.741, 318.584, 320.549, 323.449, + 368.578, 381.04, 399.668, 419.103, 426.677, 430.72, 434.292, 446.78, + 462.216, 466.291, 488.676, 498.939, 520.993, 557.255, 599.166, 602.359, + 614.285, 617.674, 621.131, 624.544, 627.824, 631.621, 647.797, 652.632, + 655.831, 659.957, 665.69, 677.198, 683.997, 688.619, 692.417, 695.403, + 698.304, 702.12, 705.798, 708.492, 711.892, 715.18, 759.985, 763.864, + 767.425, 771.106, 774.736, 778.528, 782.201, 785.791, 790.117, 811.758, + 815.133, 818.62, 821.939, 825.511, 840.191, 862.161, 865.227, 868.562, + 871.776, 875.341, 878.716, 901.953, 907.703, 911.476, 915.184, 918.289, + 921.635, 924.933, 954.666, 972.856, 982.201, 986.756, 992.426, 995.531, + 1001.956, 1007.811, 1040.664, 1043.76, 1046.24, 1060.307, 1071.058, + 1074.311, 1076.517, 1078.312, 1080.305, 1080.424, 1097.653, 1104.414, + 1115.092, 1127.751, 1131.257, 1137.659, 1138.268, 1141.748, 1146.464, + 1171.151, 1179.092, 1183.156, 1187.932, 1270.965, 1276.407, 1280.496, + 1287.12, 1291.002, 1294.332, 1297.338, 1300.695, 1306.209, 1309.5, + 1322.512, 1325.756, 1328.137, 1331.214, 1333.947, 1336.339, 1341.877, + 1349.358, 1362.632, 1365.853, 1382.336, 1384.386, 1385.719, 1387.353, + 1389.475, 1393.898, 1399.442, 1409.814, 1411.711, 1451.096, 1455.532, + 1506.042, 1518.303, 1520.388, 1583.373, 1643.087, 1651.347, 1653.845, + 1656.368, 1658.984, 1663.813, 1667.626, 1681.221, 1685.986, 1690.836, + 1694.367, 1696.487, 1702.198, 1737.405, 1741.946, 1744.938, 1749.225, + 1757.492, 1761.868, 1764.147, 1769.288, 1773.969, 1780.012, 1790.053, + 1793.406, 1796.619, 1805.231 + ] }, { "vendor": 0, @@ -8006,8 +9227,26 @@ [-73.99612, 40.67816], [-73.99579, 40.67883], [-73.99567, 40.67904], - [-73.9955, 40.67929]], - "timestamps": [ 473, 498.016, 504.838, 558.282, 573.068, 594.968, 603.972, 619.686, 708.948, 732.26, 772.329, 793.663, 872.52, 882.357, 898.982, 900.551, 903.57, 906.2, 909.648, 911.553, 913.32, 917.56, 919.142, 921.052, 953.874, 965.761, 978.475, 984.919, 986.801, 996.671, 1001.155, 1003.179, 1004.168, 1006.148, 1008.238, 1009.337, 1010.171, 1011.66, 1013.501, 1015.054, 1016.599, 1019.059, 1068.895, 1075.561, 1082.848, 1084.955, 1086.265, 1087.563, 1089.635, 1090.397, 1094.312, 1105.271, 1110.477, 1119.041, 1121.149, 1122.745, 1125.94, 1126.77, 1131.389, 1141.683, 1144.995, 1149.006, 1151.555, 1154.155, 1155.655, 1158.784, 1163.293, 1165.568, 1167.418, 1171.109, 1172.823, 1174.652, 1176.489, 1178.761, 1208.578, 1215.69, 1217.246, 1218.536, 1219.923, 1221.543, 1222.628, 1224.819, 1232.287, 1233.587, 1234.876, 1236.979, 1237.821, 1239.355, 1242.434, 1293.95, 1297.401, 1299.726, 1302.259, 1304.628, 1306.802, 1308.525, 1310.508, 1312.3, 1313.486, 1319.678, 1323.556, 1326.38, 1328.807, 1330.377, 1343.874, 1355.315, 1359.394, 1376.998, 1392.918, 1400.709, 1425.894, 1497.616, 1509.513, 1513.32, 1518] + [-73.9955, 40.67929] + ], + "timestamps": [ + 473, 498.016, 504.838, 558.282, 573.068, 594.968, 603.972, 619.686, + 708.948, 732.26, 772.329, 793.663, 872.52, 882.357, 898.982, 900.551, + 903.57, 906.2, 909.648, 911.553, 913.32, 917.56, 919.142, 921.052, + 953.874, 965.761, 978.475, 984.919, 986.801, 996.671, 1001.155, 1003.179, + 1004.168, 1006.148, 1008.238, 1009.337, 1010.171, 1011.66, 1013.501, + 1015.054, 1016.599, 1019.059, 1068.895, 1075.561, 1082.848, 1084.955, + 1086.265, 1087.563, 1089.635, 1090.397, 1094.312, 1105.271, 1110.477, + 1119.041, 1121.149, 1122.745, 1125.94, 1126.77, 1131.389, 1141.683, + 1144.995, 1149.006, 1151.555, 1154.155, 1155.655, 1158.784, 1163.293, + 1165.568, 1167.418, 1171.109, 1172.823, 1174.652, 1176.489, 1178.761, + 1208.578, 1215.69, 1217.246, 1218.536, 1219.923, 1221.543, 1222.628, + 1224.819, 1232.287, 1233.587, 1234.876, 1236.979, 1237.821, 1239.355, + 1242.434, 1293.95, 1297.401, 1299.726, 1302.259, 1304.628, 1306.802, + 1308.525, 1310.508, 1312.3, 1313.486, 1319.678, 1323.556, 1326.38, + 1328.807, 1330.377, 1343.874, 1355.315, 1359.394, 1376.998, 1392.918, + 1400.709, 1425.894, 1497.616, 1509.513, 1513.32, 1518 + ] }, { "vendor": 1, @@ -8075,8 +9314,18 @@ [-73.98856, 40.7022], [-73.98853, 40.70248], [-73.98725, 40.70244], - [-73.98682, 40.70242]], - "timestamps": [ 615, 624.651, 630.125, 637.035, 637.688, 638.942, 640.036, 641.469, 644.983, 648.243, 656.065, 658.983, 662.507, 723.055, 744.983, 749.227, 751.065, 753.491, 758.218, 767.082, 768.06, 779.507, 786.734, 792.723, 801.704, 806.629, 807.848, 808.794, 813.874, 818.025, 839.045, 840.788, 844.564, 846.504, 848.208, 862.024, 863.27, 864.703, 867.383, 888.536, 896.237, 910.418, 917.035, 924.351, 925.555, 932.633, 938.305, 942.827, 945.395, 950.828, 951.652, 952.523, 953.699, 954.376, 956.037, 957.637, 981.589, 1006.446, 1015.934, 1023.385, 1032.131, 1036.147, 1051.004, 1056] + [-73.98682, 40.70242] + ], + "timestamps": [ + 615, 624.651, 630.125, 637.035, 637.688, 638.942, 640.036, 641.469, + 644.983, 648.243, 656.065, 658.983, 662.507, 723.055, 744.983, 749.227, + 751.065, 753.491, 758.218, 767.082, 768.06, 779.507, 786.734, 792.723, + 801.704, 806.629, 807.848, 808.794, 813.874, 818.025, 839.045, 840.788, + 844.564, 846.504, 848.208, 862.024, 863.27, 864.703, 867.383, 888.536, + 896.237, 910.418, 917.035, 924.351, 925.555, 932.633, 938.305, 942.827, + 945.395, 950.828, 951.652, 952.523, 953.699, 954.376, 956.037, 957.637, + 981.589, 1006.446, 1015.934, 1023.385, 1032.131, 1036.147, 1051.004, 1056 + ] }, { "vendor": 1, @@ -8205,8 +9454,27 @@ [-73.98574, 40.69768], [-73.98584, 40.69765], [-73.98599, 40.69764], - [-73.98702, 40.69768]], - "timestamps": [ 206, 339.707, 354.165, 392.127, 445.181, 455.764, 559.935, 564.306, 565.815, 566.36, 566.888, 577.471, 585.125, 588.054, 594.833, 602.93, 603.929, 610.055, 614.513, 628.119, 632.504, 636.507, 649.437, 655.11, 661.601, 664.32, 673.493, 674.744, 681.394, 683.05, 685.14, 697.664, 705.756, 711.065, 715.119, 718.084, 719.731, 722.828, 727.644, 730.194, 743.909, 746.304, 776.862, 781.421, 789.841, 791.594, 797.651, 804.814, 808.053, 810.842, 813.79, 816.583, 828.497, 831.461, 832.929, 835.982, 838.907, 847.242, 850.163, 853.136, 855.301, 856.6, 860.102, 881.685, 884.469, 886.304, 888.931, 894, 896.682, 898.08, 901.231, 904.101, 907.805, 909.733, 916.017, 917.986, 923.266, 933.005, 940.466, 943.761, 946.901, 949.832, 953.176, 956.527, 960.319, 961.643, 980.846, 981.751, 987.206, 1012.902, 1017.502, 1040.955, 1123.501, 1150.705, 1163.783, 1254.313, 1262.207, 1278.364, 1283.373, 1299.089, 1337.348, 1417.225, 1429.422, 1499.769, 1503.505, 1523.88, 1536.481, 1540.556, 1543.489, 1544.779, 1545.837, 1547.249, 1553.591, 1559.945, 1561.226, 1563.489, 1741.197, 1752.724, 1755.386, 1758.811, 1760.534, 1761.568, 1762.961, 1764.911, 1807.244] + [-73.98702, 40.69768] + ], + "timestamps": [ + 206, 339.707, 354.165, 392.127, 445.181, 455.764, 559.935, 564.306, + 565.815, 566.36, 566.888, 577.471, 585.125, 588.054, 594.833, 602.93, + 603.929, 610.055, 614.513, 628.119, 632.504, 636.507, 649.437, 655.11, + 661.601, 664.32, 673.493, 674.744, 681.394, 683.05, 685.14, 697.664, + 705.756, 711.065, 715.119, 718.084, 719.731, 722.828, 727.644, 730.194, + 743.909, 746.304, 776.862, 781.421, 789.841, 791.594, 797.651, 804.814, + 808.053, 810.842, 813.79, 816.583, 828.497, 831.461, 832.929, 835.982, + 838.907, 847.242, 850.163, 853.136, 855.301, 856.6, 860.102, 881.685, + 884.469, 886.304, 888.931, 894, 896.682, 898.08, 901.231, 904.101, + 907.805, 909.733, 916.017, 917.986, 923.266, 933.005, 940.466, 943.761, + 946.901, 949.832, 953.176, 956.527, 960.319, 961.643, 980.846, 981.751, + 987.206, 1012.902, 1017.502, 1040.955, 1123.501, 1150.705, 1163.783, + 1254.313, 1262.207, 1278.364, 1283.373, 1299.089, 1337.348, 1417.225, + 1429.422, 1499.769, 1503.505, 1523.88, 1536.481, 1540.556, 1543.489, + 1544.779, 1545.837, 1547.249, 1553.591, 1559.945, 1561.226, 1563.489, + 1741.197, 1752.724, 1755.386, 1758.811, 1760.534, 1761.568, 1762.961, + 1764.911, 1807.244 + ] }, { "vendor": 1, @@ -8247,8 +9515,15 @@ [-73.96264, 40.69609], [-73.96221, 40.69387], [-73.95248, 40.695], - [-73.94942, 40.69535]], - "timestamps": [ 534, 538.489, 541.857, 546.77, 560.939, 564.045, 568.417, 572.771, 575.693, 654.619, 729.3, 766.355, 797.785, 817.113, 819.112, 822.257, 827.726, 831.777, 835.606, 863.201, 896.811, 899.932, 902.097, 953.848, 965.036, 1016.23, 1025.651, 1146.695, 1153.794, 1155.338, 1158.632, 1161.415, 1180.77, 1186.167, 1246.782, 1513.233, 1597] + [-73.94942, 40.69535] + ], + "timestamps": [ + 534, 538.489, 541.857, 546.77, 560.939, 564.045, 568.417, 572.771, + 575.693, 654.619, 729.3, 766.355, 797.785, 817.113, 819.112, 822.257, + 827.726, 831.777, 835.606, 863.201, 896.811, 899.932, 902.097, 953.848, + 965.036, 1016.23, 1025.651, 1146.695, 1153.794, 1155.338, 1158.632, + 1161.415, 1180.77, 1186.167, 1246.782, 1513.233, 1597 + ] }, { "vendor": 0, @@ -8307,8 +9582,18 @@ [-73.89996, 40.75661], [-73.89986, 40.75619], [-73.89955, 40.75555], - [-73.89894, 40.75451]], - "timestamps": [ 1436, 1439.938, 1445.892, 1449.19, 1455.524, 1465.075, 1486.6, 1488.761, 1500.304, 1508.548, 1531.908, 1538.225, 1547.696, 1552.608, 1569.926, 1586.04, 1595.8, 1599.833, 1603.914, 1611.936, 1615.925, 1624.166, 1632.089, 1633.855, 1638.588, 1643.254, 1649.617, 1660.498, 1662.089, 1664.237, 1672.197, 1674.268, 1676.289, 1678.646, 1680.078, 1682.912, 1684.243, 1686.135, 1697.346, 1698.775, 1700.082, 1702.935, 1705.901, 1711.329, 1715.324, 1721.275, 1760.049, 1764.948, 1767.981, 1770.387, 1773.771, 1779.904, 1783.794, 1790.009, 1800.383] + [-73.89894, 40.75451] + ], + "timestamps": [ + 1436, 1439.938, 1445.892, 1449.19, 1455.524, 1465.075, 1486.6, 1488.761, + 1500.304, 1508.548, 1531.908, 1538.225, 1547.696, 1552.608, 1569.926, + 1586.04, 1595.8, 1599.833, 1603.914, 1611.936, 1615.925, 1624.166, + 1632.089, 1633.855, 1638.588, 1643.254, 1649.617, 1660.498, 1662.089, + 1664.237, 1672.197, 1674.268, 1676.289, 1678.646, 1680.078, 1682.912, + 1684.243, 1686.135, 1697.346, 1698.775, 1700.082, 1702.935, 1705.901, + 1711.329, 1715.324, 1721.275, 1760.049, 1764.948, 1767.981, 1770.387, + 1773.771, 1779.904, 1783.794, 1790.009, 1800.383 + ] }, { "vendor": 0, @@ -8371,8 +9656,19 @@ [-73.92538, 40.73234], [-73.92591, 40.73156], [-73.92638, 40.73093], - [-73.92701, 40.72997]], - "timestamps": [ 1227, 1277.425, 1382.981, 1395.15, 1414.103, 1468.063, 1475.144, 1478.692, 1503.942, 1508.318, 1529.55, 1535.561, 1538.888, 1544.147, 1557.416, 1558.557, 1574.701, 1578.648, 1582.041, 1585.353, 1587.596, 1590.254, 1593.463, 1596.538, 1597.705, 1601.827, 1604.748, 1613.643, 1633.642, 1637.443, 1639.818, 1642.139, 1646.582, 1648.631, 1657.662, 1665.322, 1675.361, 1678.245, 1681.342, 1684.373, 1687.613, 1730.567, 1732.967, 1741.266, 1743.885, 1750.26, 1753.308, 1758.288, 1760.545, 1765.131, 1770.081, 1772.832, 1775.64, 1778.475, 1781.657, 1784.78, 1790.913, 1795.972, 1803.467] + [-73.92701, 40.72997] + ], + "timestamps": [ + 1227, 1277.425, 1382.981, 1395.15, 1414.103, 1468.063, 1475.144, 1478.692, + 1503.942, 1508.318, 1529.55, 1535.561, 1538.888, 1544.147, 1557.416, + 1558.557, 1574.701, 1578.648, 1582.041, 1585.353, 1587.596, 1590.254, + 1593.463, 1596.538, 1597.705, 1601.827, 1604.748, 1613.643, 1633.642, + 1637.443, 1639.818, 1642.139, 1646.582, 1648.631, 1657.662, 1665.322, + 1675.361, 1678.245, 1681.342, 1684.373, 1687.613, 1730.567, 1732.967, + 1741.266, 1743.885, 1750.26, 1753.308, 1758.288, 1760.545, 1765.131, + 1770.081, 1772.832, 1775.64, 1778.475, 1781.657, 1784.78, 1790.913, + 1795.972, 1803.467 + ] }, { "vendor": 0, @@ -8416,8 +9712,16 @@ [-73.99243, 40.66528], [-73.99273, 40.66547], [-73.99167, 40.66671], - [-73.98414, 40.67574]], - "timestamps": [ 1401, 1408.889, 1435.517, 1447.715, 1462.146, 1472.008, 1483.842, 1505.539, 1506.633, 1508.498, 1520.532, 1523.645, 1526.25, 1535.059, 1545.048, 1549.188, 1552.783, 1570.565, 1574.666, 1578.045, 1580.791, 1583.334, 1591.383, 1617.383, 1619.093, 1621.224, 1623.755, 1625.564, 1637.56, 1640.612, 1643.004, 1646.131, 1650.744, 1651.501, 1656.106, 1663.345, 1666.294, 1680.101, 1709.019, 1918.083] + [-73.98414, 40.67574] + ], + "timestamps": [ + 1401, 1408.889, 1435.517, 1447.715, 1462.146, 1472.008, 1483.842, + 1505.539, 1506.633, 1508.498, 1520.532, 1523.645, 1526.25, 1535.059, + 1545.048, 1549.188, 1552.783, 1570.565, 1574.666, 1578.045, 1580.791, + 1583.334, 1591.383, 1617.383, 1619.093, 1621.224, 1623.755, 1625.564, + 1637.56, 1640.612, 1643.004, 1646.131, 1650.744, 1651.501, 1656.106, + 1663.345, 1666.294, 1680.101, 1709.019, 1918.083 + ] }, { "vendor": 1, @@ -8456,8 +9760,15 @@ [-73.98056, 40.6681], [-73.97821, 40.66696], [-73.97771, 40.66756], - [-73.97981, 40.66858]], - "timestamps": [ 468, 478.8, 531.229, 547.966, 575.361, 599.107, 603.756, 621.364, 644.741, 653.968, 680.415, 714.433, 719.057, 736.834, 754.391, 793.097, 831.568, 840.41, 849.235, 884.569, 924.552, 996.516, 1008.347, 1020.509, 1033.558, 1094.943, 1099.362, 1102.263, 1158.872, 1175.194, 1191.416, 1282.678, 1328.103, 1335.542, 1409] + [-73.97981, 40.66858] + ], + "timestamps": [ + 468, 478.8, 531.229, 547.966, 575.361, 599.107, 603.756, 621.364, 644.741, + 653.968, 680.415, 714.433, 719.057, 736.834, 754.391, 793.097, 831.568, + 840.41, 849.235, 884.569, 924.552, 996.516, 1008.347, 1020.509, 1033.558, + 1094.943, 1099.362, 1102.263, 1158.872, 1175.194, 1191.416, 1282.678, + 1328.103, 1335.542, 1409 + ] }, { "vendor": 0, @@ -8548,8 +9859,23 @@ [-73.98055, 40.71093], [-73.98234, 40.71087], [-73.98383, 40.71077], - [-73.98471, 40.71072]], - "timestamps": [ 823, 850.173, 860.016, 861.043, 936.601, 939.847, 986.013, 987.402, 1035.144, 1079.793, 1096.716, 1113.76, 1125.136, 1168.108, 1207.365, 1221.097, 1266.202, 1333.178, 1335.359, 1352.891, 1354.568, 1357.284, 1361.024, 1363.08, 1368.83, 1387.63, 1412.026, 1425.985, 1434.546, 1437.92, 1441.071, 1443.652, 1469.195, 1472.409, 1475.463, 1479.25, 1485.082, 1490.006, 1495.174, 1499.63, 1505.667, 1509.545, 1511.465, 1515.46, 1519.287, 1530.192, 1534.014, 1537.905, 1540.737, 1542.437, 1547.019, 1575.259, 1578.902, 1581.302, 1584.74, 1591.372, 1594.882, 1596.71, 1600.834, 1604.589, 1609.435, 1620.179, 1622.757, 1629.665, 1642.407, 1652.169, 1656.481, 1660.588, 1664.424, 1684.936, 1692.918, 1696.614, 1701.471, 1706.168, 1735.002, 1742.225, 1744.348, 1747.453, 1751.386, 1754.364, 1755.748, 1758.582, 1760.916, 1763.217, 1775.445, 1795.954, 1808.054] + [-73.98471, 40.71072] + ], + "timestamps": [ + 823, 850.173, 860.016, 861.043, 936.601, 939.847, 986.013, 987.402, + 1035.144, 1079.793, 1096.716, 1113.76, 1125.136, 1168.108, 1207.365, + 1221.097, 1266.202, 1333.178, 1335.359, 1352.891, 1354.568, 1357.284, + 1361.024, 1363.08, 1368.83, 1387.63, 1412.026, 1425.985, 1434.546, + 1437.92, 1441.071, 1443.652, 1469.195, 1472.409, 1475.463, 1479.25, + 1485.082, 1490.006, 1495.174, 1499.63, 1505.667, 1509.545, 1511.465, + 1515.46, 1519.287, 1530.192, 1534.014, 1537.905, 1540.737, 1542.437, + 1547.019, 1575.259, 1578.902, 1581.302, 1584.74, 1591.372, 1594.882, + 1596.71, 1600.834, 1604.589, 1609.435, 1620.179, 1622.757, 1629.665, + 1642.407, 1652.169, 1656.481, 1660.588, 1664.424, 1684.936, 1692.918, + 1696.614, 1701.471, 1706.168, 1735.002, 1742.225, 1744.348, 1747.453, + 1751.386, 1754.364, 1755.748, 1758.582, 1760.916, 1763.217, 1775.445, + 1795.954, 1808.054 + ] }, { "vendor": 1, @@ -8559,8 +9885,9 @@ [-74.01204, 40.72031], [-74.01201, 40.72042], [-74.01176, 40.72164], - [-74.01067, 40.72154]], - "timestamps": [ 1754, 1773.422, 1775.724, 1776.769, 1788.257, 1805.216] + [-74.01067, 40.72154] + ], + "timestamps": [1754, 1773.422, 1775.724, 1776.769, 1788.257, 1805.216] }, { "vendor": 0, @@ -8589,8 +9916,13 @@ [-73.97997, 40.68183], [-73.97745, 40.68085], [-73.97784, 40.68026], - [-73.97811, 40.67986]], - "timestamps": [ 519, 522.026, 530.097, 563.391, 573.822, 574.488, 577.095, 589.902, 593.564, 650.537, 665.288, 676.693, 685.466, 696.122, 707.662, 765.461, 799.721, 833.773, 843.367, 852.942, 891.28, 923.596, 956.857, 966.461, 973] + [-73.97811, 40.67986] + ], + "timestamps": [ + 519, 522.026, 530.097, 563.391, 573.822, 574.488, 577.095, 589.902, + 593.564, 650.537, 665.288, 676.693, 685.466, 696.122, 707.662, 765.461, + 799.721, 833.773, 843.367, 852.942, 891.28, 923.596, 956.857, 966.461, 973 + ] }, { "vendor": 1, @@ -8609,8 +9941,12 @@ [-73.92825, 40.69511], [-73.92843, 40.6952], [-73.9297, 40.69386], - [-73.96807, 40.68945]], - "timestamps": [ 976, 1038.017, 1057.185, 1106.261, 1151.789, 1201.216, 1397.712, 1415.649, 1479.288, 1484.345, 1555.998, 1594.257, 1598.004, 1645.183, 2486.511] + [-73.96807, 40.68945] + ], + "timestamps": [ + 976, 1038.017, 1057.185, 1106.261, 1151.789, 1201.216, 1397.712, 1415.649, + 1479.288, 1484.345, 1555.998, 1594.257, 1598.004, 1645.183, 2486.511 + ] }, { "vendor": 1, @@ -8626,8 +9962,12 @@ [-73.9388, 40.68683], [-73.93865, 40.68609], [-73.93851, 40.68535], - [-73.96071, 40.6828]], - "timestamps": [ 1393, 1423.159, 1435.04, 1475.64, 1525.518, 1539.227, 1552.935, 1671.582, 1711.043, 1719.732, 1728.408, 2034.145] + [-73.96071, 40.6828] + ], + "timestamps": [ + 1393, 1423.159, 1435.04, 1475.64, 1525.518, 1539.227, 1552.935, 1671.582, + 1711.043, 1719.732, 1728.408, 2034.145 + ] }, { "vendor": 0, @@ -8740,8 +10080,26 @@ [-74.14777, 40.70513], [-74.14707, 40.70484], [-74.14645, 40.70452], - [-74.14417, 40.70342]], - "timestamps": [ 1253, 1271.728, 1298.037, 1310.666, 1319.116, 1322.618, 1326.869, 1329.223, 1334.972, 1338.402, 1342.411, 1343.717, 1346.096, 1348.291, 1350.608, 1352.836, 1354.498, 1356.775, 1358.941, 1361.857, 1364.727, 1366.492, 1369.893, 1372.171, 1375.686, 1383.115, 1383.694, 1386.57, 1388.983, 1391.39, 1395.845, 1401.321, 1403.24, 1405.09, 1407.126, 1408.596, 1409.633, 1413.093, 1418.152, 1421.674, 1423.626, 1424.594, 1425.943, 1427.883, 1429.232, 1430.658, 1431.656, 1433.025, 1438.365, 1439.763, 1440.92, 1442.783, 1447.66, 1449.541, 1452.098, 1458.651, 1461.48, 1467.722, 1471.56, 1484.135, 1490.762, 1493.143, 1502.407, 1504.259, 1507.005, 1509.904, 1513.674, 1517.544, 1521.319, 1523.247, 1526.122, 1528.911, 1532.768, 1544.278, 1549.132, 1552.061, 1555.085, 1556.786, 1558.368, 1560.286, 1563.138, 1566.053, 1569.872, 1587.768, 1589.624, 1591.592, 1594.057, 1596.454, 1598.425, 1599.905, 1617.419, 1633.722, 1660.191, 1661.997, 1676.065, 1681.588, 1688.881, 1694.338, 1699.89, 1705.407, 1710.732, 1716.15, 1732.726, 1744.23, 1778.331, 1787.489, 1792.043, 1796.325, 1811.755] + [-74.14417, 40.70342] + ], + "timestamps": [ + 1253, 1271.728, 1298.037, 1310.666, 1319.116, 1322.618, 1326.869, + 1329.223, 1334.972, 1338.402, 1342.411, 1343.717, 1346.096, 1348.291, + 1350.608, 1352.836, 1354.498, 1356.775, 1358.941, 1361.857, 1364.727, + 1366.492, 1369.893, 1372.171, 1375.686, 1383.115, 1383.694, 1386.57, + 1388.983, 1391.39, 1395.845, 1401.321, 1403.24, 1405.09, 1407.126, + 1408.596, 1409.633, 1413.093, 1418.152, 1421.674, 1423.626, 1424.594, + 1425.943, 1427.883, 1429.232, 1430.658, 1431.656, 1433.025, 1438.365, + 1439.763, 1440.92, 1442.783, 1447.66, 1449.541, 1452.098, 1458.651, + 1461.48, 1467.722, 1471.56, 1484.135, 1490.762, 1493.143, 1502.407, + 1504.259, 1507.005, 1509.904, 1513.674, 1517.544, 1521.319, 1523.247, + 1526.122, 1528.911, 1532.768, 1544.278, 1549.132, 1552.061, 1555.085, + 1556.786, 1558.368, 1560.286, 1563.138, 1566.053, 1569.872, 1587.768, + 1589.624, 1591.592, 1594.057, 1596.454, 1598.425, 1599.905, 1617.419, + 1633.722, 1660.191, 1661.997, 1676.065, 1681.588, 1688.881, 1694.338, + 1699.89, 1705.407, 1710.732, 1716.15, 1732.726, 1744.23, 1778.331, + 1787.489, 1792.043, 1796.325, 1811.755 + ] }, { "vendor": 1, @@ -8896,8 +10254,32 @@ [-74.0117, 40.69087], [-74.01144, 40.69036], [-74.01114, 40.6899], - [-74.00658, 40.68349]], - "timestamps": [ 302, 322.646, 461.925, 481.487, 499.621, 513.329, 776.729, 851.456, 878.872, 915.601, 933.704, 982.959, 1007.955, 1017.093, 1020.385, 1021.456, 1030.47, 1033.741, 1038.148, 1041.082, 1050.452, 1058.77, 1064.226, 1068.394, 1071.442, 1073.134, 1076.317, 1081.268, 1083.889, 1097.985, 1100.447, 1131.856, 1136.543, 1145.196, 1146.998, 1153.224, 1160.587, 1163.916, 1166.782, 1169.812, 1172.684, 1184.93, 1187.976, 1189.485, 1192.623, 1195.629, 1204.196, 1207.198, 1210.255, 1212.48, 1213.815, 1217.414, 1239.599, 1242.46, 1245.482, 1247.045, 1252.255, 1255.012, 1256.448, 1259.688, 1261.237, 1262.64, 1266.447, 1274.888, 1276.912, 1282.339, 1292.348, 1300.017, 1303.405, 1306.631, 1309.644, 1325.758, 1329.337, 1332.029, 1334.932, 1338.747, 1342.437, 1365.088, 1370.762, 1372.43, 1374.869, 1377.959, 1380.298, 1381.386, 1383.612, 1385.445, 1387.253, 1410.124, 1427.734, 1432.507, 1450.591, 1456.097, 1466.562, 1470.758, 1473.434, 1476.267, 1480.486, 1484.318, 1491.116, 1494.604, 1502.575, 1526.789, 1535.223, 1539.134, 1542.138, 1543.985, 1545.8, 1557.137, 1562.101, 1565.917, 1567.718, 1570.938, 1572.938, 1574.785, 1576.759, 1578.369, 1579.592, 1595.423, 1597.647, 1599.744, 1600.858, 1602.573, 1603.104, 1613.96, 1618.662, 1621.132, 1622.524, 1628.678, 1636.232, 1638.375, 1640.206, 1641.94, 1644.447, 1648.12, 1651.725, 1656.558, 1659.674, 1667.23, 1674.003, 1675.071, 1680.584, 1684.084, 1687.492, 1693.616, 1700.931, 1702.853, 1706.895, 1776.103, 1779.823, 1783.314, 1832.862] + [-74.00658, 40.68349] + ], + "timestamps": [ + 302, 322.646, 461.925, 481.487, 499.621, 513.329, 776.729, 851.456, + 878.872, 915.601, 933.704, 982.959, 1007.955, 1017.093, 1020.385, + 1021.456, 1030.47, 1033.741, 1038.148, 1041.082, 1050.452, 1058.77, + 1064.226, 1068.394, 1071.442, 1073.134, 1076.317, 1081.268, 1083.889, + 1097.985, 1100.447, 1131.856, 1136.543, 1145.196, 1146.998, 1153.224, + 1160.587, 1163.916, 1166.782, 1169.812, 1172.684, 1184.93, 1187.976, + 1189.485, 1192.623, 1195.629, 1204.196, 1207.198, 1210.255, 1212.48, + 1213.815, 1217.414, 1239.599, 1242.46, 1245.482, 1247.045, 1252.255, + 1255.012, 1256.448, 1259.688, 1261.237, 1262.64, 1266.447, 1274.888, + 1276.912, 1282.339, 1292.348, 1300.017, 1303.405, 1306.631, 1309.644, + 1325.758, 1329.337, 1332.029, 1334.932, 1338.747, 1342.437, 1365.088, + 1370.762, 1372.43, 1374.869, 1377.959, 1380.298, 1381.386, 1383.612, + 1385.445, 1387.253, 1410.124, 1427.734, 1432.507, 1450.591, 1456.097, + 1466.562, 1470.758, 1473.434, 1476.267, 1480.486, 1484.318, 1491.116, + 1494.604, 1502.575, 1526.789, 1535.223, 1539.134, 1542.138, 1543.985, + 1545.8, 1557.137, 1562.101, 1565.917, 1567.718, 1570.938, 1572.938, + 1574.785, 1576.759, 1578.369, 1579.592, 1595.423, 1597.647, 1599.744, + 1600.858, 1602.573, 1603.104, 1613.96, 1618.662, 1621.132, 1622.524, + 1628.678, 1636.232, 1638.375, 1640.206, 1641.94, 1644.447, 1648.12, + 1651.725, 1656.558, 1659.674, 1667.23, 1674.003, 1675.071, 1680.584, + 1684.084, 1687.492, 1693.616, 1700.931, 1702.853, 1706.895, 1776.103, + 1779.823, 1783.314, 1832.862 + ] }, { "vendor": 0, @@ -8972,8 +10354,20 @@ [-73.94026, 40.78535], [-73.94038, 40.78529], [-73.94061, 40.78515], - [-73.94277, 40.78406]], - "timestamps": [ 626, 642.447, 719.312, 737.479, 766.72, 831.383, 895.636, 1178.659, 1190.707, 1223.614, 1232.74, 1300.255, 1316.807, 1385.383, 1399.046, 1423.932, 1448.389, 1451.578, 1454.07, 1456.561, 1459.496, 1462.197, 1473.881, 1481.285, 1488.994, 1494.003, 1499.429, 1506.077, 1510.35, 1529.715, 1535.918, 1541.33, 1549.742, 1555.112, 1558.754, 1562.686, 1584.906, 1590.739, 1599.662, 1601.82, 1611.501, 1621.568, 1625.66, 1629.42, 1634.288, 1638.223, 1641.671, 1643.711, 1647.514, 1651.333, 1655.098, 1657.979, 1659.861, 1678.604, 1690.274, 1705.563, 1709.36, 1713.203, 1715.763, 1719.662, 1726.167, 1732.137, 1737.841, 1757.451, 1761.157, 1781.056, 1784.744, 1788.104, 1789.273, 1791.674, 1812.786] + [-73.94277, 40.78406] + ], + "timestamps": [ + 626, 642.447, 719.312, 737.479, 766.72, 831.383, 895.636, 1178.659, + 1190.707, 1223.614, 1232.74, 1300.255, 1316.807, 1385.383, 1399.046, + 1423.932, 1448.389, 1451.578, 1454.07, 1456.561, 1459.496, 1462.197, + 1473.881, 1481.285, 1488.994, 1494.003, 1499.429, 1506.077, 1510.35, + 1529.715, 1535.918, 1541.33, 1549.742, 1555.112, 1558.754, 1562.686, + 1584.906, 1590.739, 1599.662, 1601.82, 1611.501, 1621.568, 1625.66, + 1629.42, 1634.288, 1638.223, 1641.671, 1643.711, 1647.514, 1651.333, + 1655.098, 1657.979, 1659.861, 1678.604, 1690.274, 1705.563, 1709.36, + 1713.203, 1715.763, 1719.662, 1726.167, 1732.137, 1737.841, 1757.451, + 1761.157, 1781.056, 1784.744, 1788.104, 1789.273, 1791.674, 1812.786 + ] }, { "vendor": 1, @@ -9080,8 +10474,25 @@ [-73.94824, 40.76952], [-73.94791, 40.76987], [-73.94759, 40.77018], - [-73.94657, 40.77127]], - "timestamps": [ 1077, 1084.73, 1096.291, 1114.686, 1146.574, 1159.104, 1168.8, 1177.497, 1239.687, 1254.802, 1272.708, 1277.982, 1341.038, 1354.333, 1357.247, 1375.269, 1379.457, 1384.594, 1386.359, 1388.19, 1390.406, 1393.719, 1394.863, 1396.902, 1399.41, 1401.033, 1420.64, 1428.843, 1433.815, 1437.837, 1439.866, 1444.205, 1457.737, 1462.455, 1464.462, 1467.594, 1485.454, 1487.362, 1491.34, 1493.76, 1502.856, 1504.919, 1506.75, 1508.193, 1509.865, 1511.662, 1513.486, 1515.113, 1520.187, 1522.67, 1524.044, 1525.359, 1526.57, 1528.002, 1548.104, 1550.328, 1552.279, 1554.648, 1557.068, 1560.241, 1562.131, 1571.603, 1573.251, 1575.788, 1581.272, 1594.778, 1596.985, 1599.971, 1608.681, 1612.418, 1613.989, 1616.573, 1619.523, 1623.655, 1626.038, 1651.6, 1659.452, 1670.629, 1675.701, 1683.807, 1685.843, 1687.17, 1690.269, 1693.752, 1695.601, 1707.264, 1714.125, 1717.673, 1718.587, 1721.369, 1727.004, 1730.486, 1742.168, 1744.702, 1770.893, 1774.855, 1781.795, 1785.757, 1788.062, 1793.382, 1795.992, 1798.381, 1806.49] + [-73.94657, 40.77127] + ], + "timestamps": [ + 1077, 1084.73, 1096.291, 1114.686, 1146.574, 1159.104, 1168.8, 1177.497, + 1239.687, 1254.802, 1272.708, 1277.982, 1341.038, 1354.333, 1357.247, + 1375.269, 1379.457, 1384.594, 1386.359, 1388.19, 1390.406, 1393.719, + 1394.863, 1396.902, 1399.41, 1401.033, 1420.64, 1428.843, 1433.815, + 1437.837, 1439.866, 1444.205, 1457.737, 1462.455, 1464.462, 1467.594, + 1485.454, 1487.362, 1491.34, 1493.76, 1502.856, 1504.919, 1506.75, + 1508.193, 1509.865, 1511.662, 1513.486, 1515.113, 1520.187, 1522.67, + 1524.044, 1525.359, 1526.57, 1528.002, 1548.104, 1550.328, 1552.279, + 1554.648, 1557.068, 1560.241, 1562.131, 1571.603, 1573.251, 1575.788, + 1581.272, 1594.778, 1596.985, 1599.971, 1608.681, 1612.418, 1613.989, + 1616.573, 1619.523, 1623.655, 1626.038, 1651.6, 1659.452, 1670.629, + 1675.701, 1683.807, 1685.843, 1687.17, 1690.269, 1693.752, 1695.601, + 1707.264, 1714.125, 1717.673, 1718.587, 1721.369, 1727.004, 1730.486, + 1742.168, 1744.702, 1770.893, 1774.855, 1781.795, 1785.757, 1788.062, + 1793.382, 1795.992, 1798.381, 1806.49 + ] }, { "vendor": 1, @@ -9106,8 +10517,13 @@ [-73.95573, 40.6768], [-73.95606, 40.67592], [-73.9567, 40.67417], - [-73.95688, 40.67367]], - "timestamps": [ 524, 533.964, 550.572, 587.21, 640.256, 667.674, 692.219, 715.546, 759.834, 783.086, 785.3, 864.935, 947.422, 959.131, 978.66, 986.647, 1014.248, 1041.716, 1073.331, 1136.089, 1154] + [-73.95688, 40.67367] + ], + "timestamps": [ + 524, 533.964, 550.572, 587.21, 640.256, 667.674, 692.219, 715.546, + 759.834, 783.086, 785.3, 864.935, 947.422, 959.131, 978.66, 986.647, + 1014.248, 1041.716, 1073.331, 1136.089, 1154 + ] }, { "vendor": 1, @@ -9190,8 +10606,21 @@ [-73.99966, 40.67923], [-73.99767, 40.67868], [-73.99806, 40.67786], - [-73.99832, 40.67734]], - "timestamps": [ 206, 208.317, 245.508, 305.787, 320.438, 329.479, 349.048, 352.011, 365.538, 372.208, 478.189, 509.747, 515.256, 552.672, 585.044, 624.511, 672.1, 699.731, 763.127, 777.269, 806.49, 830.945, 837.744, 861.297, 869.789, 872.92, 889.53, 891.412, 893.247, 895.093, 896.867, 898.75, 902.846, 904.475, 906.246, 908.658, 911.789, 914.207, 920.426, 923.009, 928.543, 929.416, 935.991, 940.166, 944.23, 951.533, 960.257, 962.55, 967.37, 1049.91, 1054.346, 1058.51, 1117.602, 1120.895, 1128.371, 1131.517, 1132.408, 1136.495, 1149.36, 1165.235, 1174.476, 1180.091, 1192.532, 1197.802, 1201.327, 1208.235, 1210.063, 1226.539, 1240.505, 1245.484, 1267.29, 1293.167, 1297.037, 1299.979, 1351.306, 1372.184, 1434.853, 1458.142, 1473] + [-73.99832, 40.67734] + ], + "timestamps": [ + 206, 208.317, 245.508, 305.787, 320.438, 329.479, 349.048, 352.011, + 365.538, 372.208, 478.189, 509.747, 515.256, 552.672, 585.044, 624.511, + 672.1, 699.731, 763.127, 777.269, 806.49, 830.945, 837.744, 861.297, + 869.789, 872.92, 889.53, 891.412, 893.247, 895.093, 896.867, 898.75, + 902.846, 904.475, 906.246, 908.658, 911.789, 914.207, 920.426, 923.009, + 928.543, 929.416, 935.991, 940.166, 944.23, 951.533, 960.257, 962.55, + 967.37, 1049.91, 1054.346, 1058.51, 1117.602, 1120.895, 1128.371, + 1131.517, 1132.408, 1136.495, 1149.36, 1165.235, 1174.476, 1180.091, + 1192.532, 1197.802, 1201.327, 1208.235, 1210.063, 1226.539, 1240.505, + 1245.484, 1267.29, 1293.167, 1297.037, 1299.979, 1351.306, 1372.184, + 1434.853, 1458.142, 1473 + ] }, { "vendor": 0, @@ -9278,8 +10707,21 @@ [-73.9902, 40.71925], [-73.98958, 40.72052], [-73.98899, 40.72159], - [-73.98882, 40.72208]], - "timestamps": [ 69, 107.777, 200.192, 202.297, 242.551, 244.71, 294.396, 295.605, 363.528, 365.89, 388.914, 392.617, 398.868, 526.543, 556.142, 589.014, 599.766, 638.293, 661.568, 684.592, 746.833, 766.994, 772.779, 778.635, 782.724, 787.098, 800.577, 804.223, 810.198, 819.528, 829.674, 845.761, 852.969, 858.611, 864.117, 881.87, 885.542, 887.655, 890.384, 891.946, 895.693, 904.852, 916.598, 918.742, 921.108, 936.828, 939.47, 949.393, 951.628, 963.649, 976.974, 986.644, 1001.98, 1006.994, 1012.219, 1024.648, 1029.647, 1031.166, 1038.788, 1045.257, 1048.049, 1049.69, 1051.407, 1053.304, 1055.118, 1056.966, 1058.832, 1060.692, 1073.355, 1076.26, 1077.983, 1079.638, 1103.177, 1112.096, 1119.803, 1236.078, 1246.865, 1266.029, 1339.933, 1351.08, 1384.22, 1412.6, 1425] + [-73.98882, 40.72208] + ], + "timestamps": [ + 69, 107.777, 200.192, 202.297, 242.551, 244.71, 294.396, 295.605, 363.528, + 365.89, 388.914, 392.617, 398.868, 526.543, 556.142, 589.014, 599.766, + 638.293, 661.568, 684.592, 746.833, 766.994, 772.779, 778.635, 782.724, + 787.098, 800.577, 804.223, 810.198, 819.528, 829.674, 845.761, 852.969, + 858.611, 864.117, 881.87, 885.542, 887.655, 890.384, 891.946, 895.693, + 904.852, 916.598, 918.742, 921.108, 936.828, 939.47, 949.393, 951.628, + 963.649, 976.974, 986.644, 1001.98, 1006.994, 1012.219, 1024.648, + 1029.647, 1031.166, 1038.788, 1045.257, 1048.049, 1049.69, 1051.407, + 1053.304, 1055.118, 1056.966, 1058.832, 1060.692, 1073.355, 1076.26, + 1077.983, 1079.638, 1103.177, 1112.096, 1119.803, 1236.078, 1246.865, + 1266.029, 1339.933, 1351.08, 1384.22, 1412.6, 1425 + ] }, { "vendor": 1, @@ -9398,8 +10840,27 @@ [-73.96484, 40.6722], [-73.96444, 40.67206], [-73.96408, 40.67196], - [-73.96402, 40.67194]], - "timestamps": [ 812, 818.759, 876.213, 892.352, 908.32, 918.103, 927.754, 941.272, 968.736, 975.914, 1015.235, 1022.385, 1048.791, 1051.728, 1053.146, 1055.336, 1060.782, 1063.782, 1069.089, 1073.739, 1075.614, 1079.843, 1081.529, 1084.184, 1085.752, 1086.269, 1087.75, 1089.517, 1092.114, 1094.203, 1095.21, 1098.527, 1100.894, 1103.007, 1109.895, 1115.547, 1117.572, 1122.129, 1126.783, 1131.165, 1133.319, 1134.962, 1138.798, 1141.142, 1145.423, 1149.042, 1156.278, 1158.417, 1159.93, 1163.18, 1166.479, 1169.633, 1171.619, 1174.741, 1176.43, 1182.778, 1186.369, 1187.906, 1191.084, 1192.796, 1194.784, 1205.309, 1220.32, 1222.631, 1227.469, 1233.912, 1236.929, 1239.766, 1271.913, 1273.859, 1276.332, 1282.915, 1286.732, 1289.631, 1295.822, 1299.053, 1301.593, 1303.946, 1305.118, 1308.449, 1315.306, 1317.747, 1323.436, 1325.824, 1328.019, 1331.148, 1334.16, 1339.981, 1343.079, 1345.6, 1349.303, 1351.583, 1353.765, 1356.546, 1361.106, 1363.714, 1366.528, 1367.537, 1376.941, 1379.547, 1382.32, 1384.498, 1386.545, 1388.235, 1393.068, 1394.987, 1395.918, 1400.719, 1404.948, 1416.454, 1424.904, 1434.546, 1439.228, 1443.303, 1444] + [-73.96402, 40.67194] + ], + "timestamps": [ + 812, 818.759, 876.213, 892.352, 908.32, 918.103, 927.754, 941.272, + 968.736, 975.914, 1015.235, 1022.385, 1048.791, 1051.728, 1053.146, + 1055.336, 1060.782, 1063.782, 1069.089, 1073.739, 1075.614, 1079.843, + 1081.529, 1084.184, 1085.752, 1086.269, 1087.75, 1089.517, 1092.114, + 1094.203, 1095.21, 1098.527, 1100.894, 1103.007, 1109.895, 1115.547, + 1117.572, 1122.129, 1126.783, 1131.165, 1133.319, 1134.962, 1138.798, + 1141.142, 1145.423, 1149.042, 1156.278, 1158.417, 1159.93, 1163.18, + 1166.479, 1169.633, 1171.619, 1174.741, 1176.43, 1182.778, 1186.369, + 1187.906, 1191.084, 1192.796, 1194.784, 1205.309, 1220.32, 1222.631, + 1227.469, 1233.912, 1236.929, 1239.766, 1271.913, 1273.859, 1276.332, + 1282.915, 1286.732, 1289.631, 1295.822, 1299.053, 1301.593, 1303.946, + 1305.118, 1308.449, 1315.306, 1317.747, 1323.436, 1325.824, 1328.019, + 1331.148, 1334.16, 1339.981, 1343.079, 1345.6, 1349.303, 1351.583, + 1353.765, 1356.546, 1361.106, 1363.714, 1366.528, 1367.537, 1376.941, + 1379.547, 1382.32, 1384.498, 1386.545, 1388.235, 1393.068, 1394.987, + 1395.918, 1400.719, 1404.948, 1416.454, 1424.904, 1434.546, 1439.228, + 1443.303, 1444 + ] }, { "vendor": 0, @@ -9512,8 +10973,25 @@ [-73.99283, 40.72005], [-73.9929, 40.7199], [-73.99131, 40.71942], - [-73.9912, 40.71939]], - "timestamps": [ 387, 389.233, 390.766, 392.558, 398.899, 415.261, 512.138, 514.918, 553.297, 591.886, 599.701, 602.843, 603.846, 604.765, 608.303, 617.489, 622.013, 625.276, 627.842, 629.143, 640.17, 653.216, 655.693, 658.333, 661.236, 685.606, 689.074, 692.129, 694.814, 700.908, 704.442, 709.855, 713.211, 721.752, 732.082, 738.44, 757.605, 761.956, 763.318, 772.478, 775.217, 778.586, 787.457, 792.045, 796.904, 799.368, 803.867, 805.935, 807.779, 813.027, 820.267, 826.625, 836.551, 847.347, 864.463, 873.311, 880.236, 886.995, 908.786, 913.292, 915.886, 919.235, 921.153, 925.753, 936.995, 951.412, 954.045, 956.948, 976.244, 979.487, 991.667, 994.41, 1009.165, 1025.522, 1037.39, 1056.215, 1062.369, 1068.783, 1084.038, 1090.175, 1092.039, 1101.395, 1109.335, 1112.762, 1114.777, 1116.884, 1119.213, 1121.44, 1123.708, 1125.998, 1128.282, 1143.825, 1147.39, 1149.505, 1151.536, 1180.429, 1191.377, 1200.837, 1343.56, 1356.801, 1382.013, 1407.643, 1454.4, 1502.243, 1558.112, 1573.965, 1581.402, 1625.956, 1629] + [-73.9912, 40.71939] + ], + "timestamps": [ + 387, 389.233, 390.766, 392.558, 398.899, 415.261, 512.138, 514.918, + 553.297, 591.886, 599.701, 602.843, 603.846, 604.765, 608.303, 617.489, + 622.013, 625.276, 627.842, 629.143, 640.17, 653.216, 655.693, 658.333, + 661.236, 685.606, 689.074, 692.129, 694.814, 700.908, 704.442, 709.855, + 713.211, 721.752, 732.082, 738.44, 757.605, 761.956, 763.318, 772.478, + 775.217, 778.586, 787.457, 792.045, 796.904, 799.368, 803.867, 805.935, + 807.779, 813.027, 820.267, 826.625, 836.551, 847.347, 864.463, 873.311, + 880.236, 886.995, 908.786, 913.292, 915.886, 919.235, 921.153, 925.753, + 936.995, 951.412, 954.045, 956.948, 976.244, 979.487, 991.667, 994.41, + 1009.165, 1025.522, 1037.39, 1056.215, 1062.369, 1068.783, 1084.038, + 1090.175, 1092.039, 1101.395, 1109.335, 1112.762, 1114.777, 1116.884, + 1119.213, 1121.44, 1123.708, 1125.998, 1128.282, 1143.825, 1147.39, + 1149.505, 1151.536, 1180.429, 1191.377, 1200.837, 1343.56, 1356.801, + 1382.013, 1407.643, 1454.4, 1502.243, 1558.112, 1573.965, 1581.402, + 1625.956, 1629 + ] }, { "vendor": 0, @@ -9590,8 +11068,20 @@ [-73.96402, 40.70953], [-73.96564, 40.70971], [-73.96549, 40.71045], - [-73.96488, 40.71038]], - "timestamps": [ 334, 348.786, 464.037, 478.582, 490.755, 494.594, 498.422, 502.574, 511.845, 519.003, 531.157, 537.296, 547.344, 582.021, 587.669, 593.758, 597.642, 600.528, 605.04, 608.331, 611.052, 613.532, 616.792, 617.959, 622.683, 626.761, 635.98, 649.642, 653.383, 656.502, 660.235, 663.121, 665.398, 668.219, 684.476, 699.485, 703.654, 708.138, 710.717, 713.167, 715.804, 719.699, 724.234, 737.589, 809.966, 812.107, 818.675, 827.954, 836.691, 845.195, 856.062, 871.213, 883.637, 895.885, 900.702, 905.61, 910.686, 919.046, 922.94, 927.116, 967.317, 986.263, 1009.265, 1023.071, 1035.098, 1071.414, 1155.813, 1163.635, 1183.071, 1196.564, 1229.424, 1272.142, 1282] + [-73.96488, 40.71038] + ], + "timestamps": [ + 334, 348.786, 464.037, 478.582, 490.755, 494.594, 498.422, 502.574, + 511.845, 519.003, 531.157, 537.296, 547.344, 582.021, 587.669, 593.758, + 597.642, 600.528, 605.04, 608.331, 611.052, 613.532, 616.792, 617.959, + 622.683, 626.761, 635.98, 649.642, 653.383, 656.502, 660.235, 663.121, + 665.398, 668.219, 684.476, 699.485, 703.654, 708.138, 710.717, 713.167, + 715.804, 719.699, 724.234, 737.589, 809.966, 812.107, 818.675, 827.954, + 836.691, 845.195, 856.062, 871.213, 883.637, 895.885, 900.702, 905.61, + 910.686, 919.046, 922.94, 927.116, 967.317, 986.263, 1009.265, 1023.071, + 1035.098, 1071.414, 1155.813, 1163.635, 1183.071, 1196.564, 1229.424, + 1272.142, 1282 + ] }, { "vendor": 0, @@ -9685,15 +11175,31 @@ [-73.83879, 40.74306], [-73.83917, 40.74294], [-73.83996, 40.74262], - [-73.84078, 40.74227]], - "timestamps": [ 661, 674.861, 727.741, 736.225, 762.907, 784.936, 788.294, 793.943, 797.301, 801.29, 804.89, 808.6, 812.799, 817.827, 822.185, 831.104, 839.958, 887.79, 896.639, 909.575, 914.213, 919.171, 924.734, 929.595, 931.292, 944.73, 956.573, 971.526, 985.697, 1000.988, 1025.881, 1051.244, 1095.468, 1115.658, 1118.418, 1133.46, 1143.83, 1149.615, 1153.904, 1158.297, 1207.6, 1216.677, 1220.985, 1225.376, 1240.137, 1242.774, 1246.64, 1250.008, 1254.219, 1257.862, 1301.891, 1312.794, 1363.935, 1389.298, 1419.684, 1438.167, 1443.082, 1447.738, 1452.32, 1456.567, 1460.874, 1491.676, 1525.124, 1571.458, 1581.59, 1587.039, 1592.329, 1597.921, 1602.866, 1607.734, 1677.127, 1681.666, 1685.771, 1690.224, 1694.628, 1700.092, 1713.967, 1717.87, 1742.021, 1756.517, 1764.369, 1767.815, 1771.984, 1775.311, 1779.618, 1783.969, 1788.068, 1791.291, 1798.303, 1805.669] + [-73.84078, 40.74227] + ], + "timestamps": [ + 661, 674.861, 727.741, 736.225, 762.907, 784.936, 788.294, 793.943, + 797.301, 801.29, 804.89, 808.6, 812.799, 817.827, 822.185, 831.104, + 839.958, 887.79, 896.639, 909.575, 914.213, 919.171, 924.734, 929.595, + 931.292, 944.73, 956.573, 971.526, 985.697, 1000.988, 1025.881, 1051.244, + 1095.468, 1115.658, 1118.418, 1133.46, 1143.83, 1149.615, 1153.904, + 1158.297, 1207.6, 1216.677, 1220.985, 1225.376, 1240.137, 1242.774, + 1246.64, 1250.008, 1254.219, 1257.862, 1301.891, 1312.794, 1363.935, + 1389.298, 1419.684, 1438.167, 1443.082, 1447.738, 1452.32, 1456.567, + 1460.874, 1491.676, 1525.124, 1571.458, 1581.59, 1587.039, 1592.329, + 1597.921, 1602.866, 1607.734, 1677.127, 1681.666, 1685.771, 1690.224, + 1694.628, 1700.092, 1713.967, 1717.87, 1742.021, 1756.517, 1764.369, + 1767.815, 1771.984, 1775.311, 1779.618, 1783.969, 1788.068, 1791.291, + 1798.303, 1805.669 + ] }, { "vendor": 0, "path": [ [-74.01333, 40.60571], - [-74.01623, 40.60723]], - "timestamps": [ 1714, 1800.983] + [-74.01623, 40.60723] + ], + "timestamps": [1714, 1800.983] }, { "vendor": 0, @@ -9809,8 +11315,26 @@ [-74.01095, 40.60116], [-74.01002, 40.60069], [-74.00912, 40.60017], - [-74.00475, 40.59743]], - "timestamps": [ 849, 893.959, 949.002, 959.297, 984.051, 1008.349, 1032.888, 1094.183, 1130.349, 1137.68, 1147.409, 1230.524, 1234.186, 1239.808, 1250.683, 1264.418, 1275.486, 1280.659, 1335.127, 1349.009, 1351.468, 1352.892, 1356.584, 1358.503, 1372.435, 1374.538, 1376.524, 1382.544, 1385.586, 1390.537, 1392.292, 1393.704, 1394.872, 1396.053, 1400.587, 1401.702, 1403.412, 1407.556, 1413.353, 1417.824, 1421.307, 1424.078, 1426.811, 1431.757, 1433.17, 1436.909, 1439.153, 1440.966, 1442.646, 1455.69, 1474.162, 1486.752, 1500.492, 1505.99, 1509.387, 1515.33, 1519.289, 1527.572, 1537.142, 1545.266, 1549.265, 1555.331, 1562.099, 1568.517, 1582.783, 1592.525, 1595.271, 1598.063, 1600.704, 1603.337, 1606.334, 1608.767, 1613.151, 1615.406, 1617.675, 1622.298, 1625.022, 1627.934, 1633.232, 1635.581, 1640.247, 1647.973, 1651.931, 1654.071, 1659.164, 1662.56, 1668.341, 1671.756, 1678.105, 1679.064, 1681.62, 1683.263, 1684.798, 1687.688, 1691.633, 1694.482, 1706.064, 1708.816, 1711.432, 1713.965, 1716.787, 1719.429, 1722.379, 1739.683, 1745.693, 1761.601, 1764.287, 1769.425, 1774.733, 1780.034, 1785.399, 1812.287] + [-74.00475, 40.59743] + ], + "timestamps": [ + 849, 893.959, 949.002, 959.297, 984.051, 1008.349, 1032.888, 1094.183, + 1130.349, 1137.68, 1147.409, 1230.524, 1234.186, 1239.808, 1250.683, + 1264.418, 1275.486, 1280.659, 1335.127, 1349.009, 1351.468, 1352.892, + 1356.584, 1358.503, 1372.435, 1374.538, 1376.524, 1382.544, 1385.586, + 1390.537, 1392.292, 1393.704, 1394.872, 1396.053, 1400.587, 1401.702, + 1403.412, 1407.556, 1413.353, 1417.824, 1421.307, 1424.078, 1426.811, + 1431.757, 1433.17, 1436.909, 1439.153, 1440.966, 1442.646, 1455.69, + 1474.162, 1486.752, 1500.492, 1505.99, 1509.387, 1515.33, 1519.289, + 1527.572, 1537.142, 1545.266, 1549.265, 1555.331, 1562.099, 1568.517, + 1582.783, 1592.525, 1595.271, 1598.063, 1600.704, 1603.337, 1606.334, + 1608.767, 1613.151, 1615.406, 1617.675, 1622.298, 1625.022, 1627.934, + 1633.232, 1635.581, 1640.247, 1647.973, 1651.931, 1654.071, 1659.164, + 1662.56, 1668.341, 1671.756, 1678.105, 1679.064, 1681.62, 1683.263, + 1684.798, 1687.688, 1691.633, 1694.482, 1706.064, 1708.816, 1711.432, + 1713.965, 1716.787, 1719.429, 1722.379, 1739.683, 1745.693, 1761.601, + 1764.287, 1769.425, 1774.733, 1780.034, 1785.399, 1812.287 + ] }, { "vendor": 0, @@ -9839,8 +11363,14 @@ [-74.00296, 40.68133], [-74.0043, 40.6817], [-74.00503, 40.68191], - [-74.00541, 40.68248]], - "timestamps": [ 775, 783.052, 830.215, 918.419, 919.939, 937.194, 963.856, 971.704, 976.305, 1053.413, 1077.533, 1176.655, 1197.252, 1219.73, 1252.901, 1279.988, 1337.782, 1349.007, 1379.334, 1380.066, 1457.734, 1467.49, 1484.587, 1493.947, 1502] + [-74.00541, 40.68248] + ], + "timestamps": [ + 775, 783.052, 830.215, 918.419, 919.939, 937.194, 963.856, 971.704, + 976.305, 1053.413, 1077.533, 1176.655, 1197.252, 1219.73, 1252.901, + 1279.988, 1337.782, 1349.007, 1379.334, 1380.066, 1457.734, 1467.49, + 1484.587, 1493.947, 1502 + ] }, { "vendor": 0, @@ -9859,8 +11389,12 @@ [-73.96815, 40.61195], [-73.97086, 40.6262], [-73.97184, 40.6315], - [-73.97431, 40.64441]], - "timestamps": [ 1019, 1023.121, 1052.45, 1054.715, 1059.492, 1090.144, 1099.984, 1104.078, 1105.266, 1179.208, 1181.455, 1186.25, 1462.327, 1564.951, 1815.097] + [-73.97431, 40.64441] + ], + "timestamps": [ + 1019, 1023.121, 1052.45, 1054.715, 1059.492, 1090.144, 1099.984, 1104.078, + 1105.266, 1179.208, 1181.455, 1186.25, 1462.327, 1564.951, 1815.097 + ] }, { "vendor": 1, @@ -9975,8 +11509,26 @@ [-73.94675, 40.7184], [-73.94679, 40.71886], [-73.94768, 40.71827], - [-73.94792, 40.71812]], - "timestamps": [ 677, 695.126, 707.08, 707.737, 736.239, 740.838, 749.661, 756.601, 809.766, 812.485, 816.149, 822.015, 827.185, 877.054, 910.964, 917.459, 925.15, 938.671, 949.092, 950.996, 964.217, 978.798, 982.204, 988.311, 990.572, 991.853, 993.148, 997.598, 1001.475, 1002.675, 1003.822, 1009.784, 1010.672, 1011.954, 1085.708, 1087.836, 1090.352, 1092.485, 1095.248, 1097.054, 1109.902, 1113.863, 1115.815, 1118.484, 1125.518, 1130.806, 1141.255, 1177.317, 1183.191, 1189.523, 1193.562, 1196.564, 1201.256, 1204.678, 1207.508, 1210.087, 1213.477, 1214.691, 1219.604, 1223.844, 1226.958, 1233.435, 1247.642, 1251.533, 1254.777, 1258.659, 1261.66, 1264.943, 1266.964, 1283.871, 1299.48, 1303.816, 1307.354, 1308.482, 1311.164, 1313.712, 1316.455, 1320.506, 1325.221, 1339.11, 1414.379, 1416.605, 1421.433, 1424.374, 1425.341, 1426.63, 1429.645, 1432.887, 1436, 1440.661, 1461.411, 1469.541, 1477.593, 1547.349, 1551.247, 1568.164, 1570.738, 1575.942, 1577.267, 1579.407, 1594.8, 1610.145, 1628.41, 1649.323, 1657.198, 1667.781, 1685.156, 1698.415, 1712.601, 1723.209, 1726] + [-73.94792, 40.71812] + ], + "timestamps": [ + 677, 695.126, 707.08, 707.737, 736.239, 740.838, 749.661, 756.601, + 809.766, 812.485, 816.149, 822.015, 827.185, 877.054, 910.964, 917.459, + 925.15, 938.671, 949.092, 950.996, 964.217, 978.798, 982.204, 988.311, + 990.572, 991.853, 993.148, 997.598, 1001.475, 1002.675, 1003.822, + 1009.784, 1010.672, 1011.954, 1085.708, 1087.836, 1090.352, 1092.485, + 1095.248, 1097.054, 1109.902, 1113.863, 1115.815, 1118.484, 1125.518, + 1130.806, 1141.255, 1177.317, 1183.191, 1189.523, 1193.562, 1196.564, + 1201.256, 1204.678, 1207.508, 1210.087, 1213.477, 1214.691, 1219.604, + 1223.844, 1226.958, 1233.435, 1247.642, 1251.533, 1254.777, 1258.659, + 1261.66, 1264.943, 1266.964, 1283.871, 1299.48, 1303.816, 1307.354, + 1308.482, 1311.164, 1313.712, 1316.455, 1320.506, 1325.221, 1339.11, + 1414.379, 1416.605, 1421.433, 1424.374, 1425.341, 1426.63, 1429.645, + 1432.887, 1436, 1440.661, 1461.411, 1469.541, 1477.593, 1547.349, + 1551.247, 1568.164, 1570.738, 1575.942, 1577.267, 1579.407, 1594.8, + 1610.145, 1628.41, 1649.323, 1657.198, 1667.781, 1685.156, 1698.415, + 1712.601, 1723.209, 1726 + ] }, { "vendor": 1, @@ -10046,8 +11598,19 @@ [-73.96277, 40.7151], [-73.96228, 40.71557], [-73.96191, 40.71592], - [-73.96217, 40.71607]], - "timestamps": [ 268, 273.725, 347.197, 485.743, 494.894, 652.831, 670.153, 687.685, 712.973, 722.193, 727.346, 739.368, 772.74, 804.233, 815.703, 819.52, 855.779, 873.909, 919.394, 967.938, 1004.632, 1008.746, 1012.118, 1027.583, 1030.775, 1035.12, 1088.556, 1099.598, 1104.822, 1106.662, 1150.654, 1160.165, 1169.385, 1178.294, 1180.735, 1204.501, 1213.599, 1252.75, 1257.71, 1260.363, 1262.67, 1288.241, 1291.396, 1294.986, 1301.974, 1305.201, 1340.927, 1348.14, 1349.094, 1352.957, 1356.727, 1358.226, 1369.863, 1371.994, 1387.016, 1400.62, 1415.887, 1420.914, 1433.693, 1476.413, 1486.862, 1545.198, 1571.869, 1583.071, 1591.458, 1601] + [-73.96217, 40.71607] + ], + "timestamps": [ + 268, 273.725, 347.197, 485.743, 494.894, 652.831, 670.153, 687.685, + 712.973, 722.193, 727.346, 739.368, 772.74, 804.233, 815.703, 819.52, + 855.779, 873.909, 919.394, 967.938, 1004.632, 1008.746, 1012.118, + 1027.583, 1030.775, 1035.12, 1088.556, 1099.598, 1104.822, 1106.662, + 1150.654, 1160.165, 1169.385, 1178.294, 1180.735, 1204.501, 1213.599, + 1252.75, 1257.71, 1260.363, 1262.67, 1288.241, 1291.396, 1294.986, + 1301.974, 1305.201, 1340.927, 1348.14, 1349.094, 1352.957, 1356.727, + 1358.226, 1369.863, 1371.994, 1387.016, 1400.62, 1415.887, 1420.914, + 1433.693, 1476.413, 1486.862, 1545.198, 1571.869, 1583.071, 1591.458, 1601 + ] }, { "vendor": 1, @@ -10076,8 +11639,14 @@ [-73.97285, 40.69325], [-73.97419, 40.69331], [-73.97714, 40.69342], - [-73.97763, 40.69344]], - "timestamps": [ 298, 328.559, 345.908, 363.749, 417.204, 455.428, 550.351, 560.997, 608.709, 661.937, 673.426, 685.088, 717.575, 759.172, 809.789, 819.365, 920.729, 934, 960.317, 973.089, 1021.105, 1057.359, 1079.693, 1128.835, 1137] + [-73.97763, 40.69344] + ], + "timestamps": [ + 298, 328.559, 345.908, 363.749, 417.204, 455.428, 550.351, 560.997, + 608.709, 661.937, 673.426, 685.088, 717.575, 759.172, 809.789, 819.365, + 920.729, 934, 960.317, 973.089, 1021.105, 1057.359, 1079.693, 1128.835, + 1137 + ] }, { "vendor": 1, @@ -10095,8 +11664,12 @@ [-73.97926, 40.67834], [-73.97913, 40.67836], [-73.97901, 40.67837], - [-73.9741, 40.67645]], - "timestamps": [ 1392, 1400.366, 1426.987, 1453.352, 1477.583, 1489.605, 1572.972, 1619.746, 1639.236, 1642.056, 1692.702, 1695.042, 1697.802, 1824.111] + [-73.9741, 40.67645] + ], + "timestamps": [ + 1392, 1400.366, 1426.987, 1453.352, 1477.583, 1489.605, 1572.972, + 1619.746, 1639.236, 1642.056, 1692.702, 1695.042, 1697.802, 1824.111 + ] }, { "vendor": 1, @@ -10125,8 +11698,14 @@ [-73.97496, 40.64851], [-73.97521, 40.64928], [-73.97551, 40.64993], - [-73.97722, 40.65308]], - "timestamps": [ 1124, 1125.911, 1168.914, 1196.622, 1219.314, 1336.035, 1361.046, 1448.773, 1455.577, 1479.466, 1509.088, 1624.785, 1640.955, 1652.019, 1662.933, 1680.35, 1696.377, 1708.8, 1756.389, 1759.444, 1767.979, 1777.657, 1781.668, 1785.151, 1802.381] + [-73.97722, 40.65308] + ], + "timestamps": [ + 1124, 1125.911, 1168.914, 1196.622, 1219.314, 1336.035, 1361.046, + 1448.773, 1455.577, 1479.466, 1509.088, 1624.785, 1640.955, 1652.019, + 1662.933, 1680.35, 1696.377, 1708.8, 1756.389, 1759.444, 1767.979, + 1777.657, 1781.668, 1785.151, 1802.381 + ] }, { "vendor": 0, @@ -10188,8 +11767,19 @@ [-73.94521, 40.84694], [-73.94508, 40.84463], [-73.94508, 40.84421], - [-73.94512, 40.84365]], - "timestamps": [ 1100, 1103.391, 1105.382, 1171.76, 1198.039, 1256.865, 1280.492, 1299.784, 1409.015, 1413.112, 1448.397, 1493.734, 1512.131, 1516.209, 1524.167, 1530.03, 1534.48, 1536.358, 1541.375, 1551.242, 1553.191, 1558.719, 1561.059, 1565.714, 1568.541, 1570.968, 1576.02, 1578.839, 1583.879, 1587.97, 1608.53, 1614.95, 1625.837, 1628.462, 1638.026, 1642.29, 1644.174, 1662.364, 1675.247, 1684.33, 1694.148, 1710.604, 1715.889, 1719.335, 1724.454, 1731.738, 1739.178, 1743.676, 1746.378, 1749.106, 1753.211, 1757.121, 1760.113, 1764.117, 1774.524, 1794.217, 1797.794, 1802.571] + [-73.94512, 40.84365] + ], + "timestamps": [ + 1100, 1103.391, 1105.382, 1171.76, 1198.039, 1256.865, 1280.492, 1299.784, + 1409.015, 1413.112, 1448.397, 1493.734, 1512.131, 1516.209, 1524.167, + 1530.03, 1534.48, 1536.358, 1541.375, 1551.242, 1553.191, 1558.719, + 1561.059, 1565.714, 1568.541, 1570.968, 1576.02, 1578.839, 1583.879, + 1587.97, 1608.53, 1614.95, 1625.837, 1628.462, 1638.026, 1642.29, + 1644.174, 1662.364, 1675.247, 1684.33, 1694.148, 1710.604, 1715.889, + 1719.335, 1724.454, 1731.738, 1739.178, 1743.676, 1746.378, 1749.106, + 1753.211, 1757.121, 1760.113, 1764.117, 1774.524, 1794.217, 1797.794, + 1802.571 + ] }, { "vendor": 0, @@ -10213,16 +11803,22 @@ [-73.96795, 40.68372], [-73.96765, 40.68223], [-73.96758, 40.68194], - [-73.96746, 40.68159]], - "timestamps": [ 908, 919.402, 935.873, 938.956, 1018.162, 1057.503, 1072.718, 1087.911, 1231.825, 1261.487, 1291.977, 1307.098, 1616.037, 1633.978, 1650.449, 1739.895, 1758.142, 1788.475, 1794.408, 1801.686] + [-73.96746, 40.68159] + ], + "timestamps": [ + 908, 919.402, 935.873, 938.956, 1018.162, 1057.503, 1072.718, 1087.911, + 1231.825, 1261.487, 1291.977, 1307.098, 1616.037, 1633.978, 1650.449, + 1739.895, 1758.142, 1788.475, 1794.408, 1801.686 + ] }, { "vendor": 0, "path": [ [-73.97193, 40.76287], [-73.97185, 40.76297], - [-73.97036, 40.76234]], - "timestamps": [ 1729, 1732.431, 1801.06] + [-73.97036, 40.76234] + ], + "timestamps": [1729, 1732.431, 1801.06] }, { "vendor": 0, @@ -10250,8 +11846,13 @@ [-73.99099, 40.69253], [-73.9931, 40.69284], [-73.99274, 40.6936], - [-73.99242, 40.69425]], - "timestamps": [ 815, 823.413, 833.122, 837.402, 841.291, 844.125, 844.772, 856.448, 870.661, 919.968, 921.145, 924.691, 936.679, 948.872, 956.096, 967.314, 967.746, 969.813, 979.971, 982.876, 989.104, 1021.466, 1029.821, 1037] + [-73.99242, 40.69425] + ], + "timestamps": [ + 815, 823.413, 833.122, 837.402, 841.291, 844.125, 844.772, 856.448, + 870.661, 919.968, 921.145, 924.691, 936.679, 948.872, 956.096, 967.314, + 967.746, 969.813, 979.971, 982.876, 989.104, 1021.466, 1029.821, 1037 + ] }, { "vendor": 0, @@ -10327,8 +11928,21 @@ [-73.99337, 40.6726], [-73.99287, 40.67321], [-73.99236, 40.67381], - [-73.99001, 40.67266]], - "timestamps": [ 947, 956.174, 971.123, 999.4, 1020.712, 1026.813, 1032.773, 1079.526, 1086.883, 1126.408, 1133.29, 1146.032, 1172.361, 1194.396, 1200.522, 1221.744, 1230.098, 1233.178, 1249.518, 1251.369, 1253.175, 1254.99, 1256.735, 1258.588, 1262.618, 1264.22, 1265.962, 1268.335, 1271.415, 1273.794, 1279.912, 1282.453, 1287.897, 1288.755, 1295.224, 1299.33, 1303.329, 1310.513, 1319.095, 1321.351, 1326.093, 1407.29, 1411.655, 1415.751, 1473.882, 1477.122, 1484.476, 1487.571, 1488.448, 1492.469, 1501.211, 1517.702, 1521.953, 1534.192, 1539.376, 1542.845, 1549.64, 1551.438, 1567.346, 1580.831, 1585.638, 1606.387, 1625.15, 1634.333, 1664.017, 1689.481, 1706.571, 1747.405, 1753.811, 1765.91, 1777.935, 1832.884] + [-73.99001, 40.67266] + ], + "timestamps": [ + 947, 956.174, 971.123, 999.4, 1020.712, 1026.813, 1032.773, 1079.526, + 1086.883, 1126.408, 1133.29, 1146.032, 1172.361, 1194.396, 1200.522, + 1221.744, 1230.098, 1233.178, 1249.518, 1251.369, 1253.175, 1254.99, + 1256.735, 1258.588, 1262.618, 1264.22, 1265.962, 1268.335, 1271.415, + 1273.794, 1279.912, 1282.453, 1287.897, 1288.755, 1295.224, 1299.33, + 1303.329, 1310.513, 1319.095, 1321.351, 1326.093, 1407.29, 1411.655, + 1415.751, 1473.882, 1477.122, 1484.476, 1487.571, 1488.448, 1492.469, + 1501.211, 1517.702, 1521.953, 1534.192, 1539.376, 1542.845, 1549.64, + 1551.438, 1567.346, 1580.831, 1585.638, 1606.387, 1625.15, 1634.333, + 1664.017, 1689.481, 1706.571, 1747.405, 1753.811, 1765.91, 1777.935, + 1832.884 + ] }, { "vendor": 0, @@ -10377,16 +11991,25 @@ [-74.01443, 40.71103], [-74.01435, 40.71124], [-74.01403, 40.71274], - [-74.01378, 40.71341]], - "timestamps": [ 507, 509.11875, 519.7125, 534.58, 535.25, 543.075, 550.7875, 582.23, 599.51875, 613.546, 621.55, 643.18, 650.36875, 666.602, 669.4375, 688.365, 704.742, 724.708, 748.783, 762.761, 794.833, 801.987, 816.77, 829.141, 832.58125, 835.036, 855.181, 866.104, 867.419, 869.803, 871.105, 873.828, 876.171, 878.632, 881.016, 882.318, 885.041, 886.119, 888.751, 899.675, 941.842, 944.16875, 945.5, 954.757, 959] + [-74.01378, 40.71341] + ], + "timestamps": [ + 507, 509.11875, 519.7125, 534.58, 535.25, 543.075, 550.7875, 582.23, + 599.51875, 613.546, 621.55, 643.18, 650.36875, 666.602, 669.4375, 688.365, + 704.742, 724.708, 748.783, 762.761, 794.833, 801.987, 816.77, 829.141, + 832.58125, 835.036, 855.181, 866.104, 867.419, 869.803, 871.105, 873.828, + 876.171, 878.632, 881.016, 882.318, 885.041, 886.119, 888.751, 899.675, + 941.842, 944.16875, 945.5, 954.757, 959 + ] }, { "vendor": 0, "path": [ [-73.96287, 40.57877], [-73.9631, 40.57937], - [-73.96033, 40.57996]], - "timestamps": [ 1699, 1738.567, 1848.348] + [-73.96033, 40.57996] + ], + "timestamps": [1699, 1738.567, 1848.348] }, { "vendor": 0, @@ -10420,23 +12043,32 @@ [-74.07686, 40.60599], [-74.07635, 40.60596], [-74.07518, 40.60582], - [-74.07449, 40.60569]], - "timestamps": [ 1494, 1506.726, 1565.584, 1616.426, 1632.397, 1635.032, 1641.121, 1646.531, 1649.609, 1655.425, 1658.564, 1665.919, 1675.348, 1685.907, 1706.308, 1710.345, 1716.646, 1723.071, 1731.428, 1733.989, 1740.569, 1743.833, 1747.133, 1754.424, 1758.345, 1761.704, 1787.964, 1790.965, 1797.913, 1802.084] + [-74.07449, 40.60569] + ], + "timestamps": [ + 1494, 1506.726, 1565.584, 1616.426, 1632.397, 1635.032, 1641.121, + 1646.531, 1649.609, 1655.425, 1658.564, 1665.919, 1675.348, 1685.907, + 1706.308, 1710.345, 1716.646, 1723.071, 1731.428, 1733.989, 1740.569, + 1743.833, 1747.133, 1754.424, 1758.345, 1761.704, 1787.964, 1790.965, + 1797.913, 1802.084 + ] }, { "vendor": 0, "path": [ [-73.94484, 40.6492], - [-73.94936, 40.64892]], - "timestamps": [ 1781, 1918.743] + [-73.94936, 40.64892] + ], + "timestamps": [1781, 1918.743] }, { "vendor": 0, "path": [ [-73.98448, 40.66576], [-73.98308, 40.66509], - [-73.98408, 40.66388]], - "timestamps": [ 1746, 1779.556, 1829.164] + [-73.98408, 40.66388] + ], + "timestamps": [1746, 1779.556, 1829.164] }, { "vendor": 0, @@ -10449,8 +12081,12 @@ [-73.95984, 40.81213], [-73.96057, 40.81243], [-73.95962, 40.81375], - [-73.95824, 40.81565]], - "timestamps": [ 1481, 1503.75, 1548.291, 1562.325, 1576.703, 1692.585, 1709.792, 1751.425, 1811.477] + [-73.95824, 40.81565] + ], + "timestamps": [ + 1481, 1503.75, 1548.291, 1562.325, 1576.703, 1692.585, 1709.792, 1751.425, + 1811.477 + ] }, { "vendor": 0, @@ -10581,8 +12217,28 @@ [-73.96312, 40.76056], [-73.96181, 40.76], [-73.96062, 40.75945], - [-73.94567, 40.75296]], - "timestamps": [ 758, 766.606, 772.768, 788.014, 808.787, 849.098, 862.111, 885.944, 907.446, 932.355, 957.61, 980.02, 994.586, 1008.038, 1031.362, 1033.096, 1033.958, 1035.248, 1036.782, 1037.743, 1038.847, 1043.539, 1045.016, 1046.358, 1050.67, 1052.684, 1054.766, 1055.696, 1057.619, 1059.74, 1060.52, 1065.453, 1068.515, 1074.142, 1078.475, 1089.317, 1099.184, 1102.966, 1124.417, 1147.09, 1156.44, 1172.718, 1174.79, 1176.94, 1179.541, 1183.43, 1184.773, 1187.166, 1190.11, 1192.016, 1215.031, 1224.66, 1230.496, 1235.218, 1237.599, 1242.692, 1258.577, 1264.115, 1266.471, 1270.148, 1291.113, 1293.352, 1295.705, 1298.022, 1300.864, 1311.54, 1313.963, 1316.111, 1317.806, 1319.768, 1321.877, 1324.018, 1325.928, 1331.885, 1333.462, 1336.412, 1339.374, 1367.261, 1369.551, 1371.405, 1372.332, 1375.174, 1378.898, 1381.117, 1392.235, 1394.17, 1397.148, 1403.585, 1419.439, 1422.03, 1425.535, 1429.079, 1435.76, 1440.146, 1445.022, 1448.485, 1453.336, 1456.132, 1486.138, 1495.355, 1508.475, 1514.43, 1523.944, 1526.335, 1527.892, 1531.53, 1535.618, 1537.789, 1551.479, 1559.533, 1566.812, 1575.495, 1577.094, 1581.083, 1582.111, 1706.551, 1736.397, 1763.419, 1766.501, 1768.922, 1770.675, 1771.519, 1775.325, 1776.937, 1786.72, 1795.785, 1907.847] + [-73.94567, 40.75296] + ], + "timestamps": [ + 758, 766.606, 772.768, 788.014, 808.787, 849.098, 862.111, 885.944, + 907.446, 932.355, 957.61, 980.02, 994.586, 1008.038, 1031.362, 1033.096, + 1033.958, 1035.248, 1036.782, 1037.743, 1038.847, 1043.539, 1045.016, + 1046.358, 1050.67, 1052.684, 1054.766, 1055.696, 1057.619, 1059.74, + 1060.52, 1065.453, 1068.515, 1074.142, 1078.475, 1089.317, 1099.184, + 1102.966, 1124.417, 1147.09, 1156.44, 1172.718, 1174.79, 1176.94, + 1179.541, 1183.43, 1184.773, 1187.166, 1190.11, 1192.016, 1215.031, + 1224.66, 1230.496, 1235.218, 1237.599, 1242.692, 1258.577, 1264.115, + 1266.471, 1270.148, 1291.113, 1293.352, 1295.705, 1298.022, 1300.864, + 1311.54, 1313.963, 1316.111, 1317.806, 1319.768, 1321.877, 1324.018, + 1325.928, 1331.885, 1333.462, 1336.412, 1339.374, 1367.261, 1369.551, + 1371.405, 1372.332, 1375.174, 1378.898, 1381.117, 1392.235, 1394.17, + 1397.148, 1403.585, 1419.439, 1422.03, 1425.535, 1429.079, 1435.76, + 1440.146, 1445.022, 1448.485, 1453.336, 1456.132, 1486.138, 1495.355, + 1508.475, 1514.43, 1523.944, 1526.335, 1527.892, 1531.53, 1535.618, + 1537.789, 1551.479, 1559.533, 1566.812, 1575.495, 1577.094, 1581.083, + 1582.111, 1706.551, 1736.397, 1763.419, 1766.501, 1768.922, 1770.675, + 1771.519, 1775.325, 1776.937, 1786.72, 1795.785, 1907.847 + ] }, { "vendor": 0, @@ -10592,8 +12248,9 @@ [-73.99935, 40.6752], [-73.99966, 40.67455], [-73.99807, 40.67411], - [-73.99776, 40.67474]], - "timestamps": [ 1483, 1502.246, 1693.611, 1722.507, 1767.415, 1808.046] + [-73.99776, 40.67474] + ], + "timestamps": [1483, 1502.246, 1693.611, 1722.507, 1767.415, 1808.046] }, { "vendor": 0, @@ -10686,8 +12343,22 @@ [-73.99122, 40.71451], [-73.99128, 40.71448], [-73.99213, 40.71442], - [-73.99248, 40.71439]], - "timestamps": [ 704, 735.571, 746.5, 810.857, 920.975, 922.571, 958.716, 960.494, 974.785, 976.285, 978.711, 982.054, 983.891, 989.031, 1005.832, 1027.636, 1040.111, 1047.762, 1050.777, 1053.593, 1055.9, 1078.728, 1081.6, 1084.33, 1087.714, 1092.926, 1097.327, 1101.946, 1105.928, 1111.323, 1114.789, 1116.505, 1120.075, 1123.496, 1133.242, 1136.658, 1140.135, 1142.666, 1144.186, 1148.28, 1173.519, 1176.774, 1178.919, 1181.992, 1187.919, 1191.056, 1192.69, 1196.375, 1199.731, 1204.063, 1213.665, 1215.968, 1222.142, 1233.53, 1242.255, 1246.108, 1249.779, 1253.207, 1271.539, 1278.673, 1281.975, 1286.316, 1290.514, 1316.283, 1322.739, 1324.637, 1327.411, 1330.926, 1333.588, 1334.825, 1337.357, 1339.443, 1341.5, 1352.428, 1370.757, 1381.571, 1384.949, 1397.357, 1411.07, 1475.416, 1492.071, 1510.089, 1517.571, 1555.281, 1569.785, 1574.348, 1575.857, 1608.522, 1622] + [-73.99248, 40.71439] + ], + "timestamps": [ + 704, 735.571, 746.5, 810.857, 920.975, 922.571, 958.716, 960.494, 974.785, + 976.285, 978.711, 982.054, 983.891, 989.031, 1005.832, 1027.636, 1040.111, + 1047.762, 1050.777, 1053.593, 1055.9, 1078.728, 1081.6, 1084.33, 1087.714, + 1092.926, 1097.327, 1101.946, 1105.928, 1111.323, 1114.789, 1116.505, + 1120.075, 1123.496, 1133.242, 1136.658, 1140.135, 1142.666, 1144.186, + 1148.28, 1173.519, 1176.774, 1178.919, 1181.992, 1187.919, 1191.056, + 1192.69, 1196.375, 1199.731, 1204.063, 1213.665, 1215.968, 1222.142, + 1233.53, 1242.255, 1246.108, 1249.779, 1253.207, 1271.539, 1278.673, + 1281.975, 1286.316, 1290.514, 1316.283, 1322.739, 1324.637, 1327.411, + 1330.926, 1333.588, 1334.825, 1337.357, 1339.443, 1341.5, 1352.428, + 1370.757, 1381.571, 1384.949, 1397.357, 1411.07, 1475.416, 1492.071, + 1510.089, 1517.571, 1555.281, 1569.785, 1574.348, 1575.857, 1608.522, 1622 + ] }, { "vendor": 0, @@ -10728,8 +12399,16 @@ [-73.9573, 40.78023], [-73.95705, 40.78013], [-73.95558, 40.7795], - [-73.9584, 40.77563]], - "timestamps": [ 1359, 1409.746, 1412.63, 1414.167, 1415.983, 1425.34, 1429.385, 1434.2, 1440.868, 1446.587, 1449.885, 1457.711, 1462.631, 1465.185, 1467.831, 1475.267, 1479.184, 1482.189, 1497.871, 1500.216, 1503.719, 1506.736, 1509.187, 1513.757, 1515.343, 1517.31, 1518.933, 1520.587, 1573.171, 1583.352, 1627.524, 1668.82, 1704.256, 1716.895, 1721.682, 1750.281, 1819.829] + [-73.9584, 40.77563] + ], + "timestamps": [ + 1359, 1409.746, 1412.63, 1414.167, 1415.983, 1425.34, 1429.385, 1434.2, + 1440.868, 1446.587, 1449.885, 1457.711, 1462.631, 1465.185, 1467.831, + 1475.267, 1479.184, 1482.189, 1497.871, 1500.216, 1503.719, 1506.736, + 1509.187, 1513.757, 1515.343, 1517.31, 1518.933, 1520.587, 1573.171, + 1583.352, 1627.524, 1668.82, 1704.256, 1716.895, 1721.682, 1750.281, + 1819.829 + ] }, { "vendor": 0, @@ -10837,8 +12516,25 @@ [-73.98217, 40.69601], [-73.98262, 40.69603], [-73.98303, 40.69606], - [-73.98854, 40.69629]], - "timestamps": [ 30, 39.186, 72.721, 85.398, 86.647, 207.942, 213.898, 253.373, 278.023, 288.74, 302.329, 757.073, 777.131, 815.692, 844.197, 877.197, 882.742, 892.586, 895.237, 898.081, 907.267, 921.692, 924.163, 935.559, 963.914, 985.899, 1004.858, 1016.195, 1039.949, 1051.395, 1063.43, 1088.337, 1107.829, 1171.013, 1178.919, 1190.503, 1201.319, 1216.22, 1263.344, 1282.364, 1286.622, 1290.508, 1295.694, 1302.953, 1309.922, 1320.955, 1338.454, 1344.175, 1350.138, 1364.319, 1381.262, 1386.708, 1389.084, 1391.518, 1393.777, 1399.197, 1401.218, 1403.66, 1445.61, 1460.802, 1477.053, 1485.289, 1487.694, 1500.309, 1506.041, 1508.627, 1509.892, 1512.422, 1515.093, 1516.498, 1519.467, 1521.82, 1523.806, 1525.779, 1528.924, 1592.62, 1601.14, 1610.454, 1613.147, 1614.821, 1616.48, 1619.128, 1620.102, 1620.717, 1623.026, 1625.489, 1627.333, 1629.917, 1631.934, 1633.71, 1634.659, 1636.276, 1637.963, 1640.138, 1644.087, 1648.023, 1651.122, 1655.065, 1662.054, 1666.386, 1674.577, 1687.999, 1700.263, 1864.571] + [-73.98854, 40.69629] + ], + "timestamps": [ + 30, 39.186, 72.721, 85.398, 86.647, 207.942, 213.898, 253.373, 278.023, + 288.74, 302.329, 757.073, 777.131, 815.692, 844.197, 877.197, 882.742, + 892.586, 895.237, 898.081, 907.267, 921.692, 924.163, 935.559, 963.914, + 985.899, 1004.858, 1016.195, 1039.949, 1051.395, 1063.43, 1088.337, + 1107.829, 1171.013, 1178.919, 1190.503, 1201.319, 1216.22, 1263.344, + 1282.364, 1286.622, 1290.508, 1295.694, 1302.953, 1309.922, 1320.955, + 1338.454, 1344.175, 1350.138, 1364.319, 1381.262, 1386.708, 1389.084, + 1391.518, 1393.777, 1399.197, 1401.218, 1403.66, 1445.61, 1460.802, + 1477.053, 1485.289, 1487.694, 1500.309, 1506.041, 1508.627, 1509.892, + 1512.422, 1515.093, 1516.498, 1519.467, 1521.82, 1523.806, 1525.779, + 1528.924, 1592.62, 1601.14, 1610.454, 1613.147, 1614.821, 1616.48, + 1619.128, 1620.102, 1620.717, 1623.026, 1625.489, 1627.333, 1629.917, + 1631.934, 1633.71, 1634.659, 1636.276, 1637.963, 1640.138, 1644.087, + 1648.023, 1651.122, 1655.065, 1662.054, 1666.386, 1674.577, 1687.999, + 1700.263, 1864.571 + ] }, { "vendor": 0, @@ -10864,8 +12560,14 @@ [-73.95791, 40.64414], [-73.95797, 40.64457], [-73.95802, 40.64506], - [-73.96779, 40.64399]], - "timestamps": [ 1147, 1156.933, 1171.505, 1201.945, 1216.533, 1225.047, 1253.852, 1283.345, 1297.063, 1309.052, 1329.642, 1356.359, 1372.016, 1383.137, 1407.306, 1471.826, 1569.516, 1576.18, 1605.463, 1614.045, 1623.8, 1824.825] + [-73.96779, 40.64399] + ], + "timestamps": [ + 1147, 1156.933, 1171.505, 1201.945, 1216.533, 1225.047, 1253.852, + 1283.345, 1297.063, 1309.052, 1329.642, 1356.359, 1372.016, 1383.137, + 1407.306, 1471.826, 1569.516, 1576.18, 1605.463, 1614.045, 1623.8, + 1824.825 + ] }, { "vendor": 1, @@ -10894,8 +12596,13 @@ [-73.92603, 40.698], [-73.92535, 40.69807], [-73.91922, 40.70431], - [-73.91815, 40.70536]], - "timestamps": [ 52, 52.556, 54.842, 57.071, 84.355, 107.15, 147.584, 153.604, 156.58, 202.467, 249.799, 282.491, 515.593, 715.528, 716.19, 761.37, 772.637, 948.193, 951.385, 960.793, 979.608, 1107.915, 1120.725, 1279.861, 1307] + [-73.91815, 40.70536] + ], + "timestamps": [ + 52, 52.556, 54.842, 57.071, 84.355, 107.15, 147.584, 153.604, 156.58, + 202.467, 249.799, 282.491, 515.593, 715.528, 716.19, 761.37, 772.637, + 948.193, 951.385, 960.793, 979.608, 1107.915, 1120.725, 1279.861, 1307 + ] }, { "vendor": 0, @@ -11067,8 +12774,33 @@ [-73.84448, 40.74084], [-73.84463, 40.74071], [-73.84483, 40.74058], - [-73.84751, 40.73927]], - "timestamps": [ 572, 579.185, 595.724, 603.409, 619.441, 633.67, 646.281, 655.015, 668.428, 678.238, 684.917, 710.173, 721.34, 734.226, 741.305, 743.152, 745.976, 749.7, 765.956, 770.144, 775.433, 794.558, 807.081, 814.164, 817.068, 843.129, 846.643, 851.097, 856.258, 909.004, 923.632, 937.82, 943.187, 946.168, 948.826, 951.675, 954.28, 956.869, 959.94, 961.829, 965.393, 970.057, 972.871, 975.976, 982.407, 988.297, 994.714, 1001.063, 1011.515, 1016.963, 1022.755, 1028.421, 1033.062, 1036.778, 1040.874, 1044.829, 1048.742, 1053.708, 1058.51, 1061.643, 1064.788, 1069.15, 1072.063, 1075.244, 1080.584, 1084.181, 1086.847, 1090.892, 1093.292, 1095.37, 1097.753, 1099.996, 1105.102, 1106.953, 1108.975, 1110.89, 1113.15, 1115.312, 1120.012, 1121.883, 1125.699, 1133.067, 1137.429, 1143.481, 1146.382, 1151.255, 1155.865, 1167.742, 1172.908, 1177.857, 1187.906, 1193.865, 1196.92, 1200.17, 1207.995, 1227.226, 1286.108, 1300.477, 1339.062, 1355.293, 1356.915, 1368.903, 1381.474, 1390.488, 1407.995, 1428.552, 1438.54, 1442.431, 1446.315, 1466.895, 1476.799, 1481.537, 1486.186, 1491.687, 1499.935, 1503.741, 1507.417, 1510.738, 1518.203, 1531.588, 1539.029, 1543.833, 1547.138, 1549.13, 1555.426, 1556.703, 1563.646, 1567.86, 1570.414, 1574.57, 1579.948, 1586.675, 1593.934, 1603.64, 1615.553, 1621.671, 1623.731, 1637.118, 1642.576, 1649.067, 1655.434, 1661.36, 1669.188, 1674.266, 1679.3, 1690, 1700.865, 1706.044, 1710.276, 1720.338, 1739.119, 1744.922, 1756.985, 1764.549, 1772.221, 1773.979, 1775.551, 1777.356, 1779.122, 1780.964, 1782.835, 1784.899, 1786.666, 1788.445, 1790.213, 1791.992, 1794.048, 1818.943] + [-73.84751, 40.73927] + ], + "timestamps": [ + 572, 579.185, 595.724, 603.409, 619.441, 633.67, 646.281, 655.015, + 668.428, 678.238, 684.917, 710.173, 721.34, 734.226, 741.305, 743.152, + 745.976, 749.7, 765.956, 770.144, 775.433, 794.558, 807.081, 814.164, + 817.068, 843.129, 846.643, 851.097, 856.258, 909.004, 923.632, 937.82, + 943.187, 946.168, 948.826, 951.675, 954.28, 956.869, 959.94, 961.829, + 965.393, 970.057, 972.871, 975.976, 982.407, 988.297, 994.714, 1001.063, + 1011.515, 1016.963, 1022.755, 1028.421, 1033.062, 1036.778, 1040.874, + 1044.829, 1048.742, 1053.708, 1058.51, 1061.643, 1064.788, 1069.15, + 1072.063, 1075.244, 1080.584, 1084.181, 1086.847, 1090.892, 1093.292, + 1095.37, 1097.753, 1099.996, 1105.102, 1106.953, 1108.975, 1110.89, + 1113.15, 1115.312, 1120.012, 1121.883, 1125.699, 1133.067, 1137.429, + 1143.481, 1146.382, 1151.255, 1155.865, 1167.742, 1172.908, 1177.857, + 1187.906, 1193.865, 1196.92, 1200.17, 1207.995, 1227.226, 1286.108, + 1300.477, 1339.062, 1355.293, 1356.915, 1368.903, 1381.474, 1390.488, + 1407.995, 1428.552, 1438.54, 1442.431, 1446.315, 1466.895, 1476.799, + 1481.537, 1486.186, 1491.687, 1499.935, 1503.741, 1507.417, 1510.738, + 1518.203, 1531.588, 1539.029, 1543.833, 1547.138, 1549.13, 1555.426, + 1556.703, 1563.646, 1567.86, 1570.414, 1574.57, 1579.948, 1586.675, + 1593.934, 1603.64, 1615.553, 1621.671, 1623.731, 1637.118, 1642.576, + 1649.067, 1655.434, 1661.36, 1669.188, 1674.266, 1679.3, 1690, 1700.865, + 1706.044, 1710.276, 1720.338, 1739.119, 1744.922, 1756.985, 1764.549, + 1772.221, 1773.979, 1775.551, 1777.356, 1779.122, 1780.964, 1782.835, + 1784.899, 1786.666, 1788.445, 1790.213, 1791.992, 1794.048, 1818.943 + ] }, { "vendor": 0, @@ -11122,8 +12854,17 @@ [-73.99871, 40.68955], [-73.99865, 40.68983], [-73.99863, 40.69007], - [-73.99867, 40.69038]], - "timestamps": [ 1335, 1356.018, 1366.528, 1417.536, 1455.857, 1460.061, 1480.49, 1495.793, 1507.222, 1510.506, 1531.027, 1538.882, 1542.696, 1549.508, 1563.053, 1583.54, 1585.209, 1587.289, 1589.761, 1591.527, 1603.239, 1606.218, 1608.554, 1611.607, 1616.11, 1624.981, 1629.262, 1634.508, 1636.703, 1637.858, 1638.962, 1642.106, 1650.207, 1654.485, 1679.462, 1691.268, 1696.697, 1700.489, 1711.507, 1715.513, 1717.687, 1719.488, 1721.098, 1722.794, 1724.808, 1792.717, 1794.383, 1796.352, 1798.022, 1800.184] + [-73.99867, 40.69038] + ], + "timestamps": [ + 1335, 1356.018, 1366.528, 1417.536, 1455.857, 1460.061, 1480.49, 1495.793, + 1507.222, 1510.506, 1531.027, 1538.882, 1542.696, 1549.508, 1563.053, + 1583.54, 1585.209, 1587.289, 1589.761, 1591.527, 1603.239, 1606.218, + 1608.554, 1611.607, 1616.11, 1624.981, 1629.262, 1634.508, 1636.703, + 1637.858, 1638.962, 1642.106, 1650.207, 1654.485, 1679.462, 1691.268, + 1696.697, 1700.489, 1711.507, 1715.513, 1717.687, 1719.488, 1721.098, + 1722.794, 1724.808, 1792.717, 1794.383, 1796.352, 1798.022, 1800.184 + ] }, { "vendor": 0, @@ -11132,8 +12873,9 @@ [-73.94516, 40.60236], [-73.94609, 40.60226], [-73.94705, 40.60216], - [-73.94751, 40.60455]], - "timestamps": [ 1683, 1712.453, 1742.975, 1774.462, 1834.92] + [-73.94751, 40.60455] + ], + "timestamps": [1683, 1712.453, 1742.975, 1774.462, 1834.92] }, { "vendor": 1, @@ -11223,8 +12965,23 @@ [-73.9965, 40.69918], [-73.99616, 40.69979], [-73.99556, 40.70034], - [-73.99512, 40.70065]], - "timestamps": [ 895, 951.541, 977.689, 1036.37, 1048.099, 1053.677, 1054.667, 1070.145, 1074.491, 1085.202, 1091.947, 1095.623, 1100.403, 1105.337, 1109.461, 1114.22, 1120.768, 1128.508, 1139.225, 1148.355, 1150.259, 1152.253, 1156.079, 1158.172, 1160.522, 1162.668, 1164.564, 1166.595, 1168.742, 1170.959, 1173.203, 1185.88, 1187.915, 1189.976, 1191.978, 1194.227, 1198.134, 1200.199, 1202.231, 1204.265, 1206.529, 1209.093, 1211.781, 1214.564, 1227.794, 1237.525, 1259, 1263.789, 1382.224, 1387.085, 1389.637, 1394.097, 1397.29, 1399.379, 1401.43, 1403.457, 1406.609, 1409.16, 1441.024, 1454.088, 1464.331, 1471.485, 1492.272, 1499.831, 1503.931, 1507.329, 1510.368, 1513.567, 1517.367, 1645.487, 1648.629, 1652.345, 1655.494, 1659.574, 1662.24, 1681.21, 1687.058, 1689.939, 1693.88, 1704.266, 1712.073, 1727.501, 1780.745, 1789.418, 1798.767, 1804.731] + [-73.99512, 40.70065] + ], + "timestamps": [ + 895, 951.541, 977.689, 1036.37, 1048.099, 1053.677, 1054.667, 1070.145, + 1074.491, 1085.202, 1091.947, 1095.623, 1100.403, 1105.337, 1109.461, + 1114.22, 1120.768, 1128.508, 1139.225, 1148.355, 1150.259, 1152.253, + 1156.079, 1158.172, 1160.522, 1162.668, 1164.564, 1166.595, 1168.742, + 1170.959, 1173.203, 1185.88, 1187.915, 1189.976, 1191.978, 1194.227, + 1198.134, 1200.199, 1202.231, 1204.265, 1206.529, 1209.093, 1211.781, + 1214.564, 1227.794, 1237.525, 1259, 1263.789, 1382.224, 1387.085, + 1389.637, 1394.097, 1397.29, 1399.379, 1401.43, 1403.457, 1406.609, + 1409.16, 1441.024, 1454.088, 1464.331, 1471.485, 1492.272, 1499.831, + 1503.931, 1507.329, 1510.368, 1513.567, 1517.367, 1645.487, 1648.629, + 1652.345, 1655.494, 1659.574, 1662.24, 1681.21, 1687.058, 1689.939, + 1693.88, 1704.266, 1712.073, 1727.501, 1780.745, 1789.418, 1798.767, + 1804.731 + ] }, { "vendor": 1, @@ -11314,8 +13071,21 @@ [-73.9863, 40.67708], [-73.98585, 40.6777], [-73.98542, 40.67834], - [-73.98526, 40.67827]], - "timestamps": [ 81, 127.792, 133.404, 148.408, 161.971, 188.066, 202.186, 204.56, 215.4, 220.746, 305.676, 330.966, 335.381, 365.365, 391.307, 422.935, 461.071, 483.214, 534.019, 545.352, 568.769, 588.366, 593.815, 612.69, 619.495, 622.004, 635.315, 636.823, 638.294, 639.773, 641.194, 642.704, 645.986, 647.292, 648.711, 650.644, 653.153, 655.091, 660.074, 662.144, 666.579, 667.278, 672.547, 675.893, 679.15, 685.003, 691.994, 693.831, 697.694, 763.839, 767.394, 770.731, 818.086, 820.725, 826.716, 829.237, 829.951, 833.227, 843.536, 856.258, 863.664, 868.163, 878.133, 882.356, 885.182, 890.717, 892.182, 905.386, 916.578, 920.568, 938.043, 958.78, 961.881, 964.239, 979.524, 1030.898, 1040.662, 1087.449, 1097.434, 1252.202, 1254.649, 1289.083, 1312.069, 1329.086, 1346.357, 1354] + [-73.98526, 40.67827] + ], + "timestamps": [ + 81, 127.792, 133.404, 148.408, 161.971, 188.066, 202.186, 204.56, 215.4, + 220.746, 305.676, 330.966, 335.381, 365.365, 391.307, 422.935, 461.071, + 483.214, 534.019, 545.352, 568.769, 588.366, 593.815, 612.69, 619.495, + 622.004, 635.315, 636.823, 638.294, 639.773, 641.194, 642.704, 645.986, + 647.292, 648.711, 650.644, 653.153, 655.091, 660.074, 662.144, 666.579, + 667.278, 672.547, 675.893, 679.15, 685.003, 691.994, 693.831, 697.694, + 763.839, 767.394, 770.731, 818.086, 820.725, 826.716, 829.237, 829.951, + 833.227, 843.536, 856.258, 863.664, 868.163, 878.133, 882.356, 885.182, + 890.717, 892.182, 905.386, 916.578, 920.568, 938.043, 958.78, 961.881, + 964.239, 979.524, 1030.898, 1040.662, 1087.449, 1097.434, 1252.202, + 1254.649, 1289.083, 1312.069, 1329.086, 1346.357, 1354 + ] }, { "vendor": 1, @@ -11348,8 +13118,14 @@ [-73.99441, 40.70283], [-73.99437, 40.70291], [-73.9945, 40.70296], - [-73.99451, 40.70296]], - "timestamps": [ 767, 767, 805.848, 821.592, 847.54, 872.772, 894.264, 915.423, 939.228, 977.833, 986.222, 992.482, 996.458, 997.23, 998.894, 1000.503, 1001.923, 1021.358, 1047.213, 1050.084, 1111.106, 1122.351, 1131.701, 1132.086, 1135.954, 1143.175, 1145.734, 1149.726, 1150] + [-73.99451, 40.70296] + ], + "timestamps": [ + 767, 767, 805.848, 821.592, 847.54, 872.772, 894.264, 915.423, 939.228, + 977.833, 986.222, 992.482, 996.458, 997.23, 998.894, 1000.503, 1001.923, + 1021.358, 1047.213, 1050.084, 1111.106, 1122.351, 1131.701, 1132.086, + 1135.954, 1143.175, 1145.734, 1149.726, 1150 + ] }, { "vendor": 0, @@ -11445,8 +13221,22 @@ [-73.97468, 40.74216], [-73.97428, 40.74272], [-73.97447, 40.7428], - [-73.97448, 40.74281]], - "timestamps": [ 541, 545.318, 549.421, 560.435, 580.763, 591.11, 599.306, 632.515, 641.415, 644.672, 664.809, 669.489, 674.194, 675.811, 677.49, 679.52, 682.555, 683.603, 685.47, 687.769, 689.256, 707.219, 714.735, 719.29, 722.975, 724.833, 728.809, 741.206, 745.528, 747.367, 750.237, 766.6, 768.348, 771.992, 774.21, 782.542, 784.433, 786.11, 787.433, 788.964, 790.61, 792.281, 793.772, 798.421, 800.695, 801.954, 803.159, 804.268, 805.581, 823.997, 826.035, 827.822, 829.993, 832.21, 835.117, 836.849, 840.088, 846.94, 849.415, 853.286, 857.679, 864.637, 871.774, 879.15, 883.97, 888.593, 892.823, 897.314, 901.577, 904.585, 914.174, 915.901, 918.909, 927.586, 929.489, 931.298, 937.963, 945.464, 957.901, 963.178, 964.25, 974.135, 980.286, 982.614, 988.905, 990.665, 1004.184, 1005.288, 1031.445, 1038.76, 1041.77, 1042] + [-73.97448, 40.74281] + ], + "timestamps": [ + 541, 545.318, 549.421, 560.435, 580.763, 591.11, 599.306, 632.515, + 641.415, 644.672, 664.809, 669.489, 674.194, 675.811, 677.49, 679.52, + 682.555, 683.603, 685.47, 687.769, 689.256, 707.219, 714.735, 719.29, + 722.975, 724.833, 728.809, 741.206, 745.528, 747.367, 750.237, 766.6, + 768.348, 771.992, 774.21, 782.542, 784.433, 786.11, 787.433, 788.964, + 790.61, 792.281, 793.772, 798.421, 800.695, 801.954, 803.159, 804.268, + 805.581, 823.997, 826.035, 827.822, 829.993, 832.21, 835.117, 836.849, + 840.088, 846.94, 849.415, 853.286, 857.679, 864.637, 871.774, 879.15, + 883.97, 888.593, 892.823, 897.314, 901.577, 904.585, 914.174, 915.901, + 918.909, 927.586, 929.489, 931.298, 937.963, 945.464, 957.901, 963.178, + 964.25, 974.135, 980.286, 982.614, 988.905, 990.665, 1004.184, 1005.288, + 1031.445, 1038.76, 1041.77, 1042 + ] }, { "vendor": 0, @@ -11482,8 +13272,15 @@ [-73.98267, 40.67807], [-73.98255, 40.67803], [-73.98212, 40.67866], - [-73.98171, 40.67926]], - "timestamps": [ 624, 664.396, 677.789, 682.957, 725.991, 746.281, 762.659, 782.195, 843.51, 848.911, 856.751, 880.573, 896.95, 903.501, 904.593, 928.609, 945.719, 1014.044, 1025.783, 1030.385, 1058.017, 1069.955, 1085.622, 1113.098, 1115.311, 1126.666, 1154.572, 1263.275, 1267.072, 1270.347, 1280.412, 1290] + [-73.98171, 40.67926] + ], + "timestamps": [ + 624, 664.396, 677.789, 682.957, 725.991, 746.281, 762.659, 782.195, + 843.51, 848.911, 856.751, 880.573, 896.95, 903.501, 904.593, 928.609, + 945.719, 1014.044, 1025.783, 1030.385, 1058.017, 1069.955, 1085.622, + 1113.098, 1115.311, 1126.666, 1154.572, 1263.275, 1267.072, 1270.347, + 1280.412, 1290 + ] }, { "vendor": 1, @@ -11519,8 +13316,14 @@ [-73.99671, 40.69343], [-73.99619, 40.69451], [-73.99585, 40.69523], - [-73.99627, 40.69534]], - "timestamps": [ 381, 386.836, 401.03, 418.216, 423.675, 473.392, 479.762, 547.912, 579.743, 629.63, 647.213, 698.939, 708, 728.181, 745.566, 907.613, 920.185, 924.801, 939.013, 946.693, 958.218, 968.696, 1028.784, 1084.528, 1107.627, 1133.299, 1185.038, 1207.589, 1228.404, 1268.676, 1295.464, 1304] + [-73.99627, 40.69534] + ], + "timestamps": [ + 381, 386.836, 401.03, 418.216, 423.675, 473.392, 479.762, 547.912, + 579.743, 629.63, 647.213, 698.939, 708, 728.181, 745.566, 907.613, + 920.185, 924.801, 939.013, 946.693, 958.218, 968.696, 1028.784, 1084.528, + 1107.627, 1133.299, 1185.038, 1207.589, 1228.404, 1268.676, 1295.464, 1304 + ] }, { "vendor": 1, @@ -11566,8 +13369,16 @@ [-73.98217, 40.69601], [-73.98262, 40.69603], [-73.98303, 40.69606], - [-73.98868, 40.69629]], - "timestamps": [ 1155, 1155.901, 1217.333, 1242.669, 1282.244, 1306.44, 1313.651, 1317.715, 1360.486, 1397.033, 1452.821, 1455.176, 1456.979, 1466.668, 1474.584, 1514.67, 1517.941, 1525.025, 1528.664, 1531.862, 1557.78, 1560.119, 1562.807, 1567.835, 1596.296, 1607.518, 1643.6, 1646.279, 1655.583, 1665.209, 1677.829, 1703.971, 1743.94, 1767.071, 1768.686, 1770.76, 1776.987, 1779.513, 1784.29, 1792.118, 1799.27, 1897.522] + [-73.98868, 40.69629] + ], + "timestamps": [ + 1155, 1155.901, 1217.333, 1242.669, 1282.244, 1306.44, 1313.651, 1317.715, + 1360.486, 1397.033, 1452.821, 1455.176, 1456.979, 1466.668, 1474.584, + 1514.67, 1517.941, 1525.025, 1528.664, 1531.862, 1557.78, 1560.119, + 1562.807, 1567.835, 1596.296, 1607.518, 1643.6, 1646.279, 1655.583, + 1665.209, 1677.829, 1703.971, 1743.94, 1767.071, 1768.686, 1770.76, + 1776.987, 1779.513, 1784.29, 1792.118, 1799.27, 1897.522 + ] }, { "vendor": 0, @@ -11614,8 +13425,17 @@ [-73.95889, 40.7775], [-73.95747, 40.77691], [-73.9584, 40.77563], - [-73.95889, 40.77497]], - "timestamps": [ 1076, 1087.437, 1098.874, 1123.177, 1163.116, 1184.071, 1197.312, 1222.454, 1241.837, 1279.975, 1350.488, 1415.639, 1421.97, 1467.995, 1474.866, 1477.172, 1481.933, 1492.18, 1494.614, 1499.429, 1508.444, 1512.497, 1517.118, 1537.085, 1543.814, 1547.173, 1550.591, 1553.316, 1555.994, 1564.915, 1566.763, 1574.783, 1579.553, 1584.452, 1594.461, 1604.798, 1606.392, 1636.585, 1637.844, 1729.795, 1767.94, 1789.598, 1800.822] + [-73.95889, 40.77497] + ], + "timestamps": [ + 1076, 1087.437, 1098.874, 1123.177, 1163.116, 1184.071, 1197.312, + 1222.454, 1241.837, 1279.975, 1350.488, 1415.639, 1421.97, 1467.995, + 1474.866, 1477.172, 1481.933, 1492.18, 1494.614, 1499.429, 1508.444, + 1512.497, 1517.118, 1537.085, 1543.814, 1547.173, 1550.591, 1553.316, + 1555.994, 1564.915, 1566.763, 1574.783, 1579.553, 1584.452, 1594.461, + 1604.798, 1606.392, 1636.585, 1637.844, 1729.795, 1767.94, 1789.598, + 1800.822 + ] }, { "vendor": 0, @@ -11670,8 +13490,18 @@ [-73.9949, 40.76962], [-73.99511, 40.76924], [-73.99598, 40.76798], - [-73.99693, 40.76676]], - "timestamps": [ 1181, 1224.126, 1239.055, 1354.074, 1358.483, 1375.424, 1391.657, 1423.661, 1459.665, 1465.363, 1477.193, 1496.157, 1517.75, 1519.379, 1521.027, 1522.375, 1523.432, 1525.314, 1526.748, 1528.789, 1530.358, 1532.049, 1533.617, 1535.629, 1539.684, 1544.116, 1547.821, 1556.015, 1563.79, 1575.776, 1593.219, 1595.692, 1598.571, 1602.315, 1608.294, 1613.352, 1631.033, 1637.843, 1662.343, 1678.74, 1685.251, 1690.065, 1695.745, 1701.274, 1705.265, 1708.474, 1725.875, 1733.848, 1742.88, 1774.058, 1805.115] + [-73.99693, 40.76676] + ], + "timestamps": [ + 1181, 1224.126, 1239.055, 1354.074, 1358.483, 1375.424, 1391.657, + 1423.661, 1459.665, 1465.363, 1477.193, 1496.157, 1517.75, 1519.379, + 1521.027, 1522.375, 1523.432, 1525.314, 1526.748, 1528.789, 1530.358, + 1532.049, 1533.617, 1535.629, 1539.684, 1544.116, 1547.821, 1556.015, + 1563.79, 1575.776, 1593.219, 1595.692, 1598.571, 1602.315, 1608.294, + 1613.352, 1631.033, 1637.843, 1662.343, 1678.74, 1685.251, 1690.065, + 1695.745, 1701.274, 1705.265, 1708.474, 1725.875, 1733.848, 1742.88, + 1774.058, 1805.115 + ] }, { "vendor": 0, @@ -11725,8 +13555,17 @@ [-74.01319, 40.70405], [-74.01157, 40.70402], [-74.01156, 40.70424], - [-74.0113, 40.7043]], - "timestamps": [ 991, 1010.575, 1047.519, 1062.775, 1132.068, 1160.65, 1181.796, 1207.259, 1212.115, 1220.803, 1227.532, 1233.291, 1260.884, 1271.576, 1278.101, 1282.279, 1290.257, 1295.326, 1364.098, 1368.825, 1373.783, 1469.705, 1472.516, 1477.778, 1487.839, 1490.674, 1496.148, 1500.782, 1505.461, 1507.689, 1513.003, 1531.743, 1542.46, 1558.756, 1562.999, 1577.195, 1579.92, 1581.515, 1585.763, 1588.04, 1588.91, 1597.828, 1619.034, 1627.289, 1648.93, 1664.975, 1684.285, 1788.685, 1796.842, 1804.025] + [-74.0113, 40.7043] + ], + "timestamps": [ + 991, 1010.575, 1047.519, 1062.775, 1132.068, 1160.65, 1181.796, 1207.259, + 1212.115, 1220.803, 1227.532, 1233.291, 1260.884, 1271.576, 1278.101, + 1282.279, 1290.257, 1295.326, 1364.098, 1368.825, 1373.783, 1469.705, + 1472.516, 1477.778, 1487.839, 1490.674, 1496.148, 1500.782, 1505.461, + 1507.689, 1513.003, 1531.743, 1542.46, 1558.756, 1562.999, 1577.195, + 1579.92, 1581.515, 1585.763, 1588.04, 1588.91, 1597.828, 1619.034, + 1627.289, 1648.93, 1664.975, 1684.285, 1788.685, 1796.842, 1804.025 + ] }, { "vendor": 0, @@ -11810,8 +13649,20 @@ [-73.98084, 40.68876], [-73.98374, 40.68449], [-73.98396, 40.68418], - [-73.98607, 40.685]], - "timestamps": [ 201, 233.9, 251.098, 291.177, 306.78, 322.489, 347.223, 368.83, 392.836, 397.637, 403.582, 412.667, 430.977, 432.706, 436.031, 438.929, 442.726, 444.714, 446.558, 450.983, 452.633, 454.627, 488.878, 501.282, 514.551, 521.275, 523.239, 533.539, 538.219, 540.33, 541.363, 543.429, 545.61, 546.756, 549.181, 551.102, 552.723, 554.335, 556.902, 608.908, 615.865, 623.47, 625.669, 627.035, 628.39, 630.552, 631.347, 631.849, 633.738, 635.752, 637.261, 639.375, 641.025, 642.478, 643.254, 644.577, 645.957, 647.737, 650.967, 654.187, 656.723, 659.948, 665.665, 668.694, 674.422, 683.806, 692.382, 695.724, 700.913, 732.046, 743.314, 747.076, 774.626, 794.254, 872.634, 886.1, 891.11, 1040.477, 1051.425, 1089] + [-73.98607, 40.685] + ], + "timestamps": [ + 201, 233.9, 251.098, 291.177, 306.78, 322.489, 347.223, 368.83, 392.836, + 397.637, 403.582, 412.667, 430.977, 432.706, 436.031, 438.929, 442.726, + 444.714, 446.558, 450.983, 452.633, 454.627, 488.878, 501.282, 514.551, + 521.275, 523.239, 533.539, 538.219, 540.33, 541.363, 543.429, 545.61, + 546.756, 549.181, 551.102, 552.723, 554.335, 556.902, 608.908, 615.865, + 623.47, 625.669, 627.035, 628.39, 630.552, 631.347, 631.849, 633.738, + 635.752, 637.261, 639.375, 641.025, 642.478, 643.254, 644.577, 645.957, + 647.737, 650.967, 654.187, 656.723, 659.948, 665.665, 668.694, 674.422, + 683.806, 692.382, 695.724, 700.913, 732.046, 743.314, 747.076, 774.626, + 794.254, 872.634, 886.1, 891.11, 1040.477, 1051.425, 1089 + ] }, { "vendor": 0, @@ -11838,8 +13689,14 @@ [-74.01744, 40.64481], [-74.01448, 40.64776], [-74.01373, 40.64836], - [-73.99703, 40.66441]], - "timestamps": [ 1425, 1477.485, 1490.942, 1568.13, 1571.689, 1621.127, 1623.921, 1628.211, 1638.959, 1652.533, 1663.471, 1668.584, 1676.713, 1684.642, 1691.126, 1699.537, 1702.215, 1707.46, 1716.54, 1733.181, 1755.867, 1760.927, 1886.044] + [-73.99703, 40.66441] + ], + "timestamps": [ + 1425, 1477.485, 1490.942, 1568.13, 1571.689, 1621.127, 1623.921, 1628.211, + 1638.959, 1652.533, 1663.471, 1668.584, 1676.713, 1684.642, 1691.126, + 1699.537, 1702.215, 1707.46, 1716.54, 1733.181, 1755.867, 1760.927, + 1886.044 + ] }, { "vendor": 1, @@ -11891,8 +13748,17 @@ [-73.96378, 40.71028], [-73.96387, 40.71029], [-73.96383, 40.71047], - [-73.96128, 40.7145]], - "timestamps": [ 644, 658.516, 733.319, 779.193, 797.63, 799.952, 801.56, 830.442, 842.36, 882.146, 911.96, 931.68, 976.92, 1019.839, 1038.823, 1053.48, 1097.051, 1123.08, 1149.76, 1230.624, 1258.8, 1262.343, 1266.241, 1308.634, 1330.043, 1349.28, 1381.642, 1419.179, 1448.866, 1457.159, 1492.292, 1494.649, 1499.539, 1507.023, 1596.071, 1599.84, 1602.006, 1607.353, 1610.127, 1612.756, 1614.746, 1616.478, 1619.56, 1653.609, 1664.461, 1665.96, 1671.52, 1807.681] + [-73.96128, 40.7145] + ], + "timestamps": [ + 644, 658.516, 733.319, 779.193, 797.63, 799.952, 801.56, 830.442, 842.36, + 882.146, 911.96, 931.68, 976.92, 1019.839, 1038.823, 1053.48, 1097.051, + 1123.08, 1149.76, 1230.624, 1258.8, 1262.343, 1266.241, 1308.634, + 1330.043, 1349.28, 1381.642, 1419.179, 1448.866, 1457.159, 1492.292, + 1494.649, 1499.539, 1507.023, 1596.071, 1599.84, 1602.006, 1607.353, + 1610.127, 1612.756, 1614.746, 1616.478, 1619.56, 1653.609, 1664.461, + 1665.96, 1671.52, 1807.681 + ] }, { "vendor": 0, @@ -11949,8 +13815,18 @@ [-73.99969, 40.67371], [-74.00093, 40.67576], [-74.00205, 40.67746], - [-74.00245, 40.67803]], - "timestamps": [ 684, 686.564, 689.229, 892.105, 955.934, 987.481, 998.789, 1022.712, 1033.529, 1039.563, 1102.083, 1106.269, 1157.083, 1163.808, 1203.19, 1206.951, 1318.95, 1516.565, 1520.964, 1524.644, 1536.248, 1549.405, 1554.857, 1559.593, 1583.016, 1588.418, 1592.869, 1596.485, 1599.835, 1610.437, 1644.684, 1646.936, 1649.743, 1653.077, 1655.46, 1671.261, 1675.281, 1678.432, 1682.551, 1688.626, 1700.594, 1706.37, 1712.896, 1715.627, 1717.064, 1718.436, 1722.348, 1732.426, 1737.747, 1768.819, 1783.506, 1798.713, 1803.88] + [-74.00245, 40.67803] + ], + "timestamps": [ + 684, 686.564, 689.229, 892.105, 955.934, 987.481, 998.789, 1022.712, + 1033.529, 1039.563, 1102.083, 1106.269, 1157.083, 1163.808, 1203.19, + 1206.951, 1318.95, 1516.565, 1520.964, 1524.644, 1536.248, 1549.405, + 1554.857, 1559.593, 1583.016, 1588.418, 1592.869, 1596.485, 1599.835, + 1610.437, 1644.684, 1646.936, 1649.743, 1653.077, 1655.46, 1671.261, + 1675.281, 1678.432, 1682.551, 1688.626, 1700.594, 1706.37, 1712.896, + 1715.627, 1717.064, 1718.436, 1722.348, 1732.426, 1737.747, 1768.819, + 1783.506, 1798.713, 1803.88 + ] }, { "vendor": 0, @@ -11976,8 +13852,13 @@ [-73.9873, 40.7389], [-73.98957, 40.73983], [-73.99052, 40.74025], - [-73.99363, 40.74157]], - "timestamps": [ 135, 171.09375, 296.976, 303.4375, 307.319, 334.375, 368.75, 408.476, 428.90625, 656.14, 659.21875, 794.205, 798.4375, 856.983, 870.625, 961.585, 980.625, 999.582, 1018.4375, 1102.795, 1138.75, 1235] + [-73.99363, 40.74157] + ], + "timestamps": [ + 135, 171.09375, 296.976, 303.4375, 307.319, 334.375, 368.75, 408.476, + 428.90625, 656.14, 659.21875, 794.205, 798.4375, 856.983, 870.625, + 961.585, 980.625, 999.582, 1018.4375, 1102.795, 1138.75, 1235 + ] }, { "vendor": 1, @@ -12027,8 +13908,16 @@ [-73.95633, 40.72711], [-73.95413, 40.72784], [-73.95327, 40.72813], - [-73.95365, 40.72881]], - "timestamps": [ 671, 682.557, 689.006, 713.469, 727.721, 797.549, 799.748, 812.851, 814.153, 818.655, 845.842, 868.223, 874.475, 901.744, 903.573, 907.369, 913.177, 982.291, 985.217, 986.898, 991.048, 993.201, 995.242, 996.786, 998.131, 1000.522, 1026.95, 1035.373, 1036.536, 1040.137, 1041.331, 1062.646, 1116.571, 1141.225, 1151.58, 1281.294, 1293.668, 1303.02, 1305.736, 1311.138, 1362.765, 1371.461, 1384.117, 1435.179, 1455.192, 1475] + [-73.95365, 40.72881] + ], + "timestamps": [ + 671, 682.557, 689.006, 713.469, 727.721, 797.549, 799.748, 812.851, + 814.153, 818.655, 845.842, 868.223, 874.475, 901.744, 903.573, 907.369, + 913.177, 982.291, 985.217, 986.898, 991.048, 993.201, 995.242, 996.786, + 998.131, 1000.522, 1026.95, 1035.373, 1036.536, 1040.137, 1041.331, + 1062.646, 1116.571, 1141.225, 1151.58, 1281.294, 1293.668, 1303.02, + 1305.736, 1311.138, 1362.765, 1371.461, 1384.117, 1435.179, 1455.192, 1475 + ] }, { "vendor": 1, @@ -12075,15 +13964,24 @@ [-73.9692, 40.67253], [-73.96907, 40.67243], [-73.96886, 40.67223], - [-73.96895, 40.67239]], - "timestamps": [ 50, 50.979, 76.445, 156.681, 165.477, 193.395, 197.727, 200.482, 218.145, 287.78, 354.485, 376.158, 401.722, 404.865, 437.744, 454.656, 512.968, 532.186, 540.119, 564.802, 570.783, 581.046, 593.471, 597.417, 604.738, 606.065, 611.22, 615.76, 625.471, 627.389, 634.747, 636.848, 651.477, 670.929, 694.152, 699.368, 702.317, 706.725, 712.037, 714.52, 717.595, 723.192, 727] + [-73.96895, 40.67239] + ], + "timestamps": [ + 50, 50.979, 76.445, 156.681, 165.477, 193.395, 197.727, 200.482, 218.145, + 287.78, 354.485, 376.158, 401.722, 404.865, 437.744, 454.656, 512.968, + 532.186, 540.119, 564.802, 570.783, 581.046, 593.471, 597.417, 604.738, + 606.065, 611.22, 615.76, 625.471, 627.389, 634.747, 636.848, 651.477, + 670.929, 694.152, 699.368, 702.317, 706.725, 712.037, 714.52, 717.595, + 723.192, 727 + ] }, { "vendor": 0, "path": [ [-73.94786, 40.66028], - [-73.95056, 40.66011]], - "timestamps": [ 1750, 1821.291] + [-73.95056, 40.66011] + ], + "timestamps": [1750, 1821.291] }, { "vendor": 1, @@ -12121,8 +14019,15 @@ [-73.9789, 40.69623], [-73.97854, 40.69622], [-73.97648, 40.69611], - [-73.9653, 40.69573]], - "timestamps": [ 1227, 1257.526, 1270.366, 1322.862, 1330.538, 1342.598, 1439.526, 1451.622, 1463.864, 1481.521, 1487.96, 1492.068, 1501.654, 1522.598, 1542.363, 1555.201, 1564.984, 1587.627, 1588.972, 1602.531, 1672.819, 1675.121, 1682.729, 1703.19, 1704.032, 1706.271, 1707.272, 1711.522, 1713.096, 1717.099, 1720.009, 1722.231, 1734.97, 1804.006] + [-73.9653, 40.69573] + ], + "timestamps": [ + 1227, 1257.526, 1270.366, 1322.862, 1330.538, 1342.598, 1439.526, + 1451.622, 1463.864, 1481.521, 1487.96, 1492.068, 1501.654, 1522.598, + 1542.363, 1555.201, 1564.984, 1587.627, 1588.972, 1602.531, 1672.819, + 1675.121, 1682.729, 1703.19, 1704.032, 1706.271, 1707.272, 1711.522, + 1713.096, 1717.099, 1720.009, 1722.231, 1734.97, 1804.006 + ] }, { "vendor": 0, @@ -12175,8 +14080,17 @@ [-73.99649, 40.66872], [-73.99699, 40.6694], [-73.99969, 40.67371], - [-74.00093, 40.67576]], - "timestamps": [ 269, 310.601, 388.378, 479.23, 522.227, 590.347, 609.048, 641.243, 650.65, 939.038, 963.567, 1017.83, 1018.774, 1021.447, 1176.398, 1449.8, 1455.886, 1460.978, 1477.031, 1495.235, 1502.778, 1509.33, 1541.736, 1549.209, 1555.367, 1560.37, 1565.004, 1579.673, 1627.054, 1630.17, 1634.053, 1638.666, 1641.962, 1663.823, 1669.385, 1673.744, 1679.443, 1687.848, 1704.406, 1712.397, 1721.426, 1725.204, 1727.192, 1729.091, 1734.503, 1748.446, 1755.808, 1798.796, 1819.115] + [-74.00093, 40.67576] + ], + "timestamps": [ + 269, 310.601, 388.378, 479.23, 522.227, 590.347, 609.048, 641.243, 650.65, + 939.038, 963.567, 1017.83, 1018.774, 1021.447, 1176.398, 1449.8, 1455.886, + 1460.978, 1477.031, 1495.235, 1502.778, 1509.33, 1541.736, 1549.209, + 1555.367, 1560.37, 1565.004, 1579.673, 1627.054, 1630.17, 1634.053, + 1638.666, 1641.962, 1663.823, 1669.385, 1673.744, 1679.443, 1687.848, + 1704.406, 1712.397, 1721.426, 1725.204, 1727.192, 1729.091, 1734.503, + 1748.446, 1755.808, 1798.796, 1819.115 + ] }, { "vendor": 0, @@ -12294,8 +14208,25 @@ [-73.97908, 40.68627], [-73.97827, 40.6852], [-73.97745, 40.68405], - [-73.9772, 40.6837]], - "timestamps": [ 224, 238.244, 253.784, 310.098, 366.446, 372.92, 381.342, 383.28, 388.144, 398.666, 413.812, 419.539, 425.72, 431.979, 436.348, 441.022, 455.427, 459.323, 465.708, 475.678, 486.521, 503.712, 511.044, 516.782, 522.383, 540.439, 544.174, 546.323, 549.099, 550.687, 554.499, 563.815, 575.762, 577.943, 580.349, 596.339, 599.026, 609.119, 611.392, 623.619, 647.007, 662.606, 667.706, 673.021, 685.662, 700.765, 705.62, 707.737, 709.907, 711.921, 716.752, 718.554, 720.73, 758.124, 771.667, 786.154, 793.495, 795.639, 806.884, 811.993, 814.299, 815.426, 817.681, 820.063, 821.314, 823.961, 826.059, 827.829, 829.588, 832.391, 889.17, 896.765, 905.067, 907.468, 908.96, 910.439, 912.799, 913.668, 914.215, 916.169, 918.252, 919.812, 921.997, 923.703, 925.205, 926.008, 927.376, 928.803, 930.642, 933.982, 937.312, 939.933, 943.268, 949.179, 952.311, 958.233, 967.936, 976.803, 980.258, 985.623, 1017.812, 1029.463, 1033.352, 1061.837, 1082.131, 1163.17, 1177.093, 1182.071, 1211.967, 1224.883, 1241.832, 1267.928, 1295.58, 1304] + [-73.9772, 40.6837] + ], + "timestamps": [ + 224, 238.244, 253.784, 310.098, 366.446, 372.92, 381.342, 383.28, 388.144, + 398.666, 413.812, 419.539, 425.72, 431.979, 436.348, 441.022, 455.427, + 459.323, 465.708, 475.678, 486.521, 503.712, 511.044, 516.782, 522.383, + 540.439, 544.174, 546.323, 549.099, 550.687, 554.499, 563.815, 575.762, + 577.943, 580.349, 596.339, 599.026, 609.119, 611.392, 623.619, 647.007, + 662.606, 667.706, 673.021, 685.662, 700.765, 705.62, 707.737, 709.907, + 711.921, 716.752, 718.554, 720.73, 758.124, 771.667, 786.154, 793.495, + 795.639, 806.884, 811.993, 814.299, 815.426, 817.681, 820.063, 821.314, + 823.961, 826.059, 827.829, 829.588, 832.391, 889.17, 896.765, 905.067, + 907.468, 908.96, 910.439, 912.799, 913.668, 914.215, 916.169, 918.252, + 919.812, 921.997, 923.703, 925.205, 926.008, 927.376, 928.803, 930.642, + 933.982, 937.312, 939.933, 943.268, 949.179, 952.311, 958.233, 967.936, + 976.803, 980.258, 985.623, 1017.812, 1029.463, 1033.352, 1061.837, + 1082.131, 1163.17, 1177.093, 1182.071, 1211.967, 1224.883, 1241.832, + 1267.928, 1295.58, 1304 + ] }, { "vendor": 0, @@ -12460,8 +14391,32 @@ [-73.99901, 40.69397], [-73.99889, 40.69426], [-73.99837, 40.69537], - [-73.9965, 40.69918]], - "timestamps": [ 324, 376.55, 386.923, 397.57, 412.584, 423.266, 435.106, 438.125, 469.507, 478.648, 493.336, 727.952, 732.391, 735.617, 737.816, 742.023, 748.171, 754.6, 758.614, 763.047, 766.924, 769.746, 772.815, 775.858, 781.987, 806.427, 812.639, 815.728, 821.796, 827.83, 834.005, 853.131, 863.888, 881.994, 883.906, 888.489, 890.807, 893.17, 895.356, 898.683, 908.434, 913.892, 917.221, 920.197, 923.228, 926.237, 929.146, 931.077, 933.865, 940.901, 943.949, 951.116, 954.791, 957.941, 960.916, 972.783, 977.879, 983.762, 987.092, 990.44, 993.534, 998.887, 1001.495, 1003.907, 1009.037, 1011.799, 1015.067, 1020.973, 1024.168, 1027.114, 1038.534, 1051.744, 1054.863, 1062.17, 1069.95, 1076.923, 1086.045, 1097.759, 1106.47, 1118.317, 1126.414, 1131.151, 1144.421, 1158.48, 1167.305, 1184.833, 1197.659, 1201.453, 1203.436, 1205.476, 1208, 1210.414, 1212.803, 1214.938, 1218.927, 1221.119, 1223.074, 1225.123, 1229.016, 1230.924, 1234.419, 1236.455, 1241.724, 1243.457, 1247.486, 1257.671, 1260.152, 1262.139, 1264.413, 1266.515, 1268.381, 1270.236, 1274.021, 1276.54, 1279.318, 1281.54, 1284.196, 1289.368, 1291.762, 1294.445, 1299.698, 1308.791, 1325.458, 1350.769, 1356.414, 1496.003, 1501.732, 1504.739, 1509.996, 1513.76, 1516.222, 1518.639, 1521.029, 1524.743, 1527.75, 1565.306, 1580.703, 1588.606, 1594.126, 1610.164, 1615.996, 1619.16, 1621.782, 1624.126, 1626.595, 1629.526, 1728.379, 1730.803, 1733.67, 1736.1, 1739.248, 1741.305, 1755.942, 1760.453, 1762.677, 1765.717, 1769.237, 1776.684, 1779.755, 1791.659, 1832.74] + [-73.9965, 40.69918] + ], + "timestamps": [ + 324, 376.55, 386.923, 397.57, 412.584, 423.266, 435.106, 438.125, 469.507, + 478.648, 493.336, 727.952, 732.391, 735.617, 737.816, 742.023, 748.171, + 754.6, 758.614, 763.047, 766.924, 769.746, 772.815, 775.858, 781.987, + 806.427, 812.639, 815.728, 821.796, 827.83, 834.005, 853.131, 863.888, + 881.994, 883.906, 888.489, 890.807, 893.17, 895.356, 898.683, 908.434, + 913.892, 917.221, 920.197, 923.228, 926.237, 929.146, 931.077, 933.865, + 940.901, 943.949, 951.116, 954.791, 957.941, 960.916, 972.783, 977.879, + 983.762, 987.092, 990.44, 993.534, 998.887, 1001.495, 1003.907, 1009.037, + 1011.799, 1015.067, 1020.973, 1024.168, 1027.114, 1038.534, 1051.744, + 1054.863, 1062.17, 1069.95, 1076.923, 1086.045, 1097.759, 1106.47, + 1118.317, 1126.414, 1131.151, 1144.421, 1158.48, 1167.305, 1184.833, + 1197.659, 1201.453, 1203.436, 1205.476, 1208, 1210.414, 1212.803, + 1214.938, 1218.927, 1221.119, 1223.074, 1225.123, 1229.016, 1230.924, + 1234.419, 1236.455, 1241.724, 1243.457, 1247.486, 1257.671, 1260.152, + 1262.139, 1264.413, 1266.515, 1268.381, 1270.236, 1274.021, 1276.54, + 1279.318, 1281.54, 1284.196, 1289.368, 1291.762, 1294.445, 1299.698, + 1308.791, 1325.458, 1350.769, 1356.414, 1496.003, 1501.732, 1504.739, + 1509.996, 1513.76, 1516.222, 1518.639, 1521.029, 1524.743, 1527.75, + 1565.306, 1580.703, 1588.606, 1594.126, 1610.164, 1615.996, 1619.16, + 1621.782, 1624.126, 1626.595, 1629.526, 1728.379, 1730.803, 1733.67, + 1736.1, 1739.248, 1741.305, 1755.942, 1760.453, 1762.677, 1765.717, + 1769.237, 1776.684, 1779.755, 1791.659, 1832.74 + ] }, { "vendor": 0, @@ -12572,8 +14527,24 @@ [-73.99787, 40.68295], [-73.99588, 40.68239], [-73.99391, 40.68164], - [-73.9909, 40.68608]], - "timestamps": [ 455, 460.304, 471.934, 548.045, 551.581, 553.51, 555.726, 557.678, 559.84, 562.265, 574.129, 583.778, 592.568, 596.815, 601.804, 608.609, 612.845, 620.501, 624.642, 628.461, 643.263, 660.386, 664.429, 673.9, 683.985, 693.023, 704.847, 720.03, 731.322, 743.392, 748.367, 757.177, 763.318, 780.517, 798.741, 810.18, 832.899, 849.524, 854.442, 857.013, 859.656, 862.929, 866.057, 869.154, 871.921, 877.091, 879.933, 882.468, 885.123, 890.169, 892.642, 897.172, 899.812, 906.641, 908.887, 914.11, 927.312, 930.528, 933.104, 936.051, 938.776, 943.594, 948.501, 951.766, 955.366, 958.247, 961.69, 968.394, 971.497, 974.974, 981.783, 993.57, 1015.174, 1047.736, 1054.999, 1234.583, 1241.954, 1245.823, 1252.586, 1257.428, 1260.596, 1263.705, 1266.78, 1271.558, 1275.427, 1323.743, 1343.552, 1351.513, 1357.073, 1369.205, 1388.426, 1395.706, 1399.569, 1405.379, 1410.09, 1426.465, 1448.184, 1459.45, 1509.672, 1511.604, 1512.094, 1559.895, 1599.192, 1617.844, 1662.38, 1708.631, 1873.86] + [-73.9909, 40.68608] + ], + "timestamps": [ + 455, 460.304, 471.934, 548.045, 551.581, 553.51, 555.726, 557.678, 559.84, + 562.265, 574.129, 583.778, 592.568, 596.815, 601.804, 608.609, 612.845, + 620.501, 624.642, 628.461, 643.263, 660.386, 664.429, 673.9, 683.985, + 693.023, 704.847, 720.03, 731.322, 743.392, 748.367, 757.177, 763.318, + 780.517, 798.741, 810.18, 832.899, 849.524, 854.442, 857.013, 859.656, + 862.929, 866.057, 869.154, 871.921, 877.091, 879.933, 882.468, 885.123, + 890.169, 892.642, 897.172, 899.812, 906.641, 908.887, 914.11, 927.312, + 930.528, 933.104, 936.051, 938.776, 943.594, 948.501, 951.766, 955.366, + 958.247, 961.69, 968.394, 971.497, 974.974, 981.783, 993.57, 1015.174, + 1047.736, 1054.999, 1234.583, 1241.954, 1245.823, 1252.586, 1257.428, + 1260.596, 1263.705, 1266.78, 1271.558, 1275.427, 1323.743, 1343.552, + 1351.513, 1357.073, 1369.205, 1388.426, 1395.706, 1399.569, 1405.379, + 1410.09, 1426.465, 1448.184, 1459.45, 1509.672, 1511.604, 1512.094, + 1559.895, 1599.192, 1617.844, 1662.38, 1708.631, 1873.86 + ] }, { "vendor": 0, @@ -12592,8 +14563,12 @@ [-73.99187, 40.74418], [-73.98782, 40.7497], [-73.98639, 40.75169], - [-73.98548, 40.75293]], - "timestamps": [ 737, 782.583, 795.903, 990.088, 1009.637, 1091.395, 1105.566, 1157.276, 1176.475, 1206.815, 1241.09, 1585.195, 1730.271, 1782.32, 1814.91] + [-73.98548, 40.75293] + ], + "timestamps": [ + 737, 782.583, 795.903, 990.088, 1009.637, 1091.395, 1105.566, 1157.276, + 1176.475, 1206.815, 1241.09, 1585.195, 1730.271, 1782.32, 1814.91 + ] }, { "vendor": 0, @@ -12605,8 +14580,11 @@ [-73.9677, 40.80298], [-73.96781, 40.80278], [-73.96788, 40.80242], - [-73.96809, 40.80054]], - "timestamps": [ 1560, 1561.835, 1668.023, 1670.131, 1774.599, 1780.918, 1791.532, 1846.563] + [-73.96809, 40.80054] + ], + "timestamps": [ + 1560, 1561.835, 1668.023, 1670.131, 1774.599, 1780.918, 1791.532, 1846.563 + ] }, { "vendor": 0, @@ -12650,8 +14628,15 @@ [-73.99363, 40.72728], [-73.99314, 40.72786], [-73.9916, 40.72711], - [-73.99168, 40.72688]], - "timestamps": [ 294, 295.8, 304.558, 317.354, 321.013, 328.911, 338.422, 339.622, 346.226, 354.029, 368.37, 374.44, 376.041, 385.245, 394.25, 397.251, 465.589, 467.486, 468.77, 481.293, 500.213, 510.046, 535.185, 538.788, 548.409, 558.732, 565.335, 567.605, 583.944, 607.848, 609.757, 620.519, 623.564, 633.179, 643.689, 648.776, 652.719, 661.383, 692.598, 695] + [-73.99168, 40.72688] + ], + "timestamps": [ + 294, 295.8, 304.558, 317.354, 321.013, 328.911, 338.422, 339.622, 346.226, + 354.029, 368.37, 374.44, 376.041, 385.245, 394.25, 397.251, 465.589, + 467.486, 468.77, 481.293, 500.213, 510.046, 535.185, 538.788, 548.409, + 558.732, 565.335, 567.605, 583.944, 607.848, 609.757, 620.519, 623.564, + 633.179, 643.689, 648.776, 652.719, 661.383, 692.598, 695 + ] }, { "vendor": 0, @@ -12689,8 +14674,15 @@ [-73.9965, 40.69918], [-73.99616, 40.69979], [-73.99556, 40.70034], - [-73.99512, 40.70065]], - "timestamps": [ 1362, 1427.188, 1472.778, 1566.506, 1569.255, 1573.354, 1580.642, 1584.825, 1587.194, 1589.589, 1597.819, 1604.989, 1607.209, 1609.33, 1620.356, 1621.999, 1624.371, 1696.029, 1698.096, 1700.541, 1702.614, 1705.298, 1707.053, 1719.536, 1723.384, 1725.28, 1727.874, 1734.708, 1739.846, 1749.998, 1785.035, 1790.743, 1796.895, 1800.819] + [-73.99512, 40.70065] + ], + "timestamps": [ + 1362, 1427.188, 1472.778, 1566.506, 1569.255, 1573.354, 1580.642, + 1584.825, 1587.194, 1589.589, 1597.819, 1604.989, 1607.209, 1609.33, + 1620.356, 1621.999, 1624.371, 1696.029, 1698.096, 1700.541, 1702.614, + 1705.298, 1707.053, 1719.536, 1723.384, 1725.28, 1727.874, 1734.708, + 1739.846, 1749.998, 1785.035, 1790.743, 1796.895, 1800.819 + ] }, { "vendor": 1, @@ -12755,8 +14747,19 @@ [-73.96526, 40.71702], [-73.95954, 40.72234], [-73.95934, 40.72253], - [-73.95818, 40.72181]], - "timestamps": [ 870, 895.968, 903.759, 921.072, 969.268, 970.89, 979.908, 983.157, 985.994, 991.61, 994.65, 1006.971, 1010.231, 1013.082, 1027.281, 1080.028, 1095.063, 1118.435, 1156.35, 1158.254, 1160.678, 1164.896, 1168.02, 1170.973, 1192.253, 1218.172, 1220.579, 1222.248, 1262.157, 1270.785, 1279.149, 1287.232, 1289.446, 1311.006, 1319.26, 1354.777, 1359.277, 1361.684, 1363.776, 1386.974, 1389.836, 1393.093, 1399.433, 1402.361, 1434.77, 1441.314, 1442.18, 1447.489, 1452.673, 1463.794, 1477.389, 1479.754, 1492.091, 1531.143, 1534.027, 1590.703, 1612.037, 1626.192, 1720.18, 1723.509, 1759] + [-73.95818, 40.72181] + ], + "timestamps": [ + 870, 895.968, 903.759, 921.072, 969.268, 970.89, 979.908, 983.157, + 985.994, 991.61, 994.65, 1006.971, 1010.231, 1013.082, 1027.281, 1080.028, + 1095.063, 1118.435, 1156.35, 1158.254, 1160.678, 1164.896, 1168.02, + 1170.973, 1192.253, 1218.172, 1220.579, 1222.248, 1262.157, 1270.785, + 1279.149, 1287.232, 1289.446, 1311.006, 1319.26, 1354.777, 1359.277, + 1361.684, 1363.776, 1386.974, 1389.836, 1393.093, 1399.433, 1402.361, + 1434.77, 1441.314, 1442.18, 1447.489, 1452.673, 1463.794, 1477.389, + 1479.754, 1492.091, 1531.143, 1534.027, 1590.703, 1612.037, 1626.192, + 1720.18, 1723.509, 1759 + ] }, { "vendor": 0, @@ -12981,8 +14984,41 @@ [-73.8399, 40.72899], [-73.83933, 40.72826], [-73.83889, 40.72759], - [-73.83803, 40.72604]], - "timestamps": [ 421, 443.065, 452.521, 482.725, 512.412, 532.879, 536.579, 538.828, 578.608, 593.812, 609.087, 616.867, 619.013, 624.053, 625.89, 642.044, 646.017, 653.055, 684.342, 710.401, 715.391, 721.302, 731.692, 739.7, 741.164, 751.323, 762.529, 765.146, 769.839, 772.854, 774.561, 776.288, 782.221, 787.389, 788.99, 790.518, 798.466, 799.651, 801.36, 853.015, 854.506, 856.268, 857.762, 859.697, 860.962, 869.96, 872.734, 874.101, 875.97, 880.897, 884.6, 891.919, 917.175, 921.29, 925.724, 928.553, 930.655, 933.942, 936.338, 938.321, 940.127, 942.501, 943.351, 946.792, 949.762, 951.943, 956.479, 966.429, 969.154, 971.426, 974.145, 976.247, 978.547, 979.962, 991.803, 1002.735, 1005.772, 1008.25, 1009.04, 1010.918, 1012.703, 1014.624, 1017.461, 1020.763, 1030.491, 1083.207, 1084.766, 1088.147, 1090.207, 1091.787, 1093.898, 1096.17, 1098.35, 1101.614, 1116.147, 1118.227, 1125.487, 1127.48, 1150.42, 1179.065, 1202.761, 1207.489, 1209.72, 1217.856, 1226.912, 1231.706, 1236.339, 1250.47, 1271.682, 1282.828, 1284.933, 1294.102, 1296.468, 1309.042, 1310.621, 1313.088, 1315.003, 1336.825, 1338.872, 1341.579, 1345.707, 1363.886, 1366.565, 1372.01, 1377.681, 1381.001, 1385.561, 1389.76, 1392.264, 1394.187, 1395.815, 1397.067, 1398.598, 1400.116, 1409.089, 1415.712, 1417.273, 1419.549, 1422.663, 1425.936, 1437.337, 1444.89, 1453.947, 1456.631, 1459.612, 1461.606, 1464.976, 1469.984, 1476.13, 1481.452, 1484.79, 1487.876, 1490.647, 1493.581, 1496.486, 1499.667, 1506.267, 1508.495, 1512.468, 1532.967, 1535.195, 1536.778, 1538.874, 1540.92, 1543.009, 1545.293, 1547.43, 1549.303, 1551.338, 1560.18, 1562.128, 1563.455, 1565.828, 1568.262, 1570.05, 1572.96, 1582.919, 1585.015, 1587.035, 1589.206, 1591.288, 1593.413, 1600.54, 1602.462, 1624.894, 1649.462, 1664.351, 1670.075, 1682.396, 1684.801, 1694.094, 1696.788, 1698.988, 1699.727, 1705.261, 1709.261, 1715.961, 1720.24, 1724.707, 1726.122, 1727.565, 1729.202, 1731.176, 1734.974, 1736.669, 1741.004, 1748.709, 1751.251, 1755.415, 1758.737, 1762.953, 1766.574, 1769.969, 1773.753, 1776.938, 1780.826, 1785.304, 1791.126, 1795.216, 1798.826, 1806.935] + [-73.83803, 40.72604] + ], + "timestamps": [ + 421, 443.065, 452.521, 482.725, 512.412, 532.879, 536.579, 538.828, + 578.608, 593.812, 609.087, 616.867, 619.013, 624.053, 625.89, 642.044, + 646.017, 653.055, 684.342, 710.401, 715.391, 721.302, 731.692, 739.7, + 741.164, 751.323, 762.529, 765.146, 769.839, 772.854, 774.561, 776.288, + 782.221, 787.389, 788.99, 790.518, 798.466, 799.651, 801.36, 853.015, + 854.506, 856.268, 857.762, 859.697, 860.962, 869.96, 872.734, 874.101, + 875.97, 880.897, 884.6, 891.919, 917.175, 921.29, 925.724, 928.553, + 930.655, 933.942, 936.338, 938.321, 940.127, 942.501, 943.351, 946.792, + 949.762, 951.943, 956.479, 966.429, 969.154, 971.426, 974.145, 976.247, + 978.547, 979.962, 991.803, 1002.735, 1005.772, 1008.25, 1009.04, 1010.918, + 1012.703, 1014.624, 1017.461, 1020.763, 1030.491, 1083.207, 1084.766, + 1088.147, 1090.207, 1091.787, 1093.898, 1096.17, 1098.35, 1101.614, + 1116.147, 1118.227, 1125.487, 1127.48, 1150.42, 1179.065, 1202.761, + 1207.489, 1209.72, 1217.856, 1226.912, 1231.706, 1236.339, 1250.47, + 1271.682, 1282.828, 1284.933, 1294.102, 1296.468, 1309.042, 1310.621, + 1313.088, 1315.003, 1336.825, 1338.872, 1341.579, 1345.707, 1363.886, + 1366.565, 1372.01, 1377.681, 1381.001, 1385.561, 1389.76, 1392.264, + 1394.187, 1395.815, 1397.067, 1398.598, 1400.116, 1409.089, 1415.712, + 1417.273, 1419.549, 1422.663, 1425.936, 1437.337, 1444.89, 1453.947, + 1456.631, 1459.612, 1461.606, 1464.976, 1469.984, 1476.13, 1481.452, + 1484.79, 1487.876, 1490.647, 1493.581, 1496.486, 1499.667, 1506.267, + 1508.495, 1512.468, 1532.967, 1535.195, 1536.778, 1538.874, 1540.92, + 1543.009, 1545.293, 1547.43, 1549.303, 1551.338, 1560.18, 1562.128, + 1563.455, 1565.828, 1568.262, 1570.05, 1572.96, 1582.919, 1585.015, + 1587.035, 1589.206, 1591.288, 1593.413, 1600.54, 1602.462, 1624.894, + 1649.462, 1664.351, 1670.075, 1682.396, 1684.801, 1694.094, 1696.788, + 1698.988, 1699.727, 1705.261, 1709.261, 1715.961, 1720.24, 1724.707, + 1726.122, 1727.565, 1729.202, 1731.176, 1734.974, 1736.669, 1741.004, + 1748.709, 1751.251, 1755.415, 1758.737, 1762.953, 1766.574, 1769.969, + 1773.753, 1776.938, 1780.826, 1785.304, 1791.126, 1795.216, 1798.826, + 1806.935 + ] }, { "vendor": 0, @@ -13106,8 +15142,27 @@ [-73.9672, 40.74722], [-73.95973, 40.74247], [-73.95923, 40.74218], - [-73.95866, 40.74199]], - "timestamps": [ 580, 670.932, 680.24, 714.304, 717.751, 719.464, 721.705, 724.37, 726.041, 727.957, 736.109, 738.675, 741.007, 748.497, 751.996, 755.613, 757.228, 760.569, 764.255, 765.609, 774.179, 779.499, 789.273, 796.802, 815.638, 832.779, 838.654, 871.98, 907.204, 921.731, 947.02, 950.239, 953.579, 957.62, 963.661, 965.747, 969.465, 974.04, 977, 1012.756, 1027.716, 1036.783, 1044.118, 1047.818, 1055.731, 1080.408, 1089.012, 1092.672, 1098.385, 1130.955, 1134.435, 1138.09, 1141.69, 1146.105, 1159.024, 1162.692, 1166.455, 1169.793, 1172.426, 1175.475, 1178.751, 1182.077, 1185.045, 1194.299, 1196.749, 1201.332, 1205.934, 1245.203, 1249.259, 1252.817, 1257.137, 1261.552, 1267.337, 1270.785, 1277.322, 1291.152, 1296.146, 1303.958, 1312.824, 1326.868, 1341.27, 1356.157, 1365.884, 1375.215, 1383.753, 1392.816, 1459.259, 1466.906, 1517.777, 1523.564, 1549.773, 1573.684, 1576.499, 1578.888, 1579.849, 1583.392, 1584.736, 1587.461, 1589.8, 1591.494, 1593.789, 1595.475, 1599.834, 1602.919, 1607.232, 1610.879, 1627.512, 1632.581, 1638.247, 1641.732, 1645.927, 1649.318, 1653.229, 1657.954, 1665.973, 1671.107, 1678.442, 1790.627, 1797.871, 1805.035] + [-73.95866, 40.74199] + ], + "timestamps": [ + 580, 670.932, 680.24, 714.304, 717.751, 719.464, 721.705, 724.37, 726.041, + 727.957, 736.109, 738.675, 741.007, 748.497, 751.996, 755.613, 757.228, + 760.569, 764.255, 765.609, 774.179, 779.499, 789.273, 796.802, 815.638, + 832.779, 838.654, 871.98, 907.204, 921.731, 947.02, 950.239, 953.579, + 957.62, 963.661, 965.747, 969.465, 974.04, 977, 1012.756, 1027.716, + 1036.783, 1044.118, 1047.818, 1055.731, 1080.408, 1089.012, 1092.672, + 1098.385, 1130.955, 1134.435, 1138.09, 1141.69, 1146.105, 1159.024, + 1162.692, 1166.455, 1169.793, 1172.426, 1175.475, 1178.751, 1182.077, + 1185.045, 1194.299, 1196.749, 1201.332, 1205.934, 1245.203, 1249.259, + 1252.817, 1257.137, 1261.552, 1267.337, 1270.785, 1277.322, 1291.152, + 1296.146, 1303.958, 1312.824, 1326.868, 1341.27, 1356.157, 1365.884, + 1375.215, 1383.753, 1392.816, 1459.259, 1466.906, 1517.777, 1523.564, + 1549.773, 1573.684, 1576.499, 1578.888, 1579.849, 1583.392, 1584.736, + 1587.461, 1589.8, 1591.494, 1593.789, 1595.475, 1599.834, 1602.919, + 1607.232, 1610.879, 1627.512, 1632.581, 1638.247, 1641.732, 1645.927, + 1649.318, 1653.229, 1657.954, 1665.973, 1671.107, 1678.442, 1790.627, + 1797.871, 1805.035 + ] }, { "vendor": 1, @@ -13165,8 +15220,18 @@ [-73.98121, 40.7013], [-73.98284, 40.70136], [-73.9828, 40.70228], - [-73.98275, 40.70228]], - "timestamps": [ 910, 1017.941, 1021.89, 1032.415, 1060.79, 1061.091, 1084.834, 1268.177, 1283.542, 1314.515, 1393.014, 1407.933, 1455.629, 1457.249, 1459.089, 1481.428, 1504.988, 1507.956, 1510.396, 1512.926, 1536.94, 1539.547, 1540.986, 1548.719, 1555.037, 1587.033, 1589.686, 1595.434, 1598.387, 1600.981, 1622.011, 1623.909, 1626.09, 1630.169, 1662.367, 1674.09, 1695.675, 1705.747, 1716.884, 1718.717, 1729.49, 1738.124, 1745.007, 1748.916, 1757.186, 1758.44, 1759.766, 1761.557, 1762.586, 1764.745, 1766.823, 1785.61, 1799.28, 1800] + [-73.98275, 40.70228] + ], + "timestamps": [ + 910, 1017.941, 1021.89, 1032.415, 1060.79, 1061.091, 1084.834, 1268.177, + 1283.542, 1314.515, 1393.014, 1407.933, 1455.629, 1457.249, 1459.089, + 1481.428, 1504.988, 1507.956, 1510.396, 1512.926, 1536.94, 1539.547, + 1540.986, 1548.719, 1555.037, 1587.033, 1589.686, 1595.434, 1598.387, + 1600.981, 1622.011, 1623.909, 1626.09, 1630.169, 1662.367, 1674.09, + 1695.675, 1705.747, 1716.884, 1718.717, 1729.49, 1738.124, 1745.007, + 1748.916, 1757.186, 1758.44, 1759.766, 1761.557, 1762.586, 1764.745, + 1766.823, 1785.61, 1799.28, 1800 + ] }, { "vendor": 1, @@ -13185,8 +15250,12 @@ [-73.99373, 40.69153], [-73.99343, 40.69215], [-73.99144, 40.69159], - [-73.99156, 40.69134]], - "timestamps": [ 1020, 1028.724, 1038.141, 1057.734, 1064.991, 1075.047, 1082.407, 1216.009, 1224.637, 1238.472, 1255.115, 1284.023, 1297.929, 1342.194, 1348] + [-73.99156, 40.69134] + ], + "timestamps": [ + 1020, 1028.724, 1038.141, 1057.734, 1064.991, 1075.047, 1082.407, + 1216.009, 1224.637, 1238.472, 1255.115, 1284.023, 1297.929, 1342.194, 1348 + ] }, { "vendor": 0, @@ -13217,8 +15286,14 @@ [-73.95305, 40.73789], [-73.95301, 40.73748], [-73.95269, 40.73548], - [-73.95249, 40.7346]], - "timestamps": [ 1204, 1210.248, 1213.378, 1225.278, 1228.383, 1231.049, 1279.027, 1305.008, 1329.67, 1359.938, 1364.965, 1420.071, 1444.897, 1449.457, 1608.137, 1620.957, 1622.275, 1625.693, 1629.678, 1634.049, 1670.94, 1689.8, 1718.273, 1725.472, 1735.981, 1787.478, 1810.303] + [-73.95249, 40.7346] + ], + "timestamps": [ + 1204, 1210.248, 1213.378, 1225.278, 1228.383, 1231.049, 1279.027, + 1305.008, 1329.67, 1359.938, 1364.965, 1420.071, 1444.897, 1449.457, + 1608.137, 1620.957, 1622.275, 1625.693, 1629.678, 1634.049, 1670.94, + 1689.8, 1718.273, 1725.472, 1735.981, 1787.478, 1810.303 + ] }, { "vendor": 0, @@ -13245,8 +15320,14 @@ [-73.98776, 40.70022], [-73.98777, 40.70009], [-73.98881, 40.70011], - [-73.98897, 40.70013]], - "timestamps": [ 1476, 1478.425, 1536.162, 1554.833, 1575.506, 1596.068, 1657.249, 1658.844, 1667.707, 1670.901, 1673.689, 1681.557, 1685.817, 1703.079, 1707.647, 1711.828, 1732.647, 1753.91, 1773.14, 1786.245, 1790.119, 1799.299, 1800.73] + [-73.98897, 40.70013] + ], + "timestamps": [ + 1476, 1478.425, 1536.162, 1554.833, 1575.506, 1596.068, 1657.249, + 1658.844, 1667.707, 1670.901, 1673.689, 1681.557, 1685.817, 1703.079, + 1707.647, 1711.828, 1732.647, 1753.91, 1773.14, 1786.245, 1790.119, + 1799.299, 1800.73 + ] }, { "vendor": 0, @@ -13425,8 +15506,34 @@ [-73.94657, 40.77127], [-73.94582, 40.77188], [-73.94562, 40.77201], - [-73.94506, 40.77246]], - "timestamps": [ 383, 408.278, 413.599, 457.503, 500.445, 512.051, 568.565, 591.877, 609.123, 629.89, 633.85, 640.936, 646.424, 651.121, 673.625, 682.346, 687.667, 691.075, 697.581, 701.716, 757.805, 761.66, 765.704, 843.936, 846.229, 850.52, 858.726, 861.039, 865.503, 869.282, 873.099, 874.916, 879.249, 890.25, 898.05, 903.863, 907.805, 912.501, 915.638, 918.16, 921.33, 923.524, 926.098, 928.811, 930.796, 934.425, 935.127, 943.11, 946.882, 949.913, 960.405, 963.018, 964.313, 966.607, 969.109, 986.434, 987.865, 989.722, 991.972, 994.09, 996.412, 998.492, 999.983, 1002.068, 1005.414, 1007.87, 1025.08, 1025.596, 1027.875, 1030.027, 1036.574, 1048.493, 1076.759, 1090.239, 1094.587, 1102.713, 1110.331, 1113.674, 1116.518, 1118.725, 1121.002, 1138.372, 1145.799, 1170.136, 1195.859, 1206.467, 1224.935, 1227.285, 1229.725, 1232.675, 1237.087, 1238.611, 1241.326, 1244.667, 1246.828, 1272.939, 1283.864, 1290.485, 1295.842, 1298.543, 1304.322, 1322.343, 1328.626, 1331.299, 1335.47, 1359.256, 1361.796, 1367.093, 1370.317, 1382.43, 1385.178, 1387.615, 1389.538, 1391.765, 1394.157, 1396.586, 1398.753, 1405.511, 1408.817, 1410.647, 1412.398, 1414.011, 1415.919, 1442.688, 1445.65, 1448.248, 1451.403, 1454.627, 1458.852, 1461.369, 1473.984, 1476.179, 1479.557, 1486.86, 1504.847, 1507.786, 1511.762, 1523.363, 1528.339, 1530.431, 1533.872, 1537.801, 1543.304, 1546.477, 1580.519, 1590.976, 1605.861, 1612.616, 1623.41, 1626.123, 1627.89, 1632.017, 1636.655, 1639.118, 1654.65, 1663.787, 1668.512, 1669.729, 1673.434, 1680.938, 1685.576, 1701.133, 1704.508, 1739.387, 1744.664, 1753.906, 1759.182, 1762.252, 1769.337, 1772.813, 1775.994, 1786.793, 1793.53, 1795.144, 1800.142] + [-73.94506, 40.77246] + ], + "timestamps": [ + 383, 408.278, 413.599, 457.503, 500.445, 512.051, 568.565, 591.877, + 609.123, 629.89, 633.85, 640.936, 646.424, 651.121, 673.625, 682.346, + 687.667, 691.075, 697.581, 701.716, 757.805, 761.66, 765.704, 843.936, + 846.229, 850.52, 858.726, 861.039, 865.503, 869.282, 873.099, 874.916, + 879.249, 890.25, 898.05, 903.863, 907.805, 912.501, 915.638, 918.16, + 921.33, 923.524, 926.098, 928.811, 930.796, 934.425, 935.127, 943.11, + 946.882, 949.913, 960.405, 963.018, 964.313, 966.607, 969.109, 986.434, + 987.865, 989.722, 991.972, 994.09, 996.412, 998.492, 999.983, 1002.068, + 1005.414, 1007.87, 1025.08, 1025.596, 1027.875, 1030.027, 1036.574, + 1048.493, 1076.759, 1090.239, 1094.587, 1102.713, 1110.331, 1113.674, + 1116.518, 1118.725, 1121.002, 1138.372, 1145.799, 1170.136, 1195.859, + 1206.467, 1224.935, 1227.285, 1229.725, 1232.675, 1237.087, 1238.611, + 1241.326, 1244.667, 1246.828, 1272.939, 1283.864, 1290.485, 1295.842, + 1298.543, 1304.322, 1322.343, 1328.626, 1331.299, 1335.47, 1359.256, + 1361.796, 1367.093, 1370.317, 1382.43, 1385.178, 1387.615, 1389.538, + 1391.765, 1394.157, 1396.586, 1398.753, 1405.511, 1408.817, 1410.647, + 1412.398, 1414.011, 1415.919, 1442.688, 1445.65, 1448.248, 1451.403, + 1454.627, 1458.852, 1461.369, 1473.984, 1476.179, 1479.557, 1486.86, + 1504.847, 1507.786, 1511.762, 1523.363, 1528.339, 1530.431, 1533.872, + 1537.801, 1543.304, 1546.477, 1580.519, 1590.976, 1605.861, 1612.616, + 1623.41, 1626.123, 1627.89, 1632.017, 1636.655, 1639.118, 1654.65, + 1663.787, 1668.512, 1669.729, 1673.434, 1680.938, 1685.576, 1701.133, + 1704.508, 1739.387, 1744.664, 1753.906, 1759.182, 1762.252, 1769.337, + 1772.813, 1775.994, 1786.793, 1793.53, 1795.144, 1800.142 + ] }, { "vendor": 0, @@ -13434,8 +15541,9 @@ [-73.99101, 40.7195], [-73.99123, 40.71957], [-73.99004, 40.72192], - [-73.98943, 40.7231]], - "timestamps": [ 1712, 1719.38, 1792.037, 1828.619] + [-73.98943, 40.7231] + ], + "timestamps": [1712, 1719.38, 1792.037, 1828.619] }, { "vendor": 1, @@ -13455,8 +15563,13 @@ [-73.99326, 40.68782], [-73.99333, 40.68767], [-73.9936, 40.68712], - [-73.99282, 40.68682]], - "timestamps": [ 1016, 1045.201, 1070.509, 1102.903, 1104.252, 1105.792, 1137.996, 1164.127, 1167.846, 1206.633, 1307.362, 1366.222, 1387.181, 1389.395, 1397.564, 1406] + [-73.99282, 40.68682] + ], + "timestamps": [ + 1016, 1045.201, 1070.509, 1102.903, 1104.252, 1105.792, 1137.996, + 1164.127, 1167.846, 1206.633, 1307.362, 1366.222, 1387.181, 1389.395, + 1397.564, 1406 + ] }, { "vendor": 1, @@ -13570,8 +15683,24 @@ [-73.98981, 40.66496], [-73.98132, 40.67514], [-73.98003, 40.67704], - [-73.97977, 40.67742]], - "timestamps": [ 741, 781.032, 791.477, 868.184, 869.361, 871.296, 873.64, 880.44, 886.012, 888.946, 892.629, 896.15, 896.618, 897.716, 899.289, 899.772, 900.071, 900.521, 900.772, 901.024, 901.161, 901.402, 901.527, 901.794, 902.215, 903.43, 904.188, 904.447, 905.133, 905.447, 907.036, 907.806, 908.726, 909.249, 909.592, 909.872, 910.528, 910.69, 911.971, 912.407, 912.869, 913.141, 913.64, 914.113, 914.639, 915.389, 915.966, 916.194, 917.5, 918.139, 918.573, 919.032, 919.375, 919.844, 920.217, 920.577, 921.618, 922.131, 922.418, 922.866, 923.084, 923.236, 923.415, 925.63, 925.866, 926.046, 926.241, 926.448, 926.696, 927.421, 927.778, 928.408, 929.667, 930.701, 931.197, 931.696, 932.605, 933.451, 934.95, 936.026, 936.58, 937.094, 937.989, 939.096, 942.786, 943.811, 944.219, 945.122, 945.64, 946.313, 951.322, 951.59, 952.437, 954.16, 955.307, 956.647, 957.566, 958.194, 958.616, 963.078, 963.493, 966.212, 969.484, 1030.431, 1091.612, 1107.124, 1127.712, 1385.996, 1431.82, 1441] + [-73.97977, 40.67742] + ], + "timestamps": [ + 741, 781.032, 791.477, 868.184, 869.361, 871.296, 873.64, 880.44, 886.012, + 888.946, 892.629, 896.15, 896.618, 897.716, 899.289, 899.772, 900.071, + 900.521, 900.772, 901.024, 901.161, 901.402, 901.527, 901.794, 902.215, + 903.43, 904.188, 904.447, 905.133, 905.447, 907.036, 907.806, 908.726, + 909.249, 909.592, 909.872, 910.528, 910.69, 911.971, 912.407, 912.869, + 913.141, 913.64, 914.113, 914.639, 915.389, 915.966, 916.194, 917.5, + 918.139, 918.573, 919.032, 919.375, 919.844, 920.217, 920.577, 921.618, + 922.131, 922.418, 922.866, 923.084, 923.236, 923.415, 925.63, 925.866, + 926.046, 926.241, 926.448, 926.696, 927.421, 927.778, 928.408, 929.667, + 930.701, 931.197, 931.696, 932.605, 933.451, 934.95, 936.026, 936.58, + 937.094, 937.989, 939.096, 942.786, 943.811, 944.219, 945.122, 945.64, + 946.313, 951.322, 951.59, 952.437, 954.16, 955.307, 956.647, 957.566, + 958.194, 958.616, 963.078, 963.493, 966.212, 969.484, 1030.431, 1091.612, + 1107.124, 1127.712, 1385.996, 1431.82, 1441 + ] }, { "vendor": 1, @@ -13600,8 +15729,14 @@ [-73.98763, 40.67174], [-73.98776, 40.67159], [-73.98765, 40.67153], - [-73.98762, 40.67158]], - "timestamps": [ 1253, 1259.337, 1272.806, 1303.703, 1330.633, 1338.59, 1341.731, 1359.953, 1385.504, 1418.579, 1486.646, 1489.509, 1517.519, 1532.775, 1535.04, 1556.763, 1644.339, 1655.13, 1666.224, 1678.127, 1683.827, 1757.287, 1760.038, 1763.207, 1764] + [-73.98762, 40.67158] + ], + "timestamps": [ + 1253, 1259.337, 1272.806, 1303.703, 1330.633, 1338.59, 1341.731, 1359.953, + 1385.504, 1418.579, 1486.646, 1489.509, 1517.519, 1532.775, 1535.04, + 1556.763, 1644.339, 1655.13, 1666.224, 1678.127, 1683.827, 1757.287, + 1760.038, 1763.207, 1764 + ] }, { "vendor": 1, @@ -13639,8 +15774,15 @@ [-73.98384, 40.67613], [-73.98341, 40.67676], [-73.98298, 40.6774], - [-73.98055, 40.67645]], - "timestamps": [ 823, 837.888, 892.238, 896.447, 920.225, 932.379, 939.126, 958.679, 983.115, 1008.149, 1119.063, 1143.959, 1218.071, 1230.195, 1266.968, 1316.673, 1353.525, 1378.181, 1390.738, 1394.203, 1402.338, 1405.303, 1425.726, 1437.94, 1586.333, 1598.171, 1607.816, 1617.029, 1630.925, 1667.304, 1672.611, 1687.407, 1702.388, 1754] + [-73.98055, 40.67645] + ], + "timestamps": [ + 823, 837.888, 892.238, 896.447, 920.225, 932.379, 939.126, 958.679, + 983.115, 1008.149, 1119.063, 1143.959, 1218.071, 1230.195, 1266.968, + 1316.673, 1353.525, 1378.181, 1390.738, 1394.203, 1402.338, 1405.303, + 1425.726, 1437.94, 1586.333, 1598.171, 1607.816, 1617.029, 1630.925, + 1667.304, 1672.611, 1687.407, 1702.388, 1754 + ] }, { "vendor": 1, @@ -13668,8 +15810,13 @@ [-73.9759, 40.68362], [-73.9762, 40.68527], [-73.97702, 40.68518], - [-73.97715, 40.68516]], - "timestamps": [ 223, 238.062, 252.119, 263.96, 275.818, 419.89, 431.383, 440.226, 448.673, 461.412, 494.765, 499.631, 672.253, 691.41, 710.8, 738.766, 748.963, 762.76, 780.166, 788.092, 793.144, 862.71, 877.613, 880] + [-73.97715, 40.68516] + ], + "timestamps": [ + 223, 238.062, 252.119, 263.96, 275.818, 419.89, 431.383, 440.226, 448.673, + 461.412, 494.765, 499.631, 672.253, 691.41, 710.8, 738.766, 748.963, + 762.76, 780.166, 788.092, 793.144, 862.71, 877.613, 880 + ] }, { "vendor": 0, @@ -13684,8 +15831,12 @@ [-73.98285, 40.68214], [-73.98242, 40.68278], [-73.98198, 40.68342], - [-73.98396, 40.68418]], - "timestamps": [ 1647, 1653.13, 1656.421, 1661.805, 1692.817, 1695.452, 1697.894, 1746.597, 1768.751, 1791.012, 1833.355] + [-73.98396, 40.68418] + ], + "timestamps": [ + 1647, 1653.13, 1656.421, 1661.805, 1692.817, 1695.452, 1697.894, 1746.597, + 1768.751, 1791.012, 1833.355 + ] }, { "vendor": 1, @@ -13725,8 +15876,15 @@ [-73.97954, 40.68695], [-73.97935, 40.68667], [-73.97905, 40.68671], - [-73.97842, 40.68679]], - "timestamps": [ 585, 589.789, 592.662, 598.325, 613.602, 625.23, 627.851, 631.54, 635.215, 668.593, 708.241, 719.1, 734.11, 739.622, 747.779, 797.94, 821.591, 835.959, 847.308, 860.182, 866.611, 888.641, 902.616, 923.033, 928.871, 950.378, 973.07, 989.238, 1053.796, 1064.888, 1072.657, 1119.311, 1140.701, 1151.095, 1159.136, 1176] + [-73.97842, 40.68679] + ], + "timestamps": [ + 585, 589.789, 592.662, 598.325, 613.602, 625.23, 627.851, 631.54, 635.215, + 668.593, 708.241, 719.1, 734.11, 739.622, 747.779, 797.94, 821.591, + 835.959, 847.308, 860.182, 866.611, 888.641, 902.616, 923.033, 928.871, + 950.378, 973.07, 989.238, 1053.796, 1064.888, 1072.657, 1119.311, + 1140.701, 1151.095, 1159.136, 1176 + ] }, { "vendor": 0, @@ -13739,8 +15897,12 @@ [-73.96213, 40.70762], [-73.96219, 40.70748], [-73.96374, 40.70647], - [-73.96509, 40.70563]], - "timestamps": [ 1588, 1632.514, 1654.874, 1689.801, 1711.156, 1723.027, 1726.876, 1767.389, 1802.008] + [-73.96509, 40.70563] + ], + "timestamps": [ + 1588, 1632.514, 1654.874, 1689.801, 1711.156, 1723.027, 1726.876, + 1767.389, 1802.008 + ] }, { "vendor": 0, @@ -13806,8 +15968,19 @@ [-73.98494, 40.73234], [-73.98877, 40.73396], [-73.98976, 40.7344], - [-73.99169, 40.7352]], - "timestamps": [ 233, 287.109, 319.999, 368.803, 496.194, 503.546, 535.037, 599.22, 618.098, 631.68, 652.126, 660.806, 694.338, 722.959, 749.76, 764.544, 789.532, 827.448, 847.3, 858.422, 957.209, 967.189, 983.112, 1003.97, 1016.669, 1020.237, 1042.43, 1064.798, 1109.98, 1123.197, 1129.517, 1133.761, 1133.761, 1135.098, 1137.919, 1139.884, 1144.44, 1146.744, 1149.019, 1151.797, 1169.513, 1176.143, 1181.321, 1233.6, 1239.538, 1269.565, 1306.389, 1308.847, 1311.036, 1312.003, 1417.199, 1421.283, 1425.662, 1447.807, 1512.409, 1525.258, 1665.527, 1667.428, 1710.517, 1779.906, 1798.062, 1832.862] + [-73.99169, 40.7352] + ], + "timestamps": [ + 233, 287.109, 319.999, 368.803, 496.194, 503.546, 535.037, 599.22, + 618.098, 631.68, 652.126, 660.806, 694.338, 722.959, 749.76, 764.544, + 789.532, 827.448, 847.3, 858.422, 957.209, 967.189, 983.112, 1003.97, + 1016.669, 1020.237, 1042.43, 1064.798, 1109.98, 1123.197, 1129.517, + 1133.761, 1133.761, 1135.098, 1137.919, 1139.884, 1144.44, 1146.744, + 1149.019, 1151.797, 1169.513, 1176.143, 1181.321, 1233.6, 1239.538, + 1269.565, 1306.389, 1308.847, 1311.036, 1312.003, 1417.199, 1421.283, + 1425.662, 1447.807, 1512.409, 1525.258, 1665.527, 1667.428, 1710.517, + 1779.906, 1798.062, 1832.862 + ] }, { "vendor": 0, @@ -13846,8 +16019,15 @@ [-73.99373, 40.74161], [-73.99657, 40.74281], [-73.997, 40.74222], - [-73.99696, 40.74221]], - "timestamps": [ 172, 179.808, 183.648, 190.737, 192.194, 227.694, 229.345, 265.193, 283.609, 284.898, 287.586, 288.526, 292.962, 294.202, 299.695, 300.357, 301.166, 301.828, 347.667, 398.449, 408.549, 527.011, 528.616, 598.987, 601.193, 618.542, 626.282, 704.279, 734.7, 785.774, 807.315, 814.446, 860.143, 869.103, 870] + [-73.99696, 40.74221] + ], + "timestamps": [ + 172, 179.808, 183.648, 190.737, 192.194, 227.694, 229.345, 265.193, + 283.609, 284.898, 287.586, 288.526, 292.962, 294.202, 299.695, 300.357, + 301.166, 301.828, 347.667, 398.449, 408.549, 527.011, 528.616, 598.987, + 601.193, 618.542, 626.282, 704.279, 734.7, 785.774, 807.315, 814.446, + 860.143, 869.103, 870 + ] }, { "vendor": 0, @@ -13903,8 +16083,17 @@ [-73.96125, 40.70955], [-73.96221, 40.70989], [-73.96229, 40.70992], - [-73.9623, 40.70984]], - "timestamps": [ 36, 87.704, 106.662, 185.942, 206.709, 229.028, 318.638, 420.334, 467.824, 482.379, 532.297, 603.022, 619.325, 733.12, 752.964, 794.329, 811.248, 813.286, 846.058, 851.202, 889.14, 904.63, 942.982, 956.334, 973.569, 1035.215, 1070.083, 1075.348, 1081.139, 1144.125, 1175.933, 1204.514, 1252.596, 1308.367, 1352.475, 1364.797, 1416.995, 1420.497, 1427.763, 1438.882, 1571.184, 1576.784, 1580.002, 1587.947, 1592.069, 1595.974, 1598.931, 1601.505, 1606.083, 1639.464, 1642.276, 1644] + [-73.9623, 40.70984] + ], + "timestamps": [ + 36, 87.704, 106.662, 185.942, 206.709, 229.028, 318.638, 420.334, 467.824, + 482.379, 532.297, 603.022, 619.325, 733.12, 752.964, 794.329, 811.248, + 813.286, 846.058, 851.202, 889.14, 904.63, 942.982, 956.334, 973.569, + 1035.215, 1070.083, 1075.348, 1081.139, 1144.125, 1175.933, 1204.514, + 1252.596, 1308.367, 1352.475, 1364.797, 1416.995, 1420.497, 1427.763, + 1438.882, 1571.184, 1576.784, 1580.002, 1587.947, 1592.069, 1595.974, + 1598.931, 1601.505, 1606.083, 1639.464, 1642.276, 1644 + ] }, { "vendor": 0, @@ -13920,8 +16109,12 @@ [-74.00468, 40.73032], [-74.00516, 40.72947], [-74.00519, 40.72936], - [-74.00566, 40.72636]], - "timestamps": [ 1605, 1618.551, 1644.6875, 1656.303, 1695.022, 1712.303, 1739.501, 1742.454, 1768.789, 1780.205, 1781.601, 1819.127] + [-74.00566, 40.72636] + ], + "timestamps": [ + 1605, 1618.551, 1644.6875, 1656.303, 1695.022, 1712.303, 1739.501, + 1742.454, 1768.789, 1780.205, 1781.601, 1819.127 + ] }, { "vendor": 0, @@ -14075,8 +16268,32 @@ [-74.07964, 40.69592], [-74.07883, 40.6965], [-74.07792, 40.69705], - [-74.0775, 40.69728]], - "timestamps": [ 935, 940.55, 954.291, 977.174, 988.158, 995.507, 998.503, 1002.14, 1004.154, 1009.072, 1012.006, 1015.436, 1016.553, 1018.589, 1020.466, 1022.448, 1024.354, 1025.776, 1027.725, 1029.577, 1032.072, 1034.527, 1036.037, 1038.947, 1040.895, 1043.902, 1050.258, 1050.753, 1053.214, 1055.278, 1057.337, 1061.149, 1065.833, 1067.475, 1069.057, 1070.799, 1072.057, 1072.944, 1075.903, 1080.232, 1083.244, 1084.914, 1085.743, 1086.897, 1088.557, 1089.711, 1090.931, 1091.784, 1092.956, 1097.523, 1098.72, 1099.709, 1101.303, 1105.476, 1107.085, 1109.272, 1114.878, 1117.299, 1122.638, 1125.922, 1136.679, 1142.349, 1144.385, 1152.311, 1153.895, 1156.244, 1158.724, 1161.95, 1165.26, 1168.49, 1170.139, 1172.599, 1174.985, 1178.285, 1188.131, 1192.283, 1194.789, 1197.376, 1198.831, 1200.184, 1201.825, 1204.266, 1206.759, 1210.026, 1225.336, 1226.924, 1228.607, 1230.717, 1232.767, 1234.453, 1235.719, 1250.702, 1264.649, 1287.293, 1288.838, 1300.873, 1305.598, 1311.837, 1316.505, 1321.255, 1325.975, 1330.531, 1335.165, 1349.346, 1359.187, 1388.36, 1396.195, 1400.091, 1403.754, 1416.954, 1422.071, 1443.332, 1451.169, 1621.46, 1625.418, 1627.075, 1630.717, 1632.666, 1638.158, 1641.342, 1661.139, 1664.53, 1667.341, 1668.899, 1670.545, 1674.309, 1676.661, 1678.525, 1680.613, 1684.248, 1686.253, 1688.357, 1690.377, 1694.361, 1696.699, 1701.244, 1705.612, 1709.392, 1715.14, 1719.695, 1724.759, 1729.892, 1732.618, 1734.877, 1780.362, 1782.929, 1788.107, 1793.55, 1799.234, 1801.765] + [-74.0775, 40.69728] + ], + "timestamps": [ + 935, 940.55, 954.291, 977.174, 988.158, 995.507, 998.503, 1002.14, + 1004.154, 1009.072, 1012.006, 1015.436, 1016.553, 1018.589, 1020.466, + 1022.448, 1024.354, 1025.776, 1027.725, 1029.577, 1032.072, 1034.527, + 1036.037, 1038.947, 1040.895, 1043.902, 1050.258, 1050.753, 1053.214, + 1055.278, 1057.337, 1061.149, 1065.833, 1067.475, 1069.057, 1070.799, + 1072.057, 1072.944, 1075.903, 1080.232, 1083.244, 1084.914, 1085.743, + 1086.897, 1088.557, 1089.711, 1090.931, 1091.784, 1092.956, 1097.523, + 1098.72, 1099.709, 1101.303, 1105.476, 1107.085, 1109.272, 1114.878, + 1117.299, 1122.638, 1125.922, 1136.679, 1142.349, 1144.385, 1152.311, + 1153.895, 1156.244, 1158.724, 1161.95, 1165.26, 1168.49, 1170.139, + 1172.599, 1174.985, 1178.285, 1188.131, 1192.283, 1194.789, 1197.376, + 1198.831, 1200.184, 1201.825, 1204.266, 1206.759, 1210.026, 1225.336, + 1226.924, 1228.607, 1230.717, 1232.767, 1234.453, 1235.719, 1250.702, + 1264.649, 1287.293, 1288.838, 1300.873, 1305.598, 1311.837, 1316.505, + 1321.255, 1325.975, 1330.531, 1335.165, 1349.346, 1359.187, 1388.36, + 1396.195, 1400.091, 1403.754, 1416.954, 1422.071, 1443.332, 1451.169, + 1621.46, 1625.418, 1627.075, 1630.717, 1632.666, 1638.158, 1641.342, + 1661.139, 1664.53, 1667.341, 1668.899, 1670.545, 1674.309, 1676.661, + 1678.525, 1680.613, 1684.248, 1686.253, 1688.357, 1690.377, 1694.361, + 1696.699, 1701.244, 1705.612, 1709.392, 1715.14, 1719.695, 1724.759, + 1729.892, 1732.618, 1734.877, 1780.362, 1782.929, 1788.107, 1793.55, + 1799.234, 1801.765 + ] }, { "vendor": 1, @@ -14099,8 +16316,13 @@ [-73.87153, 40.73089], [-73.87151, 40.73111], [-73.87141, 40.73135], - [-73.87087, 40.73232]], - "timestamps": [ 1505, 1506.318, 1534.271, 1566.991, 1581.769, 1588.552, 1596.366, 1616.938, 1626.379, 1640.632, 1656.632, 1679.2, 1717.528, 1745.762, 1750.555, 1778.583, 1783.118, 1788.293, 1809.941] + [-73.87087, 40.73232] + ], + "timestamps": [ + 1505, 1506.318, 1534.271, 1566.991, 1581.769, 1588.552, 1596.366, + 1616.938, 1626.379, 1640.632, 1656.632, 1679.2, 1717.528, 1745.762, + 1750.555, 1778.583, 1783.118, 1788.293, 1809.941 + ] }, { "vendor": 0, @@ -14129,8 +16351,13 @@ [-73.98981, 40.69038], [-73.99174, 40.69099], [-73.99378, 40.68675], - [-73.99391, 40.68646]], - "timestamps": [ 209, 239.854, 284.011, 338.951, 350.929, 361.623, 377.155, 391.335, 406.467, 417.861, 420.115, 422.294, 424.37, 425.401, 426.522, 510.819, 605.261, 625.342, 629.413, 633.246, 652.245, 664.1, 691.869, 814.666, 823] + [-73.99391, 40.68646] + ], + "timestamps": [ + 209, 239.854, 284.011, 338.951, 350.929, 361.623, 377.155, 391.335, + 406.467, 417.861, 420.115, 422.294, 424.37, 425.401, 426.522, 510.819, + 605.261, 625.342, 629.413, 633.246, 652.245, 664.1, 691.869, 814.666, 823 + ] }, { "vendor": 0, @@ -14291,8 +16518,32 @@ [-74.00127, 40.70718], [-74.00186, 40.70686], [-74.00318, 40.7061], - [-74.00703, 40.70364]], - "timestamps": [ 222, 236.189, 259.837, 499.567, 583.036, 607.788, 617.72, 749.299, 788.158, 791.144, 793.259, 794.701, 796.573, 798.326, 803.111, 806.909, 821.724, 833.981, 837.025, 840.106, 842.158, 845.284, 850.499, 855.285, 859.858, 875.579, 878.55, 894.504, 897.46, 900.154, 901.091, 903.015, 919.941, 923.696, 925.549, 927.317, 930.372, 932.687, 935.979, 939.316, 943.024, 945.178, 948.303, 955.677, 960.324, 974.923, 979.452, 983.616, 987.317, 989.136, 992.5, 995.606, 997.71, 1001.063, 1004.741, 1008.587, 1026.847, 1031.738, 1037.279, 1042.435, 1057.147, 1070.915, 1078.977, 1088.608, 1093.437, 1099.87, 1107.061, 1116.764, 1124.68, 1133.737, 1137.531, 1150.33, 1152.076, 1161.355, 1163.665, 1166.582, 1184.056, 1195.347, 1202.755, 1208.412, 1212.549, 1214.847, 1219.169, 1225.888, 1229.447, 1248.583, 1251.925, 1294.564, 1300.926, 1312.673, 1315.119, 1323.571, 1333.566, 1338.085, 1341.976, 1346.09, 1349.988, 1366.612, 1370.747, 1372.796, 1377.055, 1381.137, 1392.766, 1396.842, 1400.991, 1404.012, 1405.825, 1410.71, 1440.826, 1444.711, 1447.27, 1450.937, 1458.009, 1461.752, 1463.702, 1468.099, 1472.104, 1477.273, 1488.73, 1491.478, 1498.846, 1512.433, 1522.844, 1527.443, 1531.823, 1535.913, 1557.788, 1566.3, 1570.241, 1575.42, 1580.43, 1586.98, 1617.96, 1618.881, 1621.146, 1624.456, 1628.65, 1631.826, 1633.303, 1636.324, 1638.814, 1641.267, 1672.316, 1696.221, 1702.702, 1727.25, 1734.725, 1748.931, 1754.628, 1758.26, 1762.106, 1767.833, 1773.036, 1782.264, 1786.999, 1797.82, 1830.691] + [-74.00703, 40.70364] + ], + "timestamps": [ + 222, 236.189, 259.837, 499.567, 583.036, 607.788, 617.72, 749.299, + 788.158, 791.144, 793.259, 794.701, 796.573, 798.326, 803.111, 806.909, + 821.724, 833.981, 837.025, 840.106, 842.158, 845.284, 850.499, 855.285, + 859.858, 875.579, 878.55, 894.504, 897.46, 900.154, 901.091, 903.015, + 919.941, 923.696, 925.549, 927.317, 930.372, 932.687, 935.979, 939.316, + 943.024, 945.178, 948.303, 955.677, 960.324, 974.923, 979.452, 983.616, + 987.317, 989.136, 992.5, 995.606, 997.71, 1001.063, 1004.741, 1008.587, + 1026.847, 1031.738, 1037.279, 1042.435, 1057.147, 1070.915, 1078.977, + 1088.608, 1093.437, 1099.87, 1107.061, 1116.764, 1124.68, 1133.737, + 1137.531, 1150.33, 1152.076, 1161.355, 1163.665, 1166.582, 1184.056, + 1195.347, 1202.755, 1208.412, 1212.549, 1214.847, 1219.169, 1225.888, + 1229.447, 1248.583, 1251.925, 1294.564, 1300.926, 1312.673, 1315.119, + 1323.571, 1333.566, 1338.085, 1341.976, 1346.09, 1349.988, 1366.612, + 1370.747, 1372.796, 1377.055, 1381.137, 1392.766, 1396.842, 1400.991, + 1404.012, 1405.825, 1410.71, 1440.826, 1444.711, 1447.27, 1450.937, + 1458.009, 1461.752, 1463.702, 1468.099, 1472.104, 1477.273, 1488.73, + 1491.478, 1498.846, 1512.433, 1522.844, 1527.443, 1531.823, 1535.913, + 1557.788, 1566.3, 1570.241, 1575.42, 1580.43, 1586.98, 1617.96, 1618.881, + 1621.146, 1624.456, 1628.65, 1631.826, 1633.303, 1636.324, 1638.814, + 1641.267, 1672.316, 1696.221, 1702.702, 1727.25, 1734.725, 1748.931, + 1754.628, 1758.26, 1762.106, 1767.833, 1773.036, 1782.264, 1786.999, + 1797.82, 1830.691 + ] }, { "vendor": 0, @@ -14307,8 +16558,12 @@ [-73.98242, 40.66984], [-73.98726, 40.67219], [-73.98951, 40.67326], - [-73.99076, 40.67176]], - "timestamps": [ 1454, 1458.399, 1525.859, 1541.306, 1556.657, 1597.719, 1616.318, 1634.383, 1745.718, 1797.167, 1833.616] + [-73.99076, 40.67176] + ], + "timestamps": [ + 1454, 1458.399, 1525.859, 1541.306, 1556.657, 1597.719, 1616.318, + 1634.383, 1745.718, 1797.167, 1833.616 + ] }, { "vendor": 0, @@ -14343,8 +16598,15 @@ [-73.81557, 40.73912], [-73.81617, 40.73927], [-73.81675, 40.73944], - [-73.82485, 40.74217]], - "timestamps": [ 1256, 1265.208, 1302.692, 1308.183, 1381.119, 1388.159, 1389.528, 1399.433, 1410.618, 1488.208, 1512.977, 1537.455, 1586.86, 1592.12, 1611.507, 1621.175, 1631.139, 1640.317, 1649.902, 1659.373, 1668.86, 1684.208, 1706.772, 1738.029, 1744.864, 1748.54, 1752.108, 1755.88, 1759.217, 1762.501, 1809.313] + [-73.82485, 40.74217] + ], + "timestamps": [ + 1256, 1265.208, 1302.692, 1308.183, 1381.119, 1388.159, 1389.528, + 1399.433, 1410.618, 1488.208, 1512.977, 1537.455, 1586.86, 1592.12, + 1611.507, 1621.175, 1631.139, 1640.317, 1649.902, 1659.373, 1668.86, + 1684.208, 1706.772, 1738.029, 1744.864, 1748.54, 1752.108, 1755.88, + 1759.217, 1762.501, 1809.313 + ] }, { "vendor": 0, @@ -14548,8 +16810,37 @@ [-74.00511, 40.71214], [-74.00539, 40.71216], [-74.00569, 40.71213], - [-74.00748, 40.71167]], - "timestamps": [ 40, 47.546, 104.901, 121.642, 138.106, 192.847, 246.468, 292.013, 328.302, 334.318, 338.464, 355.808, 362.995, 365.806, 368.395, 371.341, 373.851, 375.942, 378.682, 381.7, 385.658, 390.163, 425.422, 428.109, 438.142, 440.992, 443.901, 446.772, 449.532, 452.726, 466.335, 470.402, 473.094, 476.565, 481.388, 491.07, 496.789, 500.678, 503.873, 506.385, 508.826, 512.036, 515.131, 517.397, 520.257, 523.024, 554.355, 560.717, 568.478, 572.069, 577.515, 583.133, 588.575, 593.752, 596.796, 601.864, 619.046, 624.388, 630.325, 635.552, 649.493, 673.842, 679.788, 684.27, 688.058, 691.705, 694.249, 704.222, 707.396, 709.031, 710.687, 713.336, 716.927, 719.676, 722.164, 725.263, 728.479, 730.56, 735.347, 738.022, 744.842, 747.052, 753.208, 762.967, 771.513, 778.2, 784.729, 805.774, 810.127, 812.632, 815.867, 817.719, 822.162, 833.02, 846.944, 849.486, 852.291, 870.927, 874.059, 885.823, 888.472, 902.723, 929.983, 948.164, 954.108, 960.303, 975.037, 992.64, 998.298, 1000.766, 1003.296, 1005.642, 1011.273, 1013.374, 1015.91, 1059.494, 1075.279, 1092.163, 1100.72, 1103.219, 1116.325, 1122.28, 1124.967, 1126.281, 1128.91, 1131.685, 1133.144, 1136.229, 1138.674, 1140.737, 1142.788, 1146.055, 1212.232, 1221.084, 1230.762, 1233.56, 1235.298, 1237.022, 1239.773, 1240.785, 1241.424, 1243.7, 1246.128, 1247.947, 1250.494, 1252.482, 1254.233, 1255.168, 1256.763, 1258.426, 1260.57, 1264.463, 1268.344, 1271.399, 1275.285, 1282.175, 1286.446, 1294.521, 1307.753, 1319.844, 1481.825, 1485.935, 1487.486, 1514.612, 1521.536, 1523.064, 1524.307, 1527.164, 1528.48, 1531.562, 1536.851, 1539.401, 1545.896, 1563.742, 1672.816, 1688.184, 1698.506, 1705.523, 1707.962, 1710.027, 1712.254, 1714.139, 1715.761, 1716.947, 1718.501, 1719.447, 1720.663, 1722.141, 1723.15, 1724.698, 1727.42, 1728.936, 1739.78, 1745.048, 1749.134, 1760.688, 1767.593, 1775.001, 1782.971, 1832.753] + [-74.00748, 40.71167] + ], + "timestamps": [ + 40, 47.546, 104.901, 121.642, 138.106, 192.847, 246.468, 292.013, 328.302, + 334.318, 338.464, 355.808, 362.995, 365.806, 368.395, 371.341, 373.851, + 375.942, 378.682, 381.7, 385.658, 390.163, 425.422, 428.109, 438.142, + 440.992, 443.901, 446.772, 449.532, 452.726, 466.335, 470.402, 473.094, + 476.565, 481.388, 491.07, 496.789, 500.678, 503.873, 506.385, 508.826, + 512.036, 515.131, 517.397, 520.257, 523.024, 554.355, 560.717, 568.478, + 572.069, 577.515, 583.133, 588.575, 593.752, 596.796, 601.864, 619.046, + 624.388, 630.325, 635.552, 649.493, 673.842, 679.788, 684.27, 688.058, + 691.705, 694.249, 704.222, 707.396, 709.031, 710.687, 713.336, 716.927, + 719.676, 722.164, 725.263, 728.479, 730.56, 735.347, 738.022, 744.842, + 747.052, 753.208, 762.967, 771.513, 778.2, 784.729, 805.774, 810.127, + 812.632, 815.867, 817.719, 822.162, 833.02, 846.944, 849.486, 852.291, + 870.927, 874.059, 885.823, 888.472, 902.723, 929.983, 948.164, 954.108, + 960.303, 975.037, 992.64, 998.298, 1000.766, 1003.296, 1005.642, 1011.273, + 1013.374, 1015.91, 1059.494, 1075.279, 1092.163, 1100.72, 1103.219, + 1116.325, 1122.28, 1124.967, 1126.281, 1128.91, 1131.685, 1133.144, + 1136.229, 1138.674, 1140.737, 1142.788, 1146.055, 1212.232, 1221.084, + 1230.762, 1233.56, 1235.298, 1237.022, 1239.773, 1240.785, 1241.424, + 1243.7, 1246.128, 1247.947, 1250.494, 1252.482, 1254.233, 1255.168, + 1256.763, 1258.426, 1260.57, 1264.463, 1268.344, 1271.399, 1275.285, + 1282.175, 1286.446, 1294.521, 1307.753, 1319.844, 1481.825, 1485.935, + 1487.486, 1514.612, 1521.536, 1523.064, 1524.307, 1527.164, 1528.48, + 1531.562, 1536.851, 1539.401, 1545.896, 1563.742, 1672.816, 1688.184, + 1698.506, 1705.523, 1707.962, 1710.027, 1712.254, 1714.139, 1715.761, + 1716.947, 1718.501, 1719.447, 1720.663, 1722.141, 1723.15, 1724.698, + 1727.42, 1728.936, 1739.78, 1745.048, 1749.134, 1760.688, 1767.593, + 1775.001, 1782.971, 1832.753 + ] }, { "vendor": 0, @@ -14559,8 +16850,9 @@ [-73.95673, 40.62813], [-73.95683, 40.62812], [-73.9571, 40.62945], - [-73.95841, 40.6363]], - "timestamps": [ 1554, 1570.574, 1752.246, 1754.403, 1779.475, 1908.44] + [-73.95841, 40.6363] + ], + "timestamps": [1554, 1570.574, 1752.246, 1754.403, 1779.475, 1908.44] }, { "vendor": 0, @@ -14623,8 +16915,19 @@ [-73.9947, 40.70932], [-73.99684, 40.70902], [-73.99721, 40.70898], - [-73.99777, 40.70889]], - "timestamps": [ 1285, 1289.006, 1316.297, 1332.981, 1338.511, 1340.917, 1343.755, 1363.785, 1385.282, 1398.504, 1428.961, 1505.767, 1509.338, 1512.386, 1514.645, 1517.373, 1523.546, 1525.963, 1528.369, 1529.713, 1530.703, 1532.48, 1536.488, 1540.138, 1544.848, 1547.299, 1555.291, 1557.795, 1564.51, 1576.893, 1586.381, 1590.572, 1594.564, 1598.292, 1618.228, 1622.656, 1625.986, 1629.578, 1634.298, 1638.864, 1644.834, 1673.068, 1673.907, 1675.971, 1678.988, 1682.811, 1685.705, 1687.051, 1689.805, 1692.073, 1694.309, 1722.606, 1744.393, 1750.299, 1772.672, 1779.484, 1792.432, 1795.966, 1801.378] + [-73.99777, 40.70889] + ], + "timestamps": [ + 1285, 1289.006, 1316.297, 1332.981, 1338.511, 1340.917, 1343.755, + 1363.785, 1385.282, 1398.504, 1428.961, 1505.767, 1509.338, 1512.386, + 1514.645, 1517.373, 1523.546, 1525.963, 1528.369, 1529.713, 1530.703, + 1532.48, 1536.488, 1540.138, 1544.848, 1547.299, 1555.291, 1557.795, + 1564.51, 1576.893, 1586.381, 1590.572, 1594.564, 1598.292, 1618.228, + 1622.656, 1625.986, 1629.578, 1634.298, 1638.864, 1644.834, 1673.068, + 1673.907, 1675.971, 1678.988, 1682.811, 1685.705, 1687.051, 1689.805, + 1692.073, 1694.309, 1722.606, 1744.393, 1750.299, 1772.672, 1779.484, + 1792.432, 1795.966, 1801.378 + ] }, { "vendor": 0, @@ -14740,8 +17043,26 @@ [-73.96468, 40.77567], [-73.96503, 40.77518], [-73.96514, 40.77504], - [-73.96395, 40.77454]], - "timestamps": [ 518, 521.586, 522.902, 564.514, 591.535, 625.852, 640.125, 705.446, 715.32, 730.582, 738.043, 745.96, 751.576, 817.791, 831.751, 835.447, 858.304, 863.617, 869.654, 871.729, 873.883, 876.487, 880.382, 881.726, 884.123, 887.072, 888.98, 912.028, 921.672, 927.516, 932.244, 934.629, 939.73, 955.637, 961.183, 963.543, 967.225, 988.22, 990.463, 995.139, 997.984, 1008.676, 1011.102, 1013.254, 1014.951, 1016.916, 1019.028, 1021.172, 1023.085, 1029.05, 1031.968, 1033.584, 1035.13, 1036.553, 1038.237, 1061.867, 1064.481, 1066.775, 1069.559, 1072.405, 1076.134, 1078.357, 1089.491, 1091.429, 1094.411, 1100.858, 1116.735, 1119.329, 1122.839, 1126.388, 1133.079, 1137.471, 1139.318, 1142.356, 1145.824, 1150.681, 1153.482, 1183.531, 1192.762, 1205.901, 1211.863, 1221.392, 1223.786, 1225.346, 1228.988, 1233.082, 1235.257, 1248.967, 1257.032, 1264.145, 1272.628, 1274.19, 1278.088, 1279.092, 1315.967, 1361.207, 1372.202, 1393.926, 1480.809, 1482.541, 1572.845, 1575.686, 1576.939, 1584.265, 1660.831, 1683.538, 1711.181, 1720.306, 1746.043, 1752.681, 1754.622, 1811] + [-73.96395, 40.77454] + ], + "timestamps": [ + 518, 521.586, 522.902, 564.514, 591.535, 625.852, 640.125, 705.446, + 715.32, 730.582, 738.043, 745.96, 751.576, 817.791, 831.751, 835.447, + 858.304, 863.617, 869.654, 871.729, 873.883, 876.487, 880.382, 881.726, + 884.123, 887.072, 888.98, 912.028, 921.672, 927.516, 932.244, 934.629, + 939.73, 955.637, 961.183, 963.543, 967.225, 988.22, 990.463, 995.139, + 997.984, 1008.676, 1011.102, 1013.254, 1014.951, 1016.916, 1019.028, + 1021.172, 1023.085, 1029.05, 1031.968, 1033.584, 1035.13, 1036.553, + 1038.237, 1061.867, 1064.481, 1066.775, 1069.559, 1072.405, 1076.134, + 1078.357, 1089.491, 1091.429, 1094.411, 1100.858, 1116.735, 1119.329, + 1122.839, 1126.388, 1133.079, 1137.471, 1139.318, 1142.356, 1145.824, + 1150.681, 1153.482, 1183.531, 1192.762, 1205.901, 1211.863, 1221.392, + 1223.786, 1225.346, 1228.988, 1233.082, 1235.257, 1248.967, 1257.032, + 1264.145, 1272.628, 1274.19, 1278.088, 1279.092, 1315.967, 1361.207, + 1372.202, 1393.926, 1480.809, 1482.541, 1572.845, 1575.686, 1576.939, + 1584.265, 1660.831, 1683.538, 1711.181, 1720.306, 1746.043, 1752.681, + 1754.622, 1811 + ] }, { "vendor": 0, @@ -14858,8 +17179,25 @@ [-74.01078, 40.72677], [-74.01048, 40.72973], [-74.01008, 40.73394], - [-74.00983, 40.73694]], - "timestamps": [ 229, 293.724, 302.607, 407.25, 470.129, 487.256, 492.484, 517.782, 531.046, 563.618, 584.912, 682.8, 713.426, 717.489, 718.504, 721.411, 726.85, 729.798, 733.464, 736.071, 740.582, 742.867, 746.481, 748.063, 750.726, 752.85, 786.925, 788.42, 789.621, 790.464, 791.994, 793.75, 799.037, 815.325, 820.995, 826.026, 830.172, 833.54, 836.66, 846.535, 878.434, 880.532, 883.146, 886.252, 888.471, 903.188, 906.932, 909.867, 913.704, 919.363, 930.51, 935.89, 942.225, 944.875, 946.271, 947.603, 951.4, 961.183, 966.348, 996.51, 1010.767, 1031.337, 1038.325, 1051.348, 1063.819, 1077.703, 1082.47, 1086.913, 1090.163, 1096.37, 1100.314, 1153.818, 1157.495, 1161.353, 1235.979, 1238.166, 1242.259, 1250.087, 1252.293, 1256.552, 1260.156, 1263.797, 1265.53, 1269.664, 1280.171, 1286.179, 1293.177, 1296.942, 1301.428, 1304.423, 1306.832, 1309.859, 1311.955, 1314.413, 1317.004, 1317.89, 1320.685, 1322.966, 1337.184, 1359.974, 1361.738, 1367.601, 1372.121, 1385.862, 1412.004, 1445.541, 1489.088, 1544.915, 1635.968, 1657.274, 1708.348, 1780.965, 1832.68] + [-74.00983, 40.73694] + ], + "timestamps": [ + 229, 293.724, 302.607, 407.25, 470.129, 487.256, 492.484, 517.782, + 531.046, 563.618, 584.912, 682.8, 713.426, 717.489, 718.504, 721.411, + 726.85, 729.798, 733.464, 736.071, 740.582, 742.867, 746.481, 748.063, + 750.726, 752.85, 786.925, 788.42, 789.621, 790.464, 791.994, 793.75, + 799.037, 815.325, 820.995, 826.026, 830.172, 833.54, 836.66, 846.535, + 878.434, 880.532, 883.146, 886.252, 888.471, 903.188, 906.932, 909.867, + 913.704, 919.363, 930.51, 935.89, 942.225, 944.875, 946.271, 947.603, + 951.4, 961.183, 966.348, 996.51, 1010.767, 1031.337, 1038.325, 1051.348, + 1063.819, 1077.703, 1082.47, 1086.913, 1090.163, 1096.37, 1100.314, + 1153.818, 1157.495, 1161.353, 1235.979, 1238.166, 1242.259, 1250.087, + 1252.293, 1256.552, 1260.156, 1263.797, 1265.53, 1269.664, 1280.171, + 1286.179, 1293.177, 1296.942, 1301.428, 1304.423, 1306.832, 1309.859, + 1311.955, 1314.413, 1317.004, 1317.89, 1320.685, 1322.966, 1337.184, + 1359.974, 1361.738, 1367.601, 1372.121, 1385.862, 1412.004, 1445.541, + 1489.088, 1544.915, 1635.968, 1657.274, 1708.348, 1780.965, 1832.68 + ] }, { "vendor": 0, @@ -14927,8 +17265,19 @@ [-74.01227, 40.72033], [-74.01263, 40.71879], [-74.01284, 40.71797], - [-74.01299, 40.71742]], - "timestamps": [ 1006, 1029.146, 1030.986, 1069.124, 1071.754, 1095.931, 1109.154, 1120.362, 1124.358, 1145.407, 1170.386, 1174.331, 1199.318, 1207.657, 1219.044, 1226.756, 1242.583, 1250.606, 1255.867, 1259.235, 1265.666, 1269.753, 1325.196, 1329.006, 1333.004, 1410.334, 1412.601, 1416.842, 1424.954, 1427.239, 1431.652, 1435.388, 1439.16, 1440.956, 1445.24, 1456.128, 1462.354, 1469.605, 1473.506, 1478.155, 1481.258, 1483.755, 1486.892, 1489.063, 1491.61, 1494.296, 1495.213, 1498.11, 1500.474, 1516.395, 1541.917, 1543.893, 1550.458, 1555.52, 1570.908, 1600.183, 1637.74, 1686.506, 1746.696, 1749.026, 1754.286, 1777.904, 1790.518, 1799] + [-74.01299, 40.71742] + ], + "timestamps": [ + 1006, 1029.146, 1030.986, 1069.124, 1071.754, 1095.931, 1109.154, + 1120.362, 1124.358, 1145.407, 1170.386, 1174.331, 1199.318, 1207.657, + 1219.044, 1226.756, 1242.583, 1250.606, 1255.867, 1259.235, 1265.666, + 1269.753, 1325.196, 1329.006, 1333.004, 1410.334, 1412.601, 1416.842, + 1424.954, 1427.239, 1431.652, 1435.388, 1439.16, 1440.956, 1445.24, + 1456.128, 1462.354, 1469.605, 1473.506, 1478.155, 1481.258, 1483.755, + 1486.892, 1489.063, 1491.61, 1494.296, 1495.213, 1498.11, 1500.474, + 1516.395, 1541.917, 1543.893, 1550.458, 1555.52, 1570.908, 1600.183, + 1637.74, 1686.506, 1746.696, 1749.026, 1754.286, 1777.904, 1790.518, 1799 + ] }, { "vendor": 0, @@ -14956,8 +17305,14 @@ [-74.00466, 40.71184], [-74.0037, 40.71145], [-74.00348, 40.71127], - [-73.99209, 40.7022]], - "timestamps": [ 1456, 1466.084, 1486.221, 1522.678, 1537.91, 1548.017, 1568.216, 1577.009, 1626.713, 1644.195, 1674.069, 1687.987, 1698.019, 1714.964, 1716.926, 1720.776, 1723.074, 1724.2, 1725.46, 1727.343, 1729.898, 1739.333, 1742.137, 1842.261] + [-73.99209, 40.7022] + ], + "timestamps": [ + 1456, 1466.084, 1486.221, 1522.678, 1537.91, 1548.017, 1568.216, 1577.009, + 1626.713, 1644.195, 1674.069, 1687.987, 1698.019, 1714.964, 1716.926, + 1720.776, 1723.074, 1724.2, 1725.46, 1727.343, 1729.898, 1739.333, + 1742.137, 1842.261 + ] }, { "vendor": 1, @@ -14983,8 +17338,13 @@ [-73.97939, 40.71563], [-73.97855, 40.71537], [-73.97725, 40.715], - [-73.96192, 40.71033]], - "timestamps": [ 1234, 1235.443, 1238.198, 1244.036, 1282.984, 1333.549, 1345.937, 1354.84, 1361.36, 1482.415, 1487.321, 1530.716, 1551.701, 1590.747, 1636.036, 1671.854, 1681.861, 1724.249, 1727.093, 1732.993, 1742.022, 1849.46] + [-73.96192, 40.71033] + ], + "timestamps": [ + 1234, 1235.443, 1238.198, 1244.036, 1282.984, 1333.549, 1345.937, 1354.84, + 1361.36, 1482.415, 1487.321, 1530.716, 1551.701, 1590.747, 1636.036, + 1671.854, 1681.861, 1724.249, 1727.093, 1732.993, 1742.022, 1849.46 + ] }, { "vendor": 0, @@ -14997,8 +17357,12 @@ [-73.98611, 40.73763], [-73.98538, 40.73733], [-73.97999, 40.73506], - [-73.97762, 40.73404]], - "timestamps": [ 1415, 1420.371, 1440.067, 1457.844, 1474.087, 1504.483, 1534.965, 1721.676, 1804.204] + [-73.97762, 40.73404] + ], + "timestamps": [ + 1415, 1420.371, 1440.067, 1457.844, 1474.087, 1504.483, 1534.965, + 1721.676, 1804.204 + ] }, { "vendor": 0, @@ -15078,8 +17442,21 @@ [-74.0079, 40.73938], [-74.00805, 40.73938], [-74.0081, 40.73875], - [-74.00814, 40.7382]], - "timestamps": [ 520, 541.35, 554.835, 662.901, 685.188, 705.588, 711.764, 717.776, 736.403, 758.928, 763.978, 769.957, 780.468, 786.624, 788.571, 809.922, 817.048, 826.778, 833.367, 846.892, 853.747, 858.242, 861.12, 866.616, 870.108, 917.483, 920.739, 924.155, 990.233, 992.17, 995.794, 1002.725, 1004.678, 1008.449, 1011.641, 1014.865, 1016.399, 1020.06, 1029.363, 1034.683, 1040.879, 1044.213, 1048.185, 1050.837, 1052.97, 1055.65, 1057.506, 1059.682, 1061.977, 1062.761, 1065.236, 1067.256, 1080.564, 1101.897, 1103.548, 1109.035, 1113.267, 1126.129, 1150.598, 1181.991, 1222.752, 1275.008, 1360.236, 1370.455, 1383.728, 1473.837, 1483.036, 1505.523, 1522.367, 1600.378, 1641.311, 1656.091, 1697.872, 1702.164, 1720.765, 1737] + [-74.00814, 40.7382] + ], + "timestamps": [ + 520, 541.35, 554.835, 662.901, 685.188, 705.588, 711.764, 717.776, + 736.403, 758.928, 763.978, 769.957, 780.468, 786.624, 788.571, 809.922, + 817.048, 826.778, 833.367, 846.892, 853.747, 858.242, 861.12, 866.616, + 870.108, 917.483, 920.739, 924.155, 990.233, 992.17, 995.794, 1002.725, + 1004.678, 1008.449, 1011.641, 1014.865, 1016.399, 1020.06, 1029.363, + 1034.683, 1040.879, 1044.213, 1048.185, 1050.837, 1052.97, 1055.65, + 1057.506, 1059.682, 1061.977, 1062.761, 1065.236, 1067.256, 1080.564, + 1101.897, 1103.548, 1109.035, 1113.267, 1126.129, 1150.598, 1181.991, + 1222.752, 1275.008, 1360.236, 1370.455, 1383.728, 1473.837, 1483.036, + 1505.523, 1522.367, 1600.378, 1641.311, 1656.091, 1697.872, 1702.164, + 1720.765, 1737 + ] }, { "vendor": 1, @@ -15099,8 +17476,13 @@ [-73.96609, 40.68443], [-73.96586, 40.68326], [-73.96551, 40.68141], - [-73.97576, 40.68355]], - "timestamps": [ 1078, 1155.741, 1170.082, 1189.336, 1226.9, 1270.536, 1365.827, 1377.686, 1493.366, 1531.715, 1557.665, 1612.707, 1631.331, 1657.614, 1699.138, 1854.378] + [-73.97576, 40.68355] + ], + "timestamps": [ + 1078, 1155.741, 1170.082, 1189.336, 1226.9, 1270.536, 1365.827, 1377.686, + 1493.366, 1531.715, 1557.665, 1612.707, 1631.331, 1657.614, 1699.138, + 1854.378 + ] }, { "vendor": 0, @@ -15180,8 +17562,21 @@ [-73.92991, 40.79956], [-73.92988, 40.79938], [-73.92962, 40.79859], - [-73.9294, 40.79776]], - "timestamps": [ 993, 1005.22, 1054.1, 1102.441, 1202.643, 1258.352, 1265.173, 1286.283, 1292.473, 1295.346, 1299.103, 1302.207, 1305.107, 1307.665, 1310.043, 1312.52, 1315.228, 1321.85, 1324.838, 1328.067, 1330.463, 1332.841, 1343.723, 1348.876, 1354.121, 1360.328, 1390.573, 1399.756, 1428.115, 1432.579, 1437.084, 1440.38, 1446.213, 1455.947, 1480.802, 1488.553, 1502.452, 1505.726, 1530.044, 1538.641, 1543.986, 1547.899, 1560.517, 1574.752, 1583.628, 1591.756, 1594.358, 1598.832, 1604.509, 1606.801, 1630.336, 1654.744, 1658.681, 1670.537, 1676.015, 1678.691, 1681.272, 1684.357, 1692.385, 1698.572, 1702.591, 1706.946, 1712.281, 1714.998, 1731.258, 1738.067, 1747.333, 1751.642, 1754.565, 1757.72, 1775.553, 1780.234, 1787.395, 1789.126, 1796.896, 1804.975] + [-73.9294, 40.79776] + ], + "timestamps": [ + 993, 1005.22, 1054.1, 1102.441, 1202.643, 1258.352, 1265.173, 1286.283, + 1292.473, 1295.346, 1299.103, 1302.207, 1305.107, 1307.665, 1310.043, + 1312.52, 1315.228, 1321.85, 1324.838, 1328.067, 1330.463, 1332.841, + 1343.723, 1348.876, 1354.121, 1360.328, 1390.573, 1399.756, 1428.115, + 1432.579, 1437.084, 1440.38, 1446.213, 1455.947, 1480.802, 1488.553, + 1502.452, 1505.726, 1530.044, 1538.641, 1543.986, 1547.899, 1560.517, + 1574.752, 1583.628, 1591.756, 1594.358, 1598.832, 1604.509, 1606.801, + 1630.336, 1654.744, 1658.681, 1670.537, 1676.015, 1678.691, 1681.272, + 1684.357, 1692.385, 1698.572, 1702.591, 1706.946, 1712.281, 1714.998, + 1731.258, 1738.067, 1747.333, 1751.642, 1754.565, 1757.72, 1775.553, + 1780.234, 1787.395, 1789.126, 1796.896, 1804.975 + ] }, { "vendor": 0, @@ -15238,8 +17633,18 @@ [-73.97182, 40.72881], [-73.97179, 40.72859], [-73.97181, 40.72799], - [-73.97203, 40.72667]], - "timestamps": [ 1414, 1429.601, 1438.962, 1462.741, 1495.129, 1546.792, 1548.175, 1579.135, 1580.658, 1592.9, 1594.184, 1596.263, 1599.126, 1600.7, 1605.102, 1619.494, 1638.17, 1648.856, 1655.409, 1657.992, 1660.405, 1662.38, 1681.934, 1684.394, 1686.732, 1689.631, 1694.096, 1697.865, 1701.822, 1705.233, 1710.206, 1713.401, 1714.984, 1718.274, 1721.428, 1730.412, 1733.561, 1736.766, 1739.1, 1740.501, 1744.275, 1767.542, 1770.543, 1773.712, 1775.352, 1780.815, 1783.707, 1785.213, 1788.61, 1790.236, 1791.707, 1795.7, 1804.552] + [-73.97203, 40.72667] + ], + "timestamps": [ + 1414, 1429.601, 1438.962, 1462.741, 1495.129, 1546.792, 1548.175, + 1579.135, 1580.658, 1592.9, 1594.184, 1596.263, 1599.126, 1600.7, + 1605.102, 1619.494, 1638.17, 1648.856, 1655.409, 1657.992, 1660.405, + 1662.38, 1681.934, 1684.394, 1686.732, 1689.631, 1694.096, 1697.865, + 1701.822, 1705.233, 1710.206, 1713.401, 1714.984, 1718.274, 1721.428, + 1730.412, 1733.561, 1736.766, 1739.1, 1740.501, 1744.275, 1767.542, + 1770.543, 1773.712, 1775.352, 1780.815, 1783.707, 1785.213, 1788.61, + 1790.236, 1791.707, 1795.7, 1804.552 + ] }, { "vendor": 0, @@ -15275,8 +17680,15 @@ [-73.96896, 40.67291], [-73.96883, 40.67306], [-73.9688, 40.67321], - [-73.96879, 40.67326]], - "timestamps": [ 1219, 1236.345, 1260.919, 1278.549, 1293.606, 1294.165, 1296.819, 1298.123, 1298.916, 1301.652, 1302.782, 1304.898, 1307.078, 1308.646, 1309.343, 1310.346, 1337.53, 1391.34, 1437.474, 1443.501, 1449.556, 1486.468, 1493.644, 1496.704, 1504.139, 1506.553, 1508.822, 1512.982, 1514.491, 1518.962, 1522.74, 1524] + [-73.96879, 40.67326] + ], + "timestamps": [ + 1219, 1236.345, 1260.919, 1278.549, 1293.606, 1294.165, 1296.819, + 1298.123, 1298.916, 1301.652, 1302.782, 1304.898, 1307.078, 1308.646, + 1309.343, 1310.346, 1337.53, 1391.34, 1437.474, 1443.501, 1449.556, + 1486.468, 1493.644, 1496.704, 1504.139, 1506.553, 1508.822, 1512.982, + 1514.491, 1518.962, 1522.74, 1524 + ] }, { "vendor": 1, @@ -15425,8 +17837,30 @@ [-73.86423, 40.73074], [-73.85971, 40.72907], [-73.85812, 40.7285], - [-73.85379, 40.72691]], - "timestamps": [ 665, 677.536, 681.073, 684.698, 686.052, 708.223, 711.978, 714.843, 723.083, 744.024, 746.117, 756.131, 783.063, 784.171, 787.12, 788.436, 794.031, 796.103, 801.372, 805.202, 806.764, 815.722, 864.265, 865.701, 868.815, 870.712, 872.167, 874.111, 876.202, 878.21, 881.215, 894.598, 896.514, 903.199, 905.035, 950.023, 952.537, 974.357, 978.712, 980.765, 988.257, 996.596, 1001.011, 1005.278, 1018.291, 1037.823, 1048.087, 1050.025, 1058.469, 1060.647, 1072.226, 1073.68, 1075.952, 1077.715, 1097.81, 1099.695, 1102.188, 1105.989, 1122.729, 1125.196, 1130.21, 1135.432, 1138.489, 1142.689, 1146.69, 1149.078, 1150.91, 1152.462, 1153.655, 1155.114, 1156.561, 1165.113, 1171.426, 1172.913, 1175.083, 1178.051, 1181.17, 1192.036, 1199.236, 1207.868, 1210.426, 1213.267, 1215.168, 1218.379, 1223.152, 1229.01, 1234.083, 1237.264, 1240.205, 1242.846, 1245.642, 1248.412, 1251.444, 1257.734, 1259.858, 1268.739, 1314.573, 1319.554, 1323.093, 1327.778, 1332.353, 1337.024, 1342.13, 1346.909, 1351.097, 1355.646, 1375.415, 1379.772, 1382.738, 1388.043, 1398.963, 1406.143, 1415.17, 1428.728, 1439.31, 1444.223, 1451.269, 1457.21, 1470.277, 1476.541, 1483.734, 1517.335, 1541.002, 1544.219, 1546.304, 1548.516, 1555.091, 1557.003, 1558.658, 1560.397, 1561.284, 1571.307, 1583.538, 1599.348, 1607.248, 1607.359, 1615.284, 1630.204, 1640.354, 1643.411, 1645.356, 1671.086, 1739.095, 1762.884, 1827.959] + [-73.85379, 40.72691] + ], + "timestamps": [ + 665, 677.536, 681.073, 684.698, 686.052, 708.223, 711.978, 714.843, + 723.083, 744.024, 746.117, 756.131, 783.063, 784.171, 787.12, 788.436, + 794.031, 796.103, 801.372, 805.202, 806.764, 815.722, 864.265, 865.701, + 868.815, 870.712, 872.167, 874.111, 876.202, 878.21, 881.215, 894.598, + 896.514, 903.199, 905.035, 950.023, 952.537, 974.357, 978.712, 980.765, + 988.257, 996.596, 1001.011, 1005.278, 1018.291, 1037.823, 1048.087, + 1050.025, 1058.469, 1060.647, 1072.226, 1073.68, 1075.952, 1077.715, + 1097.81, 1099.695, 1102.188, 1105.989, 1122.729, 1125.196, 1130.21, + 1135.432, 1138.489, 1142.689, 1146.69, 1149.078, 1150.91, 1152.462, + 1153.655, 1155.114, 1156.561, 1165.113, 1171.426, 1172.913, 1175.083, + 1178.051, 1181.17, 1192.036, 1199.236, 1207.868, 1210.426, 1213.267, + 1215.168, 1218.379, 1223.152, 1229.01, 1234.083, 1237.264, 1240.205, + 1242.846, 1245.642, 1248.412, 1251.444, 1257.734, 1259.858, 1268.739, + 1314.573, 1319.554, 1323.093, 1327.778, 1332.353, 1337.024, 1342.13, + 1346.909, 1351.097, 1355.646, 1375.415, 1379.772, 1382.738, 1388.043, + 1398.963, 1406.143, 1415.17, 1428.728, 1439.31, 1444.223, 1451.269, + 1457.21, 1470.277, 1476.541, 1483.734, 1517.335, 1541.002, 1544.219, + 1546.304, 1548.516, 1555.091, 1557.003, 1558.658, 1560.397, 1561.284, + 1571.307, 1583.538, 1599.348, 1607.248, 1607.359, 1615.284, 1630.204, + 1640.354, 1643.411, 1645.356, 1671.086, 1739.095, 1762.884, 1827.959 + ] }, { "vendor": 0, @@ -15455,8 +17889,14 @@ [-73.98499, 40.69724], [-73.98517, 40.69762], [-73.98547, 40.69802], - [-73.99523, 40.71551]], - "timestamps": [ 857, 891.209, 903.174, 920.47, 927.544, 977.567, 1011.723, 1017.328, 1047.614, 1067.351, 1085.643, 1104.547, 1158.398, 1176.374, 1273.511, 1311.05, 1472.987, 1485.488, 1599.683, 1603.423, 1615.926, 1639.403, 1658.643, 1665.056, 1811.071] + [-73.99523, 40.71551] + ], + "timestamps": [ + 857, 891.209, 903.174, 920.47, 927.544, 977.567, 1011.723, 1017.328, + 1047.614, 1067.351, 1085.643, 1104.547, 1158.398, 1176.374, 1273.511, + 1311.05, 1472.987, 1485.488, 1599.683, 1603.423, 1615.926, 1639.403, + 1658.643, 1665.056, 1811.071 + ] }, { "vendor": 0, @@ -15466,8 +17906,9 @@ [-73.99688, 40.68031], [-73.99728, 40.6795], [-73.99927, 40.68005], - [-74.00112, 40.68056]], - "timestamps": [ 1651, 1655.229, 1713.011, 1735.585, 1798.059, 1856.121] + [-74.00112, 40.68056] + ], + "timestamps": [1651, 1655.229, 1713.011, 1735.585, 1798.059, 1856.121] }, { "vendor": 0, @@ -15580,8 +18021,26 @@ [-73.97213, 40.72636], [-73.97253, 40.72556], [-73.97341, 40.72413], - [-73.9741, 40.72304]], - "timestamps": [ 615, 626.583, 638.167, 687.398, 721.586, 723.195, 754.415, 858.556, 910.682, 932.726, 1017.784, 1018.981, 1020.563, 1021.172, 1028.514, 1029.539, 1030.337, 1039.148, 1042.098, 1043.745, 1046.493, 1049.293, 1050.668, 1053.121, 1068.732, 1070.448, 1071.638, 1072.891, 1074.012, 1076.044, 1088.174, 1089.054, 1090.119, 1091.462, 1092.554, 1094.688, 1111.198, 1120.072, 1123.235, 1125.678, 1149.298, 1230.384, 1242.05, 1254.843, 1256.943, 1259.188, 1261.309, 1264.05, 1266.171, 1276.601, 1281.063, 1332.887, 1415.723, 1434.547, 1446.131, 1450.304, 1451.661, 1463.086, 1467.233, 1472.819, 1476.538, 1488.415, 1498.958, 1505.875, 1511.158, 1515.021, 1517.166, 1521.201, 1527.476, 1530.799, 1548.666, 1551.787, 1591.6, 1597.54, 1608.509, 1610.793, 1618.685, 1628.018, 1632.237, 1635.871, 1639.712, 1643.351, 1658.874, 1662.735, 1664.648, 1668.625, 1672.436, 1683.295, 1687.101, 1690.975, 1693.795, 1695.488, 1700.05, 1728.17, 1731.797, 1735.628, 1737.609, 1744.213, 1747.707, 1749.528, 1753.634, 1755.598, 1757.377, 1762.203, 1772.901, 1775.467, 1782.346, 1795.034, 1804.755] + [-73.9741, 40.72304] + ], + "timestamps": [ + 615, 626.583, 638.167, 687.398, 721.586, 723.195, 754.415, 858.556, + 910.682, 932.726, 1017.784, 1018.981, 1020.563, 1021.172, 1028.514, + 1029.539, 1030.337, 1039.148, 1042.098, 1043.745, 1046.493, 1049.293, + 1050.668, 1053.121, 1068.732, 1070.448, 1071.638, 1072.891, 1074.012, + 1076.044, 1088.174, 1089.054, 1090.119, 1091.462, 1092.554, 1094.688, + 1111.198, 1120.072, 1123.235, 1125.678, 1149.298, 1230.384, 1242.05, + 1254.843, 1256.943, 1259.188, 1261.309, 1264.05, 1266.171, 1276.601, + 1281.063, 1332.887, 1415.723, 1434.547, 1446.131, 1450.304, 1451.661, + 1463.086, 1467.233, 1472.819, 1476.538, 1488.415, 1498.958, 1505.875, + 1511.158, 1515.021, 1517.166, 1521.201, 1527.476, 1530.799, 1548.666, + 1551.787, 1591.6, 1597.54, 1608.509, 1610.793, 1618.685, 1628.018, + 1632.237, 1635.871, 1639.712, 1643.351, 1658.874, 1662.735, 1664.648, + 1668.625, 1672.436, 1683.295, 1687.101, 1690.975, 1693.795, 1695.488, + 1700.05, 1728.17, 1731.797, 1735.628, 1737.609, 1744.213, 1747.707, + 1749.528, 1753.634, 1755.598, 1757.377, 1762.203, 1772.901, 1775.467, + 1782.346, 1795.034, 1804.755 + ] }, { "vendor": 0, @@ -15609,8 +18068,14 @@ [-74.01744, 40.64481], [-74.01448, 40.64776], [-74.01373, 40.64836], - [-73.99703, 40.66441]], - "timestamps": [ 1442, 1455.691, 1467.223, 1502.535, 1508.841, 1517.852, 1594.83, 1598.222, 1603.429, 1613.501, 1626.221, 1636.472, 1641.264, 1648.882, 1656.312, 1662.388, 1670.27, 1672.78, 1677.696, 1686.204, 1701.8, 1723.06, 1727.801, 1845.052] + [-73.99703, 40.66441] + ], + "timestamps": [ + 1442, 1455.691, 1467.223, 1502.535, 1508.841, 1517.852, 1594.83, 1598.222, + 1603.429, 1613.501, 1626.221, 1636.472, 1641.264, 1648.882, 1656.312, + 1662.388, 1670.27, 1672.78, 1677.696, 1686.204, 1701.8, 1723.06, 1727.801, + 1845.052 + ] }, { "vendor": 1, @@ -15648,8 +18113,15 @@ [-73.98008, 40.66077], [-73.97994, 40.66072], [-73.97979, 40.66071], - [-73.97975, 40.66073]], - "timestamps": [ 1325, 1329.474, 1345.625, 1387.772, 1441.716, 1452.338, 1462.721, 1472.963, 1489.308, 1504.349, 1516.007, 1560.668, 1563.535, 1572.405, 1582.462, 1586.63, 1590.25, 1608.155, 1612.284, 1615.687, 1618.451, 1621.012, 1634.167, 1639.759, 1652.164, 1660.384, 1682.667, 1697.642, 1708.808, 1758.13, 1789.516, 1791.48, 1793.391, 1794] + [-73.97975, 40.66073] + ], + "timestamps": [ + 1325, 1329.474, 1345.625, 1387.772, 1441.716, 1452.338, 1462.721, + 1472.963, 1489.308, 1504.349, 1516.007, 1560.668, 1563.535, 1572.405, + 1582.462, 1586.63, 1590.25, 1608.155, 1612.284, 1615.687, 1618.451, + 1621.012, 1634.167, 1639.759, 1652.164, 1660.384, 1682.667, 1697.642, + 1708.808, 1758.13, 1789.516, 1791.48, 1793.391, 1794 + ] }, { "vendor": 0, @@ -15669,8 +18141,13 @@ [-73.9834, 40.74135], [-73.98381, 40.74078], [-73.98542, 40.74147], - [-73.98857, 40.73714]], - "timestamps": [ 1378, 1417.213, 1419.797, 1429.287, 1430.246, 1450.005, 1462.639, 1476.579, 1477.268, 1517.639, 1547.278, 1557.389, 1713.03, 1721.782, 1745.816, 1828.593] + [-73.98857, 40.73714] + ], + "timestamps": [ + 1378, 1417.213, 1419.797, 1429.287, 1430.246, 1450.005, 1462.639, + 1476.579, 1477.268, 1517.639, 1547.278, 1557.389, 1713.03, 1721.782, + 1745.816, 1828.593 + ] }, { "vendor": 0, @@ -15717,8 +18194,16 @@ [-73.97487, 40.73554], [-73.97491, 40.73586], [-73.97489, 40.73625], - [-73.97478, 40.73664]], - "timestamps": [ 1422, 1432.99, 1448.823, 1464.74, 1612.192, 1613.719, 1622.54, 1627.195, 1633.523, 1635.202, 1641.853, 1657.507, 1661.344, 1664.014, 1666.514, 1668.671, 1670.902, 1684.729, 1695.536, 1700.55, 1702.683, 1706.011, 1724.991, 1727.018, 1731.245, 1733.818, 1741.346, 1743.483, 1745.676, 1747.621, 1749.155, 1750.932, 1752.841, 1754.779, 1756.509, 1761.901, 1763.329, 1766, 1768.681, 1793.928, 1796.001, 1798.518, 1801.091] + [-73.97478, 40.73664] + ], + "timestamps": [ + 1422, 1432.99, 1448.823, 1464.74, 1612.192, 1613.719, 1622.54, 1627.195, + 1633.523, 1635.202, 1641.853, 1657.507, 1661.344, 1664.014, 1666.514, + 1668.671, 1670.902, 1684.729, 1695.536, 1700.55, 1702.683, 1706.011, + 1724.991, 1727.018, 1731.245, 1733.818, 1741.346, 1743.483, 1745.676, + 1747.621, 1749.155, 1750.932, 1752.841, 1754.779, 1756.509, 1761.901, + 1763.329, 1766, 1768.681, 1793.928, 1796.001, 1798.518, 1801.091 + ] }, { "vendor": 0, @@ -15926,8 +18411,38 @@ [-73.87125, 40.77371], [-73.87131, 40.77374], [-73.87292, 40.77394], - [-73.87315, 40.77397]], - "timestamps": [ 411, 432.772, 439.871, 447.835, 495.622, 521.221, 579.202, 583.528, 584.826, 596.896, 616.085, 629.027, 646.596, 676.694, 689.406, 690.752, 698.716, 721.962, 725.9, 728.903, 737.543, 758.361, 760.441, 770.396, 797.17, 798.272, 801.203, 802.512, 808.073, 810.133, 815.372, 819.179, 820.624, 828.912, 873.825, 875.154, 878.035, 879.79, 881.136, 882.935, 884.87, 886.727, 889.508, 901.89, 903.662, 909.848, 911.546, 931.09, 955.495, 975.684, 979.713, 981.613, 988.545, 996.26, 1000.345, 1004.292, 1016.332, 1034.404, 1043.9, 1045.693, 1053.506, 1055.521, 1066.234, 1067.579, 1069.681, 1071.313, 1089.905, 1091.648, 1093.955, 1097.472, 1112.96, 1115.243, 1119.882, 1124.713, 1131.427, 1133.64, 1135.971, 1138.291, 1140.615, 1142.629, 1144.69, 1146.769, 1148.944, 1150.707, 1155.338, 1159.879, 1162.99, 1166.379, 1176.48, 1209.035, 1211.488, 1213.861, 1216.262, 1218.469, 1226.141, 1233.146, 1240.342, 1242.807, 1245.141, 1247.675, 1253.702, 1261.791, 1274.38, 1278.25, 1279.253, 1280.981, 1283.583, 1285.175, 1286.712, 1288.875, 1290.698, 1291.93, 1297.228, 1310.281, 1313.013, 1315.296, 1319.761, 1322.537, 1324.365, 1325.9, 1327.628, 1333.09, 1336.869, 1342.908, 1344.834, 1350.062, 1353.564, 1356.012, 1357.681, 1362.138, 1381.215, 1386.916, 1388.456, 1389.951, 1392.384, 1394.257, 1396.001, 1397.662, 1400.821, 1402.031, 1403.232, 1404.515, 1405.728, 1406.843, 1408.761, 1414.408, 1418.675, 1422.487, 1428.52, 1434.579, 1439.321, 1444.163, 1448.921, 1451.358, 1453.904, 1465.804, 1467.287, 1470.814, 1479.119, 1505.805, 1507.11, 1515.262, 1520.199, 1534.189, 1537.972, 1541.064, 1542.48, 1543.818, 1545.466, 1547.202, 1550.381, 1554.055, 1557.081, 1561.414, 1562.889, 1564.141, 1565.614, 1567.341, 1571.799, 1574.186, 1576.479, 1578.977, 1581.144, 1585.677, 1586.754, 1588.881, 1591.732, 1603.11, 1612.566, 1623.855, 1633.028, 1639.745, 1645.227, 1654.121, 1660.278, 1663.545, 1667.345, 1677.285, 1685.436, 1692.703, 1695.792, 1698.027, 1748.744, 1756] + [-73.87315, 40.77397] + ], + "timestamps": [ + 411, 432.772, 439.871, 447.835, 495.622, 521.221, 579.202, 583.528, + 584.826, 596.896, 616.085, 629.027, 646.596, 676.694, 689.406, 690.752, + 698.716, 721.962, 725.9, 728.903, 737.543, 758.361, 760.441, 770.396, + 797.17, 798.272, 801.203, 802.512, 808.073, 810.133, 815.372, 819.179, + 820.624, 828.912, 873.825, 875.154, 878.035, 879.79, 881.136, 882.935, + 884.87, 886.727, 889.508, 901.89, 903.662, 909.848, 911.546, 931.09, + 955.495, 975.684, 979.713, 981.613, 988.545, 996.26, 1000.345, 1004.292, + 1016.332, 1034.404, 1043.9, 1045.693, 1053.506, 1055.521, 1066.234, + 1067.579, 1069.681, 1071.313, 1089.905, 1091.648, 1093.955, 1097.472, + 1112.96, 1115.243, 1119.882, 1124.713, 1131.427, 1133.64, 1135.971, + 1138.291, 1140.615, 1142.629, 1144.69, 1146.769, 1148.944, 1150.707, + 1155.338, 1159.879, 1162.99, 1166.379, 1176.48, 1209.035, 1211.488, + 1213.861, 1216.262, 1218.469, 1226.141, 1233.146, 1240.342, 1242.807, + 1245.141, 1247.675, 1253.702, 1261.791, 1274.38, 1278.25, 1279.253, + 1280.981, 1283.583, 1285.175, 1286.712, 1288.875, 1290.698, 1291.93, + 1297.228, 1310.281, 1313.013, 1315.296, 1319.761, 1322.537, 1324.365, + 1325.9, 1327.628, 1333.09, 1336.869, 1342.908, 1344.834, 1350.062, + 1353.564, 1356.012, 1357.681, 1362.138, 1381.215, 1386.916, 1388.456, + 1389.951, 1392.384, 1394.257, 1396.001, 1397.662, 1400.821, 1402.031, + 1403.232, 1404.515, 1405.728, 1406.843, 1408.761, 1414.408, 1418.675, + 1422.487, 1428.52, 1434.579, 1439.321, 1444.163, 1448.921, 1451.358, + 1453.904, 1465.804, 1467.287, 1470.814, 1479.119, 1505.805, 1507.11, + 1515.262, 1520.199, 1534.189, 1537.972, 1541.064, 1542.48, 1543.818, + 1545.466, 1547.202, 1550.381, 1554.055, 1557.081, 1561.414, 1562.889, + 1564.141, 1565.614, 1567.341, 1571.799, 1574.186, 1576.479, 1578.977, + 1581.144, 1585.677, 1586.754, 1588.881, 1591.732, 1603.11, 1612.566, + 1623.855, 1633.028, 1639.745, 1645.227, 1654.121, 1660.278, 1663.545, + 1667.345, 1677.285, 1685.436, 1692.703, 1695.792, 1698.027, 1748.744, 1756 + ] }, { "vendor": 0, @@ -15976,8 +18491,17 @@ [-73.98095, 40.69666], [-73.98108, 40.69674], [-73.98169, 40.6972], - [-73.98322, 40.69861]], - "timestamps": [ 1387, 1406.712, 1408.242, 1409.633, 1411.538, 1428.145, 1447.753, 1459.813, 1499.675, 1507.051, 1519.216, 1540.659, 1544.675, 1568.948, 1583.518, 1606.599, 1608.569, 1620.279, 1626.44, 1637.048, 1647.048, 1654.804, 1677.091, 1678.855, 1679.771, 1682.948, 1685.089, 1687.551, 1691.153, 1694.958, 1696.548, 1699.785, 1703.347, 1705.063, 1707.699, 1761.095, 1768.238, 1776.046, 1778.304, 1779.706, 1781.097, 1783.317, 1784.134, 1788.329, 1800.071] + [-73.98322, 40.69861] + ], + "timestamps": [ + 1387, 1406.712, 1408.242, 1409.633, 1411.538, 1428.145, 1447.753, + 1459.813, 1499.675, 1507.051, 1519.216, 1540.659, 1544.675, 1568.948, + 1583.518, 1606.599, 1608.569, 1620.279, 1626.44, 1637.048, 1647.048, + 1654.804, 1677.091, 1678.855, 1679.771, 1682.948, 1685.089, 1687.551, + 1691.153, 1694.958, 1696.548, 1699.785, 1703.347, 1705.063, 1707.699, + 1761.095, 1768.238, 1776.046, 1778.304, 1779.706, 1781.097, 1783.317, + 1784.134, 1788.329, 1800.071 + ] }, { "vendor": 0, @@ -16145,8 +18669,32 @@ [-74.00121, 40.71005], [-74.00154, 40.7096], [-74.00165, 40.70949], - [-74.00186, 40.70933]], - "timestamps": [ 167, 253.93, 264.676, 275.782, 277.279, 296.184, 323.423, 357.626, 370.168, 381.257, 382.611, 401.778, 406.464, 410.492, 414.425, 417.087, 420.243, 424.053, 427.703, 429.089, 433.983, 437.451, 448.011, 471.754, 476.267, 479.086, 481.843, 487.117, 489.55, 500.271, 509.366, 521.285, 524.709, 528.385, 531.984, 535.831, 586.826, 589.676, 599.528, 602.638, 610.207, 613.825, 619.738, 622.417, 627.862, 633.739, 637.006, 640.339, 643.704, 647.482, 651.19, 658.471, 664.477, 673.376, 680.339, 687.136, 709.05, 713.583, 716.191, 719.559, 721.487, 726.113, 737.419, 751.918, 754.565, 757.485, 776.89, 780.151, 792.4, 795.159, 809.997, 838.382, 857.312, 863.502, 869.952, 885.294, 891.465, 903.623, 909.515, 912.085, 914.718, 917.162, 923.025, 925.212, 927.853, 973.235, 989.67, 1007.251, 1016.161, 1018.763, 1032.409, 1038.61, 1041.408, 1042.776, 1045.513, 1048.403, 1049.923, 1053.135, 1055.681, 1057.828, 1059.964, 1063.366, 1132.273, 1141.49, 1151.566, 1154.479, 1156.289, 1158.085, 1160.949, 1162.003, 1162.668, 1165.044, 1167.578, 1169.476, 1172.135, 1174.211, 1176.038, 1177.014, 1178.679, 1180.415, 1182.653, 1186.716, 1190.767, 1193.956, 1198.012, 1205.204, 1209.662, 1218.091, 1231.902, 1244.522, 1413.597, 1417.887, 1419.506, 1447.82, 1455.047, 1456.642, 1457.939, 1460.921, 1462.296, 1465.512, 1471.033, 1473.694, 1480.474, 1499.101, 1612.952, 1628.994, 1631.463, 1637.135, 1639.54, 1641.509, 1644.989, 1647.106, 1650.213, 1653.21, 1655.21, 1657.928, 1662.389, 1678.805, 1686.918, 1706.695, 1715.642, 1732.26, 1736.715, 1744] + [-74.00186, 40.70933] + ], + "timestamps": [ + 167, 253.93, 264.676, 275.782, 277.279, 296.184, 323.423, 357.626, + 370.168, 381.257, 382.611, 401.778, 406.464, 410.492, 414.425, 417.087, + 420.243, 424.053, 427.703, 429.089, 433.983, 437.451, 448.011, 471.754, + 476.267, 479.086, 481.843, 487.117, 489.55, 500.271, 509.366, 521.285, + 524.709, 528.385, 531.984, 535.831, 586.826, 589.676, 599.528, 602.638, + 610.207, 613.825, 619.738, 622.417, 627.862, 633.739, 637.006, 640.339, + 643.704, 647.482, 651.19, 658.471, 664.477, 673.376, 680.339, 687.136, + 709.05, 713.583, 716.191, 719.559, 721.487, 726.113, 737.419, 751.918, + 754.565, 757.485, 776.89, 780.151, 792.4, 795.159, 809.997, 838.382, + 857.312, 863.502, 869.952, 885.294, 891.465, 903.623, 909.515, 912.085, + 914.718, 917.162, 923.025, 925.212, 927.853, 973.235, 989.67, 1007.251, + 1016.161, 1018.763, 1032.409, 1038.61, 1041.408, 1042.776, 1045.513, + 1048.403, 1049.923, 1053.135, 1055.681, 1057.828, 1059.964, 1063.366, + 1132.273, 1141.49, 1151.566, 1154.479, 1156.289, 1158.085, 1160.949, + 1162.003, 1162.668, 1165.044, 1167.578, 1169.476, 1172.135, 1174.211, + 1176.038, 1177.014, 1178.679, 1180.415, 1182.653, 1186.716, 1190.767, + 1193.956, 1198.012, 1205.204, 1209.662, 1218.091, 1231.902, 1244.522, + 1413.597, 1417.887, 1419.506, 1447.82, 1455.047, 1456.642, 1457.939, + 1460.921, 1462.296, 1465.512, 1471.033, 1473.694, 1480.474, 1499.101, + 1612.952, 1628.994, 1631.463, 1637.135, 1639.54, 1641.509, 1644.989, + 1647.106, 1650.213, 1653.21, 1655.21, 1657.928, 1662.389, 1678.805, + 1686.918, 1706.695, 1715.642, 1732.26, 1736.715, 1744 + ] }, { "vendor": 0, @@ -16172,8 +18720,13 @@ [-73.99127, 40.71737], [-73.99117, 40.71734], [-73.99068, 40.71833], - [-73.99042, 40.71883]], - "timestamps": [ 1355, 1355.282, 1356.141, 1369.953, 1375.55, 1393.382, 1394.3875, 1473.188, 1485.324, 1488.298, 1490.435, 1492, 1541.374, 1543.375, 1561.074, 1569.633, 1588.761, 1607.308, 1609.01, 1610.1625, 1622.651, 1629] + [-73.99042, 40.71883] + ], + "timestamps": [ + 1355, 1355.282, 1356.141, 1369.953, 1375.55, 1393.382, 1394.3875, + 1473.188, 1485.324, 1488.298, 1490.435, 1492, 1541.374, 1543.375, + 1561.074, 1569.633, 1588.761, 1607.308, 1609.01, 1610.1625, 1622.651, 1629 + ] }, { "vendor": 0, @@ -16202,8 +18755,14 @@ [-73.93583, 40.71571], [-73.93633, 40.71679], [-73.93665, 40.71743], - [-73.93725, 40.71879]], - "timestamps": [ 1130, 1146.976, 1161.123, 1188.913, 1223.369, 1402.261, 1417.18, 1453.687, 1470.938, 1588.719, 1618.45, 1652.87, 1658.654, 1668.922, 1671.687, 1674.653, 1683.141, 1696.47, 1698.753, 1709.284, 1735.485, 1755.798, 1773.317, 1783.793, 1805.743] + [-73.93725, 40.71879] + ], + "timestamps": [ + 1130, 1146.976, 1161.123, 1188.913, 1223.369, 1402.261, 1417.18, 1453.687, + 1470.938, 1588.719, 1618.45, 1652.87, 1658.654, 1668.922, 1671.687, + 1674.653, 1683.141, 1696.47, 1698.753, 1709.284, 1735.485, 1755.798, + 1773.317, 1783.793, 1805.743 + ] }, { "vendor": 0, @@ -16388,15 +18947,43 @@ [-73.95969, 40.76273], [-73.95606, 40.7677], [-73.95599, 40.7678], - [-73.96046, 40.76968]], - "timestamps": [ 246, 250.218, 260.062, 374.53, 400.692, 421.117, 425.888, 434.443, 438.479, 440.764, 443.074, 451.015, 457.932, 460.074, 462.12, 472.758, 474.344, 476.632, 557.403, 559.734, 562.49, 564.826, 567.852, 569.83, 583.901, 588.238, 590.376, 593.299, 601.002, 606.793, 618.237, 657.731, 664.164, 671.098, 675.522, 678.809, 683.948, 687.696, 690.796, 693.619, 697.333, 698.662, 704.042, 708.686, 712.096, 717.108, 721.241, 723.872, 726.906, 728.627, 731.768, 733.904, 735.614, 737.048, 738.515, 739.125, 740.555, 742.786, 748.285, 756.484, 772.711, 871.888, 885.863, 886.803, 888.962, 889.877, 890.627, 891.951, 892.757, 893.535, 894.296, 895.107, 895.868, 896.903, 897.306, 901.347, 905.331, 909.219, 911.604, 930.113, 932.083, 933.496, 937.891, 938.432, 940.687, 943.018, 944.058, 946.211, 948.586, 949.458, 954.981, 958.409, 964.707, 969.558, 981.696, 992.741, 996.98, 1021.03, 1046.449, 1056.932, 1075.182, 1077.505, 1079.915, 1082.831, 1087.191, 1088.696, 1091.379, 1094.681, 1096.817, 1122.62, 1133.416, 1139.959, 1145.252, 1147.922, 1153.632, 1171.44, 1177.649, 1180.291, 1184.413, 1207.917, 1210.428, 1213.066, 1215.664, 1218.85, 1230.819, 1233.535, 1235.944, 1237.844, 1240.044, 1242.408, 1244.808, 1246.95, 1253.628, 1255.396, 1258.704, 1262.024, 1293.29, 1295.857, 1297.935, 1298.975, 1302.161, 1306.336, 1308.823, 1321.289, 1323.458, 1326.797, 1334.014, 1351.788, 1354.692, 1358.622, 1362.596, 1370.086, 1375.003, 1380.47, 1384.352, 1389.79, 1392.925, 1426.566, 1436.899, 1451.609, 1458.284, 1468.951, 1471.631, 1473.378, 1477.455, 1482.039, 1484.473, 1499.822, 1508.85, 1517.012, 1526.746, 1528.538, 1533.011, 1534.164, 1576.475, 1628.385, 1641.001, 1665.928, 1765.622, 1767.608, 1871.227] + [-73.96046, 40.76968] + ], + "timestamps": [ + 246, 250.218, 260.062, 374.53, 400.692, 421.117, 425.888, 434.443, + 438.479, 440.764, 443.074, 451.015, 457.932, 460.074, 462.12, 472.758, + 474.344, 476.632, 557.403, 559.734, 562.49, 564.826, 567.852, 569.83, + 583.901, 588.238, 590.376, 593.299, 601.002, 606.793, 618.237, 657.731, + 664.164, 671.098, 675.522, 678.809, 683.948, 687.696, 690.796, 693.619, + 697.333, 698.662, 704.042, 708.686, 712.096, 717.108, 721.241, 723.872, + 726.906, 728.627, 731.768, 733.904, 735.614, 737.048, 738.515, 739.125, + 740.555, 742.786, 748.285, 756.484, 772.711, 871.888, 885.863, 886.803, + 888.962, 889.877, 890.627, 891.951, 892.757, 893.535, 894.296, 895.107, + 895.868, 896.903, 897.306, 901.347, 905.331, 909.219, 911.604, 930.113, + 932.083, 933.496, 937.891, 938.432, 940.687, 943.018, 944.058, 946.211, + 948.586, 949.458, 954.981, 958.409, 964.707, 969.558, 981.696, 992.741, + 996.98, 1021.03, 1046.449, 1056.932, 1075.182, 1077.505, 1079.915, + 1082.831, 1087.191, 1088.696, 1091.379, 1094.681, 1096.817, 1122.62, + 1133.416, 1139.959, 1145.252, 1147.922, 1153.632, 1171.44, 1177.649, + 1180.291, 1184.413, 1207.917, 1210.428, 1213.066, 1215.664, 1218.85, + 1230.819, 1233.535, 1235.944, 1237.844, 1240.044, 1242.408, 1244.808, + 1246.95, 1253.628, 1255.396, 1258.704, 1262.024, 1293.29, 1295.857, + 1297.935, 1298.975, 1302.161, 1306.336, 1308.823, 1321.289, 1323.458, + 1326.797, 1334.014, 1351.788, 1354.692, 1358.622, 1362.596, 1370.086, + 1375.003, 1380.47, 1384.352, 1389.79, 1392.925, 1426.566, 1436.899, + 1451.609, 1458.284, 1468.951, 1471.631, 1473.378, 1477.455, 1482.039, + 1484.473, 1499.822, 1508.85, 1517.012, 1526.746, 1528.538, 1533.011, + 1534.164, 1576.475, 1628.385, 1641.001, 1665.928, 1765.622, 1767.608, + 1871.227 + ] }, { "vendor": 1, "path": [ [-73.96204, 40.65395], - [-73.96175, 40.65407]], - "timestamps": [ 1796, 1809.615] + [-73.96175, 40.65407] + ], + "timestamps": [1796, 1809.615] }, { "vendor": 0, @@ -16437,8 +19024,16 @@ [-73.98115, 40.6968], [-73.98126, 40.69691], [-73.98132, 40.69705], - [-73.98131, 40.69716]], - "timestamps": [ 1123, 1185.134, 1265.109, 1312.479, 1436.337, 1455.983, 1493.6, 1574.658, 1593.913, 1637.734, 1650.305, 1655.215, 1676.114, 1678.9, 1679.972, 1683.687, 1686.191, 1689.07, 1693.283, 1697.733, 1699.592, 1703.379, 1707.545, 1709.551, 1712.366, 1769.387, 1777.014, 1785.352, 1787.763, 1789.261, 1790.746, 1793.117, 1793.988, 1794.539, 1796.64, 1798.881, 1800.56] + [-73.98131, 40.69716] + ], + "timestamps": [ + 1123, 1185.134, 1265.109, 1312.479, 1436.337, 1455.983, 1493.6, 1574.658, + 1593.913, 1637.734, 1650.305, 1655.215, 1676.114, 1678.9, 1679.972, + 1683.687, 1686.191, 1689.07, 1693.283, 1697.733, 1699.592, 1703.379, + 1707.545, 1709.551, 1712.366, 1769.387, 1777.014, 1785.352, 1787.763, + 1789.261, 1790.746, 1793.117, 1793.988, 1794.539, 1796.64, 1798.881, + 1800.56 + ] }, { "vendor": 0, @@ -16471,8 +19066,14 @@ [-73.90117, 40.67557], [-73.90072, 40.67556], [-73.89891, 40.67558], - [-73.89827, 40.67554]], - "timestamps": [ 321, 368.817, 385.681, 424.789, 426.532, 485.559, 536.374, 605.603, 662.141, 765.115, 832.28, 904.282, 998.399, 1131.201, 1191.909, 1448.114, 1550.35, 1601.805, 1644.707, 1652.883, 1655.477, 1657.179, 1711.314, 1729.676, 1755.511, 1760.96, 1767.734, 1794.972, 1804.634] + [-73.89827, 40.67554] + ], + "timestamps": [ + 321, 368.817, 385.681, 424.789, 426.532, 485.559, 536.374, 605.603, + 662.141, 765.115, 832.28, 904.282, 998.399, 1131.201, 1191.909, 1448.114, + 1550.35, 1601.805, 1644.707, 1652.883, 1655.477, 1657.179, 1711.314, + 1729.676, 1755.511, 1760.96, 1767.734, 1794.972, 1804.634 + ] }, { "vendor": 0, @@ -16511,8 +19112,15 @@ [-73.96478, 40.69595], [-73.96499, 40.69586], [-73.96553, 40.69584], - [-73.97647, 40.69621]], - "timestamps": [ 759, 780.369, 831.706, 844.478, 887.842, 931.38, 995.368, 1008.311, 1061.056, 1090.94, 1193.589, 1210.609, 1432.099, 1449.948, 1512.197, 1549.672, 1632.557, 1652.246, 1697.054, 1709.909, 1714.93, 1736.299, 1739.149, 1740.244, 1744.043, 1746.603, 1749.548, 1753.856, 1758.406, 1760.307, 1764.179, 1768.439, 1770.491, 1773.369, 1831.674] + [-73.97647, 40.69621] + ], + "timestamps": [ + 759, 780.369, 831.706, 844.478, 887.842, 931.38, 995.368, 1008.311, + 1061.056, 1090.94, 1193.589, 1210.609, 1432.099, 1449.948, 1512.197, + 1549.672, 1632.557, 1652.246, 1697.054, 1709.909, 1714.93, 1736.299, + 1739.149, 1740.244, 1744.043, 1746.603, 1749.548, 1753.856, 1758.406, + 1760.307, 1764.179, 1768.439, 1770.491, 1773.369, 1831.674 + ] }, { "vendor": 1, @@ -16522,8 +19130,9 @@ [-73.98095, 40.68061], [-73.98083, 40.68056], [-73.97956, 40.68247], - [-73.9791, 40.6831]], - "timestamps": [ 1699, 1715.976, 1718.796, 1720.319, 1786.587, 1808.896] + [-73.9791, 40.6831] + ], + "timestamps": [1699, 1715.976, 1718.796, 1720.319, 1786.587, 1808.896] }, { "vendor": 1, @@ -16587,8 +19196,19 @@ [-73.97213, 40.72636], [-73.97253, 40.72556], [-73.97341, 40.72413], - [-73.9741, 40.72304]], - "timestamps": [ 1453, 1461.012, 1464.077, 1467.445, 1472.352, 1474.406, 1483.286, 1520.374, 1606.463, 1609.251, 1630.586, 1631.636, 1640.072, 1640.957, 1642.389, 1644.362, 1645.447, 1648.48, 1658.397, 1671.267, 1678.631, 1683.147, 1684.927, 1686.589, 1687.951, 1701.425, 1703.121, 1704.732, 1706.729, 1709.806, 1712.404, 1715.13, 1717.481, 1720.908, 1723.11, 1724.2, 1726.468, 1728.641, 1734.832, 1737.002, 1739.211, 1740.819, 1741.784, 1744.385, 1760.418, 1762.486, 1764.67, 1765.8, 1769.565, 1771.558, 1772.595, 1774.937, 1776.057, 1777.071, 1779.822, 1785.922, 1787.385, 1791.307, 1798.541, 1804.084] + [-73.9741, 40.72304] + ], + "timestamps": [ + 1453, 1461.012, 1464.077, 1467.445, 1472.352, 1474.406, 1483.286, + 1520.374, 1606.463, 1609.251, 1630.586, 1631.636, 1640.072, 1640.957, + 1642.389, 1644.362, 1645.447, 1648.48, 1658.397, 1671.267, 1678.631, + 1683.147, 1684.927, 1686.589, 1687.951, 1701.425, 1703.121, 1704.732, + 1706.729, 1709.806, 1712.404, 1715.13, 1717.481, 1720.908, 1723.11, + 1724.2, 1726.468, 1728.641, 1734.832, 1737.002, 1739.211, 1740.819, + 1741.784, 1744.385, 1760.418, 1762.486, 1764.67, 1765.8, 1769.565, + 1771.558, 1772.595, 1774.937, 1776.057, 1777.071, 1779.822, 1785.922, + 1787.385, 1791.307, 1798.541, 1804.084 + ] }, { "vendor": 1, @@ -16598,8 +19218,9 @@ [-73.96261, 40.647], [-73.96216, 40.64461], [-73.96779, 40.64399], - [-73.96871, 40.64389]], - "timestamps": [ 1571, 1594.414, 1617.829, 1680.268, 1783.417, 1800.268] + [-73.96871, 40.64389] + ], + "timestamps": [1571, 1594.414, 1617.829, 1680.268, 1783.417, 1800.268] }, { "vendor": 0, @@ -16624,8 +19245,13 @@ [-73.98514, 40.69488], [-73.98615, 40.69492], [-73.98716, 40.69496], - [-73.98723, 40.69336]], - "timestamps": [ 1562, 1566.191, 1568.369, 1571.405, 1573.192, 1583.023, 1623.949, 1635.028, 1699.685, 1715.529, 1717.741, 1733.802, 1746.784, 1748.788, 1758.955, 1761.803, 1763.381, 1774.146, 1784.405, 1799.896, 1819.139] + [-73.98723, 40.69336] + ], + "timestamps": [ + 1562, 1566.191, 1568.369, 1571.405, 1573.192, 1583.023, 1623.949, + 1635.028, 1699.685, 1715.529, 1717.741, 1733.802, 1746.784, 1748.788, + 1758.955, 1761.803, 1763.381, 1774.146, 1784.405, 1799.896, 1819.139 + ] }, { "vendor": 0, @@ -16662,8 +19288,15 @@ [-73.99985, 40.72179], [-74.00217, 40.72292], [-74.00298, 40.7233], - [-74.00478, 40.72362]], - "timestamps": [ 1082, 1084.522, 1122.358, 1129.577, 1163.716, 1176.59, 1176.59, 1178.179, 1181.532, 1183.868, 1189.284, 1192.023, 1194.727, 1198.03, 1222.529, 1231.812, 1239.833, 1360.849, 1372.076, 1393.252, 1414.779, 1454.05, 1494.233, 1578.875, 1582.684, 1586.48, 1656.277, 1664.674, 1702.51, 1732.178, 1774.808, 1789.533, 1827.359] + [-74.00478, 40.72362] + ], + "timestamps": [ + 1082, 1084.522, 1122.358, 1129.577, 1163.716, 1176.59, 1176.59, 1178.179, + 1181.532, 1183.868, 1189.284, 1192.023, 1194.727, 1198.03, 1222.529, + 1231.812, 1239.833, 1360.849, 1372.076, 1393.252, 1414.779, 1454.05, + 1494.233, 1578.875, 1582.684, 1586.48, 1656.277, 1664.674, 1702.51, + 1732.178, 1774.808, 1789.533, 1827.359 + ] }, { "vendor": 1, @@ -16672,8 +19305,9 @@ [-73.94106, 40.68356], [-73.9412, 40.68429], [-73.94135, 40.68503], - [-73.96071, 40.6828]], - "timestamps": [ 1638, 1655.364, 1666.516, 1677.835, 2061.267] + [-73.96071, 40.6828] + ], + "timestamps": [1638, 1655.364, 1666.516, 1677.835, 2061.267] }, { "vendor": 1, @@ -16690,8 +19324,12 @@ [-73.9735, 40.67863], [-73.97305, 40.67799], [-73.97324, 40.67771], - [-73.97301, 40.67763]], - "timestamps": [ 455, 468.695, 572.477, 631.987, 693.746, 703.625, 714.43, 842.782, 870.078, 920.125, 939.609, 954.358, 967] + [-73.97301, 40.67763] + ], + "timestamps": [ + 455, 468.695, 572.477, 631.987, 693.746, 703.625, 714.43, 842.782, + 870.078, 920.125, 939.609, 954.358, 967 + ] }, { "vendor": 1, @@ -16719,8 +19357,13 @@ [-73.95393, 40.67005], [-73.95327, 40.67001], [-73.95318, 40.67089], - [-73.95311, 40.67161]], - "timestamps": [ 365, 373.738, 380.278, 382.41, 408.506, 430.308, 484.869, 522.07, 530.154, 554.834, 567.529, 582.141, 640.492, 652.383, 698.219, 729.081, 732.414, 743.748, 774.501, 799.201, 810.967, 816.811, 826.816, 835] + [-73.95311, 40.67161] + ], + "timestamps": [ + 365, 373.738, 380.278, 382.41, 408.506, 430.308, 484.869, 522.07, 530.154, + 554.834, 567.529, 582.141, 640.492, 652.383, 698.219, 729.081, 732.414, + 743.748, 774.501, 799.201, 810.967, 816.811, 826.816, 835 + ] }, { "vendor": 1, @@ -16741,8 +19384,13 @@ [-73.99518, 40.66607], [-73.99504, 40.66624], [-73.99482, 40.66668], - [-73.99485, 40.66685]], - "timestamps": [ 1428, 1491.396, 1557.316, 1566.754, 1567.472, 1573.931, 1583.394, 1584.697, 1610.162, 1619.385, 1685.392, 1734.33, 1767.072, 1783.748, 1788.349, 1799.152, 1803.089] + [-73.99485, 40.66685] + ], + "timestamps": [ + 1428, 1491.396, 1557.316, 1566.754, 1567.472, 1573.931, 1583.394, + 1584.697, 1610.162, 1619.385, 1685.392, 1734.33, 1767.072, 1783.748, + 1788.349, 1799.152, 1803.089 + ] }, { "vendor": 0, @@ -16759,8 +19407,12 @@ [-73.9888, 40.67015], [-73.98866, 40.67032], [-73.98394, 40.66802], - [-73.98206, 40.66711]], - "timestamps": [ 170, 173.183, 175.055, 189.099, 211.381, 229.221, 237.908, 301.148, 302.633, 319.306, 325.977, 413.289, 448] + [-73.98206, 40.66711] + ], + "timestamps": [ + 170, 173.183, 175.055, 189.099, 211.381, 229.221, 237.908, 301.148, + 302.633, 319.306, 325.977, 413.289, 448 + ] }, { "vendor": 0, @@ -16842,8 +19494,21 @@ [-73.98958, 40.72052], [-73.98899, 40.72159], [-73.98892, 40.72157], - [-73.98871, 40.72151]], - "timestamps": [ 537, 583.759, 590.293, 624.887, 642.184, 743.854, 779.626, 792.248, 799.419, 807.676, 827.352, 847.414, 868.392, 890.421, 1001.077, 1026.46, 1033.155, 1039.933, 1044.665, 1049.727, 1065.327, 1069.547, 1076.462, 1087.26, 1099.003, 1117.621, 1125.963, 1132.492, 1138.865, 1159.411, 1163.661, 1166.107, 1169.265, 1171.072, 1175.41, 1186.01, 1199.603, 1202.085, 1204.823, 1223.017, 1226.074, 1237.559, 1240.145, 1254.058, 1269.48, 1280.671, 1298.42, 1304.223, 1310.27, 1324.654, 1330.44, 1332.198, 1341.019, 1348.506, 1351.737, 1353.637, 1355.624, 1357.82, 1359.919, 1362.058, 1364.217, 1366.371, 1381.026, 1384.388, 1386.382, 1388.297, 1415.539, 1425.862, 1434.782, 1569.353, 1581.837, 1604.016, 1689.548, 1702.449, 1736.446, 1765.56, 1771.17, 1788] + [-73.98871, 40.72151] + ], + "timestamps": [ + 537, 583.759, 590.293, 624.887, 642.184, 743.854, 779.626, 792.248, + 799.419, 807.676, 827.352, 847.414, 868.392, 890.421, 1001.077, 1026.46, + 1033.155, 1039.933, 1044.665, 1049.727, 1065.327, 1069.547, 1076.462, + 1087.26, 1099.003, 1117.621, 1125.963, 1132.492, 1138.865, 1159.411, + 1163.661, 1166.107, 1169.265, 1171.072, 1175.41, 1186.01, 1199.603, + 1202.085, 1204.823, 1223.017, 1226.074, 1237.559, 1240.145, 1254.058, + 1269.48, 1280.671, 1298.42, 1304.223, 1310.27, 1324.654, 1330.44, + 1332.198, 1341.019, 1348.506, 1351.737, 1353.637, 1355.624, 1357.82, + 1359.919, 1362.058, 1364.217, 1366.371, 1381.026, 1384.388, 1386.382, + 1388.297, 1415.539, 1425.862, 1434.782, 1569.353, 1581.837, 1604.016, + 1689.548, 1702.449, 1736.446, 1765.56, 1771.17, 1788 + ] }, { "vendor": 1, @@ -16919,8 +19584,21 @@ [-73.96488, 40.68842], [-73.9648, 40.68832], [-73.96464, 40.68758], - [-73.9645, 40.68687]], - "timestamps": [ 976, 993.759, 1032.555, 1044.817, 1053.697, 1061.921, 1064.514, 1067.1, 1069.906, 1076.169, 1081.004, 1089.216, 1096.664, 1108.855, 1150.926, 1157.78, 1165.166, 1169.879, 1173.381, 1178.855, 1182.847, 1186.149, 1189.157, 1193.113, 1198.692, 1205.207, 1208.84, 1216.396, 1232.972, 1237.51, 1241.295, 1244.68, 1245.824, 1249.326, 1252.088, 1255.51, 1275.234, 1292.455, 1293.448, 1299.068, 1304.241, 1307.26, 1310.873, 1313.233, 1315.403, 1318.878, 1325.439, 1332.297, 1336.737, 1341.177, 1355.869, 1366.419, 1371.335, 1377.491, 1386.433, 1391.125, 1394.112, 1425.566, 1436.505, 1460.869, 1517.384, 1528.76, 1605.347, 1624.141, 1643.086, 1710.827, 1714.124, 1751.089, 1756.826, 1760.474, 1783.861, 1806.25] + [-73.9645, 40.68687] + ], + "timestamps": [ + 976, 993.759, 1032.555, 1044.817, 1053.697, 1061.921, 1064.514, 1067.1, + 1069.906, 1076.169, 1081.004, 1089.216, 1096.664, 1108.855, 1150.926, + 1157.78, 1165.166, 1169.879, 1173.381, 1178.855, 1182.847, 1186.149, + 1189.157, 1193.113, 1198.692, 1205.207, 1208.84, 1216.396, 1232.972, + 1237.51, 1241.295, 1244.68, 1245.824, 1249.326, 1252.088, 1255.51, + 1275.234, 1292.455, 1293.448, 1299.068, 1304.241, 1307.26, 1310.873, + 1313.233, 1315.403, 1318.878, 1325.439, 1332.297, 1336.737, 1341.177, + 1355.869, 1366.419, 1371.335, 1377.491, 1386.433, 1391.125, 1394.112, + 1425.566, 1436.505, 1460.869, 1517.384, 1528.76, 1605.347, 1624.141, + 1643.086, 1710.827, 1714.124, 1751.089, 1756.826, 1760.474, 1783.861, + 1806.25 + ] }, { "vendor": 0, @@ -16951,8 +19629,14 @@ [-73.98396, 40.67617], [-73.98384, 40.67613], [-73.98341, 40.67676], - [-73.98309, 40.67724]], - "timestamps": [ 393, 593.463, 624.957, 657.987, 674.368, 1009.044, 1028.48, 1046.323, 1143.22, 1162.987, 1206.874, 1209.653, 1300.324, 1344.55, 1347.287, 1374.072, 1388.661, 1390.827, 1425.249, 1564.016, 1581.115, 1598.694, 1614.289, 1615.921, 1617.294, 1631.346, 1642] + [-73.98309, 40.67724] + ], + "timestamps": [ + 393, 593.463, 624.957, 657.987, 674.368, 1009.044, 1028.48, 1046.323, + 1143.22, 1162.987, 1206.874, 1209.653, 1300.324, 1344.55, 1347.287, + 1374.072, 1388.661, 1390.827, 1425.249, 1564.016, 1581.115, 1598.694, + 1614.289, 1615.921, 1617.294, 1631.346, 1642 + ] }, { "vendor": 0, @@ -16980,8 +19664,14 @@ [-73.9876, 40.66039], [-73.98787, 40.66073], [-73.98946, 40.66169], - [-73.99161, 40.66299]], - "timestamps": [ 1236, 1258.372, 1285.192, 1291.932, 1316.344, 1317.697, 1319.898, 1338.1, 1345.067, 1348.45, 1354.493, 1366.508, 1372.101, 1384.997, 1393.542, 1408.032, 1409.445, 1411.108, 1414.983, 1425.832, 1428.033, 1436.217, 1467.999, 1511] + [-73.99161, 40.66299] + ], + "timestamps": [ + 1236, 1258.372, 1285.192, 1291.932, 1316.344, 1317.697, 1319.898, 1338.1, + 1345.067, 1348.45, 1354.493, 1366.508, 1372.101, 1384.997, 1393.542, + 1408.032, 1409.445, 1411.108, 1414.983, 1425.832, 1428.033, 1436.217, + 1467.999, 1511 + ] }, { "vendor": 0, @@ -17096,8 +19786,26 @@ [-74.00397, 40.71146], [-74.00355, 40.7113], [-74.00348, 40.71127], - [-73.99209, 40.7022]], - "timestamps": [ 957, 998.346, 1002.147, 1012.186, 1013.433, 1041.116, 1078.646, 1162.251, 1163.923, 1201.253, 1203.089, 1217.849, 1219.397, 1221.903, 1225.356, 1227.253, 1232.561, 1249.913, 1272.431, 1285.315, 1293.217, 1296.332, 1299.24, 1301.622, 1325.198, 1328.165, 1330.984, 1334.479, 1339.862, 1344.406, 1349.177, 1353.29, 1358.648, 1362.09, 1363.794, 1367.34, 1370.737, 1380.416, 1383.808, 1387.261, 1389.775, 1391.284, 1395.35, 1420.415, 1423.648, 1425.778, 1428.83, 1434.716, 1437.831, 1439.453, 1443.113, 1446.446, 1450.748, 1457.897, 1460.284, 1462.571, 1468.703, 1480.012, 1488.677, 1492.504, 1496.149, 1499.553, 1517.759, 1524.844, 1528.124, 1532.434, 1536.604, 1562.195, 1568.606, 1570.491, 1573.246, 1576.737, 1579.38, 1580.609, 1583.124, 1585.195, 1587.237, 1613.079, 1632.975, 1638.368, 1658.799, 1665.02, 1676.843, 1679.703, 1684.082, 1687.945, 1693.892, 1695.005, 1696.615, 1700.621, 1702.673, 1704.609, 1706.388, 1710.414, 1719.063, 1734.13, 1735.838, 1737.984, 1742.663, 1743.415, 1744.086, 1745.228, 1746.24, 1746.768, 1747.446, 1748.307, 1749.31, 1750.386, 1753.981, 1754.597, 1857.031] + [-73.99209, 40.7022] + ], + "timestamps": [ + 957, 998.346, 1002.147, 1012.186, 1013.433, 1041.116, 1078.646, 1162.251, + 1163.923, 1201.253, 1203.089, 1217.849, 1219.397, 1221.903, 1225.356, + 1227.253, 1232.561, 1249.913, 1272.431, 1285.315, 1293.217, 1296.332, + 1299.24, 1301.622, 1325.198, 1328.165, 1330.984, 1334.479, 1339.862, + 1344.406, 1349.177, 1353.29, 1358.648, 1362.09, 1363.794, 1367.34, + 1370.737, 1380.416, 1383.808, 1387.261, 1389.775, 1391.284, 1395.35, + 1420.415, 1423.648, 1425.778, 1428.83, 1434.716, 1437.831, 1439.453, + 1443.113, 1446.446, 1450.748, 1457.897, 1460.284, 1462.571, 1468.703, + 1480.012, 1488.677, 1492.504, 1496.149, 1499.553, 1517.759, 1524.844, + 1528.124, 1532.434, 1536.604, 1562.195, 1568.606, 1570.491, 1573.246, + 1576.737, 1579.38, 1580.609, 1583.124, 1585.195, 1587.237, 1613.079, + 1632.975, 1638.368, 1658.799, 1665.02, 1676.843, 1679.703, 1684.082, + 1687.945, 1693.892, 1695.005, 1696.615, 1700.621, 1702.673, 1704.609, + 1706.388, 1710.414, 1719.063, 1734.13, 1735.838, 1737.984, 1742.663, + 1743.415, 1744.086, 1745.228, 1746.24, 1746.768, 1747.446, 1748.307, + 1749.31, 1750.386, 1753.981, 1754.597, 1857.031 + ] }, { "vendor": 0, @@ -17129,8 +19837,14 @@ [-74.00676, 40.72288], [-74.00722, 40.72323], [-74.00759, 40.72349], - [-74.00792, 40.72375]], - "timestamps": [ 313, 369.882, 380.942, 471.006, 583.391, 595.83, 808.141, 825.209, 1014.179, 1028.767, 1169.444, 1174.05, 1189.453, 1218.374, 1242.075, 1249.975, 1429.85, 1434.842, 1445.166, 1448.085, 1451.103, 1518.641, 1523.981, 1705.283, 1773.193, 1788.248, 1799.902, 1810.897] + [-74.00792, 40.72375] + ], + "timestamps": [ + 313, 369.882, 380.942, 471.006, 583.391, 595.83, 808.141, 825.209, + 1014.179, 1028.767, 1169.444, 1174.05, 1189.453, 1218.374, 1242.075, + 1249.975, 1429.85, 1434.842, 1445.166, 1448.085, 1451.103, 1518.641, + 1523.981, 1705.283, 1773.193, 1788.248, 1799.902, 1810.897 + ] }, { "vendor": 0, @@ -17164,8 +19878,14 @@ [-73.99258, 40.71438], [-73.99257, 40.71465], [-73.99179, 40.71616], - [-73.99178, 40.71619]], - "timestamps": [ 570, 606.762, 634.381, 665.991, 734.454, 827.338, 862.365, 880.44, 1047.927, 1054.042, 1075.658, 1090.843, 1095.169, 1110.728, 1123.698, 1133.727, 1145.949, 1237.074, 1262.364, 1268.491, 1319.55, 1325.862, 1329.424, 1436.538, 1438.008, 1445.791, 1474.771, 1483.091, 1533.046, 1534] + [-73.99178, 40.71619] + ], + "timestamps": [ + 570, 606.762, 634.381, 665.991, 734.454, 827.338, 862.365, 880.44, + 1047.927, 1054.042, 1075.658, 1090.843, 1095.169, 1110.728, 1123.698, + 1133.727, 1145.949, 1237.074, 1262.364, 1268.491, 1319.55, 1325.862, + 1329.424, 1436.538, 1438.008, 1445.791, 1474.771, 1483.091, 1533.046, 1534 + ] }, { "vendor": 0, @@ -17309,8 +20029,30 @@ [-74.01647, 40.70406], [-74.01657, 40.70435], [-74.01662, 40.70463], - [-74.01663, 40.70478]], - "timestamps": [ 234, 294.89, 300.813, 328.204, 339.802, 355.826, 364.689, 372.191, 392.405, 401.697, 404.312, 414.47, 423.331, 443.628, 461.868, 475.272, 482.297, 507.51, 535.59, 637.795, 645.245, 680.04, 681.712, 682.767, 684.263, 684.71, 708.75, 763.458, 786.67, 810.372, 909.227, 931.008, 944.412, 949.241, 950.811, 964.032, 968.83, 975.295, 979.598, 993.342, 1005.542, 1013.545, 1019.658, 1024.128, 1026.611, 1031.28, 1038.54, 1042.385, 1063.061, 1066.672, 1112.742, 1119.615, 1132.308, 1134.951, 1144.083, 1154.882, 1159.764, 1163.969, 1168.413, 1172.625, 1190.587, 1195.055, 1197.268, 1201.87, 1206.281, 1218.846, 1223.249, 1227.732, 1230.996, 1232.955, 1238.233, 1270.772, 1274.97, 1279.402, 1281.695, 1289.336, 1293.38, 1295.486, 1300.238, 1302.511, 1304.569, 1310.153, 1322.533, 1325.502, 1333.462, 1348.143, 1359.392, 1364.36, 1369.093, 1373.512, 1397.147, 1402.396, 1406.344, 1410.603, 1416.199, 1421.611, 1454.834, 1463.157, 1465.603, 1469.181, 1473.712, 1477.144, 1478.739, 1482.004, 1484.693, 1487.344, 1520.891, 1546.72, 1553.722, 1580.246, 1588.321, 1603.671, 1609.826, 1613.75, 1617.906, 1624.094, 1629.715, 1639.685, 1644.802, 1656.494, 1692.009, 1704.38, 1710.117, 1714.523, 1717.232, 1719.894, 1736.522, 1743.804, 1749.4, 1752.042, 1756.766, 1759.698, 1762.407, 1765.303, 1767.665, 1769.458, 1792.678, 1795.94, 1799.015, 1800.65] + [-74.01663, 40.70478] + ], + "timestamps": [ + 234, 294.89, 300.813, 328.204, 339.802, 355.826, 364.689, 372.191, + 392.405, 401.697, 404.312, 414.47, 423.331, 443.628, 461.868, 475.272, + 482.297, 507.51, 535.59, 637.795, 645.245, 680.04, 681.712, 682.767, + 684.263, 684.71, 708.75, 763.458, 786.67, 810.372, 909.227, 931.008, + 944.412, 949.241, 950.811, 964.032, 968.83, 975.295, 979.598, 993.342, + 1005.542, 1013.545, 1019.658, 1024.128, 1026.611, 1031.28, 1038.54, + 1042.385, 1063.061, 1066.672, 1112.742, 1119.615, 1132.308, 1134.951, + 1144.083, 1154.882, 1159.764, 1163.969, 1168.413, 1172.625, 1190.587, + 1195.055, 1197.268, 1201.87, 1206.281, 1218.846, 1223.249, 1227.732, + 1230.996, 1232.955, 1238.233, 1270.772, 1274.97, 1279.402, 1281.695, + 1289.336, 1293.38, 1295.486, 1300.238, 1302.511, 1304.569, 1310.153, + 1322.533, 1325.502, 1333.462, 1348.143, 1359.392, 1364.36, 1369.093, + 1373.512, 1397.147, 1402.396, 1406.344, 1410.603, 1416.199, 1421.611, + 1454.834, 1463.157, 1465.603, 1469.181, 1473.712, 1477.144, 1478.739, + 1482.004, 1484.693, 1487.344, 1520.891, 1546.72, 1553.722, 1580.246, + 1588.321, 1603.671, 1609.826, 1613.75, 1617.906, 1624.094, 1629.715, + 1639.685, 1644.802, 1656.494, 1692.009, 1704.38, 1710.117, 1714.523, + 1717.232, 1719.894, 1736.522, 1743.804, 1749.4, 1752.042, 1756.766, + 1759.698, 1762.407, 1765.303, 1767.665, 1769.458, 1792.678, 1795.94, + 1799.015, 1800.65 + ] }, { "vendor": 0, @@ -17406,8 +20148,23 @@ [-74.02629, 40.61595], [-74.02338, 40.6194], [-74.02303, 40.61985], - [-74.01996, 40.62344]], - "timestamps": [ 745, 776.283, 781.003, 798.432, 814.926, 819.936, 830.274, 840.162, 858.112, 877.848, 885.957, 940.765, 951.48, 958.135, 986.243, 996.956, 1012.321, 1051.516, 1072.948, 1090.491, 1130.353, 1155.51, 1167.676, 1196.363, 1215.29, 1220.97, 1232.393, 1246.171, 1253.539, 1266.971, 1272.074, 1283.861, 1294.333, 1300.292, 1311.55, 1317.628, 1331.866, 1350.118, 1359.547, 1377.763, 1381.368, 1386.995, 1392.732, 1400.194, 1402.481, 1408.357, 1411.186, 1414.048, 1420.369, 1423.769, 1426.68, 1449.448, 1452.05, 1458.074, 1461.69, 1467.385, 1473.401, 1476.623, 1490.39, 1494.4, 1513.065, 1516.752, 1519.345, 1521.653, 1525.433, 1531.369, 1535.313, 1539.588, 1542.799, 1544.611, 1546.014, 1553.3, 1560.346, 1587.556, 1685.347, 1701.345, 1703.699, 1705.979, 1708.202, 1710.264, 1712.842, 1714.634, 1716.726, 1718.463, 1720.501, 1726.341, 1731.777, 1737.885, 1745.696, 1773.055, 1776.545, 1805.129] + [-74.01996, 40.62344] + ], + "timestamps": [ + 745, 776.283, 781.003, 798.432, 814.926, 819.936, 830.274, 840.162, + 858.112, 877.848, 885.957, 940.765, 951.48, 958.135, 986.243, 996.956, + 1012.321, 1051.516, 1072.948, 1090.491, 1130.353, 1155.51, 1167.676, + 1196.363, 1215.29, 1220.97, 1232.393, 1246.171, 1253.539, 1266.971, + 1272.074, 1283.861, 1294.333, 1300.292, 1311.55, 1317.628, 1331.866, + 1350.118, 1359.547, 1377.763, 1381.368, 1386.995, 1392.732, 1400.194, + 1402.481, 1408.357, 1411.186, 1414.048, 1420.369, 1423.769, 1426.68, + 1449.448, 1452.05, 1458.074, 1461.69, 1467.385, 1473.401, 1476.623, + 1490.39, 1494.4, 1513.065, 1516.752, 1519.345, 1521.653, 1525.433, + 1531.369, 1535.313, 1539.588, 1542.799, 1544.611, 1546.014, 1553.3, + 1560.346, 1587.556, 1685.347, 1701.345, 1703.699, 1705.979, 1708.202, + 1710.264, 1712.842, 1714.634, 1716.726, 1718.463, 1720.501, 1726.341, + 1731.777, 1737.885, 1745.696, 1773.055, 1776.545, 1805.129 + ] }, { "vendor": 1, @@ -17465,8 +20222,17 @@ [-73.98476, 40.70143], [-73.98671, 40.70153], [-73.98667, 40.70242], - [-73.98667, 40.70248]], - "timestamps": [ 391, 393.777, 401.686, 408.616, 412.138, 418.055, 421.524, 425.462, 426.371, 430.469, 434.303, 435.445, 437.299, 438.408, 440.056, 442.828, 447.593, 451.963, 453.875, 455.199, 461.766, 469.529, 607.517, 622.441, 624.542, 628.043, 639.608, 643.846, 691.97, 775.894, 816.69, 913.781, 922.372, 970.184, 1006.325, 1010.551, 1014.014, 1029.898, 1033.176, 1037.639, 1092.523, 1111.699, 1138.321, 1160.179, 1163.212, 1166.421, 1170.753, 1173.244, 1175.576, 1177.821, 1222.024, 1246.332, 1271.316, 1273] + [-73.98667, 40.70248] + ], + "timestamps": [ + 391, 393.777, 401.686, 408.616, 412.138, 418.055, 421.524, 425.462, + 426.371, 430.469, 434.303, 435.445, 437.299, 438.408, 440.056, 442.828, + 447.593, 451.963, 453.875, 455.199, 461.766, 469.529, 607.517, 622.441, + 624.542, 628.043, 639.608, 643.846, 691.97, 775.894, 816.69, 913.781, + 922.372, 970.184, 1006.325, 1010.551, 1014.014, 1029.898, 1033.176, + 1037.639, 1092.523, 1111.699, 1138.321, 1160.179, 1163.212, 1166.421, + 1170.753, 1173.244, 1175.576, 1177.821, 1222.024, 1246.332, 1271.316, 1273 + ] }, { "vendor": 0, @@ -17523,8 +20289,17 @@ [-73.99261, 40.68916], [-73.99268, 40.68903], [-73.99467, 40.68958], - [-73.99442, 40.6901]], - "timestamps": [ 38, 40.385, 101.526, 103.614, 185.843, 205.91, 210.826, 214.359, 216.947, 285.447, 318.35, 341.089, 344.638, 348.175, 354.249, 395.937, 412.242, 443.617, 454.35, 455.18, 456.286, 461.258, 466.241, 467.244, 469.019, 604.268, 607.052, 614.834, 617.593, 619.029, 621.286, 623.193, 624.945, 626.711, 628.295, 631.076, 634.491, 653.222, 709.439, 720.385, 763.488, 768.105, 798.981, 807.181, 865.133, 868.315, 883.008, 892.175, 913.649, 959.268, 962.561, 1026.982, 1058] + [-73.99442, 40.6901] + ], + "timestamps": [ + 38, 40.385, 101.526, 103.614, 185.843, 205.91, 210.826, 214.359, 216.947, + 285.447, 318.35, 341.089, 344.638, 348.175, 354.249, 395.937, 412.242, + 443.617, 454.35, 455.18, 456.286, 461.258, 466.241, 467.244, 469.019, + 604.268, 607.052, 614.834, 617.593, 619.029, 621.286, 623.193, 624.945, + 626.711, 628.295, 631.076, 634.491, 653.222, 709.439, 720.385, 763.488, + 768.105, 798.981, 807.181, 865.133, 868.315, 883.008, 892.175, 913.649, + 959.268, 962.561, 1026.982, 1058 + ] }, { "vendor": 0, @@ -17567,8 +20342,16 @@ [-73.98795, 40.71903], [-73.98754, 40.71983], [-73.98835, 40.72007], - [-73.98848, 40.71982]], - "timestamps": [ 305, 318.053, 370.497, 407.412, 409.544, 663.706, 672.794, 997.905, 1010.772, 1021.98, 1055.825, 1134.479, 1141.769, 1186.884, 1192.07, 1199.295, 1239.083, 1261.014, 1279.907, 1315.175, 1317.333, 1322.825, 1324.194, 1325.616, 1327.806, 1330.765, 1335.328, 1359.795, 1369.066, 1377.077, 1497.937, 1509.149, 1525.294, 1555.067, 1557.013, 1572.158, 1601.098, 1637.625, 1654] + [-73.98848, 40.71982] + ], + "timestamps": [ + 305, 318.053, 370.497, 407.412, 409.544, 663.706, 672.794, 997.905, + 1010.772, 1021.98, 1055.825, 1134.479, 1141.769, 1186.884, 1192.07, + 1199.295, 1239.083, 1261.014, 1279.907, 1315.175, 1317.333, 1322.825, + 1324.194, 1325.616, 1327.806, 1330.765, 1335.328, 1359.795, 1369.066, + 1377.077, 1497.937, 1509.149, 1525.294, 1555.067, 1557.013, 1572.158, + 1601.098, 1637.625, 1654 + ] }, { "vendor": 0, @@ -17598,8 +20381,14 @@ [-73.99739, 40.7273], [-73.99666, 40.72693], [-73.99757, 40.72587], - [-73.99768, 40.72593]], - "timestamps": [ 705, 708.962, 738.598, 762.461, 764.921, 796.788, 839.055, 854.599, 896.628, 910.079, 972.696, 983.393, 1045.817, 1071.856, 1085.437, 1113.431, 1138.936, 1147.607, 1155.779, 1159.742, 1166.677, 1179.556, 1195.838, 1211.259, 1237.018, 1239] + [-73.99768, 40.72593] + ], + "timestamps": [ + 705, 708.962, 738.598, 762.461, 764.921, 796.788, 839.055, 854.599, + 896.628, 910.079, 972.696, 983.393, 1045.817, 1071.856, 1085.437, + 1113.431, 1138.936, 1147.607, 1155.779, 1159.742, 1166.677, 1179.556, + 1195.838, 1211.259, 1237.018, 1239 + ] }, { "vendor": 1, @@ -17624,8 +20413,13 @@ [-73.96029, 40.69034], [-73.96056, 40.69163], [-73.96073, 40.69242], - [-73.95984, 40.69252]], - "timestamps": [ 1123, 1129.056, 1148.197, 1291.974, 1427.679, 1470.624, 1482.91, 1483.522, 1499.108, 1528.282, 1532.626, 1534.67, 1566.183, 1598.69, 1621.141, 1714.459, 1728.393, 1749.426, 1768.032, 1779.435, 1800.575] + [-73.95984, 40.69252] + ], + "timestamps": [ + 1123, 1129.056, 1148.197, 1291.974, 1427.679, 1470.624, 1482.91, 1483.522, + 1499.108, 1528.282, 1532.626, 1534.67, 1566.183, 1598.69, 1621.141, + 1714.459, 1728.393, 1749.426, 1768.032, 1779.435, 1800.575 + ] }, { "vendor": 0, @@ -17696,8 +20490,20 @@ [-73.97377, 40.73835], [-73.97466, 40.73718], [-73.97489, 40.73674], - [-73.97503, 40.73627]], - "timestamps": [ 641, 669.798, 671.357, 675.351, 688.045, 692.127, 693.179, 728.875, 764.913, 776.807, 880.985, 979.721, 981.859, 983.913, 986.369, 989.474, 991.336, 993.582, 1036.24, 1040.031, 1044.834, 1050.701, 1055.29, 1065.728, 1070.792, 1084.85, 1107.54, 1379.652, 1435.077, 1506.782, 1511.768, 1524.55, 1529.155, 1530.652, 1543.26, 1547.835, 1553.999, 1558.103, 1571.643, 1583.662, 1591.547, 1597.569, 1601.973, 1604.419, 1609.019, 1616.172, 1619.96, 1640.329, 1643.887, 1689.274, 1696.045, 1708.55, 1711.154, 1720.15, 1730.789, 1735.6, 1739.742, 1744.121, 1748.269, 1765.965, 1770.367, 1772.547, 1777.082, 1781.427, 1793.806, 1798.144, 1802.56] + [-73.97503, 40.73627] + ], + "timestamps": [ + 641, 669.798, 671.357, 675.351, 688.045, 692.127, 693.179, 728.875, + 764.913, 776.807, 880.985, 979.721, 981.859, 983.913, 986.369, 989.474, + 991.336, 993.582, 1036.24, 1040.031, 1044.834, 1050.701, 1055.29, + 1065.728, 1070.792, 1084.85, 1107.54, 1379.652, 1435.077, 1506.782, + 1511.768, 1524.55, 1529.155, 1530.652, 1543.26, 1547.835, 1553.999, + 1558.103, 1571.643, 1583.662, 1591.547, 1597.569, 1601.973, 1604.419, + 1609.019, 1616.172, 1619.96, 1640.329, 1643.887, 1689.274, 1696.045, + 1708.55, 1711.154, 1720.15, 1730.789, 1735.6, 1739.742, 1744.121, + 1748.269, 1765.965, 1770.367, 1772.547, 1777.082, 1781.427, 1793.806, + 1798.144, 1802.56 + ] }, { "vendor": 0, @@ -17724,8 +20530,13 @@ [-73.99275, 40.71384], [-73.99265, 40.7131], [-73.99256, 40.71245], - [-73.99289, 40.71242]], - "timestamps": [ 1215, 1228.824, 1245.281, 1271.716, 1274.247, 1343.157, 1347.063, 1349.87, 1351.926, 1408.866, 1411.173, 1431.585, 1441.455, 1488.354, 1506.091, 1513.347, 1517.818, 1519.135, 1528.351, 1530.984, 1543.249, 1554.025, 1556] + [-73.99289, 40.71242] + ], + "timestamps": [ + 1215, 1228.824, 1245.281, 1271.716, 1274.247, 1343.157, 1347.063, 1349.87, + 1351.926, 1408.866, 1411.173, 1431.585, 1441.455, 1488.354, 1506.091, + 1513.347, 1517.818, 1519.135, 1528.351, 1530.984, 1543.249, 1554.025, 1556 + ] }, { "vendor": 0, @@ -17743,8 +20554,12 @@ [-73.96617, 40.75307], [-73.96674, 40.75331], [-73.96897, 40.75425], - [-73.97213, 40.74992]], - "timestamps": [ 1708, 1711.67, 1714.955, 1720.512, 1727.374, 1729.15, 1730.934, 1732.873, 1738.702, 1741.137, 1743.937, 1755.262, 1799.582, 1866.449] + [-73.97213, 40.74992] + ], + "timestamps": [ + 1708, 1711.67, 1714.955, 1720.512, 1727.374, 1729.15, 1730.934, 1732.873, + 1738.702, 1741.137, 1743.937, 1755.262, 1799.582, 1866.449 + ] }, { "vendor": 0, @@ -17770,8 +20585,13 @@ [-73.98137, 40.68992], [-73.98146, 40.68992], [-73.98154, 40.68992], - [-73.98144, 40.68972]], - "timestamps": [ 1025, 1034.503, 1046.837, 1105.527, 1191.918, 1209.2, 1287.673, 1293.528, 1295.285, 1302.084, 1311.621, 1380.283, 1393.513, 1406.829, 1420.81, 1489.054, 1494.513, 1497.101, 1523.175, 1524.62, 1525.905, 1530] + [-73.98144, 40.68972] + ], + "timestamps": [ + 1025, 1034.503, 1046.837, 1105.527, 1191.918, 1209.2, 1287.673, 1293.528, + 1295.285, 1302.084, 1311.621, 1380.283, 1393.513, 1406.829, 1420.81, + 1489.054, 1494.513, 1497.101, 1523.175, 1524.62, 1525.905, 1530 + ] }, { "vendor": 0, @@ -17947,15 +20767,42 @@ [-73.97478, 40.73664], [-73.97454, 40.73713], [-73.97436, 40.73741], - [-73.97335, 40.73877]], - "timestamps": [ 38, 62.791, 369.275, 414.39, 428.47, 442.02, 458.692, 471.486, 479.603, 482.17, 484.664, 487.466, 492.333, 494.906, 497.437, 499.971, 502.791, 505.985, 509.334, 512.801, 529.283, 541.405, 568.158, 574.125, 721.667, 727.723, 730.901, 736.458, 740.436, 743.038, 745.593, 748.119, 752.045, 755.223, 794.919, 811.193, 819.349, 825.046, 841.597, 847.616, 850.881, 853.587, 856.006, 858.554, 861.579, 963.595, 966.097, 969.055, 971.563, 974.812, 976.935, 992.04, 996.696, 998.99, 1002.128, 1005.761, 1013.445, 1016.615, 1028.9, 1071.295, 1078.202, 1084.026, 1085.645, 1090.394, 1093.923, 1099.439, 1103.462, 1106.79, 1109.821, 1113.807, 1119.43, 1125.995, 1129.656, 1135.035, 1139.59, 1142.489, 1145.831, 1147.728, 1151.188, 1153.542, 1155.426, 1157.006, 1158.623, 1159.295, 1160.871, 1163.328, 1169.387, 1178.421, 1196.3, 1305.576, 1320.974, 1322.01, 1324.388, 1325.397, 1326.223, 1327.683, 1328.57, 1329.427, 1330.266, 1331.16, 1331.998, 1333.138, 1333.582, 1338.035, 1342.425, 1346.708, 1349.336, 1369.73, 1371.9, 1373.457, 1378.3, 1378.896, 1381.38, 1383.948, 1385.095, 1387.467, 1390.084, 1391.045, 1397.13, 1400.907, 1407.847, 1413.192, 1426.565, 1438.735, 1443.406, 1469.904, 1497.911, 1509.462, 1529.57, 1532.129, 1534.785, 1537.998, 1542.802, 1544.461, 1547.417, 1551.054, 1553.408, 1581.838, 1593.733, 1600.943, 1606.775, 1609.716, 1616.008, 1635.63, 1642.471, 1645.381, 1649.923, 1675.821, 1678.587, 1681.494, 1684.356, 1687.866, 1701.055, 1704.047, 1706.701, 1708.795, 1711.219, 1713.824, 1716.468, 1718.828, 1726.186, 1728.134, 1731.779, 1735.438, 1769.886, 1772.715, 1775.004, 1776.151, 1779.661, 1784.261, 1787.002, 1800.736] + [-73.97335, 40.73877] + ], + "timestamps": [ + 38, 62.791, 369.275, 414.39, 428.47, 442.02, 458.692, 471.486, 479.603, + 482.17, 484.664, 487.466, 492.333, 494.906, 497.437, 499.971, 502.791, + 505.985, 509.334, 512.801, 529.283, 541.405, 568.158, 574.125, 721.667, + 727.723, 730.901, 736.458, 740.436, 743.038, 745.593, 748.119, 752.045, + 755.223, 794.919, 811.193, 819.349, 825.046, 841.597, 847.616, 850.881, + 853.587, 856.006, 858.554, 861.579, 963.595, 966.097, 969.055, 971.563, + 974.812, 976.935, 992.04, 996.696, 998.99, 1002.128, 1005.761, 1013.445, + 1016.615, 1028.9, 1071.295, 1078.202, 1084.026, 1085.645, 1090.394, + 1093.923, 1099.439, 1103.462, 1106.79, 1109.821, 1113.807, 1119.43, + 1125.995, 1129.656, 1135.035, 1139.59, 1142.489, 1145.831, 1147.728, + 1151.188, 1153.542, 1155.426, 1157.006, 1158.623, 1159.295, 1160.871, + 1163.328, 1169.387, 1178.421, 1196.3, 1305.576, 1320.974, 1322.01, + 1324.388, 1325.397, 1326.223, 1327.683, 1328.57, 1329.427, 1330.266, + 1331.16, 1331.998, 1333.138, 1333.582, 1338.035, 1342.425, 1346.708, + 1349.336, 1369.73, 1371.9, 1373.457, 1378.3, 1378.896, 1381.38, 1383.948, + 1385.095, 1387.467, 1390.084, 1391.045, 1397.13, 1400.907, 1407.847, + 1413.192, 1426.565, 1438.735, 1443.406, 1469.904, 1497.911, 1509.462, + 1529.57, 1532.129, 1534.785, 1537.998, 1542.802, 1544.461, 1547.417, + 1551.054, 1553.408, 1581.838, 1593.733, 1600.943, 1606.775, 1609.716, + 1616.008, 1635.63, 1642.471, 1645.381, 1649.923, 1675.821, 1678.587, + 1681.494, 1684.356, 1687.866, 1701.055, 1704.047, 1706.701, 1708.795, + 1711.219, 1713.824, 1716.468, 1718.828, 1726.186, 1728.134, 1731.779, + 1735.438, 1769.886, 1772.715, 1775.004, 1776.151, 1779.661, 1784.261, + 1787.002, 1800.736 + ] }, { "vendor": 1, "path": [ [-73.99262, 40.75271], - [-73.99571, 40.75401]], - "timestamps": [ 1761, 1882.673] + [-73.99571, 40.75401] + ], + "timestamps": [1761, 1882.673] }, { "vendor": 0, @@ -17966,8 +20813,11 @@ [-73.9923, 40.71105], [-73.99224, 40.71097], [-73.99219, 40.71088], - [-73.99197, 40.70991]], - "timestamps": [ 1738, 1744.366, 1752.988, 1758.182, 1759.972, 1761.872, 1807.637] + [-73.99197, 40.70991] + ], + "timestamps": [ + 1738, 1744.366, 1752.988, 1758.182, 1759.972, 1761.872, 1807.637 + ] }, { "vendor": 1, @@ -17978,8 +20828,11 @@ [-73.99347, 40.68227], [-73.99305, 40.6829], [-73.99086, 40.68205], - [-73.98869, 40.68121]], - "timestamps": [ 1726, 1730.885, 1747.172, 1754.946, 1762.644, 1785.965, 1809.061] + [-73.98869, 40.68121] + ], + "timestamps": [ + 1726, 1730.885, 1747.172, 1754.946, 1762.644, 1785.965, 1809.061 + ] }, { "vendor": 0, @@ -18145,8 +20998,33 @@ [-73.98074, 40.69725], [-73.98068, 40.69716], [-73.98068, 40.69703], - [-73.98075, 40.6968]], - "timestamps": [ 460, 481.488, 515.629, 548.853, 553.115, 614.714, 653.951, 656.258, 731.9, 763.846, 836.239, 841.056, 843.294, 854.909, 869.511, 874.004, 879.994, 885.435, 889.355, 892.825, 897.38, 905.199, 907.286, 908.385, 918.715, 921.522, 923.89, 925.777, 927.445, 928.805, 968.319, 971.657, 975.191, 994.163, 999.659, 1002.56, 1010.086, 1012.638, 1022.306, 1030.17, 1036.317, 1043.933, 1046.462, 1048.708, 1057.262, 1061.409, 1063.668, 1066.318, 1068.939, 1079.36, 1087.109, 1091.847, 1097.741, 1101.312, 1103.73, 1106.596, 1110.056, 1113.371, 1114.629, 1119.073, 1122.223, 1134.209, 1153.375, 1157.472, 1160.033, 1162.536, 1167.326, 1169.535, 1179.271, 1187.53, 1198.354, 1201.464, 1204.802, 1208.07, 1211.563, 1257.873, 1260.461, 1269.408, 1272.232, 1279.106, 1282.391, 1287.761, 1290.194, 1295.138, 1297.786, 1300.476, 1303.442, 1306.469, 1309.525, 1312.956, 1316.323, 1322.935, 1328.39, 1336.47, 1342.794, 1348.967, 1368.867, 1372.983, 1375.352, 1378.41, 1380.161, 1384.362, 1394.63, 1407.796, 1410.2, 1412.852, 1430.473, 1433.435, 1444.558, 1447.064, 1460.539, 1486.315, 1503.506, 1509.127, 1514.984, 1528.916, 1545.562, 1550.912, 1553.245, 1555.637, 1557.856, 1563.18, 1565.167, 1567.565, 1608.777, 1623.702, 1639.668, 1647.759, 1650.122, 1662.514, 1668.145, 1670.686, 1671.928, 1674.414, 1677.039, 1678.418, 1679.466, 1681.335, 1683.647, 1685.598, 1687.537, 1690.626, 1753.202, 1761.572, 1770.722, 1773.368, 1775.012, 1776.642, 1779.244, 1780.2, 1780.804, 1782.965, 1785.269, 1786.995, 1789.413, 1791.3, 1792.962, 1793.849, 1795.363, 1796.941, 1798.976, 1802.671] + [-73.98075, 40.6968] + ], + "timestamps": [ + 460, 481.488, 515.629, 548.853, 553.115, 614.714, 653.951, 656.258, 731.9, + 763.846, 836.239, 841.056, 843.294, 854.909, 869.511, 874.004, 879.994, + 885.435, 889.355, 892.825, 897.38, 905.199, 907.286, 908.385, 918.715, + 921.522, 923.89, 925.777, 927.445, 928.805, 968.319, 971.657, 975.191, + 994.163, 999.659, 1002.56, 1010.086, 1012.638, 1022.306, 1030.17, + 1036.317, 1043.933, 1046.462, 1048.708, 1057.262, 1061.409, 1063.668, + 1066.318, 1068.939, 1079.36, 1087.109, 1091.847, 1097.741, 1101.312, + 1103.73, 1106.596, 1110.056, 1113.371, 1114.629, 1119.073, 1122.223, + 1134.209, 1153.375, 1157.472, 1160.033, 1162.536, 1167.326, 1169.535, + 1179.271, 1187.53, 1198.354, 1201.464, 1204.802, 1208.07, 1211.563, + 1257.873, 1260.461, 1269.408, 1272.232, 1279.106, 1282.391, 1287.761, + 1290.194, 1295.138, 1297.786, 1300.476, 1303.442, 1306.469, 1309.525, + 1312.956, 1316.323, 1322.935, 1328.39, 1336.47, 1342.794, 1348.967, + 1368.867, 1372.983, 1375.352, 1378.41, 1380.161, 1384.362, 1394.63, + 1407.796, 1410.2, 1412.852, 1430.473, 1433.435, 1444.558, 1447.064, + 1460.539, 1486.315, 1503.506, 1509.127, 1514.984, 1528.916, 1545.562, + 1550.912, 1553.245, 1555.637, 1557.856, 1563.18, 1565.167, 1567.565, + 1608.777, 1623.702, 1639.668, 1647.759, 1650.122, 1662.514, 1668.145, + 1670.686, 1671.928, 1674.414, 1677.039, 1678.418, 1679.466, 1681.335, + 1683.647, 1685.598, 1687.537, 1690.626, 1753.202, 1761.572, 1770.722, + 1773.368, 1775.012, 1776.642, 1779.244, 1780.2, 1780.804, 1782.965, + 1785.269, 1786.995, 1789.413, 1791.3, 1792.962, 1793.849, 1795.363, + 1796.941, 1798.976, 1802.671 + ] }, { "vendor": 1, @@ -18213,8 +21091,19 @@ [-73.98967, 40.70161], [-73.98962, 40.70208], [-73.98957, 40.70251], - [-73.98888, 40.70249]], - "timestamps": [ 625, 627.65, 676.239, 720.331, 724.828, 751.073, 777.107, 787.122, 791.97, 814.774, 852.607, 859.995, 879.654, 886.498, 895.333, 925.704, 931.294, 969.666, 984.674, 1013.552, 1023.432, 1024.046, 1024.866, 1028.548, 1032.237, 1032.98, 1034.295, 1134.451, 1136.513, 1142.275, 1144.319, 1145.382, 1147.053, 1148.466, 1149.763, 1151.07, 1152.243, 1154.303, 1156.832, 1173.659, 1174.89, 1177.151, 1191.692, 1197.716, 1205.808, 1213.95, 1220.44, 1221.403, 1222.206, 1243.776, 1251.007, 1257.896, 1263.72, 1267.275, 1272.563, 1289.516, 1297.589, 1306.133, 1353.279, 1363.557, 1396.765, 1427.165, 1436] + [-73.98888, 40.70249] + ], + "timestamps": [ + 625, 627.65, 676.239, 720.331, 724.828, 751.073, 777.107, 787.122, 791.97, + 814.774, 852.607, 859.995, 879.654, 886.498, 895.333, 925.704, 931.294, + 969.666, 984.674, 1013.552, 1023.432, 1024.046, 1024.866, 1028.548, + 1032.237, 1032.98, 1034.295, 1134.451, 1136.513, 1142.275, 1144.319, + 1145.382, 1147.053, 1148.466, 1149.763, 1151.07, 1152.243, 1154.303, + 1156.832, 1173.659, 1174.89, 1177.151, 1191.692, 1197.716, 1205.808, + 1213.95, 1220.44, 1221.403, 1222.206, 1243.776, 1251.007, 1257.896, + 1263.72, 1267.275, 1272.563, 1289.516, 1297.589, 1306.133, 1353.279, + 1363.557, 1396.765, 1427.165, 1436 + ] }, { "vendor": 0, @@ -18268,8 +21157,17 @@ [-74.00673, 40.74479], [-74.00638, 40.74464], [-74.00098, 40.75207], - [-73.988, 40.76986]], - "timestamps": [ 849, 856.705, 865.285, 866.614, 868.816, 880.732, 883.818, 888.081, 895.853, 898.541, 901.387, 902.599, 920.744, 930.441, 945.895, 949.183, 961.516, 981.286, 982.817, 987.902, 991.824, 1003.744, 1026.421, 1055.514, 1093.29, 1141.718, 1220.705, 1239.187, 1283.493, 1346.486, 1391.348, 1399.122, 1414.833, 1421.998, 1426.511, 1428.531, 1433.102, 1443.353, 1448.421, 1450.936, 1462.041, 1471.909, 1474.321, 1496.503, 1514.345, 1516.155, 1539.871, 1545.88, 1661.033, 1936.988] + [-73.988, 40.76986] + ], + "timestamps": [ + 849, 856.705, 865.285, 866.614, 868.816, 880.732, 883.818, 888.081, + 895.853, 898.541, 901.387, 902.599, 920.744, 930.441, 945.895, 949.183, + 961.516, 981.286, 982.817, 987.902, 991.824, 1003.744, 1026.421, 1055.514, + 1093.29, 1141.718, 1220.705, 1239.187, 1283.493, 1346.486, 1391.348, + 1399.122, 1414.833, 1421.998, 1426.511, 1428.531, 1433.102, 1443.353, + 1448.421, 1450.936, 1462.041, 1471.909, 1474.321, 1496.503, 1514.345, + 1516.155, 1539.871, 1545.88, 1661.033, 1936.988 + ] }, { "vendor": 0, @@ -18382,8 +21280,26 @@ [-73.94399, 40.78126], [-73.94401, 40.78155], [-73.94399, 40.78187], - [-73.94378, 40.78273]], - "timestamps": [ 780, 822.465, 854.556, 887.49, 915.358, 931.283, 984.448, 988.345, 1019.518, 1065.495, 1095.257, 1124.028, 1133.128, 1135.497, 1137.715, 1139.628, 1142.053, 1157.079, 1168.823, 1175.529, 1178.382, 1182.834, 1208.219, 1210.931, 1216.585, 1220.025, 1230.094, 1232.953, 1235.887, 1238.488, 1240.54, 1242.916, 1245.47, 1248.062, 1250.375, 1257.587, 1259.497, 1263.069, 1266.656, 1300.423, 1303.196, 1306.564, 1310.004, 1314.513, 1317.2, 1330.663, 1333.006, 1336.612, 1344.406, 1363.603, 1366.74, 1370.984, 1383.365, 1388.675, 1390.908, 1394.581, 1398.775, 1404.648, 1408.034, 1444.367, 1455.528, 1471.414, 1478.624, 1490.144, 1493.039, 1494.925, 1499.329, 1504.28, 1506.908, 1523.486, 1533.237, 1538.281, 1539.579, 1543.534, 1551.542, 1556.492, 1573.096, 1576.698, 1613.924, 1619.556, 1629.42, 1635.051, 1638.327, 1645.889, 1649.599, 1652.994, 1664.52, 1671.71, 1673.432, 1678.767, 1682.784, 1698.303, 1703.958, 1706.88, 1708.518, 1712.156, 1713.55, 1715.625, 1720.988, 1726.282, 1733.506, 1747.844, 1750.18, 1755.572, 1758.031, 1767.251, 1774.893, 1783.324, 1806.341] + [-73.94378, 40.78273] + ], + "timestamps": [ + 780, 822.465, 854.556, 887.49, 915.358, 931.283, 984.448, 988.345, + 1019.518, 1065.495, 1095.257, 1124.028, 1133.128, 1135.497, 1137.715, + 1139.628, 1142.053, 1157.079, 1168.823, 1175.529, 1178.382, 1182.834, + 1208.219, 1210.931, 1216.585, 1220.025, 1230.094, 1232.953, 1235.887, + 1238.488, 1240.54, 1242.916, 1245.47, 1248.062, 1250.375, 1257.587, + 1259.497, 1263.069, 1266.656, 1300.423, 1303.196, 1306.564, 1310.004, + 1314.513, 1317.2, 1330.663, 1333.006, 1336.612, 1344.406, 1363.603, + 1366.74, 1370.984, 1383.365, 1388.675, 1390.908, 1394.581, 1398.775, + 1404.648, 1408.034, 1444.367, 1455.528, 1471.414, 1478.624, 1490.144, + 1493.039, 1494.925, 1499.329, 1504.28, 1506.908, 1523.486, 1533.237, + 1538.281, 1539.579, 1543.534, 1551.542, 1556.492, 1573.096, 1576.698, + 1613.924, 1619.556, 1629.42, 1635.051, 1638.327, 1645.889, 1649.599, + 1652.994, 1664.52, 1671.71, 1673.432, 1678.767, 1682.784, 1698.303, + 1703.958, 1706.88, 1708.518, 1712.156, 1713.55, 1715.625, 1720.988, + 1726.282, 1733.506, 1747.844, 1750.18, 1755.572, 1758.031, 1767.251, + 1774.893, 1783.324, 1806.341 + ] }, { "vendor": 1, @@ -18417,8 +21333,14 @@ [-73.97997, 40.68751], [-73.97954, 40.68695], [-73.97935, 40.68667], - [-73.97914, 40.6867]], - "timestamps": [ 675, 677.81, 685.392, 738.57, 742.442, 790.082, 810.106, 829.004, 832.376, 835.044, 1142.467, 1184.988, 1194.198, 1203.546, 1229.589, 1262.934, 1303.509, 1311.186, 1390.859, 1401.29, 1514.648, 1516.072, 1527.207, 1544.412, 1549.477, 1555.498, 1591.655, 1608.232, 1616.288, 1620] + [-73.97914, 40.6867] + ], + "timestamps": [ + 675, 677.81, 685.392, 738.57, 742.442, 790.082, 810.106, 829.004, 832.376, + 835.044, 1142.467, 1184.988, 1194.198, 1203.546, 1229.589, 1262.934, + 1303.509, 1311.186, 1390.859, 1401.29, 1514.648, 1516.072, 1527.207, + 1544.412, 1549.477, 1555.498, 1591.655, 1608.232, 1616.288, 1620 + ] }, { "vendor": 0, @@ -18440,8 +21362,13 @@ [-73.9962, 40.68172], [-73.99819, 40.68228], [-73.99787, 40.68295], - [-73.99738, 40.68281]], - "timestamps": [ 306, 323.009, 342.873, 351.098, 491.6, 497.003, 502.309, 591.221, 619.033, 728.468, 751.208, 776.024, 780.856, 931.504, 945.332, 985.124, 999.715, 1009] + [-73.99738, 40.68281] + ], + "timestamps": [ + 306, 323.009, 342.873, 351.098, 491.6, 497.003, 502.309, 591.221, 619.033, + 728.468, 751.208, 776.024, 780.856, 931.504, 945.332, 985.124, 999.715, + 1009 + ] }, { "vendor": 1, @@ -18504,8 +21431,19 @@ [-74.00098, 40.67627], [-74.00103, 40.6764], [-74.00071, 40.67704], - [-73.99771, 40.6762]], - "timestamps": [ 839, 884.551, 909.636, 925.042, 987.844, 1013.536, 1019.689, 1033.096, 1038.04, 1064.265, 1067.237, 1070.135, 1073.048, 1075.85, 1078.823, 1085.291, 1087.863, 1090.659, 1094.468, 1099.411, 1103.229, 1113.048, 1117.126, 1125.864, 1127.242, 1137.623, 1144.215, 1150.632, 1162.163, 1175.938, 1179.558, 1187.169, 1317.492, 1324.496, 1331.07, 1424.372, 1429.572, 1441.375, 1446.342, 1447.75, 1454.203, 1474.516, 1499.58, 1514.172, 1523.037, 1542.68, 1551.001, 1556.568, 1567.474, 1570.36, 1596.375, 1618.426, 1626.288, 1660.718, 1701.575, 1707.685, 1712.33, 1742.445, 1843.667] + [-73.99771, 40.6762] + ], + "timestamps": [ + 839, 884.551, 909.636, 925.042, 987.844, 1013.536, 1019.689, 1033.096, + 1038.04, 1064.265, 1067.237, 1070.135, 1073.048, 1075.85, 1078.823, + 1085.291, 1087.863, 1090.659, 1094.468, 1099.411, 1103.229, 1113.048, + 1117.126, 1125.864, 1127.242, 1137.623, 1144.215, 1150.632, 1162.163, + 1175.938, 1179.558, 1187.169, 1317.492, 1324.496, 1331.07, 1424.372, + 1429.572, 1441.375, 1446.342, 1447.75, 1454.203, 1474.516, 1499.58, + 1514.172, 1523.037, 1542.68, 1551.001, 1556.568, 1567.474, 1570.36, + 1596.375, 1618.426, 1626.288, 1660.718, 1701.575, 1707.685, 1712.33, + 1742.445, 1843.667 + ] }, { "vendor": 1, @@ -18537,8 +21475,14 @@ [-73.98981, 40.69038], [-73.99174, 40.69099], [-73.99205, 40.69034], - [-73.99216, 40.6901]], - "timestamps": [ 435, 435, 494.172, 553.344, 620.054, 633.38, 641.437, 645.062, 659.093, 672.692, 675.634, 724.172, 862.208, 1015.699, 1048.414, 1051.147, 1077.884, 1285.745, 1301.871, 1307.793, 1319.288, 1325.5, 1334.822, 1343.296, 1347.354, 1392.606, 1424.336, 1436] + [-73.99216, 40.6901] + ], + "timestamps": [ + 435, 435, 494.172, 553.344, 620.054, 633.38, 641.437, 645.062, 659.093, + 672.692, 675.634, 724.172, 862.208, 1015.699, 1048.414, 1051.147, + 1077.884, 1285.745, 1301.871, 1307.793, 1319.288, 1325.5, 1334.822, + 1343.296, 1347.354, 1392.606, 1424.336, 1436 + ] }, { "vendor": 0, @@ -18591,8 +21535,17 @@ [-74.02129, 40.64087], [-74.02098, 40.64127], [-74.02061, 40.64166], - [-74.01874, 40.64345]], - "timestamps": [ 1382, 1383.317, 1410.979, 1443.91, 1451.814, 1520.048, 1547.095, 1607.79, 1619.921, 1625.69, 1626.742, 1643.19, 1647.807, 1659.189, 1666.355, 1670.262, 1675.341, 1680.583, 1684.966, 1690.023, 1696.98, 1705.205, 1716.592, 1726.294, 1728.318, 1730.436, 1734.502, 1736.725, 1739.223, 1741.503, 1743.517, 1745.676, 1747.957, 1750.312, 1752.697, 1766.168, 1768.33, 1770.52, 1772.647, 1775.037, 1779.188, 1781.383, 1783.541, 1785.704, 1788.108, 1790.833, 1793.689, 1796.646, 1810.705] + [-74.01874, 40.64345] + ], + "timestamps": [ + 1382, 1383.317, 1410.979, 1443.91, 1451.814, 1520.048, 1547.095, 1607.79, + 1619.921, 1625.69, 1626.742, 1643.19, 1647.807, 1659.189, 1666.355, + 1670.262, 1675.341, 1680.583, 1684.966, 1690.023, 1696.98, 1705.205, + 1716.592, 1726.294, 1728.318, 1730.436, 1734.502, 1736.725, 1739.223, + 1741.503, 1743.517, 1745.676, 1747.957, 1750.312, 1752.697, 1766.168, + 1768.33, 1770.52, 1772.647, 1775.037, 1779.188, 1781.383, 1783.541, + 1785.704, 1788.108, 1790.833, 1793.689, 1796.646, 1810.705 + ] }, { "vendor": 0, @@ -18621,8 +21574,14 @@ [-73.99523, 40.71551], [-73.99545, 40.71601], [-73.99548, 40.71607], - [-73.99582, 40.71664]], - "timestamps": [ 996, 1000.276, 1007.509, 1064.422, 1102.91, 1130.707, 1168.44, 1233.083, 1260.385, 1263.276, 1280.382, 1330.308, 1338.765, 1345.215, 1363.772, 1414.599, 1419.678, 1436.659, 1468.544, 1500.617, 1511.308, 1754.723, 1761.479, 1766.054, 1810.658] + [-73.99582, 40.71664] + ], + "timestamps": [ + 996, 1000.276, 1007.509, 1064.422, 1102.91, 1130.707, 1168.44, 1233.083, + 1260.385, 1263.276, 1280.382, 1330.308, 1338.765, 1345.215, 1363.772, + 1414.599, 1419.678, 1436.659, 1468.544, 1500.617, 1511.308, 1754.723, + 1761.479, 1766.054, 1810.658 + ] }, { "vendor": 0, @@ -18817,8 +21776,36 @@ [-73.99873, 40.70851], [-73.99945, 40.70813], [-74.00009, 40.70777], - [-74.00127, 40.70718]], - "timestamps": [ 38, 125.956, 133.773, 150.496, 258.107, 261.472, 268.879, 278.194, 408.213, 418.054, 445.427, 453.019, 533.643, 547.272, 615.781, 629.364, 632.017, 634.089, 636.162, 638.603, 640.85, 650.569, 656.728, 663.141, 667.307, 671.821, 677.351, 680.905, 697.014, 702.174, 706.676, 713.674, 718.141, 721.17, 724.441, 742.925, 747.777, 755.199, 756.994, 765.047, 773.421, 776.825, 779.875, 783.822, 787.014, 789.81, 791.464, 794.548, 797.646, 800.699, 803.035, 804.561, 819.761, 829.226, 841.625, 844.704, 847.82, 849.896, 853.059, 858.334, 863.176, 867.801, 883.705, 886.71, 902.848, 905.838, 908.563, 909.512, 911.458, 928.579, 932.378, 934.252, 936.041, 939.131, 941.473, 944.803, 948.179, 951.93, 954.109, 957.27, 964.729, 969.429, 984.197, 988.78, 992.992, 996.735, 998.575, 1001.978, 1005.121, 1007.248, 1010.64, 1014.361, 1018.252, 1036.722, 1041.67, 1047.276, 1052.491, 1067.374, 1081.3, 1089.456, 1099.198, 1104.083, 1110.59, 1117.865, 1127.681, 1135.688, 1144.849, 1148.687, 1161.635, 1163.401, 1172.787, 1175.124, 1178.074, 1195.751, 1207.173, 1214.666, 1220.389, 1224.574, 1226.898, 1231.27, 1238.067, 1241.667, 1261.024, 1264.406, 1307.538, 1313.973, 1325.856, 1328.331, 1336.88, 1346.991, 1351.562, 1355.499, 1359.66, 1363.603, 1380.419, 1384.602, 1386.674, 1390.983, 1395.113, 1406.876, 1410.999, 1415.196, 1418.252, 1420.086, 1425.028, 1455.492, 1459.422, 1462.011, 1465.72, 1472.874, 1476.66, 1478.633, 1483.081, 1487.132, 1492.36, 1503.951, 1506.731, 1514.183, 1527.928, 1538.46, 1543.111, 1547.542, 1551.679, 1573.807, 1582.418, 1586.405, 1591.644, 1596.712, 1603.338, 1634.676, 1635.608, 1637.898, 1641.247, 1645.49, 1648.703, 1650.196, 1653.253, 1655.771, 1658.253, 1689.661, 1713.843, 1720.398, 1745.231, 1752.792, 1767.162, 1772.925, 1776.599, 1780.49, 1786.283, 1791.546, 1800.881] + [-74.00127, 40.70718] + ], + "timestamps": [ + 38, 125.956, 133.773, 150.496, 258.107, 261.472, 268.879, 278.194, + 408.213, 418.054, 445.427, 453.019, 533.643, 547.272, 615.781, 629.364, + 632.017, 634.089, 636.162, 638.603, 640.85, 650.569, 656.728, 663.141, + 667.307, 671.821, 677.351, 680.905, 697.014, 702.174, 706.676, 713.674, + 718.141, 721.17, 724.441, 742.925, 747.777, 755.199, 756.994, 765.047, + 773.421, 776.825, 779.875, 783.822, 787.014, 789.81, 791.464, 794.548, + 797.646, 800.699, 803.035, 804.561, 819.761, 829.226, 841.625, 844.704, + 847.82, 849.896, 853.059, 858.334, 863.176, 867.801, 883.705, 886.71, + 902.848, 905.838, 908.563, 909.512, 911.458, 928.579, 932.378, 934.252, + 936.041, 939.131, 941.473, 944.803, 948.179, 951.93, 954.109, 957.27, + 964.729, 969.429, 984.197, 988.78, 992.992, 996.735, 998.575, 1001.978, + 1005.121, 1007.248, 1010.64, 1014.361, 1018.252, 1036.722, 1041.67, + 1047.276, 1052.491, 1067.374, 1081.3, 1089.456, 1099.198, 1104.083, + 1110.59, 1117.865, 1127.681, 1135.688, 1144.849, 1148.687, 1161.635, + 1163.401, 1172.787, 1175.124, 1178.074, 1195.751, 1207.173, 1214.666, + 1220.389, 1224.574, 1226.898, 1231.27, 1238.067, 1241.667, 1261.024, + 1264.406, 1307.538, 1313.973, 1325.856, 1328.331, 1336.88, 1346.991, + 1351.562, 1355.499, 1359.66, 1363.603, 1380.419, 1384.602, 1386.674, + 1390.983, 1395.113, 1406.876, 1410.999, 1415.196, 1418.252, 1420.086, + 1425.028, 1455.492, 1459.422, 1462.011, 1465.72, 1472.874, 1476.66, + 1478.633, 1483.081, 1487.132, 1492.36, 1503.951, 1506.731, 1514.183, + 1527.928, 1538.46, 1543.111, 1547.542, 1551.679, 1573.807, 1582.418, + 1586.405, 1591.644, 1596.712, 1603.338, 1634.676, 1635.608, 1637.898, + 1641.247, 1645.49, 1648.703, 1650.196, 1653.253, 1655.771, 1658.253, + 1689.661, 1713.843, 1720.398, 1745.231, 1752.792, 1767.162, 1772.925, + 1776.599, 1780.49, 1786.283, 1791.546, 1800.881 + ] }, { "vendor": 0, @@ -18900,8 +21887,20 @@ [-73.99311, 40.73669], [-73.99633, 40.73804], [-73.99918, 40.73924], - [-73.9996, 40.73866]], - "timestamps": [ 636, 643.6, 669.717, 672.712, 685.043, 685.952, 688.185, 691.451, 695.588, 698.721, 700.177, 703.157, 705.613, 708.033, 721.826, 744.961, 758.609, 763.231, 791.815, 798.458, 805.156, 807.458, 809.846, 812.736, 817.056, 818.548, 821.206, 824.478, 826.595, 852.164, 862.862, 869.345, 874.591, 877.236, 882.895, 900.542, 906.695, 909.312, 913.397, 936.688, 939.176, 941.79, 944.365, 947.521, 956.76, 959.383, 963.618, 966.51, 971.737, 976.337, 983.774, 988.231, 992.814, 1004.426, 1013.3, 1016.907, 1021.368, 1028.027, 1029.884, 1065.087, 1069.732, 1072.83, 1159.966, 1217.887, 1221.462, 1232.709, 1233.723, 1316.57, 1319.549, 1365.865, 1367.061, 1569.716, 1623.009, 1637.088, 1652.129, 1715.515, 1771.673, 1787] + [-73.9996, 40.73866] + ], + "timestamps": [ + 636, 643.6, 669.717, 672.712, 685.043, 685.952, 688.185, 691.451, 695.588, + 698.721, 700.177, 703.157, 705.613, 708.033, 721.826, 744.961, 758.609, + 763.231, 791.815, 798.458, 805.156, 807.458, 809.846, 812.736, 817.056, + 818.548, 821.206, 824.478, 826.595, 852.164, 862.862, 869.345, 874.591, + 877.236, 882.895, 900.542, 906.695, 909.312, 913.397, 936.688, 939.176, + 941.79, 944.365, 947.521, 956.76, 959.383, 963.618, 966.51, 971.737, + 976.337, 983.774, 988.231, 992.814, 1004.426, 1013.3, 1016.907, 1021.368, + 1028.027, 1029.884, 1065.087, 1069.732, 1072.83, 1159.966, 1217.887, + 1221.462, 1232.709, 1233.723, 1316.57, 1319.549, 1365.865, 1367.061, + 1569.716, 1623.009, 1637.088, 1652.129, 1715.515, 1771.673, 1787 + ] }, { "vendor": 0, @@ -18950,8 +21949,17 @@ [-73.95636, 40.71514], [-73.95577, 40.7157], [-73.95703, 40.71648], - [-73.95746, 40.71607]], - "timestamps": [ 867, 881.987, 901.591, 948.247, 949.81, 1009.036, 1016.74, 1022.277, 1026.332, 1116.999, 1120.674, 1153.175, 1168.893, 1198.137, 1232.057, 1258.884, 1266.379, 1298.127, 1300.257, 1304.676, 1311.439, 1391.907, 1395.312, 1398.772, 1401.602, 1407.869, 1416.191, 1421.046, 1433.876, 1438.507, 1443.531, 1451.354, 1458.181, 1473.083, 1489.654, 1517.956, 1545.579, 1556.945, 1571.817, 1575.21, 1587.681, 1599.78, 1615.443, 1662.614, 1671] + [-73.95746, 40.71607] + ], + "timestamps": [ + 867, 881.987, 901.591, 948.247, 949.81, 1009.036, 1016.74, 1022.277, + 1026.332, 1116.999, 1120.674, 1153.175, 1168.893, 1198.137, 1232.057, + 1258.884, 1266.379, 1298.127, 1300.257, 1304.676, 1311.439, 1391.907, + 1395.312, 1398.772, 1401.602, 1407.869, 1416.191, 1421.046, 1433.876, + 1438.507, 1443.531, 1451.354, 1458.181, 1473.083, 1489.654, 1517.956, + 1545.579, 1556.945, 1571.817, 1575.21, 1587.681, 1599.78, 1615.443, + 1662.614, 1671 + ] }, { "vendor": 0, @@ -18967,8 +21975,12 @@ [-73.98494, 40.73234], [-73.98704, 40.73323], [-73.98718, 40.73329], - [-73.98943, 40.73019]], - "timestamps": [ 1400, 1424.115, 1429.303, 1441.792, 1442.978, 1559.858, 1564.1, 1644.592, 1653.964, 1719.886, 1724.292, 1871.76] + [-73.98943, 40.73019] + ], + "timestamps": [ + 1400, 1424.115, 1429.303, 1441.792, 1442.978, 1559.858, 1564.1, 1644.592, + 1653.964, 1719.886, 1724.292, 1871.76 + ] }, { "vendor": 0, @@ -18979,8 +21991,11 @@ [-74.00532, 40.71838], [-74.00522, 40.71865], [-74.00517, 40.71901], - [-74.00521, 40.72063]], - "timestamps": [ 1677, 1735.635, 1742.336, 1752.402, 1758.37, 1766.074, 1800.556] + [-74.00521, 40.72063] + ], + "timestamps": [ + 1677, 1735.635, 1742.336, 1752.402, 1758.37, 1766.074, 1800.556 + ] }, { "vendor": 0, @@ -19041,8 +22056,18 @@ [-73.96442, 40.70753], [-73.96383, 40.71047], [-73.96128, 40.7145], - [-73.96121, 40.71457]], - "timestamps": [ 996, 998.835, 1035.72, 1090.559, 1094.398, 1099.661, 1119.971, 1131.41, 1147.422, 1151.807, 1158.298, 1195.673, 1198.213, 1245.709, 1250.572, 1252.931, 1254.61, 1256.347, 1259.122, 1266.908, 1267.724, 1275.58, 1277.762, 1280.109, 1281.459, 1282.741, 1284.122, 1286.16, 1288.534, 1295.524, 1333.406, 1334.527, 1338.136, 1343.234, 1348.035, 1352.707, 1358.678, 1367.003, 1373.829, 1380.559, 1383.206, 1385.902, 1388.691, 1393.285, 1395.424, 1397.719, 1436.479, 1442.856, 1446.454, 1456.849, 1465.905, 1493.25, 1556.798, 1562.689, 1599.139, 1653.923, 1655] + [-73.96121, 40.71457] + ], + "timestamps": [ + 996, 998.835, 1035.72, 1090.559, 1094.398, 1099.661, 1119.971, 1131.41, + 1147.422, 1151.807, 1158.298, 1195.673, 1198.213, 1245.709, 1250.572, + 1252.931, 1254.61, 1256.347, 1259.122, 1266.908, 1267.724, 1275.58, + 1277.762, 1280.109, 1281.459, 1282.741, 1284.122, 1286.16, 1288.534, + 1295.524, 1333.406, 1334.527, 1338.136, 1343.234, 1348.035, 1352.707, + 1358.678, 1367.003, 1373.829, 1380.559, 1383.206, 1385.902, 1388.691, + 1393.285, 1395.424, 1397.719, 1436.479, 1442.856, 1446.454, 1456.849, + 1465.905, 1493.25, 1556.798, 1562.689, 1599.139, 1653.923, 1655 + ] }, { "vendor": 1, @@ -19072,8 +22097,14 @@ [-73.97579, 40.69806], [-73.9748, 40.69802], [-73.97479, 40.69815], - [-73.97474, 40.69827]], - "timestamps": [ 1319, 1383.9, 1401.268, 1404.925, 1425.295, 1443.317, 1455.2, 1463.394, 1472.568, 1540.918, 1550.266, 1608.269, 1642.475, 1654.545, 1660.169, 1667.211, 1677.443, 1682.81, 1715.434, 1729.278, 1735.828, 1737.591, 1779.734, 1788.845, 1797.678, 1806.213] + [-73.97474, 40.69827] + ], + "timestamps": [ + 1319, 1383.9, 1401.268, 1404.925, 1425.295, 1443.317, 1455.2, 1463.394, + 1472.568, 1540.918, 1550.266, 1608.269, 1642.475, 1654.545, 1660.169, + 1667.211, 1677.443, 1682.81, 1715.434, 1729.278, 1735.828, 1737.591, + 1779.734, 1788.845, 1797.678, 1806.213 + ] }, { "vendor": 0, @@ -19087,8 +22118,12 @@ [-73.9062, 40.70193], [-73.90528, 40.70283], [-73.90412, 40.70397], - [-73.916, 40.71096]], - "timestamps": [ 1459, 1495.171, 1556.743, 1577.027, 1592.437, 1629.203, 1650.573, 1675.42, 1706.839, 1938.831] + [-73.916, 40.71096] + ], + "timestamps": [ + 1459, 1495.171, 1556.743, 1577.027, 1592.437, 1629.203, 1650.573, 1675.42, + 1706.839, 1938.831 + ] }, { "vendor": 0, @@ -19105,8 +22140,12 @@ [-74.01435, 40.71124], [-74.01403, 40.71274], [-74.01335, 40.71462], - [-74.01275, 40.71711]], - "timestamps": [ 1600, 1623.267, 1647.256, 1665.149, 1682.801, 1701.214, 1708.376, 1715.478, 1720.248, 1734.748, 1762.334, 1797.724, 1843.676] + [-74.01275, 40.71711] + ], + "timestamps": [ + 1600, 1623.267, 1647.256, 1665.149, 1682.801, 1701.214, 1708.376, + 1715.478, 1720.248, 1734.748, 1762.334, 1797.724, 1843.676 + ] }, { "vendor": 0, @@ -19131,8 +22170,13 @@ [-73.99394, 40.71429], [-73.99339, 40.71535], [-73.99255, 40.71511], - [-73.99253, 40.7151]], - "timestamps": [ 530, 531.829, 546.141, 607.716, 627.923, 652.51, 669.626, 675.271, 750.035, 765.663, 768.891, 795.793, 798.732, 800.39, 830.684, 836.684, 841.119, 860.603, 909.858, 925.58, 926] + [-73.99253, 40.7151] + ], + "timestamps": [ + 530, 531.829, 546.141, 607.716, 627.923, 652.51, 669.626, 675.271, + 750.035, 765.663, 768.891, 795.793, 798.732, 800.39, 830.684, 836.684, + 841.119, 860.603, 909.858, 925.58, 926 + ] }, { "vendor": 1, @@ -19194,8 +22238,19 @@ [-73.97656, 40.68282], [-73.97704, 40.68348], [-73.97745, 40.68405], - [-73.98725, 40.68787]], - "timestamps": [ 1087, 1133.001, 1135.879, 1179.771, 1182.301, 1230.046, 1292.864, 1294.055, 1297.482, 1300.474, 1304.109, 1305.996, 1311.027, 1315.816, 1328.687, 1333.822, 1334.369, 1334.999, 1341.175, 1347.128, 1348.302, 1349.443, 1350.189, 1350.774, 1352.044, 1354.044, 1354.601, 1355.158, 1357.334, 1361.823, 1369.87, 1376.922, 1380.505, 1386.525, 1390.055, 1394.062, 1394.987, 1399.156, 1403.057, 1404.219, 1405.218, 1407.528, 1410.204, 1413.506, 1416.19, 1418.098, 1420.925, 1423.649, 1433.303, 1443.6, 1517.974, 1596.147, 1612.577, 1660.911, 1669.378, 1688.236, 1704.48, 1815.537] + [-73.98725, 40.68787] + ], + "timestamps": [ + 1087, 1133.001, 1135.879, 1179.771, 1182.301, 1230.046, 1292.864, + 1294.055, 1297.482, 1300.474, 1304.109, 1305.996, 1311.027, 1315.816, + 1328.687, 1333.822, 1334.369, 1334.999, 1341.175, 1347.128, 1348.302, + 1349.443, 1350.189, 1350.774, 1352.044, 1354.044, 1354.601, 1355.158, + 1357.334, 1361.823, 1369.87, 1376.922, 1380.505, 1386.525, 1390.055, + 1394.062, 1394.987, 1399.156, 1403.057, 1404.219, 1405.218, 1407.528, + 1410.204, 1413.506, 1416.19, 1418.098, 1420.925, 1423.649, 1433.303, + 1443.6, 1517.974, 1596.147, 1612.577, 1660.911, 1669.378, 1688.236, + 1704.48, 1815.537 + ] }, { "vendor": 0, @@ -19236,8 +22291,15 @@ [-73.99439, 40.75837], [-73.99393, 40.75897], [-73.99262, 40.75842], - [-73.99275, 40.75826]], - "timestamps": [ 853, 860.686, 869.086, 941.381, 944.921, 991.507, 1020.723, 1067.489, 1085.269, 1188.487, 1231.642, 1239.12, 1254.234, 1261.126, 1265.467, 1267.411, 1271.808, 1281.668, 1286.543, 1288.963, 1299.646, 1309.138, 1311.458, 1334.61, 1353.232, 1355.121, 1379.872, 1386.145, 1605.263, 1611.352, 1616.545, 1640.078, 1645.717, 1661.383, 1680.294, 1727.403, 1732] + [-73.99275, 40.75826] + ], + "timestamps": [ + 853, 860.686, 869.086, 941.381, 944.921, 991.507, 1020.723, 1067.489, + 1085.269, 1188.487, 1231.642, 1239.12, 1254.234, 1261.126, 1265.467, + 1267.411, 1271.808, 1281.668, 1286.543, 1288.963, 1299.646, 1309.138, + 1311.458, 1334.61, 1353.232, 1355.121, 1379.872, 1386.145, 1605.263, + 1611.352, 1616.545, 1640.078, 1645.717, 1661.383, 1680.294, 1727.403, 1732 + ] }, { "vendor": 1, @@ -19262,16 +22324,22 @@ [-73.98311, 40.67745], [-73.98298, 40.6774], [-73.98045, 40.67641], - [-73.98041, 40.67647]], - "timestamps": [ 814, 824.393, 853.347, 878.582, 886.038, 888.982, 906.057, 930, 960.994, 1024.778, 1027.461, 1053.708, 1068.004, 1070.127, 1090.808, 1174.182, 1181.642, 1184.456, 1186.553, 1227.515, 1229] + [-73.98041, 40.67647] + ], + "timestamps": [ + 814, 824.393, 853.347, 878.582, 886.038, 888.982, 906.057, 930, 960.994, + 1024.778, 1027.461, 1053.708, 1068.004, 1070.127, 1090.808, 1174.182, + 1181.642, 1184.456, 1186.553, 1227.515, 1229 + ] }, { "vendor": 1, "path": [ [-73.97639, 40.68261], [-73.97633, 40.68253], - [-73.97659, 40.68213]], - "timestamps": [ 1796, 1799.024, 1810.138] + [-73.97659, 40.68213] + ], + "timestamps": [1796, 1799.024, 1810.138] }, { "vendor": 0, @@ -19295,8 +22363,13 @@ [-73.97849, 40.68403], [-73.97827, 40.68437], [-73.97839, 40.68442], - [-73.97845, 40.68432]], - "timestamps": [ 617, 651.94, 660.571, 665.885, 668.01, 687.279, 725.397, 742.081, 791.634, 804.039, 834.858, 1000.437, 1008.383, 1145.521, 1160.562, 1175.785, 1197.743, 1205.749, 1206.811, 1210] + [-73.97845, 40.68432] + ], + "timestamps": [ + 617, 651.94, 660.571, 665.885, 668.01, 687.279, 725.397, 742.081, 791.634, + 804.039, 834.858, 1000.437, 1008.383, 1145.521, 1160.562, 1175.785, + 1197.743, 1205.749, 1206.811, 1210 + ] }, { "vendor": 1, @@ -19321,8 +22394,13 @@ [-73.98664, 40.67274], [-73.98428, 40.67159], [-73.98529, 40.67038], - [-73.98573, 40.66985]], - "timestamps": [ 1197, 1199.896, 1220.536, 1243.35, 1257.835, 1298.032, 1337.983, 1347.166, 1356.33, 1393.025, 1434.547, 1509.283, 1521.568, 1534.199, 1547.75, 1611.499, 1616.088, 1619.1, 1677.889, 1714.84, 1731] + [-73.98573, 40.66985] + ], + "timestamps": [ + 1197, 1199.896, 1220.536, 1243.35, 1257.835, 1298.032, 1337.983, 1347.166, + 1356.33, 1393.025, 1434.547, 1509.283, 1521.568, 1534.199, 1547.75, + 1611.499, 1616.088, 1619.1, 1677.889, 1714.84, 1731 + ] }, { "vendor": 0, @@ -19367,8 +22445,16 @@ [-73.99811, 40.69122], [-73.99796, 40.69121], [-73.99779, 40.69118], - [-73.99236, 40.68968]], - "timestamps": [ 1506, 1544.087, 1549.635, 1580.64, 1589.826, 1593.055, 1602.09, 1608.34, 1617.519, 1626.573, 1628.325, 1629.621, 1630.988, 1636.928, 1639.052, 1640.962, 1642.925, 1644.651, 1646.632, 1649.401, 1652.129, 1656.766, 1660.42, 1662.323, 1664.016, 1665.632, 1674.038, 1675.291, 1677.098, 1731.785, 1733.363, 1735.229, 1736.811, 1757.939, 1763.785, 1768.857, 1773.83, 1777.601, 1781.046, 1785.04, 1861.165] + [-73.99236, 40.68968] + ], + "timestamps": [ + 1506, 1544.087, 1549.635, 1580.64, 1589.826, 1593.055, 1602.09, 1608.34, + 1617.519, 1626.573, 1628.325, 1629.621, 1630.988, 1636.928, 1639.052, + 1640.962, 1642.925, 1644.651, 1646.632, 1649.401, 1652.129, 1656.766, + 1660.42, 1662.323, 1664.016, 1665.632, 1674.038, 1675.291, 1677.098, + 1731.785, 1733.363, 1735.229, 1736.811, 1757.939, 1763.785, 1768.857, + 1773.83, 1777.601, 1781.046, 1785.04, 1861.165 + ] }, { "vendor": 0, @@ -19391,8 +22477,13 @@ [-74.00066, 40.67557], [-74.00091, 40.6761], [-74.00098, 40.67627], - [-74.00269, 40.67834]], - "timestamps": [ 1197, 1252.116, 1287.161, 1304.476, 1343.057, 1360.532, 1377.505, 1482.112, 1530.452, 1564.698, 1571.789, 1609.281, 1660.672, 1679.266, 1753.176, 1763.318, 1777.972, 1782.608, 1808.788] + [-74.00269, 40.67834] + ], + "timestamps": [ + 1197, 1252.116, 1287.161, 1304.476, 1343.057, 1360.532, 1377.505, + 1482.112, 1530.452, 1564.698, 1571.789, 1609.281, 1660.672, 1679.266, + 1753.176, 1763.318, 1777.972, 1782.608, 1808.788 + ] }, { "vendor": 0, @@ -19434,8 +22525,16 @@ [-74.0153, 40.70155], [-74.01545, 40.70261], [-74.01547, 40.70291], - [-74.01547, 40.70349]], - "timestamps": [ 729, 756.075, 770.654, 864.377, 914.125, 988.473, 1052.27, 1065.922, 1124.717, 1133.081, 1170.621, 1179.853, 1268.908, 1329.464, 1341.062, 1354.797, 1378.942, 1393.081, 1397.554, 1437.126, 1450.333, 1468.367, 1480.58, 1505.646, 1518.352, 1526.683, 1532.017, 1542.203, 1548.675, 1636.48, 1642.515, 1648.846, 1771.315, 1774.905, 1781.622, 1794.468, 1798.088, 1805.077] + [-74.01547, 40.70349] + ], + "timestamps": [ + 729, 756.075, 770.654, 864.377, 914.125, 988.473, 1052.27, 1065.922, + 1124.717, 1133.081, 1170.621, 1179.853, 1268.908, 1329.464, 1341.062, + 1354.797, 1378.942, 1393.081, 1397.554, 1437.126, 1450.333, 1468.367, + 1480.58, 1505.646, 1518.352, 1526.683, 1532.017, 1542.203, 1548.675, + 1636.48, 1642.515, 1648.846, 1771.315, 1774.905, 1781.622, 1794.468, + 1798.088, 1805.077 + ] }, { "vendor": 0, @@ -19449,8 +22548,12 @@ [-73.96799, 40.8014], [-73.9657, 40.80043], [-73.96287, 40.79923], - [-73.97193, 40.78682]], - "timestamps": [ 1459, 1535.662, 1537.378, 1553.161, 1557.911, 1569.627, 1588.324, 1635.642, 1694.135, 1926.861] + [-73.97193, 40.78682] + ], + "timestamps": [ + 1459, 1535.662, 1537.378, 1553.161, 1557.911, 1569.627, 1588.324, + 1635.642, 1694.135, 1926.861 + ] }, { "vendor": 0, @@ -19575,8 +22678,27 @@ [-73.97102, 40.7445], [-73.97077, 40.74486], [-73.97055, 40.74513], - [-73.96824, 40.7478]], - "timestamps": [ 827, 835.717, 840.484, 847.227, 857.115, 869.257, 886.147, 890.593, 891.053, 899.01, 904.711, 907.638, 909.249, 911.28, 929.428, 959.729, 987.132, 1005.347, 1010.731, 1023.49, 1025.479, 1034.864, 1037.7, 1044.764, 1064.174, 1182.803, 1199.518, 1200.645, 1203.233, 1204.33, 1205.229, 1206.817, 1207.782, 1208.714, 1209.627, 1210.599, 1211.511, 1212.751, 1213.234, 1218.078, 1222.854, 1227.513, 1230.372, 1252.557, 1254.919, 1256.612, 1261.88, 1262.529, 1265.232, 1268.025, 1269.273, 1271.853, 1274.699, 1275.745, 1282.365, 1286.474, 1294.023, 1299.837, 1314.385, 1327.625, 1332.232, 1358.369, 1385.994, 1397.388, 1417.221, 1419.746, 1422.366, 1425.535, 1430.273, 1431.909, 1434.825, 1438.413, 1440.735, 1468.777, 1480.51, 1487.621, 1493.374, 1496.275, 1502.481, 1521.836, 1528.583, 1531.454, 1535.934, 1561.479, 1564.207, 1569.896, 1573.359, 1586.367, 1589.319, 1591.937, 1594.001, 1596.393, 1598.962, 1601.571, 1603.898, 1611.156, 1614.706, 1616.672, 1618.553, 1620.284, 1622.333, 1651.084, 1654.264, 1657.055, 1660.443, 1663.905, 1668.443, 1671.146, 1684.694, 1687.051, 1690.68, 1698.523, 1717.84, 1720.997, 1725.267, 1729.586, 1733.856, 1741.691, 1749.887, 1756.279, 1820.597] + [-73.96824, 40.7478] + ], + "timestamps": [ + 827, 835.717, 840.484, 847.227, 857.115, 869.257, 886.147, 890.593, + 891.053, 899.01, 904.711, 907.638, 909.249, 911.28, 929.428, 959.729, + 987.132, 1005.347, 1010.731, 1023.49, 1025.479, 1034.864, 1037.7, + 1044.764, 1064.174, 1182.803, 1199.518, 1200.645, 1203.233, 1204.33, + 1205.229, 1206.817, 1207.782, 1208.714, 1209.627, 1210.599, 1211.511, + 1212.751, 1213.234, 1218.078, 1222.854, 1227.513, 1230.372, 1252.557, + 1254.919, 1256.612, 1261.88, 1262.529, 1265.232, 1268.025, 1269.273, + 1271.853, 1274.699, 1275.745, 1282.365, 1286.474, 1294.023, 1299.837, + 1314.385, 1327.625, 1332.232, 1358.369, 1385.994, 1397.388, 1417.221, + 1419.746, 1422.366, 1425.535, 1430.273, 1431.909, 1434.825, 1438.413, + 1440.735, 1468.777, 1480.51, 1487.621, 1493.374, 1496.275, 1502.481, + 1521.836, 1528.583, 1531.454, 1535.934, 1561.479, 1564.207, 1569.896, + 1573.359, 1586.367, 1589.319, 1591.937, 1594.001, 1596.393, 1598.962, + 1601.571, 1603.898, 1611.156, 1614.706, 1616.672, 1618.553, 1620.284, + 1622.333, 1651.084, 1654.264, 1657.055, 1660.443, 1663.905, 1668.443, + 1671.146, 1684.694, 1687.051, 1690.68, 1698.523, 1717.84, 1720.997, + 1725.267, 1729.586, 1733.856, 1741.691, 1749.887, 1756.279, 1820.597 + ] }, { "vendor": 0, @@ -19657,8 +22779,20 @@ [-74.00307, 40.72339], [-74.00437, 40.72405], [-74.00457, 40.72417], - [-74.00315, 40.72766]], - "timestamps": [ 151, 197.974, 214.438, 507.961, 541.388, 549.153, 557.014, 562.502, 568.374, 586.467, 591.361, 599.382, 611.905, 625.526, 647.119, 656.795, 664.367, 671.759, 695.589, 700.518, 703.354, 707.017, 709.113, 714.144, 726.439, 742.205, 745.084, 748.259, 769.36, 772.907, 786.227, 789.227, 805.362, 823.25, 836.229, 856.815, 863.545, 870.559, 887.242, 893.953, 895.992, 906.223, 914.906, 918.654, 920.857, 923.162, 925.709, 928.144, 930.624, 933.128, 935.626, 952.624, 956.523, 958.836, 961.057, 992.653, 1004.626, 1014.972, 1171.05, 1185.53, 1212.842, 1240.606, 1291.255, 1343.082, 1452.248, 1457.16, 1462.056, 1552.076, 1562.906, 1611.705, 1649.503, 1703.818, 1722.579, 1725.514, 1756.33, 1761.354, 1848.718] + [-74.00315, 40.72766] + ], + "timestamps": [ + 151, 197.974, 214.438, 507.961, 541.388, 549.153, 557.014, 562.502, + 568.374, 586.467, 591.361, 599.382, 611.905, 625.526, 647.119, 656.795, + 664.367, 671.759, 695.589, 700.518, 703.354, 707.017, 709.113, 714.144, + 726.439, 742.205, 745.084, 748.259, 769.36, 772.907, 786.227, 789.227, + 805.362, 823.25, 836.229, 856.815, 863.545, 870.559, 887.242, 893.953, + 895.992, 906.223, 914.906, 918.654, 920.857, 923.162, 925.709, 928.144, + 930.624, 933.128, 935.626, 952.624, 956.523, 958.836, 961.057, 992.653, + 1004.626, 1014.972, 1171.05, 1185.53, 1212.842, 1240.606, 1291.255, + 1343.082, 1452.248, 1457.16, 1462.056, 1552.076, 1562.906, 1611.705, + 1649.503, 1703.818, 1722.579, 1725.514, 1756.33, 1761.354, 1848.718 + ] }, { "vendor": 0, @@ -19681,8 +22815,13 @@ [-73.98662, 40.72579], [-73.98617, 40.7264], [-73.9845, 40.7257], - [-73.98491, 40.72514]], - "timestamps": [ 532, 547.538, 562.064, 570.575, 578.865, 597.9, 601.856, 644.507, 646.953, 718.425, 720.347, 735.259, 738.032, 825.471, 836.185, 868.07, 878.629, 902.504, 914] + [-73.98491, 40.72514] + ], + "timestamps": [ + 532, 547.538, 562.064, 570.575, 578.865, 597.9, 601.856, 644.507, 646.953, + 718.425, 720.347, 735.259, 738.032, 825.471, 836.185, 868.07, 878.629, + 902.504, 914 + ] }, { "vendor": 0, @@ -19698,8 +22837,12 @@ [-73.9885, 40.58502], [-73.98871, 40.58508], [-73.98898, 40.58518], - [-73.98987, 40.58565]], - "timestamps": [ 1669, 1670.555, 1670.642, 1712.863, 1755.385, 1775.793, 1787.294, 1788.568, 1790.335, 1792.66, 1795.774, 1807.01] + [-73.98987, 40.58565] + ], + "timestamps": [ + 1669, 1670.555, 1670.642, 1712.863, 1755.385, 1775.793, 1787.294, + 1788.568, 1790.335, 1792.66, 1795.774, 1807.01 + ] }, { "vendor": 0, @@ -19752,8 +22895,17 @@ [-73.98909, 40.69215], [-73.98938, 40.69102], [-73.98999, 40.69011], - [-73.99024, 40.68975]], - "timestamps": [ 564, 587.247, 608.833, 670.272, 680.235, 749.243, 769.11, 807.336, 828.019, 830.477, 911.578, 953.102, 998.69, 1072.353, 1075.434, 1100.254, 1111.965, 1157.205, 1186.688, 1211.202, 1223.219, 1304.296, 1309.565, 1337.009, 1339.454, 1340.862, 1341.825, 1363.382, 1367.682, 1503.313, 1513.372, 1526.482, 1529.179, 1537.624, 1540.936, 1543.293, 1545.85, 1547.26, 1553.659, 1556.98, 1560.301, 1616.874, 1723.103, 1745.689, 1750.269, 1754.579, 1775.334, 1793.738, 1801.073] + [-73.99024, 40.68975] + ], + "timestamps": [ + 564, 587.247, 608.833, 670.272, 680.235, 749.243, 769.11, 807.336, + 828.019, 830.477, 911.578, 953.102, 998.69, 1072.353, 1075.434, 1100.254, + 1111.965, 1157.205, 1186.688, 1211.202, 1223.219, 1304.296, 1309.565, + 1337.009, 1339.454, 1340.862, 1341.825, 1363.382, 1367.682, 1503.313, + 1513.372, 1526.482, 1529.179, 1537.624, 1540.936, 1543.293, 1545.85, + 1547.26, 1553.659, 1556.98, 1560.301, 1616.874, 1723.103, 1745.689, + 1750.269, 1754.579, 1775.334, 1793.738, 1801.073 + ] }, { "vendor": 0, @@ -20052,8 +23204,51 @@ [-73.86427, 40.6524], [-73.86233, 40.6535], [-73.86134, 40.6541], - [-73.85929, 40.65541]], - "timestamps": [ 465, 522.959, 606.052, 632.899, 635.657, 636.779, 639.69, 641.202, 652.184, 653.842, 655.407, 660.152, 662.549, 666.452, 667.835, 668.948, 669.869, 670.8, 674.374, 675.253, 676.6, 679.867, 684.436, 687.96, 690.706, 692.889, 695.044, 698.943, 700.056, 703.004, 704.772, 706.202, 707.525, 717.806, 732.367, 742.29, 753.12, 757.454, 760.132, 764.816, 767.937, 774.465, 782.008, 788.412, 791.564, 796.345, 801.68, 806.739, 817.984, 825.662, 827.827, 830.028, 832.109, 834.185, 836.547, 838.465, 841.92, 843.698, 845.486, 849.13, 851.277, 853.573, 857.748, 859.6, 863.278, 869.367, 872.487, 874.174, 878.188, 880.865, 885.422, 888.114, 893.118, 893.874, 895.889, 897.184, 898.393, 900.671, 903.781, 906.027, 915.156, 917.325, 919.387, 921.384, 923.608, 925.691, 928.015, 941.655, 946.393, 958.931, 961.049, 965.098, 969.282, 973.46, 977.689, 998.883, 1000.998, 1003.858, 1005.894, 1007.415, 1015.316, 1017.396, 1019.52, 1021.259, 1023.377, 1025.463, 1027.609, 1029.678, 1031.579, 1033.824, 1038.068, 1040.24, 1046.588, 1050.783, 1052.781, 1057.976, 1059.735, 1067.704, 1072.604, 1075.178, 1076.844, 1080.068, 1083.134, 1086.412, 1089.699, 1092.414, 1094.906, 1097.232, 1101.383, 1107.611, 1113.957, 1118.939, 1126.289, 1128.441, 1132.454, 1136.308, 1138.256, 1142.272, 1146.398, 1153.59, 1157.893, 1160.034, 1166.485, 1169.943, 1179.584, 1188.12, 1192.447, 1203.325, 1206.358, 1208.844, 1212.779, 1214.912, 1217.156, 1219.629, 1221.887, 1226.141, 1228.873, 1230.738, 1233.341, 1237.164, 1239.072, 1242.634, 1250.593, 1258.807, 1261.188, 1264.827, 1272.976, 1279.008, 1284.278, 1285.959, 1290.885, 1295.194, 1298.867, 1301.027, 1303.033, 1308.331, 1320.803, 1326.468, 1328.622, 1330.786, 1332.927, 1335.095, 1337.241, 1341.556, 1343.653, 1347.955, 1352.261, 1354.402, 1358.677, 1360.837, 1363.036, 1365.177, 1367.292, 1369.46, 1371.552, 1375.037, 1377.071, 1386.937, 1388.881, 1390.549, 1392.252, 1394.084, 1397.588, 1399.357, 1403.07, 1404.784, 1406.318, 1407.968, 1409.492, 1411.152, 1412.739, 1417.577, 1419.521, 1421.216, 1426.797, 1428.538, 1430.27, 1432.058, 1433.878, 1437.333, 1439.091, 1440.83, 1444.405, 1446.694, 1448.436, 1451.921, 1455.498, 1457.19, 1460.778, 1464.254, 1469.145, 1472.962, 1476.713, 1480.536, 1482.523, 1486.527, 1490.166, 1491.849, 1493.791, 1497.422, 1498.849, 1500.103, 1508.264, 1510.65, 1515.621, 1526.528, 1530.94, 1535.252, 1545.147, 1550.595, 1555.289, 1559.576, 1565.843, 1571.291, 1576.352, 1579.713, 1583.396, 1588.163, 1592.124, 1593.951, 1598.239, 1602.05, 1605.237, 1607.752, 1609.723, 1612.357, 1635.163, 1650.002, 1654.862, 1657.946, 1660.931, 1665.56, 1670.68, 1672.747, 1676.985, 1681.136, 1687.307, 1691.268, 1712.36, 1716.401, 1722.66, 1727.262, 1729.783, 1732.183, 1735.846, 1739.506, 1743.118, 1746.939, 1749.112, 1753.674, 1755.952, 1778.609, 1787.267, 1791.797, 1801.379] + [-73.85929, 40.65541] + ], + "timestamps": [ + 465, 522.959, 606.052, 632.899, 635.657, 636.779, 639.69, 641.202, + 652.184, 653.842, 655.407, 660.152, 662.549, 666.452, 667.835, 668.948, + 669.869, 670.8, 674.374, 675.253, 676.6, 679.867, 684.436, 687.96, + 690.706, 692.889, 695.044, 698.943, 700.056, 703.004, 704.772, 706.202, + 707.525, 717.806, 732.367, 742.29, 753.12, 757.454, 760.132, 764.816, + 767.937, 774.465, 782.008, 788.412, 791.564, 796.345, 801.68, 806.739, + 817.984, 825.662, 827.827, 830.028, 832.109, 834.185, 836.547, 838.465, + 841.92, 843.698, 845.486, 849.13, 851.277, 853.573, 857.748, 859.6, + 863.278, 869.367, 872.487, 874.174, 878.188, 880.865, 885.422, 888.114, + 893.118, 893.874, 895.889, 897.184, 898.393, 900.671, 903.781, 906.027, + 915.156, 917.325, 919.387, 921.384, 923.608, 925.691, 928.015, 941.655, + 946.393, 958.931, 961.049, 965.098, 969.282, 973.46, 977.689, 998.883, + 1000.998, 1003.858, 1005.894, 1007.415, 1015.316, 1017.396, 1019.52, + 1021.259, 1023.377, 1025.463, 1027.609, 1029.678, 1031.579, 1033.824, + 1038.068, 1040.24, 1046.588, 1050.783, 1052.781, 1057.976, 1059.735, + 1067.704, 1072.604, 1075.178, 1076.844, 1080.068, 1083.134, 1086.412, + 1089.699, 1092.414, 1094.906, 1097.232, 1101.383, 1107.611, 1113.957, + 1118.939, 1126.289, 1128.441, 1132.454, 1136.308, 1138.256, 1142.272, + 1146.398, 1153.59, 1157.893, 1160.034, 1166.485, 1169.943, 1179.584, + 1188.12, 1192.447, 1203.325, 1206.358, 1208.844, 1212.779, 1214.912, + 1217.156, 1219.629, 1221.887, 1226.141, 1228.873, 1230.738, 1233.341, + 1237.164, 1239.072, 1242.634, 1250.593, 1258.807, 1261.188, 1264.827, + 1272.976, 1279.008, 1284.278, 1285.959, 1290.885, 1295.194, 1298.867, + 1301.027, 1303.033, 1308.331, 1320.803, 1326.468, 1328.622, 1330.786, + 1332.927, 1335.095, 1337.241, 1341.556, 1343.653, 1347.955, 1352.261, + 1354.402, 1358.677, 1360.837, 1363.036, 1365.177, 1367.292, 1369.46, + 1371.552, 1375.037, 1377.071, 1386.937, 1388.881, 1390.549, 1392.252, + 1394.084, 1397.588, 1399.357, 1403.07, 1404.784, 1406.318, 1407.968, + 1409.492, 1411.152, 1412.739, 1417.577, 1419.521, 1421.216, 1426.797, + 1428.538, 1430.27, 1432.058, 1433.878, 1437.333, 1439.091, 1440.83, + 1444.405, 1446.694, 1448.436, 1451.921, 1455.498, 1457.19, 1460.778, + 1464.254, 1469.145, 1472.962, 1476.713, 1480.536, 1482.523, 1486.527, + 1490.166, 1491.849, 1493.791, 1497.422, 1498.849, 1500.103, 1508.264, + 1510.65, 1515.621, 1526.528, 1530.94, 1535.252, 1545.147, 1550.595, + 1555.289, 1559.576, 1565.843, 1571.291, 1576.352, 1579.713, 1583.396, + 1588.163, 1592.124, 1593.951, 1598.239, 1602.05, 1605.237, 1607.752, + 1609.723, 1612.357, 1635.163, 1650.002, 1654.862, 1657.946, 1660.931, + 1665.56, 1670.68, 1672.747, 1676.985, 1681.136, 1687.307, 1691.268, + 1712.36, 1716.401, 1722.66, 1727.262, 1729.783, 1732.183, 1735.846, + 1739.506, 1743.118, 1746.939, 1749.112, 1753.674, 1755.952, 1778.609, + 1787.267, 1791.797, 1801.379 + ] }, { "vendor": 1, @@ -20092,8 +23287,15 @@ [-73.985, 40.69983], [-73.98427, 40.69976], [-73.98353, 40.69974], - [-73.98294, 40.69973]], - "timestamps": [ 1521, 1547.335, 1613.534, 1617.049, 1630.849, 1639.384, 1642.144, 1644.13, 1645.004, 1645.502, 1646.167, 1649.154, 1652.148, 1652.751, 1653.817, 1735.08, 1736.753, 1741.428, 1743.086, 1743.949, 1745.305, 1746.451, 1747.503, 1748.564, 1749.516, 1751.187, 1753.239, 1766.892, 1767.891, 1769.725, 1781.523, 1786.411, 1792.976, 1799.582, 1804.848] + [-73.98294, 40.69973] + ], + "timestamps": [ + 1521, 1547.335, 1613.534, 1617.049, 1630.849, 1639.384, 1642.144, 1644.13, + 1645.004, 1645.502, 1646.167, 1649.154, 1652.148, 1652.751, 1653.817, + 1735.08, 1736.753, 1741.428, 1743.086, 1743.949, 1745.305, 1746.451, + 1747.503, 1748.564, 1749.516, 1751.187, 1753.239, 1766.892, 1767.891, + 1769.725, 1781.523, 1786.411, 1792.976, 1799.582, 1804.848 + ] }, { "vendor": 0, @@ -20143,8 +23345,17 @@ [-73.9725, 40.73015], [-73.97324, 40.73077], [-73.97354, 40.73111], - [-73.97368, 40.73131]], - "timestamps": [ 1561, 1563.681, 1565.155, 1569.31, 1594.85, 1605.874, 1609.682, 1654.578, 1664.044, 1666.55, 1682.048, 1685.65, 1689.744, 1691.151, 1692.611, 1694.377, 1697.017, 1697.929, 1699.554, 1701.554, 1702.847, 1718.475, 1725.014, 1728.977, 1732.183, 1733.8, 1737.258, 1748.044, 1751.804, 1753.404, 1755.901, 1770.137, 1771.657, 1774.828, 1776.757, 1784.007, 1785.652, 1787.11, 1788.261, 1789.594, 1791.026, 1792.479, 1793.777, 1797.821, 1799.8, 1800.895] + [-73.97368, 40.73131] + ], + "timestamps": [ + 1561, 1563.681, 1565.155, 1569.31, 1594.85, 1605.874, 1609.682, 1654.578, + 1664.044, 1666.55, 1682.048, 1685.65, 1689.744, 1691.151, 1692.611, + 1694.377, 1697.017, 1697.929, 1699.554, 1701.554, 1702.847, 1718.475, + 1725.014, 1728.977, 1732.183, 1733.8, 1737.258, 1748.044, 1751.804, + 1753.404, 1755.901, 1770.137, 1771.657, 1774.828, 1776.757, 1784.007, + 1785.652, 1787.11, 1788.261, 1789.594, 1791.026, 1792.479, 1793.777, + 1797.821, 1799.8, 1800.895 + ] }, { "vendor": 1, @@ -20200,8 +23411,17 @@ [-73.96079, 40.71697], [-73.96019, 40.71752], [-73.95891, 40.71672], - [-73.95884, 40.71678]], - "timestamps": [ 511, 547.212, 583.809, 623.782, 648.364, 650.907, 654.906, 661.863, 667.014, 671.884, 706.981, 749.727, 753.697, 756.45, 822.269, 836.5, 850.294, 863.625, 867.276, 902.834, 916.447, 975.023, 982.444, 986.413, 989.865, 1028.123, 1032.844, 1038.215, 1048.671, 1053.5, 1106.951, 1117.743, 1119.171, 1124.95, 1130.592, 1132.834, 1150.244, 1153.434, 1175.908, 1196.263, 1219.105, 1226.577, 1245.574, 1309.078, 1324.61, 1411.329, 1450.976, 1467.628, 1517.628, 1537.467, 1593.144, 1596] + [-73.95884, 40.71678] + ], + "timestamps": [ + 511, 547.212, 583.809, 623.782, 648.364, 650.907, 654.906, 661.863, + 667.014, 671.884, 706.981, 749.727, 753.697, 756.45, 822.269, 836.5, + 850.294, 863.625, 867.276, 902.834, 916.447, 975.023, 982.444, 986.413, + 989.865, 1028.123, 1032.844, 1038.215, 1048.671, 1053.5, 1106.951, + 1117.743, 1119.171, 1124.95, 1130.592, 1132.834, 1150.244, 1153.434, + 1175.908, 1196.263, 1219.105, 1226.577, 1245.574, 1309.078, 1324.61, + 1411.329, 1450.976, 1467.628, 1517.628, 1537.467, 1593.144, 1596 + ] }, { "vendor": 0, @@ -20259,8 +23479,18 @@ [-73.988, 40.67507], [-73.98576, 40.674], [-73.98564, 40.67394], - [-73.98538, 40.67426]], - "timestamps": [ 890, 907.219, 937.947, 1068.542, 1072.201, 1113.74, 1165.457, 1184.518, 1201.739, 1212.71, 1220.221, 1233.686, 1245.486, 1251.482, 1261.555, 1267.462, 1274.166, 1275.714, 1282.69, 1289.218, 1291.163, 1292.764, 1296.465, 1300.753, 1309.379, 1316.389, 1318.566, 1322.048, 1326.026, 1327.608, 1331.128, 1335.129, 1338.33, 1341.677, 1342.995, 1352.176, 1353.495, 1363.219, 1376.31, 1378.327, 1380.069, 1382.324, 1392.14, 1398.246, 1616.792, 1658.763, 1674.716, 1690.434, 1711.665, 1741.338, 1743.471, 1795.013, 1797.812, 1809] + [-73.98538, 40.67426] + ], + "timestamps": [ + 890, 907.219, 937.947, 1068.542, 1072.201, 1113.74, 1165.457, 1184.518, + 1201.739, 1212.71, 1220.221, 1233.686, 1245.486, 1251.482, 1261.555, + 1267.462, 1274.166, 1275.714, 1282.69, 1289.218, 1291.163, 1292.764, + 1296.465, 1300.753, 1309.379, 1316.389, 1318.566, 1322.048, 1326.026, + 1327.608, 1331.128, 1335.129, 1338.33, 1341.677, 1342.995, 1352.176, + 1353.495, 1363.219, 1376.31, 1378.327, 1380.069, 1382.324, 1392.14, + 1398.246, 1616.792, 1658.763, 1674.716, 1690.434, 1711.665, 1741.338, + 1743.471, 1795.013, 1797.812, 1809 + ] }, { "vendor": 0, @@ -20347,8 +23577,21 @@ [-74.00679, 40.71978], [-74.00858, 40.71996], [-74.00846, 40.72064], - [-74.00845, 40.7207]], - "timestamps": [ 569, 592.568, 678.538, 722.886, 745.068, 760.08, 767.25, 787.518, 789.431, 793.111, 796.319, 800.522, 802.722, 804.764, 809.662, 811.489, 813.695, 851.608, 865.339, 880.026, 887.469, 889.643, 901.043, 906.224, 908.561, 909.704, 911.991, 914.405, 915.674, 918.358, 920.484, 922.279, 924.063, 926.905, 984.47, 992.171, 1000.588, 1003.022, 1004.535, 1006.035, 1008.428, 1009.308, 1009.863, 1011.954, 1014.184, 1015.855, 1018.194, 1020.021, 1021.629, 1022.488, 1023.953, 1025.48, 1027.45, 1031.025, 1034.59, 1037.396, 1040.966, 1047.295, 1051.619, 1059.795, 1073.192, 1085.434, 1118.185, 1127.704, 1151.272, 1172.068, 1179, 1336.824, 1341.204, 1349.731, 1352.142, 1354.635, 1410.422, 1414.833, 1564.59, 1598.523, 1608.772, 1624.454, 1648.941, 1661.454, 1709.977, 1726.539, 1728] + [-74.00845, 40.7207] + ], + "timestamps": [ + 569, 592.568, 678.538, 722.886, 745.068, 760.08, 767.25, 787.518, 789.431, + 793.111, 796.319, 800.522, 802.722, 804.764, 809.662, 811.489, 813.695, + 851.608, 865.339, 880.026, 887.469, 889.643, 901.043, 906.224, 908.561, + 909.704, 911.991, 914.405, 915.674, 918.358, 920.484, 922.279, 924.063, + 926.905, 984.47, 992.171, 1000.588, 1003.022, 1004.535, 1006.035, + 1008.428, 1009.308, 1009.863, 1011.954, 1014.184, 1015.855, 1018.194, + 1020.021, 1021.629, 1022.488, 1023.953, 1025.48, 1027.45, 1031.025, + 1034.59, 1037.396, 1040.966, 1047.295, 1051.619, 1059.795, 1073.192, + 1085.434, 1118.185, 1127.704, 1151.272, 1172.068, 1179, 1336.824, + 1341.204, 1349.731, 1352.142, 1354.635, 1410.422, 1414.833, 1564.59, + 1598.523, 1608.772, 1624.454, 1648.941, 1661.454, 1709.977, 1726.539, 1728 + ] }, { "vendor": 0, @@ -20356,8 +23599,9 @@ [-73.94929, 40.80521], [-73.94562, 40.80366], [-73.94459, 40.80322], - [-73.93577, 40.79952]], - "timestamps": [ 1448, 1556.244, 1586.706, 1836.667] + [-73.93577, 40.79952] + ], + "timestamps": [1448, 1556.244, 1586.706, 1836.667] }, { "vendor": 0, @@ -20470,8 +23714,24 @@ [-73.98523, 40.68227], [-73.98327, 40.68152], [-73.98371, 40.68087], - [-73.98456, 40.68121]], - "timestamps": [ 115, 165.583, 166.502, 182.463, 221.437, 259.106, 268.042, 270.978, 274.336, 276.826, 279.831, 286.634, 289.297, 291.949, 293.43, 294.521, 296.479, 300.896, 304.918, 310.109, 312.81, 321.615, 324.375, 331.774, 345.42, 355.876, 360.494, 364.893, 369.001, 390.97, 395.848, 399.519, 403.477, 408.678, 413.709, 420.288, 451.401, 452.326, 454.6, 457.925, 462.137, 465.326, 466.809, 469.844, 472.344, 474.808, 505.99, 529.998, 536.506, 561.16, 568.666, 582.934, 586.289, 591.427, 595.96, 602.938, 604.244, 606.133, 610.833, 613.241, 615.513, 617.6, 622.324, 632.472, 650.152, 652.155, 654.674, 660.164, 661.046, 661.833, 663.174, 664.361, 664.98, 665.776, 666.786, 667.963, 669.225, 673.444, 674.166, 794.358, 803.272, 814.89, 817.28, 824.763, 827.699, 829.787, 832.053, 833.303, 838.973, 841.916, 844.859, 894.992, 989.13, 1009.145, 1013.204, 1017.024, 1044.908, 1079.489, 1112.057, 1128.857, 1213.159, 1263.129, 1312.793, 1327.873, 1358.045, 1373.125, 1429.041, 1440.813, 1457] + [-73.98456, 40.68121] + ], + "timestamps": [ + 115, 165.583, 166.502, 182.463, 221.437, 259.106, 268.042, 270.978, + 274.336, 276.826, 279.831, 286.634, 289.297, 291.949, 293.43, 294.521, + 296.479, 300.896, 304.918, 310.109, 312.81, 321.615, 324.375, 331.774, + 345.42, 355.876, 360.494, 364.893, 369.001, 390.97, 395.848, 399.519, + 403.477, 408.678, 413.709, 420.288, 451.401, 452.326, 454.6, 457.925, + 462.137, 465.326, 466.809, 469.844, 472.344, 474.808, 505.99, 529.998, + 536.506, 561.16, 568.666, 582.934, 586.289, 591.427, 595.96, 602.938, + 604.244, 606.133, 610.833, 613.241, 615.513, 617.6, 622.324, 632.472, + 650.152, 652.155, 654.674, 660.164, 661.046, 661.833, 663.174, 664.361, + 664.98, 665.776, 666.786, 667.963, 669.225, 673.444, 674.166, 794.358, + 803.272, 814.89, 817.28, 824.763, 827.699, 829.787, 832.053, 833.303, + 838.973, 841.916, 844.859, 894.992, 989.13, 1009.145, 1013.204, 1017.024, + 1044.908, 1079.489, 1112.057, 1128.857, 1213.159, 1263.129, 1312.793, + 1327.873, 1358.045, 1373.125, 1429.041, 1440.813, 1457 + ] }, { "vendor": 0, @@ -20531,8 +23791,18 @@ [-74.01275, 40.71711], [-74.01201, 40.72042], [-74.01176, 40.72164], - [-74.00917, 40.7214]], - "timestamps": [ 914, 915.563, 931.202, 980.924, 982.81, 1050.661, 1084.411, 1092.876, 1097.152, 1101.663, 1107.184, 1133.637, 1143.888, 1150.143, 1154.148, 1161.797, 1166.656, 1232.587, 1237.119, 1241.873, 1333.831, 1336.527, 1341.571, 1351.217, 1353.934, 1359.182, 1363.624, 1368.111, 1370.246, 1375.34, 1388.287, 1395.692, 1404.315, 1408.954, 1414.481, 1418.172, 1421.141, 1424.871, 1427.454, 1430.482, 1433.676, 1434.767, 1438.211, 1441.023, 1459.255, 1488.48, 1490.743, 1498.261, 1504.058, 1521.679, 1555.202, 1598.21, 1654.054, 1728.121, 1755.36, 1821.703] + [-74.00917, 40.7214] + ], + "timestamps": [ + 914, 915.563, 931.202, 980.924, 982.81, 1050.661, 1084.411, 1092.876, + 1097.152, 1101.663, 1107.184, 1133.637, 1143.888, 1150.143, 1154.148, + 1161.797, 1166.656, 1232.587, 1237.119, 1241.873, 1333.831, 1336.527, + 1341.571, 1351.217, 1353.934, 1359.182, 1363.624, 1368.111, 1370.246, + 1375.34, 1388.287, 1395.692, 1404.315, 1408.954, 1414.481, 1418.172, + 1421.141, 1424.871, 1427.454, 1430.482, 1433.676, 1434.767, 1438.211, + 1441.023, 1459.255, 1488.48, 1490.743, 1498.261, 1504.058, 1521.679, + 1555.202, 1598.21, 1654.054, 1728.121, 1755.36, 1821.703 + ] }, { "vendor": 0, @@ -20542,8 +23812,9 @@ [-73.96577, 40.69762], [-73.96536, 40.69762], [-73.96487, 40.69771], - [-73.96283, 40.69803]], - "timestamps": [ 1642, 1660.813, 1771.747, 1780.827, 1791.993, 1838.128] + [-73.96283, 40.69803] + ], + "timestamps": [1642, 1660.813, 1771.747, 1780.827, 1791.993, 1838.128] }, { "vendor": 0, @@ -20552,8 +23823,9 @@ [-73.9863, 40.72221], [-73.98626, 40.72228], [-73.9862, 40.72237], - [-73.98575, 40.723]], - "timestamps": [ 1633, 1756.61, 1760.394, 1766.636, 1810.977] + [-73.98575, 40.723] + ], + "timestamps": [1633, 1756.61, 1760.394, 1766.636, 1810.977] }, { "vendor": 1, @@ -20686,8 +23958,28 @@ [-73.93748, 40.72409], [-73.93702, 40.72428], [-73.93664, 40.72439], - [-73.93227, 40.72556]], - "timestamps": [ 330, 360.5, 427.323, 443.921, 460.344, 470.405, 480.33, 496.169, 510.744, 522.04, 565.317, 568.095, 575.807, 584.553, 588.177, 591.324, 606.893, 610.483, 613.441, 615.845, 618.071, 625.118, 647.881, 649.378, 651.243, 653.46, 655.043, 665.545, 668.217, 670.312, 673.05, 677.087, 685.042, 688.881, 693.219, 695.034, 695.989, 696.901, 699.501, 706.2, 709.736, 730.389, 740.15, 749.2, 755.52, 773.885, 780.562, 784.185, 787.187, 789.872, 792.698, 796.055, 909.246, 912.022, 915.305, 918.088, 921.692, 924.047, 940.807, 945.973, 948.519, 952, 961.176, 968.073, 981.703, 1028.743, 1036.406, 1044.665, 1049.934, 1053.849, 1056.73, 1064.433, 1068.125, 1071.488, 1075.911, 1083.902, 1089.433, 1101.94, 1120.472, 1125.547, 1129.778, 1133.564, 1134.842, 1138.758, 1141.846, 1145.672, 1167.726, 1188.087, 1193.743, 1199.825, 1203.323, 1206.647, 1210.224, 1215.508, 1221.659, 1239.776, 1337.958, 1340.862, 1347.16, 1350.996, 1353.939, 1357.871, 1362.101, 1366.161, 1372.241, 1399.308, 1403.183, 1416.704, 1420.416, 1463.14, 1516.491, 1560.625, 1569.431, 1573.585, 1588.738, 1605.604, 1614.534, 1623.163, 1649.482, 1688.988, 1709.747, 1713.667, 1730.745, 1735.151, 1758.569, 1761.511, 1766.105, 1769.672, 1810.315] + [-73.93227, 40.72556] + ], + "timestamps": [ + 330, 360.5, 427.323, 443.921, 460.344, 470.405, 480.33, 496.169, 510.744, + 522.04, 565.317, 568.095, 575.807, 584.553, 588.177, 591.324, 606.893, + 610.483, 613.441, 615.845, 618.071, 625.118, 647.881, 649.378, 651.243, + 653.46, 655.043, 665.545, 668.217, 670.312, 673.05, 677.087, 685.042, + 688.881, 693.219, 695.034, 695.989, 696.901, 699.501, 706.2, 709.736, + 730.389, 740.15, 749.2, 755.52, 773.885, 780.562, 784.185, 787.187, + 789.872, 792.698, 796.055, 909.246, 912.022, 915.305, 918.088, 921.692, + 924.047, 940.807, 945.973, 948.519, 952, 961.176, 968.073, 981.703, + 1028.743, 1036.406, 1044.665, 1049.934, 1053.849, 1056.73, 1064.433, + 1068.125, 1071.488, 1075.911, 1083.902, 1089.433, 1101.94, 1120.472, + 1125.547, 1129.778, 1133.564, 1134.842, 1138.758, 1141.846, 1145.672, + 1167.726, 1188.087, 1193.743, 1199.825, 1203.323, 1206.647, 1210.224, + 1215.508, 1221.659, 1239.776, 1337.958, 1340.862, 1347.16, 1350.996, + 1353.939, 1357.871, 1362.101, 1366.161, 1372.241, 1399.308, 1403.183, + 1416.704, 1420.416, 1463.14, 1516.491, 1560.625, 1569.431, 1573.585, + 1588.738, 1605.604, 1614.534, 1623.163, 1649.482, 1688.988, 1709.747, + 1713.667, 1730.745, 1735.151, 1758.569, 1761.511, 1766.105, 1769.672, + 1810.315 + ] }, { "vendor": 0, @@ -20910,8 +24202,40 @@ [-73.87951, 40.72898], [-73.87898, 40.72918], [-73.87723, 40.72989], - [-73.87675, 40.73007]], - "timestamps": [ 120, 125.837, 128.725, 146.2, 169.465, 181.088, 191.547, 196.495, 200.47, 214.233, 217.661, 219.359, 222.367, 225.649, 248.374, 250.251, 252.686, 255.637, 258.415, 261.462, 264.19, 266.145, 268.881, 273.269, 276.491, 299.064, 299.741, 302.324, 304.762, 312.182, 325.69, 357.723, 373, 377.928, 387.137, 395.77, 399.558, 402.782, 405.283, 407.864, 427.548, 435.966, 463.546, 492.697, 504.72, 525.649, 528.313, 531.077, 534.421, 539.421, 541.148, 544.225, 548.011, 550.46, 580.052, 592.433, 599.936, 606.007, 609.069, 615.617, 636.04, 643.161, 646.19, 650.917, 677.873, 680.752, 683.777, 686.757, 690.41, 701.102, 704.138, 707.252, 710.015, 712.194, 714.717, 717.428, 720.181, 722.637, 730.295, 732.323, 736.116, 739.925, 772.424, 775.78, 778.725, 782.3, 785.954, 790.741, 793.595, 798.83, 819.14, 823.671, 831.949, 845.061, 858.507, 872.406, 881.488, 890.2, 898.171, 906.632, 909.159, 920.984, 968.6, 973.336, 996.807, 1001.257, 1022.246, 1041.394, 1043.648, 1045.561, 1046.331, 1049.168, 1050.245, 1052.427, 1054.299, 1055.656, 1057.494, 1058.844, 1062.335, 1064.806, 1068.259, 1071.18, 1084.5, 1088.559, 1093.097, 1095.887, 1099.246, 1101.962, 1105.094, 1108.878, 1115.3, 1119.411, 1125.285, 1215.124, 1220.925, 1226.661, 1245.985, 1257.214, 1261.937, 1269.997, 1280.546, 1282.258, 1285.248, 1293.212, 1295.569, 1298.485, 1299.963, 1312.493, 1327.317, 1330.132, 1333.131, 1336.43, 1364.121, 1368.061, 1371.533, 1374.584, 1381.508, 1385.524, 1391.675, 1395.488, 1405.194, 1431.677, 1456.349, 1459.732, 1463.288, 1466.495, 1470.284, 1474.391, 1477.018, 1479.496, 1482.486, 1501.428, 1504.935, 1508.624, 1512.463, 1516.017, 1519.639, 1546.301, 1561.866, 1565.513, 1569.039, 1572.593, 1576.179, 1596.241, 1599.018, 1603.667, 1607.73, 1611.671, 1615.76, 1619.703, 1623.657, 1635.173, 1637.508, 1644.519, 1680.697, 1684.63, 1687.423, 1691.121, 1694.732, 1698.42, 1702.45, 1706.222, 1709.528, 1713.119, 1728.723, 1732.162, 1734.504, 1738.691, 1742.988, 1746.142, 1751.279, 1768.855, 1772.553, 1776.118, 1779.951, 1783.624, 1787.376, 1799.953, 1803.346] + [-73.87675, 40.73007] + ], + "timestamps": [ + 120, 125.837, 128.725, 146.2, 169.465, 181.088, 191.547, 196.495, 200.47, + 214.233, 217.661, 219.359, 222.367, 225.649, 248.374, 250.251, 252.686, + 255.637, 258.415, 261.462, 264.19, 266.145, 268.881, 273.269, 276.491, + 299.064, 299.741, 302.324, 304.762, 312.182, 325.69, 357.723, 373, + 377.928, 387.137, 395.77, 399.558, 402.782, 405.283, 407.864, 427.548, + 435.966, 463.546, 492.697, 504.72, 525.649, 528.313, 531.077, 534.421, + 539.421, 541.148, 544.225, 548.011, 550.46, 580.052, 592.433, 599.936, + 606.007, 609.069, 615.617, 636.04, 643.161, 646.19, 650.917, 677.873, + 680.752, 683.777, 686.757, 690.41, 701.102, 704.138, 707.252, 710.015, + 712.194, 714.717, 717.428, 720.181, 722.637, 730.295, 732.323, 736.116, + 739.925, 772.424, 775.78, 778.725, 782.3, 785.954, 790.741, 793.595, + 798.83, 819.14, 823.671, 831.949, 845.061, 858.507, 872.406, 881.488, + 890.2, 898.171, 906.632, 909.159, 920.984, 968.6, 973.336, 996.807, + 1001.257, 1022.246, 1041.394, 1043.648, 1045.561, 1046.331, 1049.168, + 1050.245, 1052.427, 1054.299, 1055.656, 1057.494, 1058.844, 1062.335, + 1064.806, 1068.259, 1071.18, 1084.5, 1088.559, 1093.097, 1095.887, + 1099.246, 1101.962, 1105.094, 1108.878, 1115.3, 1119.411, 1125.285, + 1215.124, 1220.925, 1226.661, 1245.985, 1257.214, 1261.937, 1269.997, + 1280.546, 1282.258, 1285.248, 1293.212, 1295.569, 1298.485, 1299.963, + 1312.493, 1327.317, 1330.132, 1333.131, 1336.43, 1364.121, 1368.061, + 1371.533, 1374.584, 1381.508, 1385.524, 1391.675, 1395.488, 1405.194, + 1431.677, 1456.349, 1459.732, 1463.288, 1466.495, 1470.284, 1474.391, + 1477.018, 1479.496, 1482.486, 1501.428, 1504.935, 1508.624, 1512.463, + 1516.017, 1519.639, 1546.301, 1561.866, 1565.513, 1569.039, 1572.593, + 1576.179, 1596.241, 1599.018, 1603.667, 1607.73, 1611.671, 1615.76, + 1619.703, 1623.657, 1635.173, 1637.508, 1644.519, 1680.697, 1684.63, + 1687.423, 1691.121, 1694.732, 1698.42, 1702.45, 1706.222, 1709.528, + 1713.119, 1728.723, 1732.162, 1734.504, 1738.691, 1742.988, 1746.142, + 1751.279, 1768.855, 1772.553, 1776.118, 1779.951, 1783.624, 1787.376, + 1799.953, 1803.346 + ] }, { "vendor": 0, @@ -20931,8 +24255,12 @@ [-73.99873, 40.67649], [-74.00071, 40.67704], [-74.0004, 40.67768], - [-74.00039, 40.6777]], - "timestamps": [ 981, 982.739, 1003.025, 1024.475, 1071.081, 1107.948, 1218.599, 1273.965, 1292.284, 1348.496, 1401.842, 1538.397, 1553.136, 1634.87, 1653.418, 1654] + [-74.00039, 40.6777] + ], + "timestamps": [ + 981, 982.739, 1003.025, 1024.475, 1071.081, 1107.948, 1218.599, 1273.965, + 1292.284, 1348.496, 1401.842, 1538.397, 1553.136, 1634.87, 1653.418, 1654 + ] }, { "vendor": 1, @@ -20952,8 +24280,12 @@ [-73.9972, 40.68874], [-73.99733, 40.68848], [-73.99549, 40.68788], - [-73.99537, 40.68812]], - "timestamps": [ 844, 959.869, 965.928, 994.546, 1217.028, 1242.687, 1270.688, 1276.141, 1290.034, 1293.559, 1323.482, 1351.62, 1377.369, 1382.31, 1402.217, 1413] + [-73.99537, 40.68812] + ], + "timestamps": [ + 844, 959.869, 965.928, 994.546, 1217.028, 1242.687, 1270.688, 1276.141, + 1290.034, 1293.559, 1323.482, 1351.62, 1377.369, 1382.31, 1402.217, 1413 + ] }, { "vendor": 0, @@ -20980,8 +24312,13 @@ [-74.00454, 40.72131], [-74.00461, 40.72136], [-74.00454, 40.72146], - [-74.004, 40.7221]], - "timestamps": [ 197, 206.291, 320.893, 336.367, 348.101, 353.623, 355.222, 357.604, 359.992, 365.196, 399.695, 402.733, 428.262, 470.426, 569.918, 572.547, 597.552, 691.158, 702.706, 754.443, 755.799, 759.586, 785] + [-74.004, 40.7221] + ], + "timestamps": [ + 197, 206.291, 320.893, 336.367, 348.101, 353.623, 355.222, 357.604, + 359.992, 365.196, 399.695, 402.733, 428.262, 470.426, 569.918, 572.547, + 597.552, 691.158, 702.706, 754.443, 755.799, 759.586, 785 + ] }, { "vendor": 0, @@ -21134,8 +24471,31 @@ [-74.01306, 40.7078], [-74.01295, 40.70777], [-74.01167, 40.70968], - [-74.01149, 40.70995]], - "timestamps": [ 194, 210.236, 228.089, 245.208, 336.636, 383.844, 428.743, 443.795, 445.467, 447.072, 448.993, 451.42, 452.875, 454.631, 487.978, 490.941, 494.696, 499.282, 502.869, 511.029, 514.987, 525.977, 543.714, 756.428, 799.755, 855.808, 859.706, 869.697, 873.297, 874.468, 884.323, 887.899, 892.718, 895.926, 906.171, 915.265, 921.232, 925.788, 929.12, 930.971, 934.451, 939.864, 942.73, 958.142, 960.834, 995.176, 1000.3, 1009.761, 1011.732, 1018.539, 1026.589, 1030.229, 1033.363, 1036.676, 1039.815, 1053.205, 1056.535, 1058.185, 1061.616, 1064.903, 1074.27, 1077.552, 1080.894, 1083.327, 1084.787, 1088.722, 1112.978, 1116.107, 1119.411, 1121.12, 1126.816, 1129.83, 1131.401, 1134.943, 1136.637, 1138.171, 1142.334, 1151.562, 1153.775, 1159.709, 1170.653, 1179.038, 1182.742, 1186.27, 1189.564, 1207.182, 1211.095, 1214.038, 1217.212, 1221.384, 1225.419, 1250.184, 1256.388, 1258.212, 1260.879, 1264.256, 1266.815, 1268.004, 1270.437, 1272.442, 1274.418, 1299.425, 1318.679, 1323.899, 1343.67, 1349.69, 1361.132, 1365.721, 1368.646, 1371.744, 1376.357, 1380.547, 1387.979, 1391.793, 1400.508, 1426.983, 1436.204, 1440.481, 1443.765, 1445.785, 1447.769, 1460.165, 1465.593, 1469.764, 1471.734, 1475.255, 1477.441, 1479.46, 1481.619, 1483.38, 1484.716, 1502.025, 1504.457, 1506.749, 1507.968, 1509.843, 1510.424, 1522.293, 1527.435, 1530.135, 1531.657, 1554.314, 1559.134, 1572.004, 1572.873, 1656.101, 1660.302, 1716.118, 1724] + [-74.01149, 40.70995] + ], + "timestamps": [ + 194, 210.236, 228.089, 245.208, 336.636, 383.844, 428.743, 443.795, + 445.467, 447.072, 448.993, 451.42, 452.875, 454.631, 487.978, 490.941, + 494.696, 499.282, 502.869, 511.029, 514.987, 525.977, 543.714, 756.428, + 799.755, 855.808, 859.706, 869.697, 873.297, 874.468, 884.323, 887.899, + 892.718, 895.926, 906.171, 915.265, 921.232, 925.788, 929.12, 930.971, + 934.451, 939.864, 942.73, 958.142, 960.834, 995.176, 1000.3, 1009.761, + 1011.732, 1018.539, 1026.589, 1030.229, 1033.363, 1036.676, 1039.815, + 1053.205, 1056.535, 1058.185, 1061.616, 1064.903, 1074.27, 1077.552, + 1080.894, 1083.327, 1084.787, 1088.722, 1112.978, 1116.107, 1119.411, + 1121.12, 1126.816, 1129.83, 1131.401, 1134.943, 1136.637, 1138.171, + 1142.334, 1151.562, 1153.775, 1159.709, 1170.653, 1179.038, 1182.742, + 1186.27, 1189.564, 1207.182, 1211.095, 1214.038, 1217.212, 1221.384, + 1225.419, 1250.184, 1256.388, 1258.212, 1260.879, 1264.256, 1266.815, + 1268.004, 1270.437, 1272.442, 1274.418, 1299.425, 1318.679, 1323.899, + 1343.67, 1349.69, 1361.132, 1365.721, 1368.646, 1371.744, 1376.357, + 1380.547, 1387.979, 1391.793, 1400.508, 1426.983, 1436.204, 1440.481, + 1443.765, 1445.785, 1447.769, 1460.165, 1465.593, 1469.764, 1471.734, + 1475.255, 1477.441, 1479.46, 1481.619, 1483.38, 1484.716, 1502.025, + 1504.457, 1506.749, 1507.968, 1509.843, 1510.424, 1522.293, 1527.435, + 1530.135, 1531.657, 1554.314, 1559.134, 1572.004, 1572.873, 1656.101, + 1660.302, 1716.118, 1724 + ] }, { "vendor": 0, @@ -21260,8 +24620,27 @@ [-73.96519, 40.75165], [-73.96863, 40.74744], [-73.96918, 40.74683], - [-73.97028, 40.74575]], - "timestamps": [ 616, 618.285, 625.496, 631.194, 642.944, 652.086, 657.275, 758.445, 925.16, 940.775, 944.089, 946.679, 949.268, 952.318, 955.126, 967.268, 974.962, 982.974, 988.18, 993.818, 1000.728, 1005.168, 1025.294, 1031.74, 1037.365, 1046.107, 1051.688, 1055.473, 1059.559, 1082.652, 1088.714, 1097.987, 1100.229, 1110.291, 1120.753, 1125.005, 1128.813, 1133.741, 1137.725, 1141.216, 1143.282, 1147.132, 1150.999, 1154.811, 1157.728, 1159.633, 1178.61, 1190.427, 1205.907, 1209.751, 1213.642, 1216.234, 1220.182, 1226.768, 1232.813, 1238.588, 1258.443, 1262.195, 1282.343, 1286.077, 1289.479, 1290.663, 1293.093, 1314.469, 1319.211, 1321.551, 1323.784, 1327.642, 1330.566, 1334.724, 1338.938, 1343.622, 1346.342, 1350.288, 1359.602, 1365.47, 1383.907, 1389.628, 1394.887, 1399.561, 1401.858, 1406.107, 1410.03, 1412.686, 1416.921, 1421.566, 1426.424, 1449.484, 1455.661, 1462.66, 1469.171, 1487.752, 1505.14, 1515.322, 1527.485, 1533.583, 1541.708, 1550.79, 1563.045, 1573.042, 1584.48, 1589.272, 1605.437, 1607.641, 1619.36, 1622.277, 1625.961, 1648.03, 1662.29, 1671.645, 1678.79, 1684.015, 1686.917, 1692.375, 1700.862, 1705.356, 1729.523, 1733.745, 1787.595, 1795.629, 1810.465] + [-73.97028, 40.74575] + ], + "timestamps": [ + 616, 618.285, 625.496, 631.194, 642.944, 652.086, 657.275, 758.445, + 925.16, 940.775, 944.089, 946.679, 949.268, 952.318, 955.126, 967.268, + 974.962, 982.974, 988.18, 993.818, 1000.728, 1005.168, 1025.294, 1031.74, + 1037.365, 1046.107, 1051.688, 1055.473, 1059.559, 1082.652, 1088.714, + 1097.987, 1100.229, 1110.291, 1120.753, 1125.005, 1128.813, 1133.741, + 1137.725, 1141.216, 1143.282, 1147.132, 1150.999, 1154.811, 1157.728, + 1159.633, 1178.61, 1190.427, 1205.907, 1209.751, 1213.642, 1216.234, + 1220.182, 1226.768, 1232.813, 1238.588, 1258.443, 1262.195, 1282.343, + 1286.077, 1289.479, 1290.663, 1293.093, 1314.469, 1319.211, 1321.551, + 1323.784, 1327.642, 1330.566, 1334.724, 1338.938, 1343.622, 1346.342, + 1350.288, 1359.602, 1365.47, 1383.907, 1389.628, 1394.887, 1399.561, + 1401.858, 1406.107, 1410.03, 1412.686, 1416.921, 1421.566, 1426.424, + 1449.484, 1455.661, 1462.66, 1469.171, 1487.752, 1505.14, 1515.322, + 1527.485, 1533.583, 1541.708, 1550.79, 1563.045, 1573.042, 1584.48, + 1589.272, 1605.437, 1607.641, 1619.36, 1622.277, 1625.961, 1648.03, + 1662.29, 1671.645, 1678.79, 1684.015, 1686.917, 1692.375, 1700.862, + 1705.356, 1729.523, 1733.745, 1787.595, 1795.629, 1810.465 + ] }, { "vendor": 1, @@ -21322,8 +24701,18 @@ [-73.99224, 40.68003], [-73.9944, 40.68091], [-73.99434, 40.681], - [-73.99427, 40.6811]], - "timestamps": [ 188, 218.625, 285.218, 303.356, 356.811, 367.669, 392.17, 402.192, 403.399, 422.811, 425.858, 448.329, 457.504, 480.221, 488.129, 498.338, 533.433, 539.893, 584.232, 601.575, 634.945, 646.361, 647.381, 648.743, 654.86, 660.99, 662.225, 664.409, 835.824, 846.943, 849.51, 852.815, 854.476, 855.474, 856.817, 858.698, 899.532, 947.432, 963.846, 1000.729, 1004.68, 1031.101, 1038.118, 1087.708, 1090.431, 1109.761, 1135.427, 1145.557, 1174.592, 1211.94, 1217.016, 1309.989, 1402.878, 1405.874, 1454.874, 1457.76, 1461] + [-73.99427, 40.6811] + ], + "timestamps": [ + 188, 218.625, 285.218, 303.356, 356.811, 367.669, 392.17, 402.192, + 403.399, 422.811, 425.858, 448.329, 457.504, 480.221, 488.129, 498.338, + 533.433, 539.893, 584.232, 601.575, 634.945, 646.361, 647.381, 648.743, + 654.86, 660.99, 662.225, 664.409, 835.824, 846.943, 849.51, 852.815, + 854.476, 855.474, 856.817, 858.698, 899.532, 947.432, 963.846, 1000.729, + 1004.68, 1031.101, 1038.118, 1087.708, 1090.431, 1109.761, 1135.427, + 1145.557, 1174.592, 1211.94, 1217.016, 1309.989, 1402.878, 1405.874, + 1454.874, 1457.76, 1461 + ] }, { "vendor": 0, @@ -21361,8 +24750,15 @@ [-74.00482, 40.71234], [-74.0037, 40.71145], [-74.00348, 40.71127], - [-73.99209, 40.7022]], - "timestamps": [ 257, 369.889, 523.117, 577.981, 632.453, 659.53, 684.129, 733.627, 751.218, 844.155, 870.911, 922.392, 950.247, 953.557, 1062.78, 1118.702, 1180.098, 1279.303, 1283.453, 1316.879, 1332.651, 1393.578, 1433.284, 1466.299, 1482.482, 1591.672, 1598.769, 1635.73, 1639.022, 1640.919, 1642.215, 1671.247, 1677.039, 1854.67] + [-73.99209, 40.7022] + ], + "timestamps": [ + 257, 369.889, 523.117, 577.981, 632.453, 659.53, 684.129, 733.627, + 751.218, 844.155, 870.911, 922.392, 950.247, 953.557, 1062.78, 1118.702, + 1180.098, 1279.303, 1283.453, 1316.879, 1332.651, 1393.578, 1433.284, + 1466.299, 1482.482, 1591.672, 1598.769, 1635.73, 1639.022, 1640.919, + 1642.215, 1671.247, 1677.039, 1854.67 + ] }, { "vendor": 0, @@ -21448,8 +24844,22 @@ [-74.01403, 40.71274], [-74.01335, 40.71462], [-74.01275, 40.71711], - [-74.01204, 40.72031]], - "timestamps": [ 967, 984.836, 992.648, 1004.307, 1037.191, 1042.78, 1052.803, 1065.729, 1069.236, 1080.191, 1094.116, 1096.409, 1103.451, 1110.32, 1115.937, 1123.223, 1125.544, 1130.088, 1137.953, 1152.37, 1172.023, 1176.406, 1284.795, 1289.245, 1291.58, 1295.661, 1298.584, 1300.496, 1302.372, 1304.228, 1307.112, 1309.447, 1338.609, 1350.564, 1364.125, 1368.733, 1377.318, 1385.54, 1392.376, 1406.407, 1413.52, 1418.184, 1421.169, 1426.871, 1430.494, 1479.645, 1483.023, 1486.567, 1555.121, 1557.131, 1560.891, 1568.082, 1570.108, 1574.02, 1577.332, 1580.676, 1582.269, 1586.066, 1595.718, 1601.238, 1607.666, 1611.125, 1615.245, 1617.997, 1620.21, 1622.991, 1624.916, 1627.174, 1629.555, 1630.368, 1632.936, 1635.032, 1648.093, 1669.028, 1670.649, 1676.035, 1680.187, 1692.811, 1716.825, 1747.634, 1787.638, 1838.923] + [-74.01204, 40.72031] + ], + "timestamps": [ + 967, 984.836, 992.648, 1004.307, 1037.191, 1042.78, 1052.803, 1065.729, + 1069.236, 1080.191, 1094.116, 1096.409, 1103.451, 1110.32, 1115.937, + 1123.223, 1125.544, 1130.088, 1137.953, 1152.37, 1172.023, 1176.406, + 1284.795, 1289.245, 1291.58, 1295.661, 1298.584, 1300.496, 1302.372, + 1304.228, 1307.112, 1309.447, 1338.609, 1350.564, 1364.125, 1368.733, + 1377.318, 1385.54, 1392.376, 1406.407, 1413.52, 1418.184, 1421.169, + 1426.871, 1430.494, 1479.645, 1483.023, 1486.567, 1555.121, 1557.131, + 1560.891, 1568.082, 1570.108, 1574.02, 1577.332, 1580.676, 1582.269, + 1586.066, 1595.718, 1601.238, 1607.666, 1611.125, 1615.245, 1617.997, + 1620.21, 1622.991, 1624.916, 1627.174, 1629.555, 1630.368, 1632.936, + 1635.032, 1648.093, 1669.028, 1670.649, 1676.035, 1680.187, 1692.811, + 1716.825, 1747.634, 1787.638, 1838.923 + ] }, { "vendor": 0, @@ -21470,15 +24880,21 @@ [-74.00519, 40.72936], [-74.00577, 40.72568], [-74.00611, 40.7238], - [-74.00642, 40.72173]], - "timestamps": [ 1297, 1334.995, 1349.843, 1364.775, 1415.977, 1466.438, 1514.598, 1540.047, 1552.697, 1632.106, 1648.855, 1681.08, 1698.517, 1700.037, 1750.192, 1775.871, 1804.064] + [-74.00642, 40.72173] + ], + "timestamps": [ + 1297, 1334.995, 1349.843, 1364.775, 1415.977, 1466.438, 1514.598, + 1540.047, 1552.697, 1632.106, 1648.855, 1681.08, 1698.517, 1700.037, + 1750.192, 1775.871, 1804.064 + ] }, { "vendor": 0, "path": [ [-73.91976, 40.75531], - [-73.92149, 40.75318]], - "timestamps": [ 1790, 1896.922] + [-73.92149, 40.75318] + ], + "timestamps": [1790, 1896.922] }, { "vendor": 1, @@ -21504,8 +24920,13 @@ [-73.97576, 40.68355], [-73.97592, 40.6835], [-73.97644, 40.68369], - [-73.97648, 40.6837]], - "timestamps": [ 844, 857.536, 872.114, 915.847, 1002.312, 1008.521, 1251.696, 1257.385, 1326.376, 1337.887, 1344.845, 1347.976, 1362.79, 1377.149, 1380.255, 1423.937, 1548.163, 1686.296, 1715.739, 1718.198, 1726.401, 1727] + [-73.97648, 40.6837] + ], + "timestamps": [ + 844, 857.536, 872.114, 915.847, 1002.312, 1008.521, 1251.696, 1257.385, + 1326.376, 1337.887, 1344.845, 1347.976, 1362.79, 1377.149, 1380.255, + 1423.937, 1548.163, 1686.296, 1715.739, 1718.198, 1726.401, 1727 + ] }, { "vendor": 0, @@ -21543,8 +24964,15 @@ [-73.98964, 40.72041], [-73.98962, 40.72046], [-73.98994, 40.72055], - [-73.99039, 40.72069]], - "timestamps": [ 367, 383.036, 404.67, 476.873, 536.56, 555.354, 631.56, 718.594, 731.527, 743.708, 789.171, 853.582, 868.694, 1019.876, 1023.101, 1063.616, 1130.835, 1143.962, 1178.89, 1191.05, 1206.746, 1262.89, 1294.645, 1299.44, 1304.714, 1362.078, 1391.046, 1417.075, 1420.314, 1421.784, 1456.584, 1457.886, 1468.241, 1483] + [-73.99039, 40.72069] + ], + "timestamps": [ + 367, 383.036, 404.67, 476.873, 536.56, 555.354, 631.56, 718.594, 731.527, + 743.708, 789.171, 853.582, 868.694, 1019.876, 1023.101, 1063.616, + 1130.835, 1143.962, 1178.89, 1191.05, 1206.746, 1262.89, 1294.645, + 1299.44, 1304.714, 1362.078, 1391.046, 1417.075, 1420.314, 1421.784, + 1456.584, 1457.886, 1468.241, 1483 + ] }, { "vendor": 0, @@ -21582,8 +25010,15 @@ [-73.99199, 40.72561], [-73.99172, 40.72636], [-73.99185, 40.72641], - [-73.99193, 40.72645]], - "timestamps": [ 532, 565.769, 567.855, 572.048, 609.145, 633.489, 670.815, 684.234, 722.218, 736.186, 787.441, 803.846, 880.209, 893.253, 969.381, 1001.136, 1017.699, 1051.838, 1082.942, 1142.854, 1157.844, 1165.1, 1180.767, 1188.056, 1213.018, 1225.299, 1236.384, 1290.06, 1291.962, 1293.679, 1295.586, 1320.958, 1324.583, 1327] + [-73.99193, 40.72645] + ], + "timestamps": [ + 532, 565.769, 567.855, 572.048, 609.145, 633.489, 670.815, 684.234, + 722.218, 736.186, 787.441, 803.846, 880.209, 893.253, 969.381, 1001.136, + 1017.699, 1051.838, 1082.942, 1142.854, 1157.844, 1165.1, 1180.767, + 1188.056, 1213.018, 1225.299, 1236.384, 1290.06, 1291.962, 1293.679, + 1295.586, 1320.958, 1324.583, 1327 + ] }, { "vendor": 0, @@ -21591,8 +25026,9 @@ [-73.93266, 40.75299], [-73.93351, 40.75192], [-73.93378, 40.75158], - [-73.93474, 40.75097]], - "timestamps": [ 1710, 1762.63, 1779.353, 1815.185] + [-73.93474, 40.75097] + ], + "timestamps": [1710, 1762.63, 1779.353, 1815.185] }, { "vendor": 0, @@ -21684,8 +25120,23 @@ [-73.91793, 40.73151], [-73.91553, 40.73083], [-73.91393, 40.7304], - [-73.912, 40.72991]], - "timestamps": [ 501, 513.767, 518.35, 535.712, 551.606, 554.907, 638.131, 704.738, 707.764, 738.632, 762.709, 786.964, 827.227, 840.648, 884.608, 931.153, 972.232, 978.149, 1013.307, 1044.661, 1065.223, 1083.7, 1124.039, 1170.828, 1207.832, 1218.17, 1259.829, 1262.643, 1277.612, 1382.965, 1387.341, 1388.867, 1392.407, 1395.537, 1410.915, 1413.235, 1415.643, 1417.978, 1420.232, 1422.582, 1424.769, 1426.864, 1428.825, 1438.033, 1440.608, 1442.904, 1447.905, 1452.866, 1458.19, 1471.776, 1478.968, 1485.919, 1507.118, 1538.939, 1555.66, 1558.818, 1572.574, 1576.122, 1594.985, 1597.354, 1601.055, 1603.928, 1636.665, 1639.735, 1643.797, 1649.99, 1677.261, 1681.28, 1689.448, 1697.956, 1702.937, 1709.778, 1715.555, 1719.002, 1721.648, 1723.889, 1725.612, 1727.718, 1729.806, 1742.155, 1751.269, 1753.417, 1756.549, 1760.834, 1765.338, 1781.027, 1791.421, 1803.884] + [-73.912, 40.72991] + ], + "timestamps": [ + 501, 513.767, 518.35, 535.712, 551.606, 554.907, 638.131, 704.738, + 707.764, 738.632, 762.709, 786.964, 827.227, 840.648, 884.608, 931.153, + 972.232, 978.149, 1013.307, 1044.661, 1065.223, 1083.7, 1124.039, + 1170.828, 1207.832, 1218.17, 1259.829, 1262.643, 1277.612, 1382.965, + 1387.341, 1388.867, 1392.407, 1395.537, 1410.915, 1413.235, 1415.643, + 1417.978, 1420.232, 1422.582, 1424.769, 1426.864, 1428.825, 1438.033, + 1440.608, 1442.904, 1447.905, 1452.866, 1458.19, 1471.776, 1478.968, + 1485.919, 1507.118, 1538.939, 1555.66, 1558.818, 1572.574, 1576.122, + 1594.985, 1597.354, 1601.055, 1603.928, 1636.665, 1639.735, 1643.797, + 1649.99, 1677.261, 1681.28, 1689.448, 1697.956, 1702.937, 1709.778, + 1715.555, 1719.002, 1721.648, 1723.889, 1725.612, 1727.718, 1729.806, + 1742.155, 1751.269, 1753.417, 1756.549, 1760.834, 1765.338, 1781.027, + 1791.421, 1803.884 + ] }, { "vendor": 0, @@ -21818,8 +25269,27 @@ [-73.98144, 40.74712], [-73.98187, 40.74653], [-73.98194, 40.74639], - [-73.98216, 40.74604]], - "timestamps": [ 282, 305.924, 318.787, 382.62, 389.531, 410.959, 429.148, 448.299, 466.784, 493.241, 494.234, 544.513, 575.096, 585.347, 590.193, 595.118, 603.377, 608.417, 615.914, 617.612, 622.876, 633.647, 646.678, 648.709, 649.609, 658.294, 661.191, 667.121, 683.413, 782.99, 797.021, 797.967, 800.139, 801.06, 801.814, 803.147, 803.958, 804.74, 805.505, 806.322, 807.087, 808.128, 808.534, 812.6, 816.609, 820.52, 822.919, 841.542, 843.524, 844.945, 849.367, 849.912, 852.18, 854.525, 855.572, 857.738, 860.127, 861.005, 866.562, 870.011, 876.348, 881.228, 893.44, 904.553, 908.367, 930.006, 952.876, 962.308, 978.728, 980.818, 982.987, 985.611, 989.534, 990.888, 993.302, 996.272, 998.194, 1021.41, 1031.124, 1037.011, 1041.774, 1044.176, 1049.314, 1065.337, 1070.923, 1073.3, 1077.008, 1098.156, 1100.415, 1102.789, 1105.126, 1107.993, 1116.381, 1118.763, 1121.206, 1123.373, 1125.083, 1127.062, 1129.19, 1131.349, 1133.276, 1139.285, 1140.875, 1143.851, 1146.839, 1172.337, 1174.97, 1177.28, 1180.085, 1182.952, 1186.708, 1188.946, 1193.191, 1202.171, 1205.413, 1210.485, 1216.242, 1225.361, 1234.712, 1244.378, 1250.694, 1256.752, 1262.296, 1268.18, 1577.557, 1583.702, 1599.446, 1602.943, 1612] + [-73.98216, 40.74604] + ], + "timestamps": [ + 282, 305.924, 318.787, 382.62, 389.531, 410.959, 429.148, 448.299, + 466.784, 493.241, 494.234, 544.513, 575.096, 585.347, 590.193, 595.118, + 603.377, 608.417, 615.914, 617.612, 622.876, 633.647, 646.678, 648.709, + 649.609, 658.294, 661.191, 667.121, 683.413, 782.99, 797.021, 797.967, + 800.139, 801.06, 801.814, 803.147, 803.958, 804.74, 805.505, 806.322, + 807.087, 808.128, 808.534, 812.6, 816.609, 820.52, 822.919, 841.542, + 843.524, 844.945, 849.367, 849.912, 852.18, 854.525, 855.572, 857.738, + 860.127, 861.005, 866.562, 870.011, 876.348, 881.228, 893.44, 904.553, + 908.367, 930.006, 952.876, 962.308, 978.728, 980.818, 982.987, 985.611, + 989.534, 990.888, 993.302, 996.272, 998.194, 1021.41, 1031.124, 1037.011, + 1041.774, 1044.176, 1049.314, 1065.337, 1070.923, 1073.3, 1077.008, + 1098.156, 1100.415, 1102.789, 1105.126, 1107.993, 1116.381, 1118.763, + 1121.206, 1123.373, 1125.083, 1127.062, 1129.19, 1131.349, 1133.276, + 1139.285, 1140.875, 1143.851, 1146.839, 1172.337, 1174.97, 1177.28, + 1180.085, 1182.952, 1186.708, 1188.946, 1193.191, 1202.171, 1205.413, + 1210.485, 1216.242, 1225.361, 1234.712, 1244.378, 1250.694, 1256.752, + 1262.296, 1268.18, 1577.557, 1583.702, 1599.446, 1602.943, 1612 + ] }, { "vendor": 0, @@ -21846,8 +25316,13 @@ [-73.99858, 40.71711], [-73.99773, 40.71846], [-73.99737, 40.71916], - [-73.99732, 40.71927]], - "timestamps": [ 1021, 1027.371, 1030.91, 1031.618, 1058.644, 1062.059, 1064.245, 1084.437, 1104.923, 1124.356, 1177.62, 1180.017, 1182.405, 1186.01, 1210.747, 1220.423, 1239.041, 1245.41, 1259.142, 1265.94, 1291.926, 1304.978, 1307] + [-73.99732, 40.71927] + ], + "timestamps": [ + 1021, 1027.371, 1030.91, 1031.618, 1058.644, 1062.059, 1064.245, 1084.437, + 1104.923, 1124.356, 1177.62, 1180.017, 1182.405, 1186.01, 1210.747, + 1220.423, 1239.041, 1245.41, 1259.142, 1265.94, 1291.926, 1304.978, 1307 + ] }, { "vendor": 0, @@ -21868,8 +25343,13 @@ [-73.9817, 40.6795], [-73.98181, 40.67934], [-73.98169, 40.67929], - [-73.98163, 40.67927]], - "timestamps": [ 763, 807.702, 833.755, 851.444, 883.874, 999.065, 1002.782, 1009.63, 1022.879, 1046.115, 1047.987, 1058.094, 1070.563, 1154.889, 1158.051, 1160.045, 1161] + [-73.98163, 40.67927] + ], + "timestamps": [ + 763, 807.702, 833.755, 851.444, 883.874, 999.065, 1002.782, 1009.63, + 1022.879, 1046.115, 1047.987, 1058.094, 1070.563, 1154.889, 1158.051, + 1160.045, 1161 + ] }, { "vendor": 0, @@ -21890,8 +25370,13 @@ [-73.98344, 40.72201], [-73.98575, 40.723], [-73.98395, 40.72547], - [-73.98387, 40.72557]], - "timestamps": [ 1065, 1070.149, 1089.756, 1097.61, 1116.055, 1136.101, 1137.944, 1179.337, 1181.711, 1251.074, 1252.939, 1267.412, 1270.103, 1302.98, 1335.324, 1418.55, 1422] + [-73.98387, 40.72557] + ], + "timestamps": [ + 1065, 1070.149, 1089.756, 1097.61, 1116.055, 1136.101, 1137.944, 1179.337, + 1181.711, 1251.074, 1252.939, 1267.412, 1270.103, 1302.98, 1335.324, + 1418.55, 1422 + ] }, { "vendor": 1, @@ -21909,8 +25394,12 @@ [-73.97576, 40.68355], [-73.97592, 40.6835], [-73.9759, 40.68362], - [-73.97604, 40.68439]], - "timestamps": [ 905, 924.241, 936.822, 1256.709, 1291.313, 1314.255, 1362.916, 1379.381, 1402.616, 1439.326, 1561.665, 1563.657, 1567.743, 1594] + [-73.97604, 40.68439] + ], + "timestamps": [ + 905, 924.241, 936.822, 1256.709, 1291.313, 1314.255, 1362.916, 1379.381, + 1402.616, 1439.326, 1561.665, 1563.657, 1567.743, 1594 + ] }, { "vendor": 1, @@ -21923,8 +25412,12 @@ [-73.95468, 40.68724], [-73.95482, 40.68797], [-73.95497, 40.68871], - [-73.95711, 40.68846]], - "timestamps": [ 1612, 1625.879, 1643.72, 1652.647, 1755.143, 1786.984, 1793.134, 1799.376, 1816.767] + [-73.95711, 40.68846] + ], + "timestamps": [ + 1612, 1625.879, 1643.72, 1652.647, 1755.143, 1786.984, 1793.134, 1799.376, + 1816.767 + ] }, { "vendor": 0, @@ -21933,8 +25426,9 @@ [-74.01035, 40.7188], [-74.00932, 40.71869], [-74.00881, 40.71864], - [-74.00766, 40.72519]], - "timestamps": [ 1733, 1735.629, 1758.502, 1769.81, 1921.499] + [-74.00766, 40.72519] + ], + "timestamps": [1733, 1735.629, 1758.502, 1769.81, 1921.499] }, { "vendor": 0, @@ -21978,8 +25472,16 @@ [-73.98868, 40.72746], [-73.98853, 40.7274], [-73.98857, 40.72734], - [-73.98893, 40.72685]], - "timestamps": [ 439, 471.938, 488.571, 525.218, 560.567, 589.505, 620.059, 651.819, 683.314, 692.546, 699.838, 701.858, 704.428, 705.415, 707.375, 709.667, 715.764, 723.443, 848.573, 851.032, 853.773, 855.632, 858.486, 873.402, 920.344, 946.282, 970.118, 1073.901, 1077.522, 1085.067, 1120.011, 1195.225, 1219.153, 1237.874, 1248.574, 1260.463, 1318.761, 1323.017, 1324.406, 1336] + [-73.98893, 40.72685] + ], + "timestamps": [ + 439, 471.938, 488.571, 525.218, 560.567, 589.505, 620.059, 651.819, + 683.314, 692.546, 699.838, 701.858, 704.428, 705.415, 707.375, 709.667, + 715.764, 723.443, 848.573, 851.032, 853.773, 855.632, 858.486, 873.402, + 920.344, 946.282, 970.118, 1073.901, 1077.522, 1085.067, 1120.011, + 1195.225, 1219.153, 1237.874, 1248.574, 1260.463, 1318.761, 1323.017, + 1324.406, 1336 + ] }, { "vendor": 1, @@ -21987,8 +25489,9 @@ [-73.98153, 40.67092], [-73.98141, 40.67106], [-73.98092, 40.67165], - [-73.97855, 40.67051]], - "timestamps": [ 1757, 1760.907, 1777.223, 1823.16] + [-73.97855, 40.67051] + ], + "timestamps": [1757, 1760.907, 1777.223, 1823.16] }, { "vendor": 0, @@ -22003,8 +25506,12 @@ [-74.01321, 40.71521], [-74.01275, 40.71711], [-74.01204, 40.72031], - [-74.01092, 40.7258]], - "timestamps": [ 1586, 1601.646, 1607.865, 1612.041, 1624.738, 1648.891, 1678.403, 1689.405, 1720.111, 1771.692, 1859.998] + [-74.01092, 40.7258] + ], + "timestamps": [ + 1586, 1601.646, 1607.865, 1612.041, 1624.738, 1648.891, 1678.403, + 1689.405, 1720.111, 1771.692, 1859.998 + ] }, { "vendor": 0, @@ -22051,8 +25558,16 @@ [-73.97048, 40.67238], [-73.97084, 40.67186], [-73.97339, 40.67284], - [-73.97331, 40.67294]], - "timestamps": [ 722, 823.231, 846.923, 849.459, 852.276, 871.586, 878.595, 884.975, 892.306, 907.404, 920.633, 938.649, 945.271, 952.789, 954.524, 962.346, 969.664, 971.846, 973.633, 977.765, 982.553, 992.186, 1000.013, 1002.444, 1006.332, 1010.773, 1012.54, 1016.471, 1020.938, 1024.512, 1028.249, 1029.722, 1039.973, 1041.446, 1057.072, 1082.566, 1090.615, 1097.097, 1100.338, 1105.318, 1116.4, 1182.43, 1186] + [-73.97331, 40.67294] + ], + "timestamps": [ + 722, 823.231, 846.923, 849.459, 852.276, 871.586, 878.595, 884.975, + 892.306, 907.404, 920.633, 938.649, 945.271, 952.789, 954.524, 962.346, + 969.664, 971.846, 973.633, 977.765, 982.553, 992.186, 1000.013, 1002.444, + 1006.332, 1010.773, 1012.54, 1016.471, 1020.938, 1024.512, 1028.249, + 1029.722, 1039.973, 1041.446, 1057.072, 1082.566, 1090.615, 1097.097, + 1100.338, 1105.318, 1116.4, 1182.43, 1186 + ] }, { "vendor": 1, @@ -22079,8 +25594,13 @@ [-73.98139, 40.68794], [-73.98181, 40.68732], [-73.98398, 40.68816], - [-73.98492, 40.68853]], - "timestamps": [ 24, 33.587, 44.046, 261.075, 315.11, 325.924, 336.899, 367.476, 406.626, 454.267, 463.28, 556.825, 569.072, 702.166, 703.838, 716.912, 737.113, 743.059, 746.546, 796.629, 834.576, 870.419, 886] + [-73.98492, 40.68853] + ], + "timestamps": [ + 24, 33.587, 44.046, 261.075, 315.11, 325.924, 336.899, 367.476, 406.626, + 454.267, 463.28, 556.825, 569.072, 702.166, 703.838, 716.912, 737.113, + 743.059, 746.546, 796.629, 834.576, 870.419, 886 + ] }, { "vendor": 0, @@ -22093,8 +25613,12 @@ [-73.97733, 40.79244], [-73.97758, 40.79222], [-73.9777, 40.79215], - [-73.97868, 40.79176]], - "timestamps": [ 1587, 1608.056, 1617.912, 1741.705, 1775.16, 1781.44, 1786.832, 1788.963, 1804.538] + [-73.97868, 40.79176] + ], + "timestamps": [ + 1587, 1608.056, 1617.912, 1741.705, 1775.16, 1781.44, 1786.832, 1788.963, + 1804.538 + ] }, { "vendor": 0, @@ -22161,8 +25685,18 @@ [-74.00498, 40.72953], [-74.00516, 40.72947], [-74.00519, 40.72936], - [-74.00524, 40.72902]], - "timestamps": [ 86, 89.119, 118.757, 132.796, 159.386, 185.833, 264.522, 266.573, 277.972, 282.08, 285.666, 295.786, 301.265, 323.467, 329.343, 334.719, 361.496, 388.844, 413.577, 430.433, 435.415, 447.223, 449.064, 457.748, 460.374, 466.911, 484.873, 594.655, 610.123, 635.747, 638.906, 642.032, 645.385, 648.598, 651.544, 654.231, 663.16, 745.987, 806.67, 877.708, 884.664, 895.991, 902.706, 911.374, 950.173, 978.936, 980.636, 985.081, 987.96, 1008.207, 1016.315, 1023.989, 1055.214, 1125.153, 1142.892, 1145.166, 1158.971, 1179.594, 1196.643, 1229.808, 1235.64, 1237.954, 1245] + [-74.00524, 40.72902] + ], + "timestamps": [ + 86, 89.119, 118.757, 132.796, 159.386, 185.833, 264.522, 266.573, 277.972, + 282.08, 285.666, 295.786, 301.265, 323.467, 329.343, 334.719, 361.496, + 388.844, 413.577, 430.433, 435.415, 447.223, 449.064, 457.748, 460.374, + 466.911, 484.873, 594.655, 610.123, 635.747, 638.906, 642.032, 645.385, + 648.598, 651.544, 654.231, 663.16, 745.987, 806.67, 877.708, 884.664, + 895.991, 902.706, 911.374, 950.173, 978.936, 980.636, 985.081, 987.96, + 1008.207, 1016.315, 1023.989, 1055.214, 1125.153, 1142.892, 1145.166, + 1158.971, 1179.594, 1196.643, 1229.808, 1235.64, 1237.954, 1245 + ] }, { "vendor": 0, @@ -22193,8 +25727,14 @@ [-73.99476, 40.7029], [-73.99471, 40.70298], [-73.99474, 40.703], - [-73.9949, 40.70304]], - "timestamps": [ 1196, 1204.542, 1211.323, 1238.255, 1264.955, 1281.264, 1297.135, 1349.959, 1364.558, 1418.119, 1435.047, 1489.874, 1499.451, 1505.535, 1506.703, 1509.222, 1511.658, 1513.808, 1543.23, 1582.374, 1586.72, 1679.102, 1696.126, 1710.865, 1712.402, 1713.284, 1717] + [-73.9949, 40.70304] + ], + "timestamps": [ + 1196, 1204.542, 1211.323, 1238.255, 1264.955, 1281.264, 1297.135, + 1349.959, 1364.558, 1418.119, 1435.047, 1489.874, 1499.451, 1505.535, + 1506.703, 1509.222, 1511.658, 1513.808, 1543.23, 1582.374, 1586.72, + 1679.102, 1696.126, 1710.865, 1712.402, 1713.284, 1717 + ] }, { "vendor": 1, @@ -22203,8 +25743,9 @@ [-73.94479, 40.67133], [-73.94495, 40.66967], [-73.94496, 40.66955], - [-73.95526, 40.67012]], - "timestamps": [ 1682, 1703.227, 1783.278, 1789.061, 1909.537] + [-73.95526, 40.67012] + ], + "timestamps": [1682, 1703.227, 1783.278, 1789.061, 1909.537] }, { "vendor": 0, @@ -22247,8 +25788,16 @@ [-73.99891, 40.71727], [-74.00454, 40.72131], [-74.00461, 40.72136], - [-74.00376, 40.72238]], - "timestamps": [ 176, 198.908, 239.439, 271.368, 293.154, 315.213, 357.506, 578.473, 593.64, 619.029, 693.72, 706.804, 735.945, 761.048, 807.287, 812.152, 900.485, 916.121, 965.463, 988.309, 1021.853, 1024.902, 1055.63, 1214.919, 1220.135, 1237.575, 1270.323, 1296.756, 1305.567, 1506.176, 1511.743, 1522.573, 1525.636, 1528.802, 1599.654, 1605.257, 1793.126, 1795.457, 1849.068] + [-74.00376, 40.72238] + ], + "timestamps": [ + 176, 198.908, 239.439, 271.368, 293.154, 315.213, 357.506, 578.473, + 593.64, 619.029, 693.72, 706.804, 735.945, 761.048, 807.287, 812.152, + 900.485, 916.121, 965.463, 988.309, 1021.853, 1024.902, 1055.63, 1214.919, + 1220.135, 1237.575, 1270.323, 1296.756, 1305.567, 1506.176, 1511.743, + 1522.573, 1525.636, 1528.802, 1599.654, 1605.257, 1793.126, 1795.457, + 1849.068 + ] }, { "vendor": 0, @@ -22272,8 +25821,13 @@ [-73.98503, 40.71544], [-73.98592, 40.7157], [-73.98674, 40.71595], - [-73.98665, 40.71611]], - "timestamps": [ 822, 860.097, 860.833, 869.795, 870.721, 914.603, 965.235, 967.626, 982.195, 1007.374, 1008.7, 1015.08, 1021.396, 1049.229, 1072.925, 1083.4, 1092.344, 1102.421, 1111.759, 1114] + [-73.98665, 40.71611] + ], + "timestamps": [ + 822, 860.097, 860.833, 869.795, 870.721, 914.603, 965.235, 967.626, + 982.195, 1007.374, 1008.7, 1015.08, 1021.396, 1049.229, 1072.925, 1083.4, + 1092.344, 1102.421, 1111.759, 1114 + ] }, { "vendor": 0, @@ -22284,8 +25838,11 @@ [-73.99172, 40.68078], [-73.99329, 40.67847], [-73.99372, 40.67784], - [-73.98812, 40.67513]], - "timestamps": [ 1574, 1593.553, 1609.787, 1674.546, 1741.483, 1759.755, 1884.862] + [-73.98812, 40.67513] + ], + "timestamps": [ + 1574, 1593.553, 1609.787, 1674.546, 1741.483, 1759.755, 1884.862 + ] }, { "vendor": 0, @@ -22334,8 +25891,17 @@ [-73.95594, 40.71949], [-73.95534, 40.72004], [-73.95475, 40.7206], - [-73.95497, 40.72074]], - "timestamps": [ 725, 757.690625, 760.6625, 800.516, 1016.129, 1077.609, 1080.139, 1084.513, 1086.467, 1094.768, 1097.842, 1105.661, 1111.34375, 1113.318, 1124.639, 1185.987, 1187.802, 1191.737, 1194.134, 1195.973, 1198.43, 1201.073, 1203.61, 1207.409, 1224.322, 1230.948, 1237.511, 1294.367, 1297.544, 1311.333, 1313.43125, 1323.242, 1325.741, 1329.776, 1358.797, 1387.728125, 1427.848, 1475.483, 1490.257, 1534.805, 1579.592, 1625.478125, 1646.979, 1668.57, 1676] + [-73.95497, 40.72074] + ], + "timestamps": [ + 725, 757.690625, 760.6625, 800.516, 1016.129, 1077.609, 1080.139, + 1084.513, 1086.467, 1094.768, 1097.842, 1105.661, 1111.34375, 1113.318, + 1124.639, 1185.987, 1187.802, 1191.737, 1194.134, 1195.973, 1198.43, + 1201.073, 1203.61, 1207.409, 1224.322, 1230.948, 1237.511, 1294.367, + 1297.544, 1311.333, 1313.43125, 1323.242, 1325.741, 1329.776, 1358.797, + 1387.728125, 1427.848, 1475.483, 1490.257, 1534.805, 1579.592, + 1625.478125, 1646.979, 1668.57, 1676 + ] }, { "vendor": 0, @@ -22356,8 +25922,13 @@ [-73.99326, 40.68782], [-73.99728, 40.6795], [-73.99767, 40.67868], - [-73.99712, 40.67853]], - "timestamps": [ 517, 518.508, 594.51, 634.684, 661.842, 706.294, 744.824, 752.368, 780.979, 816.46, 849.876, 867.114, 885.14, 922.859, 1093.19, 1109.947, 1119] + [-73.99712, 40.67853] + ], + "timestamps": [ + 517, 518.508, 594.51, 634.684, 661.842, 706.294, 744.824, 752.368, + 780.979, 816.46, 849.876, 867.114, 885.14, 922.859, 1093.19, 1109.947, + 1119 + ] }, { "vendor": 0, @@ -22376,8 +25947,12 @@ [-73.98746, 40.71822], [-73.98618, 40.71776], [-73.98583, 40.71762], - [-73.97978, 40.71578]], - "timestamps": [ 1307, 1490.735, 1493.932, 1509.533, 1511.801, 1580.923, 1614.889, 1638.01, 1680.191, 1682.24, 1689.113, 1730.618, 1764.786, 1774.332, 1815.961] + [-73.97978, 40.71578] + ], + "timestamps": [ + 1307, 1490.735, 1493.932, 1509.533, 1511.801, 1580.923, 1614.889, 1638.01, + 1680.191, 1682.24, 1689.113, 1730.618, 1764.786, 1774.332, 1815.961 + ] }, { "vendor": 0, @@ -22411,8 +25986,15 @@ [-74.00397, 40.71146], [-74.00355, 40.7113], [-74.00348, 40.71127], - [-73.99209, 40.7022]], - "timestamps": [ 1405, 1417.241, 1419.887, 1444.445, 1503.138, 1521.402, 1540.549, 1570.217, 1573.662, 1594.446, 1596.785, 1603.178, 1627.675, 1637.59, 1660.708, 1664.561, 1667.542, 1676.32, 1677.479, 1678.513, 1680.275, 1681.835, 1682.648, 1683.694, 1685.021, 1686.567, 1688.226, 1693.769, 1694.718, 1802.759] + [-73.99209, 40.7022] + ], + "timestamps": [ + 1405, 1417.241, 1419.887, 1444.445, 1503.138, 1521.402, 1540.549, + 1570.217, 1573.662, 1594.446, 1596.785, 1603.178, 1627.675, 1637.59, + 1660.708, 1664.561, 1667.542, 1676.32, 1677.479, 1678.513, 1680.275, + 1681.835, 1682.648, 1683.694, 1685.021, 1686.567, 1688.226, 1693.769, + 1694.718, 1802.759 + ] }, { "vendor": 0, @@ -22438,8 +26020,13 @@ [-74.00337, 40.72525], [-74.00234, 40.72649], [-74.00312, 40.72687], - [-74.00318, 40.7269]], - "timestamps": [ 369, 381, 426, 432, 443.29, 449.985, 458.626, 497.303, 525.976, 527.67, 532.101, 534.972, 555.155, 563.237, 570.887, 602.015, 618, 621.894, 640.5, 715.5, 751.5, 756] + [-74.00318, 40.7269] + ], + "timestamps": [ + 369, 381, 426, 432, 443.29, 449.985, 458.626, 497.303, 525.976, 527.67, + 532.101, 534.972, 555.155, 563.237, 570.887, 602.015, 618, 621.894, 640.5, + 715.5, 751.5, 756 + ] }, { "vendor": 0, @@ -22508,8 +26095,18 @@ [-73.98995, 40.73848], [-73.99012, 40.73779], [-73.99004, 40.73776], - [-73.98887, 40.73727]], - "timestamps": [ 60, 62.033, 84.484, 92.529, 103.307, 111.843, 143.109, 151.488, 154.554, 173.512, 177.918, 182.361, 183.888, 185.472, 187.389, 190.254, 191.243, 193.007, 195.177, 196.581, 213.54, 220.636, 224.936, 228.415, 230.17, 233.923, 245.628, 249.709, 251.445, 254.154, 269.602, 271.253, 272.986, 274.694, 276.788, 282.915, 284.655, 287.464, 289.383, 292.849, 295.901, 300.833, 303.789, 306.829, 314.531, 320.417, 322.809, 325.768, 330.184, 331.416, 338.283, 339.66, 343.855, 361.536, 385.651, 387.326, 540.954, 542.857, 577.483, 585.551, 661.795, 704.487, 714.652, 715.988, 736] + [-73.98887, 40.73727] + ], + "timestamps": [ + 60, 62.033, 84.484, 92.529, 103.307, 111.843, 143.109, 151.488, 154.554, + 173.512, 177.918, 182.361, 183.888, 185.472, 187.389, 190.254, 191.243, + 193.007, 195.177, 196.581, 213.54, 220.636, 224.936, 228.415, 230.17, + 233.923, 245.628, 249.709, 251.445, 254.154, 269.602, 271.253, 272.986, + 274.694, 276.788, 282.915, 284.655, 287.464, 289.383, 292.849, 295.901, + 300.833, 303.789, 306.829, 314.531, 320.417, 322.809, 325.768, 330.184, + 331.416, 338.283, 339.66, 343.855, 361.536, 385.651, 387.326, 540.954, + 542.857, 577.483, 585.551, 661.795, 704.487, 714.652, 715.988, 736 + ] }, { "vendor": 0, @@ -22752,8 +26349,43 @@ [-73.97102, 40.7445], [-73.97077, 40.74486], [-73.97055, 40.74513], - [-73.96824, 40.7478]], - "timestamps": [ 196, 214.216, 228.761, 247.872, 265.734, 302.475, 314.198, 317.491, 318.854, 320.42, 321.799, 323.327, 325.041, 333.425, 340.244, 346.455, 349.457, 352.982, 357.792, 360.785, 366.195, 369.122, 371.821, 382.281, 394.382, 397.239, 403.932, 411.059, 417.446, 425.802, 436.532, 444.512, 453.042, 456.558, 462.783, 467.123, 479.277, 492.156, 500.24, 516.295, 528.044, 531.519, 533.336, 535.204, 537.517, 539.728, 541.917, 543.872, 547.525, 549.533, 551.325, 553.201, 556.768, 558.515, 561.716, 563.582, 568.408, 569.995, 573.686, 583.016, 585.288, 587.109, 589.192, 591.117, 594.522, 597.99, 600.297, 602.842, 604.877, 607.311, 612.048, 614.241, 616.698, 621.51, 629.84, 645.107, 668.119, 673.251, 800.161, 805.371, 808.105, 812.884, 816.306, 818.545, 820.742, 822.915, 826.292, 829.026, 863.17, 877.169, 884.354, 889.373, 903.954, 909.256, 912.133, 914.517, 916.648, 918.892, 921.558, 1011.432, 1013.636, 1016.243, 1018.452, 1021.314, 1023.184, 1036.491, 1040.593, 1042.615, 1045.379, 1048.579, 1055.349, 1058.142, 1068.964, 1106.314, 1112.398, 1117.529, 1118.956, 1123.14, 1126.249, 1131.109, 1134.652, 1137.584, 1140.255, 1143.766, 1148.719, 1154.504, 1157.729, 1162.468, 1166.481, 1169.034, 1171.979, 1173.65, 1176.698, 1178.772, 1180.432, 1181.824, 1183.248, 1183.84, 1185.228, 1187.393, 1192.731, 1200.69, 1216.441, 1312.711, 1326.276, 1327.189, 1329.284, 1330.173, 1330.9, 1332.186, 1332.969, 1333.723, 1334.462, 1335.25, 1335.988, 1336.993, 1337.384, 1341.306, 1345.174, 1348.948, 1351.263, 1369.229, 1371.142, 1372.513, 1376.779, 1377.305, 1379.493, 1381.756, 1382.766, 1384.855, 1387.161, 1388.008, 1393.368, 1396.696, 1402.81, 1407.518, 1419.3, 1430.021, 1433.753, 1454.92, 1477.292, 1486.518, 1502.58, 1504.625, 1506.747, 1509.313, 1513.15, 1514.475, 1516.837, 1519.742, 1521.622, 1544.332, 1553.834, 1559.593, 1564.252, 1566.601, 1571.627, 1587.301, 1592.766, 1595.09, 1598.718, 1619.405, 1621.615, 1626.222, 1629.026, 1639.561, 1641.952, 1644.071, 1645.744, 1647.68, 1649.761, 1651.874, 1653.759, 1659.636, 1662.511, 1664.103, 1665.626, 1667.028, 1668.688, 1691.971, 1694.547, 1696.807, 1699.551, 1702.354, 1706.029, 1708.219, 1719.19, 1721.099, 1724.038, 1730.389, 1746.033, 1748.589, 1752.048, 1755.545, 1759.003, 1765.348, 1771.985, 1777.163, 1829.249] + [-73.96824, 40.7478] + ], + "timestamps": [ + 196, 214.216, 228.761, 247.872, 265.734, 302.475, 314.198, 317.491, + 318.854, 320.42, 321.799, 323.327, 325.041, 333.425, 340.244, 346.455, + 349.457, 352.982, 357.792, 360.785, 366.195, 369.122, 371.821, 382.281, + 394.382, 397.239, 403.932, 411.059, 417.446, 425.802, 436.532, 444.512, + 453.042, 456.558, 462.783, 467.123, 479.277, 492.156, 500.24, 516.295, + 528.044, 531.519, 533.336, 535.204, 537.517, 539.728, 541.917, 543.872, + 547.525, 549.533, 551.325, 553.201, 556.768, 558.515, 561.716, 563.582, + 568.408, 569.995, 573.686, 583.016, 585.288, 587.109, 589.192, 591.117, + 594.522, 597.99, 600.297, 602.842, 604.877, 607.311, 612.048, 614.241, + 616.698, 621.51, 629.84, 645.107, 668.119, 673.251, 800.161, 805.371, + 808.105, 812.884, 816.306, 818.545, 820.742, 822.915, 826.292, 829.026, + 863.17, 877.169, 884.354, 889.373, 903.954, 909.256, 912.133, 914.517, + 916.648, 918.892, 921.558, 1011.432, 1013.636, 1016.243, 1018.452, + 1021.314, 1023.184, 1036.491, 1040.593, 1042.615, 1045.379, 1048.579, + 1055.349, 1058.142, 1068.964, 1106.314, 1112.398, 1117.529, 1118.956, + 1123.14, 1126.249, 1131.109, 1134.652, 1137.584, 1140.255, 1143.766, + 1148.719, 1154.504, 1157.729, 1162.468, 1166.481, 1169.034, 1171.979, + 1173.65, 1176.698, 1178.772, 1180.432, 1181.824, 1183.248, 1183.84, + 1185.228, 1187.393, 1192.731, 1200.69, 1216.441, 1312.711, 1326.276, + 1327.189, 1329.284, 1330.173, 1330.9, 1332.186, 1332.969, 1333.723, + 1334.462, 1335.25, 1335.988, 1336.993, 1337.384, 1341.306, 1345.174, + 1348.948, 1351.263, 1369.229, 1371.142, 1372.513, 1376.779, 1377.305, + 1379.493, 1381.756, 1382.766, 1384.855, 1387.161, 1388.008, 1393.368, + 1396.696, 1402.81, 1407.518, 1419.3, 1430.021, 1433.753, 1454.92, + 1477.292, 1486.518, 1502.58, 1504.625, 1506.747, 1509.313, 1513.15, + 1514.475, 1516.837, 1519.742, 1521.622, 1544.332, 1553.834, 1559.593, + 1564.252, 1566.601, 1571.627, 1587.301, 1592.766, 1595.09, 1598.718, + 1619.405, 1621.615, 1626.222, 1629.026, 1639.561, 1641.952, 1644.071, + 1645.744, 1647.68, 1649.761, 1651.874, 1653.759, 1659.636, 1662.511, + 1664.103, 1665.626, 1667.028, 1668.688, 1691.971, 1694.547, 1696.807, + 1699.551, 1702.354, 1706.029, 1708.219, 1719.19, 1721.099, 1724.038, + 1730.389, 1746.033, 1748.589, 1752.048, 1755.545, 1759.003, 1765.348, + 1771.985, 1777.163, 1829.249 + ] }, { "vendor": 0, @@ -22767,8 +26399,12 @@ [-73.98112, 40.74046], [-73.97954, 40.73979], [-73.98097, 40.73779], - [-73.98898, 40.72679]], - "timestamps": [ 1478, 1506.395, 1517.043, 1537.453, 1571.193, 1572.06, 1611.565, 1639.5, 1676.127, 1878.431] + [-73.98898, 40.72679] + ], + "timestamps": [ + 1478, 1506.395, 1517.043, 1537.453, 1571.193, 1572.06, 1611.565, 1639.5, + 1676.127, 1878.431 + ] }, { "vendor": 0, @@ -22869,8 +26505,24 @@ [-73.97179, 40.72859], [-73.97181, 40.72799], [-73.97203, 40.72667], - [-73.97213, 40.72636]], - "timestamps": [ 1011, 1014.675, 1033.471, 1050.202, 1083.906, 1115.132, 1124.248, 1134.733, 1275.086, 1295.219, 1297.507, 1303.264, 1312.842, 1315.264, 1319.947, 1342.182, 1342.997, 1344.428, 1347.675, 1352.886, 1357.549, 1363.823, 1372.322, 1376.088, 1379.549, 1382.625, 1384.138, 1386.934, 1389.516, 1391.265, 1394.052, 1397.11, 1400.307, 1415.486, 1419.552, 1424.159, 1428.444, 1440.675, 1452.12, 1458.822, 1466.828, 1470.842, 1476.19, 1482.168, 1490.234, 1496.815, 1504.343, 1507.497, 1518.137, 1519.589, 1527.302, 1529.222, 1531.647, 1546.173, 1555.56, 1561.718, 1566.42, 1569.86, 1571.77, 1575.362, 1580.948, 1583.907, 1599.814, 1602.593, 1638.038, 1643.326, 1653.092, 1655.125, 1662.151, 1670.46, 1674.217, 1677.451, 1680.871, 1684.111, 1697.931, 1701.369, 1703.071, 1706.612, 1710.006, 1719.673, 1723.061, 1726.51, 1729.021, 1730.528, 1734.59, 1759.625, 1762.854, 1764.982, 1768.03, 1773.909, 1777.02, 1778.641, 1782.297, 1785.626, 1789.922, 1799.447, 1801.731] + [-73.97213, 40.72636] + ], + "timestamps": [ + 1011, 1014.675, 1033.471, 1050.202, 1083.906, 1115.132, 1124.248, + 1134.733, 1275.086, 1295.219, 1297.507, 1303.264, 1312.842, 1315.264, + 1319.947, 1342.182, 1342.997, 1344.428, 1347.675, 1352.886, 1357.549, + 1363.823, 1372.322, 1376.088, 1379.549, 1382.625, 1384.138, 1386.934, + 1389.516, 1391.265, 1394.052, 1397.11, 1400.307, 1415.486, 1419.552, + 1424.159, 1428.444, 1440.675, 1452.12, 1458.822, 1466.828, 1470.842, + 1476.19, 1482.168, 1490.234, 1496.815, 1504.343, 1507.497, 1518.137, + 1519.589, 1527.302, 1529.222, 1531.647, 1546.173, 1555.56, 1561.718, + 1566.42, 1569.86, 1571.77, 1575.362, 1580.948, 1583.907, 1599.814, + 1602.593, 1638.038, 1643.326, 1653.092, 1655.125, 1662.151, 1670.46, + 1674.217, 1677.451, 1680.871, 1684.111, 1697.931, 1701.369, 1703.071, + 1706.612, 1710.006, 1719.673, 1723.061, 1726.51, 1729.021, 1730.528, + 1734.59, 1759.625, 1762.854, 1764.982, 1768.03, 1773.909, 1777.02, + 1778.641, 1782.297, 1785.626, 1789.922, 1799.447, 1801.731 + ] }, { "vendor": 1, @@ -22893,8 +26545,13 @@ [-74.00422, 40.59729], [-74.00468, 40.59753], [-74.00555, 40.59807], - [-74.00898, 40.60026]], - "timestamps": [ 1477, 1484.517, 1500.102, 1582.785, 1755.37, 1759.095, 1761.708, 1763.489, 1766.896, 1771.875, 1777.082, 1780.332, 1783.922, 1787.062, 1789.348, 1791.833, 1794.298, 1799.261, 1819.054] + [-74.00898, 40.60026] + ], + "timestamps": [ + 1477, 1484.517, 1500.102, 1582.785, 1755.37, 1759.095, 1761.708, 1763.489, + 1766.896, 1771.875, 1777.082, 1780.332, 1783.922, 1787.062, 1789.348, + 1791.833, 1794.298, 1799.261, 1819.054 + ] }, { "vendor": 0, @@ -22903,8 +26560,9 @@ [-73.99027, 40.75656], [-73.99005, 40.75686], [-73.98979, 40.75723], - [-73.98694, 40.75603]], - "timestamps": [ 1677, 1680.572, 1693.44, 1709.156, 1861.005] + [-73.98694, 40.75603] + ], + "timestamps": [1677, 1680.572, 1693.44, 1709.156, 1861.005] }, { "vendor": 0, @@ -22929,8 +26587,13 @@ [-73.97503, 40.73627], [-73.97506, 40.73592], [-73.97504, 40.73571], - [-73.97492, 40.73515]], - "timestamps": [ 1376, 1411.847, 1430.849, 1432.529, 1668.752, 1671.054, 1701.819, 1712.417, 1756.537, 1763.035, 1765, 1766.984, 1769.042, 1772.84, 1775.84, 1786.521, 1790.264, 1794.074, 1796.849, 1798.514, 1803.001] + [-73.97492, 40.73515] + ], + "timestamps": [ + 1376, 1411.847, 1430.849, 1432.529, 1668.752, 1671.054, 1701.819, + 1712.417, 1756.537, 1763.035, 1765, 1766.984, 1769.042, 1772.84, 1775.84, + 1786.521, 1790.264, 1794.074, 1796.849, 1798.514, 1803.001 + ] }, { "vendor": 0, @@ -23020,8 +26683,23 @@ [-73.99129, 40.69663], [-73.99122, 40.69637], [-73.99116, 40.69619], - [-73.99023, 40.69614]], - "timestamps": [ 1202, 1210.864, 1233.789, 1251.946, 1276.638, 1279.121, 1283.329, 1289.758, 1302.718, 1303.942, 1306.295, 1308.346, 1311.033, 1312.49, 1313.841, 1317.083, 1318.293, 1319.753, 1344.849, 1353.937, 1363.659, 1368.586, 1370.025, 1377.571, 1381, 1382.548, 1383.304, 1384.818, 1386.416, 1387.256, 1387.894, 1389.032, 1390.44, 1391.628, 1392.809, 1394.69, 1432.794, 1437.891, 1443.463, 1445.075, 1446.075, 1447.068, 1448.652, 1449.235, 1452.229, 1460.608, 1464.588, 1470.459, 1471.862, 1473.969, 1476.413, 1477.666, 1480.581, 1488.452, 1490.984, 1495.16, 1500.546, 1511.18, 1513.76, 1515.943, 1518.231, 1521.76, 1523.765, 1525.555, 1528.215, 1546.874, 1550.376, 1562.993, 1566.332, 1567.428, 1570.031, 1572.225, 1574.6, 1576.904, 1581.402, 1590.124, 1593.879, 1600.082, 1603.625, 1622.691, 1625.175, 1626.022, 1632.089, 1636.168, 1639.021, 1647] + [-73.99023, 40.69614] + ], + "timestamps": [ + 1202, 1210.864, 1233.789, 1251.946, 1276.638, 1279.121, 1283.329, + 1289.758, 1302.718, 1303.942, 1306.295, 1308.346, 1311.033, 1312.49, + 1313.841, 1317.083, 1318.293, 1319.753, 1344.849, 1353.937, 1363.659, + 1368.586, 1370.025, 1377.571, 1381, 1382.548, 1383.304, 1384.818, + 1386.416, 1387.256, 1387.894, 1389.032, 1390.44, 1391.628, 1392.809, + 1394.69, 1432.794, 1437.891, 1443.463, 1445.075, 1446.075, 1447.068, + 1448.652, 1449.235, 1452.229, 1460.608, 1464.588, 1470.459, 1471.862, + 1473.969, 1476.413, 1477.666, 1480.581, 1488.452, 1490.984, 1495.16, + 1500.546, 1511.18, 1513.76, 1515.943, 1518.231, 1521.76, 1523.765, + 1525.555, 1528.215, 1546.874, 1550.376, 1562.993, 1566.332, 1567.428, + 1570.031, 1572.225, 1574.6, 1576.904, 1581.402, 1590.124, 1593.879, + 1600.082, 1603.625, 1622.691, 1625.175, 1626.022, 1632.089, 1636.168, + 1639.021, 1647 + ] }, { "vendor": 0, @@ -23081,8 +26759,18 @@ [-74.00896, 40.70408], [-74.00908, 40.70419], [-74.00946, 40.70454], - [-74.01033, 40.70393]], - "timestamps": [ 532, 556.692, 569.975, 722.915, 724.797, 788.167, 819.688, 827.595, 831.588, 835.802, 840.958, 865.664, 875.238, 881.08, 884.82, 891.964, 896.502, 958.079, 962.311, 966.751, 1052.637, 1055.154, 1059.865, 1068.874, 1071.412, 1076.314, 1080.462, 1084.652, 1086.647, 1091.404, 1108.184, 1117.78, 1132.371, 1136.17, 1148.881, 1151.32, 1152.749, 1156.552, 1158.591, 1159.37, 1167.355, 1186.343, 1193.734, 1213.11, 1227.477, 1244.766, 1260.833, 1329.224, 1335.323, 1374.758, 1394.378, 1398.877, 1424.418, 1428.616, 1441.945, 1477] + [-74.01033, 40.70393] + ], + "timestamps": [ + 532, 556.692, 569.975, 722.915, 724.797, 788.167, 819.688, 827.595, + 831.588, 835.802, 840.958, 865.664, 875.238, 881.08, 884.82, 891.964, + 896.502, 958.079, 962.311, 966.751, 1052.637, 1055.154, 1059.865, + 1068.874, 1071.412, 1076.314, 1080.462, 1084.652, 1086.647, 1091.404, + 1108.184, 1117.78, 1132.371, 1136.17, 1148.881, 1151.32, 1152.749, + 1156.552, 1158.591, 1159.37, 1167.355, 1186.343, 1193.734, 1213.11, + 1227.477, 1244.766, 1260.833, 1329.224, 1335.323, 1374.758, 1394.378, + 1398.877, 1424.418, 1428.616, 1441.945, 1477 + ] }, { "vendor": 0, @@ -23101,8 +26789,12 @@ [-74.00705, 40.71826], [-74.00753, 40.71766], [-74.00795, 40.71712], - [-74.00809, 40.71718]], - "timestamps": [ 537, 549.868, 564.453, 585.236, 588.475, 597.768, 612.566, 618.502, 633.945, 643.634, 677.94, 679.415, 685.759, 691.426, 694] + [-74.00809, 40.71718] + ], + "timestamps": [ + 537, 549.868, 564.453, 585.236, 588.475, 597.768, 612.566, 618.502, + 633.945, 643.634, 677.94, 679.415, 685.759, 691.426, 694 + ] }, { "vendor": 0, @@ -23179,8 +26871,21 @@ [-73.96318, 40.75377], [-73.9649, 40.75197], [-73.96519, 40.75165], - [-73.96863, 40.74744]], - "timestamps": [ 889, 895.925, 946.516, 952.71, 1009.628, 1011.141, 1040.497, 1138.421, 1187.435, 1208.163, 1288.144, 1289.27, 1290.782, 1291.365, 1298.388, 1299.369, 1300.131, 1308.559, 1311.381, 1312.956, 1315.586, 1318.263, 1319.579, 1321.925, 1336.857, 1338.499, 1339.637, 1340.835, 1341.908, 1343.852, 1355.454, 1356.296, 1357.315, 1358.599, 1359.644, 1361.685, 1377.477, 1385.965, 1388.991, 1391.327, 1413.921, 1491.482, 1502.641, 1514.877, 1516.887, 1519.033, 1521.063, 1523.684, 1525.713, 1535.69, 1539.958, 1589.529, 1668.764, 1686.77, 1697.85, 1701.841, 1703.139, 1714.068, 1718.034, 1723.378, 1726.935, 1738.296, 1748.381, 1754.997, 1760.05, 1763.745, 1765.797, 1769.657, 1775.659, 1778.837, 1795.928, 1798.913, 1836.995] + [-73.96863, 40.74744] + ], + "timestamps": [ + 889, 895.925, 946.516, 952.71, 1009.628, 1011.141, 1040.497, 1138.421, + 1187.435, 1208.163, 1288.144, 1289.27, 1290.782, 1291.365, 1298.388, + 1299.369, 1300.131, 1308.559, 1311.381, 1312.956, 1315.586, 1318.263, + 1319.579, 1321.925, 1336.857, 1338.499, 1339.637, 1340.835, 1341.908, + 1343.852, 1355.454, 1356.296, 1357.315, 1358.599, 1359.644, 1361.685, + 1377.477, 1385.965, 1388.991, 1391.327, 1413.921, 1491.482, 1502.641, + 1514.877, 1516.887, 1519.033, 1521.063, 1523.684, 1525.713, 1535.69, + 1539.958, 1589.529, 1668.764, 1686.77, 1697.85, 1701.841, 1703.139, + 1714.068, 1718.034, 1723.378, 1726.935, 1738.296, 1748.381, 1754.997, + 1760.05, 1763.745, 1765.797, 1769.657, 1775.659, 1778.837, 1795.928, + 1798.913, 1836.995 + ] }, { "vendor": 0, @@ -23196,8 +26901,12 @@ [-73.92584, 40.66641], [-73.92561, 40.66837], [-73.92559, 40.66849], - [-73.95289, 40.66999]], - "timestamps": [ 1370, 1402.401, 1409.496, 1458.562, 1508.274, 1555.245, 1560.87, 1563.537, 1567.363, 1607.903, 1610.395, 2000.906] + [-73.95289, 40.66999] + ], + "timestamps": [ + 1370, 1402.401, 1409.496, 1458.562, 1508.274, 1555.245, 1560.87, 1563.537, + 1567.363, 1607.903, 1610.395, 2000.906 + ] }, { "vendor": 0, @@ -23312,8 +27021,26 @@ [-74.0399, 40.61536], [-74.04005, 40.61579], [-74.04017, 40.61619], - [-74.0405, 40.61776]], - "timestamps": [ 889, 962.299, 979.373, 996.267, 1004.673, 1099.959, 1104.351, 1110.686, 1119.041, 1122.302, 1126.126, 1132.139, 1137.876, 1141.649, 1162.215, 1173.05, 1184.324, 1187.784, 1198.501, 1213.386, 1224.692, 1242.212, 1247.228, 1254.215, 1260.828, 1264.413, 1267.682, 1274.52, 1287.019, 1299.433, 1306.425, 1321.077, 1325.237, 1332.099, 1335.812, 1339.456, 1342.516, 1348.083, 1353.271, 1356.037, 1361.565, 1367.113, 1369.995, 1377.278, 1389.957, 1393.226, 1399.669, 1406.712, 1414.143, 1421.417, 1428.301, 1435.186, 1438.83, 1446.04, 1449.609, 1453.134, 1457.836, 1461.262, 1467.456, 1477.854, 1481.445, 1484.757, 1488.358, 1491.93, 1499.121, 1527.802, 1535.091, 1538.716, 1545.837, 1552.918, 1560.165, 1582.608, 1595.232, 1616.478, 1618.722, 1624.1, 1626.821, 1629.593, 1632.158, 1636.063, 1643.915, 1647.507, 1653.912, 1657.819, 1661.311, 1664.868, 1671.808, 1674.075, 1677.346, 1685.603, 1689.18, 1697.591, 1701.902, 1705.599, 1709.091, 1723.016, 1728.996, 1735.899, 1739.807, 1743.736, 1747.367, 1753.648, 1756.709, 1759.54, 1765.559, 1768.8, 1772.635, 1779.566, 1783.315, 1786.773, 1800.174] + [-74.0405, 40.61776] + ], + "timestamps": [ + 889, 962.299, 979.373, 996.267, 1004.673, 1099.959, 1104.351, 1110.686, + 1119.041, 1122.302, 1126.126, 1132.139, 1137.876, 1141.649, 1162.215, + 1173.05, 1184.324, 1187.784, 1198.501, 1213.386, 1224.692, 1242.212, + 1247.228, 1254.215, 1260.828, 1264.413, 1267.682, 1274.52, 1287.019, + 1299.433, 1306.425, 1321.077, 1325.237, 1332.099, 1335.812, 1339.456, + 1342.516, 1348.083, 1353.271, 1356.037, 1361.565, 1367.113, 1369.995, + 1377.278, 1389.957, 1393.226, 1399.669, 1406.712, 1414.143, 1421.417, + 1428.301, 1435.186, 1438.83, 1446.04, 1449.609, 1453.134, 1457.836, + 1461.262, 1467.456, 1477.854, 1481.445, 1484.757, 1488.358, 1491.93, + 1499.121, 1527.802, 1535.091, 1538.716, 1545.837, 1552.918, 1560.165, + 1582.608, 1595.232, 1616.478, 1618.722, 1624.1, 1626.821, 1629.593, + 1632.158, 1636.063, 1643.915, 1647.507, 1653.912, 1657.819, 1661.311, + 1664.868, 1671.808, 1674.075, 1677.346, 1685.603, 1689.18, 1697.591, + 1701.902, 1705.599, 1709.091, 1723.016, 1728.996, 1735.899, 1739.807, + 1743.736, 1747.367, 1753.648, 1756.709, 1759.54, 1765.559, 1768.8, + 1772.635, 1779.566, 1783.315, 1786.773, 1800.174 + ] }, { "vendor": 0, @@ -23389,8 +27116,21 @@ [-73.9725, 40.73015], [-73.97324, 40.73077], [-73.97354, 40.73111], - [-73.97368, 40.73131]], - "timestamps": [ 1124, 1131.082, 1201.585, 1243.797, 1271.307, 1295.588, 1323.715, 1352.233, 1377.539, 1393.987, 1409.177, 1435.515, 1437.472, 1438.445, 1439.902, 1441.634, 1442.72, 1443.966, 1449.265, 1450.932, 1452.448, 1457.317, 1459.591, 1461.942, 1462.992, 1465.163, 1467.559, 1468.439, 1474.01, 1477.468, 1483.821, 1488.714, 1500.958, 1512.099, 1516.709, 1542.86, 1570.5, 1581.899, 1601.743, 1604.269, 1606.89, 1610.061, 1614.802, 1616.439, 1619.356, 1622.946, 1625.269, 1653.326, 1665.065, 1672.18, 1677.936, 1680.839, 1687.048, 1706.413, 1713.164, 1716.036, 1720.518, 1746.077, 1748.807, 1754.499, 1757.963, 1770.978, 1773.931, 1776.55, 1778.616, 1781.009, 1783.58, 1786.19, 1788.519, 1795.78, 1799.332, 1801.299] + [-73.97368, 40.73131] + ], + "timestamps": [ + 1124, 1131.082, 1201.585, 1243.797, 1271.307, 1295.588, 1323.715, + 1352.233, 1377.539, 1393.987, 1409.177, 1435.515, 1437.472, 1438.445, + 1439.902, 1441.634, 1442.72, 1443.966, 1449.265, 1450.932, 1452.448, + 1457.317, 1459.591, 1461.942, 1462.992, 1465.163, 1467.559, 1468.439, + 1474.01, 1477.468, 1483.821, 1488.714, 1500.958, 1512.099, 1516.709, + 1542.86, 1570.5, 1581.899, 1601.743, 1604.269, 1606.89, 1610.061, + 1614.802, 1616.439, 1619.356, 1622.946, 1625.269, 1653.326, 1665.065, + 1672.18, 1677.936, 1680.839, 1687.048, 1706.413, 1713.164, 1716.036, + 1720.518, 1746.077, 1748.807, 1754.499, 1757.963, 1770.978, 1773.931, + 1776.55, 1778.616, 1781.009, 1783.58, 1786.19, 1788.519, 1795.78, + 1799.332, 1801.299 + ] }, { "vendor": 0, @@ -23406,8 +27146,12 @@ [-74.01334, 40.70504], [-74.01328, 40.70459], [-74.01319, 40.70405], - [-74.01157, 40.70402]], - "timestamps": [ 1508, 1513.741, 1543.031, 1578.805, 1649.946, 1688.24, 1705.107, 1709.95, 1722.643, 1732.055, 1743.381, 1804.618] + [-74.01157, 40.70402] + ], + "timestamps": [ + 1508, 1513.741, 1543.031, 1578.805, 1649.946, 1688.24, 1705.107, 1709.95, + 1722.643, 1732.055, 1743.381, 1804.618 + ] }, { "vendor": 0, @@ -23423,8 +27167,12 @@ [-74.00679, 40.71978], [-74.00858, 40.71996], [-74.00842, 40.72089], - [-74.0084, 40.72096]], - "timestamps": [ 1100, 1115.758, 1131.516, 1148.4, 1156.028, 1191.173, 1237.369, 1259.687, 1271.091, 1310.487, 1331.402, 1333] + [-74.0084, 40.72096] + ], + "timestamps": [ + 1100, 1115.758, 1131.516, 1148.4, 1156.028, 1191.173, 1237.369, 1259.687, + 1271.091, 1310.487, 1331.402, 1333 + ] }, { "vendor": 0, @@ -23447,8 +27195,13 @@ [-74.00468, 40.73032], [-74.00516, 40.72947], [-74.00519, 40.72936], - [-74.00577, 40.72568]], - "timestamps": [ 1529, 1546.423, 1550.991, 1552.646, 1571.912, 1586.426, 1588.147, 1591.825, 1617.955, 1630.341, 1642.727, 1667.65, 1676.508, 1723.304, 1736.776, 1762.697, 1776.723, 1778.39, 1833.386] + [-74.00577, 40.72568] + ], + "timestamps": [ + 1529, 1546.423, 1550.991, 1552.646, 1571.912, 1586.426, 1588.147, + 1591.825, 1617.955, 1630.341, 1642.727, 1667.65, 1676.508, 1723.304, + 1736.776, 1762.697, 1776.723, 1778.39, 1833.386 + ] }, { "vendor": 0, @@ -23504,16 +27257,27 @@ [-74.00411, 40.68002], [-74.00435, 40.6804], [-74.00494, 40.68114], - [-74.00525, 40.68151]], - "timestamps": [ 986, 1007.503, 1213.145, 1224.075, 1285.694, 1287.05, 1292.259, 1296.299, 1301.574, 1387.871, 1391.496, 1410.238, 1415.086, 1419.143, 1432.775, 1448.233, 1454.639, 1460.202, 1487.721, 1494.067, 1499.297, 1503.545, 1507.48, 1519.936, 1560.171, 1562.818, 1566.115, 1570.032, 1572.832, 1591.395, 1596.118, 1599.82, 1604.66, 1611.797, 1625.858, 1632.643, 1640.31, 1643.518, 1645.207, 1646.819, 1651.415, 1663.255, 1669.507, 1706.011, 1723.266, 1741.132, 1747.202, 1758.513, 1769.345, 1778.352, 1796.837, 1806.208] + [-74.00525, 40.68151] + ], + "timestamps": [ + 986, 1007.503, 1213.145, 1224.075, 1285.694, 1287.05, 1292.259, 1296.299, + 1301.574, 1387.871, 1391.496, 1410.238, 1415.086, 1419.143, 1432.775, + 1448.233, 1454.639, 1460.202, 1487.721, 1494.067, 1499.297, 1503.545, + 1507.48, 1519.936, 1560.171, 1562.818, 1566.115, 1570.032, 1572.832, + 1591.395, 1596.118, 1599.82, 1604.66, 1611.797, 1625.858, 1632.643, + 1640.31, 1643.518, 1645.207, 1646.819, 1651.415, 1663.255, 1669.507, + 1706.011, 1723.266, 1741.132, 1747.202, 1758.513, 1769.345, 1778.352, + 1796.837, 1806.208 + ] }, { "vendor": 0, "path": [ [-73.95037, 40.66084], [-73.94775, 40.661], - [-73.94799, 40.6633]], - "timestamps": [ 1723, 1788.867, 1837.803] + [-73.94799, 40.6633] + ], + "timestamps": [1723, 1788.867, 1837.803] }, { "vendor": 0, @@ -23600,8 +27364,21 @@ [-73.98495, 40.76098], [-73.98536, 40.76043], [-73.98541, 40.76036], - [-73.98499, 40.76018]], - "timestamps": [ 363, 394.945, 420.236, 472.148, 502.009, 518.666, 547.821, 593.244, 622.647, 651.072, 660.062, 662.402, 664.594, 666.484, 668.916, 683.988, 695.768, 701.233, 703.558, 707.186, 727.874, 730.084, 734.691, 737.495, 745.701, 748.031, 750.422, 752.542, 754.214, 756.151, 758.232, 760.344, 762.23, 768.107, 769.663, 772.575, 775.498, 803.017, 805.277, 808.021, 810.825, 814.499, 816.689, 827.661, 829.57, 832.509, 838.861, 854.506, 857.062, 860.521, 864.019, 867.476, 873.664, 880.136, 885.184, 935.973, 938.505, 940.429, 941.837, 944.245, 960.619, 961.983, 965.976, 977.705, 1008.569, 1009.901, 1092.698, 1099.083, 1109.118, 1119.049, 1199.695, 1219.965, 1281.043, 1284.102, 1286.668, 1353.318, 1380.133, 1381.271, 1456.155, 1466.459, 1520.837, 1527.689, 1541] + [-73.98499, 40.76018] + ], + "timestamps": [ + 363, 394.945, 420.236, 472.148, 502.009, 518.666, 547.821, 593.244, + 622.647, 651.072, 660.062, 662.402, 664.594, 666.484, 668.916, 683.988, + 695.768, 701.233, 703.558, 707.186, 727.874, 730.084, 734.691, 737.495, + 745.701, 748.031, 750.422, 752.542, 754.214, 756.151, 758.232, 760.344, + 762.23, 768.107, 769.663, 772.575, 775.498, 803.017, 805.277, 808.021, + 810.825, 814.499, 816.689, 827.661, 829.57, 832.509, 838.861, 854.506, + 857.062, 860.521, 864.019, 867.476, 873.664, 880.136, 885.184, 935.973, + 938.505, 940.429, 941.837, 944.245, 960.619, 961.983, 965.976, 977.705, + 1008.569, 1009.901, 1092.698, 1099.083, 1109.118, 1119.049, 1199.695, + 1219.965, 1281.043, 1284.102, 1286.668, 1353.318, 1380.133, 1381.271, + 1456.155, 1466.459, 1520.837, 1527.689, 1541 + ] }, { "vendor": 1, @@ -23621,8 +27398,13 @@ [-73.99916, 40.69357], [-73.99889, 40.69426], [-73.99837, 40.69537], - [-73.9965, 40.69918]], - "timestamps": [ 1606, 1636.242, 1691.559, 1703.578, 1713.534, 1720.926, 1728.959, 1731.493, 1734.018, 1736.759, 1742.876, 1747.6, 1755.621, 1762.896, 1774.804, 1815.899] + [-73.9965, 40.69918] + ], + "timestamps": [ + 1606, 1636.242, 1691.559, 1703.578, 1713.534, 1720.926, 1728.959, + 1731.493, 1734.018, 1736.759, 1742.876, 1747.6, 1755.621, 1762.896, + 1774.804, 1815.899 + ] }, { "vendor": 0, @@ -23634,8 +27416,11 @@ [-73.98378, 40.72154], [-73.98373, 40.72162], [-73.98344, 40.72201], - [-73.98721, 40.72362]], - "timestamps": [ 1519, 1558.921, 1599.892, 1706.068, 1712.15, 1718.964, 1753.422, 1853.942] + [-73.98721, 40.72362] + ], + "timestamps": [ + 1519, 1558.921, 1599.892, 1706.068, 1712.15, 1718.964, 1753.422, 1853.942 + ] }, { "vendor": 1, @@ -23673,8 +27458,15 @@ [-73.96869, 40.69947], [-73.97265, 40.69959], [-73.97359, 40.70042], - [-73.97554, 40.6992]], - "timestamps": [ 1127, 1130.881, 1133.496, 1173.287, 1328.98, 1346.021, 1380.374, 1467.438, 1483.984, 1536.884, 1538.68, 1540.721, 1565.498, 1591.628, 1594.92, 1597.626, 1600.432, 1627.537, 1630.479, 1632.103, 1640.831, 1647.962, 1684.075, 1687.07, 1693.557, 1696.89, 1699.818, 1723.554, 1725.696, 1728.158, 1732.762, 1769.103, 1782.334, 1806.696] + [-73.97554, 40.6992] + ], + "timestamps": [ + 1127, 1130.881, 1133.496, 1173.287, 1328.98, 1346.021, 1380.374, 1467.438, + 1483.984, 1536.884, 1538.68, 1540.721, 1565.498, 1591.628, 1594.92, + 1597.626, 1600.432, 1627.537, 1630.479, 1632.103, 1640.831, 1647.962, + 1684.075, 1687.07, 1693.557, 1696.89, 1699.818, 1723.554, 1725.696, + 1728.158, 1732.762, 1769.103, 1782.334, 1806.696 + ] }, { "vendor": 0, @@ -23801,8 +27593,28 @@ [-73.9965, 40.69918], [-73.99616, 40.69979], [-73.99556, 40.70034], - [-73.99512, 40.70065]], - "timestamps": [ 738, 747.39, 773.902, 846.528, 868.146, 871.104, 883.596, 891.248, 896.362, 904.902, 907.207, 913.707, 918.319, 931.657, 936.916, 939.268, 944.23, 949.928, 952.272, 967.403, 975.722, 992.31, 997.457, 1012.451, 1015.459, 1019.842, 1022.143, 1024.455, 1026.716, 1028.432, 1036.545, 1039.698, 1042.004, 1044.195, 1047.317, 1051.226, 1054.996, 1061.946, 1067.436, 1075.799, 1081.361, 1082.885, 1086.827, 1094.281, 1100.203, 1103.57, 1118.715, 1121.22, 1122.456, 1124.574, 1125.925, 1129.627, 1135.835, 1138.863, 1145.558, 1151.429, 1153.354, 1164.483, 1170.569, 1177.311, 1179.726, 1184.887, 1186.782, 1193.544, 1198.063, 1209.486, 1212.269, 1214.498, 1217.048, 1219.406, 1221.498, 1223.578, 1227.823, 1230.649, 1233.764, 1236.257, 1239.236, 1245.036, 1247.722, 1250.73, 1256.622, 1266.821, 1285.514, 1310.732, 1316.356, 1455.434, 1461.143, 1464.139, 1469.376, 1473.126, 1475.58, 1477.987, 1480.369, 1484.069, 1487.066, 1524.484, 1539.824, 1547.552, 1552.95, 1568.633, 1574.336, 1577.43, 1579.994, 1582.286, 1584.7, 1587.567, 1684.231, 1686.602, 1689.405, 1691.781, 1694.859, 1696.871, 1711.183, 1715.595, 1717.769, 1720.742, 1728.578, 1734.469, 1746.109, 1786.28, 1792.824, 1799.877, 1804.377] + [-73.99512, 40.70065] + ], + "timestamps": [ + 738, 747.39, 773.902, 846.528, 868.146, 871.104, 883.596, 891.248, + 896.362, 904.902, 907.207, 913.707, 918.319, 931.657, 936.916, 939.268, + 944.23, 949.928, 952.272, 967.403, 975.722, 992.31, 997.457, 1012.451, + 1015.459, 1019.842, 1022.143, 1024.455, 1026.716, 1028.432, 1036.545, + 1039.698, 1042.004, 1044.195, 1047.317, 1051.226, 1054.996, 1061.946, + 1067.436, 1075.799, 1081.361, 1082.885, 1086.827, 1094.281, 1100.203, + 1103.57, 1118.715, 1121.22, 1122.456, 1124.574, 1125.925, 1129.627, + 1135.835, 1138.863, 1145.558, 1151.429, 1153.354, 1164.483, 1170.569, + 1177.311, 1179.726, 1184.887, 1186.782, 1193.544, 1198.063, 1209.486, + 1212.269, 1214.498, 1217.048, 1219.406, 1221.498, 1223.578, 1227.823, + 1230.649, 1233.764, 1236.257, 1239.236, 1245.036, 1247.722, 1250.73, + 1256.622, 1266.821, 1285.514, 1310.732, 1316.356, 1455.434, 1461.143, + 1464.139, 1469.376, 1473.126, 1475.58, 1477.987, 1480.369, 1484.069, + 1487.066, 1524.484, 1539.824, 1547.552, 1552.95, 1568.633, 1574.336, + 1577.43, 1579.994, 1582.286, 1584.7, 1587.567, 1684.231, 1686.602, + 1689.405, 1691.781, 1694.859, 1696.871, 1711.183, 1715.595, 1717.769, + 1720.742, 1728.578, 1734.469, 1746.109, 1786.28, 1792.824, 1799.877, + 1804.377 + ] }, { "vendor": 1, @@ -23838,8 +27650,15 @@ [-73.97209, 40.67475], [-73.97459, 40.67573], [-73.97502, 40.67509], - [-73.97538, 40.67458]], - "timestamps": [ 1108, 1128.741, 1175.483, 1231.948, 1271.888, 1276.798, 1328.165, 1354.587, 1445.69, 1475.715, 1488.11, 1526.671, 1536.017, 1552.051, 1571.462, 1577.628, 1591.002, 1593.427, 1602.845, 1611.139, 1614.813, 1626.029, 1630.518, 1637.615, 1640.98, 1651.116, 1661.023, 1663.015, 1682.364, 1755.288, 1785.039, 1809] + [-73.97538, 40.67458] + ], + "timestamps": [ + 1108, 1128.741, 1175.483, 1231.948, 1271.888, 1276.798, 1328.165, + 1354.587, 1445.69, 1475.715, 1488.11, 1526.671, 1536.017, 1552.051, + 1571.462, 1577.628, 1591.002, 1593.427, 1602.845, 1611.139, 1614.813, + 1626.029, 1630.518, 1637.615, 1640.98, 1651.116, 1661.023, 1663.015, + 1682.364, 1755.288, 1785.039, 1809 + ] }, { "vendor": 0, @@ -23960,8 +27779,27 @@ [-73.91902, 40.73517], [-73.91652, 40.7354], [-73.90852, 40.73644], - [-73.90792, 40.73653]], - "timestamps": [ 846, 850.122, 867.361, 877.952, 938.639, 962.47, 973.808, 1058.333, 1061.419, 1078.455, 1079.972, 1080.846, 1081.444, 1094.825, 1097.494, 1179.366, 1185.438, 1193.351, 1196.108, 1199.396, 1201.279, 1203.757, 1205.733, 1207.113, 1208.538, 1209.758, 1211.075, 1212.638, 1213.355, 1214.776, 1216.027, 1216.027, 1220.892, 1224.379, 1226.168, 1227.153, 1228.395, 1239.493, 1258.021, 1274.778, 1288.811, 1291.269, 1345.498, 1351.051, 1353.744, 1355.661, 1357.644, 1360.813, 1369.703, 1370.634, 1380.289, 1382.971, 1385.16, 1385.858, 1387.516, 1389.093, 1390.789, 1393.294, 1396.211, 1404.802, 1451.359, 1452.736, 1455.722, 1457.541, 1458.936, 1460.801, 1462.807, 1464.732, 1467.615, 1480.45, 1482.287, 1488.699, 1490.459, 1510.718, 1536.017, 1556.944, 1561.12, 1563.09, 1570.275, 1578.273, 1582.507, 1586.599, 1599.079, 1617.813, 1627.656, 1629.515, 1637.613, 1639.702, 1650.807, 1652.202, 1654.38, 1656.072, 1675.344, 1677.152, 1679.543, 1683.188, 1699.243, 1701.609, 1706.418, 1711.426, 1718.385, 1720.679, 1723.096, 1725.5, 1727.91, 1729.998, 1732.133, 1734.289, 1736.543, 1738.371, 1743.172, 1747.878, 1751.103, 1754.616, 1765.087, 1798.833, 1801.376] + [-73.90792, 40.73653] + ], + "timestamps": [ + 846, 850.122, 867.361, 877.952, 938.639, 962.47, 973.808, 1058.333, + 1061.419, 1078.455, 1079.972, 1080.846, 1081.444, 1094.825, 1097.494, + 1179.366, 1185.438, 1193.351, 1196.108, 1199.396, 1201.279, 1203.757, + 1205.733, 1207.113, 1208.538, 1209.758, 1211.075, 1212.638, 1213.355, + 1214.776, 1216.027, 1216.027, 1220.892, 1224.379, 1226.168, 1227.153, + 1228.395, 1239.493, 1258.021, 1274.778, 1288.811, 1291.269, 1345.498, + 1351.051, 1353.744, 1355.661, 1357.644, 1360.813, 1369.703, 1370.634, + 1380.289, 1382.971, 1385.16, 1385.858, 1387.516, 1389.093, 1390.789, + 1393.294, 1396.211, 1404.802, 1451.359, 1452.736, 1455.722, 1457.541, + 1458.936, 1460.801, 1462.807, 1464.732, 1467.615, 1480.45, 1482.287, + 1488.699, 1490.459, 1510.718, 1536.017, 1556.944, 1561.12, 1563.09, + 1570.275, 1578.273, 1582.507, 1586.599, 1599.079, 1617.813, 1627.656, + 1629.515, 1637.613, 1639.702, 1650.807, 1652.202, 1654.38, 1656.072, + 1675.344, 1677.152, 1679.543, 1683.188, 1699.243, 1701.609, 1706.418, + 1711.426, 1718.385, 1720.679, 1723.096, 1725.5, 1727.91, 1729.998, + 1732.133, 1734.289, 1736.543, 1738.371, 1743.172, 1747.878, 1751.103, + 1754.616, 1765.087, 1798.833, 1801.376 + ] }, { "vendor": 0, @@ -24014,8 +27852,16 @@ [-73.99523, 40.68374], [-73.99305, 40.6829], [-73.99219, 40.68417], - [-73.99196, 40.6845]], - "timestamps": [ 80, 88.49, 193.055, 215.854, 235.049, 237.316, 258.884, 339.625, 349.586, 370.753, 377.181, 416.64, 436.124, 442.551, 459.389, 473.257, 481.195, 492.784, 508.456, 509.852, 510.752, 511.367, 525.146, 527.895, 614.588, 621.017, 629.397, 631.121, 636.518, 638.635, 640.142, 641.776, 642.678, 646.768, 648.89, 651.013, 687.174, 755.073, 769.51, 772.437, 775.193, 788.264, 796.42, 815.525, 930.776, 942.888, 988.527, 1008.72, 1013.999] + [-73.99196, 40.6845] + ], + "timestamps": [ + 80, 88.49, 193.055, 215.854, 235.049, 237.316, 258.884, 339.625, 349.586, + 370.753, 377.181, 416.64, 436.124, 442.551, 459.389, 473.257, 481.195, + 492.784, 508.456, 509.852, 510.752, 511.367, 525.146, 527.895, 614.588, + 621.017, 629.397, 631.121, 636.518, 638.635, 640.142, 641.776, 642.678, + 646.768, 648.89, 651.013, 687.174, 755.073, 769.51, 772.437, 775.193, + 788.264, 796.42, 815.525, 930.776, 942.888, 988.527, 1008.72, 1013.999 + ] }, { "vendor": 0, @@ -24186,8 +28032,33 @@ [-73.90051, 40.73946], [-73.90004, 40.73978], [-73.89904, 40.74063], - [-73.89764, 40.74173]], - "timestamps": [ 142, 158.277, 182.618, 203.042, 381.546, 393.701, 421.654, 433.646, 520.865, 527.244, 576.75, 580.815, 584.216, 596.255, 609.907, 615.564, 620.478, 644.781, 650.385, 655.004, 658.755, 662.231, 673.232, 708.765, 711.103, 714.014, 717.474, 719.946, 736.341, 740.511, 743.781, 748.055, 754.358, 766.776, 772.769, 779.54, 782.373, 783.865, 785.288, 789.347, 799.804, 805.325, 837.564, 852.802, 858.787, 862.968, 875.113, 879.53, 881.926, 883.912, 885.687, 887.556, 889.776, 964.638, 966.474, 968.645, 970.486, 972.869, 974.427, 985.511, 988.928, 990.612, 992.914, 998.983, 1003.545, 1012.56, 1043.671, 1048.738, 1054.201, 1057.686, 1060.275, 1064.323, 1067.275, 1069.717, 1071.942, 1074.867, 1075.914, 1080.152, 1083.81, 1086.497, 1092.084, 1104.341, 1107.698, 1110.496, 1113.845, 1116.435, 1119.267, 1121.01, 1135.596, 1149.062, 1152.803, 1155.856, 1156.829, 1159.142, 1161.341, 1163.706, 1167.201, 1171.269, 1183.252, 1248.186, 1250.107, 1254.272, 1256.81, 1258.756, 1261.357, 1264.154, 1266.839, 1270.86, 1288.762, 1291.325, 1300.267, 1302.722, 1330.979, 1366.264, 1395.453, 1401.277, 1404.024, 1414.046, 1425.201, 1431.107, 1436.814, 1454.221, 1480.349, 1494.078, 1496.671, 1507.966, 1510.88, 1526.368, 1528.314, 1531.352, 1533.711, 1560.591, 1563.113, 1566.448, 1571.532, 1593.925, 1597.225, 1603.932, 1610.917, 1620.623, 1623.823, 1627.193, 1630.547, 1633.908, 1636.82, 1639.799, 1642.806, 1645.949, 1648.499, 1655.195, 1661.759, 1666.257, 1671.157, 1685.761, 1732.829, 1736.376, 1739.806, 1743.277, 1746.469, 1757.56, 1767.688, 1778.092, 1781.656, 1785.03, 1788.694, 1797.408, 1809.103] + [-73.89764, 40.74173] + ], + "timestamps": [ + 142, 158.277, 182.618, 203.042, 381.546, 393.701, 421.654, 433.646, + 520.865, 527.244, 576.75, 580.815, 584.216, 596.255, 609.907, 615.564, + 620.478, 644.781, 650.385, 655.004, 658.755, 662.231, 673.232, 708.765, + 711.103, 714.014, 717.474, 719.946, 736.341, 740.511, 743.781, 748.055, + 754.358, 766.776, 772.769, 779.54, 782.373, 783.865, 785.288, 789.347, + 799.804, 805.325, 837.564, 852.802, 858.787, 862.968, 875.113, 879.53, + 881.926, 883.912, 885.687, 887.556, 889.776, 964.638, 966.474, 968.645, + 970.486, 972.869, 974.427, 985.511, 988.928, 990.612, 992.914, 998.983, + 1003.545, 1012.56, 1043.671, 1048.738, 1054.201, 1057.686, 1060.275, + 1064.323, 1067.275, 1069.717, 1071.942, 1074.867, 1075.914, 1080.152, + 1083.81, 1086.497, 1092.084, 1104.341, 1107.698, 1110.496, 1113.845, + 1116.435, 1119.267, 1121.01, 1135.596, 1149.062, 1152.803, 1155.856, + 1156.829, 1159.142, 1161.341, 1163.706, 1167.201, 1171.269, 1183.252, + 1248.186, 1250.107, 1254.272, 1256.81, 1258.756, 1261.357, 1264.154, + 1266.839, 1270.86, 1288.762, 1291.325, 1300.267, 1302.722, 1330.979, + 1366.264, 1395.453, 1401.277, 1404.024, 1414.046, 1425.201, 1431.107, + 1436.814, 1454.221, 1480.349, 1494.078, 1496.671, 1507.966, 1510.88, + 1526.368, 1528.314, 1531.352, 1533.711, 1560.591, 1563.113, 1566.448, + 1571.532, 1593.925, 1597.225, 1603.932, 1610.917, 1620.623, 1623.823, + 1627.193, 1630.547, 1633.908, 1636.82, 1639.799, 1642.806, 1645.949, + 1648.499, 1655.195, 1661.759, 1666.257, 1671.157, 1685.761, 1732.829, + 1736.376, 1739.806, 1743.277, 1746.469, 1757.56, 1767.688, 1778.092, + 1781.656, 1785.03, 1788.694, 1797.408, 1809.103 + ] }, { "vendor": 0, @@ -24211,8 +28082,13 @@ [-74.00906, 40.71088], [-74.00947, 40.71041], [-74.0108, 40.71101], - [-74.01051, 40.71145]], - "timestamps": [ 543, 551.485, 598.155, 640.505, 644.824, 670.032, 695.037, 704.657, 709.313, 727.831, 818.107, 827.851, 850.221, 856.111, 882.728, 909.762, 945.796, 953.693, 997.817, 1008] + [-74.01051, 40.71145] + ], + "timestamps": [ + 543, 551.485, 598.155, 640.505, 644.824, 670.032, 695.037, 704.657, + 709.313, 727.831, 818.107, 827.851, 850.221, 856.111, 882.728, 909.762, + 945.796, 953.693, 997.817, 1008 + ] }, { "vendor": 1, @@ -24226,8 +28102,12 @@ [-73.97941, 40.67345], [-73.98177, 40.6746], [-73.98278, 40.67339], - [-73.98297, 40.67316]], - "timestamps": [ 1502, 1506.039, 1522.197, 1558.551, 1570.254, 1587.405, 1613.628, 1639.917, 1659.322, 1663] + [-73.98297, 40.67316] + ], + "timestamps": [ + 1502, 1506.039, 1522.197, 1558.551, 1570.254, 1587.405, 1613.628, + 1639.917, 1659.322, 1663 + ] }, { "vendor": 1, @@ -24243,8 +28123,12 @@ [-73.97339, 40.67284], [-73.97295, 40.67348], [-73.97112, 40.67276], - [-73.97573, 40.67457]], - "timestamps": [ 903, 903.481, 918.9, 948.008, 955.036, 963.059, 976.718, 1101.028, 1107.276, 1113.554, 1144.096, 1221] + [-73.97573, 40.67457] + ], + "timestamps": [ + 903, 903.481, 918.9, 948.008, 955.036, 963.059, 976.718, 1101.028, + 1107.276, 1113.554, 1144.096, 1221 + ] }, { "vendor": 0, @@ -24264,8 +28148,12 @@ [-73.98806, 40.71858], [-73.98816, 40.71861], [-73.98795, 40.71903], - [-73.98758, 40.71974]], - "timestamps": [ 244, 272.881, 296.792, 307.779, 320.157, 331.627, 340.168, 346.542, 374.553, 380.101, 415.107, 422.05, 432.629, 434.169, 445.219, 464] + [-73.98758, 40.71974] + ], + "timestamps": [ + 244, 272.881, 296.792, 307.779, 320.157, 331.627, 340.168, 346.542, + 374.553, 380.101, 415.107, 422.05, 432.629, 434.169, 445.219, 464 + ] }, { "vendor": 0, @@ -24295,8 +28183,14 @@ [-114.99458, 36.03415], [-114.99429, 36.03368], [-114.99396, 36.03325], - [-114.99357, 36.03284]], - "timestamps": [ 1517, 1521.817, 1525.135, 1526.48, 1531.474, 1535.297, 1541.796, 1542.496, 1563.513, 1568.048, 1577.214, 1587.444, 1589.712, 1610.5, 1613.57, 1640.695, 1645.382, 1687.869, 1699.916, 1707.548, 1711.323, 1715.168, 1717.812, 1723.302, 1728.592, 1734] + [-114.99357, 36.03284] + ], + "timestamps": [ + 1517, 1521.817, 1525.135, 1526.48, 1531.474, 1535.297, 1541.796, 1542.496, + 1563.513, 1568.048, 1577.214, 1587.444, 1589.712, 1610.5, 1613.57, + 1640.695, 1645.382, 1687.869, 1699.916, 1707.548, 1711.323, 1715.168, + 1717.812, 1723.302, 1728.592, 1734 + ] }, { "vendor": 1, @@ -24312,8 +28206,12 @@ [-73.98699, 40.67628], [-73.9863, 40.67708], [-73.98585, 40.6777], - [-73.98456, 40.67961]], - "timestamps": [ 1400, 1431.168, 1451.355, 1465.717, 1523.219, 1697.655, 1710.331, 1737.949, 1751.404, 1774.96, 1792.399, 1845.278] + [-73.98456, 40.67961] + ], + "timestamps": [ + 1400, 1431.168, 1451.355, 1465.717, 1523.219, 1697.655, 1710.331, + 1737.949, 1751.404, 1774.96, 1792.399, 1845.278 + ] }, { "vendor": 1, @@ -24344,8 +28242,14 @@ [-73.95519, 40.67834], [-73.95547, 40.67757], [-73.95573, 40.6768], - [-73.95783, 40.67724]], - "timestamps": [ 956, 970.342, 993.595, 1004.311, 1025.929, 1047.338, 1082.591, 1123.262, 1129.617, 1241.489, 1243.601, 1277.897, 1290.402, 1300.922, 1320.238, 1322.163, 1383.258, 1414.681, 1457.491, 1492.454, 1556.132, 1565.171, 1579.63, 1585.543, 1605.979, 1626.315, 1655] + [-73.95783, 40.67724] + ], + "timestamps": [ + 956, 970.342, 993.595, 1004.311, 1025.929, 1047.338, 1082.591, 1123.262, + 1129.617, 1241.489, 1243.601, 1277.897, 1290.402, 1300.922, 1320.238, + 1322.163, 1383.258, 1414.681, 1457.491, 1492.454, 1556.132, 1565.171, + 1579.63, 1585.543, 1605.979, 1626.315, 1655 + ] }, { "vendor": 0, @@ -24355,8 +28259,9 @@ [-74.00437, 40.71948], [-74.00252, 40.71863], [-74.00302, 40.71802], - [-74.00421, 40.71664]], - "timestamps": [ 1755, 1757.308, 1766.342, 1792.571, 1799.841, 1816.532] + [-74.00421, 40.71664] + ], + "timestamps": [1755, 1757.308, 1766.342, 1792.571, 1799.841, 1816.532] }, { "vendor": 0, @@ -24375,8 +28280,12 @@ [-73.98699, 40.67628], [-73.99122, 40.67121], [-73.99152, 40.67086], - [-73.99132, 40.67076]], - "timestamps": [ 65, 77.62, 86.034, 139.672, 157.618, 175.431, 269.516, 271.137, 282.706, 314.258, 324.298, 337.859, 422.974, 428.896, 431] + [-73.99132, 40.67076] + ], + "timestamps": [ + 65, 77.62, 86.034, 139.672, 157.618, 175.431, 269.516, 271.137, 282.706, + 314.258, 324.298, 337.859, 422.974, 428.896, 431 + ] }, { "vendor": 1, @@ -24393,8 +28302,12 @@ [-73.96188, 40.60733], [-73.96003, 40.60802], [-73.95827, 40.60874], - [-73.95805, 40.60884]], - "timestamps": [ 113, 136.986, 191.529, 194.036, 213.602, 218.671, 281.474, 308.134, 360.614, 367.777, 408.946, 448.878, 454] + [-73.95805, 40.60884] + ], + "timestamps": [ + 113, 136.986, 191.529, 194.036, 213.602, 218.671, 281.474, 308.134, + 360.614, 367.777, 408.946, 448.878, 454 + ] }, { "vendor": 0, @@ -24416,8 +28329,13 @@ [-73.97246, 40.69618], [-73.97204, 40.69407], [-73.97187, 40.6932], - [-73.9727, 40.69324]], - "timestamps": [ 1188, 1194.448, 1203.53, 1251.318, 1274.874, 1299.106, 1480.75, 1502.787, 1514.757, 1519.57, 1525.964, 1530.685, 1540.163, 1630.355, 1645.566, 1695.48, 1716.053, 1728] + [-73.9727, 40.69324] + ], + "timestamps": [ + 1188, 1194.448, 1203.53, 1251.318, 1274.874, 1299.106, 1480.75, 1502.787, + 1514.757, 1519.57, 1525.964, 1530.685, 1540.163, 1630.355, 1645.566, + 1695.48, 1716.053, 1728 + ] }, { "vendor": 0, @@ -24439,8 +28357,13 @@ [-73.9936, 40.68712], [-73.99378, 40.68675], [-73.99573, 40.68739], - [-73.99558, 40.68771]], - "timestamps": [ 972, 1014.095, 1088.578, 1097.047, 1102, 1184.991, 1210.952, 1309.736, 1330.263, 1332.285, 1345.378, 1359.555, 1374.38, 1405.333, 1420.721, 1428.857, 1461.047, 1466] + [-73.99558, 40.68771] + ], + "timestamps": [ + 972, 1014.095, 1088.578, 1097.047, 1102, 1184.991, 1210.952, 1309.736, + 1330.263, 1332.285, 1345.378, 1359.555, 1374.38, 1405.333, 1420.721, + 1428.857, 1461.047, 1466 + ] }, { "vendor": 0, @@ -24458,8 +28381,12 @@ [-73.96911, 40.617], [-73.97086, 40.6262], [-73.97184, 40.6315], - [-73.97431, 40.64441]], - "timestamps": [ 970, 1013.01, 1020.278, 1036.08, 1066.705, 1092.105, 1125.458, 1184.43, 1191.226, 1431.961, 1436.873, 1583.055, 1667.22, 1872.374] + [-73.97431, 40.64441] + ], + "timestamps": [ + 970, 1013.01, 1020.278, 1036.08, 1066.705, 1092.105, 1125.458, 1184.43, + 1191.226, 1431.961, 1436.873, 1583.055, 1667.22, 1872.374 + ] }, { "vendor": 0, @@ -24650,8 +28577,36 @@ [-73.97743, 40.74953], [-73.98057, 40.75086], [-73.98067, 40.7509], - [-73.9798, 40.75208]], - "timestamps": [ 107, 115.603, 135.697, 156.16, 172.092, 188.115, 227.443, 301.241, 315.933, 397.451, 435.147, 441.186, 447.438, 480.878, 526.717, 543.301, 609.225, 618.271, 629.624, 631.699, 646.1, 661.985, 665.695, 672.348, 675.875, 677.872, 679.892, 686.831, 692.876, 694.749, 696.537, 705.833, 707.219, 709.219, 779.809, 781.845, 784.254, 786.296, 788.94, 790.669, 802.966, 806.757, 808.624, 811.179, 817.912, 822.972, 832.974, 867.489, 873.111, 879.171, 883.037, 885.91, 890.401, 893.676, 896.386, 898.853, 902.099, 903.26, 907.962, 912.021, 915.001, 919.381, 922.993, 925.293, 927.944, 929.448, 932.193, 934.06, 935.554, 936.807, 938.09, 938.623, 939.873, 941.822, 946.628, 953.793, 967.975, 1054.65, 1066.863, 1067.685, 1069.571, 1070.372, 1071.026, 1072.184, 1072.888, 1073.568, 1074.233, 1074.942, 1075.607, 1076.511, 1076.864, 1080.395, 1083.878, 1087.275, 1089.359, 1105.535, 1107.257, 1108.491, 1112.333, 1112.806, 1114.776, 1116.813, 1117.723, 1119.604, 1121.679, 1122.442, 1127.268, 1130.264, 1135.769, 1140.008, 1150.615, 1160.268, 1163.628, 1182.685, 1202.827, 1211.134, 1225.596, 1227.437, 1229.347, 1231.657, 1235.112, 1236.305, 1238.431, 1241.047, 1242.74, 1263.186, 1271.741, 1276.926, 1281.12, 1283.236, 1287.761, 1301.873, 1306.793, 1308.886, 1312.152, 1330.777, 1332.767, 1336.915, 1339.439, 1348.924, 1351.076, 1352.985, 1354.491, 1356.234, 1358.107, 1360.01, 1361.707, 1366.998, 1369.587, 1371.02, 1372.392, 1373.654, 1375.148, 1396.111, 1398.43, 1400.464, 1402.935, 1405.459, 1408.768, 1410.739, 1420.617, 1422.336, 1424.981, 1430.7, 1444.785, 1447.086, 1450.2, 1453.349, 1456.462, 1462.175, 1468.15, 1472.812, 1519.707, 1522.044, 1523.821, 1525.121, 1527.345, 1542.463, 1543.722, 1622.306, 1660.214, 1675.227, 1696.891, 1707.182, 1781.058, 1783.381, 1809.298] + [-73.9798, 40.75208] + ], + "timestamps": [ + 107, 115.603, 135.697, 156.16, 172.092, 188.115, 227.443, 301.241, + 315.933, 397.451, 435.147, 441.186, 447.438, 480.878, 526.717, 543.301, + 609.225, 618.271, 629.624, 631.699, 646.1, 661.985, 665.695, 672.348, + 675.875, 677.872, 679.892, 686.831, 692.876, 694.749, 696.537, 705.833, + 707.219, 709.219, 779.809, 781.845, 784.254, 786.296, 788.94, 790.669, + 802.966, 806.757, 808.624, 811.179, 817.912, 822.972, 832.974, 867.489, + 873.111, 879.171, 883.037, 885.91, 890.401, 893.676, 896.386, 898.853, + 902.099, 903.26, 907.962, 912.021, 915.001, 919.381, 922.993, 925.293, + 927.944, 929.448, 932.193, 934.06, 935.554, 936.807, 938.09, 938.623, + 939.873, 941.822, 946.628, 953.793, 967.975, 1054.65, 1066.863, 1067.685, + 1069.571, 1070.372, 1071.026, 1072.184, 1072.888, 1073.568, 1074.233, + 1074.942, 1075.607, 1076.511, 1076.864, 1080.395, 1083.878, 1087.275, + 1089.359, 1105.535, 1107.257, 1108.491, 1112.333, 1112.806, 1114.776, + 1116.813, 1117.723, 1119.604, 1121.679, 1122.442, 1127.268, 1130.264, + 1135.769, 1140.008, 1150.615, 1160.268, 1163.628, 1182.685, 1202.827, + 1211.134, 1225.596, 1227.437, 1229.347, 1231.657, 1235.112, 1236.305, + 1238.431, 1241.047, 1242.74, 1263.186, 1271.741, 1276.926, 1281.12, + 1283.236, 1287.761, 1301.873, 1306.793, 1308.886, 1312.152, 1330.777, + 1332.767, 1336.915, 1339.439, 1348.924, 1351.076, 1352.985, 1354.491, + 1356.234, 1358.107, 1360.01, 1361.707, 1366.998, 1369.587, 1371.02, + 1372.392, 1373.654, 1375.148, 1396.111, 1398.43, 1400.464, 1402.935, + 1405.459, 1408.768, 1410.739, 1420.617, 1422.336, 1424.981, 1430.7, + 1444.785, 1447.086, 1450.2, 1453.349, 1456.462, 1462.175, 1468.15, + 1472.812, 1519.707, 1522.044, 1523.821, 1525.121, 1527.345, 1542.463, + 1543.722, 1622.306, 1660.214, 1675.227, 1696.891, 1707.182, 1781.058, + 1783.381, 1809.298 + ] }, { "vendor": 0, @@ -24754,8 +28709,23 @@ [-73.95679, 40.77496], [-73.95494, 40.7775], [-73.95448, 40.77813], - [-73.95514, 40.77841]], - "timestamps": [ 20, 27.725, 93.3875, 113.987, 137.619, 166.775, 224.554, 240.162, 244.045, 268.057, 273.637, 279.98, 282.16, 284.422, 287.158, 291.249, 292.661, 295.179, 298.277, 300.281, 324.494, 334.625, 340.764, 345.731, 348.237, 353.595, 370.306, 376.132, 378.611, 382.479, 404.535, 406.891, 411.803, 414.792, 426.024, 428.572, 430.832, 432.615, 434.68, 436.898, 439.151, 441.161, 447.427, 450.492, 452.189, 453.814, 455.308, 457.078, 481.901, 484.648, 487.057, 489.983, 492.972, 496.889, 499.224, 510.921, 512.957, 516.09, 522.862, 539.541, 542.266, 545.953, 549.682, 556.711, 561.324, 563.265, 566.456, 570.099, 575.202, 578.144, 609.711, 619.408, 633.211, 639.475, 649.484, 651.999, 653.638, 657.464, 661.765, 664.049, 678.452, 686.925, 694.397, 703.308, 704.95, 709.044, 710.1, 748.837, 796.362, 807.575, 840.963, 996.051, 1001.075, 1043.172, 1083.475, 1092.765, 1127.614, 1136.2625, 1153] + [-73.95514, 40.77841] + ], + "timestamps": [ + 20, 27.725, 93.3875, 113.987, 137.619, 166.775, 224.554, 240.162, 244.045, + 268.057, 273.637, 279.98, 282.16, 284.422, 287.158, 291.249, 292.661, + 295.179, 298.277, 300.281, 324.494, 334.625, 340.764, 345.731, 348.237, + 353.595, 370.306, 376.132, 378.611, 382.479, 404.535, 406.891, 411.803, + 414.792, 426.024, 428.572, 430.832, 432.615, 434.68, 436.898, 439.151, + 441.161, 447.427, 450.492, 452.189, 453.814, 455.308, 457.078, 481.901, + 484.648, 487.057, 489.983, 492.972, 496.889, 499.224, 510.921, 512.957, + 516.09, 522.862, 539.541, 542.266, 545.953, 549.682, 556.711, 561.324, + 563.265, 566.456, 570.099, 575.202, 578.144, 609.711, 619.408, 633.211, + 639.475, 649.484, 651.999, 653.638, 657.464, 661.765, 664.049, 678.452, + 686.925, 694.397, 703.308, 704.95, 709.044, 710.1, 748.837, 796.362, + 807.575, 840.963, 996.051, 1001.075, 1043.172, 1083.475, 1092.765, + 1127.614, 1136.2625, 1153 + ] }, { "vendor": 0, @@ -24840,8 +28810,22 @@ [-73.99693, 40.76676], [-73.99904, 40.76387], [-73.99926, 40.76359], - [-73.99961, 40.76328]], - "timestamps": [ 761, 764.551, 801.394, 822.399, 890.704, 891.877, 970.948, 978.899, 992.254, 998.518, 1003.365, 1027.02, 1243.909, 1253.81, 1273.741, 1281.278, 1284.408, 1285.504, 1287.302, 1292.127, 1298.77, 1304.839, 1310.308, 1321.455, 1324.145, 1326.475, 1329.02, 1331.446, 1333.528, 1335.633, 1337.986, 1339.758, 1341.695, 1344.629, 1345.736, 1355.935, 1361.374, 1371.056, 1373.377, 1375.373, 1377.883, 1379.955, 1382.886, 1389.08, 1400.893, 1407.024, 1410.741, 1417.748, 1425.639, 1434.135, 1442.649, 1451.127, 1464.299, 1469.316, 1473.525, 1489.516, 1492.448, 1508.704, 1511.008, 1513.691, 1517.18, 1523.004, 1527.931, 1545.155, 1551.788, 1575.653, 1591.626, 1597.969, 1602.658, 1608.19, 1613.577, 1617.464, 1620.589, 1637.541, 1645.307, 1654.105, 1684.476, 1714.728, 1785.265, 1792.225, 1800.937] + [-73.99961, 40.76328] + ], + "timestamps": [ + 761, 764.551, 801.394, 822.399, 890.704, 891.877, 970.948, 978.899, + 992.254, 998.518, 1003.365, 1027.02, 1243.909, 1253.81, 1273.741, + 1281.278, 1284.408, 1285.504, 1287.302, 1292.127, 1298.77, 1304.839, + 1310.308, 1321.455, 1324.145, 1326.475, 1329.02, 1331.446, 1333.528, + 1335.633, 1337.986, 1339.758, 1341.695, 1344.629, 1345.736, 1355.935, + 1361.374, 1371.056, 1373.377, 1375.373, 1377.883, 1379.955, 1382.886, + 1389.08, 1400.893, 1407.024, 1410.741, 1417.748, 1425.639, 1434.135, + 1442.649, 1451.127, 1464.299, 1469.316, 1473.525, 1489.516, 1492.448, + 1508.704, 1511.008, 1513.691, 1517.18, 1523.004, 1527.931, 1545.155, + 1551.788, 1575.653, 1591.626, 1597.969, 1602.658, 1608.19, 1613.577, + 1617.464, 1620.589, 1637.541, 1645.307, 1654.105, 1684.476, 1714.728, + 1785.265, 1792.225, 1800.937 + ] }, { "vendor": 1, @@ -24901,8 +28885,18 @@ [-73.97512, 40.68083], [-73.97633, 40.68253], [-73.97656, 40.68282], - [-73.97704, 40.68348]], - "timestamps": [ 997, 1011.609, 1093.123, 1120.048, 1129.311, 1162.924, 1200.556, 1217.776, 1359.17, 1363.401, 1367.521, 1369.661, 1375.364, 1380.793, 1395.384, 1401.206, 1401.826, 1402.54, 1409.541, 1416.29, 1417.621, 1418.915, 1419.76, 1420.423, 1421.863, 1424.13, 1424.761, 1425.393, 1427.861, 1432.949, 1442.072, 1450.066, 1454.128, 1460.953, 1464.954, 1469.496, 1470.545, 1475.271, 1479.693, 1481.011, 1482.144, 1484.763, 1487.797, 1491.54, 1494.582, 1496.746, 1499.95, 1503.039, 1513.983, 1525.656, 1609.97, 1698.591, 1717.217, 1772.01, 1781.609, 1802.987] + [-73.97704, 40.68348] + ], + "timestamps": [ + 997, 1011.609, 1093.123, 1120.048, 1129.311, 1162.924, 1200.556, 1217.776, + 1359.17, 1363.401, 1367.521, 1369.661, 1375.364, 1380.793, 1395.384, + 1401.206, 1401.826, 1402.54, 1409.541, 1416.29, 1417.621, 1418.915, + 1419.76, 1420.423, 1421.863, 1424.13, 1424.761, 1425.393, 1427.861, + 1432.949, 1442.072, 1450.066, 1454.128, 1460.953, 1464.954, 1469.496, + 1470.545, 1475.271, 1479.693, 1481.011, 1482.144, 1484.763, 1487.797, + 1491.54, 1494.582, 1496.746, 1499.95, 1503.039, 1513.983, 1525.656, + 1609.97, 1698.591, 1717.217, 1772.01, 1781.609, 1802.987 + ] }, { "vendor": 0, @@ -24989,8 +28983,21 @@ [-73.97813, 40.76302], [-73.97668, 40.76502], [-73.97622, 40.76567], - [-73.98101, 40.76769]], - "timestamps": [ 408, 414.748, 465.03, 468.736, 487.885, 490.668, 499.104, 518.563, 557.294, 577.055, 635.046, 672.585, 708.875, 720.352, 723.34, 726.138, 728.552, 731.634, 750.737, 765.668, 772.595, 775.542, 780.14, 806.362, 809.164, 815.003, 818.557, 828.958, 831.911, 834.941, 837.628, 839.748, 842.203, 844.84, 847.518, 849.907, 857.357, 859.33, 863.02, 866.725, 901.605, 904.469, 907.947, 911.501, 916.159, 918.934, 932.841, 935.261, 938.986, 947.037, 966.866, 970.107, 974.49, 978.924, 983.306, 991.149, 999.352, 1005.75, 1070.125, 1073.333, 1075.772, 1077.557, 1080.61, 1101.363, 1103.092, 1108.153, 1123.019, 1162.139, 1163.828, 1268.771, 1276.865, 1374.276, 1388.214, 1482.472, 1524.871, 1550.762, 1551.865, 1597.417, 1683.512, 1686.834, 1736.559, 1752.631, 1849.813] + [-73.98101, 40.76769] + ], + "timestamps": [ + 408, 414.748, 465.03, 468.736, 487.885, 490.668, 499.104, 518.563, + 557.294, 577.055, 635.046, 672.585, 708.875, 720.352, 723.34, 726.138, + 728.552, 731.634, 750.737, 765.668, 772.595, 775.542, 780.14, 806.362, + 809.164, 815.003, 818.557, 828.958, 831.911, 834.941, 837.628, 839.748, + 842.203, 844.84, 847.518, 849.907, 857.357, 859.33, 863.02, 866.725, + 901.605, 904.469, 907.947, 911.501, 916.159, 918.934, 932.841, 935.261, + 938.986, 947.037, 966.866, 970.107, 974.49, 978.924, 983.306, 991.149, + 999.352, 1005.75, 1070.125, 1073.333, 1075.772, 1077.557, 1080.61, + 1101.363, 1103.092, 1108.153, 1123.019, 1162.139, 1163.828, 1268.771, + 1276.865, 1374.276, 1388.214, 1482.472, 1524.871, 1550.762, 1551.865, + 1597.417, 1683.512, 1686.834, 1736.559, 1752.631, 1849.813 + ] }, { "vendor": 0, @@ -25026,16 +29033,23 @@ [-74.00783, 40.74602], [-74.0077, 40.746], [-74.00595, 40.74523], - [-73.988, 40.76986]], - "timestamps": [ 57, 84.076, 180.183, 199.812, 223.974, 243.212, 331.964, 476.72, 510.591, 707.235, 789.452, 803.699, 832.492, 845.622, 853.893, 857.596, 865.973, 884.758, 894.046, 898.657, 919.007, 937.092, 941.512, 984.51, 1022.601, 1036.282, 1038.428, 1041.278, 1044.626, 1048.555, 1108.487, 1883.196] + [-73.988, 40.76986] + ], + "timestamps": [ + 57, 84.076, 180.183, 199.812, 223.974, 243.212, 331.964, 476.72, 510.591, + 707.235, 789.452, 803.699, 832.492, 845.622, 853.893, 857.596, 865.973, + 884.758, 894.046, 898.657, 919.007, 937.092, 941.512, 984.51, 1022.601, + 1036.282, 1038.428, 1041.278, 1044.626, 1048.555, 1108.487, 1883.196 + ] }, { "vendor": 0, "path": [ [-73.97639, 40.65722], [-73.97615, 40.65751], - [-73.97565, 40.65811]], - "timestamps": [ 1789, 1795.833, 1810] + [-73.97565, 40.65811] + ], + "timestamps": [1789, 1795.833, 1810] }, { "vendor": 0, @@ -25075,8 +29089,15 @@ [-73.9224, 40.66836], [-73.92225, 40.66841], [-73.9217, 40.6687], - [-73.91702, 40.67063]], - "timestamps": [ 491, 496.095, 519.874, 637.633, 696.515, 736.422, 751.251, 766.152, 852.895, 869.759, 876.95, 894.423, 900.094, 905.426, 908.823, 916.806, 919.973, 921.511, 923.793, 936.427, 948.339, 955.43, 969.383, 985.306, 994.188, 1007.161, 1027.526, 1050.065, 1111.222, 1160.343, 1682.47, 1736.803, 1738.573, 1741.449, 1753.206, 1846.705] + [-73.91702, 40.67063] + ], + "timestamps": [ + 491, 496.095, 519.874, 637.633, 696.515, 736.422, 751.251, 766.152, + 852.895, 869.759, 876.95, 894.423, 900.094, 905.426, 908.823, 916.806, + 919.973, 921.511, 923.793, 936.427, 948.339, 955.43, 969.383, 985.306, + 994.188, 1007.161, 1027.526, 1050.065, 1111.222, 1160.343, 1682.47, + 1736.803, 1738.573, 1741.449, 1753.206, 1846.705 + ] }, { "vendor": 0, @@ -25140,8 +29161,19 @@ [-73.98499, 40.69724], [-73.98517, 40.69762], [-73.98547, 40.69802], - [-73.99523, 40.71551]], - "timestamps": [ 854, 855.246, 911.349, 925.386, 938.035, 950.862, 1214.4, 1249.214, 1321.748, 1338.978, 1378.191, 1389.44, 1393.834, 1412.535, 1415.029, 1415.988, 1419.312, 1421.553, 1424.129, 1427.9, 1431.882, 1433.545, 1436.934, 1440.661, 1442.457, 1444.976, 1496, 1502.826, 1510.287, 1512.444, 1513.785, 1515.114, 1517.235, 1518.015, 1518.508, 1520.388, 1522.394, 1523.896, 1526, 1527.642, 1529.088, 1529.861, 1531.178, 1532.552, 1534.323, 1537.539, 1540.744, 1543.268, 1546.478, 1552.169, 1556.058, 1563.411, 1575.458, 1586.467, 1615.92, 1624.48, 1645.674, 1664.375, 1670.609, 1812.537] + [-73.99523, 40.71551] + ], + "timestamps": [ + 854, 855.246, 911.349, 925.386, 938.035, 950.862, 1214.4, 1249.214, + 1321.748, 1338.978, 1378.191, 1389.44, 1393.834, 1412.535, 1415.029, + 1415.988, 1419.312, 1421.553, 1424.129, 1427.9, 1431.882, 1433.545, + 1436.934, 1440.661, 1442.457, 1444.976, 1496, 1502.826, 1510.287, + 1512.444, 1513.785, 1515.114, 1517.235, 1518.015, 1518.508, 1520.388, + 1522.394, 1523.896, 1526, 1527.642, 1529.088, 1529.861, 1531.178, + 1532.552, 1534.323, 1537.539, 1540.744, 1543.268, 1546.478, 1552.169, + 1556.058, 1563.411, 1575.458, 1586.467, 1615.92, 1624.48, 1645.674, + 1664.375, 1670.609, 1812.537 + ] }, { "vendor": 0, @@ -25179,15 +29211,23 @@ [-73.99111, 40.69987], [-73.99175, 40.70005], [-73.9943, 40.69479], - [-73.99654, 40.6901]], - "timestamps": [ 980, 989.76, 1012.535, 1069.01, 1095.501, 1207.75, 1212.225, 1215.622, 1262.574, 1264.6875, 1269.655, 1272.621, 1274.074, 1275.701, 1278.13, 1281.428, 1293.604, 1297.223, 1426.441, 1436.024, 1448.514, 1456.873, 1466.845, 1472.555, 1481.776, 1490.521, 1496.06, 1502.218, 1511.363, 1515.2125, 1519.599, 1539.614, 1678.29, 1801.723] + [-73.99654, 40.6901] + ], + "timestamps": [ + 980, 989.76, 1012.535, 1069.01, 1095.501, 1207.75, 1212.225, 1215.622, + 1262.574, 1264.6875, 1269.655, 1272.621, 1274.074, 1275.701, 1278.13, + 1281.428, 1293.604, 1297.223, 1426.441, 1436.024, 1448.514, 1456.873, + 1466.845, 1472.555, 1481.776, 1490.521, 1496.06, 1502.218, 1511.363, + 1515.2125, 1519.599, 1539.614, 1678.29, 1801.723 + ] }, { "vendor": 0, "path": [ [-73.9196, 40.75687], - [-73.91825, 40.75853]], - "timestamps": [ 1773, 1851.236] + [-73.91825, 40.75853] + ], + "timestamps": [1773, 1851.236] }, { "vendor": 1, @@ -25254,8 +29294,18 @@ [-73.96228, 40.71557], [-73.95662, 40.72084], [-73.95603, 40.72139], - [-73.95636, 40.7216]], - "timestamps": [ 71, 98.537, 174.757, 176.378, 185.392, 188.641, 191.476, 198.92, 202.95, 219.282, 223.604, 227.383, 246.204, 316.12, 336.049, 367.028, 417.285, 419.809, 423.023, 428.614, 432.754, 436.668, 464.875, 499.231, 502.421, 504.634, 557.534, 568.971, 580.057, 590.771, 593.706, 622.284, 633.225, 680.303, 686.268, 689.457, 692.231, 722.98, 726.774, 731.091, 739.495, 743.375, 786.334, 795.008, 796.156, 800.8, 805.335, 807.137, 821.13, 823.693, 841.756, 858.115, 876.473, 882.588, 898.133, 950.096, 962.806, 1033.767, 1066.208, 1079.834, 1234.402, 1250.526, 1262] + [-73.95636, 40.7216] + ], + "timestamps": [ + 71, 98.537, 174.757, 176.378, 185.392, 188.641, 191.476, 198.92, 202.95, + 219.282, 223.604, 227.383, 246.204, 316.12, 336.049, 367.028, 417.285, + 419.809, 423.023, 428.614, 432.754, 436.668, 464.875, 499.231, 502.421, + 504.634, 557.534, 568.971, 580.057, 590.771, 593.706, 622.284, 633.225, + 680.303, 686.268, 689.457, 692.231, 722.98, 726.774, 731.091, 739.495, + 743.375, 786.334, 795.008, 796.156, 800.8, 805.335, 807.137, 821.13, + 823.693, 841.756, 858.115, 876.473, 882.588, 898.133, 950.096, 962.806, + 1033.767, 1066.208, 1079.834, 1234.402, 1250.526, 1262 + ] }, { "vendor": 0, @@ -25263,8 +29313,9 @@ [-73.91838, 40.7766], [-73.91729, 40.77749], [-73.91798, 40.77797], - [-73.92276, 40.77405]], - "timestamps": [ 1752, 1777.167, 1790.59, 1922.523] + [-73.92276, 40.77405] + ], + "timestamps": [1752, 1777.167, 1790.59, 1922.523] }, { "vendor": 0, @@ -25281,8 +29332,12 @@ [-74.00053, 40.71842], [-74.00098, 40.71793], [-74.00027, 40.71761], - [-74.00008, 40.71784]], - "timestamps": [ 569, 575.289, 585.906, 586.296, 594.001, 599.19, 626.905, 630.325, 636.596, 638.501, 644.791, 654.54, 658] + [-74.00008, 40.71784] + ], + "timestamps": [ + 569, 575.289, 585.906, 586.296, 594.001, 599.19, 626.905, 630.325, + 636.596, 638.501, 644.791, 654.54, 658 + ] }, { "vendor": 1, @@ -25290,8 +29345,9 @@ [-73.9738, 40.69305], [-73.97353, 40.6917], [-73.97255, 40.69167], - [-73.97285, 40.69325]], - "timestamps": [ 1776, 1786.497, 1798.044, 1820.078] + [-73.97285, 40.69325] + ], + "timestamps": [1776, 1786.497, 1798.044, 1820.078] }, { "vendor": 0, @@ -25338,8 +29394,17 @@ [-74.0005, 40.7088], [-74.00091, 40.70905], [-74.00173, 40.70964], - [-74.00309, 40.71072]], - "timestamps": [ 1329, 1333.778, 1353.636, 1490.056, 1492.219, 1502.492, 1507.914, 1515.284, 1517.239, 1524.985, 1543.217, 1559.606, 1570.749, 1583.067, 1611.447, 1618.557, 1620.647, 1623.703, 1627.573, 1630.505, 1631.867, 1634.656, 1636.954, 1639.218, 1667.875, 1689.939, 1695.92, 1718.577, 1725.476, 1738.588, 1742.098, 1747.475, 1752.219, 1759.521, 1760.888, 1762.864, 1767.783, 1770.302, 1772.679, 1774.864, 1779.806, 1790.426, 1808.927] + [-74.00309, 40.71072] + ], + "timestamps": [ + 1329, 1333.778, 1353.636, 1490.056, 1492.219, 1502.492, 1507.914, + 1515.284, 1517.239, 1524.985, 1543.217, 1559.606, 1570.749, 1583.067, + 1611.447, 1618.557, 1620.647, 1623.703, 1627.573, 1630.505, 1631.867, + 1634.656, 1636.954, 1639.218, 1667.875, 1689.939, 1695.92, 1718.577, + 1725.476, 1738.588, 1742.098, 1747.475, 1752.219, 1759.521, 1760.888, + 1762.864, 1767.783, 1770.302, 1772.679, 1774.864, 1779.806, 1790.426, + 1808.927 + ] }, { "vendor": 0, @@ -25383,8 +29448,16 @@ [-73.85551, 40.73667], [-73.85616, 40.73651], [-73.85677, 40.73634], - [-73.85967, 40.7355]], - "timestamps": [ 1413, 1501.764, 1537.328, 1539.956, 1552.144, 1553.994, 1570.914, 1586.423, 1620.147, 1622.986, 1625.553, 1628.337, 1631.091, 1634.508, 1643.185, 1645.626, 1660.728, 1669.794, 1674.704, 1676.859, 1679.466, 1681.547, 1684.24, 1686.961, 1689.524, 1691.539, 1695.924, 1700.531, 1709.313, 1730.479, 1743.372, 1746.437, 1752.656, 1755.975, 1758.908, 1769.162, 1781.836, 1785.182, 1788.364, 1803.562] + [-73.85967, 40.7355] + ], + "timestamps": [ + 1413, 1501.764, 1537.328, 1539.956, 1552.144, 1553.994, 1570.914, + 1586.423, 1620.147, 1622.986, 1625.553, 1628.337, 1631.091, 1634.508, + 1643.185, 1645.626, 1660.728, 1669.794, 1674.704, 1676.859, 1679.466, + 1681.547, 1684.24, 1686.961, 1689.524, 1691.539, 1695.924, 1700.531, + 1709.313, 1730.479, 1743.372, 1746.437, 1752.656, 1755.975, 1758.908, + 1769.162, 1781.836, 1785.182, 1788.364, 1803.562 + ] }, { "vendor": 0, @@ -25396,8 +29469,11 @@ [-74.00566, 40.72636], [-74.00577, 40.72568], [-74.0039, 40.7255], - [-74.00112, 40.72416]], - "timestamps": [ 1508, 1559.26, 1584.89, 1651.922, 1681.826, 1695.296, 1767.55, 1893.836] + [-74.00112, 40.72416] + ], + "timestamps": [ + 1508, 1559.26, 1584.89, 1651.922, 1681.826, 1695.296, 1767.55, 1893.836 + ] }, { "vendor": 0, @@ -25411,8 +29487,12 @@ [-73.98406, 40.69535], [-73.98414, 40.69553], [-73.98445, 40.69612], - [-73.98499, 40.69724]], - "timestamps": [ 1456, 1492.601, 1504.627, 1556.033, 1608.952, 1633.836, 1757.533, 1761.584, 1775.127, 1800.558] + [-73.98499, 40.69724] + ], + "timestamps": [ + 1456, 1492.601, 1504.627, 1556.033, 1608.952, 1633.836, 1757.533, + 1761.584, 1775.127, 1800.558 + ] }, { "vendor": 0, @@ -25424,8 +29504,11 @@ [-73.98371, 40.68087], [-73.98686, 40.6821], [-73.98785, 40.68249], - [-73.98503, 40.68662]], - "timestamps": [ 1554, 1561.972, 1609.213, 1657.102, 1672.921, 1725.68, 1742.292, 1871.591] + [-73.98503, 40.68662] + ], + "timestamps": [ + 1554, 1561.972, 1609.213, 1657.102, 1672.921, 1725.68, 1742.292, 1871.591 + ] }, { "vendor": 0, @@ -25513,8 +29596,22 @@ [-73.97681, 40.74604], [-73.97724, 40.74549], [-73.97732, 40.74539], - [-73.98349, 40.74799]], - "timestamps": [ 1159, 1175.011, 1177.619, 1188.354, 1189.145, 1191.089, 1193.933, 1197.534, 1200.261, 1201.529, 1204.124, 1206.262, 1208.369, 1220.377, 1240.518, 1252.4, 1256.424, 1281.309, 1287.092, 1292.907, 1294.905, 1296.979, 1299.488, 1303.238, 1304.534, 1306.842, 1309.682, 1311.52, 1333.717, 1343.005, 1348.634, 1353.188, 1355.484, 1360.397, 1375.717, 1381.059, 1383.331, 1386.877, 1407.098, 1409.258, 1413.761, 1416.502, 1426.799, 1429.136, 1431.208, 1432.842, 1434.735, 1436.769, 1438.834, 1440.676, 1446.421, 1449.232, 1450.788, 1452.276, 1453.647, 1455.269, 1478.027, 1480.545, 1482.754, 1485.436, 1488.176, 1491.768, 1493.908, 1497.911, 1506.379, 1509.437, 1514.221, 1519.649, 1528.248, 1537.067, 1546.182, 1552.139, 1557.852, 1563.08, 1568.629, 1609.313, 1613.995, 1625.761, 1627.338, 1706.905, 1736.751, 1744.646, 1746.091, 1909.005] + [-73.98349, 40.74799] + ], + "timestamps": [ + 1159, 1175.011, 1177.619, 1188.354, 1189.145, 1191.089, 1193.933, + 1197.534, 1200.261, 1201.529, 1204.124, 1206.262, 1208.369, 1220.377, + 1240.518, 1252.4, 1256.424, 1281.309, 1287.092, 1292.907, 1294.905, + 1296.979, 1299.488, 1303.238, 1304.534, 1306.842, 1309.682, 1311.52, + 1333.717, 1343.005, 1348.634, 1353.188, 1355.484, 1360.397, 1375.717, + 1381.059, 1383.331, 1386.877, 1407.098, 1409.258, 1413.761, 1416.502, + 1426.799, 1429.136, 1431.208, 1432.842, 1434.735, 1436.769, 1438.834, + 1440.676, 1446.421, 1449.232, 1450.788, 1452.276, 1453.647, 1455.269, + 1478.027, 1480.545, 1482.754, 1485.436, 1488.176, 1491.768, 1493.908, + 1497.911, 1506.379, 1509.437, 1514.221, 1519.649, 1528.248, 1537.067, + 1546.182, 1552.139, 1557.852, 1563.08, 1568.629, 1609.313, 1613.995, + 1625.761, 1627.338, 1706.905, 1736.751, 1744.646, 1746.091, 1909.005 + ] }, { "vendor": 0, @@ -25585,8 +29682,20 @@ [-73.99912, 40.69369], [-73.99889, 40.69426], [-73.99837, 40.69537], - [-73.9965, 40.69918]], - "timestamps": [ 1318, 1333.319, 1356.809, 1366.171, 1396.999, 1405.832, 1418.087, 1440.556, 1441.689, 1443.62, 1456.082, 1459.306, 1462.003, 1471.068, 1481.346, 1485.605, 1489.305, 1507.603, 1511.822, 1515.299, 1518.124, 1520.741, 1529.023, 1555.777, 1557.536, 1559.728, 1562.333, 1564.194, 1576.538, 1579.678, 1582.14, 1585.358, 1590.103, 1599.453, 1603.965, 1609.063, 1611.196, 1612.319, 1613.391, 1616.446, 1624.32, 1628.476, 1652.749, 1664.222, 1668.728, 1671.875, 1681.02, 1684.345, 1686.149, 1687.644, 1688.981, 1690.388, 1692.06, 1748.423, 1749.806, 1751.44, 1752.826, 1754.621, 1755.793, 1764.139, 1766.711, 1767.979, 1769.713, 1774.282, 1777.716, 1784.503, 1807.927] + [-73.9965, 40.69918] + ], + "timestamps": [ + 1318, 1333.319, 1356.809, 1366.171, 1396.999, 1405.832, 1418.087, + 1440.556, 1441.689, 1443.62, 1456.082, 1459.306, 1462.003, 1471.068, + 1481.346, 1485.605, 1489.305, 1507.603, 1511.822, 1515.299, 1518.124, + 1520.741, 1529.023, 1555.777, 1557.536, 1559.728, 1562.333, 1564.194, + 1576.538, 1579.678, 1582.14, 1585.358, 1590.103, 1599.453, 1603.965, + 1609.063, 1611.196, 1612.319, 1613.391, 1616.446, 1624.32, 1628.476, + 1652.749, 1664.222, 1668.728, 1671.875, 1681.02, 1684.345, 1686.149, + 1687.644, 1688.981, 1690.388, 1692.06, 1748.423, 1749.806, 1751.44, + 1752.826, 1754.621, 1755.793, 1764.139, 1766.711, 1767.979, 1769.713, + 1774.282, 1777.716, 1784.503, 1807.927 + ] }, { "vendor": 0, @@ -25643,8 +29752,18 @@ [-74.00967, 40.71495], [-74.01012, 40.71438], [-74.01056, 40.71385], - [-74.00934, 40.71329]], - "timestamps": [ 330, 343.583, 344.22, 346.958, 403.937, 407.028, 462.738, 545.345, 549.234, 638.981, 750.613, 790.003, 805.94, 826.575, 864.378, 877.845, 907.348, 979.606, 988.551, 1001.001, 1005.57, 1009.512, 1014.836, 1016.321, 1019.699, 1070.544, 1073.907, 1125.768, 1128.723, 1150.435, 1156.918, 1166.005, 1172.371, 1176.705, 1180.569, 1199.265, 1227.71, 1247.644, 1285.618, 1304.177, 1343.022, 1368.163, 1398.814, 1435.774, 1457.233, 1478.924, 1488.979, 1498.229, 1536.307, 1568.377, 1581.187, 1593.263, 1630] + [-74.00934, 40.71329] + ], + "timestamps": [ + 330, 343.583, 344.22, 346.958, 403.937, 407.028, 462.738, 545.345, + 549.234, 638.981, 750.613, 790.003, 805.94, 826.575, 864.378, 877.845, + 907.348, 979.606, 988.551, 1001.001, 1005.57, 1009.512, 1014.836, + 1016.321, 1019.699, 1070.544, 1073.907, 1125.768, 1128.723, 1150.435, + 1156.918, 1166.005, 1172.371, 1176.705, 1180.569, 1199.265, 1227.71, + 1247.644, 1285.618, 1304.177, 1343.022, 1368.163, 1398.814, 1435.774, + 1457.233, 1478.924, 1488.979, 1498.229, 1536.307, 1568.377, 1581.187, + 1593.263, 1630 + ] }, { "vendor": 0, @@ -25676,8 +29795,14 @@ [-73.96765, 40.68223], [-73.96788, 40.68334], [-73.96795, 40.68372], - [-73.96784, 40.68369]], - "timestamps": [ 1204, 1204.866, 1256.01, 1269.149, 1276.864, 1284.616, 1328.888, 1337.494, 1341.79, 1347.212, 1352.23, 1353.363, 1358.426, 1362.816, 1363.713, 1366.1, 1371.093, 1372.896, 1377.722, 1383.038, 1452.799, 1477.521, 1487.739, 1493.343, 1497.911, 1515.321, 1521.266, 1523] + [-73.96784, 40.68369] + ], + "timestamps": [ + 1204, 1204.866, 1256.01, 1269.149, 1276.864, 1284.616, 1328.888, 1337.494, + 1341.79, 1347.212, 1352.23, 1353.363, 1358.426, 1362.816, 1363.713, + 1366.1, 1371.093, 1372.896, 1377.722, 1383.038, 1452.799, 1477.521, + 1487.739, 1493.343, 1497.911, 1515.321, 1521.266, 1523 + ] }, { "vendor": 0, @@ -25687,8 +29812,9 @@ [-73.96255, 40.71252], [-73.96102, 40.71196], [-73.95953, 40.71142], - [-73.95994, 40.71078]], - "timestamps": [ 1613, 1632.168, 1646.913, 1702.99, 1757.501, 1813.532] + [-73.95994, 40.71078] + ], + "timestamps": [1613, 1632.168, 1646.913, 1702.99, 1757.501, 1813.532] }, { "vendor": 0, @@ -25744,8 +29870,18 @@ [-73.95621, 40.71025], [-73.95635, 40.70995], [-73.95921, 40.70493], - [-73.96027, 40.70312]], - "timestamps": [ 1083, 1155.403, 1176.565, 1187.079, 1235.035, 1264.007, 1292.667, 1370.142, 1395.238, 1402.438, 1409.728, 1414.817, 1420.262, 1437.041, 1441.579, 1449.016, 1460.63, 1473.26, 1493.284, 1501.99, 1508.804, 1515.455, 1536.897, 1541.332, 1543.884, 1547.18, 1549.066, 1553.593, 1564.655, 1578.841, 1581.432, 1584.289, 1603.276, 1606.467, 1618.452, 1621.151, 1635.67, 1663.443, 1681.966, 1688.022, 1694.334, 1709.345, 1727.279, 1733.044, 1735.559, 1738.136, 1740.526, 1746.263, 1748.403, 1750.987, 1795.392, 1811.474] + [-73.96027, 40.70312] + ], + "timestamps": [ + 1083, 1155.403, 1176.565, 1187.079, 1235.035, 1264.007, 1292.667, + 1370.142, 1395.238, 1402.438, 1409.728, 1414.817, 1420.262, 1437.041, + 1441.579, 1449.016, 1460.63, 1473.26, 1493.284, 1501.99, 1508.804, + 1515.455, 1536.897, 1541.332, 1543.884, 1547.18, 1549.066, 1553.593, + 1564.655, 1578.841, 1581.432, 1584.289, 1603.276, 1606.467, 1618.452, + 1621.151, 1635.67, 1663.443, 1681.966, 1688.022, 1694.334, 1709.345, + 1727.279, 1733.044, 1735.559, 1738.136, 1740.526, 1746.263, 1748.403, + 1750.987, 1795.392, 1811.474 + ] }, { "vendor": 0, @@ -25782,8 +29918,15 @@ [-73.94829, 40.72472], [-73.94817, 40.72463], [-73.94819, 40.72452], - [-73.94763, 40.72355]], - "timestamps": [ 1378, 1426.597, 1447.07, 1449.175, 1451.718, 1454.683, 1457.936, 1485.384, 1499.417, 1520.603, 1525.959, 1533.778, 1572.095, 1589.078, 1591.291, 1599.221, 1601.285, 1603.638, 1626.643, 1628.945, 1631.338, 1660.489, 1662.439, 1667.957, 1670.965, 1673.077, 1755.135, 1757.548, 1759.849, 1790.141, 1792.575, 1794.687, 1814.824] + [-73.94763, 40.72355] + ], + "timestamps": [ + 1378, 1426.597, 1447.07, 1449.175, 1451.718, 1454.683, 1457.936, 1485.384, + 1499.417, 1520.603, 1525.959, 1533.778, 1572.095, 1589.078, 1591.291, + 1599.221, 1601.285, 1603.638, 1626.643, 1628.945, 1631.338, 1660.489, + 1662.439, 1667.957, 1670.965, 1673.077, 1755.135, 1757.548, 1759.849, + 1790.141, 1792.575, 1794.687, 1814.824 + ] }, { "vendor": 1, @@ -25835,8 +29978,16 @@ [-73.98384, 40.67613], [-73.98341, 40.67676], [-73.98298, 40.6774], - [-73.9808, 40.67654]], - "timestamps": [ 301, 311.125, 322.389, 356.082, 369.922, 398.774, 402.402, 418.534, 422.345, 432.139, 435.452, 438.844, 445.771, 454.295, 460.837, 464.987, 466.625, 468.217, 470.006, 473.113, 474.756, 476.371, 477.99, 479.79, 481.829, 483.966, 486.18, 496.701, 504.44, 521.519, 525.328, 532.316, 558.467, 560.552, 561.835, 562.944, 564.265, 566.997, 576.688, 581.516, 583.818, 833.317, 845.54, 1026.861, 1034.046, 1045.335, 1056.766, 1094] + [-73.9808, 40.67654] + ], + "timestamps": [ + 301, 311.125, 322.389, 356.082, 369.922, 398.774, 402.402, 418.534, + 422.345, 432.139, 435.452, 438.844, 445.771, 454.295, 460.837, 464.987, + 466.625, 468.217, 470.006, 473.113, 474.756, 476.371, 477.99, 479.79, + 481.829, 483.966, 486.18, 496.701, 504.44, 521.519, 525.328, 532.316, + 558.467, 560.552, 561.835, 562.944, 564.265, 566.997, 576.688, 581.516, + 583.818, 833.317, 845.54, 1026.861, 1034.046, 1045.335, 1056.766, 1094 + ] }, { "vendor": 1, @@ -25852,8 +30003,12 @@ [-73.99076, 40.67176], [-73.99102, 40.67145], [-73.98866, 40.67032], - [-73.98651, 40.66927]], - "timestamps": [ 1130, 1135.228, 1145.685, 1178.1, 1248.739, 1263.846, 1340.61, 1342.271, 1440.738, 1449.975, 1510.001, 1565] + [-73.98651, 40.66927] + ], + "timestamps": [ + 1130, 1135.228, 1145.685, 1178.1, 1248.739, 1263.846, 1340.61, 1342.271, + 1440.738, 1449.975, 1510.001, 1565 + ] }, { "vendor": 0, @@ -25872,8 +30027,12 @@ [-73.99265, 40.7131], [-73.99256, 40.71245], [-73.99338, 40.71238], - [-73.99349, 40.71237]], - "timestamps": [ 138, 171.727, 210.485, 212.748, 260.087, 305.485, 329.594, 339.455, 348.506, 362.244, 365.891, 382.874, 397.795, 405.028, 406] + [-73.99349, 40.71237] + ], + "timestamps": [ + 138, 171.727, 210.485, 212.748, 260.087, 305.485, 329.594, 339.455, + 348.506, 362.244, 365.891, 382.874, 397.795, 405.028, 406 + ] }, { "vendor": 1, @@ -25889,8 +30048,12 @@ [-73.9931, 40.69284], [-73.99274, 40.6936], [-73.99073, 40.69304], - [-73.9905, 40.6935]], - "timestamps": [ 1373, 1406.055, 1407.046, 1407.646, 1448.063, 1459.37, 1473.232, 1491.892, 1502.3, 1513.751, 1557.469, 1566] + [-73.9905, 40.6935] + ], + "timestamps": [ + 1373, 1406.055, 1407.046, 1407.646, 1448.063, 1459.37, 1473.232, 1491.892, + 1502.3, 1513.751, 1557.469, 1566 + ] }, { "vendor": 1, @@ -25903,8 +30066,12 @@ [-73.96895, 40.6774], [-73.96885, 40.67766], [-73.97202, 40.67832], - [-73.9735, 40.67863]], - "timestamps": [ 1602, 1637.198, 1669.543, 1682.636, 1711.401, 1736.518, 1740.892, 1794.065, 1818.901] + [-73.9735, 40.67863] + ], + "timestamps": [ + 1602, 1637.198, 1669.543, 1682.636, 1711.401, 1736.518, 1740.892, + 1794.065, 1818.901 + ] }, { "vendor": 0, @@ -25933,8 +30100,14 @@ [-73.97123, 40.76848], [-73.97087, 40.7683], [-73.97028, 40.76802], - [-73.98549, 40.74716]], - "timestamps": [ 1077, 1088.527, 1108.464, 1183.633, 1244.696, 1251.321, 1260.006, 1262.355, 1313.322, 1315.251, 1317.103, 1319.319, 1322.119, 1323.798, 1325.824, 1364.297, 1367.716, 1372.048, 1377.339, 1381.478, 1390.892, 1395.459, 1408.138, 1428.602, 1880.564] + [-73.98549, 40.74716] + ], + "timestamps": [ + 1077, 1088.527, 1108.464, 1183.633, 1244.696, 1251.321, 1260.006, + 1262.355, 1313.322, 1315.251, 1317.103, 1319.319, 1322.119, 1323.798, + 1325.824, 1364.297, 1367.716, 1372.048, 1377.339, 1381.478, 1390.892, + 1395.459, 1408.138, 1428.602, 1880.564 + ] }, { "vendor": 0, @@ -26057,16 +30230,35 @@ [-74.00483, 40.71885], [-74.00517, 40.71901], [-74.00519, 40.71985], - [-74.00519, 40.71995]], - "timestamps": [ 499, 515.303, 538.671, 562.04, 570.735, 573.867, 574.886, 583.462, 586.575, 590.768, 593.56, 602.417, 610.278, 615.436, 619.375, 622.255, 623.855, 626.864, 631.543, 634.02, 647.343, 649.671, 679.358, 683.787, 691.966, 693.67, 699.554, 706.513, 709.66, 712.369, 715.233, 717.947, 729.521, 732.401, 733.827, 736.793, 739.635, 747.732, 750.569, 753.458, 755.561, 756.823, 760.225, 781.193, 783.898, 786.754, 788.232, 793.156, 795.762, 797.119, 800.181, 801.646, 802.972, 806.57, 814.548, 816.461, 821.591, 831.051, 838.3, 841.501, 844.551, 847.399, 862.629, 866.012, 868.556, 871.3, 874.906, 878.394, 882.955, 899.803, 905.166, 906.743, 909.048, 911.968, 914.179, 915.207, 917.311, 919.044, 920.752, 942.37, 959.014, 963.526, 980.618, 985.822, 995.714, 998.59, 1002.996, 1006.883, 1012.866, 1013.986, 1015.605, 1016.181, 1017.807, 1019.29, 1023.044, 1025.969, 1030.772, 1032.174, 1033.755, 1061.374, 1065.275, 1077.567, 1080.492, 1141.548, 1143.532, 1153.128, 1157.662, 1177.713, 1187.008, 1200.051, 1206.105, 1227.224, 1237.544, 1246.788, 1297.471, 1338.024, 1345.696, 1360.265, 1362] + [-74.00519, 40.71995] + ], + "timestamps": [ + 499, 515.303, 538.671, 562.04, 570.735, 573.867, 574.886, 583.462, + 586.575, 590.768, 593.56, 602.417, 610.278, 615.436, 619.375, 622.255, + 623.855, 626.864, 631.543, 634.02, 647.343, 649.671, 679.358, 683.787, + 691.966, 693.67, 699.554, 706.513, 709.66, 712.369, 715.233, 717.947, + 729.521, 732.401, 733.827, 736.793, 739.635, 747.732, 750.569, 753.458, + 755.561, 756.823, 760.225, 781.193, 783.898, 786.754, 788.232, 793.156, + 795.762, 797.119, 800.181, 801.646, 802.972, 806.57, 814.548, 816.461, + 821.591, 831.051, 838.3, 841.501, 844.551, 847.399, 862.629, 866.012, + 868.556, 871.3, 874.906, 878.394, 882.955, 899.803, 905.166, 906.743, + 909.048, 911.968, 914.179, 915.207, 917.311, 919.044, 920.752, 942.37, + 959.014, 963.526, 980.618, 985.822, 995.714, 998.59, 1002.996, 1006.883, + 1012.866, 1013.986, 1015.605, 1016.181, 1017.807, 1019.29, 1023.044, + 1025.969, 1030.772, 1032.174, 1033.755, 1061.374, 1065.275, 1077.567, + 1080.492, 1141.548, 1143.532, 1153.128, 1157.662, 1177.713, 1187.008, + 1200.051, 1206.105, 1227.224, 1237.544, 1246.788, 1297.471, 1338.024, + 1345.696, 1360.265, 1362 + ] }, { "vendor": 0, "path": [ [-73.98696, 40.72095], [-73.98695, 40.72098], - [-73.98633, 40.72216]], - "timestamps": [ 1692, 1694.632, 1802.689] + [-73.98633, 40.72216] + ], + "timestamps": [1692, 1694.632, 1802.689] }, { "vendor": 0, @@ -26097,8 +30289,14 @@ [-73.99829, 40.74603], [-73.998, 40.74595], [-73.99516, 40.74476], - [-73.99918, 40.73924]], - "timestamps": [ 1133, 1190.95, 1193.272, 1260.148, 1294.406, 1334.002, 1343.766, 1377.39, 1395.162, 1411.315, 1495.351, 1509.375, 1526.163, 1542.545, 1547.956, 1551.053, 1559.705, 1562.802, 1566.457, 1583.243, 1586.932, 1590.492, 1599.143, 1600.993, 1606.654, 1666.181, 1818.319] + [-73.99918, 40.73924] + ], + "timestamps": [ + 1133, 1190.95, 1193.272, 1260.148, 1294.406, 1334.002, 1343.766, 1377.39, + 1395.162, 1411.315, 1495.351, 1509.375, 1526.163, 1542.545, 1547.956, + 1551.053, 1559.705, 1562.802, 1566.457, 1583.243, 1586.932, 1590.492, + 1599.143, 1600.993, 1606.654, 1666.181, 1818.319 + ] }, { "vendor": 0, @@ -26128,8 +30326,14 @@ [-74.00252, 40.73975], [-74.00112, 40.74166], [-74.0007, 40.74225], - [-73.99905, 40.74155]], - "timestamps": [ 206, 212.191, 255.53, 348.653, 366.973, 402.573, 426.536, 435.194, 513.353, 560.412, 583.576, 650.515, 673.638, 677.254, 715.234, 721.426, 798.262, 843.631, 875.022, 1009.525, 1026.347, 1088.283, 1150.173, 1214.132, 1233.756, 1274] + [-73.99905, 40.74155] + ], + "timestamps": [ + 206, 212.191, 255.53, 348.653, 366.973, 402.573, 426.536, 435.194, + 513.353, 560.412, 583.576, 650.515, 673.638, 677.254, 715.234, 721.426, + 798.262, 843.631, 875.022, 1009.525, 1026.347, 1088.283, 1150.173, + 1214.132, 1233.756, 1274 + ] }, { "vendor": 0, @@ -26185,8 +30389,17 @@ [-74.00846, 40.72064], [-74.00862, 40.72063], [-74.00929, 40.72069], - [-74.00976, 40.72074]], - "timestamps": [ 51, 75.336, 100.264, 116.729, 120.114, 127.051, 181.366, 195.069, 388.999, 411.056, 436.549, 442.836, 464.485, 475.926, 486.326, 540.433, 549.462, 560.271, 570.818, 574.227, 576.177, 581.627, 583.578, 585.88, 596.453, 598.777, 601.019, 606.468, 607.633, 611.199, 648.694, 744.521, 779.417, 790.816, 801.524, 823.07, 830.728, 871.183, 882.829, 905.239, 917.364, 918.864, 968.348, 993.685, 1021.501, 1038.91, 1047.805, 1081.876, 1092.584, 1095.209, 1106.24, 1114] + [-74.00976, 40.72074] + ], + "timestamps": [ + 51, 75.336, 100.264, 116.729, 120.114, 127.051, 181.366, 195.069, 388.999, + 411.056, 436.549, 442.836, 464.485, 475.926, 486.326, 540.433, 549.462, + 560.271, 570.818, 574.227, 576.177, 581.627, 583.578, 585.88, 596.453, + 598.777, 601.019, 606.468, 607.633, 611.199, 648.694, 744.521, 779.417, + 790.816, 801.524, 823.07, 830.728, 871.183, 882.829, 905.239, 917.364, + 918.864, 968.348, 993.685, 1021.501, 1038.91, 1047.805, 1081.876, + 1092.584, 1095.209, 1106.24, 1114 + ] }, { "vendor": 0, @@ -26308,8 +30521,26 @@ [-74.00884, 40.72746], [-74.00872, 40.72819], [-74.0072, 40.72804], - [-74.00584, 40.7366]], - "timestamps": [ 44, 90.073, 115.204, 187.706, 191.993, 197.934, 204.462, 234.643, 240.219, 267.201, 281.348, 317.181, 340.607, 448.295, 481.988, 486.457, 487.575, 490.773, 496.756, 499.998, 504.032, 506.9, 511.863, 514.376, 518.352, 520.092, 523.022, 525.359, 562.846, 564.49, 565.812, 566.738, 568.422, 570.354, 576.17, 594.089, 600.327, 605.861, 610.422, 614.127, 617.56, 628.424, 663.516, 665.824, 668.7, 672.117, 674.558, 690.749, 694.868, 698.097, 702.318, 708.543, 720.806, 726.725, 733.694, 736.61, 738.145, 739.61, 743.788, 754.55, 760.233, 793.415, 809.099, 831.728, 839.416, 853.743, 867.462, 882.736, 887.981, 892.869, 896.444, 903.272, 907.611, 966.471, 970.517, 974.761, 1056.859, 1059.265, 1063.768, 1072.38, 1074.806, 1079.491, 1083.457, 1087.462, 1089.369, 1093.916, 1105.475, 1112.086, 1119.784, 1123.925, 1128.86, 1132.155, 1134.806, 1138.136, 1140.442, 1143.146, 1145.997, 1146.971, 1150.046, 1152.555, 1168.795, 1194.826, 1196.841, 1203.537, 1208.7, 1224.396, 1254.255, 1292.561, 1342.301, 1406.066, 1515.231, 1522.539, 1551.438, 1575.594, 1605.385, 1620.271, 1657.968, 1823.635] + [-74.00584, 40.7366] + ], + "timestamps": [ + 44, 90.073, 115.204, 187.706, 191.993, 197.934, 204.462, 234.643, 240.219, + 267.201, 281.348, 317.181, 340.607, 448.295, 481.988, 486.457, 487.575, + 490.773, 496.756, 499.998, 504.032, 506.9, 511.863, 514.376, 518.352, + 520.092, 523.022, 525.359, 562.846, 564.49, 565.812, 566.738, 568.422, + 570.354, 576.17, 594.089, 600.327, 605.861, 610.422, 614.127, 617.56, + 628.424, 663.516, 665.824, 668.7, 672.117, 674.558, 690.749, 694.868, + 698.097, 702.318, 708.543, 720.806, 726.725, 733.694, 736.61, 738.145, + 739.61, 743.788, 754.55, 760.233, 793.415, 809.099, 831.728, 839.416, + 853.743, 867.462, 882.736, 887.981, 892.869, 896.444, 903.272, 907.611, + 966.471, 970.517, 974.761, 1056.859, 1059.265, 1063.768, 1072.38, + 1074.806, 1079.491, 1083.457, 1087.462, 1089.369, 1093.916, 1105.475, + 1112.086, 1119.784, 1123.925, 1128.86, 1132.155, 1134.806, 1138.136, + 1140.442, 1143.146, 1145.997, 1146.971, 1150.046, 1152.555, 1168.795, + 1194.826, 1196.841, 1203.537, 1208.7, 1224.396, 1254.255, 1292.561, + 1342.301, 1406.066, 1515.231, 1522.539, 1551.438, 1575.594, 1605.385, + 1620.271, 1657.968, 1823.635 + ] }, { "vendor": 0, @@ -26327,8 +30558,12 @@ [-73.99607, 40.71624], [-73.99607, 40.71614], [-73.99603, 40.71601], - [-73.99566, 40.71548]], - "timestamps": [ 1437, 1474.458, 1548.521, 1564.184, 1578.973, 1629.814, 1639.173, 1703.407, 1728.531, 1776.874, 1793.412, 1794.44, 1795.812, 1801.976] + [-73.99566, 40.71548] + ], + "timestamps": [ + 1437, 1474.458, 1548.521, 1564.184, 1578.973, 1629.814, 1639.173, + 1703.407, 1728.531, 1776.874, 1793.412, 1794.44, 1795.812, 1801.976 + ] }, { "vendor": 1, @@ -26338,8 +30573,9 @@ [-73.94106, 40.68356], [-73.9412, 40.68429], [-73.94135, 40.68503], - [-73.96071, 40.6828]], - "timestamps": [ 1623, 1664.627, 1714.738, 1725.745, 1736.917, 2115.351] + [-73.96071, 40.6828] + ], + "timestamps": [1623, 1664.627, 1714.738, 1725.745, 1736.917, 2115.351] }, { "vendor": 0, @@ -26489,8 +30725,30 @@ [-73.97436, 40.73741], [-73.97335, 40.73877], [-73.97321, 40.73902], - [-73.97305, 40.73942]], - "timestamps": [ 210, 247.2096, 280.2848, 336.0992, 469.024, 472.923, 478.736, 489.072, 495.004, 498.363, 501.76, 513.432, 523.6, 526.749, 529.756, 545.394, 547.725, 551.088, 669.819, 673.245, 677.296, 680.731, 685.179, 688.086, 708.77, 715.146, 718.287, 722.584, 733.908, 742.421, 759.242, 817.297, 826.754, 836.946, 843.45, 848.282, 855.836, 861.344, 865.901, 870.052, 875.51, 877.464, 885.373, 892.199, 897.212, 904.5792, 910.655, 914.523, 918.981, 921.512, 926.129, 929.268, 931.782, 933.89, 936.048, 936.944, 939.046, 942.324, 950.408, 962.46, 986.313, 1132.101, 1152.6432, 1154.025, 1157.198, 1158.544, 1159.645, 1161.593, 1162.778, 1163.921, 1165.039, 1166.232, 1167.35, 1168.871, 1169.464, 1175.404, 1181.261, 1186.975, 1190.481, 1217.689, 1220.585, 1222.661, 1229.122, 1229.918, 1233.232, 1236.658, 1238.188, 1241.352, 1244.843, 1246.126, 1254.244, 1259.283, 1268.541, 1275.672, 1293.514, 1309.75, 1315.982, 1351.334, 1388.699, 1404.109, 1430.935, 1434.35, 1437.893, 1442.179, 1448.588, 1450.801, 1454.745, 1459.598, 1462.738, 1500.667, 1516.537, 1526.155, 1533.936, 1537.86, 1546.254, 1572.432, 1581.559, 1585.441, 1591.501, 1626.051, 1629.742, 1633.619, 1637.439, 1642.121, 1659.716, 1663.709, 1667.249, 1670.042, 1673.276, 1676.752, 1680.28, 1683.428, 1693.244, 1695.843, 1700.706, 1705.587, 1751.546, 1755.32, 1758.374, 1759.903, 1764.586, 1770.723, 1774.38, 1792.704, 1795.892, 1800.8] + [-73.97305, 40.73942] + ], + "timestamps": [ + 210, 247.2096, 280.2848, 336.0992, 469.024, 472.923, 478.736, 489.072, + 495.004, 498.363, 501.76, 513.432, 523.6, 526.749, 529.756, 545.394, + 547.725, 551.088, 669.819, 673.245, 677.296, 680.731, 685.179, 688.086, + 708.77, 715.146, 718.287, 722.584, 733.908, 742.421, 759.242, 817.297, + 826.754, 836.946, 843.45, 848.282, 855.836, 861.344, 865.901, 870.052, + 875.51, 877.464, 885.373, 892.199, 897.212, 904.5792, 910.655, 914.523, + 918.981, 921.512, 926.129, 929.268, 931.782, 933.89, 936.048, 936.944, + 939.046, 942.324, 950.408, 962.46, 986.313, 1132.101, 1152.6432, 1154.025, + 1157.198, 1158.544, 1159.645, 1161.593, 1162.778, 1163.921, 1165.039, + 1166.232, 1167.35, 1168.871, 1169.464, 1175.404, 1181.261, 1186.975, + 1190.481, 1217.689, 1220.585, 1222.661, 1229.122, 1229.918, 1233.232, + 1236.658, 1238.188, 1241.352, 1244.843, 1246.126, 1254.244, 1259.283, + 1268.541, 1275.672, 1293.514, 1309.75, 1315.982, 1351.334, 1388.699, + 1404.109, 1430.935, 1434.35, 1437.893, 1442.179, 1448.588, 1450.801, + 1454.745, 1459.598, 1462.738, 1500.667, 1516.537, 1526.155, 1533.936, + 1537.86, 1546.254, 1572.432, 1581.559, 1585.441, 1591.501, 1626.051, + 1629.742, 1633.619, 1637.439, 1642.121, 1659.716, 1663.709, 1667.249, + 1670.042, 1673.276, 1676.752, 1680.28, 1683.428, 1693.244, 1695.843, + 1700.706, 1705.587, 1751.546, 1755.32, 1758.374, 1759.903, 1764.586, + 1770.723, 1774.38, 1792.704, 1795.892, 1800.8 + ] }, { "vendor": 0, @@ -26658,8 +30916,32 @@ [-74.00111, 40.71019], [-74.0006, 40.71088], [-74.00045, 40.71103], - [-73.99829, 40.71318]], - "timestamps": [ 231, 255.715, 388.594, 395.181, 461.441, 501.552, 504.635, 507.003, 508.617, 510.714, 512.677, 518.035, 522.289, 538.863, 552.576, 555.982, 559.428, 561.724, 565.222, 571.057, 576.411, 581.528, 599.117, 602.441, 620.289, 623.597, 626.61, 627.659, 629.812, 648.748, 652.949, 655.022, 657.001, 660.418, 663.009, 666.692, 670.425, 674.574, 676.984, 680.48, 688.73, 693.929, 710.262, 715.33, 719.989, 724.129, 726.164, 729.928, 733.403, 735.757, 739.508, 743.623, 747.926, 768.355, 773.827, 780.027, 785.795, 802.255, 817.658, 826.679, 837.453, 842.856, 850.053, 858.099, 868.955, 877.812, 887.944, 892.189, 906.509, 908.462, 918.843, 921.427, 924.691, 944.241, 956.874, 965.161, 971.491, 976.12, 978.69, 983.525, 991.043, 995.025, 1016.434, 1020.173, 1067.878, 1074.995, 1088.138, 1090.875, 1100.331, 1111.513, 1116.569, 1120.923, 1125.525, 1129.886, 1148.485, 1153.112, 1155.403, 1160.169, 1164.736, 1177.747, 1182.306, 1186.949, 1190.328, 1192.356, 1197.822, 1231.516, 1235.862, 1238.726, 1242.828, 1250.741, 1254.928, 1257.109, 1262.029, 1266.51, 1272.292, 1281.902, 1285.111, 1288.186, 1296.429, 1311.631, 1323.279, 1328.423, 1333.324, 1337.899, 1362.373, 1371.897, 1376.306, 1382.101, 1387.705, 1422.107, 1430.725, 1433.259, 1436.963, 1441.655, 1445.208, 1446.86, 1450.241, 1453.026, 1455.771, 1490.508, 1517.254, 1524.504, 1551.969, 1560.331, 1576.225, 1580.897, 1588.053, 1594.366, 1604.084, 1605.903, 1608.534, 1609.469, 1612.11, 1614.519, 1620.617, 1625.366, 1633.169, 1635.445, 1638.014, 1682.874, 1689.21, 1709.174, 1713.925, 1813.095] + [-73.99829, 40.71318] + ], + "timestamps": [ + 231, 255.715, 388.594, 395.181, 461.441, 501.552, 504.635, 507.003, + 508.617, 510.714, 512.677, 518.035, 522.289, 538.863, 552.576, 555.982, + 559.428, 561.724, 565.222, 571.057, 576.411, 581.528, 599.117, 602.441, + 620.289, 623.597, 626.61, 627.659, 629.812, 648.748, 652.949, 655.022, + 657.001, 660.418, 663.009, 666.692, 670.425, 674.574, 676.984, 680.48, + 688.73, 693.929, 710.262, 715.33, 719.989, 724.129, 726.164, 729.928, + 733.403, 735.757, 739.508, 743.623, 747.926, 768.355, 773.827, 780.027, + 785.795, 802.255, 817.658, 826.679, 837.453, 842.856, 850.053, 858.099, + 868.955, 877.812, 887.944, 892.189, 906.509, 908.462, 918.843, 921.427, + 924.691, 944.241, 956.874, 965.161, 971.491, 976.12, 978.69, 983.525, + 991.043, 995.025, 1016.434, 1020.173, 1067.878, 1074.995, 1088.138, + 1090.875, 1100.331, 1111.513, 1116.569, 1120.923, 1125.525, 1129.886, + 1148.485, 1153.112, 1155.403, 1160.169, 1164.736, 1177.747, 1182.306, + 1186.949, 1190.328, 1192.356, 1197.822, 1231.516, 1235.862, 1238.726, + 1242.828, 1250.741, 1254.928, 1257.109, 1262.029, 1266.51, 1272.292, + 1281.902, 1285.111, 1288.186, 1296.429, 1311.631, 1323.279, 1328.423, + 1333.324, 1337.899, 1362.373, 1371.897, 1376.306, 1382.101, 1387.705, + 1422.107, 1430.725, 1433.259, 1436.963, 1441.655, 1445.208, 1446.86, + 1450.241, 1453.026, 1455.771, 1490.508, 1517.254, 1524.504, 1551.969, + 1560.331, 1576.225, 1580.897, 1588.053, 1594.366, 1604.084, 1605.903, + 1608.534, 1609.469, 1612.11, 1614.519, 1620.617, 1625.366, 1633.169, + 1635.445, 1638.014, 1682.874, 1689.21, 1709.174, 1713.925, 1813.095 + ] }, { "vendor": 0, @@ -26670,8 +30952,11 @@ [-74.00095, 40.7317], [-73.99967, 40.73107], [-73.9996, 40.73104], - [-73.99663, 40.72959]], - "timestamps": [ 1663, 1664.44, 1678.829, 1680.291, 1733.674, 1736.487, 1849.196] + [-73.99663, 40.72959] + ], + "timestamps": [ + 1663, 1664.44, 1678.829, 1680.291, 1733.674, 1736.487, 1849.196 + ] }, { "vendor": 0, @@ -26815,8 +31100,29 @@ [-73.99606, 40.66784], [-73.99631, 40.66835], [-73.99658, 40.66874], - [-73.99969, 40.67371]], - "timestamps": [ 321, 410.177, 433.573, 487.318, 497.624, 502.625, 505.422, 508.331, 511.003, 513.409, 515.906, 518.829, 520.681, 524.797, 530.041, 533.297, 536.908, 540.381, 543.864, 547.578, 551.153, 554.649, 566.136, 573.08, 576.954, 580.814, 586.806, 601.539, 654.5, 658.299, 661.97, 665.469, 668.992, 672.63, 676.126, 679.825, 683.232, 686.771, 712.024, 728.892, 732.489, 736.611, 743.708, 747.327, 755.322, 759.621, 763.303, 792.098, 795.388, 803.007, 807.581, 814.782, 822.391, 826.466, 843.877, 852.521, 854.468, 860.736, 862.633, 864.718, 865.986, 870.917, 875.378, 885.934, 888.637, 893.064, 900.109, 903.776, 907.586, 911.288, 917.641, 919.92, 928.51, 970.127, 1043.639, 1080.94, 1116.78, 1120.954, 1127.223, 1130.433, 1134.671, 1139.568, 1143.481, 1148.759, 1155.003, 1159.833, 1166.363, 1175.213, 1182.213, 1219.459, 1224.211, 1263.124, 1268.418, 1273.054, 1277.661, 1286.185, 1293.654, 1303.932, 1316.083, 1332.905, 1347.237, 1350.227, 1353.356, 1359.363, 1362.648, 1366.337, 1369.705, 1372.681, 1375.87, 1379.24, 1382.719, 1386.242, 1406.143, 1409.337, 1412.572, 1415.714, 1419.245, 1425.377, 1428.619, 1431.808, 1435.003, 1438.555, 1442.58, 1446.799, 1451.168, 1471.936, 1487.211, 1520.921, 1528.44, 1714.352, 1721.983, 1725.988, 1732.989, 1738.001, 1741.281, 1744.5, 1747.683, 1752.63, 1756.635, 1806.653] + [-73.99969, 40.67371] + ], + "timestamps": [ + 321, 410.177, 433.573, 487.318, 497.624, 502.625, 505.422, 508.331, + 511.003, 513.409, 515.906, 518.829, 520.681, 524.797, 530.041, 533.297, + 536.908, 540.381, 543.864, 547.578, 551.153, 554.649, 566.136, 573.08, + 576.954, 580.814, 586.806, 601.539, 654.5, 658.299, 661.97, 665.469, + 668.992, 672.63, 676.126, 679.825, 683.232, 686.771, 712.024, 728.892, + 732.489, 736.611, 743.708, 747.327, 755.322, 759.621, 763.303, 792.098, + 795.388, 803.007, 807.581, 814.782, 822.391, 826.466, 843.877, 852.521, + 854.468, 860.736, 862.633, 864.718, 865.986, 870.917, 875.378, 885.934, + 888.637, 893.064, 900.109, 903.776, 907.586, 911.288, 917.641, 919.92, + 928.51, 970.127, 1043.639, 1080.94, 1116.78, 1120.954, 1127.223, 1130.433, + 1134.671, 1139.568, 1143.481, 1148.759, 1155.003, 1159.833, 1166.363, + 1175.213, 1182.213, 1219.459, 1224.211, 1263.124, 1268.418, 1273.054, + 1277.661, 1286.185, 1293.654, 1303.932, 1316.083, 1332.905, 1347.237, + 1350.227, 1353.356, 1359.363, 1362.648, 1366.337, 1369.705, 1372.681, + 1375.87, 1379.24, 1382.719, 1386.242, 1406.143, 1409.337, 1412.572, + 1415.714, 1419.245, 1425.377, 1428.619, 1431.808, 1435.003, 1438.555, + 1442.58, 1446.799, 1451.168, 1471.936, 1487.211, 1520.921, 1528.44, + 1714.352, 1721.983, 1725.988, 1732.989, 1738.001, 1741.281, 1744.5, + 1747.683, 1752.63, 1756.635, 1806.653 + ] }, { "vendor": 0, @@ -26829,8 +31135,12 @@ [-73.96436, 40.68103], [-73.96141, 40.6804], [-73.95602, 40.6793], - [-73.95252, 40.67854]], - "timestamps": [ 1334, 1367.819, 1513.374, 1516.331, 1559.505, 1618.324, 1666.361, 1753.852, 1810.917] + [-73.95252, 40.67854] + ], + "timestamps": [ + 1334, 1367.819, 1513.374, 1516.331, 1559.505, 1618.324, 1666.361, + 1753.852, 1810.917 + ] }, { "vendor": 0, @@ -26877,8 +31187,16 @@ [-73.98847, 40.77985], [-73.98984, 40.77797], [-73.9904, 40.77726], - [-73.99231, 40.77466]], - "timestamps": [ 1182, 1190.004, 1207.97, 1284.206, 1296.251, 1300.291, 1308.112, 1312.526, 1342.754, 1372.441, 1409.004, 1447.59, 1473.333, 1498.2, 1505.218, 1515.641, 1552.07, 1555.072, 1558.084, 1560.549, 1562.483, 1565.924, 1568.546, 1572.279, 1575.147, 1578.239, 1581.106, 1584.786, 1592.2, 1600.305, 1607.08, 1622.063, 1636.28, 1658.197, 1690.094, 1694.616, 1699.88, 1706.727, 1717.66, 1726.909, 1759.24, 1771.693, 1816.492] + [-73.99231, 40.77466] + ], + "timestamps": [ + 1182, 1190.004, 1207.97, 1284.206, 1296.251, 1300.291, 1308.112, 1312.526, + 1342.754, 1372.441, 1409.004, 1447.59, 1473.333, 1498.2, 1505.218, + 1515.641, 1552.07, 1555.072, 1558.084, 1560.549, 1562.483, 1565.924, + 1568.546, 1572.279, 1575.147, 1578.239, 1581.106, 1584.786, 1592.2, + 1600.305, 1607.08, 1622.063, 1636.28, 1658.197, 1690.094, 1694.616, + 1699.88, 1706.727, 1717.66, 1726.909, 1759.24, 1771.693, 1816.492 + ] }, { "vendor": 0, @@ -26895,8 +31213,12 @@ [-73.95212, 40.76527], [-73.95235, 40.76504], [-73.95291, 40.76421], - [-73.95363, 40.76347]], - "timestamps": [ 1684, 1687.459, 1729.931, 1735.181, 1736.62, 1738.874, 1740.196, 1741.084, 1763.324, 1770.491, 1777.034, 1798.169, 1807.108] + [-73.95363, 40.76347] + ], + "timestamps": [ + 1684, 1687.459, 1729.931, 1735.181, 1736.62, 1738.874, 1740.196, 1741.084, + 1763.324, 1770.491, 1777.034, 1798.169, 1807.108 + ] }, { "vendor": 1, @@ -26927,8 +31249,14 @@ [-73.97922, 40.66574], [-73.98485, 40.66847], [-73.9863, 40.66917], - [-73.98595, 40.66959]], - "timestamps": [ 1168, 1178.445, 1180.518, 1205.602, 1221.547, 1222.63, 1223.5, 1224.111, 1225.219, 1226.492, 1230.843, 1244.248, 1249.208, 1253.609, 1257.236, 1260.182, 1262.912, 1276.934, 1282.895, 1297.344, 1306.918, 1330.233, 1428.093, 1439.57, 1529.297, 1552.376, 1567] + [-73.98595, 40.66959] + ], + "timestamps": [ + 1168, 1178.445, 1180.518, 1205.602, 1221.547, 1222.63, 1223.5, 1224.111, + 1225.219, 1226.492, 1230.843, 1244.248, 1249.208, 1253.609, 1257.236, + 1260.182, 1262.912, 1276.934, 1282.895, 1297.344, 1306.918, 1330.233, + 1428.093, 1439.57, 1529.297, 1552.376, 1567 + ] }, { "vendor": 0, @@ -26998,8 +31326,19 @@ [-73.97506, 40.73592], [-73.97504, 40.73571], [-73.97492, 40.73515], - [-73.97402, 40.73172]], - "timestamps": [ 608, 651.544, 691.099, 703.371, 709.13, 778.172, 819.313, 821.815, 824.219, 827.094, 830.728, 832.907, 835.537, 885.464, 889.901, 895.523, 902.39, 907.761, 919.978, 925.904, 942.358, 968.915, 1287.401, 1352.271, 1436.196, 1442.032, 1456.993, 1462.382, 1464.135, 1478.89, 1484.246, 1491.46, 1496.263, 1511.501, 1525.027, 1533.901, 1540.678, 1545.634, 1548.386, 1553.563, 1561.613, 1565.876, 1588.799, 1592.803, 1643.88, 1651.501, 1665.573, 1668.503, 1678.628, 1690.601, 1696.014, 1700.676, 1705.603, 1710.273, 1730.187, 1735.141, 1737.594, 1742.697, 1747.587, 1761.518, 1766.4, 1771.37, 1774.988, 1777.16, 1783.013, 1819.089] + [-73.97402, 40.73172] + ], + "timestamps": [ + 608, 651.544, 691.099, 703.371, 709.13, 778.172, 819.313, 821.815, + 824.219, 827.094, 830.728, 832.907, 835.537, 885.464, 889.901, 895.523, + 902.39, 907.761, 919.978, 925.904, 942.358, 968.915, 1287.401, 1352.271, + 1436.196, 1442.032, 1456.993, 1462.382, 1464.135, 1478.89, 1484.246, + 1491.46, 1496.263, 1511.501, 1525.027, 1533.901, 1540.678, 1545.634, + 1548.386, 1553.563, 1561.613, 1565.876, 1588.799, 1592.803, 1643.88, + 1651.501, 1665.573, 1668.503, 1678.628, 1690.601, 1696.014, 1700.676, + 1705.603, 1710.273, 1730.187, 1735.141, 1737.594, 1742.697, 1747.587, + 1761.518, 1766.4, 1771.37, 1774.988, 1777.16, 1783.013, 1819.089 + ] }, { "vendor": 0, @@ -27013,8 +31352,12 @@ [-74.00309, 40.67921], [-74.00321, 40.67943], [-74.00353, 40.67978], - [-74.00374, 40.67988]], - "timestamps": [ 1648, 1674.381, 1698.047, 1759.152, 1761.411, 1764.778, 1783.874, 1788.392, 1796.475, 1801.484] + [-74.00374, 40.67988] + ], + "timestamps": [ + 1648, 1674.381, 1698.047, 1759.152, 1761.411, 1764.778, 1783.874, + 1788.392, 1796.475, 1801.484 + ] }, { "vendor": 0, @@ -27043,8 +31386,14 @@ [-73.96852, 40.74779], [-73.96872, 40.74754], [-73.96941, 40.74674], - [-73.97043, 40.74577]], - "timestamps": [ 1150, 1160.139, 1162.521, 1176.24, 1180.409, 1203.017, 1223.34, 1284.831, 1312.779, 1430.743, 1432.628, 1472.114, 1525.645, 1644.897, 1647.282, 1700.528, 1703.147, 1724.2, 1726.409, 1729.984, 1734.908, 1737.614, 1745.185, 1769.936, 1802.055] + [-73.97043, 40.74577] + ], + "timestamps": [ + 1150, 1160.139, 1162.521, 1176.24, 1180.409, 1203.017, 1223.34, 1284.831, + 1312.779, 1430.743, 1432.628, 1472.114, 1525.645, 1644.897, 1647.282, + 1700.528, 1703.147, 1724.2, 1726.409, 1729.984, 1734.908, 1737.614, + 1745.185, 1769.936, 1802.055 + ] }, { "vendor": 0, @@ -27095,8 +31444,17 @@ [-73.94273, 40.77719], [-73.94261, 40.77677], [-73.94258, 40.77656], - [-73.94255, 40.77617]], - "timestamps": [ 1224, 1291.217, 1306.028, 1518.8, 1561.081, 1564.33, 1566.671, 1568.267, 1570.34, 1572.281, 1577.577, 1581.783, 1599.509, 1614.175, 1617.817, 1621.504, 1623.959, 1627.7, 1633.94, 1639.667, 1645.139, 1663.95, 1667.505, 1686.594, 1690.131, 1693.354, 1694.476, 1696.779, 1717.031, 1721.524, 1723.741, 1725.857, 1729.512, 1732.282, 1736.222, 1740.214, 1744.651, 1747.229, 1750.968, 1759.792, 1765.351, 1782.82, 1788.24, 1793.222, 1797.65, 1799.827, 1803.852] + [-73.94255, 40.77617] + ], + "timestamps": [ + 1224, 1291.217, 1306.028, 1518.8, 1561.081, 1564.33, 1566.671, 1568.267, + 1570.34, 1572.281, 1577.577, 1581.783, 1599.509, 1614.175, 1617.817, + 1621.504, 1623.959, 1627.7, 1633.94, 1639.667, 1645.139, 1663.95, + 1667.505, 1686.594, 1690.131, 1693.354, 1694.476, 1696.779, 1717.031, + 1721.524, 1723.741, 1725.857, 1729.512, 1732.282, 1736.222, 1740.214, + 1744.651, 1747.229, 1750.968, 1759.792, 1765.351, 1782.82, 1788.24, + 1793.222, 1797.65, 1799.827, 1803.852 + ] }, { "vendor": 0, @@ -27240,15 +31598,37 @@ [-73.96461, 40.71141], [-73.96594, 40.71177], [-73.96708, 40.7121], - [-73.98416, 40.71731]], - "timestamps": [ 306, 309.615, 331.31, 416.744, 419.897, 439.117, 460.465, 475.885, 485.574, 559.454, 566.337, 595.292, 604.374, 614.289, 622.382, 625.206, 639.864, 658.293, 663.963, 671.522, 678.388, 683.337, 687.715, 693.464, 703.331, 705.965, 707.353, 720.59, 724.186, 727.22, 729.639, 731.776, 733.518, 784.152, 788.429, 792.957, 817.269, 824.312, 828.029, 837.673, 840.943, 853.331, 863.408, 871.285, 881.044, 884.286, 887.163, 898.124, 903.439, 906.333, 909.728, 913.088, 926.441, 936.371, 942.442, 949.994, 954.57, 957.668, 961.341, 965.775, 970.022, 971.634, 977.329, 981.365, 993.653, 1021.283, 1026.534, 1029.815, 1033.023, 1039.16, 1041.991, 1054.467, 1065.05, 1078.92, 1082.904, 1087.182, 1091.37, 1095.846, 1155.188, 1158.504, 1169.969, 1173.587, 1182.396, 1186.606, 1193.486, 1196.604, 1202.94, 1206.333, 1209.779, 1213.58, 1217.459, 1221.375, 1225.772, 1230.086, 1238.559, 1245.548, 1255.903, 1264.006, 1271.916, 1297.416, 1302.69, 1305.726, 1309.645, 1311.889, 1317.272, 1330.429, 1347.3, 1350.38, 1353.779, 1376.359, 1380.154, 1394.408, 1397.618, 1414.885, 1434.026, 1447.915, 1469.944, 1477.146, 1484.652, 1502.505, 1509.686, 1511.867, 1523.239, 1532.89, 1537.055, 1539.504, 1542.066, 1544.896, 1547.603, 1550.359, 1553.143, 1555.919, 1574.81, 1579.144, 1581.715, 1584.183, 1619.301, 1632.608, 1644.107, 1817.58] + [-73.98416, 40.71731] + ], + "timestamps": [ + 306, 309.615, 331.31, 416.744, 419.897, 439.117, 460.465, 475.885, + 485.574, 559.454, 566.337, 595.292, 604.374, 614.289, 622.382, 625.206, + 639.864, 658.293, 663.963, 671.522, 678.388, 683.337, 687.715, 693.464, + 703.331, 705.965, 707.353, 720.59, 724.186, 727.22, 729.639, 731.776, + 733.518, 784.152, 788.429, 792.957, 817.269, 824.312, 828.029, 837.673, + 840.943, 853.331, 863.408, 871.285, 881.044, 884.286, 887.163, 898.124, + 903.439, 906.333, 909.728, 913.088, 926.441, 936.371, 942.442, 949.994, + 954.57, 957.668, 961.341, 965.775, 970.022, 971.634, 977.329, 981.365, + 993.653, 1021.283, 1026.534, 1029.815, 1033.023, 1039.16, 1041.991, + 1054.467, 1065.05, 1078.92, 1082.904, 1087.182, 1091.37, 1095.846, + 1155.188, 1158.504, 1169.969, 1173.587, 1182.396, 1186.606, 1193.486, + 1196.604, 1202.94, 1206.333, 1209.779, 1213.58, 1217.459, 1221.375, + 1225.772, 1230.086, 1238.559, 1245.548, 1255.903, 1264.006, 1271.916, + 1297.416, 1302.69, 1305.726, 1309.645, 1311.889, 1317.272, 1330.429, + 1347.3, 1350.38, 1353.779, 1376.359, 1380.154, 1394.408, 1397.618, + 1414.885, 1434.026, 1447.915, 1469.944, 1477.146, 1484.652, 1502.505, + 1509.686, 1511.867, 1523.239, 1532.89, 1537.055, 1539.504, 1542.066, + 1544.896, 1547.603, 1550.359, 1553.143, 1555.919, 1574.81, 1579.144, + 1581.715, 1584.183, 1619.301, 1632.608, 1644.107, 1817.58 + ] }, { "vendor": 0, "path": [ [-73.99342, 40.68923], - [-73.99467, 40.68958]], - "timestamps": [ 1789, 1853.414] + [-73.99467, 40.68958] + ], + "timestamps": [1789, 1853.414] }, { "vendor": 0, @@ -27351,8 +31731,24 @@ [-73.98912, 40.71873], [-73.98837, 40.71849], [-73.98825, 40.71846], - [-73.9863, 40.72221]], - "timestamps": [ 305, 306.525, 318.729, 404.157, 420.838, 437.718, 585.574, 631.457, 638.952, 646.712, 688.219, 745.116, 765.701, 847.528, 858.756, 872.847, 875.423, 893.299, 913.016, 917.621, 925.878, 930.256, 932.735, 935.242, 943.855, 951.359, 953.683, 955.902, 967.442, 969.162, 971.643, 1057.031, 1059.495, 1062.409, 1064.878, 1068.077, 1070.168, 1085.043, 1089.629, 1091.888, 1094.978, 1103.122, 1109.244, 1121.342, 1163.092, 1169.893, 1177.224, 1181.9, 1185.375, 1190.808, 1194.77, 1198.047, 1201.032, 1204.957, 1206.363, 1212.05, 1216.96, 1228.06, 1244.509, 1249.013, 1252.769, 1256.128, 1257.263, 1260.738, 1263.48, 1264.54, 1275.231, 1277.67, 1279.791, 1282.318, 1285.168, 1286.775, 1288.387, 1290, 1291.633, 1293.317, 1295.027, 1296.498, 1298.734, 1304.241, 1313.356, 1475.088, 1478.266, 1481.809, 1484.212, 1487.104, 1502.224, 1516.13, 1549.808, 1569.097, 1577.267, 1614.361, 1647.44, 1669.135, 1688.629, 1735.086, 1759.577, 1763.378, 1925.072] + [-73.9863, 40.72221] + ], + "timestamps": [ + 305, 306.525, 318.729, 404.157, 420.838, 437.718, 585.574, 631.457, + 638.952, 646.712, 688.219, 745.116, 765.701, 847.528, 858.756, 872.847, + 875.423, 893.299, 913.016, 917.621, 925.878, 930.256, 932.735, 935.242, + 943.855, 951.359, 953.683, 955.902, 967.442, 969.162, 971.643, 1057.031, + 1059.495, 1062.409, 1064.878, 1068.077, 1070.168, 1085.043, 1089.629, + 1091.888, 1094.978, 1103.122, 1109.244, 1121.342, 1163.092, 1169.893, + 1177.224, 1181.9, 1185.375, 1190.808, 1194.77, 1198.047, 1201.032, + 1204.957, 1206.363, 1212.05, 1216.96, 1228.06, 1244.509, 1249.013, + 1252.769, 1256.128, 1257.263, 1260.738, 1263.48, 1264.54, 1275.231, + 1277.67, 1279.791, 1282.318, 1285.168, 1286.775, 1288.387, 1290, 1291.633, + 1293.317, 1295.027, 1296.498, 1298.734, 1304.241, 1313.356, 1475.088, + 1478.266, 1481.809, 1484.212, 1487.104, 1502.224, 1516.13, 1549.808, + 1569.097, 1577.267, 1614.361, 1647.44, 1669.135, 1688.629, 1735.086, + 1759.577, 1763.378, 1925.072 + ] }, { "vendor": 1, @@ -27406,8 +31802,17 @@ [-73.96277, 40.7151], [-73.96228, 40.71557], [-73.95722, 40.72029], - [-73.95662, 40.72084]], - "timestamps": [ 935, 994.488, 1002.461, 1049.79, 1085.566, 1089.782, 1093.236, 1109.083, 1112.353, 1116.805, 1171.559, 1182.873, 1188.226, 1190.111, 1235.187, 1244.933, 1254.38, 1263.509, 1266.01, 1290.361, 1299.684, 1339.8, 1344.882, 1347.6, 1349.964, 1376.165, 1379.398, 1383.077, 1390.238, 1393.544, 1430.15, 1437.541, 1438.519, 1442.477, 1446.34, 1447.876, 1459.799, 1461.984, 1477.375, 1491.315, 1506.958, 1512.102, 1525.181, 1568.899, 1579.592, 1639.292, 1666.586, 1678.05, 1794.435, 1808.092] + [-73.95662, 40.72084] + ], + "timestamps": [ + 935, 994.488, 1002.461, 1049.79, 1085.566, 1089.782, 1093.236, 1109.083, + 1112.353, 1116.805, 1171.559, 1182.873, 1188.226, 1190.111, 1235.187, + 1244.933, 1254.38, 1263.509, 1266.01, 1290.361, 1299.684, 1339.8, + 1344.882, 1347.6, 1349.964, 1376.165, 1379.398, 1383.077, 1390.238, + 1393.544, 1430.15, 1437.541, 1438.519, 1442.477, 1446.34, 1447.876, + 1459.799, 1461.984, 1477.375, 1491.315, 1506.958, 1512.102, 1525.181, + 1568.899, 1579.592, 1639.292, 1666.586, 1678.05, 1794.435, 1808.092 + ] }, { "vendor": 0, @@ -27501,8 +31906,23 @@ [-73.96384, 40.7653], [-73.96338, 40.76593], [-73.96498, 40.7666], - [-73.96541, 40.76602]], - "timestamps": [ 961, 975.123, 1005.76, 1007.805, 1009.626, 1010.432, 1030.786, 1051.919, 1062.512, 1097.876, 1100.469, 1121.204, 1151.786, 1171.583, 1190.721, 1196.774, 1198.35, 1199.826, 1201.098, 1202.711, 1212.706, 1220.518, 1224.66, 1226.422, 1229.172, 1244.852, 1246.527, 1250.02, 1252.145, 1258.364, 1260.13, 1261.942, 1263.549, 1264.816, 1266.284, 1267.861, 1269.463, 1270.892, 1275.346, 1276.526, 1278.733, 1280.948, 1301.805, 1303.518, 1304.904, 1305.598, 1307.724, 1310.509, 1312.169, 1320.484, 1321.932, 1324.159, 1328.973, 1340.831, 1342.769, 1345.39, 1348.041, 1353.038, 1356.318, 1359.965, 1362.555, 1366.183, 1368.275, 1390.717, 1397.611, 1407.424, 1411.877, 1418.993, 1420.781, 1421.946, 1424.666, 1427.724, 1429.348, 1439.587, 1445.611, 1450.734, 1456.843, 1457.969, 1460.776, 1461.5, 1488.058, 1520.641, 1533.905, 1547.123, 1607.602, 1621.271, 1635.941, 1643.339, 1668.938, 1676] + [-73.96541, 40.76602] + ], + "timestamps": [ + 961, 975.123, 1005.76, 1007.805, 1009.626, 1010.432, 1030.786, 1051.919, + 1062.512, 1097.876, 1100.469, 1121.204, 1151.786, 1171.583, 1190.721, + 1196.774, 1198.35, 1199.826, 1201.098, 1202.711, 1212.706, 1220.518, + 1224.66, 1226.422, 1229.172, 1244.852, 1246.527, 1250.02, 1252.145, + 1258.364, 1260.13, 1261.942, 1263.549, 1264.816, 1266.284, 1267.861, + 1269.463, 1270.892, 1275.346, 1276.526, 1278.733, 1280.948, 1301.805, + 1303.518, 1304.904, 1305.598, 1307.724, 1310.509, 1312.169, 1320.484, + 1321.932, 1324.159, 1328.973, 1340.831, 1342.769, 1345.39, 1348.041, + 1353.038, 1356.318, 1359.965, 1362.555, 1366.183, 1368.275, 1390.717, + 1397.611, 1407.424, 1411.877, 1418.993, 1420.781, 1421.946, 1424.666, + 1427.724, 1429.348, 1439.587, 1445.611, 1450.734, 1456.843, 1457.969, + 1460.776, 1461.5, 1488.058, 1520.641, 1533.905, 1547.123, 1607.602, + 1621.271, 1635.941, 1643.339, 1668.938, 1676 + ] }, { "vendor": 1, @@ -27542,8 +31962,15 @@ [-73.95875, 40.71032], [-73.96057, 40.71103], [-73.96142, 40.71134], - [-73.96155, 40.71113]], - "timestamps": [ 707, 717.611, 731.324, 784.65, 787.656, 972.8, 1032.978, 1037.186, 1040.211, 1042.426, 1153.162, 1157.649, 1197.345, 1216.541, 1252.258, 1293.686, 1326.451, 1335.605, 1374.379, 1376.981, 1382.378, 1390.638, 1488.916, 1493.076, 1497.301, 1500.757, 1514.348, 1574.358, 1585.254, 1607.019, 1614.38, 1621.634, 1622.512, 1676.759, 1701.757, 1712] + [-73.96155, 40.71113] + ], + "timestamps": [ + 707, 717.611, 731.324, 784.65, 787.656, 972.8, 1032.978, 1037.186, + 1040.211, 1042.426, 1153.162, 1157.649, 1197.345, 1216.541, 1252.258, + 1293.686, 1326.451, 1335.605, 1374.379, 1376.981, 1382.378, 1390.638, + 1488.916, 1493.076, 1497.301, 1500.757, 1514.348, 1574.358, 1585.254, + 1607.019, 1614.38, 1621.634, 1622.512, 1676.759, 1701.757, 1712 + ] }, { "vendor": 1, @@ -27601,8 +32028,18 @@ [-73.99748, 40.67037], [-73.99844, 40.67191], [-73.99882, 40.67255], - [-73.99612, 40.67816]], - "timestamps": [ 788, 802.196, 830.991, 868.356, 890.252, 905.806, 939.606, 946.141, 1048.134, 1065.787, 1210.129, 1217.686, 1243.696, 1275.949, 1401.919, 1419.525, 1431.571, 1443.454, 1462.417, 1479.868, 1493.393, 1545.208, 1548.535, 1557.769, 1568.239, 1572.578, 1576.346, 1594.987, 1599.285, 1602.827, 1605.705, 1608.371, 1616.808, 1644.061, 1645.854, 1648.087, 1650.741, 1652.637, 1665.211, 1668.41, 1670.918, 1674.196, 1679.03, 1688.555, 1693.151, 1699.596, 1703.502, 1705.95, 1710.459, 1716.04, 1741.344, 1761.001, 1769.101, 1932.26] + [-73.99612, 40.67816] + ], + "timestamps": [ + 788, 802.196, 830.991, 868.356, 890.252, 905.806, 939.606, 946.141, + 1048.134, 1065.787, 1210.129, 1217.686, 1243.696, 1275.949, 1401.919, + 1419.525, 1431.571, 1443.454, 1462.417, 1479.868, 1493.393, 1545.208, + 1548.535, 1557.769, 1568.239, 1572.578, 1576.346, 1594.987, 1599.285, + 1602.827, 1605.705, 1608.371, 1616.808, 1644.061, 1645.854, 1648.087, + 1650.741, 1652.637, 1665.211, 1668.41, 1670.918, 1674.196, 1679.03, + 1688.555, 1693.151, 1699.596, 1703.502, 1705.95, 1710.459, 1716.04, + 1741.344, 1761.001, 1769.101, 1932.26 + ] }, { "vendor": 0, @@ -27792,8 +32229,36 @@ [-74.00318, 40.7061], [-74.00703, 40.70364], [-74.0084, 40.70281], - [-74.00903, 40.70242]], - "timestamps": [ 477, 528.104, 542.518, 611.968, 726.99, 737.764, 740.05, 741.837, 743.623, 745.728, 747.665, 756.042, 761.351, 766.878, 770.47, 774.36, 779.127, 782.191, 796.076, 800.523, 804.404, 810.436, 814.286, 816.897, 819.717, 835.649, 839.832, 846.229, 847.776, 854.718, 861.936, 864.87, 867.499, 870.901, 873.652, 876.063, 877.489, 880.147, 882.817, 885.448, 887.462, 888.777, 901.879, 910.038, 920.725, 923.379, 926.065, 927.855, 930.581, 935.128, 939.301, 943.288, 956.996, 959.587, 973.497, 976.075, 978.424, 979.241, 980.919, 995.677, 998.951, 1000.566, 1002.108, 1004.772, 1006.791, 1009.661, 1012.571, 1015.804, 1017.682, 1020.407, 1026.837, 1030.888, 1043.618, 1047.567, 1051.198, 1054.425, 1056.011, 1058.944, 1061.653, 1063.487, 1066.41, 1069.617, 1072.971, 1088.892, 1093.157, 1097.989, 1102.484, 1115.313, 1127.317, 1134.347, 1142.744, 1146.955, 1152.564, 1158.834, 1167.295, 1174.197, 1182.094, 1185.402, 1196.563, 1198.085, 1206.175, 1208.189, 1210.733, 1225.969, 1235.814, 1242.274, 1247.206, 1250.814, 1252.817, 1256.585, 1262.445, 1265.548, 1282.233, 1285.147, 1322.326, 1327.872, 1338.116, 1340.248, 1347.618, 1356.333, 1360.273, 1363.666, 1367.253, 1370.652, 1385.147, 1388.753, 1390.539, 1394.253, 1397.812, 1407.952, 1411.506, 1415.124, 1417.757, 1419.338, 1423.598, 1449.857, 1453.245, 1455.476, 1458.673, 1464.84, 1468.103, 1469.803, 1473.638, 1477.13, 1481.636, 1491.627, 1494.023, 1500.447, 1512.295, 1521.372, 1525.382, 1529.201, 1532.767, 1551.841, 1559.263, 1562.699, 1567.215, 1571.583, 1577.295, 1604.307, 1605.11, 1607.085, 1609.972, 1613.628, 1616.398, 1617.685, 1620.32, 1622.49, 1624.63, 1651.702, 1672.546, 1678.197, 1699.602, 1706.119, 1718.506, 1723.473, 1726.64, 1729.994, 1734.988, 1739.524, 1747.57, 1751.699, 1761.134, 1789.796, 1799.779, 1804.409] + [-74.00903, 40.70242] + ], + "timestamps": [ + 477, 528.104, 542.518, 611.968, 726.99, 737.764, 740.05, 741.837, 743.623, + 745.728, 747.665, 756.042, 761.351, 766.878, 770.47, 774.36, 779.127, + 782.191, 796.076, 800.523, 804.404, 810.436, 814.286, 816.897, 819.717, + 835.649, 839.832, 846.229, 847.776, 854.718, 861.936, 864.87, 867.499, + 870.901, 873.652, 876.063, 877.489, 880.147, 882.817, 885.448, 887.462, + 888.777, 901.879, 910.038, 920.725, 923.379, 926.065, 927.855, 930.581, + 935.128, 939.301, 943.288, 956.996, 959.587, 973.497, 976.075, 978.424, + 979.241, 980.919, 995.677, 998.951, 1000.566, 1002.108, 1004.772, + 1006.791, 1009.661, 1012.571, 1015.804, 1017.682, 1020.407, 1026.837, + 1030.888, 1043.618, 1047.567, 1051.198, 1054.425, 1056.011, 1058.944, + 1061.653, 1063.487, 1066.41, 1069.617, 1072.971, 1088.892, 1093.157, + 1097.989, 1102.484, 1115.313, 1127.317, 1134.347, 1142.744, 1146.955, + 1152.564, 1158.834, 1167.295, 1174.197, 1182.094, 1185.402, 1196.563, + 1198.085, 1206.175, 1208.189, 1210.733, 1225.969, 1235.814, 1242.274, + 1247.206, 1250.814, 1252.817, 1256.585, 1262.445, 1265.548, 1282.233, + 1285.147, 1322.326, 1327.872, 1338.116, 1340.248, 1347.618, 1356.333, + 1360.273, 1363.666, 1367.253, 1370.652, 1385.147, 1388.753, 1390.539, + 1394.253, 1397.812, 1407.952, 1411.506, 1415.124, 1417.757, 1419.338, + 1423.598, 1449.857, 1453.245, 1455.476, 1458.673, 1464.84, 1468.103, + 1469.803, 1473.638, 1477.13, 1481.636, 1491.627, 1494.023, 1500.447, + 1512.295, 1521.372, 1525.382, 1529.201, 1532.767, 1551.841, 1559.263, + 1562.699, 1567.215, 1571.583, 1577.295, 1604.307, 1605.11, 1607.085, + 1609.972, 1613.628, 1616.398, 1617.685, 1620.32, 1622.49, 1624.63, + 1651.702, 1672.546, 1678.197, 1699.602, 1706.119, 1718.506, 1723.473, + 1726.64, 1729.994, 1734.988, 1739.524, 1747.57, 1751.699, 1761.134, + 1789.796, 1799.779, 1804.409 + ] }, { "vendor": 0, @@ -27884,8 +32349,23 @@ [-73.98383, 40.71077], [-73.98471, 40.71072], [-73.98485, 40.71171], - [-73.98487, 40.71185]], - "timestamps": [ 877, 892.161, 901.925, 957.642, 986.08, 1000.163, 1059.578, 1115.995, 1181.797, 1186.373, 1198.103, 1202.329, 1203.703, 1215.273, 1219.471, 1225.128, 1228.894, 1241.039, 1251.819, 1258.891, 1264.293, 1268.243, 1270.437, 1274.562, 1280.978, 1284.376, 1302.646, 1305.837, 1346.546, 1352.62, 1363.835, 1366.171, 1374.24, 1383.783, 1388.097, 1391.813, 1395.74, 1399.461, 1415.333, 1419.282, 1421.237, 1425.304, 1429.201, 1440.304, 1444.195, 1448.157, 1451.041, 1452.772, 1457.436, 1486.189, 1489.898, 1492.342, 1495.843, 1502.595, 1506.168, 1508.029, 1512.228, 1516.051, 1520.986, 1531.925, 1534.549, 1541.583, 1554.556, 1564.496, 1568.886, 1573.068, 1576.973, 1597.858, 1605.985, 1609.747, 1614.692, 1619.475, 1648.832, 1656.187, 1658.349, 1661.51, 1665.514, 1668.546, 1669.956, 1672.841, 1675.217, 1677.56, 1690.756, 1712.888, 1725.945, 1761.913, 1767] + [-73.98487, 40.71185] + ], + "timestamps": [ + 877, 892.161, 901.925, 957.642, 986.08, 1000.163, 1059.578, 1115.995, + 1181.797, 1186.373, 1198.103, 1202.329, 1203.703, 1215.273, 1219.471, + 1225.128, 1228.894, 1241.039, 1251.819, 1258.891, 1264.293, 1268.243, + 1270.437, 1274.562, 1280.978, 1284.376, 1302.646, 1305.837, 1346.546, + 1352.62, 1363.835, 1366.171, 1374.24, 1383.783, 1388.097, 1391.813, + 1395.74, 1399.461, 1415.333, 1419.282, 1421.237, 1425.304, 1429.201, + 1440.304, 1444.195, 1448.157, 1451.041, 1452.772, 1457.436, 1486.189, + 1489.898, 1492.342, 1495.843, 1502.595, 1506.168, 1508.029, 1512.228, + 1516.051, 1520.986, 1531.925, 1534.549, 1541.583, 1554.556, 1564.496, + 1568.886, 1573.068, 1576.973, 1597.858, 1605.985, 1609.747, 1614.692, + 1619.475, 1648.832, 1656.187, 1658.349, 1661.51, 1665.514, 1668.546, + 1669.956, 1672.841, 1675.217, 1677.56, 1690.756, 1712.888, 1725.945, + 1761.913, 1767 + ] }, { "vendor": 0, @@ -27903,8 +32383,12 @@ [-73.97576, 40.68355], [-73.97592, 40.6835], [-73.9769, 40.68385], - [-73.97745, 40.68405]], - "timestamps": [ 1411, 1435.378, 1464.082, 1482.347, 1522.474, 1624.272, 1637.097, 1638.902, 1641.91, 1732.656, 1776.92, 1779.659, 1796.81, 1806.467] + [-73.97745, 40.68405] + ], + "timestamps": [ + 1411, 1435.378, 1464.082, 1482.347, 1522.474, 1624.272, 1637.097, + 1638.902, 1641.91, 1732.656, 1776.92, 1779.659, 1796.81, 1806.467 + ] }, { "vendor": 0, @@ -27990,8 +32474,21 @@ [-73.98108, 40.72102], [-73.98721, 40.72362], [-73.98796, 40.72394], - [-73.98752, 40.72454]], - "timestamps": [ 570, 598.288, 605.904, 613.52, 659.217, 742.949, 745.171, 753.875, 757.011, 758.031, 766.616, 769.732, 773.929, 776.724, 785.944, 794.129, 799.499, 803.599, 806.598, 808.264, 811.396, 816.268, 818.847, 832.718, 835.141, 866.048, 870.659, 879.175, 880.948, 887.074, 894.319, 897.595, 900.416, 903.397, 906.223, 918.273, 921.271, 922.755, 925.843, 928.802, 937.232, 940.186, 943.194, 945.383, 946.697, 950.239, 972.069, 974.885, 977.858, 979.396, 984.523, 987.236, 988.649, 991.837, 993.361, 994.742, 998.488, 1006.794, 1008.786, 1014.126, 1023.975, 1031.522, 1034.855, 1038.03, 1040.995, 1044.378, 1047.822, 1051.72, 1053.082, 1072.824, 1073.754, 1078.952, 1103.436, 1107.819, 1130.166, 1168.215, 1169.5, 1180.275, 1183.645, 1291.233, 1304.415, 1324] + [-73.98752, 40.72454] + ], + "timestamps": [ + 570, 598.288, 605.904, 613.52, 659.217, 742.949, 745.171, 753.875, + 757.011, 758.031, 766.616, 769.732, 773.929, 776.724, 785.944, 794.129, + 799.499, 803.599, 806.598, 808.264, 811.396, 816.268, 818.847, 832.718, + 835.141, 866.048, 870.659, 879.175, 880.948, 887.074, 894.319, 897.595, + 900.416, 903.397, 906.223, 918.273, 921.271, 922.755, 925.843, 928.802, + 937.232, 940.186, 943.194, 945.383, 946.697, 950.239, 972.069, 974.885, + 977.858, 979.396, 984.523, 987.236, 988.649, 991.837, 993.361, 994.742, + 998.488, 1006.794, 1008.786, 1014.126, 1023.975, 1031.522, 1034.855, + 1038.03, 1040.995, 1044.378, 1047.822, 1051.72, 1053.082, 1072.824, + 1073.754, 1078.952, 1103.436, 1107.819, 1130.166, 1168.215, 1169.5, + 1180.275, 1183.645, 1291.233, 1304.415, 1324 + ] }, { "vendor": 0, @@ -28024,8 +32521,15 @@ [-73.93782, 40.72014], [-73.93939, 40.71974], [-73.94062, 40.71943], - [-73.94099, 40.7216]], - "timestamps": [ 1106, 1109.852, 1124.055, 1150.538, 1358.988, 1372.024, 1403.086, 1417.766, 1517.983, 1543.28, 1572.568, 1577.49, 1586.226, 1588.579, 1591.103, 1598.325, 1609.667, 1611.609, 1620.57, 1642.863, 1660.148, 1675.055, 1683.968, 1702.645, 1711.644, 1721.106, 1740.689, 1756.014, 1805.691] + [-73.94099, 40.7216] + ], + "timestamps": [ + 1106, 1109.852, 1124.055, 1150.538, 1358.988, 1372.024, 1403.086, + 1417.766, 1517.983, 1543.28, 1572.568, 1577.49, 1586.226, 1588.579, + 1591.103, 1598.325, 1609.667, 1611.609, 1620.57, 1642.863, 1660.148, + 1675.055, 1683.968, 1702.645, 1711.644, 1721.106, 1740.689, 1756.014, + 1805.691 + ] }, { "vendor": 0, @@ -28034,8 +32538,9 @@ [-74.02229, 40.63032], [-74.02137, 40.63257], [-74.02101, 40.63346], - [-74.02351, 40.63461]], - "timestamps": [ 1656, 1718.253, 1768.451, 1788.289, 1875.833] + [-74.02351, 40.63461] + ], + "timestamps": [1656, 1718.253, 1768.451, 1788.289, 1875.833] }, { "vendor": 0, @@ -28104,8 +32609,19 @@ [-73.99034, 40.73711], [-73.99073, 40.73652], [-73.9912, 40.73587], - [-73.99229, 40.73633]], - "timestamps": [ 451, 463.015, 467.02, 472.089, 496.169, 516.8, 552.448, 559.139, 578.142, 583.17, 587.772, 610.689, 634.095, 655.263, 669.69, 673.954, 684.06, 685.635, 693.068, 695.315, 700.91, 716.283, 810.241, 823.48, 845.411, 848.115, 850.79, 853.66, 856.409, 858.931, 861.231, 868.872, 884.284, 895.111, 898.195, 910.243, 934.417, 951.233, 985.748, 1070.936, 1102.507, 1166.103, 1170.595, 1204.111, 1281.866, 1306.743, 1318.786, 1326.368, 1400.678, 1408.738, 1426.668, 1434.936, 1494.441, 1501.244, 1513.438, 1525.731, 1529.491, 1531.061, 1569.432, 1571.112, 1606.923, 1609.829, 1651.329, 1697.943, 1742] + [-73.99229, 40.73633] + ], + "timestamps": [ + 451, 463.015, 467.02, 472.089, 496.169, 516.8, 552.448, 559.139, 578.142, + 583.17, 587.772, 610.689, 634.095, 655.263, 669.69, 673.954, 684.06, + 685.635, 693.068, 695.315, 700.91, 716.283, 810.241, 823.48, 845.411, + 848.115, 850.79, 853.66, 856.409, 858.931, 861.231, 868.872, 884.284, + 895.111, 898.195, 910.243, 934.417, 951.233, 985.748, 1070.936, 1102.507, + 1166.103, 1170.595, 1204.111, 1281.866, 1306.743, 1318.786, 1326.368, + 1400.678, 1408.738, 1426.668, 1434.936, 1494.441, 1501.244, 1513.438, + 1525.731, 1529.491, 1531.061, 1569.432, 1571.112, 1606.923, 1609.829, + 1651.329, 1697.943, 1742 + ] }, { "vendor": 0, @@ -28130,8 +32646,13 @@ [-73.96896, 40.6931], [-73.96784, 40.69322], [-73.96688, 40.69334], - [-73.96689, 40.69343]], - "timestamps": [ 206, 236.439, 242.839, 246.404, 310.361, 353.357, 371.182, 378.313, 379.501, 407.651, 412.775, 416.19, 434.029, 435.585, 445.841, 536.079, 567.023, 605.801, 620.859, 633.811, 635] + [-73.96689, 40.69343] + ], + "timestamps": [ + 206, 236.439, 242.839, 246.404, 310.361, 353.357, 371.182, 378.313, + 379.501, 407.651, 412.775, 416.19, 434.029, 435.585, 445.841, 536.079, + 567.023, 605.801, 620.859, 633.811, 635 + ] }, { "vendor": 0, @@ -28253,8 +32774,27 @@ [-74.04133, 40.62306], [-74.04134, 40.62433], [-74.04127, 40.62596], - [-74.04116, 40.62717]], - "timestamps": [ 617, 751.213, 755.024, 927.598, 931.928, 956.227, 964.976, 974.061, 977.608, 981.766, 988.304, 994.542, 998.645, 1021.008, 1032.79, 1045.048, 1048.811, 1060.465, 1076.65, 1088.944, 1107.995, 1113.449, 1121.046, 1128.237, 1132.136, 1135.691, 1143.126, 1156.717, 1170.216, 1177.819, 1193.751, 1198.274, 1205.736, 1209.774, 1213.736, 1217.063, 1223.116, 1228.758, 1231.766, 1237.776, 1243.81, 1246.944, 1254.863, 1268.649, 1272.204, 1279.21, 1286.868, 1294.948, 1302.859, 1310.344, 1317.83, 1321.793, 1329.633, 1333.513, 1337.346, 1342.459, 1346.185, 1352.919, 1364.227, 1368.131, 1371.733, 1375.648, 1379.532, 1387.352, 1418.539, 1426.465, 1430.406, 1438.15, 1445.85, 1453.729, 1478.133, 1491.86, 1514.964, 1517.404, 1523.251, 1526.209, 1529.224, 1532.013, 1536.259, 1544.797, 1548.704, 1555.668, 1559.916, 1563.714, 1567.581, 1575.128, 1577.592, 1581.15, 1590.128, 1594.018, 1603.163, 1607.851, 1611.871, 1615.668, 1630.81, 1637.313, 1644.819, 1649.069, 1653.341, 1657.289, 1664.119, 1667.447, 1670.525, 1677.07, 1680.595, 1684.765, 1692.301, 1696.378, 1700.138, 1714.709, 1731.566, 1735.546, 1744.87, 1754.798, 1763.695, 1775.335, 1790.282, 1801.398] + [-74.04116, 40.62717] + ], + "timestamps": [ + 617, 751.213, 755.024, 927.598, 931.928, 956.227, 964.976, 974.061, + 977.608, 981.766, 988.304, 994.542, 998.645, 1021.008, 1032.79, 1045.048, + 1048.811, 1060.465, 1076.65, 1088.944, 1107.995, 1113.449, 1121.046, + 1128.237, 1132.136, 1135.691, 1143.126, 1156.717, 1170.216, 1177.819, + 1193.751, 1198.274, 1205.736, 1209.774, 1213.736, 1217.063, 1223.116, + 1228.758, 1231.766, 1237.776, 1243.81, 1246.944, 1254.863, 1268.649, + 1272.204, 1279.21, 1286.868, 1294.948, 1302.859, 1310.344, 1317.83, + 1321.793, 1329.633, 1333.513, 1337.346, 1342.459, 1346.185, 1352.919, + 1364.227, 1368.131, 1371.733, 1375.648, 1379.532, 1387.352, 1418.539, + 1426.465, 1430.406, 1438.15, 1445.85, 1453.729, 1478.133, 1491.86, + 1514.964, 1517.404, 1523.251, 1526.209, 1529.224, 1532.013, 1536.259, + 1544.797, 1548.704, 1555.668, 1559.916, 1563.714, 1567.581, 1575.128, + 1577.592, 1581.15, 1590.128, 1594.018, 1603.163, 1607.851, 1611.871, + 1615.668, 1630.81, 1637.313, 1644.819, 1649.069, 1653.341, 1657.289, + 1664.119, 1667.447, 1670.525, 1677.07, 1680.595, 1684.765, 1692.301, + 1696.378, 1700.138, 1714.709, 1731.566, 1735.546, 1744.87, 1754.798, + 1763.695, 1775.335, 1790.282, 1801.398 + ] }, { "vendor": 0, @@ -28316,8 +32856,17 @@ [-73.98806, 40.71858], [-73.98816, 40.71861], [-73.98795, 40.71903], - [-73.98759, 40.71972]], - "timestamps": [ 28, 29.272, 49.64, 99.866, 112.017, 120.29, 187.683, 257.435, 278.53, 291.145, 317.575, 330.311, 343.701, 364.41, 380.617, 433.153, 439.727, 449.359, 458.352, 470.741, 509.924, 525.738, 529.278, 532.509, 536.821, 542.857, 548.652, 557.737, 572.147, 576.859, 581.769, 593.447, 598.144, 599.571, 607.578, 614.374, 617.307, 619.031, 620.835, 622.828, 624.734, 626.675, 628.634, 630.589, 643.891, 646.943, 648.753, 650.491, 675.218, 684.588, 692.685, 814.831, 826.163, 842.48, 872.571, 874.537, 889.417, 914] + [-73.98759, 40.71972] + ], + "timestamps": [ + 28, 29.272, 49.64, 99.866, 112.017, 120.29, 187.683, 257.435, 278.53, + 291.145, 317.575, 330.311, 343.701, 364.41, 380.617, 433.153, 439.727, + 449.359, 458.352, 470.741, 509.924, 525.738, 529.278, 532.509, 536.821, + 542.857, 548.652, 557.737, 572.147, 576.859, 581.769, 593.447, 598.144, + 599.571, 607.578, 614.374, 617.307, 619.031, 620.835, 622.828, 624.734, + 626.675, 628.634, 630.589, 643.891, 646.943, 648.753, 650.491, 675.218, + 684.588, 692.685, 814.831, 826.163, 842.48, 872.571, 874.537, 889.417, 914 + ] }, { "vendor": 1, @@ -28374,8 +32923,18 @@ [-73.97271, 40.67752], [-73.97305, 40.67799], [-73.97324, 40.67771], - [-73.97337, 40.67753]], - "timestamps": [ 932, 940.727, 1034.831, 1050.909, 1083.333, 1119.636, 1136.247, 1272.645, 1276.727, 1280.701, 1282.766, 1288.267, 1293.504, 1307.58, 1313.195, 1313.794, 1314.482, 1321.237, 1327.747, 1329.03, 1330.279, 1331.094, 1331.734, 1333.123, 1335.31, 1335.919, 1336.528, 1338.909, 1343.817, 1352.618, 1360.329, 1364.248, 1370.831, 1374.691, 1379.073, 1380.085, 1384.644, 1388.91, 1390.181, 1391.274, 1393.8, 1396.727, 1400.338, 1403.272, 1405.64, 1409.146, 1412.526, 1424.503, 1437.277, 1529.542, 1546.181, 1559.391, 1568] + [-73.97337, 40.67753] + ], + "timestamps": [ + 932, 940.727, 1034.831, 1050.909, 1083.333, 1119.636, 1136.247, 1272.645, + 1276.727, 1280.701, 1282.766, 1288.267, 1293.504, 1307.58, 1313.195, + 1313.794, 1314.482, 1321.237, 1327.747, 1329.03, 1330.279, 1331.094, + 1331.734, 1333.123, 1335.31, 1335.919, 1336.528, 1338.909, 1343.817, + 1352.618, 1360.329, 1364.248, 1370.831, 1374.691, 1379.073, 1380.085, + 1384.644, 1388.91, 1390.181, 1391.274, 1393.8, 1396.727, 1400.338, + 1403.272, 1405.64, 1409.146, 1412.526, 1424.503, 1437.277, 1529.542, + 1546.181, 1559.391, 1568 + ] }, { "vendor": 0, @@ -28395,8 +32954,13 @@ [-73.99868, 40.71351], [-73.99842, 40.71338], [-73.99822, 40.71325], - [-74.00038, 40.71111]], - "timestamps": [ 1315, 1391.581, 1420.136, 1457.925, 1480.214, 1562.094, 1566.732, 1570.02, 1588.354, 1670.329, 1725.25, 1728.521, 1731.039, 1737.549, 1743.055, 1817.019] + [-74.00038, 40.71111] + ], + "timestamps": [ + 1315, 1391.581, 1420.136, 1457.925, 1480.214, 1562.094, 1566.732, 1570.02, + 1588.354, 1670.329, 1725.25, 1728.521, 1731.039, 1737.549, 1743.055, + 1817.019 + ] }, { "vendor": 0, @@ -28418,8 +32982,13 @@ [-73.98143, 40.71671], [-73.98228, 40.71697], [-73.98284, 40.71588], - [-73.98325, 40.71508]], - "timestamps": [ 215, 223.165, 225.527, 265.243, 296.061, 392.046, 392.915, 487.584, 491.873, 532.172, 533.983, 554.521, 590.015, 591.885, 600.878, 609.782, 646.822, 674] + [-73.98325, 40.71508] + ], + "timestamps": [ + 215, 223.165, 225.527, 265.243, 296.061, 392.046, 392.915, 487.584, + 491.873, 532.172, 533.983, 554.521, 590.015, 591.885, 600.878, 609.782, + 646.822, 674 + ] }, { "vendor": 0, @@ -28438,8 +33007,12 @@ [-73.99028, 40.7191], [-73.9902, 40.71925], [-73.99231, 40.71989], - [-73.99283, 40.72005]], - "timestamps": [ 1364, 1395.78, 1399.217, 1419.523, 1438.66, 1509.004, 1520.365, 1547.795, 1597.029, 1611.93, 1677.339, 1727.374, 1731.669, 1797.193, 1813.373] + [-73.99283, 40.72005] + ], + "timestamps": [ + 1364, 1395.78, 1399.217, 1419.523, 1438.66, 1509.004, 1520.365, 1547.795, + 1597.029, 1611.93, 1677.339, 1727.374, 1731.669, 1797.193, 1813.373 + ] }, { "vendor": 0, @@ -28495,8 +33068,17 @@ [-74.00802, 40.74247], [-74.00792, 40.74254], [-74.00765, 40.7429], - [-74.00733, 40.74334]], - "timestamps": [ 668, 706.493, 741.88, 746.526, 803.495, 833.942, 848.147, 883.561, 908.47, 917.47, 983.691, 1047.634, 1071.713, 1141.295, 1165.331, 1211.51, 1238.233, 1242.349, 1245.397, 1251.044, 1255.451, 1259.487, 1261.254, 1262.851, 1265.413, 1271.572, 1300.306, 1349.374, 1365.495, 1415.747, 1438.905, 1442.482, 1538.694, 1608.757, 1629.67, 1639.207, 1645.214, 1647.904, 1653.988, 1667.633, 1674.379, 1677.727, 1692.508, 1705.644, 1708.854, 1715.496, 1719.008, 1727.876, 1735.932, 1741.189, 1764.146, 1792] + [-74.00733, 40.74334] + ], + "timestamps": [ + 668, 706.493, 741.88, 746.526, 803.495, 833.942, 848.147, 883.561, 908.47, + 917.47, 983.691, 1047.634, 1071.713, 1141.295, 1165.331, 1211.51, + 1238.233, 1242.349, 1245.397, 1251.044, 1255.451, 1259.487, 1261.254, + 1262.851, 1265.413, 1271.572, 1300.306, 1349.374, 1365.495, 1415.747, + 1438.905, 1442.482, 1538.694, 1608.757, 1629.67, 1639.207, 1645.214, + 1647.904, 1653.988, 1667.633, 1674.379, 1677.727, 1692.508, 1705.644, + 1708.854, 1715.496, 1719.008, 1727.876, 1735.932, 1741.189, 1764.146, 1792 + ] }, { "vendor": 0, @@ -28541,8 +33123,16 @@ [-73.98037, 40.69823], [-73.97753, 40.69813], [-73.9738, 40.69797], - [-73.97378, 40.69797]], - "timestamps": [ 701, 710.140625, 724.14, 736.802, 748.734375, 862.384, 866.56, 903.019, 919.359375, 920.065, 921.007, 925.24, 929.481, 930.336, 931.847, 1046.989, 1049.359375, 1055.984, 1058.333, 1059.555, 1061.477, 1063.1, 1064.592, 1066.095, 1067.443, 1069.811, 1072.71875, 1092.063, 1093.479, 1096.078125, 1111.981, 1118.569, 1127.418, 1143.42, 1173.265625, 1201.145, 1203.734375, 1206.058, 1240.499, 1285.757, 1286] + [-73.97378, 40.69797] + ], + "timestamps": [ + 701, 710.140625, 724.14, 736.802, 748.734375, 862.384, 866.56, 903.019, + 919.359375, 920.065, 921.007, 925.24, 929.481, 930.336, 931.847, 1046.989, + 1049.359375, 1055.984, 1058.333, 1059.555, 1061.477, 1063.1, 1064.592, + 1066.095, 1067.443, 1069.811, 1072.71875, 1092.063, 1093.479, 1096.078125, + 1111.981, 1118.569, 1127.418, 1143.42, 1173.265625, 1201.145, 1203.734375, + 1206.058, 1240.499, 1285.757, 1286 + ] }, { "vendor": 1, @@ -28574,8 +33164,14 @@ [-73.96136, 40.70699], [-73.96076, 40.70646], [-73.96248, 40.70535], - [-73.96297, 40.70579]], - "timestamps": [ 139, 185.22, 232.991, 256.092, 299.074, 348.93, 388.36, 399.376, 446.038, 449.169, 455.664, 465.604, 583.874, 588.88, 596.109, 613.954, 624.253, 635.424, 644.361, 656.67, 676.527, 822.93, 841.642, 851.656, 858.5, 897.018, 980.215, 991] + [-73.96297, 40.70579] + ], + "timestamps": [ + 139, 185.22, 232.991, 256.092, 299.074, 348.93, 388.36, 399.376, 446.038, + 449.169, 455.664, 465.604, 583.874, 588.88, 596.109, 613.954, 624.253, + 635.424, 644.361, 656.67, 676.527, 822.93, 841.642, 851.656, 858.5, + 897.018, 980.215, 991 + ] }, { "vendor": 0, @@ -28583,8 +33179,9 @@ [-74.00527, 40.74282], [-74.00502, 40.74272], [-74.00513, 40.74258], - [-74.00443, 40.74228]], - "timestamps": [ 1760, 1780.907, 1796.811, 1843.44] + [-74.00443, 40.74228] + ], + "timestamps": [1760, 1780.907, 1796.811, 1843.44] }, { "vendor": 0, @@ -28596,8 +33193,11 @@ [-73.98857, 40.72284], [-73.98854, 40.72298], [-73.98845, 40.72327], - [-73.98487, 40.72819]], - "timestamps": [ 1453, 1604.786, 1614.193, 1696.574, 1783.195, 1792.72, 1799.392, 1925.235] + [-73.98487, 40.72819] + ], + "timestamps": [ + 1453, 1604.786, 1614.193, 1696.574, 1783.195, 1792.72, 1799.392, 1925.235 + ] }, { "vendor": 0, @@ -28627,8 +33227,14 @@ [-73.98233, 40.72789], [-73.98222, 40.72784], [-73.98218, 40.72791], - [-73.98204, 40.72808]], - "timestamps": [ 617, 642.791, 655.445, 683.73, 690.076, 713.994, 762.695, 805.678, 811.869, 846.711, 877.781, 898.158, 916.468, 919.425, 920.767, 987.399, 1038.375, 1095.074, 1101.308, 1108.753, 1249.153, 1266.088, 1320.501, 1323.402, 1325.773, 1332] + [-73.98204, 40.72808] + ], + "timestamps": [ + 617, 642.791, 655.445, 683.73, 690.076, 713.994, 762.695, 805.678, + 811.869, 846.711, 877.781, 898.158, 916.468, 919.425, 920.767, 987.399, + 1038.375, 1095.074, 1101.308, 1108.753, 1249.153, 1266.088, 1320.501, + 1323.402, 1325.773, 1332 + ] }, { "vendor": 0, @@ -28695,8 +33301,19 @@ [-73.96968, 40.74878], [-73.96998, 40.7489], [-73.96943, 40.74932], - [-73.96843, 40.75068]], - "timestamps": [ 1136, 1167.329, 1170.095, 1186.6, 1195.219, 1258.416, 1299.325, 1338.871, 1351.379, 1354.635, 1357.685, 1360.315, 1363.593, 1383.912, 1399.794, 1407.162, 1410.296, 1415.188, 1443.079, 1446.058, 1452.27, 1456.05, 1467.113, 1470.254, 1473.477, 1476.335, 1478.59, 1481.201, 1484.006, 1486.854, 1489.396, 1497.32, 1499.418, 1503.343, 1507.284, 1544.384, 1547.431, 1551.131, 1554.911, 1559.865, 1562.817, 1577.609, 1580.183, 1584.145, 1592.709, 1613.801, 1617.247, 1621.91, 1626.625, 1631.287, 1639.629, 1648.354, 1655.16, 1723.633, 1727.046, 1729.64, 1731.538, 1734.785, 1756.86, 1758.698, 1764.082, 1779.895, 1821.504] + [-73.96843, 40.75068] + ], + "timestamps": [ + 1136, 1167.329, 1170.095, 1186.6, 1195.219, 1258.416, 1299.325, 1338.871, + 1351.379, 1354.635, 1357.685, 1360.315, 1363.593, 1383.912, 1399.794, + 1407.162, 1410.296, 1415.188, 1443.079, 1446.058, 1452.27, 1456.05, + 1467.113, 1470.254, 1473.477, 1476.335, 1478.59, 1481.201, 1484.006, + 1486.854, 1489.396, 1497.32, 1499.418, 1503.343, 1507.284, 1544.384, + 1547.431, 1551.131, 1554.911, 1559.865, 1562.817, 1577.609, 1580.183, + 1584.145, 1592.709, 1613.801, 1617.247, 1621.91, 1626.625, 1631.287, + 1639.629, 1648.354, 1655.16, 1723.633, 1727.046, 1729.64, 1731.538, + 1734.785, 1756.86, 1758.698, 1764.082, 1779.895, 1821.504 + ] }, { "vendor": 0, @@ -28865,8 +33482,32 @@ [-73.95515, 40.76491], [-73.95469, 40.76554], [-73.95318, 40.7649], - [-73.95277, 40.76545]], - "timestamps": [ 419, 455.262, 521.056, 554.047, 569.053, 594.246, 605.316, 614.581, 617.502, 620.415, 623.576, 630.632, 636.079, 645.33, 652.187, 663.41, 702.141, 708.45, 713.77, 715.25, 719.588, 722.812, 727.852, 731.527, 734.567, 737.336, 740.978, 746.114, 752.112, 755.456, 760.371, 764.046, 766.386, 769.083, 770.614, 773.406, 775.305, 776.826, 778.101, 779.406, 779.948, 781.22, 783.203, 788.093, 795.383, 809.812, 897.998, 910.424, 911.26, 913.179, 913.994, 914.66, 915.838, 916.555, 917.246, 917.923, 918.644, 919.321, 920.241, 920.599, 924.192, 927.735, 931.192, 933.312, 949.77, 951.522, 952.778, 956.686, 957.168, 959.173, 961.245, 962.17, 964.084, 966.196, 966.972, 971.882, 974.931, 980.531, 984.844, 995.637, 1005.458, 1009.227, 1030.612, 1053.214, 1062.535, 1078.762, 1080.828, 1082.971, 1085.564, 1089.441, 1090.779, 1093.165, 1096.1, 1098, 1120.943, 1130.543, 1136.36, 1141.067, 1143.441, 1148.519, 1164.353, 1169.874, 1172.223, 1175.888, 1196.788, 1199.02, 1201.366, 1203.676, 1206.508, 1217.152, 1219.567, 1221.708, 1223.398, 1225.354, 1227.456, 1229.591, 1231.495, 1237.433, 1239.005, 1241.946, 1244.899, 1272.699, 1274.982, 1276.829, 1277.754, 1280.587, 1284.299, 1286.511, 1297.595, 1299.524, 1302.493, 1308.91, 1324.714, 1327.297, 1330.791, 1334.324, 1340.984, 1345.356, 1350.217, 1353.67, 1358.505, 1361.293, 1391.205, 1400.394, 1413.473, 1419.408, 1428.893, 1431.276, 1432.829, 1436.455, 1440.531, 1442.695, 1456.343, 1464.371, 1471.628, 1480.283, 1481.877, 1485.854, 1486.879, 1516.889, 1612.102, 1625.72, 1639.433, 1763.227, 1826.006] + [-73.95277, 40.76545] + ], + "timestamps": [ + 419, 455.262, 521.056, 554.047, 569.053, 594.246, 605.316, 614.581, + 617.502, 620.415, 623.576, 630.632, 636.079, 645.33, 652.187, 663.41, + 702.141, 708.45, 713.77, 715.25, 719.588, 722.812, 727.852, 731.527, + 734.567, 737.336, 740.978, 746.114, 752.112, 755.456, 760.371, 764.046, + 766.386, 769.083, 770.614, 773.406, 775.305, 776.826, 778.101, 779.406, + 779.948, 781.22, 783.203, 788.093, 795.383, 809.812, 897.998, 910.424, + 911.26, 913.179, 913.994, 914.66, 915.838, 916.555, 917.246, 917.923, + 918.644, 919.321, 920.241, 920.599, 924.192, 927.735, 931.192, 933.312, + 949.77, 951.522, 952.778, 956.686, 957.168, 959.173, 961.245, 962.17, + 964.084, 966.196, 966.972, 971.882, 974.931, 980.531, 984.844, 995.637, + 1005.458, 1009.227, 1030.612, 1053.214, 1062.535, 1078.762, 1080.828, + 1082.971, 1085.564, 1089.441, 1090.779, 1093.165, 1096.1, 1098, 1120.943, + 1130.543, 1136.36, 1141.067, 1143.441, 1148.519, 1164.353, 1169.874, + 1172.223, 1175.888, 1196.788, 1199.02, 1201.366, 1203.676, 1206.508, + 1217.152, 1219.567, 1221.708, 1223.398, 1225.354, 1227.456, 1229.591, + 1231.495, 1237.433, 1239.005, 1241.946, 1244.899, 1272.699, 1274.982, + 1276.829, 1277.754, 1280.587, 1284.299, 1286.511, 1297.595, 1299.524, + 1302.493, 1308.91, 1324.714, 1327.297, 1330.791, 1334.324, 1340.984, + 1345.356, 1350.217, 1353.67, 1358.505, 1361.293, 1391.205, 1400.394, + 1413.473, 1419.408, 1428.893, 1431.276, 1432.829, 1436.455, 1440.531, + 1442.695, 1456.343, 1464.371, 1471.628, 1480.283, 1481.877, 1485.854, + 1486.879, 1516.889, 1612.102, 1625.72, 1639.433, 1763.227, 1826.006 + ] }, { "vendor": 0, @@ -28899,8 +33540,14 @@ [-73.98869, 40.70027], [-73.98871, 40.70031], [-73.98868, 40.7007], - [-73.98785, 40.70067]], - "timestamps": [ 201, 208.862, 219.344, 346.492, 352.5, 412.431, 451.275, 492.487, 523.849, 525.965, 528.687, 558.9, 560.034, 606.649, 635.004, 644.508, 649.001, 653.567, 661.224, 665.897, 672.848, 683.374, 698.589, 714.565, 715.316, 716.216, 717.275, 757.896, 771] + [-73.98785, 40.70067] + ], + "timestamps": [ + 201, 208.862, 219.344, 346.492, 352.5, 412.431, 451.275, 492.487, 523.849, + 525.965, 528.687, 558.9, 560.034, 606.649, 635.004, 644.508, 649.001, + 653.567, 661.224, 665.897, 672.848, 683.374, 698.589, 714.565, 715.316, + 716.216, 717.275, 757.896, 771 + ] }, { "vendor": 0, @@ -28910,8 +33557,9 @@ [-74.01078, 40.71691], [-74.01094, 40.71629], [-74.00922, 40.71552], - [-74.00419, 40.71319]], - "timestamps": [ 1493, 1552.352, 1592.093, 1612.625, 1693.4, 1931.771] + [-74.00419, 40.71319] + ], + "timestamps": [1493, 1552.352, 1592.093, 1612.625, 1693.4, 1931.771] }, { "vendor": 0, @@ -28929,8 +33577,12 @@ [-73.97027, 40.6242], [-73.97047, 40.62418], [-73.97184, 40.6315], - [-73.97431, 40.64441]], - "timestamps": [ 1232, 1237.504, 1287.042, 1301.976, 1318.691, 1343.183, 1350.34, 1569.736, 1588.397, 1629.678, 1630.396, 1632.43, 1750.312, 1958.306] + [-73.97431, 40.64441] + ], + "timestamps": [ + 1232, 1237.504, 1287.042, 1301.976, 1318.691, 1343.183, 1350.34, 1569.736, + 1588.397, 1629.678, 1630.396, 1632.43, 1750.312, 1958.306 + ] }, { "vendor": 0, @@ -28958,8 +33610,14 @@ [-73.99381, 40.73273], [-73.99332, 40.7333], [-73.99279, 40.73392], - [-73.98748, 40.73168]], - "timestamps": [ 829, 847.142, 864.638, 871.766, 913.979, 987.342, 1014.322, 1089.916, 1114.111, 1226.735, 1245.975, 1332.542, 1347.545, 1401.714, 1453.605, 1458.305, 1489.51, 1576.05, 1591.672, 1682.551, 1743.1375, 1760.223, 1778.776, 2010.799] + [-73.98748, 40.73168] + ], + "timestamps": [ + 829, 847.142, 864.638, 871.766, 913.979, 987.342, 1014.322, 1089.916, + 1114.111, 1226.735, 1245.975, 1332.542, 1347.545, 1401.714, 1453.605, + 1458.305, 1489.51, 1576.05, 1591.672, 1682.551, 1743.1375, 1760.223, + 1778.776, 2010.799 + ] }, { "vendor": 0, @@ -29049,8 +33707,22 @@ [-73.98642, 40.73853], [-73.98663, 40.73862], [-73.9873, 40.7389], - [-73.98739, 40.73877]], - "timestamps": [ 670, 675.898, 681.352, 715.022, 743.536, 755.783, 758.544, 760.716, 762.207, 763.438, 764.986, 766.323, 790.424, 799.064, 801.288, 803.387, 809.775, 821.405, 848.985, 862.137, 866.38, 874.309, 881.742, 885.003, 887.779, 889.932, 892.154, 909.102, 916.349, 940.095, 965.194, 975.545, 993.564, 995.858, 998.238, 1001.117, 1005.422, 1006.908, 1009.557, 1012.817, 1014.926, 1040.403, 1051.063, 1057.523, 1062.75, 1065.386, 1071.024, 1088.608, 1094.739, 1097.347, 1101.417, 1124.625, 1127.104, 1129.708, 1132.273, 1135.419, 1144.624, 1147.238, 1151.384, 1154.217, 1159.335, 1163.84, 1171.122, 1175.486, 1179.974, 1191.344, 1200.034, 1203.566, 1207.934, 1214.454, 1216.272, 1250.743, 1255.292, 1258.325, 1343.649, 1400.366, 1403.866, 1414.88, 1415.872, 1549.793, 1570.449, 1598.149, 1627.478, 1637.192, 1667.998, 1671] + [-73.98739, 40.73877] + ], + "timestamps": [ + 670, 675.898, 681.352, 715.022, 743.536, 755.783, 758.544, 760.716, + 762.207, 763.438, 764.986, 766.323, 790.424, 799.064, 801.288, 803.387, + 809.775, 821.405, 848.985, 862.137, 866.38, 874.309, 881.742, 885.003, + 887.779, 889.932, 892.154, 909.102, 916.349, 940.095, 965.194, 975.545, + 993.564, 995.858, 998.238, 1001.117, 1005.422, 1006.908, 1009.557, + 1012.817, 1014.926, 1040.403, 1051.063, 1057.523, 1062.75, 1065.386, + 1071.024, 1088.608, 1094.739, 1097.347, 1101.417, 1124.625, 1127.104, + 1129.708, 1132.273, 1135.419, 1144.624, 1147.238, 1151.384, 1154.217, + 1159.335, 1163.84, 1171.122, 1175.486, 1179.974, 1191.344, 1200.034, + 1203.566, 1207.934, 1214.454, 1216.272, 1250.743, 1255.292, 1258.325, + 1343.649, 1400.366, 1403.866, 1414.88, 1415.872, 1549.793, 1570.449, + 1598.149, 1627.478, 1637.192, 1667.998, 1671 + ] }, { "vendor": 0, @@ -29102,8 +33774,16 @@ [-74.01227, 40.72033], [-74.01263, 40.71879], [-74.01357, 40.71514], - [-74.01359, 40.71506]], - "timestamps": [ 195, 212.435, 226.268, 236.691, 297.386, 299.229, 396.07, 406.301, 425.5, 464.333, 488.737, 497.956, 509.676, 524.852, 552.652, 562.555, 584.252, 616.754, 637.391, 643.969, 653.125, 656.485, 659.384, 663.299, 664.391, 666.875, 707.53, 710.219, 751.686, 754.049, 771.614, 776.858, 784.21, 789.36, 792.866, 795.992, 811.117, 834.129, 850.257, 880.978, 897.105, 923.739, 939.141, 958.862, 1002.454, 1019.815, 1061.096, 1062] + [-74.01359, 40.71506] + ], + "timestamps": [ + 195, 212.435, 226.268, 236.691, 297.386, 299.229, 396.07, 406.301, 425.5, + 464.333, 488.737, 497.956, 509.676, 524.852, 552.652, 562.555, 584.252, + 616.754, 637.391, 643.969, 653.125, 656.485, 659.384, 663.299, 664.391, + 666.875, 707.53, 710.219, 751.686, 754.049, 771.614, 776.858, 784.21, + 789.36, 792.866, 795.992, 811.117, 834.129, 850.257, 880.978, 897.105, + 923.739, 939.141, 958.862, 1002.454, 1019.815, 1061.096, 1062 + ] }, { "vendor": 0, @@ -29116,8 +33796,12 @@ [-73.9944, 40.68091], [-73.99434, 40.681], [-73.9962, 40.68172], - [-74.00004, 40.6828]], - "timestamps": [ 1552, 1593.667, 1603.076, 1662.217, 1664.905, 1729.422, 1730.766, 1764.047, 1829.316] + [-74.00004, 40.6828] + ], + "timestamps": [ + 1552, 1593.667, 1603.076, 1662.217, 1664.905, 1729.422, 1730.766, + 1764.047, 1829.316 + ] }, { "vendor": 0, @@ -29125,8 +33809,9 @@ [-73.98219, 40.66634], [-73.98207, 40.66629], [-73.98158, 40.66688], - [-73.99337, 40.6726]], - "timestamps": [ 1719, 1723.236, 1759.249, 2087.887] + [-73.99337, 40.6726] + ], + "timestamps": [1719, 1723.236, 1759.249, 2087.887] }, { "vendor": 0, @@ -29151,8 +33836,13 @@ [-74.00581, 40.73236], [-74.00546, 40.73244], [-74.00582, 40.73313], - [-74.00605, 40.7331]], - "timestamps": [ 211, 253.541, 256.474, 258.773, 274.756, 295.261, 321.886, 356.018, 414.451, 418.364, 437.189, 452.924, 472.331, 482.028, 506.584, 548.68, 557.516, 578.967, 590.258, 613.905, 623] + [-74.00605, 40.7331] + ], + "timestamps": [ + 211, 253.541, 256.474, 258.773, 274.756, 295.261, 321.886, 356.018, + 414.451, 418.364, 437.189, 452.924, 472.331, 482.028, 506.584, 548.68, + 557.516, 578.967, 590.258, 613.905, 623 + ] }, { "vendor": 0, @@ -29245,8 +33935,21 @@ [-74.00795, 40.71493], [-74.00922, 40.71552], [-74.00967, 40.71495], - [-74.00899, 40.71463]], - "timestamps": [ 98, 111.582, 136.003, 162.208, 247.837, 258.52, 276.572, 278.276, 281.554, 284.411, 288.154, 290.114, 291.932, 296.295, 297.922, 299.887, 333.654, 345.883, 358.965, 365.594, 367.53, 377.684, 382.298, 384.38, 385.397, 387.434, 389.584, 390.715, 393.105, 394.999, 396.597, 398.186, 400.717, 451.989, 458.847, 466.344, 468.512, 469.859, 471.195, 473.326, 474.11, 474.605, 476.467, 478.454, 479.941, 482.025, 483.652, 485.084, 485.849, 487.154, 488.514, 490.268, 493.453, 496.628, 499.127, 502.307, 507.944, 511.437, 518.044, 528.868, 538.76, 671.276, 674.638, 675.907, 698.098, 703.763, 705.013, 706.03, 708.367, 709.444, 711.965, 716.293, 718.378, 723.692, 738.292, 827.524, 840.097, 860.38, 862.881, 865.355, 868.01, 870.553, 872.885, 875.012, 882.079, 1000.323, 1038.895, 1053.713, 1071] + [-74.00899, 40.71463] + ], + "timestamps": [ + 98, 111.582, 136.003, 162.208, 247.837, 258.52, 276.572, 278.276, 281.554, + 284.411, 288.154, 290.114, 291.932, 296.295, 297.922, 299.887, 333.654, + 345.883, 358.965, 365.594, 367.53, 377.684, 382.298, 384.38, 385.397, + 387.434, 389.584, 390.715, 393.105, 394.999, 396.597, 398.186, 400.717, + 451.989, 458.847, 466.344, 468.512, 469.859, 471.195, 473.326, 474.11, + 474.605, 476.467, 478.454, 479.941, 482.025, 483.652, 485.084, 485.849, + 487.154, 488.514, 490.268, 493.453, 496.628, 499.127, 502.307, 507.944, + 511.437, 518.044, 528.868, 538.76, 671.276, 674.638, 675.907, 698.098, + 703.763, 705.013, 706.03, 708.367, 709.444, 711.965, 716.293, 718.378, + 723.692, 738.292, 827.524, 840.097, 860.38, 862.881, 865.355, 868.01, + 870.553, 872.885, 875.012, 882.079, 1000.323, 1038.895, 1053.713, 1071 + ] }, { "vendor": 0, @@ -29286,8 +33989,16 @@ [-74.00256, 40.68151], [-73.9988, 40.68932], [-73.99871, 40.68955], - [-73.99865, 40.68983]], - "timestamps": [ 1227, 1247.325, 1263.295, 1395.005, 1447.676, 1459.776, 1463.114, 1470.952, 1473.809, 1496.13, 1501.619, 1511.343, 1554.574, 1590.58, 1597.476, 1605.643, 1620, 1631.065, 1633.087, 1647.125, 1662.608, 1666.224, 1672.708, 1676.875, 1679.234, 1681.619, 1689.817, 1696.958, 1699.17, 1701.282, 1712.264, 1713.901, 1716.263, 1797.527, 1799.872, 1802.644] + [-73.99865, 40.68983] + ], + "timestamps": [ + 1227, 1247.325, 1263.295, 1395.005, 1447.676, 1459.776, 1463.114, + 1470.952, 1473.809, 1496.13, 1501.619, 1511.343, 1554.574, 1590.58, + 1597.476, 1605.643, 1620, 1631.065, 1633.087, 1647.125, 1662.608, + 1666.224, 1672.708, 1676.875, 1679.234, 1681.619, 1689.817, 1696.958, + 1699.17, 1701.282, 1712.264, 1713.901, 1716.263, 1797.527, 1799.872, + 1802.644 + ] }, { "vendor": 0, @@ -29310,8 +34021,13 @@ [-73.99936, 40.73005], [-74.00012, 40.73043], [-74.00049, 40.72998], - [-74.00059, 40.72986]], - "timestamps": [ 500, 508.374, 520.902, 555.181, 600.493, 642.187, 657.887, 703.259, 718.931, 812.887, 815.835, 871.407, 884.369, 890.009, 912.631, 935.921, 959.397, 1010.358, 1024] + [-74.00059, 40.72986] + ], + "timestamps": [ + 500, 508.374, 520.902, 555.181, 600.493, 642.187, 657.887, 703.259, + 718.931, 812.887, 815.835, 871.407, 884.369, 890.009, 912.631, 935.921, + 959.397, 1010.358, 1024 + ] }, { "vendor": 0, @@ -29379,8 +34095,19 @@ [-73.9611, 40.75568], [-73.96063, 40.75613], [-73.9604, 40.75638], - [-73.9591, 40.75803]], - "timestamps": [ 1441, 1495.722, 1497.827, 1517.935, 1537.373, 1543.521, 1545.121, 1546.62, 1547.913, 1549.672, 1560.579, 1569.103, 1573.622, 1575.545, 1578.546, 1595.656, 1597.483, 1601.294, 1603.613, 1610.399, 1612.326, 1614.303, 1616.056, 1617.439, 1619.041, 1620.762, 1622.509, 1624.068, 1628.929, 1630.216, 1632.624, 1635.041, 1657.8, 1659.669, 1661.182, 1661.939, 1664.258, 1667.297, 1669.108, 1678.182, 1679.761, 1682.191, 1687.445, 1700.383, 1702.498, 1705.358, 1708.251, 1713.703, 1717.282, 1721.262, 1724.088, 1728.046, 1730.329, 1754.817, 1762.339, 1773.046, 1777.905, 1785.67, 1787.621, 1788.893, 1791.861, 1795.197, 1796.969, 1808.142] + [-73.9591, 40.75803] + ], + "timestamps": [ + 1441, 1495.722, 1497.827, 1517.935, 1537.373, 1543.521, 1545.121, 1546.62, + 1547.913, 1549.672, 1560.579, 1569.103, 1573.622, 1575.545, 1578.546, + 1595.656, 1597.483, 1601.294, 1603.613, 1610.399, 1612.326, 1614.303, + 1616.056, 1617.439, 1619.041, 1620.762, 1622.509, 1624.068, 1628.929, + 1630.216, 1632.624, 1635.041, 1657.8, 1659.669, 1661.182, 1661.939, + 1664.258, 1667.297, 1669.108, 1678.182, 1679.761, 1682.191, 1687.445, + 1700.383, 1702.498, 1705.358, 1708.251, 1713.703, 1717.282, 1721.262, + 1724.088, 1728.046, 1730.329, 1754.817, 1762.339, 1773.046, 1777.905, + 1785.67, 1787.621, 1788.893, 1791.861, 1795.197, 1796.969, 1808.142 + ] }, { "vendor": 0, @@ -29400,8 +34127,12 @@ [-73.99024, 40.7144], [-73.9902, 40.71405], [-73.98933, 40.71412], - [-73.99007, 40.71435]], - "timestamps": [ 1343, 1346.66, 1433.991, 1436.347, 1446.734, 1448.244, 1494.266, 1516.881, 1539.216, 1540.676, 1650.511, 1655.504, 1660.562, 1668.799, 1677.035, 1699] + [-73.99007, 40.71435] + ], + "timestamps": [ + 1343, 1346.66, 1433.991, 1436.347, 1446.734, 1448.244, 1494.266, 1516.881, + 1539.216, 1540.676, 1650.511, 1655.504, 1660.562, 1668.799, 1677.035, 1699 + ] }, { "vendor": 0, @@ -29414,8 +34145,12 @@ [-73.97512, 40.73418], [-73.97495, 40.73419], [-73.97483, 40.73419], - [-73.97403, 40.73113]], - "timestamps": [ 1720, 1736.698, 1740.682, 1743.806, 1747.783, 1751.071, 1756.629, 1760.541, 1813.9] + [-73.97403, 40.73113] + ], + "timestamps": [ + 1720, 1736.698, 1740.682, 1743.806, 1747.783, 1751.071, 1756.629, + 1760.541, 1813.9 + ] }, { "vendor": 0, @@ -29446,8 +34181,14 @@ [-74.01393, 40.7138], [-74.01417, 40.71388], [-74.01514, 40.71432], - [-74.0153, 40.71439]], - "timestamps": [ 802, 808.818, 868.32, 922.873, 935.879, 948.546, 963.343, 984.915, 986.666, 991.158, 1029.841, 1050.146, 1076.174, 1104.75, 1150.923, 1152.854, 1186.123, 1193.502, 1262.702, 1268.38, 1299.612, 1312.065, 1317.308, 1322.934, 1330.757, 1364.487, 1370] + [-74.0153, 40.71439] + ], + "timestamps": [ + 802, 808.818, 868.32, 922.873, 935.879, 948.546, 963.343, 984.915, + 986.666, 991.158, 1029.841, 1050.146, 1076.174, 1104.75, 1150.923, + 1152.854, 1186.123, 1193.502, 1262.702, 1268.38, 1299.612, 1312.065, + 1317.308, 1322.934, 1330.757, 1364.487, 1370 + ] }, { "vendor": 1, @@ -29540,8 +34281,22 @@ [-73.99217, 40.66611], [-73.98414, 40.67574], [-73.98384, 40.67613], - [-73.98222, 40.6785]], - "timestamps": [ 187, 222.491, 321.287, 327.354, 328.965, 330.816, 332.446, 334.252, 336.277, 346.186, 354.244, 361.585, 365.132, 369.299, 374.983, 378.521, 384.914, 388.373, 391.563, 403.925, 418.226, 421.603, 429.513, 437.936, 445.484, 455.359, 468.04, 477.471, 487.551, 491.707, 499.064, 504.193, 518.557, 533.778, 543.331, 562.306, 576.191, 580.298, 582.445, 584.653, 587.386, 589.999, 592.586, 594.896, 599.215, 601.588, 603.705, 605.922, 610.137, 612.202, 615.986, 618.191, 623.894, 625.77, 630.132, 641.158, 643.844, 645.995, 648.457, 650.732, 654.757, 658.855, 661.582, 664.589, 666.994, 669.87, 675.469, 678.061, 680.964, 686.652, 696.496, 714.539, 741.058, 746.972, 757.823, 798.429, 802.674, 805.287, 807.546, 810.235, 815.799, 835.534, 845.366, 850.054, 1357.732, 1382.604, 1751.554, 1766.174, 1852.614] + [-73.98222, 40.6785] + ], + "timestamps": [ + 187, 222.491, 321.287, 327.354, 328.965, 330.816, 332.446, 334.252, + 336.277, 346.186, 354.244, 361.585, 365.132, 369.299, 374.983, 378.521, + 384.914, 388.373, 391.563, 403.925, 418.226, 421.603, 429.513, 437.936, + 445.484, 455.359, 468.04, 477.471, 487.551, 491.707, 499.064, 504.193, + 518.557, 533.778, 543.331, 562.306, 576.191, 580.298, 582.445, 584.653, + 587.386, 589.999, 592.586, 594.896, 599.215, 601.588, 603.705, 605.922, + 610.137, 612.202, 615.986, 618.191, 623.894, 625.77, 630.132, 641.158, + 643.844, 645.995, 648.457, 650.732, 654.757, 658.855, 661.582, 664.589, + 666.994, 669.87, 675.469, 678.061, 680.964, 686.652, 696.496, 714.539, + 741.058, 746.972, 757.823, 798.429, 802.674, 805.287, 807.546, 810.235, + 815.799, 835.534, 845.366, 850.054, 1357.732, 1382.604, 1751.554, + 1766.174, 1852.614 + ] }, { "vendor": 0, @@ -29599,8 +34354,18 @@ [-73.99082, 40.69288], [-73.99205, 40.69034], [-73.99236, 40.68968], - [-73.99256, 40.68974]], - "timestamps": [ 754, 774.947, 805.869, 816.914, 836.725, 846.765, 903.077, 905.682, 906.683, 909.607, 911.083, 959.801, 984.745, 1012.13, 1056.38, 1058.231, 1073.141, 1080.176, 1107.352, 1125.062, 1139.789, 1147.007, 1195.711, 1198.876, 1215.362, 1216.831, 1217.677, 1218.255, 1231.205, 1233.788, 1315.263, 1321.305, 1329.18, 1330.8, 1335.873, 1337.863, 1339.279, 1340.815, 1341.662, 1345.506, 1347.501, 1349.496, 1387.468, 1405.355, 1424.147, 1435.279, 1452.568, 1453.234, 1455.81, 1468.473, 1472.094, 1528.422, 1543.007, 1546] + [-73.99256, 40.68974] + ], + "timestamps": [ + 754, 774.947, 805.869, 816.914, 836.725, 846.765, 903.077, 905.682, + 906.683, 909.607, 911.083, 959.801, 984.745, 1012.13, 1056.38, 1058.231, + 1073.141, 1080.176, 1107.352, 1125.062, 1139.789, 1147.007, 1195.711, + 1198.876, 1215.362, 1216.831, 1217.677, 1218.255, 1231.205, 1233.788, + 1315.263, 1321.305, 1329.18, 1330.8, 1335.873, 1337.863, 1339.279, + 1340.815, 1341.662, 1345.506, 1347.501, 1349.496, 1387.468, 1405.355, + 1424.147, 1435.279, 1452.568, 1453.234, 1455.81, 1468.473, 1472.094, + 1528.422, 1543.007, 1546 + ] }, { "vendor": 0, @@ -29694,8 +34459,22 @@ [-73.96968, 40.76287], [-73.96921, 40.76348], [-73.96943, 40.76358], - [-73.96957, 40.7634]], - "timestamps": [ 306, 324.629, 334.467, 354.835, 359.571, 361.203, 362.935, 408.414, 413.545, 445.837, 493.038, 514.764, 520.706, 522.543, 556.014, 563.792, 570.785, 573.188, 575.682, 578.699, 583.209, 584.767, 587.542, 590.958, 593.168, 619.862, 631.031, 637.8, 643.276, 646.038, 651.946, 670.369, 676.792, 679.525, 683.79, 708.106, 710.704, 716.119, 719.415, 731.798, 734.608, 737.099, 739.065, 741.341, 743.787, 746.27, 748.486, 755.395, 758.775, 760.645, 762.436, 764.084, 766.035, 793.403, 796.43, 799.087, 802.312, 805.608, 809.927, 812.501, 825.397, 827.641, 831.095, 838.561, 856.95, 859.954, 864.019, 868.13, 872.195, 879.547, 887.236, 893.234, 953.581, 956.589, 958.875, 960.548, 963.41, 982.865, 984.485, 1101.518, 1117.335, 1317.948, 1322.584, 1330.844, 1373.761, 1414.667, 1455.402, 1474.766, 1481.092, 1489] + [-73.96957, 40.7634] + ], + "timestamps": [ + 306, 324.629, 334.467, 354.835, 359.571, 361.203, 362.935, 408.414, + 413.545, 445.837, 493.038, 514.764, 520.706, 522.543, 556.014, 563.792, + 570.785, 573.188, 575.682, 578.699, 583.209, 584.767, 587.542, 590.958, + 593.168, 619.862, 631.031, 637.8, 643.276, 646.038, 651.946, 670.369, + 676.792, 679.525, 683.79, 708.106, 710.704, 716.119, 719.415, 731.798, + 734.608, 737.099, 739.065, 741.341, 743.787, 746.27, 748.486, 755.395, + 758.775, 760.645, 762.436, 764.084, 766.035, 793.403, 796.43, 799.087, + 802.312, 805.608, 809.927, 812.501, 825.397, 827.641, 831.095, 838.561, + 856.95, 859.954, 864.019, 868.13, 872.195, 879.547, 887.236, 893.234, + 953.581, 956.589, 958.875, 960.548, 963.41, 982.865, 984.485, 1101.518, + 1117.335, 1317.948, 1322.584, 1330.844, 1373.761, 1414.667, 1455.402, + 1474.766, 1481.092, 1489 + ] }, { "vendor": 1, @@ -29748,8 +34527,16 @@ [-73.99006, 40.68969], [-73.98943, 40.69063], [-73.98921, 40.69096], - [-73.98801, 40.69051]], - "timestamps": [ 262, 270.258, 275.799, 287.166, 321.83, 351.339, 380.785, 395.38, 417.707, 423.062, 434.387, 436.307, 437.727, 439.225, 445.734, 448.062, 450.154, 452.305, 454.197, 456.368, 459.401, 462.391, 467.473, 471.477, 473.561, 475.416, 477.188, 486.398, 487.772, 489.752, 549.677, 551.406, 553.451, 555.184, 578.336, 584.742, 590.3, 595.749, 599.881, 603.657, 608.033, 763.981, 817.394, 820.686, 836.604, 845.206, 882.017, 894.926, 944] + [-73.98801, 40.69051] + ], + "timestamps": [ + 262, 270.258, 275.799, 287.166, 321.83, 351.339, 380.785, 395.38, 417.707, + 423.062, 434.387, 436.307, 437.727, 439.225, 445.734, 448.062, 450.154, + 452.305, 454.197, 456.368, 459.401, 462.391, 467.473, 471.477, 473.561, + 475.416, 477.188, 486.398, 487.772, 489.752, 549.677, 551.406, 553.451, + 555.184, 578.336, 584.742, 590.3, 595.749, 599.881, 603.657, 608.033, + 763.981, 817.394, 820.686, 836.604, 845.206, 882.017, 894.926, 944 + ] }, { "vendor": 0, @@ -29783,8 +34570,15 @@ [-73.99047, 40.71934], [-73.99231, 40.71989], [-73.99283, 40.72005], - [-73.99105, 40.72359]], - "timestamps": [ 962, 965.177, 982.655, 990.791, 993.777, 1042.398, 1078.434, 1172.773, 1198.738, 1222.571, 1267.059, 1269.781, 1276.708, 1278.435, 1280.229, 1282.991, 1286.724, 1292.48, 1323.343, 1335.038, 1345.143, 1497.598, 1511.742, 1538.673, 1566.051, 1615.996, 1667.101, 1726.78, 1743.714, 1864.83] + [-73.99105, 40.72359] + ], + "timestamps": [ + 962, 965.177, 982.655, 990.791, 993.777, 1042.398, 1078.434, 1172.773, + 1198.738, 1222.571, 1267.059, 1269.781, 1276.708, 1278.435, 1280.229, + 1282.991, 1286.724, 1292.48, 1323.343, 1335.038, 1345.143, 1497.598, + 1511.742, 1538.673, 1566.051, 1615.996, 1667.101, 1726.78, 1743.714, + 1864.83 + ] }, { "vendor": 0, @@ -29819,8 +34613,14 @@ [-73.96262, 40.77562], [-73.96215, 40.77632], [-73.96162, 40.777], - [-73.95648, 40.78404]], - "timestamps": [ 283, 347.421, 353.414, 362.416, 367.753, 374.643, 405.48, 428.34, 429.691, 433.224, 435.512, 451.604, 458.048, 464.147, 488.965, 544.551, 585.591, 613.988, 899.074, 1019.267, 1062.388, 1212.093, 1213.372, 1285.326, 1288.282, 1290.68, 1322.74, 1690.384, 1703.669, 1717.027, 1853.115] + [-73.95648, 40.78404] + ], + "timestamps": [ + 283, 347.421, 353.414, 362.416, 367.753, 374.643, 405.48, 428.34, 429.691, + 433.224, 435.512, 451.604, 458.048, 464.147, 488.965, 544.551, 585.591, + 613.988, 899.074, 1019.267, 1062.388, 1212.093, 1213.372, 1285.326, + 1288.282, 1290.68, 1322.74, 1690.384, 1703.669, 1717.027, 1853.115 + ] }, { "vendor": 0, @@ -29830,8 +34630,9 @@ [-73.95266, 40.65248], [-73.95378, 40.66294], [-73.95384, 40.66372], - [-73.95325, 40.67019]], - "timestamps": [ 1572, 1575.22, 1615.866, 1768.627, 1780, 1874.405] + [-73.95325, 40.67019] + ], + "timestamps": [1572, 1575.22, 1615.866, 1768.627, 1780, 1874.405] }, { "vendor": 0, @@ -30001,8 +34802,33 @@ [-73.96106, 40.76086], [-73.96058, 40.76148], [-73.95969, 40.76273], - [-73.95606, 40.7677]], - "timestamps": [ 330, 343.925, 359.694, 371.775, 422.833, 478.773, 492.458, 523.63, 537.328, 548.792, 552.407, 556.011, 559.922, 568.652, 575.393, 586.839, 595.323, 609.209, 657.133, 664.939, 671.523, 673.353, 678.722, 682.71, 688.946, 693.493, 697.255, 700.682, 705.187, 711.543, 718.964, 723.102, 729.183, 733.732, 736.626, 739.963, 741.858, 745.313, 747.663, 749.544, 751.122, 752.737, 753.407, 754.981, 757.435, 763.485, 772.506, 790.359, 899.475, 914.85, 915.885, 918.26, 919.267, 920.092, 921.549, 922.436, 923.291, 924.129, 925.021, 925.858, 926.997, 927.44, 931.886, 936.27, 940.547, 943.171, 963.535, 965.702, 967.257, 972.092, 972.688, 975.169, 977.733, 978.878, 981.246, 983.859, 984.819, 990.895, 994.667, 1001.596, 1006.933, 1020.287, 1032.439, 1037.104, 1063.563, 1091.53, 1103.063, 1123.142, 1125.698, 1128.35, 1131.558, 1136.355, 1138.011, 1140.963, 1144.595, 1146.945, 1175.334, 1187.212, 1194.41, 1200.234, 1203.172, 1209.454, 1229.047, 1235.878, 1238.784, 1243.32, 1269.179, 1271.942, 1274.844, 1277.702, 1281.207, 1294.377, 1297.365, 1300.015, 1302.105, 1304.526, 1307.127, 1309.768, 1312.124, 1319.471, 1321.416, 1325.055, 1328.709, 1363.107, 1365.932, 1368.218, 1369.363, 1372.868, 1377.461, 1380.198, 1393.913, 1396.299, 1399.973, 1407.913, 1427.468, 1430.664, 1434.987, 1439.359, 1447.6, 1453.009, 1459.024, 1463.296, 1469.279, 1472.728, 1509.74, 1521.109, 1537.292, 1544.637, 1556.373, 1559.321, 1561.243, 1565.729, 1570.772, 1573.45, 1590.337, 1600.271, 1609.25, 1619.959, 1621.932, 1626.852, 1628.121, 1674.672, 1731.785, 1745.664, 1773.09, 1882.774] + [-73.95606, 40.7677] + ], + "timestamps": [ + 330, 343.925, 359.694, 371.775, 422.833, 478.773, 492.458, 523.63, + 537.328, 548.792, 552.407, 556.011, 559.922, 568.652, 575.393, 586.839, + 595.323, 609.209, 657.133, 664.939, 671.523, 673.353, 678.722, 682.71, + 688.946, 693.493, 697.255, 700.682, 705.187, 711.543, 718.964, 723.102, + 729.183, 733.732, 736.626, 739.963, 741.858, 745.313, 747.663, 749.544, + 751.122, 752.737, 753.407, 754.981, 757.435, 763.485, 772.506, 790.359, + 899.475, 914.85, 915.885, 918.26, 919.267, 920.092, 921.549, 922.436, + 923.291, 924.129, 925.021, 925.858, 926.997, 927.44, 931.886, 936.27, + 940.547, 943.171, 963.535, 965.702, 967.257, 972.092, 972.688, 975.169, + 977.733, 978.878, 981.246, 983.859, 984.819, 990.895, 994.667, 1001.596, + 1006.933, 1020.287, 1032.439, 1037.104, 1063.563, 1091.53, 1103.063, + 1123.142, 1125.698, 1128.35, 1131.558, 1136.355, 1138.011, 1140.963, + 1144.595, 1146.945, 1175.334, 1187.212, 1194.41, 1200.234, 1203.172, + 1209.454, 1229.047, 1235.878, 1238.784, 1243.32, 1269.179, 1271.942, + 1274.844, 1277.702, 1281.207, 1294.377, 1297.365, 1300.015, 1302.105, + 1304.526, 1307.127, 1309.768, 1312.124, 1319.471, 1321.416, 1325.055, + 1328.709, 1363.107, 1365.932, 1368.218, 1369.363, 1372.868, 1377.461, + 1380.198, 1393.913, 1396.299, 1399.973, 1407.913, 1427.468, 1430.664, + 1434.987, 1439.359, 1447.6, 1453.009, 1459.024, 1463.296, 1469.279, + 1472.728, 1509.74, 1521.109, 1537.292, 1544.637, 1556.373, 1559.321, + 1561.243, 1565.729, 1570.772, 1573.45, 1590.337, 1600.271, 1609.25, + 1619.959, 1621.932, 1626.852, 1628.121, 1674.672, 1731.785, 1745.664, + 1773.09, 1882.774 + ] }, { "vendor": 0, @@ -30032,8 +34858,14 @@ [-73.98921, 40.69096], [-73.989, 40.69178], [-73.98893, 40.69208], - [-73.98891, 40.69216]], - "timestamps": [ 284, 341.598, 354.763, 433.179, 524.267, 561.798, 581.364, 598.874, 609.842, 661.526, 672.672, 730.268, 894.064, 1076.199, 1115.02, 1118.262, 1149.989, 1396.641, 1415.776, 1422.803, 1438.653, 1447.218, 1496.726, 1525.763, 1536.354, 1538] + [-73.98891, 40.69216] + ], + "timestamps": [ + 284, 341.598, 354.763, 433.179, 524.267, 561.798, 581.364, 598.874, + 609.842, 661.526, 672.672, 730.268, 894.064, 1076.199, 1115.02, 1118.262, + 1149.989, 1396.641, 1415.776, 1422.803, 1438.653, 1447.218, 1496.726, + 1525.763, 1536.354, 1538 + ] }, { "vendor": 0, @@ -30068,8 +34900,14 @@ [-73.99378, 40.68675], [-73.99573, 40.68739], [-73.995, 40.68891], - [-73.99479, 40.68933]], - "timestamps": [ 464, 509.817, 549.531, 628.457, 667.768, 685.004, 702.172, 712.584, 754.806, 772.76, 783.397, 792.967, 799.91, 802.734, 807.441, 889.366, 929.327, 931.801, 956.002, 1144.151, 1165.851, 1167.989, 1181.904, 1196.972, 1212.729, 1245.625, 1261.98, 1270.627, 1304.839, 1334.706, 1343] + [-73.99479, 40.68933] + ], + "timestamps": [ + 464, 509.817, 549.531, 628.457, 667.768, 685.004, 702.172, 712.584, + 754.806, 772.76, 783.397, 792.967, 799.91, 802.734, 807.441, 889.366, + 929.327, 931.801, 956.002, 1144.151, 1165.851, 1167.989, 1181.904, + 1196.972, 1212.729, 1245.625, 1261.98, 1270.627, 1304.839, 1334.706, 1343 + ] }, { "vendor": 0, @@ -30122,8 +34960,17 @@ [-73.98741, 40.70155], [-73.98768, 40.70156], [-73.98773, 40.70066], - [-73.98775, 40.70038]], - "timestamps": [ 362, 366.013, 373.393, 375.097, 382.774, 389.958, 392.1, 393.41, 396.441, 399.952, 401.024, 403.878, 410.648, 413.092, 419.636, 426.843, 554.952, 568.807, 570.758, 574.008, 589.331, 594.947, 640.734, 687.962, 720.582, 726.345, 732.36, 896.52, 902.491, 927.161, 939.134, 967.926, 1009.085, 1040.408, 1042.521, 1044.694, 1068.097, 1087.311, 1089.977, 1092.798, 1096.606, 1098.795, 1102.057, 1105.196, 1152.213, 1213.185, 1217.886, 1253.815, 1265] + [-73.98775, 40.70038] + ], + "timestamps": [ + 362, 366.013, 373.393, 375.097, 382.774, 389.958, 392.1, 393.41, 396.441, + 399.952, 401.024, 403.878, 410.648, 413.092, 419.636, 426.843, 554.952, + 568.807, 570.758, 574.008, 589.331, 594.947, 640.734, 687.962, 720.582, + 726.345, 732.36, 896.52, 902.491, 927.161, 939.134, 967.926, 1009.085, + 1040.408, 1042.521, 1044.694, 1068.097, 1087.311, 1089.977, 1092.798, + 1096.606, 1098.795, 1102.057, 1105.196, 1152.213, 1213.185, 1217.886, + 1253.815, 1265 + ] }, { "vendor": 0, @@ -30154,8 +35001,14 @@ [-74.01347, 40.70118], [-74.01293, 40.70124], [-74.01254, 40.70131], - [-74.00985, 40.70192]], - "timestamps": [ 1616, 1632.446, 1642.282, 1647.427, 1664.911, 1688.189, 1699.817, 1710.282, 1715.233, 1719.21, 1732.98, 1736.41, 1738.109, 1741.119, 1744.402, 1767.139, 1769.017, 1771.453, 1774.406, 1777.186, 1780.234, 1782.963, 1784.92, 1787.657, 1792.047, 1795.271, 1817.856] + [-74.00985, 40.70192] + ], + "timestamps": [ + 1616, 1632.446, 1642.282, 1647.427, 1664.911, 1688.189, 1699.817, + 1710.282, 1715.233, 1719.21, 1732.98, 1736.41, 1738.109, 1741.119, + 1744.402, 1767.139, 1769.017, 1771.453, 1774.406, 1777.186, 1780.234, + 1782.963, 1784.92, 1787.657, 1792.047, 1795.271, 1817.856 + ] }, { "vendor": 0, @@ -30183,8 +35036,14 @@ [-73.97301, 40.76427], [-73.97249, 40.76405], [-73.9714, 40.76359], - [-73.96262, 40.77562]], - "timestamps": [ 578, 593.384, 723.793, 740.235, 808.178, 819.954, 862.927, 878.882, 904.095, 932.579, 1218.539, 1339.102, 1382.355, 1409.439, 1450.936, 1672.994, 1687.073, 1720.149, 1722.037, 1732.763, 1736.023, 1747.772, 1772.386, 1975.517] + [-73.96262, 40.77562] + ], + "timestamps": [ + 578, 593.384, 723.793, 740.235, 808.178, 819.954, 862.927, 878.882, + 904.095, 932.579, 1218.539, 1339.102, 1382.355, 1409.439, 1450.936, + 1672.994, 1687.073, 1720.149, 1722.037, 1732.763, 1736.023, 1747.772, + 1772.386, 1975.517 + ] }, { "vendor": 0, @@ -30276,8 +35135,23 @@ [-73.98528, 40.71055], [-73.9889, 40.71013], [-73.98988, 40.71001], - [-73.99357, 40.70946]], - "timestamps": [ 586, 724.438, 727.983, 754.029, 774.823, 910.957, 913.878, 965.312, 1013.413, 1031.644, 1050.007, 1062.262, 1108.556, 1150.848, 1165.643, 1214.234, 1286.389, 1288.738, 1307.626, 1309.433, 1312.358, 1316.388, 1318.602, 1324.798, 1345.051, 1371.334, 1386.371, 1395.595, 1399.229, 1402.624, 1405.404, 1432.922, 1436.385, 1439.675, 1443.754, 1450.037, 1455.342, 1460.91, 1465.71, 1471.964, 1475.981, 1477.971, 1482.109, 1486.074, 1497.371, 1501.33, 1505.361, 1508.295, 1510.056, 1514.802, 1544.057, 1547.831, 1550.317, 1553.879, 1560.749, 1564.385, 1566.279, 1570.551, 1574.441, 1579.462, 1587.805, 1590.592, 1593.262, 1600.418, 1613.618, 1623.731, 1628.198, 1632.453, 1636.426, 1657.676, 1665.945, 1669.773, 1674.805, 1679.671, 1709.541, 1717.024, 1719.223, 1722.439, 1726.514, 1729.599, 1731.033, 1733.968, 1736.387, 1738.77, 1768.931, 1792.153, 1798.448, 1822.295] + [-73.99357, 40.70946] + ], + "timestamps": [ + 586, 724.438, 727.983, 754.029, 774.823, 910.957, 913.878, 965.312, + 1013.413, 1031.644, 1050.007, 1062.262, 1108.556, 1150.848, 1165.643, + 1214.234, 1286.389, 1288.738, 1307.626, 1309.433, 1312.358, 1316.388, + 1318.602, 1324.798, 1345.051, 1371.334, 1386.371, 1395.595, 1399.229, + 1402.624, 1405.404, 1432.922, 1436.385, 1439.675, 1443.754, 1450.037, + 1455.342, 1460.91, 1465.71, 1471.964, 1475.981, 1477.971, 1482.109, + 1486.074, 1497.371, 1501.33, 1505.361, 1508.295, 1510.056, 1514.802, + 1544.057, 1547.831, 1550.317, 1553.879, 1560.749, 1564.385, 1566.279, + 1570.551, 1574.441, 1579.462, 1587.805, 1590.592, 1593.262, 1600.418, + 1613.618, 1623.731, 1628.198, 1632.453, 1636.426, 1657.676, 1665.945, + 1669.773, 1674.805, 1679.671, 1709.541, 1717.024, 1719.223, 1722.439, + 1726.514, 1729.599, 1731.033, 1733.968, 1736.387, 1738.77, 1768.931, + 1792.153, 1798.448, 1822.295 + ] }, { "vendor": 0, @@ -30356,16 +35230,30 @@ [-73.99398, 40.70931], [-73.99329, 40.7094], [-73.98939, 40.70997], - [-73.98524, 40.71045]], - "timestamps": [ 604, 608.178, 619.321, 690.355, 706.827, 720.997, 759.997, 867.662, 885.351, 905.419, 964.454, 974.796, 997.829, 1017.67, 1202.782, 1217.143, 1222.416, 1235.831, 1243.081, 1284.982, 1309.558, 1318.522, 1330.505, 1459.152, 1466.162, 1467.593, 1492.626, 1499.016, 1500.426, 1501.572, 1504.209, 1505.424, 1508.268, 1513.149, 1515.501, 1521.495, 1537.964, 1638.619, 1652.801, 1653.732, 1655.871, 1656.777, 1657.52, 1658.832, 1659.63, 1660.4, 1661.154, 1661.957, 1662.711, 1663.736, 1664.135, 1668.137, 1672.084, 1675.934, 1678.296, 1696.628, 1698.579, 1699.978, 1704.331, 1704.868, 1707.101, 1709.409, 1710.44, 1712.572, 1714.924, 1715.788, 1721.258, 1724.653, 1730.891, 1735.696, 1747.717, 1758.656, 1762.464, 1784.061, 1806.888] + [-73.98524, 40.71045] + ], + "timestamps": [ + 604, 608.178, 619.321, 690.355, 706.827, 720.997, 759.997, 867.662, + 885.351, 905.419, 964.454, 974.796, 997.829, 1017.67, 1202.782, 1217.143, + 1222.416, 1235.831, 1243.081, 1284.982, 1309.558, 1318.522, 1330.505, + 1459.152, 1466.162, 1467.593, 1492.626, 1499.016, 1500.426, 1501.572, + 1504.209, 1505.424, 1508.268, 1513.149, 1515.501, 1521.495, 1537.964, + 1638.619, 1652.801, 1653.732, 1655.871, 1656.777, 1657.52, 1658.832, + 1659.63, 1660.4, 1661.154, 1661.957, 1662.711, 1663.736, 1664.135, + 1668.137, 1672.084, 1675.934, 1678.296, 1696.628, 1698.579, 1699.978, + 1704.331, 1704.868, 1707.101, 1709.409, 1710.44, 1712.572, 1714.924, + 1715.788, 1721.258, 1724.653, 1730.891, 1735.696, 1747.717, 1758.656, + 1762.464, 1784.061, 1806.888 + ] }, { "vendor": 0, "path": [ [-73.9885, 40.72145], [-73.98776, 40.72122], - [-73.98695, 40.72098]], - "timestamps": [ 1737, 1799.346, 1867.14] + [-73.98695, 40.72098] + ], + "timestamps": [1737, 1799.346, 1867.14] }, { "vendor": 0, @@ -30373,8 +35261,9 @@ [-73.99553, 40.69322], [-73.99592, 40.6933], [-73.99672, 40.69163], - [-73.99591, 40.69141]], - "timestamps": [ 1645, 1652.035, 1747.716, 1802.592] + [-73.99591, 40.69141] + ], + "timestamps": [1645, 1652.035, 1747.716, 1802.592] }, { "vendor": 0, @@ -30412,8 +35301,15 @@ [-74.00397, 40.71146], [-74.00355, 40.7113], [-74.00348, 40.71127], - [-73.99209, 40.7022]], - "timestamps": [ 1600, 1628.349, 1630.402, 1643.965, 1645.604, 1649.861, 1653.241, 1655.386, 1656.687, 1658.067, 1658.525, 1681.016, 1686.931, 1691.692, 1698.593, 1699.568, 1704.483, 1711.729, 1724.648, 1726.801, 1728.466, 1733.371, 1734.019, 1734.597, 1735.581, 1736.453, 1736.908, 1737.492, 1738.234, 1739.098, 1740.024, 1743.122, 1743.652, 1805.735] + [-73.99209, 40.7022] + ], + "timestamps": [ + 1600, 1628.349, 1630.402, 1643.965, 1645.604, 1649.861, 1653.241, + 1655.386, 1656.687, 1658.067, 1658.525, 1681.016, 1686.931, 1691.692, + 1698.593, 1699.568, 1704.483, 1711.729, 1724.648, 1726.801, 1728.466, + 1733.371, 1734.019, 1734.597, 1735.581, 1736.453, 1736.908, 1737.492, + 1738.234, 1739.098, 1740.024, 1743.122, 1743.652, 1805.735 + ] }, { "vendor": 0, @@ -30428,8 +35324,12 @@ [-73.97797, 40.68025], [-73.9804, 40.6812], [-73.97997, 40.68183], - [-73.97941, 40.68161]], - "timestamps": [ 966, 967.247, 989.71, 1084.092, 1124.028, 1177.183, 1179.396, 1182.356, 1244.289, 1259.264, 1268] + [-73.97941, 40.68161] + ], + "timestamps": [ + 966, 967.247, 989.71, 1084.092, 1124.028, 1177.183, 1179.396, 1182.356, + 1244.289, 1259.264, 1268 + ] }, { "vendor": 1, @@ -30444,8 +35344,12 @@ [-73.97469, 40.67117], [-73.97941, 40.67345], [-73.98177, 40.6746], - [-73.98159, 40.67481]], - "timestamps": [ 181, 183.055, 188.776, 200.434, 206.177, 227.758, 234.438, 241.118, 285.613, 307.916, 311] + [-73.98159, 40.67481] + ], + "timestamps": [ + 181, 183.055, 188.776, 200.434, 206.177, 227.758, 234.438, 241.118, + 285.613, 307.916, 311 + ] }, { "vendor": 1, @@ -30468,8 +35372,13 @@ [-73.98657, 40.67302], [-73.98676, 40.6728], [-73.98664, 40.67274], - [-73.98576, 40.6738]], - "timestamps": [ 1203, 1222.45, 1245.382, 1247.694, 1436.307, 1470.662, 1472.789, 1493.596, 1504.929, 1506.611, 1527.133, 1609.865, 1620.06, 1630.54, 1641.784, 1694.68, 1698.488, 1702.341, 1727] + [-73.98576, 40.6738] + ], + "timestamps": [ + 1203, 1222.45, 1245.382, 1247.694, 1436.307, 1470.662, 1472.789, 1493.596, + 1504.929, 1506.611, 1527.133, 1609.865, 1620.06, 1630.54, 1641.784, + 1694.68, 1698.488, 1702.341, 1727 + ] }, { "vendor": 0, @@ -30488,8 +35397,12 @@ [-74.01284, 40.71797], [-74.01304, 40.71724], [-74.01316, 40.71729], - [-74.01341, 40.71741]], - "timestamps": [ 478, 483.772, 484.517, 497.71, 508.141, 531.983, 543.985, 583.11, 587.975, 609.16, 625.363, 634.017, 641.741, 642.772, 645] + [-74.01341, 40.71741] + ], + "timestamps": [ + 478, 483.772, 484.517, 497.71, 508.141, 531.983, 543.985, 583.11, 587.975, + 609.16, 625.363, 634.017, 641.741, 642.772, 645 + ] }, { "vendor": 0, @@ -30523,8 +35436,14 @@ [-73.98594, 40.75231], [-73.98272, 40.75095], [-73.98317, 40.75034], - [-73.98351, 40.74987]], - "timestamps": [ 590, 596.579, 634.258, 650.533, 670.777, 675.536, 684.293, 689.484, 696.185, 726.18, 748.417, 749.73, 753.167, 755.393, 771.046, 777.314, 783.246, 807.386, 861.455, 901.375, 904.99, 928.996, 942.487, 1271.697, 1323.212, 1365.156, 1378.254, 1428.26, 1439.432, 1448] + [-73.98351, 40.74987] + ], + "timestamps": [ + 590, 596.579, 634.258, 650.533, 670.777, 675.536, 684.293, 689.484, + 696.185, 726.18, 748.417, 749.73, 753.167, 755.393, 771.046, 777.314, + 783.246, 807.386, 861.455, 901.375, 904.99, 928.996, 942.487, 1271.697, + 1323.212, 1365.156, 1378.254, 1428.26, 1439.432, 1448 + ] }, { "vendor": 0, @@ -30537,8 +35456,11 @@ [-73.99591, 40.69141], [-73.99623, 40.69075], [-73.99435, 40.69024], - [-73.99429, 40.69037]], - "timestamps": [ 677, 697.954, 724.497, 781.486, 826.477, 905.742, 918.678, 949.412, 955] + [-73.99429, 40.69037] + ], + "timestamps": [ + 677, 697.954, 724.497, 781.486, 826.477, 905.742, 918.678, 949.412, 955 + ] }, { "vendor": 0, @@ -30557,8 +35479,12 @@ [-73.97291, 40.69352], [-73.97345, 40.69622], [-73.9738, 40.69797], - [-73.97431, 40.69799]], - "timestamps": [ 850, 879.16, 947.203, 1267.082, 1274.917, 1284.956, 1328.772, 1367.783, 1431.548, 1452.66, 1587.402, 1593.77, 1657.281, 1698.445, 1704] + [-73.97431, 40.69799] + ], + "timestamps": [ + 850, 879.16, 947.203, 1267.082, 1274.917, 1284.956, 1328.772, 1367.783, + 1431.548, 1452.66, 1587.402, 1593.77, 1657.281, 1698.445, 1704 + ] }, { "vendor": 0, @@ -30580,8 +35506,13 @@ [-73.99603, 40.67834], [-73.99579, 40.67883], [-73.99372, 40.67784], - [-73.99271, 40.67735]], - "timestamps": [ 222, 230.802, 289.486, 341.165, 366.857, 379.942, 383.552, 392.028, 395.118, 417.518, 423.027, 455.895, 481.427, 491.947, 604.198, 613.717, 650.15, 668] + [-73.99271, 40.67735] + ], + "timestamps": [ + 222, 230.802, 289.486, 341.165, 366.857, 379.942, 383.552, 392.028, + 395.118, 417.518, 423.027, 455.895, 481.427, 491.947, 604.198, 613.717, + 650.15, 668 + ] }, { "vendor": 0, @@ -30591,8 +35522,9 @@ [-73.98016, 40.72228], [-73.98124, 40.72078], [-73.98131, 40.72065], - [-73.97879, 40.71988]], - "timestamps": [ 1654, 1677.506, 1678.321, 1764.255, 1771.316, 1821.7] + [-73.97879, 40.71988] + ], + "timestamps": [1654, 1677.506, 1678.321, 1764.255, 1771.316, 1821.7] }, { "vendor": 0, @@ -30614,8 +35546,13 @@ [-73.98746, 40.71822], [-73.98618, 40.71776], [-73.98583, 40.71762], - [-73.97978, 40.71578]], - "timestamps": [ 1438, 1444.666, 1483.592, 1529.185, 1586.284, 1588.962, 1600.461, 1602.133, 1653.084, 1678.12, 1695.163, 1726.255, 1727.766, 1732.831, 1763.425, 1788.612, 1795.648, 1824.839] + [-73.97978, 40.71578] + ], + "timestamps": [ + 1438, 1444.666, 1483.592, 1529.185, 1586.284, 1588.962, 1600.461, + 1602.133, 1653.084, 1678.12, 1695.163, 1726.255, 1727.766, 1732.831, + 1763.425, 1788.612, 1795.648, 1824.839 + ] }, { "vendor": 0, @@ -30624,8 +35561,9 @@ [-74.00787, 40.70326], [-74.00897, 40.70259], [-74.00933, 40.70239], - [-74.0098, 40.70218]], - "timestamps": [ 1757, 1778.201, 1794.582, 1799.764, 1806.097] + [-74.0098, 40.70218] + ], + "timestamps": [1757, 1778.201, 1794.582, 1799.764, 1806.097] }, { "vendor": 0, @@ -30653,8 +35591,13 @@ [-74.00606, 40.73513], [-74.00493, 40.7353], [-74.00474, 40.73465], - [-74.00599, 40.73446]], - "timestamps": [ 319, 322.23, 375.587, 427.486, 447.03, 503.506, 523.014, 567.676, 593.521, 597.503, 600.45, 605.912, 610.174, 614.078, 615.786, 617.331, 619.809, 625.766, 650.716, 817.636, 831.269, 889.346, 907.216, 937] + [-74.00599, 40.73446] + ], + "timestamps": [ + 319, 322.23, 375.587, 427.486, 447.03, 503.506, 523.014, 567.676, 593.521, + 597.503, 600.45, 605.912, 610.174, 614.078, 615.786, 617.331, 619.809, + 625.766, 650.716, 817.636, 831.269, 889.346, 907.216, 937 + ] }, { "vendor": 0, @@ -30716,8 +35659,18 @@ [-74.01623, 40.70662], [-74.01626, 40.70628], [-74.01632, 40.70601], - [-74.01667, 40.7051]], - "timestamps": [ 502, 758.67, 834.609, 860.63, 886.65, 949.58, 988.469, 1029.544, 1041.981, 1054.086, 1091.593, 1136.947, 1147.114, 1159.153, 1180.318, 1192.712, 1196.633, 1239.624, 1253.971, 1273.563, 1286.831, 1314.063, 1327.867, 1336.918, 1342.712, 1353.778, 1360.809, 1456.2, 1462.756, 1469.634, 1602.683, 1606.583, 1613.88, 1627.837, 1631.769, 1639.362, 1645.788, 1652.279, 1655.369, 1662.739, 1681.449, 1694.715, 1704.6, 1711.304, 1719.291, 1724.625, 1728.915, 1734.305, 1738.038, 1742.414, 1747.029, 1750.405, 1756.576, 1757.771, 1771.346, 1777.762, 1782.916, 1800.761] + [-74.01667, 40.7051] + ], + "timestamps": [ + 502, 758.67, 834.609, 860.63, 886.65, 949.58, 988.469, 1029.544, 1041.981, + 1054.086, 1091.593, 1136.947, 1147.114, 1159.153, 1180.318, 1192.712, + 1196.633, 1239.624, 1253.971, 1273.563, 1286.831, 1314.063, 1327.867, + 1336.918, 1342.712, 1353.778, 1360.809, 1456.2, 1462.756, 1469.634, + 1602.683, 1606.583, 1613.88, 1627.837, 1631.769, 1639.362, 1645.788, + 1652.279, 1655.369, 1662.739, 1681.449, 1694.715, 1704.6, 1711.304, + 1719.291, 1724.625, 1728.915, 1734.305, 1738.038, 1742.414, 1747.029, + 1750.405, 1756.576, 1757.771, 1771.346, 1777.762, 1782.916, 1800.761 + ] }, { "vendor": 0, @@ -30783,8 +35736,19 @@ [-73.98993, 40.73527], [-73.98991, 40.73534], [-73.9894, 40.73605], - [-73.98931, 40.73617]], - "timestamps": [ 235, 243.817, 250.643, 260.432, 270.268, 297.938, 325.375, 463.576, 473.062, 488.942, 535.656, 543.839, 562.065, 577.766, 606.685, 609.728, 664.974, 674.754, 705.614, 719.903, 740.883, 742.79, 762.008, 861.633, 864.895, 875.803, 896.285, 912.817, 918.327, 1043.796, 1047.278, 1049.636, 1072.627, 1107.364, 1125.417, 1171.572, 1178.187, 1195.851, 1214.803, 1226.927, 1231.095, 1261.093, 1304.98, 1308.485, 1328.245, 1333.835, 1351.488, 1370.784, 1380.125, 1386.384, 1447.729, 1454.383, 1469.185, 1476.011, 1525.134, 1530.75, 1540.817, 1550.965, 1554.069, 1555.365, 1570.428, 1573] + [-73.98931, 40.73617] + ], + "timestamps": [ + 235, 243.817, 250.643, 260.432, 270.268, 297.938, 325.375, 463.576, + 473.062, 488.942, 535.656, 543.839, 562.065, 577.766, 606.685, 609.728, + 664.974, 674.754, 705.614, 719.903, 740.883, 742.79, 762.008, 861.633, + 864.895, 875.803, 896.285, 912.817, 918.327, 1043.796, 1047.278, 1049.636, + 1072.627, 1107.364, 1125.417, 1171.572, 1178.187, 1195.851, 1214.803, + 1226.927, 1231.095, 1261.093, 1304.98, 1308.485, 1328.245, 1333.835, + 1351.488, 1370.784, 1380.125, 1386.384, 1447.729, 1454.383, 1469.185, + 1476.011, 1525.134, 1530.75, 1540.817, 1550.965, 1554.069, 1555.365, + 1570.428, 1573 + ] }, { "vendor": 0, @@ -30828,8 +35792,16 @@ [-73.98779, 40.72864], [-73.98767, 40.72859], [-73.98807, 40.72804], - [-73.98809, 40.72802]], - "timestamps": [ 835, 836.117, 851.763, 876.394, 887.948, 901.746, 925.057, 1010.14, 1016.044, 1024.77, 1029.943, 1035.338, 1038.477, 1066.526, 1073.733, 1088.686, 1097.323, 1098.744, 1220.06, 1250.732, 1306.149, 1320.014, 1326.726, 1341.218, 1347.959, 1369.009, 1388.712, 1398.25, 1404.749, 1468.451, 1473.478, 1475.361, 1495.096, 1501.065, 1505.337, 1508.888, 1570.245, 1573.706, 1585.527, 1586] + [-73.98809, 40.72802] + ], + "timestamps": [ + 835, 836.117, 851.763, 876.394, 887.948, 901.746, 925.057, 1010.14, + 1016.044, 1024.77, 1029.943, 1035.338, 1038.477, 1066.526, 1073.733, + 1088.686, 1097.323, 1098.744, 1220.06, 1250.732, 1306.149, 1320.014, + 1326.726, 1341.218, 1347.959, 1369.009, 1388.712, 1398.25, 1404.749, + 1468.451, 1473.478, 1475.361, 1495.096, 1501.065, 1505.337, 1508.888, + 1570.245, 1573.706, 1585.527, 1586 + ] }, { "vendor": 0, @@ -30840,8 +35812,11 @@ [-74.00558, 40.71795], [-74.00532, 40.71838], [-74.00522, 40.71865], - [-74.00517, 40.71894]], - "timestamps": [ 1753, 1757.287, 1782.222, 1786.227, 1794.596, 1799.558, 1804.732] + [-74.00517, 40.71894] + ], + "timestamps": [ + 1753, 1757.287, 1782.222, 1786.227, 1794.596, 1799.558, 1804.732 + ] }, { "vendor": 0, @@ -30938,8 +35913,24 @@ [-73.98905, 40.7004], [-73.98918, 40.70038], [-73.98938, 40.70042], - [-73.98979, 40.70065]], - "timestamps": [ 198, 389.142, 413.932, 535.634, 549.559, 647.411, 651.28, 713.891, 1027.494, 1034.474, 1040.316, 1056.154, 1074.113, 1081.556, 1088.02, 1119.993, 1127.366, 1133.441, 1138.377, 1142.95, 1157.422, 1204.169, 1207.244, 1211.074, 1215.626, 1218.878, 1240.446, 1245.933, 1250.234, 1255.857, 1264.15, 1280.486, 1288.37, 1297.278, 1301.005, 1302.967, 1304.841, 1310.18, 1323.937, 1331.2, 1373.613, 1393.66, 1403.054, 1409.614, 1428.677, 1435.609, 1439.369, 1442.485, 1445.272, 1448.206, 1451.69, 1569.184, 1572.066, 1575.473, 1578.361, 1582.102, 1584.547, 1601.944, 1607.307, 1609.949, 1613.563, 1617.747, 1626.597, 1630.248, 1644.396, 1693.224, 1701.178, 1707.886, 1709.751, 1715.221, 1719.285, 1725.638, 1730.271, 1734.104, 1737.595, 1742.186, 1748.661, 1756.223, 1760.439, 1766.635, 1771.881, 1775.219, 1779.068, 1781.253, 1785.238, 1787.949, 1790.119, 1791.939, 1793.801, 1794.575, 1796.39, 1799.22, 1806.198] + [-73.98979, 40.70065] + ], + "timestamps": [ + 198, 389.142, 413.932, 535.634, 549.559, 647.411, 651.28, 713.891, + 1027.494, 1034.474, 1040.316, 1056.154, 1074.113, 1081.556, 1088.02, + 1119.993, 1127.366, 1133.441, 1138.377, 1142.95, 1157.422, 1204.169, + 1207.244, 1211.074, 1215.626, 1218.878, 1240.446, 1245.933, 1250.234, + 1255.857, 1264.15, 1280.486, 1288.37, 1297.278, 1301.005, 1302.967, + 1304.841, 1310.18, 1323.937, 1331.2, 1373.613, 1393.66, 1403.054, + 1409.614, 1428.677, 1435.609, 1439.369, 1442.485, 1445.272, 1448.206, + 1451.69, 1569.184, 1572.066, 1575.473, 1578.361, 1582.102, 1584.547, + 1601.944, 1607.307, 1609.949, 1613.563, 1617.747, 1626.597, 1630.248, + 1644.396, 1693.224, 1701.178, 1707.886, 1709.751, 1715.221, 1719.285, + 1725.638, 1730.271, 1734.104, 1737.595, 1742.186, 1748.661, 1756.223, + 1760.439, 1766.635, 1771.881, 1775.219, 1779.068, 1781.253, 1785.238, + 1787.949, 1790.119, 1791.939, 1793.801, 1794.575, 1796.39, 1799.22, + 1806.198 + ] }, { "vendor": 0, @@ -30972,8 +35963,14 @@ [-74.00998, 40.70514], [-74.00999, 40.70533], [-74.00986, 40.70579], - [-74.00905, 40.70554]], - "timestamps": [ 714, 715.286, 729.875, 734.543, 774.765, 778.826, 806.071, 807.931, 827.706, 837.037, 873.081, 896.571, 956.258, 1045.336, 1063.267, 1090.191, 1121.949, 1142.645, 1169.105, 1211.109, 1215.653, 1225.951, 1239.402, 1255.099, 1265.683, 1280.935, 1287.969, 1305.372, 1353] + [-74.00905, 40.70554] + ], + "timestamps": [ + 714, 715.286, 729.875, 734.543, 774.765, 778.826, 806.071, 807.931, + 827.706, 837.037, 873.081, 896.571, 956.258, 1045.336, 1063.267, 1090.191, + 1121.949, 1142.645, 1169.105, 1211.109, 1215.653, 1225.951, 1239.402, + 1255.099, 1265.683, 1280.935, 1287.969, 1305.372, 1353 + ] }, { "vendor": 0, @@ -31006,8 +36003,14 @@ [-73.99807, 40.71378], [-73.99798, 40.71367], [-73.99769, 40.71382], - [-73.99758, 40.71391]], - "timestamps": [ 256, 264.182, 264.846, 298.991, 300.23, 457.61, 512.73, 516.585, 519.355, 521.384, 572.178, 596.576, 613.438, 616.069, 618.692, 623.221, 654.31, 666.47, 697.871, 702.929, 721.86, 741.63, 742.538, 745.257, 747.68, 751.384, 754.038, 759.487, 762] + [-73.99758, 40.71391] + ], + "timestamps": [ + 256, 264.182, 264.846, 298.991, 300.23, 457.61, 512.73, 516.585, 519.355, + 521.384, 572.178, 596.576, 613.438, 616.069, 618.692, 623.221, 654.31, + 666.47, 697.871, 702.929, 721.86, 741.63, 742.538, 745.257, 747.68, + 751.384, 754.038, 759.487, 762 + ] }, { "vendor": 0, @@ -31043,8 +36046,14 @@ [-74.01528, 40.7161], [-74.01527, 40.71605], [-74.01523, 40.716], - [-74.01526, 40.71597]], - "timestamps": [ 425, 437.262, 439.847, 442.873, 452.32, 453.458, 475.73, 496.525, 516.223, 521.511, 524.047, 574.594, 599.462, 635.328, 647.718, 684.827, 706.301, 709.609, 712.058, 748.024, 806.138, 808.569, 847.051, 855.588, 891.544, 952.431, 957.048, 1025.768, 1029.309, 1031.271, 1033.539, 1035] + [-74.01526, 40.71597] + ], + "timestamps": [ + 425, 437.262, 439.847, 442.873, 452.32, 453.458, 475.73, 496.525, 516.223, + 521.511, 524.047, 574.594, 599.462, 635.328, 647.718, 684.827, 706.301, + 709.609, 712.058, 748.024, 806.138, 808.569, 847.051, 855.588, 891.544, + 952.431, 957.048, 1025.768, 1029.309, 1031.271, 1033.539, 1035 + ] }, { "vendor": 0, @@ -31079,8 +36088,15 @@ [-74.00922, 40.71552], [-74.01275, 40.71711], [-74.01304, 40.71724], - [-74.01305, 40.71717]], - "timestamps": [ 946, 979.004, 982.897, 996.074, 1082.724, 1085.682, 1205.316, 1220.028, 1224.046, 1254.036, 1303.4, 1312.439, 1336.252, 1342.644, 1345.345, 1399.179, 1425.663, 1463.861, 1477.056, 1516.577, 1539.448, 1542.971, 1545.579, 1583.883, 1645.775, 1648.364, 1689.348, 1698.439, 1783.687, 1790.682, 1792] + [-74.01305, 40.71717] + ], + "timestamps": [ + 946, 979.004, 982.897, 996.074, 1082.724, 1085.682, 1205.316, 1220.028, + 1224.046, 1254.036, 1303.4, 1312.439, 1336.252, 1342.644, 1345.345, + 1399.179, 1425.663, 1463.861, 1477.056, 1516.577, 1539.448, 1542.971, + 1545.579, 1583.883, 1645.775, 1648.364, 1689.348, 1698.439, 1783.687, + 1790.682, 1792 + ] }, { "vendor": 0, @@ -31121,8 +36137,15 @@ [-73.97426, 40.69595], [-73.96934, 40.69578], [-73.96835, 40.69574], - [-73.96817, 40.69485]], - "timestamps": [ 607, 669.846, 718.845, 725.383, 727.345, 745.588, 774.59, 792.746, 817.391, 859.614, 877.446, 879.334, 890.507, 907.496, 910.374, 912.569, 918.883, 951.872, 954.75, 973.716, 994.682, 1017.597, 1021.168, 1024.095, 1037.522, 1040.293, 1044.065, 1058.966, 1067.351, 1067.874, 1071.632, 1111.209, 1124.972, 1155.628, 1226.737, 1241.051, 1262] + [-73.96817, 40.69485] + ], + "timestamps": [ + 607, 669.846, 718.845, 725.383, 727.345, 745.588, 774.59, 792.746, + 817.391, 859.614, 877.446, 879.334, 890.507, 907.496, 910.374, 912.569, + 918.883, 951.872, 954.75, 973.716, 994.682, 1017.597, 1021.168, 1024.095, + 1037.522, 1040.293, 1044.065, 1058.966, 1067.351, 1067.874, 1071.632, + 1111.209, 1124.972, 1155.628, 1226.737, 1241.051, 1262 + ] }, { "vendor": 0, @@ -31132,8 +36155,9 @@ [-73.93859, 40.67792], [-73.95242, 40.6787], [-73.953, 40.6788], - [-73.95614, 40.69457]], - "timestamps": [ 1321, 1342.948, 1388.886, 1621.017, 1630.973, 1873.637] + [-73.95614, 40.69457] + ], + "timestamps": [1321, 1342.948, 1388.886, 1621.017, 1630.973, 1873.637] }, { "vendor": 0, @@ -31141,8 +36165,9 @@ [-73.96003, 40.6777], [-73.96221, 40.67816], [-73.96388, 40.67851], - [-73.96407, 40.67937]], - "timestamps": [ 1686, 1741.752, 1784.44, 1813.906] + [-73.96407, 40.67937] + ], + "timestamps": [1686, 1741.752, 1784.44, 1813.906] }, { "vendor": 1, @@ -31215,8 +36240,20 @@ [-73.98856, 40.7022], [-73.98853, 40.70248], [-73.98725, 40.70244], - [-73.9868, 40.70242]], - "timestamps": [ 661, 670.804, 681.76, 725.011, 856.328, 867.738, 924.165, 939.534, 984.829, 994.03, 1014.791, 1023.283, 1024.305, 1040.754, 1043.336, 1062.377, 1070.151, 1089.4, 1096.101, 1104.752, 1134.489, 1139.963, 1177.534, 1192.229, 1220.505, 1230.179, 1230.78, 1231.582, 1235.187, 1238.8, 1239.528, 1240.815, 1338.882, 1340.9, 1346.543, 1348.544, 1349.585, 1351.221, 1352.604, 1353.874, 1355.155, 1356.303, 1358.32, 1360.796, 1377.272, 1378.478, 1380.691, 1394.929, 1400.827, 1408.75, 1416.723, 1423.077, 1424.02, 1424.807, 1445.927, 1453.006, 1459.751, 1465.454, 1468.935, 1474.112, 1490.712, 1498.617, 1506.983, 1526.847, 1542.449, 1558.454, 1565.804, 1593.318, 1603] + [-73.9868, 40.70242] + ], + "timestamps": [ + 661, 670.804, 681.76, 725.011, 856.328, 867.738, 924.165, 939.534, + 984.829, 994.03, 1014.791, 1023.283, 1024.305, 1040.754, 1043.336, + 1062.377, 1070.151, 1089.4, 1096.101, 1104.752, 1134.489, 1139.963, + 1177.534, 1192.229, 1220.505, 1230.179, 1230.78, 1231.582, 1235.187, + 1238.8, 1239.528, 1240.815, 1338.882, 1340.9, 1346.543, 1348.544, + 1349.585, 1351.221, 1352.604, 1353.874, 1355.155, 1356.303, 1358.32, + 1360.796, 1377.272, 1378.478, 1380.691, 1394.929, 1400.827, 1408.75, + 1416.723, 1423.077, 1424.02, 1424.807, 1445.927, 1453.006, 1459.751, + 1465.454, 1468.935, 1474.112, 1490.712, 1498.617, 1506.983, 1526.847, + 1542.449, 1558.454, 1565.804, 1593.318, 1603 + ] }, { "vendor": 0, @@ -31358,8 +36395,29 @@ [-74.00771, 40.71168], [-74.00783, 40.71174], [-74.00793, 40.71181], - [-74.00803, 40.7119]], - "timestamps": [ 589, 602.383, 626.473, 689.375, 695.669, 701.45, 704.602, 706.814, 719.584, 765.123, 792.791, 795.32, 797.73, 829.468, 832.018, 834.231, 855.329, 858.89, 865.475, 869.825, 871.664, 883.434, 890.125, 905.966, 916.458, 918.23, 919.535, 920.95, 922.383, 923.952, 925.625, 928.244, 932.719, 938.984, 944.997, 954.642, 969.939, 974.94, 980.152, 992.549, 1007.36, 1012.12, 1014.197, 1016.325, 1018.299, 1023.037, 1024.804, 1026.938, 1063.609, 1076.89, 1091.096, 1098.295, 1100.398, 1111.425, 1116.435, 1118.696, 1119.801, 1122.014, 1124.349, 1125.576, 1128.172, 1130.229, 1131.964, 1133.69, 1136.439, 1192.119, 1199.567, 1207.709, 1210.063, 1211.526, 1212.976, 1215.291, 1216.142, 1216.68, 1218.698, 1220.851, 1222.464, 1224.722, 1226.485, 1228.038, 1228.867, 1230.281, 1231.756, 1233.657, 1237.109, 1240.55, 1243.259, 1246.705, 1252.815, 1256.601, 1263.762, 1275.495, 1286.216, 1429.846, 1433.49, 1434.866, 1458.919, 1465.059, 1466.414, 1467.515, 1470.048, 1471.216, 1473.949, 1478.639, 1480.899, 1486.659, 1502.483, 1599.2, 1612.827, 1621.98, 1628.202, 1630.364, 1632.195, 1634.17, 1635.841, 1637.28, 1638.331, 1639.709, 1640.548, 1641.627, 1642.937, 1643.831, 1645.205, 1647.618, 1648.963, 1657.81, 1662.108, 1665.442, 1674.869, 1680.504, 1686.548, 1693.051, 1733.669, 1737.538, 1738.649, 1741.738, 1744.663, 1748] + [-74.00803, 40.7119] + ], + "timestamps": [ + 589, 602.383, 626.473, 689.375, 695.669, 701.45, 704.602, 706.814, + 719.584, 765.123, 792.791, 795.32, 797.73, 829.468, 832.018, 834.231, + 855.329, 858.89, 865.475, 869.825, 871.664, 883.434, 890.125, 905.966, + 916.458, 918.23, 919.535, 920.95, 922.383, 923.952, 925.625, 928.244, + 932.719, 938.984, 944.997, 954.642, 969.939, 974.94, 980.152, 992.549, + 1007.36, 1012.12, 1014.197, 1016.325, 1018.299, 1023.037, 1024.804, + 1026.938, 1063.609, 1076.89, 1091.096, 1098.295, 1100.398, 1111.425, + 1116.435, 1118.696, 1119.801, 1122.014, 1124.349, 1125.576, 1128.172, + 1130.229, 1131.964, 1133.69, 1136.439, 1192.119, 1199.567, 1207.709, + 1210.063, 1211.526, 1212.976, 1215.291, 1216.142, 1216.68, 1218.698, + 1220.851, 1222.464, 1224.722, 1226.485, 1228.038, 1228.867, 1230.281, + 1231.756, 1233.657, 1237.109, 1240.55, 1243.259, 1246.705, 1252.815, + 1256.601, 1263.762, 1275.495, 1286.216, 1429.846, 1433.49, 1434.866, + 1458.919, 1465.059, 1466.414, 1467.515, 1470.048, 1471.216, 1473.949, + 1478.639, 1480.899, 1486.659, 1502.483, 1599.2, 1612.827, 1621.98, + 1628.202, 1630.364, 1632.195, 1634.17, 1635.841, 1637.28, 1638.331, + 1639.709, 1640.548, 1641.627, 1642.937, 1643.831, 1645.205, 1647.618, + 1648.963, 1657.81, 1662.108, 1665.442, 1674.869, 1680.504, 1686.548, + 1693.051, 1733.669, 1737.538, 1738.649, 1741.738, 1744.663, 1748 + ] }, { "vendor": 1, @@ -31405,8 +36463,16 @@ [-73.98668, 40.66092], [-73.98612, 40.66146], [-73.98459, 40.66328], - [-73.98453, 40.66335]], - "timestamps": [ 947, 973.789, 1016.639, 1034.675, 1105.376, 1131.397, 1134.849, 1135.712, 1138.182, 1143.4, 1146.228, 1149.746, 1152.248, 1156.576, 1158.769, 1162.236, 1163.754, 1166.309, 1168.347, 1201.043, 1202.477, 1203.63, 1204.438, 1205.907, 1207.592, 1212.665, 1228.293, 1234.076, 1239.207, 1243.435, 1246.87, 1250.052, 1266.4, 1273.349, 1290.194, 1301.356, 1325.711, 1342.588, 1352.501, 1370.21, 1425.847, 1428] + [-73.98453, 40.66335] + ], + "timestamps": [ + 947, 973.789, 1016.639, 1034.675, 1105.376, 1131.397, 1134.849, 1135.712, + 1138.182, 1143.4, 1146.228, 1149.746, 1152.248, 1156.576, 1158.769, + 1162.236, 1163.754, 1166.309, 1168.347, 1201.043, 1202.477, 1203.63, + 1204.438, 1205.907, 1207.592, 1212.665, 1228.293, 1234.076, 1239.207, + 1243.435, 1246.87, 1250.052, 1266.4, 1273.349, 1290.194, 1301.356, + 1325.711, 1342.588, 1352.501, 1370.21, 1425.847, 1428 + ] }, { "vendor": 0, @@ -31502,8 +36568,23 @@ [-73.96921, 40.76348], [-73.96943, 40.76358], [-73.97036, 40.76234], - [-73.97058, 40.76203]], - "timestamps": [ 975, 977.086, 988.565, 992.529, 1003.173, 1022.819, 1032.819, 1040.739, 1072.833, 1081.434, 1084.581, 1104.042, 1108.565, 1113.178, 1114.764, 1116.409, 1118.4, 1121.376, 1122.403, 1124.235, 1126.488, 1127.946, 1145.558, 1152.927, 1157.394, 1161.007, 1162.829, 1166.727, 1178.882, 1183.12, 1184.923, 1187.737, 1203.78, 1205.494, 1209.067, 1211.242, 1219.412, 1221.266, 1222.91, 1224.206, 1225.708, 1227.322, 1228.96, 1230.422, 1234.98, 1237.21, 1238.445, 1239.626, 1240.714, 1242.001, 1260.057, 1262.055, 1263.808, 1265.936, 1268.11, 1270.96, 1272.658, 1281.167, 1282.647, 1284.926, 1289.852, 1301.984, 1303.967, 1306.649, 1309.361, 1312.043, 1316.894, 1321.967, 1325.924, 1365.74, 1367.725, 1369.233, 1370.337, 1372.225, 1385.061, 1386.13, 1389.26, 1398.455, 1422.65, 1423.695, 1488.602, 1493.608, 1597.769, 1600.837, 1606.304, 1634.62, 1661.608, 1688.485, 1701.26, 1705.434, 1735.564, 1743] + [-73.97058, 40.76203] + ], + "timestamps": [ + 975, 977.086, 988.565, 992.529, 1003.173, 1022.819, 1032.819, 1040.739, + 1072.833, 1081.434, 1084.581, 1104.042, 1108.565, 1113.178, 1114.764, + 1116.409, 1118.4, 1121.376, 1122.403, 1124.235, 1126.488, 1127.946, + 1145.558, 1152.927, 1157.394, 1161.007, 1162.829, 1166.727, 1178.882, + 1183.12, 1184.923, 1187.737, 1203.78, 1205.494, 1209.067, 1211.242, + 1219.412, 1221.266, 1222.91, 1224.206, 1225.708, 1227.322, 1228.96, + 1230.422, 1234.98, 1237.21, 1238.445, 1239.626, 1240.714, 1242.001, + 1260.057, 1262.055, 1263.808, 1265.936, 1268.11, 1270.96, 1272.658, + 1281.167, 1282.647, 1284.926, 1289.852, 1301.984, 1303.967, 1306.649, + 1309.361, 1312.043, 1316.894, 1321.967, 1325.924, 1365.74, 1367.725, + 1369.233, 1370.337, 1372.225, 1385.061, 1386.13, 1389.26, 1398.455, + 1422.65, 1423.695, 1488.602, 1493.608, 1597.769, 1600.837, 1606.304, + 1634.62, 1661.608, 1688.485, 1701.26, 1705.434, 1735.564, 1743 + ] }, { "vendor": 0, @@ -31574,8 +36655,19 @@ [-73.99039, 40.71932], [-73.99047, 40.71934], [-73.99201, 40.71623], - [-73.99202, 40.71622]], - "timestamps": [ 633, 636.162, 647.025, 650.532, 657.651, 661.347, 667.908, 669.676, 671.571, 678.584, 689.596, 691.483, 700.183, 721.831, 738.614, 753.089, 761.744, 779.879, 788.617, 797.805, 816.82, 831.701, 879.938, 885.974, 894.818, 903.075, 914.451, 950.427, 964.948, 968.198, 971.165, 975.124, 980.666, 985.987, 994.329, 1007.56, 1011.886, 1016.394, 1027.116, 1031.43, 1032.74, 1040.092, 1046.331, 1049.024, 1050.607, 1052.264, 1054.093, 1055.843, 1057.625, 1059.425, 1061.22, 1073.433, 1076.235, 1077.897, 1079.493, 1102.197, 1110.801, 1118.234, 1230.387, 1240.792, 1258.824, 1277.154, 1310.594, 1343.116, 1344.818, 1442.63, 1443] + [-73.99202, 40.71622] + ], + "timestamps": [ + 633, 636.162, 647.025, 650.532, 657.651, 661.347, 667.908, 669.676, + 671.571, 678.584, 689.596, 691.483, 700.183, 721.831, 738.614, 753.089, + 761.744, 779.879, 788.617, 797.805, 816.82, 831.701, 879.938, 885.974, + 894.818, 903.075, 914.451, 950.427, 964.948, 968.198, 971.165, 975.124, + 980.666, 985.987, 994.329, 1007.56, 1011.886, 1016.394, 1027.116, 1031.43, + 1032.74, 1040.092, 1046.331, 1049.024, 1050.607, 1052.264, 1054.093, + 1055.843, 1057.625, 1059.425, 1061.22, 1073.433, 1076.235, 1077.897, + 1079.493, 1102.197, 1110.801, 1118.234, 1230.387, 1240.792, 1258.824, + 1277.154, 1310.594, 1343.116, 1344.818, 1442.63, 1443 + ] }, { "vendor": 0, @@ -31712,8 +36804,28 @@ [-73.97354, 40.74798], [-73.97359, 40.74792], [-73.9758, 40.74885], - [-73.97652, 40.74915]], - "timestamps": [ 283, 289.334, 308.339, 391.109, 423.952, 479.437, 482.395, 486.872, 493.636, 539.525, 589.484, 596.578, 601.33, 602.957, 631.421, 638.686, 640.29, 641.593, 644.591, 645.973, 649.206, 654.757, 657.432, 664.247, 682.973, 797.423, 813.55, 814.609, 817.04, 818.071, 818.915, 820.407, 821.314, 822.19, 823.047, 823.961, 824.818, 825.983, 826.437, 830.988, 835.475, 839.853, 842.538, 863.383, 865.602, 867.193, 872.143, 872.752, 875.291, 877.916, 879.088, 881.512, 884.187, 885.17, 891.389, 895.25, 902.343, 907.806, 921.474, 933.913, 938.242, 962.8, 988.756, 999.46, 1018.095, 1020.467, 1022.929, 1025.906, 1030.358, 1031.895, 1034.635, 1038.006, 1040.187, 1066.535, 1077.559, 1084.24, 1089.645, 1092.371, 1098.202, 1116.387, 1122.727, 1125.424, 1129.633, 1153.634, 1156.198, 1161.543, 1164.796, 1177.018, 1179.792, 1182.251, 1184.191, 1186.438, 1188.852, 1191.303, 1193.49, 1200.309, 1203.645, 1205.491, 1207.259, 1208.885, 1210.811, 1237.823, 1240.812, 1243.434, 1246.617, 1249.87, 1254.133, 1256.674, 1269.402, 1271.617, 1275.027, 1282.396, 1300.545, 1303.511, 1307.523, 1311.581, 1315.593, 1322.955, 1330.655, 1336.661, 1397.092, 1400.103, 1402.393, 1404.068, 1406.934, 1426.416, 1428.038, 1465.496, 1467.631, 1507.463, 1508.808, 1582.913, 1607] + [-73.97652, 40.74915] + ], + "timestamps": [ + 283, 289.334, 308.339, 391.109, 423.952, 479.437, 482.395, 486.872, + 493.636, 539.525, 589.484, 596.578, 601.33, 602.957, 631.421, 638.686, + 640.29, 641.593, 644.591, 645.973, 649.206, 654.757, 657.432, 664.247, + 682.973, 797.423, 813.55, 814.609, 817.04, 818.071, 818.915, 820.407, + 821.314, 822.19, 823.047, 823.961, 824.818, 825.983, 826.437, 830.988, + 835.475, 839.853, 842.538, 863.383, 865.602, 867.193, 872.143, 872.752, + 875.291, 877.916, 879.088, 881.512, 884.187, 885.17, 891.389, 895.25, + 902.343, 907.806, 921.474, 933.913, 938.242, 962.8, 988.756, 999.46, + 1018.095, 1020.467, 1022.929, 1025.906, 1030.358, 1031.895, 1034.635, + 1038.006, 1040.187, 1066.535, 1077.559, 1084.24, 1089.645, 1092.371, + 1098.202, 1116.387, 1122.727, 1125.424, 1129.633, 1153.634, 1156.198, + 1161.543, 1164.796, 1177.018, 1179.792, 1182.251, 1184.191, 1186.438, + 1188.852, 1191.303, 1193.49, 1200.309, 1203.645, 1205.491, 1207.259, + 1208.885, 1210.811, 1237.823, 1240.812, 1243.434, 1246.617, 1249.87, + 1254.133, 1256.674, 1269.402, 1271.617, 1275.027, 1282.396, 1300.545, + 1303.511, 1307.523, 1311.581, 1315.593, 1322.955, 1330.655, 1336.661, + 1397.092, 1400.103, 1402.393, 1404.068, 1406.934, 1426.416, 1428.038, + 1465.496, 1467.631, 1507.463, 1508.808, 1582.913, 1607 + ] }, { "vendor": 0, @@ -31804,8 +36916,22 @@ [-74.00815, 40.74524], [-74.00812, 40.74537], [-74.00638, 40.74464], - [-74.00358, 40.74347]], - "timestamps": [ 462, 463.695, 475.214, 506.93, 522.127, 537.325, 574.079, 596.792, 620.782, 628.045, 635.115, 657.021, 683.51, 689.448, 696.479, 708.841, 716.079, 718.369, 743.478, 751.857, 763.3, 771.049, 786.954, 795.016, 800.302, 803.686, 810.149, 814.256, 869.968, 873.798, 877.815, 955.521, 957.799, 962.061, 970.212, 972.509, 976.943, 980.697, 984.488, 986.293, 990.597, 1001.538, 1007.794, 1015.081, 1019.001, 1023.672, 1026.791, 1029.3, 1032.451, 1034.634, 1037.193, 1039.892, 1040.814, 1043.724, 1046.1, 1060.904, 1084.635, 1086.472, 1092.577, 1097.284, 1111.592, 1138.813, 1173.735, 1219.08, 1277.211, 1372.023, 1394.208, 1447.391, 1523.005, 1576.856, 1586.187, 1605.046, 1613.646, 1619.063, 1621.489, 1626.976, 1639.279, 1645.363, 1648.383, 1661.712, 1673.557, 1676.452, 1703.079, 1724.496, 1726.669, 1763.663, 1823.138] + [-74.00358, 40.74347] + ], + "timestamps": [ + 462, 463.695, 475.214, 506.93, 522.127, 537.325, 574.079, 596.792, + 620.782, 628.045, 635.115, 657.021, 683.51, 689.448, 696.479, 708.841, + 716.079, 718.369, 743.478, 751.857, 763.3, 771.049, 786.954, 795.016, + 800.302, 803.686, 810.149, 814.256, 869.968, 873.798, 877.815, 955.521, + 957.799, 962.061, 970.212, 972.509, 976.943, 980.697, 984.488, 986.293, + 990.597, 1001.538, 1007.794, 1015.081, 1019.001, 1023.672, 1026.791, + 1029.3, 1032.451, 1034.634, 1037.193, 1039.892, 1040.814, 1043.724, + 1046.1, 1060.904, 1084.635, 1086.472, 1092.577, 1097.284, 1111.592, + 1138.813, 1173.735, 1219.08, 1277.211, 1372.023, 1394.208, 1447.391, + 1523.005, 1576.856, 1586.187, 1605.046, 1613.646, 1619.063, 1621.489, + 1626.976, 1639.279, 1645.363, 1648.383, 1661.712, 1673.557, 1676.452, + 1703.079, 1724.496, 1726.669, 1763.663, 1823.138 + ] }, { "vendor": 0, @@ -31833,8 +36959,14 @@ [-73.99187, 40.74418], [-73.98782, 40.7497], [-73.98776, 40.74979], - [-73.99272, 40.75188]], - "timestamps": [ 484, 499.585, 530.452, 586.762, 644.382, 765.749, 771.211, 776.654, 872.488, 884.018, 935.96875, 976.208, 1034.03, 1054.004, 1057.128, 1089.935, 1095.283, 1181.014, 1231.634, 1266.659, 1618.29, 1766.54, 1768.907, 1873.039] + [-73.99272, 40.75188] + ], + "timestamps": [ + 484, 499.585, 530.452, 586.762, 644.382, 765.749, 771.211, 776.654, + 872.488, 884.018, 935.96875, 976.208, 1034.03, 1054.004, 1057.128, + 1089.935, 1095.283, 1181.014, 1231.634, 1266.659, 1618.29, 1766.54, + 1768.907, 1873.039 + ] }, { "vendor": 0, @@ -31877,8 +37009,15 @@ [-73.96079, 40.71697], [-73.96221, 40.71785], [-73.96284, 40.71727], - [-73.96292, 40.71719]], - "timestamps": [ 480, 518.836, 522.865, 524.347, 557.395, 610.264, 625.265, 631.218, 668.137, 685.99, 719.209, 757.739, 788.212, 796.725, 832.788, 835.207, 840.226, 847.909, 939.312, 943.181, 945.404, 950.893, 953.741, 956.439, 958.482, 960.26, 963.423, 995.954, 1007.754, 1010.138, 1033.674, 1043.901, 1109.385, 1139.324, 1173.723, 1189.655, 1227.758, 1245.614, 1248] + [-73.96292, 40.71719] + ], + "timestamps": [ + 480, 518.836, 522.865, 524.347, 557.395, 610.264, 625.265, 631.218, + 668.137, 685.99, 719.209, 757.739, 788.212, 796.725, 832.788, 835.207, + 840.226, 847.909, 939.312, 943.181, 945.404, 950.893, 953.741, 956.439, + 958.482, 960.26, 963.423, 995.954, 1007.754, 1010.138, 1033.674, 1043.901, + 1109.385, 1139.324, 1173.723, 1189.655, 1227.758, 1245.614, 1248 + ] }, { "vendor": 0, @@ -31929,8 +37068,16 @@ [-73.99817, 40.72768], [-73.99666, 40.72693], [-73.99584, 40.72652], - [-73.9962, 40.7261]], - "timestamps": [ 589, 590.105, 611.983, 622.9, 627.611, 631.66, 638.711, 641.923, 648.927, 657.949, 662.442, 673.556, 688.701, 716.117, 727.572, 735.173, 765.538, 772.927, 783.967, 788.658, 793.091, 819.752, 840.014, 849.519, 860.87, 880.046, 950.037, 954.894, 962.072, 966.327, 970.766, 973.348, 996.421, 1002.35, 1014.65, 1021.756, 1022.924, 1122.723, 1147.954, 1155.999, 1163.582, 1167.26, 1173.695, 1185.646, 1223.75, 1244.484, 1250] + [-73.9962, 40.7261] + ], + "timestamps": [ + 589, 590.105, 611.983, 622.9, 627.611, 631.66, 638.711, 641.923, 648.927, + 657.949, 662.442, 673.556, 688.701, 716.117, 727.572, 735.173, 765.538, + 772.927, 783.967, 788.658, 793.091, 819.752, 840.014, 849.519, 860.87, + 880.046, 950.037, 954.894, 962.072, 966.327, 970.766, 973.348, 996.421, + 1002.35, 1014.65, 1021.756, 1022.924, 1122.723, 1147.954, 1155.999, + 1163.582, 1167.26, 1173.695, 1185.646, 1223.75, 1244.484, 1250 + ] }, { "vendor": 1, @@ -31964,8 +37111,14 @@ [-73.96875, 40.69777], [-73.9684, 40.69602], [-73.9694, 40.69606], - [-73.96976, 40.69607]], - "timestamps": [ 960, 967.267, 989.012, 994.735, 995.327, 1000.091, 1003.505, 1005.258, 1006.222, 1007.439, 1015.808, 1066.634, 1081.121, 1108.373, 1152.583, 1154.803, 1157.63, 1162.549, 1166.191, 1169.634, 1194.448, 1224.67, 1227.476, 1229.375, 1257.519, 1334.944, 1344.56, 1376.859, 1387.994, 1392] + [-73.96976, 40.69607] + ], + "timestamps": [ + 960, 967.267, 989.012, 994.735, 995.327, 1000.091, 1003.505, 1005.258, + 1006.222, 1007.439, 1015.808, 1066.634, 1081.121, 1108.373, 1152.583, + 1154.803, 1157.63, 1162.549, 1166.191, 1169.634, 1194.448, 1224.67, + 1227.476, 1229.375, 1257.519, 1334.944, 1344.56, 1376.859, 1387.994, 1392 + ] }, { "vendor": 0, @@ -31988,8 +37141,13 @@ [-74.00862, 40.72063], [-74.00929, 40.72069], [-74.01, 40.72076], - [-74.0101, 40.72018]], - "timestamps": [ 1137, 1138.291, 1142.164, 1146.725, 1155.978, 1157.659, 1162.762, 1220.927, 1270.89, 1303.129, 1338.524, 1360.676, 1371.996, 1417.187, 1431.39, 1434.464, 1447.38, 1461.088, 1474] + [-74.0101, 40.72018] + ], + "timestamps": [ + 1137, 1138.291, 1142.164, 1146.725, 1155.978, 1157.659, 1162.762, + 1220.927, 1270.89, 1303.129, 1338.524, 1360.676, 1371.996, 1417.187, + 1431.39, 1434.464, 1447.38, 1461.088, 1474 + ] }, { "vendor": 0, @@ -31998,8 +37156,9 @@ [-73.97171, 40.63239], [-73.97192, 40.63322], [-73.97216, 40.63311], - [-73.97431, 40.64441]], - "timestamps": [ 1636, 1646.749, 1682.825, 1689.711, 1901.546] + [-73.97431, 40.64441] + ], + "timestamps": [1636, 1646.749, 1682.825, 1689.711, 1901.546] }, { "vendor": 0, @@ -32226,8 +37385,40 @@ [-74.01549, 40.70206], [-74.01647, 40.70406], [-74.01657, 40.70435], - [-74.01662, 40.70463]], - "timestamps": [ 442, 442, 521.224, 554.462, 568.661, 575.043, 577.992, 579.923, 585.436, 588.927, 592.973, 599.422, 601.593, 603.993, 621.821, 628.123, 632.041, 634.91, 644.161, 654.596, 661.104, 667.062, 668.97, 672.25, 676.412, 678.092, 695.346, 713.24, 716.126, 724.818, 728.834, 730.796, 732.688, 734.949, 740.834, 745.37, 748.317, 751.509, 755.421, 757.413, 769.333, 774.324, 781.117, 784.277, 786.419, 788.733, 801.806, 805.238, 810.488, 811.757, 817.453, 823.376, 825.783, 828.324, 831.613, 834.272, 836.602, 837.98, 840.55, 843.13, 845.674, 847.62, 848.892, 861.556, 869.442, 879.773, 882.338, 884.935, 886.664, 889.299, 893.695, 897.728, 901.582, 914.833, 917.337, 930.782, 933.274, 935.544, 936.335, 937.956, 952.221, 955.386, 956.948, 958.438, 961.013, 962.964, 965.739, 968.551, 971.676, 973.492, 976.125, 982.341, 986.257, 998.561, 1002.379, 1005.888, 1009.007, 1010.54, 1013.376, 1015.994, 1017.767, 1020.592, 1023.693, 1026.934, 1042.324, 1046.446, 1051.116, 1055.462, 1067.862, 1079.465, 1086.261, 1094.377, 1098.447, 1103.869, 1109.93, 1118.108, 1124.78, 1132.413, 1135.611, 1146.398, 1147.869, 1155.69, 1157.637, 1160.095, 1174.823, 1184.339, 1190.583, 1195.351, 1198.838, 1200.774, 1204.416, 1210.08, 1213.079, 1229.207, 1232.024, 1267.961, 1273.323, 1283.224, 1285.285, 1292.409, 1300.833, 1304.642, 1307.921, 1311.388, 1314.673, 1328.685, 1332.17, 1333.896, 1337.486, 1340.927, 1350.728, 1354.163, 1357.66, 1360.206, 1361.734, 1365.852, 1391.234, 1394.508, 1396.665, 1399.756, 1405.716, 1408.871, 1410.514, 1414.22, 1417.595, 1421.952, 1431.608, 1433.924, 1440.134, 1451.586, 1460.36, 1464.236, 1467.928, 1471.375, 1489.811, 1496.986, 1500.307, 1504.672, 1508.895, 1514.415, 1540.526, 1541.302, 1543.211, 1546.001, 1549.536, 1552.213, 1553.457, 1556.004, 1558.102, 1560.169, 1586.338, 1606.486, 1611.948, 1632.638, 1638.937, 1650.911, 1655.712, 1658.773, 1662.015, 1666.842, 1671.227, 1679.004, 1682.995, 1692.115, 1719.82, 1729.469, 1733.944, 1737.275, 1739.323, 1741.335, 1753.906, 1759.41, 1763.641, 1765.638, 1769.209, 1771.426, 1773.474, 1775.663, 1777.448, 1778.804, 1796.357, 1798.824, 1801.148] + [-74.01662, 40.70463] + ], + "timestamps": [ + 442, 442, 521.224, 554.462, 568.661, 575.043, 577.992, 579.923, 585.436, + 588.927, 592.973, 599.422, 601.593, 603.993, 621.821, 628.123, 632.041, + 634.91, 644.161, 654.596, 661.104, 667.062, 668.97, 672.25, 676.412, + 678.092, 695.346, 713.24, 716.126, 724.818, 728.834, 730.796, 732.688, + 734.949, 740.834, 745.37, 748.317, 751.509, 755.421, 757.413, 769.333, + 774.324, 781.117, 784.277, 786.419, 788.733, 801.806, 805.238, 810.488, + 811.757, 817.453, 823.376, 825.783, 828.324, 831.613, 834.272, 836.602, + 837.98, 840.55, 843.13, 845.674, 847.62, 848.892, 861.556, 869.442, + 879.773, 882.338, 884.935, 886.664, 889.299, 893.695, 897.728, 901.582, + 914.833, 917.337, 930.782, 933.274, 935.544, 936.335, 937.956, 952.221, + 955.386, 956.948, 958.438, 961.013, 962.964, 965.739, 968.551, 971.676, + 973.492, 976.125, 982.341, 986.257, 998.561, 1002.379, 1005.888, 1009.007, + 1010.54, 1013.376, 1015.994, 1017.767, 1020.592, 1023.693, 1026.934, + 1042.324, 1046.446, 1051.116, 1055.462, 1067.862, 1079.465, 1086.261, + 1094.377, 1098.447, 1103.869, 1109.93, 1118.108, 1124.78, 1132.413, + 1135.611, 1146.398, 1147.869, 1155.69, 1157.637, 1160.095, 1174.823, + 1184.339, 1190.583, 1195.351, 1198.838, 1200.774, 1204.416, 1210.08, + 1213.079, 1229.207, 1232.024, 1267.961, 1273.323, 1283.224, 1285.285, + 1292.409, 1300.833, 1304.642, 1307.921, 1311.388, 1314.673, 1328.685, + 1332.17, 1333.896, 1337.486, 1340.927, 1350.728, 1354.163, 1357.66, + 1360.206, 1361.734, 1365.852, 1391.234, 1394.508, 1396.665, 1399.756, + 1405.716, 1408.871, 1410.514, 1414.22, 1417.595, 1421.952, 1431.608, + 1433.924, 1440.134, 1451.586, 1460.36, 1464.236, 1467.928, 1471.375, + 1489.811, 1496.986, 1500.307, 1504.672, 1508.895, 1514.415, 1540.526, + 1541.302, 1543.211, 1546.001, 1549.536, 1552.213, 1553.457, 1556.004, + 1558.102, 1560.169, 1586.338, 1606.486, 1611.948, 1632.638, 1638.937, + 1650.911, 1655.712, 1658.773, 1662.015, 1666.842, 1671.227, 1679.004, + 1682.995, 1692.115, 1719.82, 1729.469, 1733.944, 1737.275, 1739.323, + 1741.335, 1753.906, 1759.41, 1763.641, 1765.638, 1769.209, 1771.426, + 1773.474, 1775.663, 1777.448, 1778.804, 1796.357, 1798.824, 1801.148 + ] }, { "vendor": 0, @@ -32275,8 +37466,17 @@ [-74.00676, 40.72288], [-74.0063, 40.72256], [-74.00643, 40.72164], - [-74.00707, 40.7184]], - "timestamps": [ 996, 1014.427, 1040.894, 1057.14, 1078.176, 1116.713, 1130.442, 1160.518, 1234.178, 1243.297, 1255.989, 1260.646, 1264.665, 1270.092, 1271.606, 1275.049, 1331.524, 1335.26, 1392.864, 1396.146, 1420.15, 1427.317, 1437.364, 1444.402, 1449.194, 1453.466, 1474.136, 1505.584, 1527.624, 1569.607, 1591.647, 1628.045, 1652.925, 1660.716, 1678.591, 1681.226, 1684.736, 1688.102, 1724.523, 1741.925, 1748.906, 1772.599, 1787.465, 1840.099] + [-74.00707, 40.7184] + ], + "timestamps": [ + 996, 1014.427, 1040.894, 1057.14, 1078.176, 1116.713, 1130.442, 1160.518, + 1234.178, 1243.297, 1255.989, 1260.646, 1264.665, 1270.092, 1271.606, + 1275.049, 1331.524, 1335.26, 1392.864, 1396.146, 1420.15, 1427.317, + 1437.364, 1444.402, 1449.194, 1453.466, 1474.136, 1505.584, 1527.624, + 1569.607, 1591.647, 1628.045, 1652.925, 1660.716, 1678.591, 1681.226, + 1684.736, 1688.102, 1724.523, 1741.925, 1748.906, 1772.599, 1787.465, + 1840.099 + ] }, { "vendor": 0, @@ -32297,8 +37497,13 @@ [-74.00539, 40.72207], [-74.00538, 40.72219], [-74.00506, 40.723], - [-74.00496, 40.72333]], - "timestamps": [ 1552, 1583.734375, 1598.279, 1622.437, 1646.464, 1704.06, 1709.349, 1717.561, 1722.43, 1728.715, 1756.845, 1777.699, 1778.931, 1782.154, 1784.242, 1798.922, 1804.8] + [-74.00496, 40.72333] + ], + "timestamps": [ + 1552, 1583.734375, 1598.279, 1622.437, 1646.464, 1704.06, 1709.349, + 1717.561, 1722.43, 1728.715, 1756.845, 1777.699, 1778.931, 1782.154, + 1784.242, 1798.922, 1804.8 + ] }, { "vendor": 0, @@ -32335,8 +37540,15 @@ [-74.00638, 40.74464], [-73.99225, 40.76404], [-73.99179, 40.76466], - [-73.98729, 40.76278]], - "timestamps": [ 580, 633.372, 638.102, 642.195, 670.643, 707.141, 754.531, 815.285, 919.293, 937.562, 993.144, 1072.17, 1128.45, 1138.202, 1157.912, 1166.9, 1172.561, 1175.096, 1180.831, 1193.69, 1200.047, 1203.203, 1217.134, 1229.514, 1232.539, 1262.558, 1286.703, 1289.152, 1321.245, 1329.377, 1749.431, 1762.914, 1868.925] + [-73.98729, 40.76278] + ], + "timestamps": [ + 580, 633.372, 638.102, 642.195, 670.643, 707.141, 754.531, 815.285, + 919.293, 937.562, 993.144, 1072.17, 1128.45, 1138.202, 1157.912, 1166.9, + 1172.561, 1175.096, 1180.831, 1193.69, 1200.047, 1203.203, 1217.134, + 1229.514, 1232.539, 1262.558, 1286.703, 1289.152, 1321.245, 1329.377, + 1749.431, 1762.914, 1868.925 + ] }, { "vendor": 0, @@ -32375,8 +37587,15 @@ [-73.98761, 40.70181], [-73.98768, 40.70156], [-73.98778, 40.70156], - [-73.98801, 40.70157]], - "timestamps": [ 821, 883.181, 973.321, 1031.799, 1082.855, 1085.577, 1089.696, 1095.921, 1109.615, 1121.602, 1123.127, 1127.775, 1160.285, 1174.263, 1191.426, 1215.302, 1221.586, 1222.236, 1231.005, 1237.288, 1240.513, 1242.288, 1244.527, 1266.097, 1302.112, 1333.665, 1355.323, 1365.269, 1370.721, 1385.703, 1407.091, 1414.945, 1426.569, 1428.818, 1434] + [-73.98801, 40.70157] + ], + "timestamps": [ + 821, 883.181, 973.321, 1031.799, 1082.855, 1085.577, 1089.696, 1095.921, + 1109.615, 1121.602, 1123.127, 1127.775, 1160.285, 1174.263, 1191.426, + 1215.302, 1221.586, 1222.236, 1231.005, 1237.288, 1240.513, 1242.288, + 1244.527, 1266.097, 1302.112, 1333.665, 1355.323, 1365.269, 1370.721, + 1385.703, 1407.091, 1414.945, 1426.569, 1428.818, 1434 + ] }, { "vendor": 0, @@ -32437,8 +37656,18 @@ [-73.98499, 40.69724], [-73.98517, 40.69762], [-73.98547, 40.69802], - [-73.99523, 40.71551]], - "timestamps": [ 928, 930.737, 1011.502, 1299.283, 1337.299, 1416.941, 1435.859, 1478.914, 1491.266, 1496.09, 1516.624, 1519.361, 1520.414, 1524.064, 1526.524, 1529.353, 1533.493, 1537.866, 1539.692, 1543.413, 1547.505, 1549.477, 1552.243, 1608.267, 1615.761, 1623.953, 1626.322, 1627.794, 1629.254, 1631.582, 1632.439, 1632.98, 1635.044, 1637.246, 1638.896, 1641.206, 1643.009, 1644.597, 1645.445, 1646.891, 1648.4, 1650.344, 1653.875, 1657.395, 1660.166, 1663.691, 1669.94, 1674.209, 1682.282, 1695.511, 1707.598, 1739.937, 1749.335, 1772.607, 1793.14, 1799.985, 1955.82] + [-73.99523, 40.71551] + ], + "timestamps": [ + 928, 930.737, 1011.502, 1299.283, 1337.299, 1416.941, 1435.859, 1478.914, + 1491.266, 1496.09, 1516.624, 1519.361, 1520.414, 1524.064, 1526.524, + 1529.353, 1533.493, 1537.866, 1539.692, 1543.413, 1547.505, 1549.477, + 1552.243, 1608.267, 1615.761, 1623.953, 1626.322, 1627.794, 1629.254, + 1631.582, 1632.439, 1632.98, 1635.044, 1637.246, 1638.896, 1641.206, + 1643.009, 1644.597, 1645.445, 1646.891, 1648.4, 1650.344, 1653.875, + 1657.395, 1660.166, 1663.691, 1669.94, 1674.209, 1682.282, 1695.511, + 1707.598, 1739.937, 1749.335, 1772.607, 1793.14, 1799.985, 1955.82 + ] }, { "vendor": 0, @@ -32478,8 +37707,15 @@ [-73.98795, 40.71903], [-73.98754, 40.71983], [-73.98835, 40.72007], - [-73.98861, 40.72015]], - "timestamps": [ 58, 59.99, 104.33, 106.773, 135.363, 138.626, 216.484, 218.256, 255.944, 275.989, 293.687, 303.86, 327.749, 337.521, 338.698, 357.625, 360.596, 382.507, 391.453, 413.604, 421.315, 431.269, 466.872, 487.01, 490.051, 493.396, 529.773, 548.144, 564.65, 594.963, 610.944, 613.424, 636.664, 669.166, 696.258, 705] + [-73.98861, 40.72015] + ], + "timestamps": [ + 58, 59.99, 104.33, 106.773, 135.363, 138.626, 216.484, 218.256, 255.944, + 275.989, 293.687, 303.86, 327.749, 337.521, 338.698, 357.625, 360.596, + 382.507, 391.453, 413.604, 421.315, 431.269, 466.872, 487.01, 490.051, + 493.396, 529.773, 548.144, 564.65, 594.963, 610.944, 613.424, 636.664, + 669.166, 696.258, 705 + ] }, { "vendor": 0, @@ -32494,8 +37730,12 @@ [-74.00187, 40.7194], [-74.00084, 40.71865], [-74.00053, 40.71842], - [-74.00207, 40.71673]], - "timestamps": [ 1563, 1566.813, 1585.747, 1590.83, 1593.759, 1621.63, 1725.963, 1738.835, 1764.062, 1771.725, 1818.753] + [-74.00207, 40.71673] + ], + "timestamps": [ + 1563, 1566.813, 1585.747, 1590.83, 1593.759, 1621.63, 1725.963, 1738.835, + 1764.062, 1771.725, 1818.753 + ] }, { "vendor": 0, @@ -32506,8 +37746,11 @@ [-73.94226, 40.80641], [-73.94099, 40.80588], [-73.94064, 40.80573], - [-73.93787, 40.80952]], - "timestamps": [ 1517, 1531.066, 1712.592, 1720.319, 1743.344, 1749.73, 1817.547] + [-73.93787, 40.80952] + ], + "timestamps": [ + 1517, 1531.066, 1712.592, 1720.319, 1743.344, 1749.73, 1817.547 + ] }, { "vendor": 0, @@ -32571,8 +37814,19 @@ [-73.98105, 40.69645], [-73.9813, 40.69631], [-73.98176, 40.69608], - [-73.9819, 40.69605]], - "timestamps": [ 1403, 1414.596, 1427.161, 1528.353, 1563.067, 1579.174, 1590.075, 1595.281, 1609.999, 1611.389, 1614.061, 1616.39, 1619.442, 1621.04, 1622.522, 1626.079, 1627.406, 1629.008, 1656.539, 1666.509, 1677.174, 1682.579, 1684.158, 1692.436, 1696.198, 1697.895, 1698.725, 1700.386, 1702.139, 1703.06, 1705.009, 1706.553, 1707.856, 1709.152, 1711.215, 1753.017, 1758.608, 1764.721, 1766.488, 1767.587, 1768.676, 1770.413, 1771.053, 1771.456, 1772.974, 1774.594, 1775.807, 1777.506, 1778.832, 1779.999, 1780.623, 1781.687, 1782.796, 1784.226, 1786.823, 1789.411, 1791.449, 1794.041, 1798.637, 1801.485] + [-73.9819, 40.69605] + ], + "timestamps": [ + 1403, 1414.596, 1427.161, 1528.353, 1563.067, 1579.174, 1590.075, + 1595.281, 1609.999, 1611.389, 1614.061, 1616.39, 1619.442, 1621.04, + 1622.522, 1626.079, 1627.406, 1629.008, 1656.539, 1666.509, 1677.174, + 1682.579, 1684.158, 1692.436, 1696.198, 1697.895, 1698.725, 1700.386, + 1702.139, 1703.06, 1705.009, 1706.553, 1707.856, 1709.152, 1711.215, + 1753.017, 1758.608, 1764.721, 1766.488, 1767.587, 1768.676, 1770.413, + 1771.053, 1771.456, 1772.974, 1774.594, 1775.807, 1777.506, 1778.832, + 1779.999, 1780.623, 1781.687, 1782.796, 1784.226, 1786.823, 1789.411, + 1791.449, 1794.041, 1798.637, 1801.485 + ] }, { "vendor": 0, @@ -32605,8 +37859,14 @@ [-73.98906, 40.73651], [-73.98902, 40.73656], [-73.98898, 40.73662], - [-73.98871, 40.73697]], - "timestamps": [ 139, 149.502, 193.658, 202.012, 229.449, 249.789, 250.991, 254.134, 256.17, 270.488, 276.222, 281.648, 303.73, 353.187, 389.703, 414.969, 523.225, 536.765, 585.337, 693.084, 696.921, 700.318, 720.842, 727.119, 729.74, 767.471, 769.123, 770.243, 777] + [-73.98871, 40.73697] + ], + "timestamps": [ + 139, 149.502, 193.658, 202.012, 229.449, 249.789, 250.991, 254.134, + 256.17, 270.488, 276.222, 281.648, 303.73, 353.187, 389.703, 414.969, + 523.225, 536.765, 585.337, 693.084, 696.921, 700.318, 720.842, 727.119, + 729.74, 767.471, 769.123, 770.243, 777 + ] }, { "vendor": 0, @@ -32636,8 +37896,14 @@ [-73.99797, 40.72266], [-73.99695, 40.72387], [-73.99778, 40.72423], - [-73.99855, 40.72332]], - "timestamps": [ 513, 522.762, 552.049, 562.563, 579.114, 586.878, 596.15, 611.814, 668.986, 672.954, 678.817, 682.293, 685.918, 688.028, 706.875, 711.718, 721.766, 727.57, 728.524, 765.975, 790.103, 838.714, 849.429, 878.716, 892.984, 905] + [-73.99855, 40.72332] + ], + "timestamps": [ + 513, 522.762, 552.049, 562.563, 579.114, 586.878, 596.15, 611.814, + 668.986, 672.954, 678.817, 682.293, 685.918, 688.028, 706.875, 711.718, + 721.766, 727.57, 728.524, 765.975, 790.103, 838.714, 849.429, 878.716, + 892.984, 905 + ] }, { "vendor": 0, @@ -32662,8 +37928,13 @@ [-73.98975, 40.71555], [-73.98915, 40.7167], [-73.98838, 40.71644], - [-73.98793, 40.71631]], - "timestamps": [ 475, 481.961, 511.199, 521.466, 532.083, 662.553, 748.967, 772.95, 777.126, 811.934, 816.727, 819.432, 901.889, 938.632, 972.047, 978.628, 985.122, 1014.179, 1056.977, 1077.357, 1089] + [-73.98793, 40.71631] + ], + "timestamps": [ + 475, 481.961, 511.199, 521.466, 532.083, 662.553, 748.967, 772.95, + 777.126, 811.934, 816.727, 819.432, 901.889, 938.632, 972.047, 978.628, + 985.122, 1014.179, 1056.977, 1077.357, 1089 + ] }, { "vendor": 1, @@ -32726,15 +37997,26 @@ [-73.95662, 40.72084], [-73.95603, 40.72139], [-73.95746, 40.72228], - [-73.95795, 40.72182]], - "timestamps": [ 228, 265.762, 298.563, 314.614, 356.612, 410.145, 414.939, 425.43, 427.144, 433.226, 465.889, 488.031, 531.273, 574.17, 590.672, 598.66, 631.538, 686.087, 696.739, 725.084, 734.951, 747.689, 793.249, 819.018, 822.909, 827.19, 873.74, 897.248, 918.371, 953.906, 995.124, 1027.722, 1036.829, 1075.407, 1077.995, 1083.365, 1091.583, 1189.362, 1193.5, 1195.879, 1201.751, 1204.797, 1207.683, 1209.869, 1211.77, 1215.154, 1252.543, 1264.458, 1266.104, 1271.199, 1272.889, 1303.043, 1382.207, 1418.4, 1433.601, 1606.04, 1624.027, 1681.346, 1703] + [-73.95795, 40.72182] + ], + "timestamps": [ + 228, 265.762, 298.563, 314.614, 356.612, 410.145, 414.939, 425.43, + 427.144, 433.226, 465.889, 488.031, 531.273, 574.17, 590.672, 598.66, + 631.538, 686.087, 696.739, 725.084, 734.951, 747.689, 793.249, 819.018, + 822.909, 827.19, 873.74, 897.248, 918.371, 953.906, 995.124, 1027.722, + 1036.829, 1075.407, 1077.995, 1083.365, 1091.583, 1189.362, 1193.5, + 1195.879, 1201.751, 1204.797, 1207.683, 1209.869, 1211.77, 1215.154, + 1252.543, 1264.458, 1266.104, 1271.199, 1272.889, 1303.043, 1382.207, + 1418.4, 1433.601, 1606.04, 1624.027, 1681.346, 1703 + ] }, { "vendor": 1, "path": [ [-73.99192, 40.6997], - [-73.9927, 40.69809]], - "timestamps": [ 1783, 1820.396] + [-73.9927, 40.69809] + ], + "timestamps": [1783, 1820.396] }, { "vendor": 0, @@ -32759,8 +38041,13 @@ [-74.00302, 40.71802], [-74.00483, 40.71885], [-74.00517, 40.71901], - [-74.00521, 40.72046]], - "timestamps": [ 972, 1014.677, 1075.56, 1105.54, 1316.56, 1318.928, 1396.763, 1414.565, 1419.428, 1450.759, 1502.331, 1511.774, 1536.653, 1543.331, 1546.578, 1577.47, 1728.074, 1744.329, 1790.637, 1799.397, 1836.365] + [-74.00521, 40.72046] + ], + "timestamps": [ + 972, 1014.677, 1075.56, 1105.54, 1316.56, 1318.928, 1396.763, 1414.565, + 1419.428, 1450.759, 1502.331, 1511.774, 1536.653, 1543.331, 1546.578, + 1577.47, 1728.074, 1744.329, 1790.637, 1799.397, 1836.365 + ] }, { "vendor": 0, @@ -32834,8 +38121,20 @@ [-74.00803, 40.74847], [-74.00799, 40.74837], [-74.00803, 40.74803], - [-74.00823, 40.74692]], - "timestamps": [ 1057, 1062.223, 1066.901, 1070.762, 1074.237, 1079.09, 1106.272, 1109.206, 1115.205, 1133.128, 1135.768, 1139.414, 1146.063, 1148.362, 1150.772, 1151.798, 1167.164, 1175.375, 1188.461, 1191.246, 1201.69, 1218.431, 1219.727, 1224.034, 1227.354, 1237.448, 1256.652, 1281.288, 1313.277, 1354.286, 1421.173, 1436.823, 1474.342, 1527.686, 1565.675, 1572.258, 1585.562, 1591.629, 1595.451, 1597.162, 1601.033, 1609.713, 1614.004, 1616.135, 1625.538, 1633.894, 1635.937, 1654.741, 1677.381, 1696.403, 1699.331, 1707.329, 1710.224, 1717.095, 1721.025, 1723.54, 1726.196, 1729.163, 1731.028, 1734.269, 1736.1, 1738.919, 1740.35, 1745.19, 1748.387, 1765.052, 1768.593, 1771.622, 1781.519, 1814] + [-74.00823, 40.74692] + ], + "timestamps": [ + 1057, 1062.223, 1066.901, 1070.762, 1074.237, 1079.09, 1106.272, 1109.206, + 1115.205, 1133.128, 1135.768, 1139.414, 1146.063, 1148.362, 1150.772, + 1151.798, 1167.164, 1175.375, 1188.461, 1191.246, 1201.69, 1218.431, + 1219.727, 1224.034, 1227.354, 1237.448, 1256.652, 1281.288, 1313.277, + 1354.286, 1421.173, 1436.823, 1474.342, 1527.686, 1565.675, 1572.258, + 1585.562, 1591.629, 1595.451, 1597.162, 1601.033, 1609.713, 1614.004, + 1616.135, 1625.538, 1633.894, 1635.937, 1654.741, 1677.381, 1696.403, + 1699.331, 1707.329, 1710.224, 1717.095, 1721.025, 1723.54, 1726.196, + 1729.163, 1731.028, 1734.269, 1736.1, 1738.919, 1740.35, 1745.19, + 1748.387, 1765.052, 1768.593, 1771.622, 1781.519, 1814 + ] }, { "vendor": 0, @@ -32885,16 +38184,26 @@ [-73.99819, 40.72106], [-73.99985, 40.72179], [-74.00217, 40.72292], - [-74.00298, 40.7233]], - "timestamps": [ 862, 862.775, 863.391, 866.195, 869.618, 870.318, 870.582, 879.354, 884.07, 911.045, 924.86, 939.246, 1029.084, 1030.571, 1033.659, 1053.278, 1079.458, 1107.733, 1125.62, 1168.535, 1215.128, 1217.229, 1222.575, 1223.907, 1225.292, 1227.423, 1230.304, 1234.746, 1258.564, 1267.589, 1275.387, 1393.039, 1403.954, 1424.541, 1445.47, 1483.649, 1522.716, 1605.005, 1608.707, 1612.398, 1680.255, 1688.419, 1725.203, 1753.695, 1794.637, 1808.779] + [-74.00298, 40.7233] + ], + "timestamps": [ + 862, 862.775, 863.391, 866.195, 869.618, 870.318, 870.582, 879.354, + 884.07, 911.045, 924.86, 939.246, 1029.084, 1030.571, 1033.659, 1053.278, + 1079.458, 1107.733, 1125.62, 1168.535, 1215.128, 1217.229, 1222.575, + 1223.907, 1225.292, 1227.423, 1230.304, 1234.746, 1258.564, 1267.589, + 1275.387, 1393.039, 1403.954, 1424.541, 1445.47, 1483.649, 1522.716, + 1605.005, 1608.707, 1612.398, 1680.255, 1688.419, 1725.203, 1753.695, + 1794.637, 1808.779 + ] }, { "vendor": 0, "path": [ [-73.97775, 40.67573], [-73.97795, 40.67543], - [-73.97112, 40.67276]], - "timestamps": [ 1632, 1642.335, 1847.224] + [-73.97112, 40.67276] + ], + "timestamps": [1632, 1642.335, 1847.224] }, { "vendor": 0, @@ -32913,8 +38222,12 @@ [-73.96189, 40.69761], [-73.9619, 40.69802], [-73.96189, 40.69818], - [-73.96283, 40.69803]], - "timestamps": [ 1043, 1088.576, 1164, 1197.615, 1214.285, 1284.827, 1363.571, 1563.747, 1604, 1695.425, 1717.142, 1766.568, 1780.747, 1786.285, 1809.857] + [-73.96283, 40.69803] + ], + "timestamps": [ + 1043, 1088.576, 1164, 1197.615, 1214.285, 1284.827, 1363.571, 1563.747, + 1604, 1695.425, 1717.142, 1766.568, 1780.747, 1786.285, 1809.857 + ] }, { "vendor": 0, @@ -32944,8 +38257,14 @@ [-74.00386, 40.70579], [-74.00455, 40.7064], [-74.005, 40.70685], - [-74.00482, 40.70696]], - "timestamps": [ 548, 549.708, 554.856, 589.006, 599.782, 611.217, 619.047, 711.356, 730.819, 758.188, 804.926, 857.237, 869.379, 889.752, 913.672, 924.747, 931.775, 936.037, 942.042, 959.666, 978.118, 1025.094, 1029.822, 1070.963, 1099.874, 1105] + [-74.00482, 40.70696] + ], + "timestamps": [ + 548, 549.708, 554.856, 589.006, 599.782, 611.217, 619.047, 711.356, + 730.819, 758.188, 804.926, 857.237, 869.379, 889.752, 913.672, 924.747, + 931.775, 936.037, 942.042, 959.666, 978.118, 1025.094, 1029.822, 1070.963, + 1099.874, 1105 + ] }, { "vendor": 0, @@ -32998,8 +38317,17 @@ [-73.95058, 40.71618], [-73.95133, 40.71565], [-73.95301, 40.71431], - [-73.95364, 40.71374]], - "timestamps": [ 1054, 1086.93, 1095.659, 1147.37, 1195.951, 1209.837, 1217.727, 1226.81, 1248.457, 1270.529, 1293.608, 1317.844, 1439.584, 1467.51, 1474.875, 1482.332, 1487.537, 1493.107, 1510.27, 1514.912, 1522.52, 1534.399, 1547.319, 1567.801, 1576.98, 1584.162, 1591.174, 1613.778, 1618.453, 1621.144, 1624.618, 1626.607, 1631.379, 1643.041, 1657.996, 1660.727, 1663.739, 1683.755, 1687.119, 1699.753, 1702.599, 1717.905, 1734.872, 1747.183, 1766.71, 1773.095, 1779.748, 1795.573, 1801.939] + [-73.95364, 40.71374] + ], + "timestamps": [ + 1054, 1086.93, 1095.659, 1147.37, 1195.951, 1209.837, 1217.727, 1226.81, + 1248.457, 1270.529, 1293.608, 1317.844, 1439.584, 1467.51, 1474.875, + 1482.332, 1487.537, 1493.107, 1510.27, 1514.912, 1522.52, 1534.399, + 1547.319, 1567.801, 1576.98, 1584.162, 1591.174, 1613.778, 1618.453, + 1621.144, 1624.618, 1626.607, 1631.379, 1643.041, 1657.996, 1660.727, + 1663.739, 1683.755, 1687.119, 1699.753, 1702.599, 1717.905, 1734.872, + 1747.183, 1766.71, 1773.095, 1779.748, 1795.573, 1801.939 + ] }, { "vendor": 0, @@ -33019,8 +38347,12 @@ [-74.00679, 40.71978], [-74.00858, 40.71996], [-74.01012, 40.72011], - [-74.01017, 40.71978]], - "timestamps": [ 93, 94.514, 146.003, 172.905, 200.521, 203.001, 209.36, 264.125, 292.784, 329.52, 369.852, 395.094, 407.992, 458.475, 501.884, 514] + [-74.01017, 40.71978] + ], + "timestamps": [ + 93, 94.514, 146.003, 172.905, 200.521, 203.001, 209.36, 264.125, 292.784, + 329.52, 369.852, 395.094, 407.992, 458.475, 501.884, 514 + ] }, { "vendor": 0, @@ -33101,8 +38433,21 @@ [-73.97707, 40.71935], [-73.97736, 40.71942], [-73.97871, 40.72], - [-73.98348, 40.72145]], - "timestamps": [ 344, 354.262, 358.982, 379.909, 382.525, 666.401, 673.61, 709.988, 712.136, 759.382, 823.433, 966.121, 968.975, 1032.685, 1035.819, 1061.01, 1063.652, 1067.929, 1073.822, 1077.06, 1086.119, 1115.733, 1154.165, 1176.154, 1189.64, 1194.955, 1199.919, 1203.984, 1244.221, 1249.285, 1254.095, 1260.06, 1269.248, 1277.004, 1285.146, 1292.165, 1302.4, 1308.974, 1312.23, 1319.002, 1325.491, 1343.979, 1350.458, 1357.054, 1361.856, 1364.739, 1372.505, 1420.383, 1426.558, 1433.08, 1436.454, 1447.697, 1453.647, 1456.746, 1463.737, 1467.081, 1470.109, 1478.326, 1496.541, 1500.91, 1512.622, 1534.224, 1550.775, 1558.085, 1565.048, 1571.55, 1578.969, 1585.746, 1593.414, 1596.092, 1634.928, 1636.758, 1648.076, 1701.388, 1710.931, 1759.589, 1920.733] + [-73.98348, 40.72145] + ], + "timestamps": [ + 344, 354.262, 358.982, 379.909, 382.525, 666.401, 673.61, 709.988, + 712.136, 759.382, 823.433, 966.121, 968.975, 1032.685, 1035.819, 1061.01, + 1063.652, 1067.929, 1073.822, 1077.06, 1086.119, 1115.733, 1154.165, + 1176.154, 1189.64, 1194.955, 1199.919, 1203.984, 1244.221, 1249.285, + 1254.095, 1260.06, 1269.248, 1277.004, 1285.146, 1292.165, 1302.4, + 1308.974, 1312.23, 1319.002, 1325.491, 1343.979, 1350.458, 1357.054, + 1361.856, 1364.739, 1372.505, 1420.383, 1426.558, 1433.08, 1436.454, + 1447.697, 1453.647, 1456.746, 1463.737, 1467.081, 1470.109, 1478.326, + 1496.541, 1500.91, 1512.622, 1534.224, 1550.775, 1558.085, 1565.048, + 1571.55, 1578.969, 1585.746, 1593.414, 1596.092, 1634.928, 1636.758, + 1648.076, 1701.388, 1710.931, 1759.589, 1920.733 + ] }, { "vendor": 0, @@ -33120,8 +38465,12 @@ [-73.98137, 40.68992], [-73.98406, 40.69535], [-73.98414, 40.69553], - [-73.98445, 40.69612]], - "timestamps": [ 1094, 1100.233, 1148.544, 1201.046, 1229.581, 1387.227, 1390.097, 1422.914, 1440.147, 1630.948, 1645.676, 1784.425, 1788.969, 1804.161] + [-73.98445, 40.69612] + ], + "timestamps": [ + 1094, 1100.233, 1148.544, 1201.046, 1229.581, 1387.227, 1390.097, + 1422.914, 1440.147, 1630.948, 1645.676, 1784.425, 1788.969, 1804.161 + ] }, { "vendor": 0, @@ -33229,8 +38578,24 @@ [-74.00405, 40.71313], [-74.0063, 40.71417], [-74.00795, 40.71493], - [-74.00579, 40.71768]], - "timestamps": [ 36, 94.954, 126.699, 162.654, 221.934, 302.685, 312.633, 332.757, 355.577, 365.034, 373.247, 413.872, 423.24, 430.96, 437.231, 443.041, 461.429, 520.827, 524.734, 529.601, 535.384, 539.517, 566.921, 573.893, 579.358, 586.503, 597.039, 617.797, 627.814, 639.132, 643.868, 646.361, 648.742, 655.526, 673.005, 682.234, 736.124, 761.596, 773.532, 781.868, 806.089, 814.896, 819.675, 823.634, 827.175, 830.903, 835.33, 984.619, 988.28, 992.609, 996.279, 1001.033, 1004.14, 1026.244, 1033.058, 1036.415, 1041.007, 1046.323, 1057.569, 1062.207, 1080.184, 1142.225, 1152.332, 1160.855, 1163.225, 1170.174, 1175.338, 1183.411, 1189.298, 1194.167, 1198.603, 1204.437, 1212.664, 1222.272, 1227.629, 1235.502, 1242.167, 1246.409, 1251.3, 1254.076, 1259.139, 1262.583, 1265.341, 1267.653, 1270.019, 1271.002, 1273.308, 1276.904, 1285.771, 1298.991, 1325.155, 1485.068, 1507.6, 1544.848, 1549.44, 1553.984, 1558.858, 1563.528, 1567.811, 1571.716, 1584.695, 1705.095, 1793.304, 1896.566] + [-74.00579, 40.71768] + ], + "timestamps": [ + 36, 94.954, 126.699, 162.654, 221.934, 302.685, 312.633, 332.757, 355.577, + 365.034, 373.247, 413.872, 423.24, 430.96, 437.231, 443.041, 461.429, + 520.827, 524.734, 529.601, 535.384, 539.517, 566.921, 573.893, 579.358, + 586.503, 597.039, 617.797, 627.814, 639.132, 643.868, 646.361, 648.742, + 655.526, 673.005, 682.234, 736.124, 761.596, 773.532, 781.868, 806.089, + 814.896, 819.675, 823.634, 827.175, 830.903, 835.33, 984.619, 988.28, + 992.609, 996.279, 1001.033, 1004.14, 1026.244, 1033.058, 1036.415, + 1041.007, 1046.323, 1057.569, 1062.207, 1080.184, 1142.225, 1152.332, + 1160.855, 1163.225, 1170.174, 1175.338, 1183.411, 1189.298, 1194.167, + 1198.603, 1204.437, 1212.664, 1222.272, 1227.629, 1235.502, 1242.167, + 1246.409, 1251.3, 1254.076, 1259.139, 1262.583, 1265.341, 1267.653, + 1270.019, 1271.002, 1273.308, 1276.904, 1285.771, 1298.991, 1325.155, + 1485.068, 1507.6, 1544.848, 1549.44, 1553.984, 1558.858, 1563.528, + 1567.811, 1571.716, 1584.695, 1705.095, 1793.304, 1896.566 + ] }, { "vendor": 0, @@ -33254,8 +38619,13 @@ [-73.99187, 40.74418], [-73.99141, 40.7448], [-73.98891, 40.74375], - [-73.98835, 40.74351]], - "timestamps": [ 905, 931.55, 944.248, 990.422, 1004.362, 1028.126, 1059.021, 1074.229, 1118.176, 1133.357, 1135.731, 1160.666, 1164.731, 1221.942, 1255.722, 1279.096, 1513.751, 1524.892, 1580.486, 1593] + [-73.98835, 40.74351] + ], + "timestamps": [ + 905, 931.55, 944.248, 990.422, 1004.362, 1028.126, 1059.021, 1074.229, + 1118.176, 1133.357, 1135.731, 1160.666, 1164.731, 1221.942, 1255.722, + 1279.096, 1513.751, 1524.892, 1580.486, 1593 + ] }, { "vendor": 0, @@ -33362,8 +38732,25 @@ [-73.98002, 40.72049], [-73.98, 40.72054], [-73.98002, 40.72058], - [-73.98344, 40.72201]], - "timestamps": [ 155, 158.436, 247.774, 479.552, 487.055, 496.89, 499.692, 560.458, 562.757, 564.966, 567.607, 570.946, 572.948, 575.363, 621.233, 625.31, 630.475, 636.783, 641.718, 652.942, 658.387, 673.503, 697.902, 990.503, 1050.101, 1127.205, 1132.567, 1146.312, 1151.263, 1152.873, 1166.43, 1171.349, 1177.978, 1182.39, 1196.95, 1209.874, 1218.353, 1224.828, 1229.564, 1232.194, 1237.14, 1244.832, 1248.905, 1270.808, 1274.634, 1323.438, 1330.719, 1344.166, 1346.965, 1356.639, 1368.079, 1373.252, 1377.706, 1382.415, 1386.876, 1405.904, 1410.637, 1412.982, 1417.858, 1422.53, 1435.841, 1440.505, 1445.255, 1448.712, 1450.787, 1456.379, 1490.85, 1495.296, 1499.992, 1502.421, 1510.516, 1514.8, 1517.031, 1522.065, 1524.472, 1526.652, 1532.568, 1545.683, 1548.828, 1557.261, 1572.814, 1584.73, 1589.993, 1595.007, 1599.688, 1605.03, 1610.469, 1616.624, 1618.774, 1649.948, 1651.417, 1659.212, 1695.928, 1702.5, 1736.01, 1739.241, 1754.5, 1756.733, 1766.626, 1767.819, 1769.276, 1770.469, 1853.031] + [-73.98344, 40.72201] + ], + "timestamps": [ + 155, 158.436, 247.774, 479.552, 487.055, 496.89, 499.692, 560.458, + 562.757, 564.966, 567.607, 570.946, 572.948, 575.363, 621.233, 625.31, + 630.475, 636.783, 641.718, 652.942, 658.387, 673.503, 697.902, 990.503, + 1050.101, 1127.205, 1132.567, 1146.312, 1151.263, 1152.873, 1166.43, + 1171.349, 1177.978, 1182.39, 1196.95, 1209.874, 1218.353, 1224.828, + 1229.564, 1232.194, 1237.14, 1244.832, 1248.905, 1270.808, 1274.634, + 1323.438, 1330.719, 1344.166, 1346.965, 1356.639, 1368.079, 1373.252, + 1377.706, 1382.415, 1386.876, 1405.904, 1410.637, 1412.982, 1417.858, + 1422.53, 1435.841, 1440.505, 1445.255, 1448.712, 1450.787, 1456.379, + 1490.85, 1495.296, 1499.992, 1502.421, 1510.516, 1514.8, 1517.031, + 1522.065, 1524.472, 1526.652, 1532.568, 1545.683, 1548.828, 1557.261, + 1572.814, 1584.73, 1589.993, 1595.007, 1599.688, 1605.03, 1610.469, + 1616.624, 1618.774, 1649.948, 1651.417, 1659.212, 1695.928, 1702.5, + 1736.01, 1739.241, 1754.5, 1756.733, 1766.626, 1767.819, 1769.276, + 1770.469, 1853.031 + ] }, { "vendor": 0, @@ -33399,8 +38786,15 @@ [-73.99861, 40.69077], [-73.99856, 40.69096], [-73.99846, 40.69111], - [-73.99827, 40.69119]], - "timestamps": [ 1535, 1543.896, 1553.332, 1567.187, 1580.854, 1583.546, 1585.536, 1587.636, 1596.758, 1600.021, 1602.954, 1605.969, 1608.62, 1611.663, 1615.914, 1620.104, 1627.227, 1632.839, 1635.761, 1638.361, 1640.844, 1653.753, 1655.678, 1658.454, 1742.445, 1744.868, 1747.734, 1750.163, 1782.613, 1791.592, 1799.382, 1807.019] + [-73.99827, 40.69119] + ], + "timestamps": [ + 1535, 1543.896, 1553.332, 1567.187, 1580.854, 1583.546, 1585.536, + 1587.636, 1596.758, 1600.021, 1602.954, 1605.969, 1608.62, 1611.663, + 1615.914, 1620.104, 1627.227, 1632.839, 1635.761, 1638.361, 1640.844, + 1653.753, 1655.678, 1658.454, 1742.445, 1744.868, 1747.734, 1750.163, + 1782.613, 1791.592, 1799.382, 1807.019 + ] }, { "vendor": 0, @@ -33558,8 +38952,32 @@ [-73.88736, 40.72762], [-73.88704, 40.72776], [-73.88644, 40.72797], - [-73.8858, 40.72814]], - "timestamps": [ 424, 453.217, 461.186, 503.684, 513.677, 515.637, 535.488, 544.855, 581.038, 604.619, 624.226, 633.837, 698.682, 702.897, 724.847, 726.802, 727.929, 728.699, 745.94, 749.38, 854.871, 862.695, 872.891, 876.443, 880.681, 883.107, 886.299, 888.845, 890.623, 892.459, 894.032, 895.729, 897.743, 898.666, 900.497, 902.109, 902.109, 908.379, 912.871, 915.177, 916.446, 918.046, 932.345, 956.219, 977.81, 995.892, 999.059, 1068.934, 1076.088, 1079.558, 1082.028, 1084.584, 1088.667, 1100.121, 1101.322, 1114.338, 1117.953, 1120.904, 1121.844, 1124.081, 1126.206, 1128.492, 1131.87, 1135.802, 1147.384, 1210.148, 1212.005, 1216.03, 1218.483, 1220.364, 1222.878, 1225.582, 1228.177, 1232.064, 1249.367, 1251.844, 1260.487, 1262.861, 1321.028, 1324.279, 1352.491, 1358.121, 1360.776, 1370.463, 1381.245, 1386.953, 1392.47, 1409.294, 1434.549, 1447.819, 1450.326, 1461.243, 1464.059, 1479.03, 1480.91, 1483.847, 1486.127, 1512.109, 1514.546, 1517.769, 1522.684, 1544.328, 1547.517, 1554, 1560.752, 1564.705, 1570.135, 1575.441, 1578.607, 1581.037, 1583.096, 1584.678, 1586.613, 1588.531, 1599.873, 1608.245, 1610.217, 1613.094, 1617.03, 1621.167, 1635.577, 1645.125, 1656.573, 1659.965, 1663.734, 1666.254, 1670.512, 1676.843, 1684.611, 1691.338, 1695.557, 1699.458, 1702.96, 1706.668, 1710.341, 1714.362, 1722.704, 1725.52, 1730.541, 1756.452, 1759.268, 1761.269, 1763.918, 1766.504, 1769.145, 1772.031, 1774.733, 1777.1, 1779.672, 1790.848, 1793.311, 1794.988, 1797.987, 1801.064] + [-73.8858, 40.72814] + ], + "timestamps": [ + 424, 453.217, 461.186, 503.684, 513.677, 515.637, 535.488, 544.855, + 581.038, 604.619, 624.226, 633.837, 698.682, 702.897, 724.847, 726.802, + 727.929, 728.699, 745.94, 749.38, 854.871, 862.695, 872.891, 876.443, + 880.681, 883.107, 886.299, 888.845, 890.623, 892.459, 894.032, 895.729, + 897.743, 898.666, 900.497, 902.109, 902.109, 908.379, 912.871, 915.177, + 916.446, 918.046, 932.345, 956.219, 977.81, 995.892, 999.059, 1068.934, + 1076.088, 1079.558, 1082.028, 1084.584, 1088.667, 1100.121, 1101.322, + 1114.338, 1117.953, 1120.904, 1121.844, 1124.081, 1126.206, 1128.492, + 1131.87, 1135.802, 1147.384, 1210.148, 1212.005, 1216.03, 1218.483, + 1220.364, 1222.878, 1225.582, 1228.177, 1232.064, 1249.367, 1251.844, + 1260.487, 1262.861, 1321.028, 1324.279, 1352.491, 1358.121, 1360.776, + 1370.463, 1381.245, 1386.953, 1392.47, 1409.294, 1434.549, 1447.819, + 1450.326, 1461.243, 1464.059, 1479.03, 1480.91, 1483.847, 1486.127, + 1512.109, 1514.546, 1517.769, 1522.684, 1544.328, 1547.517, 1554, + 1560.752, 1564.705, 1570.135, 1575.441, 1578.607, 1581.037, 1583.096, + 1584.678, 1586.613, 1588.531, 1599.873, 1608.245, 1610.217, 1613.094, + 1617.03, 1621.167, 1635.577, 1645.125, 1656.573, 1659.965, 1663.734, + 1666.254, 1670.512, 1676.843, 1684.611, 1691.338, 1695.557, 1699.458, + 1702.96, 1706.668, 1710.341, 1714.362, 1722.704, 1725.52, 1730.541, + 1756.452, 1759.268, 1761.269, 1763.918, 1766.504, 1769.145, 1772.031, + 1774.733, 1777.1, 1779.672, 1790.848, 1793.311, 1794.988, 1797.987, + 1801.064 + ] }, { "vendor": 0, @@ -33710,8 +39128,29 @@ [-73.97313, 40.68577], [-73.96795, 40.68372], [-73.96586, 40.68326], - [-73.96575, 40.68324]], - "timestamps": [ 40, 42.202, 60.924, 125.898, 140.215, 149.025, 152.199, 153.231, 161.92, 165.074, 169.323, 172.151, 181.125, 189.09, 194.316, 198.307, 201.226, 202.847, 205.895, 210.636, 213.146, 226.646, 229.004, 259.083, 263.571, 271.858, 273.584, 279.546, 286.597, 289.785, 292.53, 295.432, 298.182, 309.91, 312.827, 314.272, 317.277, 320.157, 328.361, 331.236, 334.163, 336.293, 337.573, 341.019, 362.264, 365.005, 367.899, 369.396, 374.385, 377.025, 378.401, 381.503, 382.987, 384.331, 387.977, 396.06, 397.998, 403.196, 412.781, 420.126, 423.37, 426.46, 429.345, 444.777, 448.204, 450.782, 453.562, 457.216, 460.75, 465.371, 482.442, 487.876, 489.473, 491.809, 494.767, 497.008, 498.049, 500.181, 501.937, 503.668, 525.571, 542.436, 547.007, 564.325, 569.598, 579.62, 582.131, 585.976, 589.369, 594.591, 595.568, 596.982, 600.5, 602.302, 604.002, 605.564, 609.099, 616.694, 629.926, 631.425, 633.31, 637.419, 638.079, 638.668, 639.672, 640.56, 641.023, 641.619, 642.375, 643.256, 644.2, 647.358, 647.898, 737.85, 744.521, 753.216, 755.005, 760.605, 762.802, 764.365, 766.061, 766.996, 771.24, 773.443, 775.645, 810.317, 814.189, 875.823, 915.506, 932.025, 938.632, 939.734, 965.82, 970.569, 974.343, 994.06, 995.78, 1007.115, 1019.646, 1033.341, 1104.431, 1142.367, 1188.461, 1227.567, 1311.94, 1343.366, 1345] + [-73.96575, 40.68324] + ], + "timestamps": [ + 40, 42.202, 60.924, 125.898, 140.215, 149.025, 152.199, 153.231, 161.92, + 165.074, 169.323, 172.151, 181.125, 189.09, 194.316, 198.307, 201.226, + 202.847, 205.895, 210.636, 213.146, 226.646, 229.004, 259.083, 263.571, + 271.858, 273.584, 279.546, 286.597, 289.785, 292.53, 295.432, 298.182, + 309.91, 312.827, 314.272, 317.277, 320.157, 328.361, 331.236, 334.163, + 336.293, 337.573, 341.019, 362.264, 365.005, 367.899, 369.396, 374.385, + 377.025, 378.401, 381.503, 382.987, 384.331, 387.977, 396.06, 397.998, + 403.196, 412.781, 420.126, 423.37, 426.46, 429.345, 444.777, 448.204, + 450.782, 453.562, 457.216, 460.75, 465.371, 482.442, 487.876, 489.473, + 491.809, 494.767, 497.008, 498.049, 500.181, 501.937, 503.668, 525.571, + 542.436, 547.007, 564.325, 569.598, 579.62, 582.131, 585.976, 589.369, + 594.591, 595.568, 596.982, 600.5, 602.302, 604.002, 605.564, 609.099, + 616.694, 629.926, 631.425, 633.31, 637.419, 638.079, 638.668, 639.672, + 640.56, 641.023, 641.619, 642.375, 643.256, 644.2, 647.358, 647.898, + 737.85, 744.521, 753.216, 755.005, 760.605, 762.802, 764.365, 766.061, + 766.996, 771.24, 773.443, 775.645, 810.317, 814.189, 875.823, 915.506, + 932.025, 938.632, 939.734, 965.82, 970.569, 974.343, 994.06, 995.78, + 1007.115, 1019.646, 1033.341, 1104.431, 1142.367, 1188.461, 1227.567, + 1311.94, 1343.366, 1345 + ] }, { "vendor": 0, @@ -33728,15 +39167,20 @@ [-74.00283, 40.73328], [-74.00305, 40.73322], [-74.00468, 40.73032], - [-74.00516, 40.72947]], - "timestamps": [ 1635, 1652.64, 1665.921, 1669.478, 1672.045, 1679.522, 1687.039, 1710.99, 1711.736, 1748.437, 1754.956, 1794.512, 1806.114] + [-74.00516, 40.72947] + ], + "timestamps": [ + 1635, 1652.64, 1665.921, 1669.478, 1672.045, 1679.522, 1687.039, 1710.99, + 1711.736, 1748.437, 1754.956, 1794.512, 1806.114 + ] }, { "vendor": 0, "path": [ [-73.92198, 40.76615], - [-73.92138, 40.7669]], - "timestamps": [ 1770, 1805.945] + [-73.92138, 40.7669] + ], + "timestamps": [1770, 1805.945] }, { "vendor": 0, @@ -33763,8 +39207,14 @@ [-73.99217, 40.71967], [-73.99131, 40.71942], [-73.99054, 40.71919], - [-73.98912, 40.71873]], - "timestamps": [ 1230, 1240.565, 1259.356, 1263.759, 1305.304, 1346.438, 1387.243, 1402.94, 1410.539, 1448.426, 1511.285, 1523.56, 1556.223, 1567.594, 1582.272, 1634.773, 1664.469, 1668.952, 1673.885, 1727.527, 1754.616, 1778.957, 1819.906] + [-73.98912, 40.71873] + ], + "timestamps": [ + 1230, 1240.565, 1259.356, 1263.759, 1305.304, 1346.438, 1387.243, 1402.94, + 1410.539, 1448.426, 1511.285, 1523.56, 1556.223, 1567.594, 1582.272, + 1634.773, 1664.469, 1668.952, 1673.885, 1727.527, 1754.616, 1778.957, + 1819.906 + ] }, { "vendor": 0, @@ -33788,8 +39238,13 @@ [-73.98851, 40.72145], [-73.98776, 40.72122], [-73.98779, 40.72118], - [-73.9883, 40.72018]], - "timestamps": [ 815, 821.732, 836.881, 853.879, 879.118, 905.842, 929.427, 932.825, 953.289, 971.539, 983.507, 994.262, 995.998, 996.787, 1019.198, 1036.342, 1059.892, 1096.938, 1099.986, 1171] + [-73.9883, 40.72018] + ], + "timestamps": [ + 815, 821.732, 836.881, 853.879, 879.118, 905.842, 929.427, 932.825, + 953.289, 971.539, 983.507, 994.262, 995.998, 996.787, 1019.198, 1036.342, + 1059.892, 1096.938, 1099.986, 1171 + ] }, { "vendor": 0, @@ -33810,8 +39265,13 @@ [-73.97954, 40.69624], [-73.9789, 40.69623], [-73.97854, 40.69622], - [-73.97648, 40.69611]], - "timestamps": [ 1677, 1678.88, 1692.045, 1705.842, 1720.254, 1762.143, 1767.27, 1776.781, 1777.613, 1780.381, 1781.618, 1786.87, 1788.816, 1793.764, 1797.36, 1798.725, 1806.553] + [-73.97648, 40.69611] + ], + "timestamps": [ + 1677, 1678.88, 1692.045, 1705.842, 1720.254, 1762.143, 1767.27, 1776.781, + 1777.613, 1780.381, 1781.618, 1786.87, 1788.816, 1793.764, 1797.36, + 1798.725, 1806.553 + ] }, { "vendor": 0, @@ -33866,8 +39326,18 @@ [-74.01335, 40.71462], [-74.01275, 40.71711], [-74.01204, 40.72031], - [-74.01097, 40.72554]], - "timestamps": [ 946, 983.45, 1013.446, 1028.478, 1036.072, 1044.083, 1050.379, 1080.544, 1092.233, 1099.366, 1103.933, 1112.655, 1118.196, 1193.38, 1198.547, 1203.968, 1308.832, 1311.906, 1317.658, 1328.657, 1331.756, 1337.741, 1342.806, 1347.922, 1350.357, 1356.166, 1370.93, 1379.374, 1389.207, 1394.497, 1400.8, 1405.009, 1408.395, 1412.648, 1415.593, 1419.047, 1422.689, 1423.933, 1427.86, 1431.066, 1451.045, 1483.069, 1485.548, 1493.786, 1500.138, 1519.447, 1556.181, 1603.308, 1664.5, 1742.946, 1870.894] + [-74.01097, 40.72554] + ], + "timestamps": [ + 946, 983.45, 1013.446, 1028.478, 1036.072, 1044.083, 1050.379, 1080.544, + 1092.233, 1099.366, 1103.933, 1112.655, 1118.196, 1193.38, 1198.547, + 1203.968, 1308.832, 1311.906, 1317.658, 1328.657, 1331.756, 1337.741, + 1342.806, 1347.922, 1350.357, 1356.166, 1370.93, 1379.374, 1389.207, + 1394.497, 1400.8, 1405.009, 1408.395, 1412.648, 1415.593, 1419.047, + 1422.689, 1423.933, 1427.86, 1431.066, 1451.045, 1483.069, 1485.548, + 1493.786, 1500.138, 1519.447, 1556.181, 1603.308, 1664.5, 1742.946, + 1870.894 + ] }, { "vendor": 0, @@ -33923,8 +39393,17 @@ [-74.00812, 40.71199], [-74.00906, 40.71088], [-74.00947, 40.71041], - [-74.00959, 40.71046]], - "timestamps": [ 682, 704.042, 715.139, 740.325, 745.233, 790.388, 800.869, 818.456, 839.104, 847.375, 854.729, 858.408, 862.311, 863.604, 902.829, 913.146, 921.449, 933.485, 935.186, 950.176, 953.744, 958.319, 960.108, 962.386, 963.758, 967.303, 970.501, 976.842, 990.08, 992.357, 993.511, 1018.805, 1023.923, 1029.65, 1047.377, 1051.238, 1060.196, 1063.776, 1066.554, 1074.408, 1079.102, 1084.137, 1089.555, 1123.395, 1126.618, 1127.544, 1131.256, 1135.516, 1138, 1173.294, 1188.372, 1195] + [-74.00959, 40.71046] + ], + "timestamps": [ + 682, 704.042, 715.139, 740.325, 745.233, 790.388, 800.869, 818.456, + 839.104, 847.375, 854.729, 858.408, 862.311, 863.604, 902.829, 913.146, + 921.449, 933.485, 935.186, 950.176, 953.744, 958.319, 960.108, 962.386, + 963.758, 967.303, 970.501, 976.842, 990.08, 992.357, 993.511, 1018.805, + 1023.923, 1029.65, 1047.377, 1051.238, 1060.196, 1063.776, 1066.554, + 1074.408, 1079.102, 1084.137, 1089.555, 1123.395, 1126.618, 1127.544, + 1131.256, 1135.516, 1138, 1173.294, 1188.372, 1195 + ] }, { "vendor": 1, @@ -33936,8 +39415,11 @@ [-73.9618, 40.71074], [-73.96229, 40.70992], [-73.96257, 40.70853], - [-73.96274, 40.70768]], - "timestamps": [ 1637, 1655.3, 1676.702, 1688.134, 1742.28, 1759.193, 1785.611, 1801.763] + [-73.96274, 40.70768] + ], + "timestamps": [ + 1637, 1655.3, 1676.702, 1688.134, 1742.28, 1759.193, 1785.611, 1801.763 + ] }, { "vendor": 0, @@ -33962,8 +39444,13 @@ [-73.98978, 40.70057], [-73.99035, 40.70104], [-73.99196, 40.7023], - [-74.00172, 40.71006]], - "timestamps": [ 1373, 1377.627, 1389.967, 1411.561, 1523.208, 1528.789, 1643.634, 1647.559, 1649.144, 1676.866, 1683.942, 1685.504, 1686.774, 1689.693, 1691.039, 1694.188, 1699.594, 1702.199, 1708.837, 1727.075, 1838.544] + [-74.00172, 40.71006] + ], + "timestamps": [ + 1373, 1377.627, 1389.967, 1411.561, 1523.208, 1528.789, 1643.634, + 1647.559, 1649.144, 1676.866, 1683.942, 1685.504, 1686.774, 1689.693, + 1691.039, 1694.188, 1699.594, 1702.199, 1708.837, 1727.075, 1838.544 + ] }, { "vendor": 0, @@ -34215,8 +39702,44 @@ [-73.89972, 40.75746], [-73.89968, 40.75791], [-73.89959, 40.75821], - [-73.89925, 40.75899]], - "timestamps": [ 492, 496.979, 498.275, 511.916, 545.188, 550.505, 559.022, 566.687, 570.217, 573.052, 582.87, 585.315, 586.527, 588.672, 591.013, 607.223, 608.563, 610.299, 612.405, 614.386, 616.559, 618.505, 619.9, 621.852, 624.981, 627.28, 643.382, 643.865, 645.707, 647.446, 652.739, 662.375, 685.225, 696.122, 699.637, 706.206, 712.364, 715.067, 717.367, 719.151, 720.992, 735.033, 741.037, 760.711, 781.505, 790.081, 805.011, 806.911, 808.883, 811.268, 814.835, 816.066, 818.261, 820.962, 822.709, 843.817, 852.649, 858.002, 862.332, 864.516, 869.187, 883.756, 888.835, 890.996, 894.368, 913.596, 915.65, 917.807, 919.933, 922.539, 930.166, 932.331, 934.553, 936.523, 938.078, 939.878, 941.812, 943.775, 945.527, 950.99, 952.436, 955.142, 957.859, 981.041, 983.436, 985.536, 988.086, 990.693, 994.108, 996.143, 999.877, 1007.777, 1010.63, 1015.093, 1020.157, 1028.18, 1036.407, 1044.911, 1050.468, 1055.798, 1060.675, 1065.852, 1103.807, 1108.175, 1137.234, 1140.54, 1155.511, 1169.17, 1170.778, 1172.143, 1172.692, 1174.716, 1175.484, 1177.04, 1178.376, 1179.344, 1180.655, 1181.618, 1184.108, 1185.87, 1188.334, 1190.417, 1199.919, 1202.814, 1206.051, 1208.041, 1210.438, 1212.375, 1214.609, 1217.308, 1221.889, 1224.822, 1229.012, 1293.096, 1297.234, 1301.326, 1315.11, 1323.12, 1326.489, 1332.239, 1332.239, 1333.864, 1335.157, 1355.614, 1358.638, 1361.536, 1369.583, 1373.494, 1374.516, 1376.295, 1378.496, 1379.613, 1389.072, 1400.264, 1402.39, 1404.654, 1407.145, 1428.051, 1431.026, 1433.647, 1435.95, 1441.178, 1444.21, 1448.854, 1451.732, 1459.06, 1467.922, 1473.243, 1489.281, 1492.923, 1494.063, 1501.729, 1504.021, 1505.847, 1514.156, 1517.626, 1522.489, 1526.863, 1532.091, 1534.685, 1536.603, 1538.321, 1540.004, 1541.659, 1543.365, 1545.292, 1546.958, 1548.597, 1549.691, 1550.685, 1551.7, 1552.695, 1553.64, 1554.607, 1556.327, 1557.965, 1561.028, 1566.571, 1568.692, 1571.24, 1574.561, 1578.026, 1579.628, 1581.801, 1593.049, 1629.301, 1632.033, 1634.675, 1637.348, 1639.807, 1648.349, 1656.15, 1664.163, 1666.908, 1669.507, 1672.329, 1679.041, 1688.048, 1691.161, 1697.76, 1702.068, 1706.377, 1707.493, 1709.418, 1712.315, 1714.089, 1715.8, 1718.209, 1721.609, 1733.751, 1738.016, 1742.046, 1745.087, 1747.63, 1752.601, 1755.693, 1757.728, 1759.438, 1761.362, 1767.444, 1771.653, 1779.204, 1781.611, 1788.149, 1792.527, 1795.587, 1797.675, 1803.247] + [-73.89925, 40.75899] + ], + "timestamps": [ + 492, 496.979, 498.275, 511.916, 545.188, 550.505, 559.022, 566.687, + 570.217, 573.052, 582.87, 585.315, 586.527, 588.672, 591.013, 607.223, + 608.563, 610.299, 612.405, 614.386, 616.559, 618.505, 619.9, 621.852, + 624.981, 627.28, 643.382, 643.865, 645.707, 647.446, 652.739, 662.375, + 685.225, 696.122, 699.637, 706.206, 712.364, 715.067, 717.367, 719.151, + 720.992, 735.033, 741.037, 760.711, 781.505, 790.081, 805.011, 806.911, + 808.883, 811.268, 814.835, 816.066, 818.261, 820.962, 822.709, 843.817, + 852.649, 858.002, 862.332, 864.516, 869.187, 883.756, 888.835, 890.996, + 894.368, 913.596, 915.65, 917.807, 919.933, 922.539, 930.166, 932.331, + 934.553, 936.523, 938.078, 939.878, 941.812, 943.775, 945.527, 950.99, + 952.436, 955.142, 957.859, 981.041, 983.436, 985.536, 988.086, 990.693, + 994.108, 996.143, 999.877, 1007.777, 1010.63, 1015.093, 1020.157, 1028.18, + 1036.407, 1044.911, 1050.468, 1055.798, 1060.675, 1065.852, 1103.807, + 1108.175, 1137.234, 1140.54, 1155.511, 1169.17, 1170.778, 1172.143, + 1172.692, 1174.716, 1175.484, 1177.04, 1178.376, 1179.344, 1180.655, + 1181.618, 1184.108, 1185.87, 1188.334, 1190.417, 1199.919, 1202.814, + 1206.051, 1208.041, 1210.438, 1212.375, 1214.609, 1217.308, 1221.889, + 1224.822, 1229.012, 1293.096, 1297.234, 1301.326, 1315.11, 1323.12, + 1326.489, 1332.239, 1332.239, 1333.864, 1335.157, 1355.614, 1358.638, + 1361.536, 1369.583, 1373.494, 1374.516, 1376.295, 1378.496, 1379.613, + 1389.072, 1400.264, 1402.39, 1404.654, 1407.145, 1428.051, 1431.026, + 1433.647, 1435.95, 1441.178, 1444.21, 1448.854, 1451.732, 1459.06, + 1467.922, 1473.243, 1489.281, 1492.923, 1494.063, 1501.729, 1504.021, + 1505.847, 1514.156, 1517.626, 1522.489, 1526.863, 1532.091, 1534.685, + 1536.603, 1538.321, 1540.004, 1541.659, 1543.365, 1545.292, 1546.958, + 1548.597, 1549.691, 1550.685, 1551.7, 1552.695, 1553.64, 1554.607, + 1556.327, 1557.965, 1561.028, 1566.571, 1568.692, 1571.24, 1574.561, + 1578.026, 1579.628, 1581.801, 1593.049, 1629.301, 1632.033, 1634.675, + 1637.348, 1639.807, 1648.349, 1656.15, 1664.163, 1666.908, 1669.507, + 1672.329, 1679.041, 1688.048, 1691.161, 1697.76, 1702.068, 1706.377, + 1707.493, 1709.418, 1712.315, 1714.089, 1715.8, 1718.209, 1721.609, + 1733.751, 1738.016, 1742.046, 1745.087, 1747.63, 1752.601, 1755.693, + 1757.728, 1759.438, 1761.362, 1767.444, 1771.653, 1779.204, 1781.611, + 1788.149, 1792.527, 1795.587, 1797.675, 1803.247 + ] }, { "vendor": 0, @@ -34227,8 +39750,11 @@ [-73.95979, 40.71388], [-73.96056, 40.71271], [-73.96102, 40.71196], - [-73.95953, 40.71142]], - "timestamps": [ 1608, 1641.838, 1676.477, 1711.372, 1741.765, 1760.991, 1809.232] + [-73.95953, 40.71142] + ], + "timestamps": [ + 1608, 1641.838, 1676.477, 1711.372, 1741.765, 1760.991, 1809.232 + ] }, { "vendor": 0, @@ -34352,8 +39878,27 @@ [-74.0005, 40.7088], [-74.00091, 40.70905], [-74.00173, 40.70964], - [-74.00309, 40.71072]], - "timestamps": [ 14, 28.859, 43.871, 54.864, 161.251, 269.703, 372.492, 374.977, 377.365, 380.221, 383.831, 385.995, 388.607, 438.199, 442.606, 448.191, 455.011, 460.346, 472.481, 478.368, 494.711, 521.09, 837.437, 901.872, 985.233, 991.03, 1005.89, 1011.243, 1012.984, 1027.641, 1032.96, 1040.126, 1044.897, 1060.033, 1073.468, 1082.282, 1089.013, 1093.936, 1096.67, 1101.812, 1109.808, 1114.042, 1136.811, 1140.788, 1191.523, 1199.092, 1213.07, 1215.98, 1226.037, 1237.929, 1243.307, 1247.937, 1252.832, 1257.469, 1277.25, 1282.171, 1284.608, 1289.676, 1294.533, 1308.37, 1313.22, 1318.157, 1321.751, 1323.908, 1329.721, 1365.555, 1370.178, 1375.058, 1377.584, 1385.999, 1390.452, 1392.772, 1398.004, 1400.507, 1402.773, 1408.923, 1422.556, 1425.826, 1434.592, 1450.76, 1463.148, 1468.619, 1473.831, 1478.698, 1504.726, 1510.507, 1514.855, 1519.544, 1525.707, 1531.668, 1539.462, 1568.254, 1577.42, 1580.114, 1584.054, 1589.044, 1592.823, 1594.58, 1598.175, 1601.137, 1604.056, 1641, 1669.445, 1677.155, 1706.365, 1715.258, 1732.162, 1736.397, 1742.883, 1748.605, 1757.414, 1759.062, 1761.446, 1767.38, 1770.419, 1773.287, 1775.922, 1781.884, 1794.694, 1817.012] + [-74.00309, 40.71072] + ], + "timestamps": [ + 14, 28.859, 43.871, 54.864, 161.251, 269.703, 372.492, 374.977, 377.365, + 380.221, 383.831, 385.995, 388.607, 438.199, 442.606, 448.191, 455.011, + 460.346, 472.481, 478.368, 494.711, 521.09, 837.437, 901.872, 985.233, + 991.03, 1005.89, 1011.243, 1012.984, 1027.641, 1032.96, 1040.126, + 1044.897, 1060.033, 1073.468, 1082.282, 1089.013, 1093.936, 1096.67, + 1101.812, 1109.808, 1114.042, 1136.811, 1140.788, 1191.523, 1199.092, + 1213.07, 1215.98, 1226.037, 1237.929, 1243.307, 1247.937, 1252.832, + 1257.469, 1277.25, 1282.171, 1284.608, 1289.676, 1294.533, 1308.37, + 1313.22, 1318.157, 1321.751, 1323.908, 1329.721, 1365.555, 1370.178, + 1375.058, 1377.584, 1385.999, 1390.452, 1392.772, 1398.004, 1400.507, + 1402.773, 1408.923, 1422.556, 1425.826, 1434.592, 1450.76, 1463.148, + 1468.619, 1473.831, 1478.698, 1504.726, 1510.507, 1514.855, 1519.544, + 1525.707, 1531.668, 1539.462, 1568.254, 1577.42, 1580.114, 1584.054, + 1589.044, 1592.823, 1594.58, 1598.175, 1601.137, 1604.056, 1641, 1669.445, + 1677.155, 1706.365, 1715.258, 1732.162, 1736.397, 1742.883, 1748.605, + 1757.414, 1759.062, 1761.446, 1767.38, 1770.419, 1773.287, 1775.922, + 1781.884, 1794.694, 1817.012 + ] }, { "vendor": 0, @@ -34406,8 +39951,17 @@ [-73.97707, 40.71935], [-73.97736, 40.71942], [-73.97871, 40.72], - [-73.98378, 40.72154]], - "timestamps": [ 674, 702.168, 719.824, 849.6, 916.214, 1280.465, 1354.818, 1362.53, 1364.863, 1367.218, 1369.661, 1374.169, 1377.73, 1392.173, 1397.235, 1402.388, 1406.14, 1408.391, 1414.459, 1451.863, 1456.688, 1461.782, 1464.418, 1473.202, 1477.85, 1480.271, 1485.733, 1488.346, 1490.711, 1497.13, 1511.36, 1514.774, 1523.924, 1540.8, 1553.73, 1559.441, 1564.881, 1569.96, 1575.756, 1580.938, 1586.801, 1588.849, 1618.545, 1619.944, 1628.38, 1668.116, 1675.229, 1711.496, 1839.145] + [-73.98378, 40.72154] + ], + "timestamps": [ + 674, 702.168, 719.824, 849.6, 916.214, 1280.465, 1354.818, 1362.53, + 1364.863, 1367.218, 1369.661, 1374.169, 1377.73, 1392.173, 1397.235, + 1402.388, 1406.14, 1408.391, 1414.459, 1451.863, 1456.688, 1461.782, + 1464.418, 1473.202, 1477.85, 1480.271, 1485.733, 1488.346, 1490.711, + 1497.13, 1511.36, 1514.774, 1523.924, 1540.8, 1553.73, 1559.441, 1564.881, + 1569.96, 1575.756, 1580.938, 1586.801, 1588.849, 1618.545, 1619.944, + 1628.38, 1668.116, 1675.229, 1711.496, 1839.145 + ] }, { "vendor": 0, @@ -34450,8 +40004,16 @@ [-73.98737, 40.71838], [-73.98891, 40.71884], [-73.99047, 40.71934], - [-73.99379, 40.72033]], - "timestamps": [ 1160, 1161.382, 1162.038, 1162.558, 1164.928, 1167.819, 1168.411, 1168.635, 1176.356, 1180.508, 1204.254, 1216.415, 1229.08, 1308.165, 1309.474, 1312.193, 1329.463, 1352.51, 1377.402, 1393.147, 1430.926, 1471.942, 1473.791, 1478.498, 1479.671, 1480.89, 1482.766, 1485.302, 1489.213, 1510.18, 1518.124, 1524.989, 1628.56, 1638.168, 1656.291, 1674.715, 1708.325, 1742.716, 1815.156] + [-73.99379, 40.72033] + ], + "timestamps": [ + 1160, 1161.382, 1162.038, 1162.558, 1164.928, 1167.819, 1168.411, + 1168.635, 1176.356, 1180.508, 1204.254, 1216.415, 1229.08, 1308.165, + 1309.474, 1312.193, 1329.463, 1352.51, 1377.402, 1393.147, 1430.926, + 1471.942, 1473.791, 1478.498, 1479.671, 1480.89, 1482.766, 1485.302, + 1489.213, 1510.18, 1518.124, 1524.989, 1628.56, 1638.168, 1656.291, + 1674.715, 1708.325, 1742.716, 1815.156 + ] }, { "vendor": 0, @@ -34605,8 +40167,29 @@ [-74.01515, 40.716], [-74.01501, 40.71606], [-74.01477, 40.71637], - [-74.01459, 40.7166]], - "timestamps": [ 137, 181.071, 186.063, 187.777, 235.681, 250.052, 273.575, 276.483, 277.28, 278.528, 279.26, 279.752, 292.07, 296.039, 299.663, 311.368, 316.319, 321.984, 324.357, 332.362, 333.454, 339.257, 340.702, 342.526, 353.455, 360.517, 365.15, 368.689, 371.276, 372.713, 375.416, 379.619, 381.845, 393.813, 395.904, 422.571, 426.55, 433.898, 435.427, 440.714, 446.965, 449.791, 452.225, 454.798, 457.236, 467.633, 470.22, 471.501, 474.165, 476.718, 483.991, 486.54, 489.135, 491.024, 492.158, 495.214, 514.05, 516.479, 518.08, 520.373, 524.797, 527.138, 528.357, 531.107, 533.612, 536.845, 544.011, 545.73, 550.337, 558.836, 565.347, 568.223, 570.963, 573.521, 587.202, 592.526, 594.991, 598.23, 601.363, 605.46, 624.836, 625.412, 626.829, 628.899, 631.522, 633.509, 634.432, 636.322, 637.879, 639.413, 658.833, 673.784, 677.837, 693.191, 697.866, 706.751, 710.314, 712.586, 714.991, 718.573, 721.827, 727.598, 730.56, 737.328, 757.887, 765.047, 768.368, 770.888, 772.437, 773.959, 783.467, 787.631, 790.831, 792.342, 795.043, 796.719, 798.268, 799.924, 801.275, 802.301, 815.578, 817.443, 819.202, 820.136, 821.575, 822.02, 831.125, 835.069, 837.141, 838.308, 855.687, 859.385, 871.686, 891.403, 892.929, 898.001, 901.912, 913.8, 936.417, 962.526, 966.936, 974.354, 1008.062, 1013.399, 1034.712, 1038.104, 1039.07, 1041.012, 1046.739, 1051] + [-74.01459, 40.7166] + ], + "timestamps": [ + 137, 181.071, 186.063, 187.777, 235.681, 250.052, 273.575, 276.483, + 277.28, 278.528, 279.26, 279.752, 292.07, 296.039, 299.663, 311.368, + 316.319, 321.984, 324.357, 332.362, 333.454, 339.257, 340.702, 342.526, + 353.455, 360.517, 365.15, 368.689, 371.276, 372.713, 375.416, 379.619, + 381.845, 393.813, 395.904, 422.571, 426.55, 433.898, 435.427, 440.714, + 446.965, 449.791, 452.225, 454.798, 457.236, 467.633, 470.22, 471.501, + 474.165, 476.718, 483.991, 486.54, 489.135, 491.024, 492.158, 495.214, + 514.05, 516.479, 518.08, 520.373, 524.797, 527.138, 528.357, 531.107, + 533.612, 536.845, 544.011, 545.73, 550.337, 558.836, 565.347, 568.223, + 570.963, 573.521, 587.202, 592.526, 594.991, 598.23, 601.363, 605.46, + 624.836, 625.412, 626.829, 628.899, 631.522, 633.509, 634.432, 636.322, + 637.879, 639.413, 658.833, 673.784, 677.837, 693.191, 697.866, 706.751, + 710.314, 712.586, 714.991, 718.573, 721.827, 727.598, 730.56, 737.328, + 757.887, 765.047, 768.368, 770.888, 772.437, 773.959, 783.467, 787.631, + 790.831, 792.342, 795.043, 796.719, 798.268, 799.924, 801.275, 802.301, + 815.578, 817.443, 819.202, 820.136, 821.575, 822.02, 831.125, 835.069, + 837.141, 838.308, 855.687, 859.385, 871.686, 891.403, 892.929, 898.001, + 901.912, 913.8, 936.417, 962.526, 966.936, 974.354, 1008.062, 1013.399, + 1034.712, 1038.104, 1039.07, 1041.012, 1046.739, 1051 + ] }, { "vendor": 0, @@ -34623,8 +40206,12 @@ [-73.99806, 40.71958], [-73.99647, 40.71905], [-73.99481, 40.71845], - [-73.99331, 40.71798]], - "timestamps": [ 1433, 1434.505, 1497.739, 1552.661, 1556.457, 1588.598, 1613.668, 1638.924, 1680.849, 1694.824, 1740.598, 1789.063, 1831.837] + [-73.99331, 40.71798] + ], + "timestamps": [ + 1433, 1434.505, 1497.739, 1552.661, 1556.457, 1588.598, 1613.668, + 1638.924, 1680.849, 1694.824, 1740.598, 1789.063, 1831.837 + ] }, { "vendor": 0, @@ -34645,8 +40232,13 @@ [-73.98709, 40.69623], [-73.98868, 40.69629], [-73.98885, 40.6963], - [-73.9889, 40.69502]], - "timestamps": [ 1517, 1535.529, 1549.121, 1562.071, 1573.021, 1579.703, 1589.644, 1592.174, 1600.022, 1607.586, 1626.356, 1643.567, 1695.224, 1705.282, 1758.847, 1764.584, 1802.955] + [-73.9889, 40.69502] + ], + "timestamps": [ + 1517, 1535.529, 1549.121, 1562.071, 1573.021, 1579.703, 1589.644, + 1592.174, 1600.022, 1607.586, 1626.356, 1643.567, 1695.224, 1705.282, + 1758.847, 1764.584, 1802.955 + ] }, { "vendor": 0, @@ -34664,8 +40256,12 @@ [-73.97231, 40.75656], [-73.97236, 40.75649], [-73.97072, 40.75581], - [-73.96851, 40.75487]], - "timestamps": [ 1171, 1186.669, 1190.587, 1279.777, 1284.169, 1322.293, 1342.93, 1434.337, 1509.15, 1543.154, 1686.675, 1688.96875, 1737.01, 1802.138] + [-73.96851, 40.75487] + ], + "timestamps": [ + 1171, 1186.669, 1190.587, 1279.777, 1284.169, 1322.293, 1342.93, 1434.337, + 1509.15, 1543.154, 1686.675, 1688.96875, 1737.01, 1802.138 + ] }, { "vendor": 0, @@ -34674,8 +40270,9 @@ [-74.00005, 40.68731], [-74.00054, 40.68747], [-74.00138, 40.68774], - [-74.00075, 40.68906]], - "timestamps": [ 1739, 1744.237, 1759.054, 1784.392, 1833.114] + [-74.00075, 40.68906] + ], + "timestamps": [1739, 1744.237, 1759.054, 1784.392, 1833.114] }, { "vendor": 0, @@ -34724,8 +40321,16 @@ [-74.00675, 40.71361], [-74.00906, 40.71088], [-74.00947, 40.71041], - [-74.0101, 40.71069]], - "timestamps": [ 477, 477.394, 483.35, 517.157, 539.594, 567.65, 577.646, 599.542, 632.344, 653.171, 659.81, 669.05, 672.441, 675.367, 679.318, 680.42, 682.927, 721.849, 724.424, 764.124, 766.386, 783.007, 787.969, 794.925, 799.799, 803.116, 806.075, 820.386, 842.161, 857.421, 886.491, 900.697, 930.434, 949.68, 973.143, 1001.436, 1017.864, 1034.468, 1042.165, 1049.961, 1133.32, 1164.633, 1217.962, 1227.227, 1249] + [-74.0101, 40.71069] + ], + "timestamps": [ + 477, 477.394, 483.35, 517.157, 539.594, 567.65, 577.646, 599.542, 632.344, + 653.171, 659.81, 669.05, 672.441, 675.367, 679.318, 680.42, 682.927, + 721.849, 724.424, 764.124, 766.386, 783.007, 787.969, 794.925, 799.799, + 803.116, 806.075, 820.386, 842.161, 857.421, 886.491, 900.697, 930.434, + 949.68, 973.143, 1001.436, 1017.864, 1034.468, 1042.165, 1049.961, + 1133.32, 1164.633, 1217.962, 1227.227, 1249 + ] }, { "vendor": 0, @@ -34772,8 +40377,17 @@ [-73.96466, 40.69592], [-73.96499, 40.69586], [-73.96553, 40.69584], - [-73.97647, 40.69621]], - "timestamps": [ 1055, 1085.034, 1097.871, 1105.682, 1182.645, 1254.953, 1280.256, 1417.792, 1420.068, 1424.796, 1482.666, 1528.286, 1547.136, 1565.971, 1574.967, 1602.411, 1605.002, 1609.984, 1614.327, 1620.019, 1622.998, 1625.762, 1632.394, 1634.868, 1637.855, 1689.189, 1707.78, 1727.667, 1737.745, 1740.688, 1756.124, 1763.139, 1766.304, 1767.851, 1770.947, 1774.216, 1775.935, 1779.568, 1782.448, 1784.877, 1787.293, 1791.141, 1869.085] + [-73.97647, 40.69621] + ], + "timestamps": [ + 1055, 1085.034, 1097.871, 1105.682, 1182.645, 1254.953, 1280.256, + 1417.792, 1420.068, 1424.796, 1482.666, 1528.286, 1547.136, 1565.971, + 1574.967, 1602.411, 1605.002, 1609.984, 1614.327, 1620.019, 1622.998, + 1625.762, 1632.394, 1634.868, 1637.855, 1689.189, 1707.78, 1727.667, + 1737.745, 1740.688, 1756.124, 1763.139, 1766.304, 1767.851, 1770.947, + 1774.216, 1775.935, 1779.568, 1782.448, 1784.877, 1787.293, 1791.141, + 1869.085 + ] }, { "vendor": 0, @@ -34815,8 +40429,16 @@ [-74.01275, 40.71711], [-74.0122, 40.71686], [-74.01094, 40.71629], - [-74.01097, 40.71617]], - "timestamps": [ 1239, 1242.09, 1253.41, 1256.786, 1267.678, 1280.785, 1294.128, 1305.868, 1307.571, 1324.062, 1340.785, 1348.332, 1382.136, 1385.785, 1392.679, 1413.278, 1416.311, 1420.502, 1428.143, 1430.785, 1433.555, 1434.735, 1452.394, 1461.831, 1476.871, 1480.071, 1494.559, 1518.699, 1525.557, 1530.163, 1544.166, 1570.806, 1603.355, 1637.025, 1649.357, 1660.762, 1686.857, 1689] + [-74.01097, 40.71617] + ], + "timestamps": [ + 1239, 1242.09, 1253.41, 1256.786, 1267.678, 1280.785, 1294.128, 1305.868, + 1307.571, 1324.062, 1340.785, 1348.332, 1382.136, 1385.785, 1392.679, + 1413.278, 1416.311, 1420.502, 1428.143, 1430.785, 1433.555, 1434.735, + 1452.394, 1461.831, 1476.871, 1480.071, 1494.559, 1518.699, 1525.557, + 1530.163, 1544.166, 1570.806, 1603.355, 1637.025, 1649.357, 1660.762, + 1686.857, 1689 + ] }, { "vendor": 0, @@ -34843,16 +40465,23 @@ [-74.00705, 40.71826], [-74.00881, 40.71601], [-74.00922, 40.71552], - [-74.01275, 40.71711]], - "timestamps": [ 754, 760.02, 772.062, 803.963, 854.847, 924.625, 957.287, 1223.787, 1278.12, 1295.868, 1412.263, 1436.812, 1484.047, 1509.605, 1511.833, 1585.348, 1622.988, 1664.312, 1731.085, 1733.878, 1780.691, 1791.076, 1888.449] + [-74.01275, 40.71711] + ], + "timestamps": [ + 754, 760.02, 772.062, 803.963, 854.847, 924.625, 957.287, 1223.787, + 1278.12, 1295.868, 1412.263, 1436.812, 1484.047, 1509.605, 1511.833, + 1585.348, 1622.988, 1664.312, 1731.085, 1733.878, 1780.691, 1791.076, + 1888.449 + ] }, { "vendor": 0, "path": [ [-73.94825, 40.70684], [-73.94819, 40.70685], - [-73.94842, 40.7083]], - "timestamps": [ 1793, 1794.13, 1816.898] + [-73.94842, 40.7083] + ], + "timestamps": [1793, 1794.13, 1816.898] }, { "vendor": 0, @@ -34875,8 +40504,13 @@ [-73.97957, 40.72031], [-73.98, 40.72045], [-73.98002, 40.72049], - [-73.98, 40.72054]], - "timestamps": [ 1535, 1546.684, 1572.219, 1587.145, 1601.685, 1635.068, 1642.006, 1673.103, 1676.124, 1738.17, 1770.043, 1772.275, 1776.927, 1778.553, 1786.232, 1788.379, 1797.885, 1799.031, 1800.431] + [-73.98, 40.72054] + ], + "timestamps": [ + 1535, 1546.684, 1572.219, 1587.145, 1601.685, 1635.068, 1642.006, + 1673.103, 1676.124, 1738.17, 1770.043, 1772.275, 1776.927, 1778.553, + 1786.232, 1788.379, 1797.885, 1799.031, 1800.431 + ] }, { "vendor": 0, @@ -34892,8 +40526,12 @@ [-74.00577, 40.72568], [-74.00611, 40.7238], [-74.00642, 40.72173], - [-74.00707, 40.7184]], - "timestamps": [ 1502, 1506.876, 1566.617, 1592.004, 1597.097, 1630.268, 1644.646, 1646.451, 1705.998, 1736.487, 1769.959, 1824.045] + [-74.00707, 40.7184] + ], + "timestamps": [ + 1502, 1506.876, 1566.617, 1592.004, 1597.097, 1630.268, 1644.646, + 1646.451, 1705.998, 1736.487, 1769.959, 1824.045 + ] }, { "vendor": 0, @@ -34909,8 +40547,12 @@ [-73.94781, 40.77032], [-73.9478, 40.77029], [-73.9478, 40.77026], - [-73.94839, 40.76964]], - "timestamps": [ 1450, 1477.333, 1488.588, 1568.982, 1599.453, 1615.61, 1773.872, 1780.514, 1782.805, 1783.633, 1784.436, 1800.514] + [-73.94839, 40.76964] + ], + "timestamps": [ + 1450, 1477.333, 1488.588, 1568.982, 1599.453, 1615.61, 1773.872, 1780.514, + 1782.805, 1783.633, 1784.436, 1800.514 + ] }, { "vendor": 0, @@ -34945,8 +40587,14 @@ [-74.01209, 40.70904], [-74.01101, 40.70859], [-74.0117, 40.70775], - [-74.01187, 40.70753]], - "timestamps": [ 601, 610.446, 624.748, 626.762, 634.533, 638.473, 642.449, 646.305, 649.917, 653.203, 658.013, 660.837, 664.945, 674.244, 678.727, 694.237, 700.47, 705.112, 706.624, 728.614, 729.385, 729.81, 734.126, 736.664, 739.017, 745.777, 785.251, 786.486, 813.107, 828.129, 832] + [-74.01187, 40.70753] + ], + "timestamps": [ + 601, 610.446, 624.748, 626.762, 634.533, 638.473, 642.449, 646.305, + 649.917, 653.203, 658.013, 660.837, 664.945, 674.244, 678.727, 694.237, + 700.47, 705.112, 706.624, 728.614, 729.385, 729.81, 734.126, 736.664, + 739.017, 745.777, 785.251, 786.486, 813.107, 828.129, 832 + ] }, { "vendor": 0, @@ -34955,8 +40603,9 @@ [-74.00884, 40.7138], [-74.0084, 40.71436], [-74.00675, 40.71361], - [-74.00812, 40.71199]], - "timestamps": [ 1683, 1714.667, 1726.396, 1769.793, 1809.875] + [-74.00812, 40.71199] + ], + "timestamps": [1683, 1714.667, 1726.396, 1769.793, 1809.875] }, { "vendor": 0, @@ -34976,8 +40625,13 @@ [-73.98002, 40.72049], [-73.98, 40.72054], [-73.98002, 40.72058], - [-73.98344, 40.72201]], - "timestamps": [ 1662, 1666.244, 1693.922, 1696.086, 1699.05, 1730.457, 1736.079, 1764.745, 1767.508, 1780.561, 1782.612, 1791.696, 1792.792, 1794.13, 1795.225, 1871.041] + [-73.98344, 40.72201] + ], + "timestamps": [ + 1662, 1666.244, 1693.922, 1696.086, 1699.05, 1730.457, 1736.079, 1764.745, + 1767.508, 1780.561, 1782.612, 1791.696, 1792.792, 1794.13, 1795.225, + 1871.041 + ] }, { "vendor": 0, @@ -35170,8 +40824,36 @@ [-73.8899, 40.76631], [-73.88819, 40.76663], [-73.88649, 40.767], - [-73.88521, 40.7674]], - "timestamps": [ 232, 246.514, 264.388, 267.583, 282.694, 377.021, 399.573, 415.925, 431.026, 457.211, 459.157, 460.124, 484.058, 488.047, 491.133, 500.221, 501.421, 502.492, 504.315, 505.93, 506.772, 507.855, 509.229, 510.83, 512.547, 518.286, 519.268, 631.121, 639.417, 650.228, 653.994, 658.487, 661.06, 664.444, 667.145, 669.03, 670.976, 672.644, 674.444, 676.579, 677.558, 679.499, 681.208, 681.208, 687.856, 692.619, 695.064, 696.409, 698.106, 713.268, 738.581, 761.474, 780.646, 784.005, 858.094, 865.68, 869.359, 871.978, 874.688, 879.017, 891.162, 892.435, 905.626, 909.29, 912.28, 913.233, 915.499, 917.653, 919.97, 923.394, 927.378, 939.115, 1002.721, 1004.603, 1008.683, 1011.168, 1013.074, 1015.622, 1018.362, 1020.993, 1024.931, 1042.467, 1044.977, 1053.736, 1056.141, 1083.82, 1118.383, 1146.974, 1152.679, 1155.37, 1165.187, 1176.113, 1181.898, 1187.489, 1204.539, 1230.133, 1243.581, 1246.121, 1257.185, 1260.039, 1275.21, 1277.116, 1280.092, 1282.403, 1308.733, 1311.203, 1314.469, 1319.45, 1341.384, 1344.616, 1351.186, 1358.029, 1367.536, 1370.67, 1373.972, 1377.257, 1380.549, 1383.401, 1386.319, 1389.265, 1392.344, 1394.842, 1401.4, 1407.83, 1412.236, 1417.036, 1431.341, 1477.446, 1480.92, 1484.28, 1487.68, 1490.806, 1501.67, 1511.591, 1521.782, 1525.273, 1528.578, 1532.167, 1540.703, 1552.158, 1569.987, 1575.468, 1576.887, 1579.335, 1583.02, 1585.275, 1587.452, 1590.515, 1594.84, 1610.281, 1615.706, 1620.83, 1624.698, 1627.932, 1634.254, 1638.186, 1640.775, 1642.949, 1645.397, 1653.131, 1658.484, 1667.026, 1669.749, 1677.145, 1682.098, 1685.56, 1687.921, 1694.225, 1721.209, 1729.273, 1731.451, 1733.565, 1737.007, 1739.657, 1742.123, 1744.473, 1748.941, 1750.652, 1752.351, 1754.166, 1755.881, 1757.459, 1760.172, 1768.159, 1774.195, 1779.587, 1788.125, 1796.699, 1803.411] + [-73.88521, 40.7674] + ], + "timestamps": [ + 232, 246.514, 264.388, 267.583, 282.694, 377.021, 399.573, 415.925, + 431.026, 457.211, 459.157, 460.124, 484.058, 488.047, 491.133, 500.221, + 501.421, 502.492, 504.315, 505.93, 506.772, 507.855, 509.229, 510.83, + 512.547, 518.286, 519.268, 631.121, 639.417, 650.228, 653.994, 658.487, + 661.06, 664.444, 667.145, 669.03, 670.976, 672.644, 674.444, 676.579, + 677.558, 679.499, 681.208, 681.208, 687.856, 692.619, 695.064, 696.409, + 698.106, 713.268, 738.581, 761.474, 780.646, 784.005, 858.094, 865.68, + 869.359, 871.978, 874.688, 879.017, 891.162, 892.435, 905.626, 909.29, + 912.28, 913.233, 915.499, 917.653, 919.97, 923.394, 927.378, 939.115, + 1002.721, 1004.603, 1008.683, 1011.168, 1013.074, 1015.622, 1018.362, + 1020.993, 1024.931, 1042.467, 1044.977, 1053.736, 1056.141, 1083.82, + 1118.383, 1146.974, 1152.679, 1155.37, 1165.187, 1176.113, 1181.898, + 1187.489, 1204.539, 1230.133, 1243.581, 1246.121, 1257.185, 1260.039, + 1275.21, 1277.116, 1280.092, 1282.403, 1308.733, 1311.203, 1314.469, + 1319.45, 1341.384, 1344.616, 1351.186, 1358.029, 1367.536, 1370.67, + 1373.972, 1377.257, 1380.549, 1383.401, 1386.319, 1389.265, 1392.344, + 1394.842, 1401.4, 1407.83, 1412.236, 1417.036, 1431.341, 1477.446, + 1480.92, 1484.28, 1487.68, 1490.806, 1501.67, 1511.591, 1521.782, + 1525.273, 1528.578, 1532.167, 1540.703, 1552.158, 1569.987, 1575.468, + 1576.887, 1579.335, 1583.02, 1585.275, 1587.452, 1590.515, 1594.84, + 1610.281, 1615.706, 1620.83, 1624.698, 1627.932, 1634.254, 1638.186, + 1640.775, 1642.949, 1645.397, 1653.131, 1658.484, 1667.026, 1669.749, + 1677.145, 1682.098, 1685.56, 1687.921, 1694.225, 1721.209, 1729.273, + 1731.451, 1733.565, 1737.007, 1739.657, 1742.123, 1744.473, 1748.941, + 1750.652, 1752.351, 1754.166, 1755.881, 1757.459, 1760.172, 1768.159, + 1774.195, 1779.587, 1788.125, 1796.699, 1803.411 + ] }, { "vendor": 0, @@ -35363,8 +41045,35 @@ [-73.88067, 40.72883], [-73.88121, 40.72875], [-73.88184, 40.72868], - [-73.88454, 40.72848]], - "timestamps": [ 48, 68.796, 78.46, 98.62, 116.513, 132.37, 143.353, 160.219, 172.556, 180.954, 212.713, 226.756, 242.96, 251.861, 254.085, 257.485, 261.97, 281.543, 286.586, 292.955, 315.983, 331.062, 339.591, 343.088, 374.467, 378.699, 384.062, 390.276, 453.788, 471.402, 488.486, 494.839, 498.367, 501.514, 504.886, 507.97, 511.034, 514.669, 516.905, 521.124, 526.645, 529.977, 533.652, 541.264, 548.236, 555.832, 563.348, 575.72, 582.169, 589.025, 595.732, 601.225, 605.624, 610.472, 615.155, 619.786, 625.665, 631.349, 635.057, 638.781, 643.943, 647.392, 651.157, 657.478, 661.736, 664.892, 669.68, 672.521, 674.981, 677.802, 680.457, 686.501, 688.691, 691.086, 693.352, 696.027, 698.587, 704.149, 706.365, 710.881, 719.604, 724.766, 731.93, 741.131, 746.588, 752.887, 760.647, 766.763, 772.62, 784.516, 791.569, 795.186, 803, 822.287, 900.761, 917.77, 963.443, 982.657, 984.577, 998.767, 1013.647, 1024.317, 1045.041, 1069.374, 1081.198, 1085.803, 1090.401, 1114.761, 1126.486, 1132.093, 1137.597, 1144.108, 1153.872, 1158.378, 1162.729, 1166.659, 1174.676, 1180.47, 1187.784, 1193.696, 1197.194, 1201.596, 1208.29, 1212.706, 1225.796, 1229.68, 1233.634, 1238.357, 1253.554, 1257.152, 1263.012, 1269.723, 1275.615, 1291, 1297.171, 1303.255, 1326.82, 1343.171, 1356.57, 1363.587, 1368.56, 1371.443, 1374.541, 1379.05, 1402.858, 1407.374, 1422.429, 1429.525, 1436.983, 1440.295, 1442.634, 1444.827, 1451.139, 1453.458, 1455.972, 1458.634, 1461.289, 1463.819, 1466.351, 1468.326, 1470.24, 1472.281, 1475.293, 1522.155, 1535.096, 1554.333, 1570.55, 1574.404, 1582.227, 1586.401, 1590.09, 1602.987, 1618.928, 1623.136, 1627.138, 1646.253, 1656.853, 1679.627, 1717.076, 1760.358, 1763.655, 1775.971, 1779.471, 1783.041, 1786.565, 1789.953, 1793.874, 1810.58] + [-73.88454, 40.72848] + ], + "timestamps": [ + 48, 68.796, 78.46, 98.62, 116.513, 132.37, 143.353, 160.219, 172.556, + 180.954, 212.713, 226.756, 242.96, 251.861, 254.085, 257.485, 261.97, + 281.543, 286.586, 292.955, 315.983, 331.062, 339.591, 343.088, 374.467, + 378.699, 384.062, 390.276, 453.788, 471.402, 488.486, 494.839, 498.367, + 501.514, 504.886, 507.97, 511.034, 514.669, 516.905, 521.124, 526.645, + 529.977, 533.652, 541.264, 548.236, 555.832, 563.348, 575.72, 582.169, + 589.025, 595.732, 601.225, 605.624, 610.472, 615.155, 619.786, 625.665, + 631.349, 635.057, 638.781, 643.943, 647.392, 651.157, 657.478, 661.736, + 664.892, 669.68, 672.521, 674.981, 677.802, 680.457, 686.501, 688.691, + 691.086, 693.352, 696.027, 698.587, 704.149, 706.365, 710.881, 719.604, + 724.766, 731.93, 741.131, 746.588, 752.887, 760.647, 766.763, 772.62, + 784.516, 791.569, 795.186, 803, 822.287, 900.761, 917.77, 963.443, + 982.657, 984.577, 998.767, 1013.647, 1024.317, 1045.041, 1069.374, + 1081.198, 1085.803, 1090.401, 1114.761, 1126.486, 1132.093, 1137.597, + 1144.108, 1153.872, 1158.378, 1162.729, 1166.659, 1174.676, 1180.47, + 1187.784, 1193.696, 1197.194, 1201.596, 1208.29, 1212.706, 1225.796, + 1229.68, 1233.634, 1238.357, 1253.554, 1257.152, 1263.012, 1269.723, + 1275.615, 1291, 1297.171, 1303.255, 1326.82, 1343.171, 1356.57, 1363.587, + 1368.56, 1371.443, 1374.541, 1379.05, 1402.858, 1407.374, 1422.429, + 1429.525, 1436.983, 1440.295, 1442.634, 1444.827, 1451.139, 1453.458, + 1455.972, 1458.634, 1461.289, 1463.819, 1466.351, 1468.326, 1470.24, + 1472.281, 1475.293, 1522.155, 1535.096, 1554.333, 1570.55, 1574.404, + 1582.227, 1586.401, 1590.09, 1602.987, 1618.928, 1623.136, 1627.138, + 1646.253, 1656.853, 1679.627, 1717.076, 1760.358, 1763.655, 1775.971, + 1779.471, 1783.041, 1786.565, 1789.953, 1793.874, 1810.58 + ] }, { "vendor": 0, @@ -35374,8 +41083,9 @@ [-73.9951, 40.75503], [-73.99539, 40.75467], [-73.99632, 40.7534], - [-73.99679, 40.75272]], - "timestamps": [ 1712, 1726.21, 1758.68, 1766.686, 1794.259, 1808.832] + [-73.99679, 40.75272] + ], + "timestamps": [1712, 1726.21, 1758.68, 1766.686, 1794.259, 1808.832] }, { "vendor": 0, @@ -35403,8 +41113,13 @@ [-73.99279, 40.73392], [-73.99111, 40.73321], [-73.99128, 40.73244], - [-73.99129, 40.73238]], - "timestamps": [ 229, 238.583, 257.75, 286.541, 287.777, 288.412, 290.073, 291.148, 298.711, 301.739, 304.606, 316.269, 342.393, 361.681, 375.026, 407.193, 413, 445.583, 467.305, 473.431, 480.083, 498.611, 504.54, 505] + [-73.99129, 40.73238] + ], + "timestamps": [ + 229, 238.583, 257.75, 286.541, 287.777, 288.412, 290.073, 291.148, + 298.711, 301.739, 304.606, 316.269, 342.393, 361.681, 375.026, 407.193, + 413, 445.583, 467.305, 473.431, 480.083, 498.611, 504.54, 505 + ] }, { "vendor": 0, @@ -35487,8 +41202,21 @@ [-74.00258, 40.70878], [-74.00344, 40.70807], [-74.00406, 40.70745], - [-74.00443, 40.70721]], - "timestamps": [ 883, 924.588, 942.214, 1070.992, 1073.937, 1092.127, 1093.272, 1124.975, 1128.318, 1135.096, 1207.621, 1210.493, 1242.429, 1245.539, 1248.297, 1250.342, 1252.81, 1258.397, 1260.584, 1262.761, 1263.978, 1264.874, 1266.482, 1270.109, 1273.412, 1277.675, 1279.893, 1287.125, 1289.392, 1295.468, 1306.675, 1315.262, 1319.054, 1322.667, 1326.04, 1344.082, 1348.089, 1351.103, 1354.354, 1358.626, 1362.757, 1368.16, 1393.711, 1394.471, 1396.339, 1399.069, 1402.528, 1405.148, 1406.365, 1408.858, 1410.911, 1412.934, 1438.543, 1458.259, 1463.604, 1483.851, 1490.016, 1501.733, 1504.931, 1509.83, 1514.151, 1520.804, 1522.049, 1523.849, 1524.489, 1526.297, 1527.947, 1532.121, 1535.372, 1540.713, 1542.271, 1544.029, 1574.737, 1579.075, 1593.729, 1613.588, 1631.938, 1646.749, 1654] + [-74.00443, 40.70721] + ], + "timestamps": [ + 883, 924.588, 942.214, 1070.992, 1073.937, 1092.127, 1093.272, 1124.975, + 1128.318, 1135.096, 1207.621, 1210.493, 1242.429, 1245.539, 1248.297, + 1250.342, 1252.81, 1258.397, 1260.584, 1262.761, 1263.978, 1264.874, + 1266.482, 1270.109, 1273.412, 1277.675, 1279.893, 1287.125, 1289.392, + 1295.468, 1306.675, 1315.262, 1319.054, 1322.667, 1326.04, 1344.082, + 1348.089, 1351.103, 1354.354, 1358.626, 1362.757, 1368.16, 1393.711, + 1394.471, 1396.339, 1399.069, 1402.528, 1405.148, 1406.365, 1408.858, + 1410.911, 1412.934, 1438.543, 1458.259, 1463.604, 1483.851, 1490.016, + 1501.733, 1504.931, 1509.83, 1514.151, 1520.804, 1522.049, 1523.849, + 1524.489, 1526.297, 1527.947, 1532.121, 1535.372, 1540.713, 1542.271, + 1544.029, 1574.737, 1579.075, 1593.729, 1613.588, 1631.938, 1646.749, 1654 + ] }, { "vendor": 0, @@ -35504,8 +41232,12 @@ [-73.9971, 40.7222], [-73.99712, 40.7223], [-73.99666, 40.72346], - [-73.99471, 40.72585]], - "timestamps": [ 1464, 1476.306, 1515.109, 1519.78, 1530.601, 1548.604, 1606.384, 1640.901, 1714.177, 1719.353, 1757.97, 1847.56] + [-73.99471, 40.72585] + ], + "timestamps": [ + 1464, 1476.306, 1515.109, 1519.78, 1530.601, 1548.604, 1606.384, 1640.901, + 1714.177, 1719.353, 1757.97, 1847.56 + ] }, { "vendor": 0, @@ -35555,8 +41287,16 @@ [-73.98344, 40.72201], [-73.98575, 40.723], [-73.98348, 40.72612], - [-73.98319, 40.72652]], - "timestamps": [ 81, 91.709, 169.734, 229.073, 243.922, 252.899, 256.939, 272.437, 307.632, 694.03, 709.991, 723.896, 765.883, 863.459, 872.503, 928.471, 934.904, 943.867, 992.194, 1018.832, 1041.781, 1084.618, 1087.239, 1093.91, 1095.573, 1097.3, 1099.959, 1103.554, 1109.097, 1134.643, 1144.203, 1151.67, 1227.055, 1235.618, 1278.916, 1332.016, 1335.56, 1338.717, 1340.113, 1491.804, 1497.693, 1504.007, 1535.941, 1584.898, 1702.885, 1718] + [-73.98319, 40.72652] + ], + "timestamps": [ + 81, 91.709, 169.734, 229.073, 243.922, 252.899, 256.939, 272.437, 307.632, + 694.03, 709.991, 723.896, 765.883, 863.459, 872.503, 928.471, 934.904, + 943.867, 992.194, 1018.832, 1041.781, 1084.618, 1087.239, 1093.91, + 1095.573, 1097.3, 1099.959, 1103.554, 1109.097, 1134.643, 1144.203, + 1151.67, 1227.055, 1235.618, 1278.916, 1332.016, 1335.56, 1338.717, + 1340.113, 1491.804, 1497.693, 1504.007, 1535.941, 1584.898, 1702.885, 1718 + ] }, { "vendor": 0, @@ -35568,8 +41308,11 @@ [-73.94759, 40.71347], [-73.94924, 40.71331], [-73.94937, 40.71406], - [-73.95378, 40.71406]], - "timestamps": [ 1433, 1492.202, 1512.825, 1530.077, 1629.926, 1662.817, 1704.856, 1802.036] + [-73.95378, 40.71406] + ], + "timestamps": [ + 1433, 1492.202, 1512.825, 1530.077, 1629.926, 1662.817, 1704.856, 1802.036 + ] }, { "vendor": 0, @@ -35615,8 +41358,16 @@ [-74.00086, 40.70752], [-74.00101, 40.70743], [-74.00146, 40.70787], - [-74.0018, 40.70818]], - "timestamps": [ 658, 664.878, 759.092, 865.688, 887.677, 932.781, 999.307, 1042.371, 1087.091, 1097.171, 1107.451, 1117.058, 1130.316, 1161.307, 1169.071, 1171.354, 1174.691, 1178.918, 1182.119, 1183.607, 1186.652, 1189.161, 1191.634, 1206.549, 1231.565, 1246.323, 1273.466, 1319.815, 1371.692, 1383.733, 1403.937, 1427.659, 1438.641, 1445.611, 1449.837, 1454.322, 1462.086, 1473.288, 1488.856, 1491.596, 1518.511, 1538] + [-74.0018, 40.70818] + ], + "timestamps": [ + 658, 664.878, 759.092, 865.688, 887.677, 932.781, 999.307, 1042.371, + 1087.091, 1097.171, 1107.451, 1117.058, 1130.316, 1161.307, 1169.071, + 1171.354, 1174.691, 1178.918, 1182.119, 1183.607, 1186.652, 1189.161, + 1191.634, 1206.549, 1231.565, 1246.323, 1273.466, 1319.815, 1371.692, + 1383.733, 1403.937, 1427.659, 1438.641, 1445.611, 1449.837, 1454.322, + 1462.086, 1473.288, 1488.856, 1491.596, 1518.511, 1538 + ] }, { "vendor": 0, @@ -35657,8 +41408,15 @@ [-74.01417, 40.71388], [-74.01514, 40.71432], [-74.01618, 40.71478], - [-74.01608, 40.71492]], - "timestamps": [ 315, 359.624, 362.955, 374.944, 500.226, 504.156, 549.61, 552.111, 591.461, 594.738, 601.667, 636.033, 762.347, 765.041, 818.749, 845.171, 883.785, 897.123, 937.074, 960.193, 963.755, 966.391, 1005.112, 1067.677, 1070.294, 1111.724, 1120.914, 1207.089, 1214.16, 1253.054, 1268.562, 1275.09, 1282.097, 1291.915, 1334.247, 1379.339, 1386] + [-74.01608, 40.71492] + ], + "timestamps": [ + 315, 359.624, 362.955, 374.944, 500.226, 504.156, 549.61, 552.111, + 591.461, 594.738, 601.667, 636.033, 762.347, 765.041, 818.749, 845.171, + 883.785, 897.123, 937.074, 960.193, 963.755, 966.391, 1005.112, 1067.677, + 1070.294, 1111.724, 1120.914, 1207.089, 1214.16, 1253.054, 1268.562, + 1275.09, 1282.097, 1291.915, 1334.247, 1379.339, 1386 + ] }, { "vendor": 1, @@ -35762,8 +41520,24 @@ [-73.95886, 40.70955], [-73.95864, 40.7099], [-73.95841, 40.71019], - [-73.9564, 40.71339]], - "timestamps": [ 453, 455.567, 494.205, 496.972, 524.534, 540.945, 567.56, 596.426, 636.99, 670.425, 682.12, 720.535, 777.577, 779.435, 794.366, 795.795, 798.107, 801.293, 803.044, 807.942, 823.953, 844.731, 856.619, 863.911, 866.784, 869.468, 871.666, 893.42, 896.158, 898.759, 901.984, 906.951, 911.144, 915.546, 919.341, 924.874, 928.429, 930.189, 933.851, 937.359, 947.355, 950.857, 954.424, 957.02, 958.578, 962.777, 988.662, 992.001, 995.527, 997.351, 1003.43, 1006.647, 1008.322, 1012.102, 1013.91, 1015.547, 1019.99, 1029.838, 1032.2, 1038.532, 1050.211, 1059.159, 1063.112, 1066.876, 1070.392, 1074.403, 1078.067, 1082.212, 1083.66, 1104.657, 1105.646, 1111.611, 1139.708, 1144.737, 1170.38, 1260.636, 1290.382, 1304.681, 1407.999, 1411.141, 1427.982, 1429.656, 1435.441, 1470.384, 1499.15, 1507.186, 1542.233, 1544.585, 1549.463, 1556.929, 1645.759, 1649.519, 1653.338, 1656.462, 1668.746, 1722.987, 1732.835, 1750.385, 1765.701, 1926.131] + [-73.9564, 40.71339] + ], + "timestamps": [ + 453, 455.567, 494.205, 496.972, 524.534, 540.945, 567.56, 596.426, 636.99, + 670.425, 682.12, 720.535, 777.577, 779.435, 794.366, 795.795, 798.107, + 801.293, 803.044, 807.942, 823.953, 844.731, 856.619, 863.911, 866.784, + 869.468, 871.666, 893.42, 896.158, 898.759, 901.984, 906.951, 911.144, + 915.546, 919.341, 924.874, 928.429, 930.189, 933.851, 937.359, 947.355, + 950.857, 954.424, 957.02, 958.578, 962.777, 988.662, 992.001, 995.527, + 997.351, 1003.43, 1006.647, 1008.322, 1012.102, 1013.91, 1015.547, + 1019.99, 1029.838, 1032.2, 1038.532, 1050.211, 1059.159, 1063.112, + 1066.876, 1070.392, 1074.403, 1078.067, 1082.212, 1083.66, 1104.657, + 1105.646, 1111.611, 1139.708, 1144.737, 1170.38, 1260.636, 1290.382, + 1304.681, 1407.999, 1411.141, 1427.982, 1429.656, 1435.441, 1470.384, + 1499.15, 1507.186, 1542.233, 1544.585, 1549.463, 1556.929, 1645.759, + 1649.519, 1653.338, 1656.462, 1668.746, 1722.987, 1732.835, 1750.385, + 1765.701, 1926.131 + ] }, { "vendor": 0, @@ -35798,8 +41572,15 @@ [-73.99251, 40.71397], [-73.99258, 40.71438], [-73.99257, 40.71465], - [-73.99117, 40.71734]], - "timestamps": [ 1279, 1281.347, 1287.178, 1301.604, 1321.261, 1359.406, 1371.72, 1394.02, 1414.139, 1437.446, 1461.076, 1482.045, 1498.962, 1519.921, 1542.604, 1553.421, 1576.541, 1580.634, 1646.564, 1648.707, 1660.036, 1661.617, 1690.959, 1694.586, 1696.633, 1758.188, 1759.032, 1763.505, 1780.159, 1785.664, 1844.607] + [-73.99117, 40.71734] + ], + "timestamps": [ + 1279, 1281.347, 1287.178, 1301.604, 1321.261, 1359.406, 1371.72, 1394.02, + 1414.139, 1437.446, 1461.076, 1482.045, 1498.962, 1519.921, 1542.604, + 1553.421, 1576.541, 1580.634, 1646.564, 1648.707, 1660.036, 1661.617, + 1690.959, 1694.586, 1696.633, 1758.188, 1759.032, 1763.505, 1780.159, + 1785.664, 1844.607 + ] }, { "vendor": 0, @@ -35818,8 +41599,13 @@ [-74.00219, 40.72969], [-74.00141, 40.73106], [-73.99187, 40.74418], - [-73.98782, 40.7497]], - "timestamps": [ 1066, 1096.246, 1126.085, 1158.095, 1177.375, 1233.089, 1252.335, 1255.345, 1286.956, 1292.109, 1371.867, 1418.959, 1451.544, 1778.674, 1916.593] + [-73.98782, 40.7497] + ], + "timestamps": [ + 1066, 1096.246, 1126.085, 1158.095, 1177.375, 1233.089, 1252.335, + 1255.345, 1286.956, 1292.109, 1371.867, 1418.959, 1451.544, 1778.674, + 1916.593 + ] }, { "vendor": 1, @@ -35835,8 +41621,12 @@ [-73.96906, 40.68415], [-73.96978, 40.68775], [-73.97013, 40.6895], - [-73.97793, 40.6898]], - "timestamps": [ 1473, 1532.841, 1579.442, 1588.457, 1589.726, 1591.84, 1601.709, 1605.326, 1646.392, 1718.009, 1752.823, 1835.675] + [-73.97793, 40.6898] + ], + "timestamps": [ + 1473, 1532.841, 1579.442, 1588.457, 1589.726, 1591.84, 1601.709, 1605.326, + 1646.392, 1718.009, 1752.823, 1835.675 + ] }, { "vendor": 0, @@ -35854,8 +41644,12 @@ [-73.97246, 40.69618], [-73.97345, 40.69622], [-73.9738, 40.69797], - [-73.97753, 40.69813]], - "timestamps": [ 1166, 1214.297, 1261.988, 1310.892, 1443.765, 1448.057, 1483.525, 1502.151, 1690.622, 1699.205, 1735.623, 1753.298, 1795.8, 1856.56] + [-73.97753, 40.69813] + ], + "timestamps": [ + 1166, 1214.297, 1261.988, 1310.892, 1443.765, 1448.057, 1483.525, + 1502.151, 1690.622, 1699.205, 1735.623, 1753.298, 1795.8, 1856.56 + ] }, { "vendor": 0, @@ -35864,8 +41658,9 @@ [-73.9844, 40.72486], [-73.98483, 40.72426], [-73.98528, 40.72364], - [-73.98979, 40.72554]], - "timestamps": [ 1725, 1726.375, 1743.599, 1761.45, 1821.637] + [-73.98979, 40.72554] + ], + "timestamps": [1725, 1726.375, 1743.599, 1761.45, 1821.637] }, { "vendor": 0, @@ -35893,8 +41688,14 @@ [-73.99028, 40.7191], [-73.98981, 40.71895], [-73.98972, 40.7191], - [-73.9901, 40.71922]], - "timestamps": [ 1153, 1158.695, 1161.542, 1199.262, 1221.116, 1229.883, 1299.181, 1431.873, 1450.567, 1478.003, 1504.67, 1517.711, 1560.426, 1605.652, 1645.568, 1651.318, 1685.938, 1716.811, 1737.059, 1755.253, 1761.389, 1772.338, 1779.457, 1788] + [-73.9901, 40.71922] + ], + "timestamps": [ + 1153, 1158.695, 1161.542, 1199.262, 1221.116, 1229.883, 1299.181, + 1431.873, 1450.567, 1478.003, 1504.67, 1517.711, 1560.426, 1605.652, + 1645.568, 1651.318, 1685.938, 1716.811, 1737.059, 1755.253, 1761.389, + 1772.338, 1779.457, 1788 + ] }, { "vendor": 0, @@ -35933,8 +41734,15 @@ [-73.95747, 40.77691], [-73.9584, 40.77563], [-73.95889, 40.77497], - [-73.94821, 40.77046]], - "timestamps": [ 738, 843.713, 859.791, 877.541, 1168.881, 1181.994, 1185.405, 1192.446, 1207.6, 1211.2, 1218.32, 1231.652, 1237.647, 1244.481, 1274.009, 1283.96, 1288.928, 1293.983, 1298.014, 1301.973, 1315.166, 1317.899, 1329.76, 1336.815, 1344.06, 1358.862, 1374.149, 1376.507, 1421.159, 1423.02, 1559.005, 1615.418, 1647.447, 1664.046, 1984.44] + [-73.94821, 40.77046] + ], + "timestamps": [ + 738, 843.713, 859.791, 877.541, 1168.881, 1181.994, 1185.405, 1192.446, + 1207.6, 1211.2, 1218.32, 1231.652, 1237.647, 1244.481, 1274.009, 1283.96, + 1288.928, 1293.983, 1298.014, 1301.973, 1315.166, 1317.899, 1329.76, + 1336.815, 1344.06, 1358.862, 1374.149, 1376.507, 1421.159, 1423.02, + 1559.005, 1615.418, 1647.447, 1664.046, 1984.44 + ] }, { "vendor": 0, @@ -36011,8 +41819,20 @@ [-73.97946, 40.72746], [-73.98178, 40.72844], [-73.98132, 40.72908], - [-73.98121, 40.72924]], - "timestamps": [ 138, 249.557, 272.222, 283.448, 478.054, 505.151, 511.892, 518.716, 523.481, 528.578, 544.285, 548.534, 555.497, 566.369, 578.193, 596.939, 605.339, 611.913, 618.33, 639.018, 643.296, 645.759, 648.938, 650.758, 655.126, 665.799, 679.486, 681.985, 684.742, 703.061, 706.139, 717.703, 720.307, 734.315, 749.844, 761.111, 778.983, 784.825, 790.915, 805.398, 811.224, 812.993, 821.876, 829.414, 832.667, 834.58, 836.581, 838.792, 840.906, 843.059, 845.233, 847.401, 862.157, 865.543, 867.55, 869.478, 893.058, 901.882, 908.774, 978.355, 986.259, 1026.224, 1075.235, 1078.507, 1081.421, 1082.709, 1222.722, 1228.157, 1440.808, 1462.569, 1513.406, 1531.516, 1536] + [-73.98121, 40.72924] + ], + "timestamps": [ + 138, 249.557, 272.222, 283.448, 478.054, 505.151, 511.892, 518.716, + 523.481, 528.578, 544.285, 548.534, 555.497, 566.369, 578.193, 596.939, + 605.339, 611.913, 618.33, 639.018, 643.296, 645.759, 648.938, 650.758, + 655.126, 665.799, 679.486, 681.985, 684.742, 703.061, 706.139, 717.703, + 720.307, 734.315, 749.844, 761.111, 778.983, 784.825, 790.915, 805.398, + 811.224, 812.993, 821.876, 829.414, 832.667, 834.58, 836.581, 838.792, + 840.906, 843.059, 845.233, 847.401, 862.157, 865.543, 867.55, 869.478, + 893.058, 901.882, 908.774, 978.355, 986.259, 1026.224, 1075.235, 1078.507, + 1081.421, 1082.709, 1222.722, 1228.157, 1440.808, 1462.569, 1513.406, + 1531.516, 1536 + ] }, { "vendor": 0, @@ -36100,8 +41920,22 @@ [-73.99764, 40.70882], [-73.99728, 40.70889], [-73.99449, 40.70927], - [-73.99329, 40.7094]], - "timestamps": [ 704, 714, 1001.274, 1009, 1058.109, 1101.677, 1110.022, 1119.904, 1137.275, 1147.448, 1150.666, 1182.333, 1192.901, 1207.333, 1217.106, 1237.165, 1247.333, 1254, 1258.268, 1266.419, 1271.598, 1341.863, 1346.692, 1351.758, 1449.762, 1452.635, 1458.01, 1468.29, 1471.187, 1476.78, 1481.514, 1486.295, 1488.571, 1494, 1507.781, 1517.552, 1524.834, 1529.772, 1535.656, 1539.585, 1542.745, 1546.715, 1549.464, 1552.688, 1556.087, 1558.574, 1563.119, 1564, 1574, 1578.725, 1582.522, 1595.666, 1598.94, 1600.562, 1603.435, 1606.569, 1628.273, 1630.066, 1632.392, 1635.21, 1637.864, 1640.773, 1643.379, 1645.246, 1647.859, 1652.05, 1655.127, 1676.686, 1677.333, 1679.808, 1682.144, 1689.255, 1702.199, 1732.896, 1747.535, 1752.258, 1761.083, 1769.355, 1772.986, 1776.075, 1778.472, 1780.945, 1799.808, 1807.875] + [-73.99329, 40.7094] + ], + "timestamps": [ + 704, 714, 1001.274, 1009, 1058.109, 1101.677, 1110.022, 1119.904, + 1137.275, 1147.448, 1150.666, 1182.333, 1192.901, 1207.333, 1217.106, + 1237.165, 1247.333, 1254, 1258.268, 1266.419, 1271.598, 1341.863, + 1346.692, 1351.758, 1449.762, 1452.635, 1458.01, 1468.29, 1471.187, + 1476.78, 1481.514, 1486.295, 1488.571, 1494, 1507.781, 1517.552, 1524.834, + 1529.772, 1535.656, 1539.585, 1542.745, 1546.715, 1549.464, 1552.688, + 1556.087, 1558.574, 1563.119, 1564, 1574, 1578.725, 1582.522, 1595.666, + 1598.94, 1600.562, 1603.435, 1606.569, 1628.273, 1630.066, 1632.392, + 1635.21, 1637.864, 1640.773, 1643.379, 1645.246, 1647.859, 1652.05, + 1655.127, 1676.686, 1677.333, 1679.808, 1682.144, 1689.255, 1702.199, + 1732.896, 1747.535, 1752.258, 1761.083, 1769.355, 1772.986, 1776.075, + 1778.472, 1780.945, 1799.808, 1807.875 + ] }, { "vendor": 0, @@ -36120,8 +41954,12 @@ [-74.00406, 40.70745], [-74.00344, 40.70807], [-74.0028, 40.7086], - [-74.00165, 40.70949]], - "timestamps": [ 1304, 1408.694, 1415.899, 1472.45, 1486.572, 1559.859, 1603.738, 1632.335, 1657.575, 1686.8125, 1716.456, 1742.762, 1759.859, 1775.649, 1803.026] + [-74.00165, 40.70949] + ], + "timestamps": [ + 1304, 1408.694, 1415.899, 1472.45, 1486.572, 1559.859, 1603.738, 1632.335, + 1657.575, 1686.8125, 1716.456, 1742.762, 1759.859, 1775.649, 1803.026 + ] }, { "vendor": 0, @@ -36187,8 +42025,19 @@ [-73.99896, 40.76361], [-73.99877, 40.76384], [-73.99775, 40.76528], - [-73.9958, 40.76791]], - "timestamps": [ 665, 681.166, 684.35, 733.004, 779.984, 797.675, 848.798, 866.457, 903.754, 925.336, 928.661, 931.122, 935.683, 939.242, 942.503, 943.929, 945.219, 947.289, 952.263, 975.47, 1015.099, 1028.12, 1068.706, 1087.41, 1090.299, 1168.004, 1224.591, 1241.482, 1249.184, 1254.036, 1256.209, 1261.123, 1272.142, 1277.591, 1280.295, 1292.233, 1302.842, 1305.435, 1330.518, 1360.718, 1386.092, 1389.998, 1403.853, 1408.867, 1413.413, 1427.58, 1431.938, 1436.538, 1441.678, 1446.818, 1515.187, 1527.06, 1628.338, 1685.865, 1694.925, 1713.859, 1731.363, 1738.672, 1743.04, 1748.395, 1780.647, 1840.177] + [-73.9958, 40.76791] + ], + "timestamps": [ + 665, 681.166, 684.35, 733.004, 779.984, 797.675, 848.798, 866.457, + 903.754, 925.336, 928.661, 931.122, 935.683, 939.242, 942.503, 943.929, + 945.219, 947.289, 952.263, 975.47, 1015.099, 1028.12, 1068.706, 1087.41, + 1090.299, 1168.004, 1224.591, 1241.482, 1249.184, 1254.036, 1256.209, + 1261.123, 1272.142, 1277.591, 1280.295, 1292.233, 1302.842, 1305.435, + 1330.518, 1360.718, 1386.092, 1389.998, 1403.853, 1408.867, 1413.413, + 1427.58, 1431.938, 1436.538, 1441.678, 1446.818, 1515.187, 1527.06, + 1628.338, 1685.865, 1694.925, 1713.859, 1731.363, 1738.672, 1743.04, + 1748.395, 1780.647, 1840.177 + ] }, { "vendor": 0, @@ -36221,8 +42070,14 @@ [-73.99995, 40.70797], [-74.00101, 40.70743], [-74.00231, 40.70669], - [-74.00296, 40.70632]], - "timestamps": [ 243, 245.666, 249.905, 256.333, 259.673, 260.777, 293.223, 298.111, 310.555, 314.111, 335.626, 353.302, 357.413, 358.829, 360.333, 385.894, 388.777, 399.636, 406.12, 416.999, 429.772, 435.686, 439.439, 441.715, 444.922, 454.332, 464.186, 476.728, 483] + [-74.00296, 40.70632] + ], + "timestamps": [ + 243, 245.666, 249.905, 256.333, 259.673, 260.777, 293.223, 298.111, + 310.555, 314.111, 335.626, 353.302, 357.413, 358.829, 360.333, 385.894, + 388.777, 399.636, 406.12, 416.999, 429.772, 435.686, 439.439, 441.715, + 444.922, 454.332, 464.186, 476.728, 483 + ] }, { "vendor": 0, @@ -36259,8 +42114,15 @@ [-73.97444, 40.72204], [-73.97433, 40.72236], [-73.97408, 40.72284], - [-73.97242, 40.7255]], - "timestamps": [ 1480, 1504.067, 1516.804, 1530.808, 1547.475, 1554.958, 1562.897, 1569.024, 1641.261, 1656.491, 1660.523, 1685.46, 1691.255, 1697.167, 1699.198, 1701.307, 1703.857, 1707.67, 1708.987, 1711.333, 1714.221, 1716.089, 1738.657, 1748.099, 1753.822, 1758.451, 1760.786, 1765.781, 1781.356, 1786.786, 1789.097, 1792.702, 1813.259] + [-73.97242, 40.7255] + ], + "timestamps": [ + 1480, 1504.067, 1516.804, 1530.808, 1547.475, 1554.958, 1562.897, + 1569.024, 1641.261, 1656.491, 1660.523, 1685.46, 1691.255, 1697.167, + 1699.198, 1701.307, 1703.857, 1707.67, 1708.987, 1711.333, 1714.221, + 1716.089, 1738.657, 1748.099, 1753.822, 1758.451, 1760.786, 1765.781, + 1781.356, 1786.786, 1789.097, 1792.702, 1813.259 + ] }, { "vendor": 0, @@ -36353,8 +42215,23 @@ [-73.97187, 40.7268], [-73.97166, 40.72829], [-73.97166, 40.72863], - [-73.9717, 40.72893]], - "timestamps": [ 950, 957.385, 988.404, 1129.577, 1131.5, 1142.193, 1146.046, 1149.409, 1158.992, 1164.181, 1185.205, 1190.769, 1195.86, 1221.216, 1247.112, 1270.533, 1286.494, 1291.212, 1302.393, 1304.136, 1312.36, 1314.846, 1321.036, 1338.045, 1442.001, 1456.649, 1457.636, 1459.903, 1460.865, 1461.652, 1463.044, 1463.89, 1464.707, 1465.506, 1466.359, 1467.158, 1468.245, 1468.668, 1472.912, 1477.098, 1481.181, 1483.686, 1503.127, 1505.196, 1506.68, 1511.297, 1511.865, 1514.234, 1516.682, 1517.775, 1520.036, 1522.53, 1523.447, 1529.248, 1532.848, 1539.464, 1544.559, 1557.307, 1568.909, 1572.946, 1595.851, 1620.059, 1630.043, 1647.424, 1649.636, 1651.932, 1654.709, 1658.861, 1660.294, 1662.85, 1665.994, 1668.028, 1692.602, 1702.884, 1709.115, 1714.156, 1716.699, 1722.138, 1739.098, 1745.011, 1747.527, 1751.452, 1773.837, 1776.229, 1781.214, 1784.248, 1795.647, 1798.234, 1800.528] + [-73.9717, 40.72893] + ], + "timestamps": [ + 950, 957.385, 988.404, 1129.577, 1131.5, 1142.193, 1146.046, 1149.409, + 1158.992, 1164.181, 1185.205, 1190.769, 1195.86, 1221.216, 1247.112, + 1270.533, 1286.494, 1291.212, 1302.393, 1304.136, 1312.36, 1314.846, + 1321.036, 1338.045, 1442.001, 1456.649, 1457.636, 1459.903, 1460.865, + 1461.652, 1463.044, 1463.89, 1464.707, 1465.506, 1466.359, 1467.158, + 1468.245, 1468.668, 1472.912, 1477.098, 1481.181, 1483.686, 1503.127, + 1505.196, 1506.68, 1511.297, 1511.865, 1514.234, 1516.682, 1517.775, + 1520.036, 1522.53, 1523.447, 1529.248, 1532.848, 1539.464, 1544.559, + 1557.307, 1568.909, 1572.946, 1595.851, 1620.059, 1630.043, 1647.424, + 1649.636, 1651.932, 1654.709, 1658.861, 1660.294, 1662.85, 1665.994, + 1668.028, 1692.602, 1702.884, 1709.115, 1714.156, 1716.699, 1722.138, + 1739.098, 1745.011, 1747.527, 1751.452, 1773.837, 1776.229, 1781.214, + 1784.248, 1795.647, 1798.234, 1800.528 + ] }, { "vendor": 0, @@ -36377,8 +42254,13 @@ [-73.99873, 40.71716], [-73.99891, 40.71727], [-74.00187, 40.7194], - [-74.00517, 40.72175]], - "timestamps": [ 838, 852.368, 1016.039, 1035.567, 1195.475, 1200.711, 1218.219, 1251.094, 1278.035, 1287.016, 1491.48, 1497.155, 1508.54, 1511.759, 1515.087, 1589.568, 1595.458, 1699.427, 1814.767] + [-74.00517, 40.72175] + ], + "timestamps": [ + 838, 852.368, 1016.039, 1035.567, 1195.475, 1200.711, 1218.219, 1251.094, + 1278.035, 1287.016, 1491.48, 1497.155, 1508.54, 1511.759, 1515.087, + 1589.568, 1595.458, 1699.427, 1814.767 + ] }, { "vendor": 0, @@ -36449,8 +42331,20 @@ [-73.9705, 40.74535], [-73.97018, 40.7457], [-73.96978, 40.74608], - [-73.9692, 40.7466]], - "timestamps": [ 1088, 1093.854, 1138.737, 1187.523, 1275.098, 1298.755, 1304.64, 1341.034, 1349.493, 1359.106, 1362.41, 1365.839, 1369.986, 1376.187, 1378.328, 1382.144, 1386.839, 1389.877, 1426.576, 1441.93, 1451.236, 1458.765, 1462.562, 1470.684, 1496.012, 1504.843, 1508.599, 1514.462, 1547.892, 1551.463, 1558.908, 1563.439, 1580.463, 1584.326, 1587.751, 1590.453, 1593.583, 1596.945, 1600.359, 1603.405, 1612.903, 1617.55, 1620.122, 1622.583, 1624.849, 1627.531, 1665.155, 1669.318, 1672.97, 1677.404, 1681.935, 1687.873, 1691.411, 1709.14, 1712.225, 1716.974, 1727.238, 1752.518, 1756.649, 1762.237, 1767.889, 1778.542, 1785.536, 1788.476, 1793.313, 1798.835, 1806.57] + [-73.9692, 40.7466] + ], + "timestamps": [ + 1088, 1093.854, 1138.737, 1187.523, 1275.098, 1298.755, 1304.64, 1341.034, + 1349.493, 1359.106, 1362.41, 1365.839, 1369.986, 1376.187, 1378.328, + 1382.144, 1386.839, 1389.877, 1426.576, 1441.93, 1451.236, 1458.765, + 1462.562, 1470.684, 1496.012, 1504.843, 1508.599, 1514.462, 1547.892, + 1551.463, 1558.908, 1563.439, 1580.463, 1584.326, 1587.751, 1590.453, + 1593.583, 1596.945, 1600.359, 1603.405, 1612.903, 1617.55, 1620.122, + 1622.583, 1624.849, 1627.531, 1665.155, 1669.318, 1672.97, 1677.404, + 1681.935, 1687.873, 1691.411, 1709.14, 1712.225, 1716.974, 1727.238, + 1752.518, 1756.649, 1762.237, 1767.889, 1778.542, 1785.536, 1788.476, + 1793.313, 1798.835, 1806.57 + ] }, { "vendor": 0, @@ -36478,8 +42372,14 @@ [-74.01095, 40.68998], [-74.01124, 40.69043], [-74.01149, 40.69092], - [-74.01509, 40.70071]], - "timestamps": [ 1041, 1086.222, 1086.679, 1349.138, 1421.027, 1447.035, 1537.784, 1550.236, 1568.229, 1573.921, 1606.066, 1616.794, 1631.443, 1641.364, 1661.725, 1672.047, 1678.814, 1683.147, 1691.421, 1696.678, 1768.003, 1772.906, 1778.048, 1877.53] + [-74.01509, 40.70071] + ], + "timestamps": [ + 1041, 1086.222, 1086.679, 1349.138, 1421.027, 1447.035, 1537.784, + 1550.236, 1568.229, 1573.921, 1606.066, 1616.794, 1631.443, 1641.364, + 1661.725, 1672.047, 1678.814, 1683.147, 1691.421, 1696.678, 1768.003, + 1772.906, 1778.048, 1877.53 + ] }, { "vendor": 1, @@ -36502,8 +42402,13 @@ [-73.96929, 40.6878], [-73.96878, 40.68786], [-73.96952, 40.69156], - [-73.96981, 40.69304]], - "timestamps": [ 44, 46.778, 48.878, 95.861, 223.488, 310.51, 335.404, 336.645, 358.985, 400.803, 407.028, 409.958, 455.129, 501.722, 533.903, 537.981, 542.238, 624.935, 658] + [-73.96981, 40.69304] + ], + "timestamps": [ + 44, 46.778, 48.878, 95.861, 223.488, 310.51, 335.404, 336.645, 358.985, + 400.803, 407.028, 409.958, 455.129, 501.722, 533.903, 537.981, 542.238, + 624.935, 658 + ] }, { "vendor": 1, @@ -36518,8 +42423,12 @@ [-73.98869, 40.68121], [-73.98785, 40.68249], [-73.98742, 40.68312], - [-73.98523, 40.68227]], - "timestamps": [ 1387, 1388.814, 1470.199, 1514.003, 1531.324, 1548.475, 1600.435, 1651.892, 1699.186, 1722.651, 1803.187] + [-73.98523, 40.68227] + ], + "timestamps": [ + 1387, 1388.814, 1470.199, 1514.003, 1531.324, 1548.475, 1600.435, + 1651.892, 1699.186, 1722.651, 1803.187 + ] }, { "vendor": 0, @@ -36539,8 +42448,12 @@ [-73.99626, 40.72195], [-73.99585, 40.72178], [-73.99546, 40.72161], - [-73.9955, 40.72151]], - "timestamps": [ 228, 229.88, 244.933, 254.328, 279.152, 281.283, 330.484, 332.529, 334.567, 350.014, 357.761, 372.029, 380.955, 387.023, 392.865, 396] + [-73.9955, 40.72151] + ], + "timestamps": [ + 228, 229.88, 244.933, 254.328, 279.152, 281.283, 330.484, 332.529, + 334.567, 350.014, 357.761, 372.029, 380.955, 387.023, 392.865, 396 + ] }, { "vendor": 0, @@ -36556,8 +42469,12 @@ [-74.01293, 40.71642], [-74.01275, 40.71711], [-74.01204, 40.72031], - [-74.01092, 40.7258]], - "timestamps": [ 1502, 1538.848, 1540.807, 1544.745, 1556.357, 1579.58, 1628.467, 1638.025, 1653.078, 1664.032, 1714.569, 1801.087] + [-74.01092, 40.7258] + ], + "timestamps": [ + 1502, 1538.848, 1540.807, 1544.745, 1556.357, 1579.58, 1628.467, 1638.025, + 1653.078, 1664.032, 1714.569, 1801.087 + ] }, { "vendor": 0, @@ -36606,8 +42523,16 @@ [-73.99199, 40.72561], [-73.99172, 40.72636], [-73.99185, 40.72641], - [-73.99189, 40.72631]], - "timestamps": [ 569, 589.475, 606.265, 622.775, 637.707, 650.291, 654.011, 662.826, 664.2, 670.683, 672.643, 677.524, 690.933, 772.891, 784.439, 803.568, 805.927, 808.26, 810.764, 813.162, 815.362, 817.367, 824.033, 837.477, 846.92, 849.611, 860.119, 881.206, 895.874, 925.981, 1000.288, 1027.827, 1083.3, 1087.218, 1117.606, 1188.103, 1199.958, 1210.659, 1262.395, 1264.228, 1265.884, 1267.722, 1292.177, 1295.67, 1298] + [-73.99189, 40.72631] + ], + "timestamps": [ + 569, 589.475, 606.265, 622.775, 637.707, 650.291, 654.011, 662.826, 664.2, + 670.683, 672.643, 677.524, 690.933, 772.891, 784.439, 803.568, 805.927, + 808.26, 810.764, 813.162, 815.362, 817.367, 824.033, 837.477, 846.92, + 849.611, 860.119, 881.206, 895.874, 925.981, 1000.288, 1027.827, 1083.3, + 1087.218, 1117.606, 1188.103, 1199.958, 1210.659, 1262.395, 1264.228, + 1265.884, 1267.722, 1292.177, 1295.67, 1298 + ] }, { "vendor": 0, @@ -36625,8 +42550,12 @@ [-73.99358, 40.72164], [-73.99392, 40.72081], [-73.99411, 40.72034], - [-73.994, 40.72026]], - "timestamps": [ 1495, 1497.886, 1502.216, 1532.365, 1546.959, 1584.215, 1646.025, 1658.095, 1690.214, 1701.395, 1715.828, 1767.454, 1796.654, 1801.063] + [-73.994, 40.72026] + ], + "timestamps": [ + 1495, 1497.886, 1502.216, 1532.365, 1546.959, 1584.215, 1646.025, + 1658.095, 1690.214, 1701.395, 1715.828, 1767.454, 1796.654, 1801.063 + ] }, { "vendor": 0, @@ -36659,8 +42588,15 @@ [-73.9849, 40.78462], [-73.98508, 40.78424], [-73.98541, 40.78367], - [-73.98669, 40.78185]], - "timestamps": [ 1499, 1624.058, 1630.297, 1635.006, 1678.185, 1684.241, 1687.077, 1691.882, 1701.859, 1717.853, 1737.233, 1738.696, 1740.174, 1741.384, 1742.334, 1744.022, 1745.309, 1747.142, 1748.55, 1750.067, 1751.475, 1753.281, 1756.92, 1760.898, 1764.224, 1771.578, 1778.557, 1789.315, 1804.972] + [-73.98669, 40.78185] + ], + "timestamps": [ + 1499, 1624.058, 1630.297, 1635.006, 1678.185, 1684.241, 1687.077, + 1691.882, 1701.859, 1717.853, 1737.233, 1738.696, 1740.174, 1741.384, + 1742.334, 1744.022, 1745.309, 1747.142, 1748.55, 1750.067, 1751.475, + 1753.281, 1756.92, 1760.898, 1764.224, 1771.578, 1778.557, 1789.315, + 1804.972 + ] }, { "vendor": 0, @@ -36671,8 +42607,11 @@ [-74.00545, 40.71803], [-74.00538, 40.7181], [-74.00526, 40.71825], - [-74.00353, 40.71744]], - "timestamps": [ 1684, 1728.734, 1734.009, 1736.145, 1737.624, 1740.576, 1802.348] + [-74.00353, 40.71744] + ], + "timestamps": [ + 1684, 1728.734, 1734.009, 1736.145, 1737.624, 1740.576, 1802.348 + ] }, { "vendor": 0, @@ -36684,8 +42623,11 @@ [-73.98041, 40.67225], [-73.98293, 40.66924], [-73.98343, 40.66864], - [-73.98827, 40.67098]], - "timestamps": [ 1566, 1580.502, 1591.049, 1637.332, 1683.336, 1762.5, 1778.259, 1865.704] + [-73.98827, 40.67098] + ], + "timestamps": [ + 1566, 1580.502, 1591.049, 1637.332, 1683.336, 1762.5, 1778.259, 1865.704 + ] }, { "vendor": 0, @@ -36713,15 +42655,21 @@ [-73.99712, 40.7223], [-73.99666, 40.72346], [-73.99555, 40.72481], - [-73.99542, 40.72497]], - "timestamps": [ 286, 300.552, 342.753, 357.91, 373.312, 378.446, 422.688, 427.154, 431.52, 459.511, 476.631, 501.567, 518.832, 530.08, 531.929, 604.5, 651.256, 697.277, 743.061, 766.901, 790.956, 829.866, 880.963, 887] + [-73.99542, 40.72497] + ], + "timestamps": [ + 286, 300.552, 342.753, 357.91, 373.312, 378.446, 422.688, 427.154, 431.52, + 459.511, 476.631, 501.567, 518.832, 530.08, 531.929, 604.5, 651.256, + 697.277, 743.061, 766.901, 790.956, 829.866, 880.963, 887 + ] }, { "vendor": 1, "path": [ [-73.96309, 40.61381], - [-73.96462, 40.62189]], - "timestamps": [ 1671, 1832.985] + [-73.96462, 40.62189] + ], + "timestamps": [1671, 1832.985] }, { "vendor": 1, @@ -36755,8 +42703,14 @@ [-73.98664, 40.67274], [-73.98428, 40.67159], [-73.98529, 40.67038], - [-73.98536, 40.6703]], - "timestamps": [ 816, 841.633, 856.678, 872.394, 954.209, 1007.74, 1016.964, 1020.044, 1042.598, 1058.667, 1122.833, 1133.858, 1138.179, 1164.129, 1175.341, 1190.054, 1215.857, 1217.936, 1230.551, 1261.553, 1386.535, 1401.935, 1417.767, 1434.754, 1514.662, 1520.414, 1523.612, 1586.036, 1622.551, 1625] + [-73.98536, 40.6703] + ], + "timestamps": [ + 816, 841.633, 856.678, 872.394, 954.209, 1007.74, 1016.964, 1020.044, + 1042.598, 1058.667, 1122.833, 1133.858, 1138.179, 1164.129, 1175.341, + 1190.054, 1215.857, 1217.936, 1230.551, 1261.553, 1386.535, 1401.935, + 1417.767, 1434.754, 1514.662, 1520.414, 1523.612, 1586.036, 1622.551, 1625 + ] }, { "vendor": 0, @@ -36843,8 +42797,22 @@ [-73.93748, 40.72409], [-73.93702, 40.72428], [-73.93664, 40.72439], - [-73.93227, 40.72556]], - "timestamps": [ 1030, 1057.906, 1060.899, 1062.712, 1152.205, 1184.753, 1199.974, 1225.53, 1236.76, 1246.158, 1249.122, 1252.077, 1255.283, 1262.441, 1267.967, 1277.351, 1282.704, 1291.465, 1321.7, 1326.626, 1331.934, 1335.321, 1337.838, 1341.772, 1344.641, 1347.014, 1349.176, 1352.019, 1353.036, 1357.155, 1360.711, 1368.749, 1380.661, 1383.923, 1386.643, 1389.898, 1392.414, 1394.4, 1396.859, 1411.034, 1424.121, 1427.757, 1431.666, 1433.915, 1436.051, 1438.35, 1441.747, 1445.7, 1457.346, 1520.453, 1522.32, 1526.368, 1528.834, 1529.644, 1530.725, 1533.253, 1535.972, 1538.581, 1542.489, 1559.887, 1562.377, 1571.068, 1573.454, 1600.916, 1635.208, 1663.575, 1669.236, 1671.905, 1681.645, 1692.486, 1698.226, 1703.772, 1720.689, 1746.083, 1759.425, 1761.945, 1772.922, 1775.754, 1790.806, 1792.697, 1795.65, 1797.943, 1824.067] + [-73.93227, 40.72556] + ], + "timestamps": [ + 1030, 1057.906, 1060.899, 1062.712, 1152.205, 1184.753, 1199.974, 1225.53, + 1236.76, 1246.158, 1249.122, 1252.077, 1255.283, 1262.441, 1267.967, + 1277.351, 1282.704, 1291.465, 1321.7, 1326.626, 1331.934, 1335.321, + 1337.838, 1341.772, 1344.641, 1347.014, 1349.176, 1352.019, 1353.036, + 1357.155, 1360.711, 1368.749, 1380.661, 1383.923, 1386.643, 1389.898, + 1392.414, 1394.4, 1396.859, 1411.034, 1424.121, 1427.757, 1431.666, + 1433.915, 1436.051, 1438.35, 1441.747, 1445.7, 1457.346, 1520.453, + 1522.32, 1526.368, 1528.834, 1529.644, 1530.725, 1533.253, 1535.972, + 1538.581, 1542.489, 1559.887, 1562.377, 1571.068, 1573.454, 1600.916, + 1635.208, 1663.575, 1669.236, 1671.905, 1681.645, 1692.486, 1698.226, + 1703.772, 1720.689, 1746.083, 1759.425, 1761.945, 1772.922, 1775.754, + 1790.806, 1792.697, 1795.65, 1797.943, 1824.067 + ] }, { "vendor": 1, @@ -36853,8 +42821,9 @@ [-74.02676, 40.62084], [-74.02621, 40.62149], [-74.02534, 40.621], - [-74.02346, 40.61983]], - "timestamps": [ 1670, 1701.439, 1754.804, 1779.944, 1836.361] + [-74.02346, 40.61983] + ], + "timestamps": [1670, 1701.439, 1754.804, 1779.944, 1836.361] }, { "vendor": 0, @@ -36884,8 +42853,14 @@ [-73.99473, 40.71493], [-73.99485, 40.71524], [-73.99486, 40.7156], - [-73.99492, 40.71584]], - "timestamps": [ 1297, 1313.599, 1339.805, 1364.66, 1382.61, 1406.978, 1448.723, 1466.355, 1468.221, 1479.268, 1511.51, 1516.971, 1521.136, 1533.12, 1565.944, 1569.223, 1580.19, 1600.78, 1604.802, 1606.522, 1610.384, 1613.576, 1791.762, 1794.98, 1798.566, 1801] + [-73.99492, 40.71584] + ], + "timestamps": [ + 1297, 1313.599, 1339.805, 1364.66, 1382.61, 1406.978, 1448.723, 1466.355, + 1468.221, 1479.268, 1511.51, 1516.971, 1521.136, 1533.12, 1565.944, + 1569.223, 1580.19, 1600.78, 1604.802, 1606.522, 1610.384, 1613.576, + 1791.762, 1794.98, 1798.566, 1801 + ] }, { "vendor": 0, @@ -36895,8 +42870,9 @@ [-74.01063, 40.7037], [-74.01158, 40.70351], [-74.0115, 40.70295], - [-74.01115, 40.70179]], - "timestamps": [ 1709, 1712.792, 1749.706, 1772.213, 1790.898, 1830.37] + [-74.01115, 40.70179] + ], + "timestamps": [1709, 1712.792, 1749.706, 1772.213, 1790.898, 1830.37] }, { "vendor": 0, @@ -37055,8 +43031,32 @@ [-73.97387, 40.7317], [-73.97478, 40.73518], [-73.97487, 40.73554], - [-73.97491, 40.73586]], - "timestamps": [ 280, 305.379, 401.456, 427.688, 454.042, 467.464, 471.168, 479.863, 483.032, 510.902, 517.757, 529.899, 583.878, 628.836, 637.447, 647.644, 665.57, 679.387, 681.912, 699.44, 718.772, 723.288, 731.384, 736.587, 739.532, 742.511, 752.747, 761.663, 764.425, 767.062, 780.775, 782.819, 785.768, 889.887, 892.892, 896.444, 899.456, 903.356, 905.906, 924.044, 929.635, 932.39, 936.158, 946.089, 953.554, 968.305, 1019.215, 1027.508, 1036.446, 1042.149, 1046.386, 1053.011, 1057.841, 1061.837, 1065.477, 1070.264, 1071.977, 1078.912, 1084.899, 1089.295, 1095.755, 1101.084, 1104.475, 1108.385, 1110.604, 1114.653, 1117.406, 1119.61, 1121.459, 1123.351, 1124.137, 1125.98, 1128.855, 1135.944, 1146.513, 1167.43, 1295.276, 1313.29, 1314.502, 1317.284, 1318.465, 1319.431, 1321.138, 1322.177, 1323.179, 1324.16, 1325.206, 1326.187, 1327.521, 1328.04, 1333.249, 1338.386, 1343.397, 1346.471, 1370.331, 1372.87, 1374.691, 1380.357, 1381.055, 1383.961, 1386.965, 1388.307, 1391.082, 1394.143, 1395.268, 1402.387, 1406.806, 1414.925, 1421.178, 1436.824, 1451.062, 1455.949, 1483.672, 1512.975, 1525.059, 1546.097, 1548.775, 1551.554, 1554.915, 1559.941, 1561.676, 1564.769, 1568.575, 1571.037, 1600.782, 1613.227, 1620.77, 1626.872, 1629.949, 1636.532, 1657.061, 1664.218, 1667.263, 1672.015, 1699.11, 1702.005, 1705.045, 1708.04, 1711.713, 1722.46, 1725.512, 1728.642, 1731.419, 1733.609, 1736.145, 1738.871, 1741.638, 1744.107, 1751.805, 1753.843, 1757.656, 1761.484, 1794.152, 1797.526, 1800.485] + [-73.97491, 40.73586] + ], + "timestamps": [ + 280, 305.379, 401.456, 427.688, 454.042, 467.464, 471.168, 479.863, + 483.032, 510.902, 517.757, 529.899, 583.878, 628.836, 637.447, 647.644, + 665.57, 679.387, 681.912, 699.44, 718.772, 723.288, 731.384, 736.587, + 739.532, 742.511, 752.747, 761.663, 764.425, 767.062, 780.775, 782.819, + 785.768, 889.887, 892.892, 896.444, 899.456, 903.356, 905.906, 924.044, + 929.635, 932.39, 936.158, 946.089, 953.554, 968.305, 1019.215, 1027.508, + 1036.446, 1042.149, 1046.386, 1053.011, 1057.841, 1061.837, 1065.477, + 1070.264, 1071.977, 1078.912, 1084.899, 1089.295, 1095.755, 1101.084, + 1104.475, 1108.385, 1110.604, 1114.653, 1117.406, 1119.61, 1121.459, + 1123.351, 1124.137, 1125.98, 1128.855, 1135.944, 1146.513, 1167.43, + 1295.276, 1313.29, 1314.502, 1317.284, 1318.465, 1319.431, 1321.138, + 1322.177, 1323.179, 1324.16, 1325.206, 1326.187, 1327.521, 1328.04, + 1333.249, 1338.386, 1343.397, 1346.471, 1370.331, 1372.87, 1374.691, + 1380.357, 1381.055, 1383.961, 1386.965, 1388.307, 1391.082, 1394.143, + 1395.268, 1402.387, 1406.806, 1414.925, 1421.178, 1436.824, 1451.062, + 1455.949, 1483.672, 1512.975, 1525.059, 1546.097, 1548.775, 1551.554, + 1554.915, 1559.941, 1561.676, 1564.769, 1568.575, 1571.037, 1600.782, + 1613.227, 1620.77, 1626.872, 1629.949, 1636.532, 1657.061, 1664.218, + 1667.263, 1672.015, 1699.11, 1702.005, 1705.045, 1708.04, 1711.713, + 1722.46, 1725.512, 1728.642, 1731.419, 1733.609, 1736.145, 1738.871, + 1741.638, 1744.107, 1751.805, 1753.843, 1757.656, 1761.484, 1794.152, + 1797.526, 1800.485 + ] }, { "vendor": 0, @@ -37067,8 +43067,11 @@ [-73.93603, 40.68789], [-73.9397, 40.68746], [-73.94178, 40.68722], - [-73.94265, 40.69162]], - "timestamps": [ 1464, 1519.476, 1566.289, 1582.11, 1648.366, 1685.904, 1814.847] + [-73.94265, 40.69162] + ], + "timestamps": [ + 1464, 1519.476, 1566.289, 1582.11, 1648.366, 1685.904, 1814.847 + ] }, { "vendor": 0, @@ -37211,8 +43214,30 @@ [-73.95923, 40.74218], [-73.95866, 40.74199], [-73.95663, 40.74159], - [-73.95544, 40.74139]], - "timestamps": [ 899, 910.801, 917.056, 930.47, 957.537, 983.946, 988.167, 997.139, 1005.213, 1008.931, 1011.918, 1022.26, 1024.836, 1026.112, 1028.372, 1030.838, 1047.914, 1049.325, 1051.154, 1053.372, 1055.46, 1057.749, 1059.799, 1061.268, 1063.324, 1066.621, 1069.042, 1086.004, 1086.513, 1088.453, 1090.286, 1095.861, 1106.011, 1130.082, 1141.561, 1145.264, 1152.184, 1158.671, 1161.517, 1163.94, 1165.819, 1167.758, 1182.55, 1188.875, 1209.6, 1231.504, 1240.538, 1256.265, 1258.267, 1260.344, 1262.857, 1266.614, 1267.911, 1270.223, 1273.068, 1274.909, 1297.144, 1306.448, 1312.086, 1316.648, 1318.948, 1323.869, 1339.216, 1344.566, 1346.842, 1350.395, 1370.649, 1372.813, 1375.086, 1377.325, 1380.07, 1388.104, 1390.385, 1392.726, 1394.801, 1396.439, 1398.335, 1400.372, 1402.441, 1404.286, 1410.041, 1411.564, 1414.415, 1417.277, 1441.697, 1444.219, 1446.432, 1449.118, 1451.864, 1455.461, 1457.605, 1461.539, 1469.861, 1472.866, 1477.567, 1482.902, 1491.353, 1500.02, 1508.978, 1514.831, 1520.446, 1525.583, 1531.037, 1571.019, 1575.621, 1606.231, 1609.714, 1625.485, 1639.873, 1641.568, 1643.005, 1643.583, 1645.715, 1646.524, 1648.164, 1649.571, 1650.59, 1651.971, 1652.986, 1655.609, 1657.466, 1660.061, 1662.256, 1672.264, 1675.315, 1678.724, 1680.821, 1683.345, 1685.386, 1687.739, 1690.583, 1695.408, 1698.497, 1702.911, 1770.418, 1774.777, 1779.088, 1793.608, 1802.046] + [-73.95544, 40.74139] + ], + "timestamps": [ + 899, 910.801, 917.056, 930.47, 957.537, 983.946, 988.167, 997.139, + 1005.213, 1008.931, 1011.918, 1022.26, 1024.836, 1026.112, 1028.372, + 1030.838, 1047.914, 1049.325, 1051.154, 1053.372, 1055.46, 1057.749, + 1059.799, 1061.268, 1063.324, 1066.621, 1069.042, 1086.004, 1086.513, + 1088.453, 1090.286, 1095.861, 1106.011, 1130.082, 1141.561, 1145.264, + 1152.184, 1158.671, 1161.517, 1163.94, 1165.819, 1167.758, 1182.55, + 1188.875, 1209.6, 1231.504, 1240.538, 1256.265, 1258.267, 1260.344, + 1262.857, 1266.614, 1267.911, 1270.223, 1273.068, 1274.909, 1297.144, + 1306.448, 1312.086, 1316.648, 1318.948, 1323.869, 1339.216, 1344.566, + 1346.842, 1350.395, 1370.649, 1372.813, 1375.086, 1377.325, 1380.07, + 1388.104, 1390.385, 1392.726, 1394.801, 1396.439, 1398.335, 1400.372, + 1402.441, 1404.286, 1410.041, 1411.564, 1414.415, 1417.277, 1441.697, + 1444.219, 1446.432, 1449.118, 1451.864, 1455.461, 1457.605, 1461.539, + 1469.861, 1472.866, 1477.567, 1482.902, 1491.353, 1500.02, 1508.978, + 1514.831, 1520.446, 1525.583, 1531.037, 1571.019, 1575.621, 1606.231, + 1609.714, 1625.485, 1639.873, 1641.568, 1643.005, 1643.583, 1645.715, + 1646.524, 1648.164, 1649.571, 1650.59, 1651.971, 1652.986, 1655.609, + 1657.466, 1660.061, 1662.256, 1672.264, 1675.315, 1678.724, 1680.821, + 1683.345, 1685.386, 1687.739, 1690.583, 1695.408, 1698.497, 1702.911, + 1770.418, 1774.777, 1779.088, 1793.608, 1802.046 + ] }, { "vendor": 0, @@ -37356,8 +43381,30 @@ [-73.96968, 40.74878], [-73.97385, 40.75052], [-73.97441, 40.75076], - [-73.96981, 40.75706]], - "timestamps": [ 180, 212.442, 316.933, 334.101, 353.577, 410.871, 420.908, 443.262, 462.518, 613.011, 642.303, 670.144, 676.233, 678.06, 695.049, 722.057, 739.63, 751.747, 765.314, 847.528, 853.179, 900.029, 904.546, 905.935, 930.229, 936.431, 937.799, 938.912, 941.471, 942.65, 945.41, 950.147, 952.431, 958.248, 974.231, 1071.918, 1085.682, 1086.586, 1088.661, 1089.541, 1090.262, 1091.535, 1092.31, 1093.057, 1093.789, 1094.568, 1095.3, 1096.295, 1096.682, 1100.566, 1104.396, 1108.133, 1110.425, 1128.217, 1130.11, 1131.468, 1135.693, 1136.214, 1138.381, 1140.621, 1141.622, 1143.691, 1145.973, 1146.812, 1152.121, 1155.416, 1161.47, 1166.133, 1177.8, 1188.417, 1192.111, 1213.072, 1235.226, 1244.363, 1260.268, 1262.293, 1264.394, 1266.935, 1270.735, 1272.047, 1274.386, 1277.263, 1279.125, 1301.613, 1311.023, 1316.725, 1321.339, 1323.665, 1328.642, 1344.163, 1349.575, 1351.877, 1355.47, 1375.955, 1378.143, 1382.706, 1385.482, 1395.914, 1398.281, 1400.381, 1402.037, 1403.954, 1406.015, 1408.107, 1409.973, 1415.793, 1418.641, 1420.217, 1421.725, 1423.114, 1424.757, 1447.813, 1450.364, 1452.602, 1455.319, 1458.096, 1461.734, 1463.903, 1474.767, 1476.658, 1479.567, 1485.857, 1501.349, 1503.88, 1507.305, 1510.768, 1514.192, 1520.476, 1527.048, 1532.175, 1583.754, 1586.324, 1588.279, 1589.709, 1592.154, 1608.783, 1610.167, 1710.197, 1723.716, 1838.054] + [-73.96981, 40.75706] + ], + "timestamps": [ + 180, 212.442, 316.933, 334.101, 353.577, 410.871, 420.908, 443.262, + 462.518, 613.011, 642.303, 670.144, 676.233, 678.06, 695.049, 722.057, + 739.63, 751.747, 765.314, 847.528, 853.179, 900.029, 904.546, 905.935, + 930.229, 936.431, 937.799, 938.912, 941.471, 942.65, 945.41, 950.147, + 952.431, 958.248, 974.231, 1071.918, 1085.682, 1086.586, 1088.661, + 1089.541, 1090.262, 1091.535, 1092.31, 1093.057, 1093.789, 1094.568, + 1095.3, 1096.295, 1096.682, 1100.566, 1104.396, 1108.133, 1110.425, + 1128.217, 1130.11, 1131.468, 1135.693, 1136.214, 1138.381, 1140.621, + 1141.622, 1143.691, 1145.973, 1146.812, 1152.121, 1155.416, 1161.47, + 1166.133, 1177.8, 1188.417, 1192.111, 1213.072, 1235.226, 1244.363, + 1260.268, 1262.293, 1264.394, 1266.935, 1270.735, 1272.047, 1274.386, + 1277.263, 1279.125, 1301.613, 1311.023, 1316.725, 1321.339, 1323.665, + 1328.642, 1344.163, 1349.575, 1351.877, 1355.47, 1375.955, 1378.143, + 1382.706, 1385.482, 1395.914, 1398.281, 1400.381, 1402.037, 1403.954, + 1406.015, 1408.107, 1409.973, 1415.793, 1418.641, 1420.217, 1421.725, + 1423.114, 1424.757, 1447.813, 1450.364, 1452.602, 1455.319, 1458.096, + 1461.734, 1463.903, 1474.767, 1476.658, 1479.567, 1485.857, 1501.349, + 1503.88, 1507.305, 1510.768, 1514.192, 1520.476, 1527.048, 1532.175, + 1583.754, 1586.324, 1588.279, 1589.709, 1592.154, 1608.783, 1610.167, + 1710.197, 1723.716, 1838.054 + ] }, { "vendor": 0, @@ -37365,8 +43412,9 @@ [-73.97963, 40.72724], [-73.97946, 40.72746], [-73.98178, 40.72844], - [-73.9826, 40.72732]], - "timestamps": [ 1714, 1724.276, 1798.27, 1848.905] + [-73.9826, 40.72732] + ], + "timestamps": [1714, 1724.276, 1798.27, 1848.905] }, { "vendor": 0, @@ -37516,8 +43564,30 @@ [-73.9904, 40.731], [-73.99002, 40.73275], [-73.98986, 40.73352], - [-73.99094, 40.73397]], - "timestamps": [ 161, 175.699, 188.216, 210.483, 285.946, 306.977, 338.727, 359.485, 454.904, 484.758, 488.718, 489.708, 492.542, 497.843, 500.716, 504.29, 506.831, 511.229, 513.456, 516.979, 518.521, 521.117, 523.187, 556.403, 557.86, 559.032, 559.853, 561.344, 563.056, 568.21, 584.087, 589.614, 594.518, 598.559, 601.842, 604.884, 614.51, 645.604, 647.649, 650.197, 653.225, 655.388, 669.734, 673.384, 676.245, 679.985, 685.501, 696.367, 701.611, 707.786, 710.37, 711.73, 713.029, 716.73, 726.267, 731.302, 760.703, 774.6, 780.991, 785.455, 798.424, 803.14, 805.699, 807.819, 809.715, 811.711, 814.082, 894.02, 895.981, 898.299, 900.264, 902.809, 904.473, 916.309, 919.958, 921.755, 924.214, 930.694, 935.565, 945.191, 978.412, 983.824, 989.656, 993.377, 996.142, 1000.465, 1003.617, 1006.225, 1008.6, 1011.724, 1012.842, 1017.367, 1021.274, 1030.106, 1043.194, 1046.778, 1049.767, 1052.44, 1053.343, 1056.108, 1058.289, 1059.133, 1067.803, 1069.781, 1071.501, 1073.55, 1075.861, 1077.164, 1078.471, 1079.78, 1081.104, 1082.47, 1083.856, 1085.049, 1086.863, 1091.328, 1098.72, 1229.876, 1232.453, 1235.326, 1237.275, 1240.337, 1256.345, 1306.724, 1364.626, 1400.572, 1414.995, 1437.685, 1451.293, 1455.971, 1489.643, 1538.903, 1542.838, 1565.016, 1571.291, 1591.106, 1612.765, 1623.249, 1630.275, 1699.132, 1706.601, 1723.215, 1730.877, 1758.377, 1770.464, 1807.577] + [-73.99094, 40.73397] + ], + "timestamps": [ + 161, 175.699, 188.216, 210.483, 285.946, 306.977, 338.727, 359.485, + 454.904, 484.758, 488.718, 489.708, 492.542, 497.843, 500.716, 504.29, + 506.831, 511.229, 513.456, 516.979, 518.521, 521.117, 523.187, 556.403, + 557.86, 559.032, 559.853, 561.344, 563.056, 568.21, 584.087, 589.614, + 594.518, 598.559, 601.842, 604.884, 614.51, 645.604, 647.649, 650.197, + 653.225, 655.388, 669.734, 673.384, 676.245, 679.985, 685.501, 696.367, + 701.611, 707.786, 710.37, 711.73, 713.029, 716.73, 726.267, 731.302, + 760.703, 774.6, 780.991, 785.455, 798.424, 803.14, 805.699, 807.819, + 809.715, 811.711, 814.082, 894.02, 895.981, 898.299, 900.264, 902.809, + 904.473, 916.309, 919.958, 921.755, 924.214, 930.694, 935.565, 945.191, + 978.412, 983.824, 989.656, 993.377, 996.142, 1000.465, 1003.617, 1006.225, + 1008.6, 1011.724, 1012.842, 1017.367, 1021.274, 1030.106, 1043.194, + 1046.778, 1049.767, 1052.44, 1053.343, 1056.108, 1058.289, 1059.133, + 1067.803, 1069.781, 1071.501, 1073.55, 1075.861, 1077.164, 1078.471, + 1079.78, 1081.104, 1082.47, 1083.856, 1085.049, 1086.863, 1091.328, + 1098.72, 1229.876, 1232.453, 1235.326, 1237.275, 1240.337, 1256.345, + 1306.724, 1364.626, 1400.572, 1414.995, 1437.685, 1451.293, 1455.971, + 1489.643, 1538.903, 1542.838, 1565.016, 1571.291, 1591.106, 1612.765, + 1623.249, 1630.275, 1699.132, 1706.601, 1723.215, 1730.877, 1758.377, + 1770.464, 1807.577 + ] }, { "vendor": 0, @@ -37561,8 +43631,16 @@ [-73.96708, 40.7121], [-73.98416, 40.71731], [-73.98573, 40.71782], - [-73.98653, 40.71812]], - "timestamps": [ 771, 784.605, 890.627, 916.576, 941.065, 983.242, 997.835, 1008.053, 1047.529, 1081.222, 1112.774, 1130.178, 1162.221, 1210.843, 1236.3, 1252.255, 1408.283, 1420.163, 1426.773, 1446.665, 1458.065, 1478.939, 1563.697, 1576.914, 1583.234, 1588.676, 1588.676, 1590.39, 1594.008, 1596.527, 1602.37, 1605.324, 1608.242, 1611.805, 1638.233, 1648.247, 1656.9, 1787.446, 1799.557, 1822.619] + [-73.98653, 40.71812] + ], + "timestamps": [ + 771, 784.605, 890.627, 916.576, 941.065, 983.242, 997.835, 1008.053, + 1047.529, 1081.222, 1112.774, 1130.178, 1162.221, 1210.843, 1236.3, + 1252.255, 1408.283, 1420.163, 1426.773, 1446.665, 1458.065, 1478.939, + 1563.697, 1576.914, 1583.234, 1588.676, 1588.676, 1590.39, 1594.008, + 1596.527, 1602.37, 1605.324, 1608.242, 1611.805, 1638.233, 1648.247, + 1656.9, 1787.446, 1799.557, 1822.619 + ] }, { "vendor": 0, @@ -37598,8 +43676,15 @@ [-74.01009, 40.73911], [-74.01013, 40.73883], [-74.01002, 40.73747], - [-74.01029, 40.73395]], - "timestamps": [ 1126, 1130.836, 1141.546, 1162.247, 1207.616, 1310.172, 1350.725, 1367.131, 1388.376, 1427.294, 1441.159, 1471.533, 1545.923, 1555.132, 1567.95, 1572.653, 1576.712, 1582.193, 1583.722, 1587.199, 1642.783, 1646.46, 1703.155, 1706.385, 1730.672, 1737.924, 1748.088, 1755.21, 1760.058, 1764.38, 1785.293, 1839.411] + [-74.01029, 40.73395] + ], + "timestamps": [ + 1126, 1130.836, 1141.546, 1162.247, 1207.616, 1310.172, 1350.725, + 1367.131, 1388.376, 1427.294, 1441.159, 1471.533, 1545.923, 1555.132, + 1567.95, 1572.653, 1576.712, 1582.193, 1583.722, 1587.199, 1642.783, + 1646.46, 1703.155, 1706.385, 1730.672, 1737.924, 1748.088, 1755.21, + 1760.058, 1764.38, 1785.293, 1839.411 + ] }, { "vendor": 0, @@ -37684,8 +43769,22 @@ [-73.99473, 40.71493], [-73.99485, 40.71524], [-73.99486, 40.7156], - [-73.99492, 40.71584]], - "timestamps": [ 824, 855.622, 945.275, 1032.003, 1046.339, 1078.944, 1086.764, 1103.301, 1106.106, 1108.179, 1110.367, 1119.872, 1123.271, 1126.327, 1129.468, 1132.231, 1135.401, 1139.83, 1144.196, 1151.617, 1157.464, 1160.508, 1163.217, 1165.804, 1179.254, 1181.259, 1184.152, 1287.004, 1289.972, 1293.482, 1296.456, 1300.31, 1302.828, 1320.745, 1326.269, 1328.99, 1332.712, 1342.522, 1349.896, 1364.468, 1414.758, 1422.95, 1431.78, 1437.413, 1441.599, 1448.143, 1452.914, 1456.862, 1460.457, 1465.186, 1466.878, 1473.729, 1479.643, 1493.014, 1512.827, 1518.252, 1522.776, 1526.823, 1528.19, 1532.376, 1535.678, 1536.954, 1549.832, 1552.771, 1555.325, 1558.369, 1561.802, 1563.737, 1565.679, 1567.623, 1569.59, 1571.618, 1573.677, 1575.449, 1578.143, 1584.776, 1595.755, 1790.566, 1794.395, 1798.662, 1801.556] + [-73.99492, 40.71584] + ], + "timestamps": [ + 824, 855.622, 945.275, 1032.003, 1046.339, 1078.944, 1086.764, 1103.301, + 1106.106, 1108.179, 1110.367, 1119.872, 1123.271, 1126.327, 1129.468, + 1132.231, 1135.401, 1139.83, 1144.196, 1151.617, 1157.464, 1160.508, + 1163.217, 1165.804, 1179.254, 1181.259, 1184.152, 1287.004, 1289.972, + 1293.482, 1296.456, 1300.31, 1302.828, 1320.745, 1326.269, 1328.99, + 1332.712, 1342.522, 1349.896, 1364.468, 1414.758, 1422.95, 1431.78, + 1437.413, 1441.599, 1448.143, 1452.914, 1456.862, 1460.457, 1465.186, + 1466.878, 1473.729, 1479.643, 1493.014, 1512.827, 1518.252, 1522.776, + 1526.823, 1528.19, 1532.376, 1535.678, 1536.954, 1549.832, 1552.771, + 1555.325, 1558.369, 1561.802, 1563.737, 1565.679, 1567.623, 1569.59, + 1571.618, 1573.677, 1575.449, 1578.143, 1584.776, 1595.755, 1790.566, + 1794.395, 1798.662, 1801.556 + ] }, { "vendor": 0, @@ -37727,8 +43826,16 @@ [-74.00812, 40.74537], [-74.00673, 40.74479], [-74.00638, 40.74464], - [-74.00098, 40.75207]], - "timestamps": [ 914, 995.343, 999.726, 1007.824, 1011.596, 1026.371, 1050.055, 1051.888, 1057.981, 1062.678, 1076.958, 1104.125, 1138.978, 1184.232, 1242.248, 1336.872, 1359.013, 1412.09, 1487.555, 1541.298, 1550.611, 1569.432, 1578.015, 1583.422, 1585.843, 1591.318, 1603.598, 1609.669, 1612.683, 1625.986, 1637.807, 1640.697, 1667.271, 1688.645, 1690.814, 1719.224, 1726.423, 1865.905] + [-74.00098, 40.75207] + ], + "timestamps": [ + 914, 995.343, 999.726, 1007.824, 1011.596, 1026.371, 1050.055, 1051.888, + 1057.981, 1062.678, 1076.958, 1104.125, 1138.978, 1184.232, 1242.248, + 1336.872, 1359.013, 1412.09, 1487.555, 1541.298, 1550.611, 1569.432, + 1578.015, 1583.422, 1585.843, 1591.318, 1603.598, 1609.669, 1612.683, + 1625.986, 1637.807, 1640.697, 1667.271, 1688.645, 1690.814, 1719.224, + 1726.423, 1865.905 + ] }, { "vendor": 0, @@ -37781,8 +43888,17 @@ [-73.98977, 40.7205], [-73.98985, 40.72053], [-73.98988, 40.72048], - [-73.98994, 40.72036]], - "timestamps": [ 309, 318.681, 366.026, 385.241, 541.666, 561.624, 620.337, 630.622, 653.53, 673.263, 705.017, 708.358, 769.02, 779.758, 813.643, 829.333, 852.369, 854.463, 875.565, 984.955, 988.538, 1000.515, 1023.004, 1026.529, 1028.036, 1031.421, 1034.219, 1190.384, 1193.204, 1196.347, 1198.48, 1200.774, 1212.769, 1223.8, 1250.517, 1265.819, 1272.3, 1301.727, 1327.969, 1345.179, 1360.643, 1363.14, 1364.274, 1391.104, 1392.108, 1395.983, 1398.159, 1399.61, 1403] + [-73.98994, 40.72036] + ], + "timestamps": [ + 309, 318.681, 366.026, 385.241, 541.666, 561.624, 620.337, 630.622, + 653.53, 673.263, 705.017, 708.358, 769.02, 779.758, 813.643, 829.333, + 852.369, 854.463, 875.565, 984.955, 988.538, 1000.515, 1023.004, 1026.529, + 1028.036, 1031.421, 1034.219, 1190.384, 1193.204, 1196.347, 1198.48, + 1200.774, 1212.769, 1223.8, 1250.517, 1265.819, 1272.3, 1301.727, + 1327.969, 1345.179, 1360.643, 1363.14, 1364.274, 1391.104, 1392.108, + 1395.983, 1398.159, 1399.61, 1403 + ] }, { "vendor": 0, @@ -37799,8 +43915,12 @@ [-74.00766, 40.72519], [-74.00755, 40.72585], [-74.00455, 40.72556], - [-74.00403, 40.72551]], - "timestamps": [ 1214, 1236.666, 1290.695, 1393.902, 1409.224, 1464.024, 1484.176, 1558.122, 1581.789, 1691.957, 1710.776, 1795.455, 1810.132] + [-74.00403, 40.72551] + ], + "timestamps": [ + 1214, 1236.666, 1290.695, 1393.902, 1409.224, 1464.024, 1484.176, + 1558.122, 1581.789, 1691.957, 1710.776, 1795.455, 1810.132 + ] }, { "vendor": 0, @@ -37819,8 +43939,12 @@ [-73.98827, 40.68186], [-73.99042, 40.68269], [-73.99262, 40.68354], - [-73.99223, 40.68411]], - "timestamps": [ 733, 756.849, 772.624, 872.897, 919.234, 952.437, 953.575, 984.139, 1002.445, 1038.165, 1087.623, 1100.184, 1140.003, 1180.754, 1190] + [-73.99223, 40.68411] + ], + "timestamps": [ + 733, 756.849, 772.624, 872.897, 919.234, 952.437, 953.575, 984.139, + 1002.445, 1038.165, 1087.623, 1100.184, 1140.003, 1180.754, 1190 + ] }, { "vendor": 1, @@ -37835,8 +43959,12 @@ [-73.99149, 40.69616], [-73.99136, 40.69618], [-73.99116, 40.69619], - [-73.99006, 40.69613]], - "timestamps": [ 1572, 1623.798, 1638.198, 1674.503, 1717.816, 1745.978, 1770.566, 1771.877, 1773.86, 1776.858, 1803.759] + [-73.99006, 40.69613] + ], + "timestamps": [ + 1572, 1623.798, 1638.198, 1674.503, 1717.816, 1745.978, 1770.566, + 1771.877, 1773.86, 1776.858, 1803.759 + ] }, { "vendor": 0, @@ -37870,8 +43998,14 @@ [-74.00302, 40.71394], [-74.0026, 40.71429], [-74.00243, 40.71459], - [-74.00241, 40.71463]], - "timestamps": [ 1270, 1276.314, 1322.543, 1324.121, 1409.882, 1430.81, 1439.825, 1442.288, 1462.816, 1496.607, 1502.794, 1519.095, 1523.471, 1525.56, 1545.434, 1619.831, 1629.009, 1646.998, 1652.462, 1687.12, 1704.235, 1709.88, 1724.67, 1733.325, 1735.449, 1740.102, 1746.273, 1752.859, 1757.404, 1758] + [-74.00241, 40.71463] + ], + "timestamps": [ + 1270, 1276.314, 1322.543, 1324.121, 1409.882, 1430.81, 1439.825, 1442.288, + 1462.816, 1496.607, 1502.794, 1519.095, 1523.471, 1525.56, 1545.434, + 1619.831, 1629.009, 1646.998, 1652.462, 1687.12, 1704.235, 1709.88, + 1724.67, 1733.325, 1735.449, 1740.102, 1746.273, 1752.859, 1757.404, 1758 + ] }, { "vendor": 0, @@ -37964,8 +44098,23 @@ [-74.00161, 40.70952], [-74.0028, 40.7086], [-74.00319, 40.70828], - [-74.00312, 40.70819]], - "timestamps": [ 529, 550.735, 588.783, 607.792, 818.998, 836.018, 895.378, 931.113, 1010.149, 1028.924, 1071.652, 1083.91, 1088.698, 1109.075, 1111.792, 1112.837, 1116.459, 1118.901, 1121.708, 1125.816, 1130.155, 1131.968, 1135.66, 1139.722, 1141.679, 1144.424, 1200.022, 1207.459, 1215.589, 1217.94, 1219.4, 1220.849, 1223.16, 1224.01, 1224.547, 1226.596, 1228.781, 1230.418, 1232.711, 1234.5, 1236.076, 1236.918, 1238.353, 1239.85, 1241.78, 1245.284, 1248.776, 1251.526, 1255.024, 1261.226, 1265.07, 1272.338, 1284.247, 1295.13, 1440.923, 1444.622, 1446.018, 1470.433, 1476.666, 1478.041, 1479.16, 1481.731, 1482.916, 1485.69, 1490.451, 1492.745, 1498.591, 1514.654, 1612.827, 1626.66, 1628.79, 1633.68, 1635.754, 1637.452, 1640.453, 1642.278, 1644.958, 1647.542, 1649.266, 1651.61, 1655.457, 1669.612, 1676.608, 1693.662, 1701.377, 1714.167, 1741.157, 1750.283, 1753] + [-74.00312, 40.70819] + ], + "timestamps": [ + 529, 550.735, 588.783, 607.792, 818.998, 836.018, 895.378, 931.113, + 1010.149, 1028.924, 1071.652, 1083.91, 1088.698, 1109.075, 1111.792, + 1112.837, 1116.459, 1118.901, 1121.708, 1125.816, 1130.155, 1131.968, + 1135.66, 1139.722, 1141.679, 1144.424, 1200.022, 1207.459, 1215.589, + 1217.94, 1219.4, 1220.849, 1223.16, 1224.01, 1224.547, 1226.596, 1228.781, + 1230.418, 1232.711, 1234.5, 1236.076, 1236.918, 1238.353, 1239.85, + 1241.78, 1245.284, 1248.776, 1251.526, 1255.024, 1261.226, 1265.07, + 1272.338, 1284.247, 1295.13, 1440.923, 1444.622, 1446.018, 1470.433, + 1476.666, 1478.041, 1479.16, 1481.731, 1482.916, 1485.69, 1490.451, + 1492.745, 1498.591, 1514.654, 1612.827, 1626.66, 1628.79, 1633.68, + 1635.754, 1637.452, 1640.453, 1642.278, 1644.958, 1647.542, 1649.266, + 1651.61, 1655.457, 1669.612, 1676.608, 1693.662, 1701.377, 1714.167, + 1741.157, 1750.283, 1753 + ] }, { "vendor": 0, @@ -37998,8 +44147,15 @@ [-73.98709, 40.69623], [-73.98895, 40.6963], [-73.98903, 40.6963], - [-73.98952, 40.69631]], - "timestamps": [ 1249, 1265.681, 1287.965, 1330.842, 1345.511, 1346.629, 1348.121, 1354.825, 1361.543, 1362.896, 1365.289, 1547.648, 1551.401, 1561.893, 1565.614, 1567.55, 1570.593, 1573.165, 1575.526, 1577.907, 1580.043, 1583.793, 1588.397, 1613.653, 1689.452, 1704.21, 1779.564, 1782.801, 1802.635] + [-73.98952, 40.69631] + ], + "timestamps": [ + 1249, 1265.681, 1287.965, 1330.842, 1345.511, 1346.629, 1348.121, + 1354.825, 1361.543, 1362.896, 1365.289, 1547.648, 1551.401, 1561.893, + 1565.614, 1567.55, 1570.593, 1573.165, 1575.526, 1577.907, 1580.043, + 1583.793, 1588.397, 1613.653, 1689.452, 1704.21, 1779.564, 1782.801, + 1802.635 + ] }, { "vendor": 0, @@ -38033,8 +44189,14 @@ [-74.00455, 40.7064], [-74.005, 40.70685], [-74.00676, 40.70562], - [-74.00682, 40.70558]], - "timestamps": [ 152, 164.783, 171.99, 179.293, 189.973, 262.37, 264.733, 293.455, 317.054, 322.541, 324.432, 326.44, 360.563, 364.413, 378.923, 387.586, 402.123, 419.191, 427.093, 432.108, 435.148, 439.433, 452.008, 465.174, 498.693, 502.066, 530.64, 550.72, 595.505, 597] + [-74.00682, 40.70558] + ], + "timestamps": [ + 152, 164.783, 171.99, 179.293, 189.973, 262.37, 264.733, 293.455, 317.054, + 322.541, 324.432, 326.44, 360.563, 364.413, 378.923, 387.586, 402.123, + 419.191, 427.093, 432.108, 435.148, 439.433, 452.008, 465.174, 498.693, + 502.066, 530.64, 550.72, 595.505, 597 + ] }, { "vendor": 0, @@ -38087,15 +44249,25 @@ [-73.99623, 40.69075], [-73.99435, 40.69024], [-73.99274, 40.6936], - [-73.99258, 40.69392]], - "timestamps": [ 776, 811.945, 838.905, 916.374, 975.5, 1002.886, 1016.835, 1020.684, 1029.72, 1033.013, 1060.645, 1067.441, 1079.479, 1132.997, 1177.571, 1186.109, 1196.219, 1213.991, 1227.69, 1230.193, 1247.571, 1266.738, 1271.215, 1279.243, 1284.401, 1287.321, 1290.274, 1300.423, 1309.263, 1312.001, 1314.616, 1328.211, 1330.238, 1333.162, 1418.755, 1421.225, 1424.145, 1426.621, 1459.69, 1468.841, 1476.779, 1484.562, 1490.464, 1495.857, 1502.108, 1536.374, 1577.594, 1695.694, 1707] + [-73.99258, 40.69392] + ], + "timestamps": [ + 776, 811.945, 838.905, 916.374, 975.5, 1002.886, 1016.835, 1020.684, + 1029.72, 1033.013, 1060.645, 1067.441, 1079.479, 1132.997, 1177.571, + 1186.109, 1196.219, 1213.991, 1227.69, 1230.193, 1247.571, 1266.738, + 1271.215, 1279.243, 1284.401, 1287.321, 1290.274, 1300.423, 1309.263, + 1312.001, 1314.616, 1328.211, 1330.238, 1333.162, 1418.755, 1421.225, + 1424.145, 1426.621, 1459.69, 1468.841, 1476.779, 1484.562, 1490.464, + 1495.857, 1502.108, 1536.374, 1577.594, 1695.694, 1707 + ] }, { "vendor": 0, "path": [ [-74.00228, 40.67603], - [-74.0032, 40.67627]], - "timestamps": [ 1793, 1808.266] + [-74.0032, 40.67627] + ], + "timestamps": [1793, 1808.266] }, { "vendor": 0, @@ -38214,8 +44386,26 @@ [-74.00506, 40.723], [-74.00496, 40.72333], [-74.00478, 40.72362], - [-74.00429, 40.72487]], - "timestamps": [ 195, 257.907, 297.008, 325.962, 352.193, 455.765, 470.924, 514.717, 517.144, 521.092, 553.745, 566.243, 572.312, 583.152, 604.705, 637.304, 639.961, 643.271, 647.203, 650.013, 668.649, 673.391, 677.107, 681.965, 689.131, 703.246, 710.058, 718.405, 721.898, 723.737, 725.492, 730.496, 743.387, 750.193, 789.937, 808.722, 817.525, 823.673, 841.536, 848.031, 851.555, 854.475, 857.086, 859.836, 863.101, 973.201, 975.901, 979.094, 981.801, 985.306, 987.597, 1003.899, 1008.925, 1011.401, 1014.787, 1018.708, 1027.001, 1030.422, 1043.68, 1089.435, 1096.889, 1103.174, 1104.922, 1110.048, 1113.856, 1119.81, 1124.151, 1127.743, 1131.014, 1135.316, 1141.384, 1148.47, 1152.42, 1158.226, 1163.142, 1166.271, 1169.878, 1171.925, 1175.659, 1178.199, 1180.233, 1181.938, 1183.683, 1184.408, 1186.109, 1188.761, 1195.3, 1205.05, 1224.346, 1342.281, 1358.899, 1386.368, 1389.755, 1393.106, 1396.701, 1400.145, 1403.304, 1406.184, 1415.756, 1504.551, 1569.605, 1645.76, 1653.218, 1663.377, 1669.401, 1677.176, 1711.977, 1737.776, 1739.3, 1743.288, 1745.87, 1764.031, 1771.303, 1778.186, 1806.194] + [-74.00429, 40.72487] + ], + "timestamps": [ + 195, 257.907, 297.008, 325.962, 352.193, 455.765, 470.924, 514.717, + 517.144, 521.092, 553.745, 566.243, 572.312, 583.152, 604.705, 637.304, + 639.961, 643.271, 647.203, 650.013, 668.649, 673.391, 677.107, 681.965, + 689.131, 703.246, 710.058, 718.405, 721.898, 723.737, 725.492, 730.496, + 743.387, 750.193, 789.937, 808.722, 817.525, 823.673, 841.536, 848.031, + 851.555, 854.475, 857.086, 859.836, 863.101, 973.201, 975.901, 979.094, + 981.801, 985.306, 987.597, 1003.899, 1008.925, 1011.401, 1014.787, + 1018.708, 1027.001, 1030.422, 1043.68, 1089.435, 1096.889, 1103.174, + 1104.922, 1110.048, 1113.856, 1119.81, 1124.151, 1127.743, 1131.014, + 1135.316, 1141.384, 1148.47, 1152.42, 1158.226, 1163.142, 1166.271, + 1169.878, 1171.925, 1175.659, 1178.199, 1180.233, 1181.938, 1183.683, + 1184.408, 1186.109, 1188.761, 1195.3, 1205.05, 1224.346, 1342.281, + 1358.899, 1386.368, 1389.755, 1393.106, 1396.701, 1400.145, 1403.304, + 1406.184, 1415.756, 1504.551, 1569.605, 1645.76, 1653.218, 1663.377, + 1669.401, 1677.176, 1711.977, 1737.776, 1739.3, 1743.288, 1745.87, + 1764.031, 1771.303, 1778.186, 1806.194 + ] }, { "vendor": 0, @@ -38224,8 +44414,9 @@ [-73.9348, 40.71337], [-73.93583, 40.71571], [-73.93633, 40.71679], - [-73.93665, 40.71743]], - "timestamps": [ 1710, 1714.33, 1769.631, 1795.29, 1810.633] + [-73.93665, 40.71743] + ], + "timestamps": [1710, 1714.33, 1769.631, 1795.29, 1810.633] }, { "vendor": 0, @@ -38275,8 +44466,17 @@ [-74.00977, 40.70194], [-74.00928, 40.70208], [-74.00906, 40.70219], - [-74.00788, 40.7029]], - "timestamps": [ 1308, 1310.003, 1340.671, 1366.099, 1396.173, 1406.168, 1429.194, 1433.214, 1460.725, 1484.527, 1513.546, 1548.537, 1568.854, 1615.468, 1625.865, 1647.351, 1665.332, 1670.331, 1687.65, 1697.681, 1711.035, 1717.707, 1723.711, 1726.551, 1728.833, 1736.734, 1738.701, 1739.676, 1741.403, 1743.287, 1756.331, 1757.409, 1758.807, 1760.501, 1762.096, 1763.844, 1765.41, 1766.533, 1768.103, 1770.622, 1772.471, 1785.429, 1785.818, 1794.383, 1798.694, 1823.335] + [-74.00788, 40.7029] + ], + "timestamps": [ + 1308, 1310.003, 1340.671, 1366.099, 1396.173, 1406.168, 1429.194, + 1433.214, 1460.725, 1484.527, 1513.546, 1548.537, 1568.854, 1615.468, + 1625.865, 1647.351, 1665.332, 1670.331, 1687.65, 1697.681, 1711.035, + 1717.707, 1723.711, 1726.551, 1728.833, 1736.734, 1738.701, 1739.676, + 1741.403, 1743.287, 1756.331, 1757.409, 1758.807, 1760.501, 1762.096, + 1763.844, 1765.41, 1766.533, 1768.103, 1770.622, 1772.471, 1785.429, + 1785.818, 1794.383, 1798.694, 1823.335 + ] }, { "vendor": 0, @@ -38288,8 +44488,11 @@ [-73.99262, 40.75842], [-73.99306, 40.75782], [-73.99439, 40.75837], - [-73.99711, 40.75944]], - "timestamps": [ 1513, 1522.423, 1601.69, 1604.097, 1704.484, 1723.467, 1755.291, 1819.661] + [-73.99711, 40.75944] + ], + "timestamps": [ + 1513, 1522.423, 1601.69, 1604.097, 1704.484, 1723.467, 1755.291, 1819.661 + ] }, { "vendor": 0, @@ -38343,8 +44546,17 @@ [-74.01471, 40.70987], [-74.01468, 40.71021], [-74.01463, 40.71047], - [-74.01435, 40.71124]], - "timestamps": [ 1068, 1146.074, 1160.903, 1235.363, 1266.078, 1288.8, 1316.162, 1321.38, 1330.715, 1337.947, 1344.135, 1373.786, 1385.275, 1392.287, 1396.776, 1405.349, 1410.796, 1484.696, 1489.776, 1495.104, 1598.178, 1601.2, 1606.853, 1617.665, 1620.712, 1626.594, 1631.573, 1636.601, 1638.995, 1644.705, 1659.217, 1667.516, 1677.182, 1682.382, 1688.577, 1692.714, 1696.042, 1700.223, 1703.118, 1706.513, 1710.092, 1711.315, 1715.176, 1718.327, 1739.086, 1772.362, 1774.938, 1783.498, 1790.099, 1810.162] + [-74.01435, 40.71124] + ], + "timestamps": [ + 1068, 1146.074, 1160.903, 1235.363, 1266.078, 1288.8, 1316.162, 1321.38, + 1330.715, 1337.947, 1344.135, 1373.786, 1385.275, 1392.287, 1396.776, + 1405.349, 1410.796, 1484.696, 1489.776, 1495.104, 1598.178, 1601.2, + 1606.853, 1617.665, 1620.712, 1626.594, 1631.573, 1636.601, 1638.995, + 1644.705, 1659.217, 1667.516, 1677.182, 1682.382, 1688.577, 1692.714, + 1696.042, 1700.223, 1703.118, 1706.513, 1710.092, 1711.315, 1715.176, + 1718.327, 1739.086, 1772.362, 1774.938, 1783.498, 1790.099, 1810.162 + ] }, { "vendor": 0, @@ -38473,8 +44685,28 @@ [-73.97195, 40.72982], [-73.97214, 40.73003], [-73.97275, 40.73048], - [-73.97318, 40.73085]], - "timestamps": [ 396, 446.397, 462.702, 622.149, 671.704, 708.545, 716.172, 756.504, 811.789, 831.79, 911.299, 922.21, 937.974, 942.961, 971.125, 980.524, 993.359, 1002.051, 1019.89, 1028.934, 1034.863, 1038.659, 1045.908, 1050.514, 1113.006, 1117.301, 1121.807, 1208.968, 1211.523, 1216.304, 1225.446, 1228.023, 1232.997, 1237.207, 1241.459, 1243.483, 1248.312, 1260.569, 1269.259, 1275.735, 1280.126, 1285.359, 1288.853, 1291.664, 1295.195, 1297.64, 1300.507, 1303.531, 1305.742, 1309.785, 1310.567, 1319.461, 1323.664, 1327.04, 1338.731, 1341.642, 1343.085, 1345.64, 1348.427, 1367.73, 1369.325, 1371.393, 1373.9, 1376.26, 1378.847, 1381.165, 1382.826, 1385.149, 1388.876, 1391.613, 1410.787, 1411.363, 1413.559, 1415.632, 1421.942, 1433.428, 1460.669, 1473.66, 1477.851, 1485.681, 1493.023, 1496.244, 1498.986, 1501.113, 1503.307, 1520.046, 1527.205, 1550.658, 1575.448, 1585.671, 1603.469, 1605.734, 1608.085, 1610.929, 1615.181, 1616.649, 1619.265, 1622.485, 1624.568, 1649.732, 1660.26, 1666.641, 1671.804, 1674.407, 1679.976, 1697.344, 1703.399, 1705.975, 1709.995, 1732.917, 1735.365, 1737.938, 1740.472, 1743.578, 1752.67, 1755.252, 1759.347, 1762.145, 1767.2, 1771.649, 1778.842, 1783.153, 1787.585, 1798.816, 1807.398] + [-73.97318, 40.73085] + ], + "timestamps": [ + 396, 446.397, 462.702, 622.149, 671.704, 708.545, 716.172, 756.504, + 811.789, 831.79, 911.299, 922.21, 937.974, 942.961, 971.125, 980.524, + 993.359, 1002.051, 1019.89, 1028.934, 1034.863, 1038.659, 1045.908, + 1050.514, 1113.006, 1117.301, 1121.807, 1208.968, 1211.523, 1216.304, + 1225.446, 1228.023, 1232.997, 1237.207, 1241.459, 1243.483, 1248.312, + 1260.569, 1269.259, 1275.735, 1280.126, 1285.359, 1288.853, 1291.664, + 1295.195, 1297.64, 1300.507, 1303.531, 1305.742, 1309.785, 1310.567, + 1319.461, 1323.664, 1327.04, 1338.731, 1341.642, 1343.085, 1345.64, + 1348.427, 1367.73, 1369.325, 1371.393, 1373.9, 1376.26, 1378.847, + 1381.165, 1382.826, 1385.149, 1388.876, 1391.613, 1410.787, 1411.363, + 1413.559, 1415.632, 1421.942, 1433.428, 1460.669, 1473.66, 1477.851, + 1485.681, 1493.023, 1496.244, 1498.986, 1501.113, 1503.307, 1520.046, + 1527.205, 1550.658, 1575.448, 1585.671, 1603.469, 1605.734, 1608.085, + 1610.929, 1615.181, 1616.649, 1619.265, 1622.485, 1624.568, 1649.732, + 1660.26, 1666.641, 1671.804, 1674.407, 1679.976, 1697.344, 1703.399, + 1705.975, 1709.995, 1732.917, 1735.365, 1737.938, 1740.472, 1743.578, + 1752.67, 1755.252, 1759.347, 1762.145, 1767.2, 1771.649, 1778.842, + 1783.153, 1787.585, 1798.816, 1807.398 + ] }, { "vendor": 0, @@ -38488,8 +44720,12 @@ [-73.97844, 40.7566], [-73.97856, 40.75665], [-73.98549, 40.74716], - [-73.9888, 40.74259]], - "timestamps": [ 1335, 1337.987, 1345.035, 1369.207, 1393.208, 1415.92, 1507.066, 1511.631, 1767.694, 1890.773] + [-73.9888, 40.74259] + ], + "timestamps": [ + 1335, 1337.987, 1345.035, 1369.207, 1393.208, 1415.92, 1507.066, 1511.631, + 1767.694, 1890.773 + ] }, { "vendor": 0, @@ -38600,8 +44836,24 @@ [-73.96754, 40.76026], [-73.96913, 40.76092], [-73.96962, 40.76025], - [-73.96955, 40.76022]], - "timestamps": [ 258, 270.102, 276.531, 308.175, 313.595, 331.228, 354.365, 368.711, 381.961, 404.933, 406.641, 407.489, 408.76, 410.271, 411.218, 412.305, 416.926, 418.381, 419.703, 423.95, 425.933, 427.984, 428.9, 430.794, 432.883, 433.651, 438.51, 441.526, 447.068, 451.336, 462.015, 471.733, 475.11, 494.267, 514.515, 522.865, 537.402, 539.253, 541.173, 543.496, 546.968, 548.168, 550.305, 552.935, 554.636, 575.19, 583.789, 589.001, 593.218, 595.344, 599.893, 614.079, 619.024, 621.128, 624.412, 643.135, 645.135, 649.304, 651.842, 661.377, 663.54, 665.459, 666.972, 668.725, 670.608, 672.52, 674.226, 679.545, 682.148, 683.588, 684.967, 686.236, 687.738, 708.81, 711.141, 713.187, 715.67, 718.208, 721.533, 723.515, 733.444, 735.172, 737.832, 743.58, 757.739, 760.052, 763.182, 766.348, 769.477, 775.22, 781.227, 785.912, 833.054, 835.403, 837.189, 838.496, 840.731, 855.929, 857.194, 948.617, 960.972, 1117.685, 1121.306, 1127.759, 1156.174, 1169.764, 1171] + [-73.96955, 40.76022] + ], + "timestamps": [ + 258, 270.102, 276.531, 308.175, 313.595, 331.228, 354.365, 368.711, + 381.961, 404.933, 406.641, 407.489, 408.76, 410.271, 411.218, 412.305, + 416.926, 418.381, 419.703, 423.95, 425.933, 427.984, 428.9, 430.794, + 432.883, 433.651, 438.51, 441.526, 447.068, 451.336, 462.015, 471.733, + 475.11, 494.267, 514.515, 522.865, 537.402, 539.253, 541.173, 543.496, + 546.968, 548.168, 550.305, 552.935, 554.636, 575.19, 583.789, 589.001, + 593.218, 595.344, 599.893, 614.079, 619.024, 621.128, 624.412, 643.135, + 645.135, 649.304, 651.842, 661.377, 663.54, 665.459, 666.972, 668.725, + 670.608, 672.52, 674.226, 679.545, 682.148, 683.588, 684.967, 686.236, + 687.738, 708.81, 711.141, 713.187, 715.67, 718.208, 721.533, 723.515, + 733.444, 735.172, 737.832, 743.58, 757.739, 760.052, 763.182, 766.348, + 769.477, 775.22, 781.227, 785.912, 833.054, 835.403, 837.189, 838.496, + 840.731, 855.929, 857.194, 948.617, 960.972, 1117.685, 1121.306, 1127.759, + 1156.174, 1169.764, 1171 + ] }, { "vendor": 0, @@ -38647,8 +44899,16 @@ [-73.98937, 40.74059], [-73.98954, 40.73994], [-73.98957, 40.73983], - [-73.99034, 40.74017]], - "timestamps": [ 118, 129.295, 173.769, 177.706, 229.087, 247.209, 447.844, 463.332, 607.003, 611.708, 627.439, 656.976, 681.181, 689.25, 872.954, 878.053, 888.282, 891.174, 894.164, 961.082, 966.374, 1059.787, 1163.416, 1166.905, 1168.483, 1172.609, 1175.281, 1194.074, 1201.6, 1208.723, 1237.706, 1302.622, 1350.551, 1383.714, 1651.507, 1667.153, 1759.134, 1771.756, 1776.884, 1790.682, 1793.021, 1814] + [-73.99034, 40.74017] + ], + "timestamps": [ + 118, 129.295, 173.769, 177.706, 229.087, 247.209, 447.844, 463.332, + 607.003, 611.708, 627.439, 656.976, 681.181, 689.25, 872.954, 878.053, + 888.282, 891.174, 894.164, 961.082, 966.374, 1059.787, 1163.416, 1166.905, + 1168.483, 1172.609, 1175.281, 1194.074, 1201.6, 1208.723, 1237.706, + 1302.622, 1350.551, 1383.714, 1651.507, 1667.153, 1759.134, 1771.756, + 1776.884, 1790.682, 1793.021, 1814 + ] }, { "vendor": 0, @@ -38729,8 +44989,21 @@ [-73.97852, 40.7115], [-73.97821, 40.71174], [-73.9779, 40.71208], - [-73.97772, 40.71231]], - "timestamps": [ 998, 1042.302, 1066.52, 1105.601, 1138.646, 1139.766, 1143.18, 1167.064, 1177.333, 1189.941, 1207.481, 1212.098, 1212.575, 1221.087, 1227.186, 1230.317, 1232.04, 1234.213, 1253.627, 1286.041, 1315.355, 1334.84, 1340.6, 1354.249, 1356.376, 1366.415, 1369.45, 1377.007, 1397.77, 1524.672, 1542.553, 1543.759, 1546.527, 1547.701, 1548.662, 1550.36, 1551.394, 1552.391, 1553.366, 1554.407, 1555.382, 1556.709, 1557.226, 1562.407, 1567.516, 1572.5, 1575.558, 1599.291, 1601.817, 1603.628, 1609.264, 1609.958, 1612.849, 1615.838, 1617.172, 1619.932, 1622.977, 1624.096, 1631.177, 1635.573, 1643.648, 1649.868, 1665.431, 1679.593, 1684.522, 1712.482, 1742.034, 1754.222, 1775.438, 1778.139, 1780.942, 1784.332, 1789.4, 1791.15, 1794.27, 1798.108, 1800.591] + [-73.97772, 40.71231] + ], + "timestamps": [ + 998, 1042.302, 1066.52, 1105.601, 1138.646, 1139.766, 1143.18, 1167.064, + 1177.333, 1189.941, 1207.481, 1212.098, 1212.575, 1221.087, 1227.186, + 1230.317, 1232.04, 1234.213, 1253.627, 1286.041, 1315.355, 1334.84, + 1340.6, 1354.249, 1356.376, 1366.415, 1369.45, 1377.007, 1397.77, + 1524.672, 1542.553, 1543.759, 1546.527, 1547.701, 1548.662, 1550.36, + 1551.394, 1552.391, 1553.366, 1554.407, 1555.382, 1556.709, 1557.226, + 1562.407, 1567.516, 1572.5, 1575.558, 1599.291, 1601.817, 1603.628, + 1609.264, 1609.958, 1612.849, 1615.838, 1617.172, 1619.932, 1622.977, + 1624.096, 1631.177, 1635.573, 1643.648, 1649.868, 1665.431, 1679.593, + 1684.522, 1712.482, 1742.034, 1754.222, 1775.438, 1778.139, 1780.942, + 1784.332, 1789.4, 1791.15, 1794.27, 1798.108, 1800.591 + ] }, { "vendor": 0, @@ -38738,8 +45011,9 @@ [-73.94531, 40.60315], [-73.94561, 40.60475], [-73.95125, 40.60413], - [-73.95226, 40.60403]], - "timestamps": [ 1631, 1665.398, 1786.994, 1808.727] + [-73.95226, 40.60403] + ], + "timestamps": [1631, 1665.398, 1786.994, 1808.727] }, { "vendor": 0, @@ -38754,8 +45028,12 @@ [-73.95791, 40.64414], [-73.95797, 40.64457], [-73.95802, 40.64506], - [-73.96779, 40.64399]], - "timestamps": [ 1110, 1153.056, 1251.725, 1258.546, 1338.837, 1469.896, 1478.836, 1518.121, 1529.635, 1542.721, 1847.697] + [-73.96779, 40.64399] + ], + "timestamps": [ + 1110, 1153.056, 1251.725, 1258.546, 1338.837, 1469.896, 1478.836, + 1518.121, 1529.635, 1542.721, 1847.697 + ] }, { "vendor": 0, @@ -38837,8 +45115,21 @@ [-73.98563, 40.69894], [-73.98592, 40.69924], [-73.98631, 40.69978], - [-73.99473, 40.71493]], - "timestamps": [ 1029, 1048.506, 1106.714, 1245.153, 1258.904, 1287.633, 1294.523, 1309.095, 1311.566, 1313.392, 1315.32, 1323.695, 1326.69, 1329.382, 1332.15, 1334.584, 1337.378, 1341.281, 1345.127, 1351.666, 1356.818, 1359.5, 1361.887, 1364.166, 1376.018, 1377.784, 1380.333, 1470.957, 1473.572, 1476.664, 1479.285, 1482.68, 1484.899, 1500.686, 1505.553, 1507.951, 1511.23, 1519.874, 1526.371, 1539.211, 1583.522, 1590.74, 1598.52, 1603.483, 1607.171, 1612.937, 1617.142, 1620.62, 1623.788, 1627.954, 1629.446, 1635.482, 1640.692, 1652.474, 1669.931, 1674.711, 1678.697, 1682.263, 1683.468, 1687.156, 1690.065, 1691.19, 1702.537, 1705.126, 1707.377, 1710.059, 1713.083, 1714.789, 1716.5, 1718.212, 1719.945, 1721.732, 1723.546, 1725.108, 1727.481, 1733.326, 1743, 1914.649] + [-73.99473, 40.71493] + ], + "timestamps": [ + 1029, 1048.506, 1106.714, 1245.153, 1258.904, 1287.633, 1294.523, + 1309.095, 1311.566, 1313.392, 1315.32, 1323.695, 1326.69, 1329.382, + 1332.15, 1334.584, 1337.378, 1341.281, 1345.127, 1351.666, 1356.818, + 1359.5, 1361.887, 1364.166, 1376.018, 1377.784, 1380.333, 1470.957, + 1473.572, 1476.664, 1479.285, 1482.68, 1484.899, 1500.686, 1505.553, + 1507.951, 1511.23, 1519.874, 1526.371, 1539.211, 1583.522, 1590.74, + 1598.52, 1603.483, 1607.171, 1612.937, 1617.142, 1620.62, 1623.788, + 1627.954, 1629.446, 1635.482, 1640.692, 1652.474, 1669.931, 1674.711, + 1678.697, 1682.263, 1683.468, 1687.156, 1690.065, 1691.19, 1702.537, + 1705.126, 1707.377, 1710.059, 1713.083, 1714.789, 1716.5, 1718.212, + 1719.945, 1721.732, 1723.546, 1725.108, 1727.481, 1733.326, 1743, 1914.649 + ] }, { "vendor": 0, @@ -38865,8 +45156,14 @@ [-73.97931, 40.71108], [-73.9787, 40.71137], [-73.97852, 40.7115], - [-73.97821, 40.71174]], - "timestamps": [ 1313, 1320.163, 1375.684, 1425.832, 1446.691, 1542.146, 1556.575, 1578.878, 1589.781, 1601.35, 1609.558, 1706.319, 1726.72, 1732.121, 1765.523, 1773.286, 1781.205, 1783.926, 1786.75, 1790.166, 1795.274, 1797.038, 1800.181] + [-73.97821, 40.71174] + ], + "timestamps": [ + 1313, 1320.163, 1375.684, 1425.832, 1446.691, 1542.146, 1556.575, + 1578.878, 1589.781, 1601.35, 1609.558, 1706.319, 1726.72, 1732.121, + 1765.523, 1773.286, 1781.205, 1783.926, 1786.75, 1790.166, 1795.274, + 1797.038, 1800.181 + ] }, { "vendor": 1, @@ -38892,8 +45189,14 @@ [-73.98054, 40.69799], [-73.98056, 40.69825], [-73.98037, 40.69823], - [-73.97579, 40.69806]], - "timestamps": [ 1222, 1224.344, 1242.103, 1300.048, 1337.275, 1369.778, 1371.511, 1374.134, 1378.096, 1409.837, 1581.561, 1632.54, 1650.529, 1658.91, 1669.406, 1684.654, 1692.654, 1734.859, 1752.768, 1761.242, 1763.522, 1818.042] + [-73.97579, 40.69806] + ], + "timestamps": [ + 1222, 1224.344, 1242.103, 1300.048, 1337.275, 1369.778, 1371.511, + 1374.134, 1378.096, 1409.837, 1581.561, 1632.54, 1650.529, 1658.91, + 1669.406, 1684.654, 1692.654, 1734.859, 1752.768, 1761.242, 1763.522, + 1818.042 + ] }, { "vendor": 0, @@ -38911,8 +45214,12 @@ [-74.00279, 40.73937], [-74.00201, 40.74045], [-74.00155, 40.74107], - [-73.99889, 40.73995]], - "timestamps": [ 380, 380, 414.263, 610.756, 866.115, 868.418, 871.311, 875.268, 900.187, 972.6, 980.131, 1021.265, 1045.029, 1112] + [-73.99889, 40.73995] + ], + "timestamps": [ + 380, 380, 414.263, 610.756, 866.115, 868.418, 871.311, 875.268, 900.187, + 972.6, 980.131, 1021.265, 1045.029, 1112 + ] }, { "vendor": 0, @@ -38926,8 +45233,12 @@ [-73.98025, 40.68863], [-73.98042, 40.6899], [-73.98049, 40.6899], - [-73.98124, 40.68992]], - "timestamps": [ 901, 946.81, 958.121, 961.636, 962.515, 987.71, 995.03, 1022.272, 1024.297, 1046] + [-73.98124, 40.68992] + ], + "timestamps": [ + 901, 946.81, 958.121, 961.636, 962.515, 987.71, 995.03, 1022.272, + 1024.297, 1046 + ] }, { "vendor": 0, @@ -38985,8 +45296,18 @@ [-74.01095, 40.68998], [-74.01124, 40.69043], [-74.01149, 40.69092], - [-74.01509, 40.70071]], - "timestamps": [ 977, 1001.463, 1021.467, 1091.674, 1100.848, 1240.272, 1245.112, 1249.161, 1262.731, 1278.118, 1284.495, 1290.033, 1317.427, 1323.744, 1328.95, 1333.179, 1337.096, 1349.496, 1389.548, 1392.183, 1395.465, 1399.365, 1402.151, 1420.63, 1425.332, 1429.017, 1433.834, 1440.939, 1454.936, 1461.691, 1469.323, 1472.517, 1474.198, 1475.803, 1480.377, 1492.164, 1498.387, 1534.726, 1551.902, 1569.687, 1575.73, 1586.99, 1597.772, 1606.738, 1625.139, 1634.468, 1640.584, 1644.499, 1651.977, 1656.728, 1721.189, 1725.62, 1730.267, 1820.175] + [-74.01509, 40.70071] + ], + "timestamps": [ + 977, 1001.463, 1021.467, 1091.674, 1100.848, 1240.272, 1245.112, 1249.161, + 1262.731, 1278.118, 1284.495, 1290.033, 1317.427, 1323.744, 1328.95, + 1333.179, 1337.096, 1349.496, 1389.548, 1392.183, 1395.465, 1399.365, + 1402.151, 1420.63, 1425.332, 1429.017, 1433.834, 1440.939, 1454.936, + 1461.691, 1469.323, 1472.517, 1474.198, 1475.803, 1480.377, 1492.164, + 1498.387, 1534.726, 1551.902, 1569.687, 1575.73, 1586.99, 1597.772, + 1606.738, 1625.139, 1634.468, 1640.584, 1644.499, 1651.977, 1656.728, + 1721.189, 1725.62, 1730.267, 1820.175 + ] }, { "vendor": 0, @@ -39034,8 +45355,17 @@ [-74.0147, 40.70695], [-74.0148, 40.7071], [-74.01492, 40.7072], - [-74.01511, 40.70729]], - "timestamps": [ 1096, 1102.199, 1104.412, 1150.243, 1188.762, 1196.737, 1238.906, 1296.71, 1317.623, 1400.754, 1412.161, 1428.644, 1433.859, 1463.305, 1473.133, 1486.552, 1495.64, 1514.292, 1523.748, 1529.947, 1533.916, 1541.496, 1546.312, 1611.65, 1616.141, 1620.852, 1711.984, 1714.655, 1719.654, 1729.213, 1731.907, 1737.107, 1741.51, 1745.956, 1748.072, 1753.12, 1765.951, 1773.289, 1781.834, 1786.432, 1791.909, 1795.567, 1798.509, 1802.206] + [-74.01511, 40.70729] + ], + "timestamps": [ + 1096, 1102.199, 1104.412, 1150.243, 1188.762, 1196.737, 1238.906, 1296.71, + 1317.623, 1400.754, 1412.161, 1428.644, 1433.859, 1463.305, 1473.133, + 1486.552, 1495.64, 1514.292, 1523.748, 1529.947, 1533.916, 1541.496, + 1546.312, 1611.65, 1616.141, 1620.852, 1711.984, 1714.655, 1719.654, + 1729.213, 1731.907, 1737.107, 1741.51, 1745.956, 1748.072, 1753.12, + 1765.951, 1773.289, 1781.834, 1786.432, 1791.909, 1795.567, 1798.509, + 1802.206 + ] }, { "vendor": 1, @@ -39058,8 +45388,13 @@ [-73.99612, 40.67816], [-73.99579, 40.67883], [-73.99567, 40.67904], - [-73.99561, 40.67913]], - "timestamps": [ 808, 814.287, 856.191, 863.018, 902.622, 928.803, 950.996, 958.909, 984.069, 1013.928, 1018.392, 1021.787, 1043.795, 1117.766, 1131.825, 1194.144, 1213.894, 1220.215, 1223] + [-73.99561, 40.67913] + ], + "timestamps": [ + 808, 814.287, 856.191, 863.018, 902.622, 928.803, 950.996, 958.909, + 984.069, 1013.928, 1018.392, 1021.787, 1043.795, 1117.766, 1131.825, + 1194.144, 1213.894, 1220.215, 1223 + ] }, { "vendor": 0, @@ -39149,8 +45484,21 @@ [-73.97957, 40.68698], [-73.97908, 40.68627], [-73.97809, 40.68495], - [-73.9779, 40.68467]], - "timestamps": [ 212, 220.707, 254.628, 270.461, 375.942, 381.294, 426.416, 444.628, 448.015, 451.106, 455.232, 461.007, 466.551, 475.328, 489.249, 493.8, 498.543, 509.825, 523.303, 527.636, 529.526, 531.462, 533.259, 537.571, 539.179, 541.121, 574.493, 586.579, 599.507, 606.059, 607.972, 618.008, 622.567, 624.625, 625.631, 627.644, 629.769, 630.886, 633.248, 635.12, 636.7, 638.27, 640.772, 691.443, 698.221, 705.631, 707.773, 709.104, 710.424, 712.531, 713.305, 713.794, 715.632, 717.591, 719.058, 721.114, 722.718, 724.131, 724.885, 726.172, 727.514, 729.244, 732.386, 735.517, 737.983, 741.119, 746.679, 749.624, 755.194, 764.32, 772.659, 775.91, 780.956, 811.23, 822.188, 825.846, 852.636, 871.724, 947.943, 961.038, 966.134, 996.734, 1009.955, 1027.305, 1060.182, 1067] + [-73.9779, 40.68467] + ], + "timestamps": [ + 212, 220.707, 254.628, 270.461, 375.942, 381.294, 426.416, 444.628, + 448.015, 451.106, 455.232, 461.007, 466.551, 475.328, 489.249, 493.8, + 498.543, 509.825, 523.303, 527.636, 529.526, 531.462, 533.259, 537.571, + 539.179, 541.121, 574.493, 586.579, 599.507, 606.059, 607.972, 618.008, + 622.567, 624.625, 625.631, 627.644, 629.769, 630.886, 633.248, 635.12, + 636.7, 638.27, 640.772, 691.443, 698.221, 705.631, 707.773, 709.104, + 710.424, 712.531, 713.305, 713.794, 715.632, 717.591, 719.058, 721.114, + 722.718, 724.131, 724.885, 726.172, 727.514, 729.244, 732.386, 735.517, + 737.983, 741.119, 746.679, 749.624, 755.194, 764.32, 772.659, 775.91, + 780.956, 811.23, 822.188, 825.846, 852.636, 871.724, 947.943, 961.038, + 966.134, 996.734, 1009.955, 1027.305, 1060.182, 1067 + ] }, { "vendor": 0, @@ -39247,8 +45595,23 @@ [-73.9916, 40.70255], [-73.9907, 40.70254], [-73.99068, 40.70284], - [-73.99067, 40.70311]], - "timestamps": [ 374, 387.744, 523.042, 525.187, 535.375, 540.753, 548.062, 550.001, 557.684, 575.766, 592.02, 603.071, 615.288, 643.435, 650.486, 652.559, 655.589, 659.428, 662.336, 663.687, 666.453, 668.732, 670.978, 699.399, 721.281, 727.213, 749.684, 756.526, 769.53, 773.012, 778.345, 783.049, 790.291, 791.647, 793.607, 798.485, 800.984, 803.341, 805.508, 810.41, 820.942, 839.291, 841.37, 843.984, 849.681, 850.597, 851.414, 852.805, 854.037, 854.68, 855.506, 856.554, 857.775, 859.085, 863.464, 864.213, 985.516, 994.513, 1006.238, 1010.322, 1015.194, 1017.985, 1021.655, 1024.583, 1026.627, 1028.739, 1030.547, 1032.499, 1034.814, 1035.876, 1037.981, 1039.835, 1047.37, 1051.318, 1053.521, 1055.164, 1058.425, 1060.606, 1068.851, 1079.65, 1114.82, 1123.364, 1135.479, 1146.735, 1147.659, 1149.842, 1151.105, 1153.215, 1155.664, 1171.709, 1186.441, 1217.801, 1246] + [-73.99067, 40.70311] + ], + "timestamps": [ + 374, 387.744, 523.042, 525.187, 535.375, 540.753, 548.062, 550.001, + 557.684, 575.766, 592.02, 603.071, 615.288, 643.435, 650.486, 652.559, + 655.589, 659.428, 662.336, 663.687, 666.453, 668.732, 670.978, 699.399, + 721.281, 727.213, 749.684, 756.526, 769.53, 773.012, 778.345, 783.049, + 790.291, 791.647, 793.607, 798.485, 800.984, 803.341, 805.508, 810.41, + 820.942, 839.291, 841.37, 843.984, 849.681, 850.597, 851.414, 852.805, + 854.037, 854.68, 855.506, 856.554, 857.775, 859.085, 863.464, 864.213, + 985.516, 994.513, 1006.238, 1010.322, 1015.194, 1017.985, 1021.655, + 1024.583, 1026.627, 1028.739, 1030.547, 1032.499, 1034.814, 1035.876, + 1037.981, 1039.835, 1047.37, 1051.318, 1053.521, 1055.164, 1058.425, + 1060.606, 1068.851, 1079.65, 1114.82, 1123.364, 1135.479, 1146.735, + 1147.659, 1149.842, 1151.105, 1153.215, 1155.664, 1171.709, 1186.441, + 1217.801, 1246 + ] }, { "vendor": 0, @@ -39329,8 +45692,21 @@ [-74.00443, 40.72274], [-74.00468, 40.72242], [-74.00505, 40.72203], - [-74.00519, 40.72212]], - "timestamps": [ 567, 572.199, 634.074, 650.19, 709.936, 726.449, 787.027, 806.173, 820.038, 832.88, 836.929, 840.967, 845.347, 855.127, 862.677, 875.499, 884.397, 898.96, 949.22, 957.408, 966.232, 971.862, 976.045, 982.585, 987.354, 991.299, 994.893, 999.618, 1001.31, 1008.156, 1014.066, 1027.429, 1047.231, 1052.653, 1057.174, 1061.218, 1062.585, 1066.768, 1070.068, 1071.344, 1083.49, 1086.262, 1088.671, 1091.542, 1094.78, 1096.606, 1098.437, 1100.27, 1102.125, 1104.038, 1105.98, 1107.652, 1110.193, 1116.449, 1126.804, 1310.551, 1314.161, 1318.186, 1320.916, 1336.932, 1346.837, 1350.04, 1353.352, 1427.464, 1433.325, 1536.779, 1651.549, 1655.413, 1657.528, 1663.062, 1667.878, 1691.809, 1697.886, 1707.407, 1732.763, 1765.513, 1775] + [-74.00519, 40.72212] + ], + "timestamps": [ + 567, 572.199, 634.074, 650.19, 709.936, 726.449, 787.027, 806.173, + 820.038, 832.88, 836.929, 840.967, 845.347, 855.127, 862.677, 875.499, + 884.397, 898.96, 949.22, 957.408, 966.232, 971.862, 976.045, 982.585, + 987.354, 991.299, 994.893, 999.618, 1001.31, 1008.156, 1014.066, 1027.429, + 1047.231, 1052.653, 1057.174, 1061.218, 1062.585, 1066.768, 1070.068, + 1071.344, 1083.49, 1086.262, 1088.671, 1091.542, 1094.78, 1096.606, + 1098.437, 1100.27, 1102.125, 1104.038, 1105.98, 1107.652, 1110.193, + 1116.449, 1126.804, 1310.551, 1314.161, 1318.186, 1320.916, 1336.932, + 1346.837, 1350.04, 1353.352, 1427.464, 1433.325, 1536.779, 1651.549, + 1655.413, 1657.528, 1663.062, 1667.878, 1691.809, 1697.886, 1707.407, + 1732.763, 1765.513, 1775 + ] }, { "vendor": 0, @@ -39371,8 +45747,16 @@ [-73.99531, 40.70909], [-73.99398, 40.70931], [-73.99329, 40.7094], - [-73.98939, 40.70997]], - "timestamps": [ 1552, 1582.191, 1598.325, 1600.046, 1620.153, 1622.646, 1662.316, 1673.472, 1678.236, 1684.976, 1707.811, 1715.927, 1724.561, 1726.882, 1728.036, 1729.227, 1730.643, 1731.531, 1732.549, 1736.882, 1738.245, 1739.485, 1743.466, 1745.325, 1747.248, 1748.106, 1749.882, 1751.84, 1752.56, 1757.115, 1759.942, 1765.137, 1769.138, 1779.149, 1788.259, 1791.373, 1809.038] + [-73.98939, 40.70997] + ], + "timestamps": [ + 1552, 1582.191, 1598.325, 1600.046, 1620.153, 1622.646, 1662.316, + 1673.472, 1678.236, 1684.976, 1707.811, 1715.927, 1724.561, 1726.882, + 1728.036, 1729.227, 1730.643, 1731.531, 1732.549, 1736.882, 1738.245, + 1739.485, 1743.466, 1745.325, 1747.248, 1748.106, 1749.882, 1751.84, + 1752.56, 1757.115, 1759.942, 1765.137, 1769.138, 1779.149, 1788.259, + 1791.373, 1809.038 + ] }, { "vendor": 0, @@ -39474,8 +45858,24 @@ [-73.95101, 40.77759], [-73.95173, 40.77788], [-73.95397, 40.77883], - [-73.9538, 40.77906]], - "timestamps": [ 968, 973.595, 977.733, 997.277, 1004.28, 1013.663, 1021.094, 1048.311, 1055.605, 1058.273, 1074.777, 1078.612, 1082.971, 1084.47, 1086.024, 1087.905, 1090.717, 1091.688, 1093.418, 1095.547, 1096.925, 1113.566, 1120.529, 1124.749, 1128.163, 1129.885, 1133.567, 1145.053, 1149.057, 1150.761, 1153.419, 1168.578, 1170.198, 1173.574, 1175.628, 1183.348, 1185.099, 1186.653, 1187.878, 1189.297, 1190.822, 1192.37, 1193.751, 1198.058, 1200.165, 1201.332, 1202.448, 1203.475, 1204.691, 1221.753, 1223.64, 1225.296, 1227.307, 1229.361, 1232.054, 1233.658, 1241.698, 1243.097, 1245.25, 1249.905, 1261.368, 1263.241, 1265.775, 1268.338, 1273.169, 1276.34, 1277.674, 1279.867, 1282.371, 1285.878, 1287.9, 1309.597, 1316.261, 1325.748, 1330.053, 1336.932, 1338.661, 1339.787, 1342.417, 1345.373, 1346.943, 1356.842, 1362.665, 1367.801, 1373.926, 1375.054, 1377.868, 1378.594, 1405.218, 1437.882, 1445.421, 1467.867, 1625.824, 1629.905, 1648.033, 1655.822, 1680.345, 1683] + [-73.9538, 40.77906] + ], + "timestamps": [ + 968, 973.595, 977.733, 997.277, 1004.28, 1013.663, 1021.094, 1048.311, + 1055.605, 1058.273, 1074.777, 1078.612, 1082.971, 1084.47, 1086.024, + 1087.905, 1090.717, 1091.688, 1093.418, 1095.547, 1096.925, 1113.566, + 1120.529, 1124.749, 1128.163, 1129.885, 1133.567, 1145.053, 1149.057, + 1150.761, 1153.419, 1168.578, 1170.198, 1173.574, 1175.628, 1183.348, + 1185.099, 1186.653, 1187.878, 1189.297, 1190.822, 1192.37, 1193.751, + 1198.058, 1200.165, 1201.332, 1202.448, 1203.475, 1204.691, 1221.753, + 1223.64, 1225.296, 1227.307, 1229.361, 1232.054, 1233.658, 1241.698, + 1243.097, 1245.25, 1249.905, 1261.368, 1263.241, 1265.775, 1268.338, + 1273.169, 1276.34, 1277.674, 1279.867, 1282.371, 1285.878, 1287.9, + 1309.597, 1316.261, 1325.748, 1330.053, 1336.932, 1338.661, 1339.787, + 1342.417, 1345.373, 1346.943, 1356.842, 1362.665, 1367.801, 1373.926, + 1375.054, 1377.868, 1378.594, 1405.218, 1437.882, 1445.421, 1467.867, + 1625.824, 1629.905, 1648.033, 1655.822, 1680.345, 1683 + ] }, { "vendor": 0, @@ -39553,8 +45953,21 @@ [-74.00338, 40.67961], [-74.00332, 40.67985], [-74.00322, 40.68013], - [-73.9988, 40.68932]], - "timestamps": [ 713, 718.997, 779.666, 785.151, 792.963, 877.663, 900.915, 964.613, 989.184, 1000.87, 1002.467, 1027.427, 1034.435, 1051.709, 1062.585, 1068.514, 1076.221, 1084.178, 1090.829, 1098.503, 1109.062, 1121.544, 1138.826, 1153.549, 1156.621, 1159.835, 1166.006, 1169.381, 1173.171, 1176.631, 1179.688, 1182.964, 1186.426, 1190.001, 1193.619, 1214.063, 1217.345, 1220.668, 1223.896, 1227.523, 1233.823, 1237.154, 1240.43, 1243.712, 1247.361, 1251.496, 1255.83, 1260.319, 1281.654, 1297.346, 1331.977, 1339.701, 1530.69, 1538.529, 1542.644, 1549.836, 1554.985, 1558.355, 1561.661, 1564.931, 1570.013, 1574.128, 1625.512, 1646.579, 1656.906, 1664.12, 1685.078, 1692.699, 1696.833, 1700.259, 1703.323, 1706.549, 1710.379, 1839.557] + [-73.9988, 40.68932] + ], + "timestamps": [ + 713, 718.997, 779.666, 785.151, 792.963, 877.663, 900.915, 964.613, + 989.184, 1000.87, 1002.467, 1027.427, 1034.435, 1051.709, 1062.585, + 1068.514, 1076.221, 1084.178, 1090.829, 1098.503, 1109.062, 1121.544, + 1138.826, 1153.549, 1156.621, 1159.835, 1166.006, 1169.381, 1173.171, + 1176.631, 1179.688, 1182.964, 1186.426, 1190.001, 1193.619, 1214.063, + 1217.345, 1220.668, 1223.896, 1227.523, 1233.823, 1237.154, 1240.43, + 1243.712, 1247.361, 1251.496, 1255.83, 1260.319, 1281.654, 1297.346, + 1331.977, 1339.701, 1530.69, 1538.529, 1542.644, 1549.836, 1554.985, + 1558.355, 1561.661, 1564.931, 1570.013, 1574.128, 1625.512, 1646.579, + 1656.906, 1664.12, 1685.078, 1692.699, 1696.833, 1700.259, 1703.323, + 1706.549, 1710.379, 1839.557 + ] }, { "vendor": 0, @@ -39670,8 +46083,26 @@ [-73.97301, 40.75268], [-73.97118, 40.75518], [-73.97072, 40.75581], - [-73.96933, 40.75522]], - "timestamps": [ 795, 795.252, 799.912, 856.97, 879.709, 903.085, 925.252, 932.563, 1017.899, 1035.736, 1041.059, 1045.562, 1106.048, 1108.203, 1112.954, 1126.162, 1129.083, 1131.905, 1133.145, 1138.225, 1139.612, 1140.873, 1144.922, 1146.814, 1148.769, 1149.642, 1150.502, 1151.459, 1153.452, 1154.184, 1158.817, 1161.693, 1166.977, 1171.046, 1181.229, 1190.495, 1193.852, 1212.898, 1233.027, 1241.329, 1255.782, 1257.621, 1259.53, 1261.839, 1265.292, 1266.484, 1268.609, 1271.223, 1272.915, 1293.348, 1301.898, 1307.079, 1311.271, 1313.386, 1317.908, 1332.01, 1336.927, 1339.019, 1342.284, 1360.897, 1362.886, 1367.031, 1369.554, 1379.033, 1381.183, 1383.091, 1384.595, 1386.338, 1388.21, 1390.111, 1391.807, 1397.095, 1399.682, 1401.115, 1402.485, 1403.747, 1405.24, 1426.189, 1428.507, 1430.54, 1433.009, 1435.532, 1438.838, 1440.808, 1450.68, 1452.398, 1455.042, 1460.757, 1474.833, 1477.133, 1480.245, 1483.392, 1486.503, 1492.212, 1498.184, 1502.842, 1549.708, 1552.044, 1553.82, 1555.119, 1557.341, 1572.45, 1573.708, 1577.393, 1588.216, 1616.695, 1617.925, 1694.325, 1700.218, 1737.501, 1746.891, 1769] + [-73.96933, 40.75522] + ], + "timestamps": [ + 795, 795.252, 799.912, 856.97, 879.709, 903.085, 925.252, 932.563, + 1017.899, 1035.736, 1041.059, 1045.562, 1106.048, 1108.203, 1112.954, + 1126.162, 1129.083, 1131.905, 1133.145, 1138.225, 1139.612, 1140.873, + 1144.922, 1146.814, 1148.769, 1149.642, 1150.502, 1151.459, 1153.452, + 1154.184, 1158.817, 1161.693, 1166.977, 1171.046, 1181.229, 1190.495, + 1193.852, 1212.898, 1233.027, 1241.329, 1255.782, 1257.621, 1259.53, + 1261.839, 1265.292, 1266.484, 1268.609, 1271.223, 1272.915, 1293.348, + 1301.898, 1307.079, 1311.271, 1313.386, 1317.908, 1332.01, 1336.927, + 1339.019, 1342.284, 1360.897, 1362.886, 1367.031, 1369.554, 1379.033, + 1381.183, 1383.091, 1384.595, 1386.338, 1388.21, 1390.111, 1391.807, + 1397.095, 1399.682, 1401.115, 1402.485, 1403.747, 1405.24, 1426.189, + 1428.507, 1430.54, 1433.009, 1435.532, 1438.838, 1440.808, 1450.68, + 1452.398, 1455.042, 1460.757, 1474.833, 1477.133, 1480.245, 1483.392, + 1486.503, 1492.212, 1498.184, 1502.842, 1549.708, 1552.044, 1553.82, + 1555.119, 1557.341, 1572.45, 1573.708, 1577.393, 1588.216, 1616.695, + 1617.925, 1694.325, 1700.218, 1737.501, 1746.891, 1769 + ] }, { "vendor": 0, @@ -39688,8 +46119,12 @@ [-73.99412, 40.72663], [-73.99384, 40.72701], [-73.99363, 40.72728], - [-73.99143, 40.72986]], - "timestamps": [ 1436, 1447.357, 1501.619, 1515.069, 1523.071, 1583.182, 1587.428, 1619.108, 1692.602, 1716.116, 1727.5, 1734.666, 1804.904] + [-73.99143, 40.72986] + ], + "timestamps": [ + 1436, 1447.357, 1501.619, 1515.069, 1523.071, 1583.182, 1587.428, + 1619.108, 1692.602, 1716.116, 1727.5, 1734.666, 1804.904 + ] }, { "vendor": 0, @@ -39718,8 +46153,13 @@ [-73.98693, 40.72982], [-73.98681, 40.72977], [-73.98727, 40.72913], - [-73.98759, 40.7287]], - "timestamps": [ 231, 233.584, 274.261, 316.3, 337.451, 353.781, 402.326, 431.327, 492.892, 497.241, 529.687, 604.959, 629.042, 640.701, 648.041, 719.978, 727.781, 745.138, 753.143, 758.693, 760.897, 833.331, 835.858, 852.039, 863] + [-73.98759, 40.7287] + ], + "timestamps": [ + 231, 233.584, 274.261, 316.3, 337.451, 353.781, 402.326, 431.327, 492.892, + 497.241, 529.687, 604.959, 629.042, 640.701, 648.041, 719.978, 727.781, + 745.138, 753.143, 758.693, 760.897, 833.331, 835.858, 852.039, 863 + ] }, { "vendor": 0, @@ -39734,8 +46174,12 @@ [-73.98279, 40.71972], [-73.98339, 40.71857], [-73.98422, 40.71882], - [-73.98493, 40.71904]], - "timestamps": [ 1044, 1045.676, 1047.583, 1241.129, 1242.875, 1253.007, 1257.208, 1331.901, 1396.958, 1438.405, 1474] + [-73.98493, 40.71904] + ], + "timestamps": [ + 1044, 1045.676, 1047.583, 1241.129, 1242.875, 1253.007, 1257.208, + 1331.901, 1396.958, 1438.405, 1474 + ] }, { "vendor": 1, @@ -39750,8 +46194,12 @@ [-73.97862, 40.68983], [-73.97834, 40.68787], [-73.9782, 40.68681], - [-73.97761, 40.68688]], - "timestamps": [ 1163, 1175.793, 1182.677, 1189.654, 1298.646, 1307.408, 1382.614, 1388.493, 1419.64, 1436.47, 1445] + [-73.97761, 40.68688] + ], + "timestamps": [ + 1163, 1175.793, 1182.677, 1189.654, 1298.646, 1307.408, 1382.614, + 1388.493, 1419.64, 1436.47, 1445 + ] }, { "vendor": 1, @@ -39767,8 +46215,12 @@ [-73.98728, 40.67198], [-73.98715, 40.67214], [-73.98726, 40.67219], - [-73.98834, 40.67271]], - "timestamps": [ 175, 195.994, 213.337, 288.188, 353.259, 392.344, 664.641, 678.628, 805.065, 808.487, 811.814, 845] + [-73.98834, 40.67271] + ], + "timestamps": [ + 175, 195.994, 213.337, 288.188, 353.259, 392.344, 664.641, 678.628, + 805.065, 808.487, 811.814, 845 + ] }, { "vendor": 1, @@ -39777,8 +46229,9 @@ [-73.994, 40.66078], [-73.99283, 40.6619], [-73.99225, 40.66246], - [-73.99005, 40.66113]], - "timestamps": [ 1697, 1721.413, 1756.835, 1774.487, 1820.131] + [-73.99005, 40.66113] + ], + "timestamps": [1697, 1721.413, 1756.835, 1774.487, 1820.131] }, { "vendor": 1, @@ -39795,8 +46248,12 @@ [-73.98916, 40.68861], [-73.99054, 40.68909], [-73.99236, 40.68968], - [-73.99246, 40.68971]], - "timestamps": [ 804, 812.982, 860.31, 901.525, 904.091, 999.05, 1172.792, 1176.898, 1217.079, 1529.454, 1565.48, 1612.448, 1615] + [-73.99246, 40.68971] + ], + "timestamps": [ + 804, 812.982, 860.31, 901.525, 904.091, 999.05, 1172.792, 1176.898, + 1217.079, 1529.454, 1565.48, 1612.448, 1615 + ] }, { "vendor": 1, @@ -39811,8 +46268,12 @@ [-73.95242, 40.6787], [-73.953, 40.6788], [-73.95597, 40.6794], - [-73.96839, 40.68201]], - "timestamps": [ 1208, 1217.627, 1241.568, 1310.447, 1326.372, 1360.575, 1411.164, 1607.306, 1615.718, 1659.188, 1841.461] + [-73.96839, 40.68201] + ], + "timestamps": [ + 1208, 1217.627, 1241.568, 1310.447, 1326.372, 1360.575, 1411.164, + 1607.306, 1615.718, 1659.188, 1841.461 + ] }, { "vendor": 1, @@ -39828,8 +46289,12 @@ [-73.97576, 40.68355], [-73.97592, 40.6835], [-73.9759, 40.68362], - [-73.97604, 40.6844]], - "timestamps": [ 447, 457.805, 481.218, 536.623, 560.914, 585.109, 607.564, 611.791, 768.873, 771.179, 776.216, 809] + [-73.97604, 40.6844] + ], + "timestamps": [ + 447, 457.805, 481.218, 536.623, 560.914, 585.109, 607.564, 611.791, + 768.873, 771.179, 776.216, 809 + ] }, { "vendor": 0, @@ -39855,8 +46320,13 @@ [-74.01741, 40.70494], [-74.01735, 40.70491], [-74.0173, 40.70501], - [-74.01723, 40.70519]], - "timestamps": [ 908, 910.828, 954.44, 964.002, 976.126, 992.84, 995.486, 1009.808, 1065.42, 1076.107, 1082.618, 1088.983, 1094.024, 1099.109, 1104.041, 1108.661, 1112.865, 1119.017, 1122.629, 1124.343, 1126.397, 1130] + [-74.01723, 40.70519] + ], + "timestamps": [ + 908, 910.828, 954.44, 964.002, 976.126, 992.84, 995.486, 1009.808, + 1065.42, 1076.107, 1082.618, 1088.983, 1094.024, 1099.109, 1104.041, + 1108.661, 1112.865, 1119.017, 1122.629, 1124.343, 1126.397, 1130 + ] }, { "vendor": 1, @@ -39873,8 +46343,12 @@ [-73.97076, 40.68265], [-73.97172, 40.68752], [-73.97213, 40.68958], - [-73.9729, 40.68961]], - "timestamps": [ 451, 461.067, 734.797, 888.175, 936.713, 950.598, 951.291, 981.305, 985.366, 992.045, 1096.192, 1140.255, 1148] + [-73.9729, 40.68961] + ], + "timestamps": [ + 451, 461.067, 734.797, 888.175, 936.713, 950.598, 951.291, 981.305, + 985.366, 992.045, 1096.192, 1140.255, 1148 + ] }, { "vendor": 1, @@ -39889,8 +46363,12 @@ [-73.9661, 40.68958], [-73.96613, 40.68967], [-73.96624, 40.68966], - [-73.96627, 40.68965]], - "timestamps": [ 1384, 1403.194, 1412.488, 1416.562, 1425.896, 1476.104, 1477.575, 1491.717, 1492.657, 1492.921, 1493] + [-73.96627, 40.68965] + ], + "timestamps": [ + 1384, 1403.194, 1412.488, 1416.562, 1425.896, 1476.104, 1477.575, + 1491.717, 1492.657, 1492.921, 1493 + ] }, { "vendor": 1, @@ -39908,8 +46386,12 @@ [-73.99155, 40.70231], [-73.9916, 40.70238], [-73.9916, 40.70255], - [-73.9907, 40.70254]], - "timestamps": [ 1681, 1690.586, 1709.625, 1722.7, 1742.342, 1772.11, 1780.718, 1783.725, 1785.014, 1787.988, 1794.163, 1795.218, 1797.472, 1804.662] + [-73.9907, 40.70254] + ], + "timestamps": [ + 1681, 1690.586, 1709.625, 1722.7, 1742.342, 1772.11, 1780.718, 1783.725, + 1785.014, 1787.988, 1794.163, 1795.218, 1797.472, 1804.662 + ] }, { "vendor": 1, @@ -39925,8 +46407,12 @@ [-73.9886, 40.67059], [-73.98877, 40.67038], [-73.98866, 40.67032], - [-73.98857, 40.67043]], - "timestamps": [ 739, 743.933, 746.894, 848.732, 863.105, 877.881, 893.734, 901.327, 1027.035, 1032.066, 1034.039, 1037] + [-73.98857, 40.67043] + ], + "timestamps": [ + 739, 743.933, 746.894, 848.732, 863.105, 877.881, 893.734, 901.327, + 1027.035, 1032.066, 1034.039, 1037 + ] }, { "vendor": 1, @@ -39941,8 +46427,12 @@ [-73.96617, 40.68978], [-73.96613, 40.68967], [-73.96624, 40.68966], - [-73.96632, 40.68965]], - "timestamps": [ 538, 538.322, 549.929, 569.609, 576.294, 582.58, 588.943, 605.411, 606.355, 606.727, 607] + [-73.96632, 40.68965] + ], + "timestamps": [ + 538, 538.322, 549.929, 569.609, 576.294, 582.58, 588.943, 605.411, + 606.355, 606.727, 607 + ] }, { "vendor": 0, @@ -39958,8 +46448,12 @@ [-73.98078, 40.73376], [-73.97988, 40.73501], [-73.97943, 40.73558], - [-73.97857, 40.73678]], - "timestamps": [ 1121, 1238.106, 1246.617, 1325.175, 1407.778, 1416.861, 1424.443, 1567.447, 1729.687, 1765.93, 1782.835, 1817.591] + [-73.97857, 40.73678] + ], + "timestamps": [ + 1121, 1238.106, 1246.617, 1325.175, 1407.778, 1416.861, 1424.443, + 1567.447, 1729.687, 1765.93, 1782.835, 1817.591 + ] }, { "vendor": 1, @@ -39971,8 +46465,11 @@ [-73.97773, 40.66928], [-73.97905, 40.66992], [-73.97956, 40.66931], - [-73.97939, 40.66923]], - "timestamps": [ 910, 929.282, 1027.878, 1037.871, 1057.137, 1081.509, 1110.94, 1115] + [-73.97939, 40.66923] + ], + "timestamps": [ + 910, 929.282, 1027.878, 1037.871, 1057.137, 1081.509, 1110.94, 1115 + ] }, { "vendor": 0, @@ -40002,8 +46499,14 @@ [-73.99484, 40.71593], [-73.99472, 40.71649], [-73.99445, 40.71697], - [-73.99382, 40.71814]], - "timestamps": [ 1283, 1337.594, 1359.779, 1382.635, 1419.486, 1452.95, 1488.283, 1525.011, 1561.432, 1572.108, 1580.54, 1582.877, 1585.849, 1586.989, 1589.257, 1591.907, 1598.958, 1607.837, 1752.539, 1755.383, 1758.552, 1760.702, 1763.29, 1776.818, 1789.26, 1819.391] + [-73.99382, 40.71814] + ], + "timestamps": [ + 1283, 1337.594, 1359.779, 1382.635, 1419.486, 1452.95, 1488.283, 1525.011, + 1561.432, 1572.108, 1580.54, 1582.877, 1585.849, 1586.989, 1589.257, + 1591.907, 1598.958, 1607.837, 1752.539, 1755.383, 1758.552, 1760.702, + 1763.29, 1776.818, 1789.26, 1819.391 + ] }, { "vendor": 0, @@ -40043,8 +46546,16 @@ [-74.00784, 40.74858], [-74.00781, 40.74822], [-74.00783, 40.74805], - [-74.00829, 40.74544]], - "timestamps": [ 1300, 1312.518, 1316.429, 1371.252, 1378.016, 1386.483, 1390.394, 1406.009, 1423.421, 1426.026, 1442.321, 1490.567, 1493.871, 1503.011, 1528.586, 1529.862, 1535.184, 1538.231, 1555.677, 1628.378, 1635.017, 1643.684, 1687.352, 1690.67, 1707.881, 1714.993, 1717.067, 1724.457, 1728.631, 1738.32, 1742.709, 1748.528, 1755.707, 1763.105, 1766.605, 1837.098] + [-74.00829, 40.74544] + ], + "timestamps": [ + 1300, 1312.518, 1316.429, 1371.252, 1378.016, 1386.483, 1390.394, + 1406.009, 1423.421, 1426.026, 1442.321, 1490.567, 1493.871, 1503.011, + 1528.586, 1529.862, 1535.184, 1538.231, 1555.677, 1628.378, 1635.017, + 1643.684, 1687.352, 1690.67, 1707.881, 1714.993, 1717.067, 1724.457, + 1728.631, 1738.32, 1742.709, 1748.528, 1755.707, 1763.105, 1766.605, + 1837.098 + ] }, { "vendor": 0, @@ -40091,8 +46602,16 @@ [-74.01417, 40.71388], [-74.01514, 40.71432], [-74.01618, 40.71478], - [-74.01611, 40.71487]], - "timestamps": [ 880, 885.149, 936.881, 938.7, 982.939, 992.109, 1013.798, 1025.206, 1103.043, 1104.503, 1114.317, 1122.785, 1134.221, 1137.411, 1144.666, 1188.852, 1191.774, 1236.843, 1239.411, 1258.833, 1264.633, 1272.762, 1278.457, 1282.334, 1285.791, 1302.515, 1327.962, 1345.794, 1379.765, 1397.598, 1427.049, 1444.08, 1465.887, 1514.09, 1533.287, 1577.332, 1587.157, 1591.294, 1595.732, 1603.323, 1636.05, 1670.91, 1674] + [-74.01611, 40.71487] + ], + "timestamps": [ + 880, 885.149, 936.881, 938.7, 982.939, 992.109, 1013.798, 1025.206, + 1103.043, 1104.503, 1114.317, 1122.785, 1134.221, 1137.411, 1144.666, + 1188.852, 1191.774, 1236.843, 1239.411, 1258.833, 1264.633, 1272.762, + 1278.457, 1282.334, 1285.791, 1302.515, 1327.962, 1345.794, 1379.765, + 1397.598, 1427.049, 1444.08, 1465.887, 1514.09, 1533.287, 1577.332, + 1587.157, 1591.294, 1595.732, 1603.323, 1636.05, 1670.91, 1674 + ] }, { "vendor": 0, @@ -40112,8 +46631,13 @@ [-73.99671, 40.7255], [-73.99679, 40.72537], [-73.99884, 40.72297], - [-73.99985, 40.72179]], - "timestamps": [ 1386, 1394.906, 1403.813, 1479.091, 1482.703, 1518.521, 1526.882, 1537.124, 1539.962, 1584.417, 1597.761, 1610.191, 1734.541, 1737.194, 1790.066, 1816.077] + [-73.99985, 40.72179] + ], + "timestamps": [ + 1386, 1394.906, 1403.813, 1479.091, 1482.703, 1518.521, 1526.882, + 1537.124, 1539.962, 1584.417, 1597.761, 1610.191, 1734.541, 1737.194, + 1790.066, 1816.077 + ] }, { "vendor": 1, @@ -40143,8 +46667,14 @@ [-73.9764, 40.68367], [-73.97592, 40.6835], [-73.9759, 40.68362], - [-73.97596, 40.68393]], - "timestamps": [ 1014, 1040.837, 1062.194, 1077.91, 1090.323, 1104.405, 1111.436, 1135.533, 1150.819, 1173.151, 1179.537, 1203.061, 1227.882, 1245.566, 1316.179, 1328.311, 1337.424, 1392.144, 1415.785, 1446.809, 1505.6, 1545.187, 1558.145, 1564.045, 1569.882, 1585] + [-73.97596, 40.68393] + ], + "timestamps": [ + 1014, 1040.837, 1062.194, 1077.91, 1090.323, 1104.405, 1111.436, 1135.533, + 1150.819, 1173.151, 1179.537, 1203.061, 1227.882, 1245.566, 1316.179, + 1328.311, 1337.424, 1392.144, 1415.785, 1446.809, 1505.6, 1545.187, + 1558.145, 1564.045, 1569.882, 1585 + ] }, { "vendor": 1, @@ -40167,8 +46697,13 @@ [-73.98443, 40.69029], [-73.9851, 40.69056], [-73.98536, 40.69066], - [-73.98819, 40.69179]], - "timestamps": [ 1322, 1325.951, 1346.016, 1373.404, 1382.041, 1465.429, 1476.347, 1570.051, 1577.376, 1587.652, 1612.601, 1647.275, 1662.242, 1672.631, 1685.451, 1744.692, 1759.903, 1763.105, 1825.348] + [-73.98819, 40.69179] + ], + "timestamps": [ + 1322, 1325.951, 1346.016, 1373.404, 1382.041, 1465.429, 1476.347, + 1570.051, 1577.376, 1587.652, 1612.601, 1647.275, 1662.242, 1672.631, + 1685.451, 1744.692, 1759.903, 1763.105, 1825.348 + ] }, { "vendor": 0, @@ -40220,15 +46755,25 @@ [-73.98759, 40.73749], [-73.98815, 40.73772], [-73.9873, 40.7389], - [-73.98717, 40.73907]], - "timestamps": [ 787, 811.936, 815.92, 828.511, 837.839, 843.217, 857.598, 859.583, 863.716, 868.201, 879.372, 889.123, 893.785, 898.234, 898.234, 899.636, 902.593, 904.653, 909.43, 911.846, 914.231, 917.144, 935.718, 942.669, 948.097, 1002.908, 1009.133, 1040.614, 1079.221, 1081.798, 1084.094, 1085.108, 1195.398, 1199.68, 1204.271, 1227.488, 1295.219, 1308.69, 1472.338, 1473.317, 1548.902, 1551.181, 1577.298, 1585.664, 1644.532, 1656.854, 1684.028, 1688] + [-73.98717, 40.73907] + ], + "timestamps": [ + 787, 811.936, 815.92, 828.511, 837.839, 843.217, 857.598, 859.583, + 863.716, 868.201, 879.372, 889.123, 893.785, 898.234, 898.234, 899.636, + 902.593, 904.653, 909.43, 911.846, 914.231, 917.144, 935.718, 942.669, + 948.097, 1002.908, 1009.133, 1040.614, 1079.221, 1081.798, 1084.094, + 1085.108, 1195.398, 1199.68, 1204.271, 1227.488, 1295.219, 1308.69, + 1472.338, 1473.317, 1548.902, 1551.181, 1577.298, 1585.664, 1644.532, + 1656.854, 1684.028, 1688 + ] }, { "vendor": 0, "path": [ [-73.99481, 40.69169], - [-73.99446, 40.69243]], - "timestamps": [ 1782, 1804.384] + [-73.99446, 40.69243] + ], + "timestamps": [1782, 1804.384] }, { "vendor": 0, @@ -40258,8 +46803,14 @@ [-73.96049, 40.71023], [-73.96079, 40.71028], [-73.96115, 40.71036], - [-73.96461, 40.71141]], - "timestamps": [ 1491, 1509.458, 1518.829, 1523.961, 1649.125, 1655.805, 1658.917, 1666.065, 1670.839, 1672.53, 1680.125, 1698.533, 1703.764, 1718.303, 1723.673, 1749.068, 1758.644, 1758.644, 1760.305, 1763.811, 1766.253, 1771.914, 1774.778, 1777.605, 1781.058, 1803.073] + [-73.96461, 40.71141] + ], + "timestamps": [ + 1491, 1509.458, 1518.829, 1523.961, 1649.125, 1655.805, 1658.917, + 1666.065, 1670.839, 1672.53, 1680.125, 1698.533, 1703.764, 1718.303, + 1723.673, 1749.068, 1758.644, 1758.644, 1760.305, 1763.811, 1766.253, + 1771.914, 1774.778, 1777.605, 1781.058, 1803.073 + ] }, { "vendor": 0, @@ -40300,8 +46851,16 @@ [-73.96589, 40.71183], [-73.96691, 40.71212], [-73.97712, 40.71522], - [-73.97827, 40.71559]], - "timestamps": [ 190, 196.497, 253.396, 261.472, 619.096, 625.334, 732.96, 750.916, 761.771, 766.656, 783.111, 820.479, 1230.738, 1247.686, 1262.449, 1307.029, 1410.631, 1420.233, 1479.657, 1486.488, 1496.004, 1547.316, 1575.599, 1599.964, 1645.447, 1648.23, 1655.312, 1657.078, 1658.912, 1661.736, 1665.552, 1671.437, 1698.561, 1708.711, 1716.639, 1796.68, 1805.771] + [-73.97827, 40.71559] + ], + "timestamps": [ + 190, 196.497, 253.396, 261.472, 619.096, 625.334, 732.96, 750.916, + 761.771, 766.656, 783.111, 820.479, 1230.738, 1247.686, 1262.449, + 1307.029, 1410.631, 1420.233, 1479.657, 1486.488, 1496.004, 1547.316, + 1575.599, 1599.964, 1645.447, 1648.23, 1655.312, 1657.078, 1658.912, + 1661.736, 1665.552, 1671.437, 1698.561, 1708.711, 1716.639, 1796.68, + 1805.771 + ] }, { "vendor": 0, @@ -40322,8 +46881,13 @@ [-73.99039, 40.71932], [-73.99047, 40.71934], [-73.991, 40.71829], - [-73.99134, 40.71756]], - "timestamps": [ 1160, 1160.452, 1162.046, 1162.418, 1165.023, 1166.136, 1166.325, 1167.034, 1169.674, 1170.639, 1180.968, 1187.701, 1188.279, 1188.678, 1188.837, 1195.447, 1200] + [-73.99134, 40.71756] + ], + "timestamps": [ + 1160, 1160.452, 1162.046, 1162.418, 1165.023, 1166.136, 1166.325, + 1167.034, 1169.674, 1170.639, 1180.968, 1187.701, 1188.279, 1188.678, + 1188.837, 1195.447, 1200 + ] }, { "vendor": 0, @@ -40478,8 +47042,31 @@ [-74.01355, 40.71527], [-74.01372, 40.71448], [-74.01393, 40.7138], - [-74.01411, 40.7132]], - "timestamps": [ 644, 651.965, 658.548, 661.068, 729.344, 763.851, 781.689, 816.631, 821.133, 822.687, 823.248, 823.793, 835.172, 843.401, 846.551, 852.813, 860.293, 864.043, 869.039, 874.624, 882.16, 888.308, 895.342, 898.289, 908.23, 909.585, 916.792, 918.586, 921.438, 934.428, 943.198, 948.951, 953.345, 956.558, 958.342, 961.699, 966.918, 969.681, 984.543, 987.139, 1020.255, 1025.195, 1034.319, 1036.219, 1042.783, 1050.545, 1054.055, 1057.077, 1060.272, 1063.299, 1076.211, 1079.423, 1081.013, 1084.322, 1087.492, 1096.524, 1099.689, 1102.911, 1105.257, 1106.665, 1110.46, 1133.849, 1136.867, 1138.854, 1141.702, 1147.195, 1150.102, 1151.616, 1155.031, 1158.141, 1162.156, 1171.054, 1173.189, 1178.91, 1189.463, 1197.549, 1201.12, 1204.522, 1207.699, 1224.688, 1231.299, 1234.36, 1238.382, 1242.273, 1247.36, 1271.421, 1272.136, 1273.895, 1276.466, 1279.723, 1282.19, 1283.337, 1285.684, 1287.617, 1289.522, 1313.636, 1332.203, 1337.236, 1356.301, 1362.106, 1373.14, 1377.564, 1380.385, 1383.372, 1387.82, 1391.861, 1399.027, 1402.706, 1411.11, 1436.639, 1445.531, 1449.655, 1452.647, 1454.487, 1456.295, 1467.588, 1472.533, 1476.334, 1478.129, 1481.337, 1483.328, 1485.168, 1487.135, 1488.739, 1489.957, 1505.727, 1507.942, 1510.031, 1511.141, 1512.849, 1513.379, 1524.193, 1528.877, 1531.338, 1532.724, 1553.366, 1557.758, 1572.368, 1595.786, 1597.599, 1603.623, 1608.268, 1622.389, 1649.251, 1680.262, 1685.499, 1694.31, 1704.551, 1715.322, 1724.72, 1733] + [-74.01411, 40.7132] + ], + "timestamps": [ + 644, 651.965, 658.548, 661.068, 729.344, 763.851, 781.689, 816.631, + 821.133, 822.687, 823.248, 823.793, 835.172, 843.401, 846.551, 852.813, + 860.293, 864.043, 869.039, 874.624, 882.16, 888.308, 895.342, 898.289, + 908.23, 909.585, 916.792, 918.586, 921.438, 934.428, 943.198, 948.951, + 953.345, 956.558, 958.342, 961.699, 966.918, 969.681, 984.543, 987.139, + 1020.255, 1025.195, 1034.319, 1036.219, 1042.783, 1050.545, 1054.055, + 1057.077, 1060.272, 1063.299, 1076.211, 1079.423, 1081.013, 1084.322, + 1087.492, 1096.524, 1099.689, 1102.911, 1105.257, 1106.665, 1110.46, + 1133.849, 1136.867, 1138.854, 1141.702, 1147.195, 1150.102, 1151.616, + 1155.031, 1158.141, 1162.156, 1171.054, 1173.189, 1178.91, 1189.463, + 1197.549, 1201.12, 1204.522, 1207.699, 1224.688, 1231.299, 1234.36, + 1238.382, 1242.273, 1247.36, 1271.421, 1272.136, 1273.895, 1276.466, + 1279.723, 1282.19, 1283.337, 1285.684, 1287.617, 1289.522, 1313.636, + 1332.203, 1337.236, 1356.301, 1362.106, 1373.14, 1377.564, 1380.385, + 1383.372, 1387.82, 1391.861, 1399.027, 1402.706, 1411.11, 1436.639, + 1445.531, 1449.655, 1452.647, 1454.487, 1456.295, 1467.588, 1472.533, + 1476.334, 1478.129, 1481.337, 1483.328, 1485.168, 1487.135, 1488.739, + 1489.957, 1505.727, 1507.942, 1510.031, 1511.141, 1512.849, 1513.379, + 1524.193, 1528.877, 1531.338, 1532.724, 1553.366, 1557.758, 1572.368, + 1595.786, 1597.599, 1603.623, 1608.268, 1622.389, 1649.251, 1680.262, + 1685.499, 1694.31, 1704.551, 1715.322, 1724.72, 1733 + ] }, { "vendor": 1, @@ -40585,8 +47172,25 @@ [-74.00338, 40.67961], [-74.00332, 40.67985], [-74.00322, 40.68013], - [-73.9988, 40.68932]], - "timestamps": [ 940, 946.683, 991.197, 1069.368, 1077.021, 1120.029, 1135.359, 1155.203, 1173.391, 1182.514, 1183.86, 1185.406, 1186.767, 1188.275, 1189.967, 1198.241, 1204.972, 1211.102, 1214.064, 1217.544, 1222.291, 1225.246, 1230.585, 1233.474, 1236.138, 1246.462, 1258.405, 1261.225, 1267.831, 1274.865, 1281.169, 1289.416, 1300.007, 1307.883, 1316.302, 1319.772, 1325.916, 1330.199, 1342.196, 1354.907, 1362.886, 1378.732, 1390.328, 1393.758, 1395.551, 1397.395, 1399.678, 1401.86, 1404.02, 1405.95, 1409.556, 1411.538, 1413.306, 1415.158, 1418.678, 1420.402, 1423.562, 1425.404, 1430.167, 1431.734, 1435.376, 1444.585, 1446.827, 1448.624, 1450.68, 1452.581, 1455.941, 1459.364, 1461.641, 1464.152, 1466.162, 1468.563, 1473.239, 1475.403, 1477.829, 1482.578, 1490.799, 1505.868, 1528.58, 1533.646, 1658.905, 1664.046, 1666.745, 1671.462, 1674.839, 1677.048, 1679.217, 1681.362, 1684.695, 1687.393, 1721.093, 1734.91, 1741.077, 1745.384, 1757.898, 1762.449, 1764.918, 1766.964, 1768.793, 1770.719, 1773.007, 1850.142] + [-73.9988, 40.68932] + ], + "timestamps": [ + 940, 946.683, 991.197, 1069.368, 1077.021, 1120.029, 1135.359, 1155.203, + 1173.391, 1182.514, 1183.86, 1185.406, 1186.767, 1188.275, 1189.967, + 1198.241, 1204.972, 1211.102, 1214.064, 1217.544, 1222.291, 1225.246, + 1230.585, 1233.474, 1236.138, 1246.462, 1258.405, 1261.225, 1267.831, + 1274.865, 1281.169, 1289.416, 1300.007, 1307.883, 1316.302, 1319.772, + 1325.916, 1330.199, 1342.196, 1354.907, 1362.886, 1378.732, 1390.328, + 1393.758, 1395.551, 1397.395, 1399.678, 1401.86, 1404.02, 1405.95, + 1409.556, 1411.538, 1413.306, 1415.158, 1418.678, 1420.402, 1423.562, + 1425.404, 1430.167, 1431.734, 1435.376, 1444.585, 1446.827, 1448.624, + 1450.68, 1452.581, 1455.941, 1459.364, 1461.641, 1464.152, 1466.162, + 1468.563, 1473.239, 1475.403, 1477.829, 1482.578, 1490.799, 1505.868, + 1528.58, 1533.646, 1658.905, 1664.046, 1666.745, 1671.462, 1674.839, + 1677.048, 1679.217, 1681.362, 1684.695, 1687.393, 1721.093, 1734.91, + 1741.077, 1745.384, 1757.898, 1762.449, 1764.918, 1766.964, 1768.793, + 1770.719, 1773.007, 1850.142 + ] }, { "vendor": 0, @@ -40638,8 +47242,17 @@ [-73.95123, 40.71557], [-73.95049, 40.7161], [-73.94976, 40.7166], - [-73.94747, 40.71807]], - "timestamps": [ 1032, 1033.239, 1041.917, 1076.627, 1094.963, 1156.533, 1199.285, 1234.805, 1246.645, 1285.426, 1326.487, 1362.726, 1367.946, 1398.09, 1424.971, 1442.6, 1458.441, 1493.026, 1533.141, 1564.866, 1573.729, 1609.447, 1611.859, 1624.693, 1715.018, 1718.769, 1720.077, 1723.112, 1725.797, 1738.981, 1740.97, 1743.035, 1745.036, 1746.969, 1748.984, 1750.859, 1752.654, 1754.336, 1762.231, 1764.438, 1766.407, 1770.694, 1774.948, 1779.512, 1789.535, 1794.841, 1799.969, 1815.608] + [-73.94747, 40.71807] + ], + "timestamps": [ + 1032, 1033.239, 1041.917, 1076.627, 1094.963, 1156.533, 1199.285, + 1234.805, 1246.645, 1285.426, 1326.487, 1362.726, 1367.946, 1398.09, + 1424.971, 1442.6, 1458.441, 1493.026, 1533.141, 1564.866, 1573.729, + 1609.447, 1611.859, 1624.693, 1715.018, 1718.769, 1720.077, 1723.112, + 1725.797, 1738.981, 1740.97, 1743.035, 1745.036, 1746.969, 1748.984, + 1750.859, 1752.654, 1754.336, 1762.231, 1764.438, 1766.407, 1770.694, + 1774.948, 1779.512, 1789.535, 1794.841, 1799.969, 1815.608 + ] }, { "vendor": 0, @@ -40657,8 +47270,12 @@ [-73.98084, 40.68876], [-73.98086, 40.68887], [-73.98137, 40.68992], - [-73.98406, 40.69535]], - "timestamps": [ 1280, 1293.286, 1315.911, 1334.808, 1564.08, 1588.919, 1608.849, 1625.053, 1642.066, 1725.109, 1731.752, 1734.626, 1763.587, 1913.715] + [-73.98406, 40.69535] + ], + "timestamps": [ + 1280, 1293.286, 1315.911, 1334.808, 1564.08, 1588.919, 1608.849, 1625.053, + 1642.066, 1725.109, 1731.752, 1734.626, 1763.587, 1913.715 + ] }, { "vendor": 0, @@ -40685,8 +47302,14 @@ [-73.98545, 40.69867], [-73.98559, 40.69882], [-73.98592, 40.69924], - [-73.98631, 40.69978]], - "timestamps": [ 1163, 1169.948, 1236.657, 1254.265, 1272.791, 1555.111, 1561.864, 1588.062, 1600.777, 1631.352, 1675.062, 1708.325, 1710.569, 1747.633, 1761.866, 1773.109, 1775.488, 1778.514, 1779.676, 1781.985, 1784.683, 1791.863, 1800.904] + [-73.98631, 40.69978] + ], + "timestamps": [ + 1163, 1169.948, 1236.657, 1254.265, 1272.791, 1555.111, 1561.864, + 1588.062, 1600.777, 1631.352, 1675.062, 1708.325, 1710.569, 1747.633, + 1761.866, 1773.109, 1775.488, 1778.514, 1779.676, 1781.985, 1784.683, + 1791.863, 1800.904 + ] }, { "vendor": 0, @@ -40710,8 +47333,13 @@ [-73.99043, 40.68905], [-73.99023, 40.68948], [-73.99006, 40.68969], - [-73.98921, 40.69096]], - "timestamps": [ 1188, 1226.632, 1239.912, 1331.566, 1373.92, 1404.269, 1405.31, 1433.247, 1449.979, 1489.903, 1545.18, 1586.669, 1663.116, 1669.704, 1736.347, 1750.298, 1755.42, 1767.048, 1773.332, 1809.651] + [-73.98921, 40.69096] + ], + "timestamps": [ + 1188, 1226.632, 1239.912, 1331.566, 1373.92, 1404.269, 1405.31, 1433.247, + 1449.979, 1489.903, 1545.18, 1586.669, 1663.116, 1669.704, 1736.347, + 1750.298, 1755.42, 1767.048, 1773.332, 1809.651 + ] }, { "vendor": 0, @@ -40727,8 +47355,12 @@ [-74.00972, 40.73888], [-74.00978, 40.73884], [-74.00996, 40.73878], - [-74.01006, 40.73864]], - "timestamps": [ 1692, 1716.169, 1738.208, 1740.339, 1742.16, 1765.359, 1767.053, 1782.553, 1789.321, 1792.147, 1799.1, 1806.529] + [-74.01006, 40.73864] + ], + "timestamps": [ + 1692, 1716.169, 1738.208, 1740.339, 1742.16, 1765.359, 1767.053, 1782.553, + 1789.321, 1792.147, 1799.1, 1806.529 + ] }, { "vendor": 0, @@ -40787,8 +47419,18 @@ [-73.98055, 40.71093], [-73.98234, 40.71087], [-73.98383, 40.71077], - [-73.98471, 40.71072]], - "timestamps": [ 1343, 1343.419, 1385.634, 1401.263, 1408.981, 1531.838, 1576.474, 1581.258, 1582.704, 1584.165, 1585.68, 1588.477, 1590.685, 1598.899, 1601.778, 1604.709, 1606.842, 1608.123, 1611.573, 1632.845, 1635.589, 1637.396, 1639.986, 1644.981, 1647.625, 1649.002, 1652.108, 1654.937, 1658.587, 1666.68, 1668.621, 1673.825, 1683.422, 1690.775, 1694.023, 1697.117, 1700.006, 1715.456, 1721.469, 1724.252, 1727.911, 1731.449, 1753.167, 1758.608, 1760.207, 1762.546, 1765.508, 1767.751, 1768.794, 1770.928, 1772.687, 1774.419, 1783.555, 1798.878, 1807.918] + [-73.98471, 40.71072] + ], + "timestamps": [ + 1343, 1343.419, 1385.634, 1401.263, 1408.981, 1531.838, 1576.474, + 1581.258, 1582.704, 1584.165, 1585.68, 1588.477, 1590.685, 1598.899, + 1601.778, 1604.709, 1606.842, 1608.123, 1611.573, 1632.845, 1635.589, + 1637.396, 1639.986, 1644.981, 1647.625, 1649.002, 1652.108, 1654.937, + 1658.587, 1666.68, 1668.621, 1673.825, 1683.422, 1690.775, 1694.023, + 1697.117, 1700.006, 1715.456, 1721.469, 1724.252, 1727.911, 1731.449, + 1753.167, 1758.608, 1760.207, 1762.546, 1765.508, 1767.751, 1768.794, + 1770.928, 1772.687, 1774.419, 1783.555, 1798.878, 1807.918 + ] }, { "vendor": 0, @@ -40922,8 +47564,29 @@ [-73.96968, 40.74878], [-73.96998, 40.7489], [-73.96943, 40.74932], - [-73.96843, 40.75068]], - "timestamps": [ 747, 820.677, 831.203, 895.671, 937.089, 973.251, 975.179, 978.097, 982.505, 1020.627, 1062.13, 1068.024, 1071.971, 1073.323, 1096.969, 1103.005, 1104.337, 1105.42, 1107.91, 1109.058, 1111.744, 1116.355, 1118.578, 1124.239, 1139.796, 1234.875, 1248.272, 1249.151, 1251.171, 1252.028, 1252.729, 1253.968, 1254.722, 1255.449, 1256.161, 1256.92, 1257.632, 1258.6, 1258.977, 1262.758, 1266.486, 1270.123, 1272.354, 1289.67, 1291.514, 1292.835, 1296.947, 1297.454, 1299.563, 1301.744, 1302.717, 1304.731, 1306.953, 1307.769, 1312.936, 1316.143, 1322.036, 1326.574, 1337.929, 1348.263, 1351.859, 1372.26, 1393.823, 1402.716, 1418.196, 1420.167, 1422.212, 1424.685, 1428.384, 1429.661, 1431.937, 1434.737, 1436.549, 1458.437, 1467.596, 1473.146, 1477.636, 1479.901, 1484.745, 1499.852, 1505.118, 1507.359, 1510.856, 1530.794, 1532.924, 1537.365, 1540.067, 1550.221, 1552.525, 1554.568, 1556.179, 1558.046, 1560.051, 1562.088, 1563.904, 1569.569, 1572.34, 1573.875, 1575.343, 1576.694, 1578.294, 1600.734, 1603.217, 1605.395, 1608.04, 1610.742, 1614.283, 1616.394, 1626.968, 1628.808, 1631.64, 1637.762, 1652.84, 1655.304, 1658.637, 1662.008, 1665.341, 1671.457, 1677.853, 1682.843, 1733.045, 1735.547, 1737.449, 1738.841, 1741.221, 1757.406, 1758.753, 1762.701, 1774.294, 1804.801] + [-73.96843, 40.75068] + ], + "timestamps": [ + 747, 820.677, 831.203, 895.671, 937.089, 973.251, 975.179, 978.097, + 982.505, 1020.627, 1062.13, 1068.024, 1071.971, 1073.323, 1096.969, + 1103.005, 1104.337, 1105.42, 1107.91, 1109.058, 1111.744, 1116.355, + 1118.578, 1124.239, 1139.796, 1234.875, 1248.272, 1249.151, 1251.171, + 1252.028, 1252.729, 1253.968, 1254.722, 1255.449, 1256.161, 1256.92, + 1257.632, 1258.6, 1258.977, 1262.758, 1266.486, 1270.123, 1272.354, + 1289.67, 1291.514, 1292.835, 1296.947, 1297.454, 1299.563, 1301.744, + 1302.717, 1304.731, 1306.953, 1307.769, 1312.936, 1316.143, 1322.036, + 1326.574, 1337.929, 1348.263, 1351.859, 1372.26, 1393.823, 1402.716, + 1418.196, 1420.167, 1422.212, 1424.685, 1428.384, 1429.661, 1431.937, + 1434.737, 1436.549, 1458.437, 1467.596, 1473.146, 1477.636, 1479.901, + 1484.745, 1499.852, 1505.118, 1507.359, 1510.856, 1530.794, 1532.924, + 1537.365, 1540.067, 1550.221, 1552.525, 1554.568, 1556.179, 1558.046, + 1560.051, 1562.088, 1563.904, 1569.569, 1572.34, 1573.875, 1575.343, + 1576.694, 1578.294, 1600.734, 1603.217, 1605.395, 1608.04, 1610.742, + 1614.283, 1616.394, 1626.968, 1628.808, 1631.64, 1637.762, 1652.84, + 1655.304, 1658.637, 1662.008, 1665.341, 1671.457, 1677.853, 1682.843, + 1733.045, 1735.547, 1737.449, 1738.841, 1741.221, 1757.406, 1758.753, + 1762.701, 1774.294, 1804.801 + ] }, { "vendor": 0, @@ -41032,8 +47695,25 @@ [-73.98499, 40.69724], [-73.98517, 40.69762], [-73.98547, 40.69802], - [-73.99523, 40.71551]], - "timestamps": [ 997, 999.592, 1001.558, 1003.469, 1010.818, 1012.505, 1013.541, 1014.89, 1025.881, 1028.081, 1030.368, 1056.551, 1060.101, 1065.374, 1068.249, 1070.267, 1148.682, 1150.988, 1153.187, 1182.134, 1184.46, 1186.478, 1205.721, 1208.895, 1214.764, 1218.64, 1220.279, 1230.768, 1236.731, 1250.848, 1260.198, 1261.778, 1262.94, 1264.202, 1265.479, 1266.876, 1268.368, 1270.702, 1274.69, 1280.273, 1285.632, 1294.227, 1307.859, 1312.316, 1316.961, 1328.008, 1341.208, 1345.45, 1347.301, 1349.197, 1350.957, 1355.179, 1356.754, 1358.656, 1391.336, 1403.171, 1415.832, 1422.248, 1424.121, 1433.948, 1438.413, 1440.428, 1441.413, 1443.385, 1445.466, 1446.56, 1448.873, 1450.706, 1452.253, 1453.79, 1456.24, 1505.861, 1512.498, 1519.754, 1521.852, 1523.156, 1524.449, 1526.511, 1527.27, 1527.749, 1529.548, 1531.466, 1532.903, 1534.916, 1536.488, 1537.871, 1538.61, 1539.87, 1541.184, 1542.879, 1545.955, 1549.022, 1551.436, 1554.507, 1559.952, 1563.671, 1570.706, 1582.231, 1592.763, 1620.939, 1629.128, 1649.404, 1667.294, 1673.258, 1809.035] + [-73.99523, 40.71551] + ], + "timestamps": [ + 997, 999.592, 1001.558, 1003.469, 1010.818, 1012.505, 1013.541, 1014.89, + 1025.881, 1028.081, 1030.368, 1056.551, 1060.101, 1065.374, 1068.249, + 1070.267, 1148.682, 1150.988, 1153.187, 1182.134, 1184.46, 1186.478, + 1205.721, 1208.895, 1214.764, 1218.64, 1220.279, 1230.768, 1236.731, + 1250.848, 1260.198, 1261.778, 1262.94, 1264.202, 1265.479, 1266.876, + 1268.368, 1270.702, 1274.69, 1280.273, 1285.632, 1294.227, 1307.859, + 1312.316, 1316.961, 1328.008, 1341.208, 1345.45, 1347.301, 1349.197, + 1350.957, 1355.179, 1356.754, 1358.656, 1391.336, 1403.171, 1415.832, + 1422.248, 1424.121, 1433.948, 1438.413, 1440.428, 1441.413, 1443.385, + 1445.466, 1446.56, 1448.873, 1450.706, 1452.253, 1453.79, 1456.24, + 1505.861, 1512.498, 1519.754, 1521.852, 1523.156, 1524.449, 1526.511, + 1527.27, 1527.749, 1529.548, 1531.466, 1532.903, 1534.916, 1536.488, + 1537.871, 1538.61, 1539.87, 1541.184, 1542.879, 1545.955, 1549.022, + 1551.436, 1554.507, 1559.952, 1563.671, 1570.706, 1582.231, 1592.763, + 1620.939, 1629.128, 1649.404, 1667.294, 1673.258, 1809.035 + ] }, { "vendor": 0, @@ -41126,8 +47806,22 @@ [-73.97893, 40.76171], [-73.97905, 40.76177], [-73.97899, 40.76185], - [-73.97864, 40.76233]], - "timestamps": [ 157, 183.464, 245.282, 257.1875, 274.2, 293.807, 308.226, 327.369, 347.923, 382.62, 425.426, 510.259, 533.175, 538.876, 574.13, 582.324, 590.682, 593.554, 596.535, 600.141, 605.532, 607.393, 610.711, 614.793, 617.434, 649.34, 662.69, 670.78, 677.326, 680.627, 687.688, 709.709, 717.386, 720.652, 725.749, 754.813, 757.918, 764.391, 768.33, 783.131, 786.489, 789.467, 791.817, 794.537, 797.461, 800.429, 803.077, 811.334, 815.374, 817.61, 819.75, 821.72, 824.052, 856.763, 860.382, 863.557, 867.412, 871.351, 876.513, 879.59, 895.003, 897.686, 901.814, 910.738, 932.717, 936.308, 941.167, 946.08, 950.938, 959.725, 968.916, 976.085, 1048.215, 1051.809, 1054.542, 1056.542, 1059.962, 1083.215, 1085.152, 1225.035, 1243.939, 1403.832, 1419.74, 1627.539, 1631.457, 1731.371, 1735.425, 1738.956, 1760] + [-73.97864, 40.76233] + ], + "timestamps": [ + 157, 183.464, 245.282, 257.1875, 274.2, 293.807, 308.226, 327.369, + 347.923, 382.62, 425.426, 510.259, 533.175, 538.876, 574.13, 582.324, + 590.682, 593.554, 596.535, 600.141, 605.532, 607.393, 610.711, 614.793, + 617.434, 649.34, 662.69, 670.78, 677.326, 680.627, 687.688, 709.709, + 717.386, 720.652, 725.749, 754.813, 757.918, 764.391, 768.33, 783.131, + 786.489, 789.467, 791.817, 794.537, 797.461, 800.429, 803.077, 811.334, + 815.374, 817.61, 819.75, 821.72, 824.052, 856.763, 860.382, 863.557, + 867.412, 871.351, 876.513, 879.59, 895.003, 897.686, 901.814, 910.738, + 932.717, 936.308, 941.167, 946.08, 950.938, 959.725, 968.916, 976.085, + 1048.215, 1051.809, 1054.542, 1056.542, 1059.962, 1083.215, 1085.152, + 1225.035, 1243.939, 1403.832, 1419.74, 1627.539, 1631.457, 1731.371, + 1735.425, 1738.956, 1760 + ] }, { "vendor": 0, @@ -41207,8 +47901,21 @@ [-74.01457, 40.7065], [-74.0146, 40.70671], [-74.0147, 40.70695], - [-74.0148, 40.7071]], - "timestamps": [ 556, 578.181, 653.745, 695.851, 792.327, 799.612, 954.285, 972.547, 989.958, 1007.134, 1034.543, 1059.766, 1079.315, 1154.207, 1159.015, 1172.362, 1187.495, 1193.767, 1199.214, 1226.156, 1232.369, 1237.489, 1241.648, 1245.501, 1257.696, 1297.088, 1299.679, 1302.907, 1306.742, 1309.482, 1327.657, 1332.281, 1335.905, 1340.643, 1347.631, 1361.397, 1368.041, 1375.547, 1378.688, 1380.341, 1381.92, 1386.419, 1398.011, 1404.131, 1439.871, 1456.764, 1474.255, 1480.198, 1491.273, 1501.877, 1510.695, 1528.793, 1537.968, 1543.983, 1547.834, 1555.189, 1559.861, 1623.259, 1627.617, 1632.188, 1720.613, 1723.205, 1728.055, 1737.331, 1739.944, 1744.99, 1749.262, 1753.576, 1755.629, 1760.527, 1772.962, 1781.778, 1788.348, 1792.804, 1798.112, 1801.657] + [-74.0148, 40.7071] + ], + "timestamps": [ + 556, 578.181, 653.745, 695.851, 792.327, 799.612, 954.285, 972.547, + 989.958, 1007.134, 1034.543, 1059.766, 1079.315, 1154.207, 1159.015, + 1172.362, 1187.495, 1193.767, 1199.214, 1226.156, 1232.369, 1237.489, + 1241.648, 1245.501, 1257.696, 1297.088, 1299.679, 1302.907, 1306.742, + 1309.482, 1327.657, 1332.281, 1335.905, 1340.643, 1347.631, 1361.397, + 1368.041, 1375.547, 1378.688, 1380.341, 1381.92, 1386.419, 1398.011, + 1404.131, 1439.871, 1456.764, 1474.255, 1480.198, 1491.273, 1501.877, + 1510.695, 1528.793, 1537.968, 1543.983, 1547.834, 1555.189, 1559.861, + 1623.259, 1627.617, 1632.188, 1720.613, 1723.205, 1728.055, 1737.331, + 1739.944, 1744.99, 1749.262, 1753.576, 1755.629, 1760.527, 1772.962, + 1781.778, 1788.348, 1792.804, 1798.112, 1801.657 + ] }, { "vendor": 0, @@ -41243,8 +47950,14 @@ [-73.99111, 40.73321], [-73.99002, 40.73275], [-73.98986, 40.73352], - [-73.9908, 40.73391]], - "timestamps": [ 713, 713.688, 721.699, 747.796, 751.275, 757.263, 760.812, 764.515, 766.669, 785.915, 801.12, 802.018, 804.368, 806.414, 816.576, 820.862, 824.919, 841.425, 878.396, 905.693, 924.579, 970.103, 978.32, 1022.685, 1052.262, 1060.602, 1069.66, 1106.068, 1129.683, 1138.382, 1161] + [-73.9908, 40.73391] + ], + "timestamps": [ + 713, 713.688, 721.699, 747.796, 751.275, 757.263, 760.812, 764.515, + 766.669, 785.915, 801.12, 802.018, 804.368, 806.414, 816.576, 820.862, + 824.919, 841.425, 878.396, 905.693, 924.579, 970.103, 978.32, 1022.685, + 1052.262, 1060.602, 1069.66, 1106.068, 1129.683, 1138.382, 1161 + ] }, { "vendor": 1, @@ -41253,8 +47966,9 @@ [-73.99523, 40.68374], [-73.99555, 40.68306], [-73.9994, 40.68414], - [-74.00095, 40.68457]], - "timestamps": [ 1745, 1750.032, 1756.353, 1796.843, 1813.122] + [-74.00095, 40.68457] + ], + "timestamps": [1745, 1750.032, 1756.353, 1796.843, 1813.122] }, { "vendor": 0, @@ -41283,8 +47997,14 @@ [-73.99986, 40.72043], [-73.99906, 40.72004], [-73.99852, 40.71978], - [-73.99792, 40.7205]], - "timestamps": [ 499, 507.77, 513.453, 573.751, 667.618, 722.917, 887.548, 897.503, 967.178, 971.835, 1127.697, 1130.823, 1191.816, 1196.897, 1207.636, 1260.905, 1455.484, 1459.635, 1499.128, 1583.073, 1616.048, 1651.754, 1687.193, 1711.028, 1742] + [-73.99792, 40.7205] + ], + "timestamps": [ + 499, 507.77, 513.453, 573.751, 667.618, 722.917, 887.548, 897.503, + 967.178, 971.835, 1127.697, 1130.823, 1191.816, 1196.897, 1207.636, + 1260.905, 1455.484, 1459.635, 1499.128, 1583.073, 1616.048, 1651.754, + 1687.193, 1711.028, 1742 + ] }, { "vendor": 0, @@ -41310,8 +48030,14 @@ [-73.99891, 40.71727], [-74.00461, 40.72136], [-74.00676, 40.72288], - [-74.00722, 40.72323]], - "timestamps": [ 1276, 1303.219, 1355.156, 1359.925, 1382.548, 1384.838, 1422.186, 1426.839, 1490.548, 1492.619, 1502.631, 1507.362, 1517.123, 1518.704, 1550.852, 1571.477, 1606.032, 1608.729, 1612.535, 1741.724, 1790.114, 1800.842] + [-74.00722, 40.72323] + ], + "timestamps": [ + 1276, 1303.219, 1355.156, 1359.925, 1382.548, 1384.838, 1422.186, + 1426.839, 1490.548, 1492.619, 1502.631, 1507.362, 1517.123, 1518.704, + 1550.852, 1571.477, 1606.032, 1608.729, 1612.535, 1741.724, 1790.114, + 1800.842 + ] }, { "vendor": 0, @@ -41391,8 +48117,21 @@ [-73.96839, 40.74825], [-73.96957, 40.74876], [-73.96968, 40.74878], - [-73.97348, 40.75036]], - "timestamps": [ 1108, 1111.614, 1123.141, 1138.475, 1154.939, 1182.732, 1217.021, 1284.973, 1303.33, 1307.896, 1336.136, 1342.699, 1349.394, 1351.695, 1354.082, 1356.97, 1361.289, 1362.78, 1365.437, 1368.707, 1370.823, 1396.38, 1407.073, 1413.554, 1418.797, 1421.441, 1427.097, 1444.736, 1450.886, 1453.502, 1457.585, 1480.866, 1483.353, 1488.537, 1491.693, 1503.549, 1506.239, 1508.624, 1510.506, 1512.685, 1515.027, 1517.405, 1519.526, 1526.14, 1529.376, 1531.167, 1532.882, 1534.46, 1536.327, 1562.529, 1565.428, 1567.971, 1571.059, 1574.215, 1578.35, 1580.814, 1593.161, 1595.309, 1598.616, 1605.764, 1623.37, 1626.246, 1630.138, 1634.074, 1637.965, 1645.004, 1652.366, 1658.109, 1715.886, 1718.765, 1720.954, 1722.556, 1725.295, 1743.922, 1745.473, 1859.791] + [-73.97348, 40.75036] + ], + "timestamps": [ + 1108, 1111.614, 1123.141, 1138.475, 1154.939, 1182.732, 1217.021, + 1284.973, 1303.33, 1307.896, 1336.136, 1342.699, 1349.394, 1351.695, + 1354.082, 1356.97, 1361.289, 1362.78, 1365.437, 1368.707, 1370.823, + 1396.38, 1407.073, 1413.554, 1418.797, 1421.441, 1427.097, 1444.736, + 1450.886, 1453.502, 1457.585, 1480.866, 1483.353, 1488.537, 1491.693, + 1503.549, 1506.239, 1508.624, 1510.506, 1512.685, 1515.027, 1517.405, + 1519.526, 1526.14, 1529.376, 1531.167, 1532.882, 1534.46, 1536.327, + 1562.529, 1565.428, 1567.971, 1571.059, 1574.215, 1578.35, 1580.814, + 1593.161, 1595.309, 1598.616, 1605.764, 1623.37, 1626.246, 1630.138, + 1634.074, 1637.965, 1645.004, 1652.366, 1658.109, 1715.886, 1718.765, + 1720.954, 1722.556, 1725.295, 1743.922, 1745.473, 1859.791 + ] }, { "vendor": 0, @@ -41550,8 +48289,32 @@ [-73.9591, 40.75803], [-73.95838, 40.75902], [-73.9583, 40.75925], - [-73.95824, 40.75953]], - "timestamps": [ 551, 565.608, 627.288, 659.751, 672.736, 684.763, 688.556, 692.337, 696.44, 705.598, 712.67, 724.678, 733.579, 748.146, 798.422, 806.611, 813.518, 815.438, 821.07, 825.255, 831.796, 836.567, 840.513, 844.108, 848.835, 855.502, 863.288, 867.629, 874.008, 878.78, 881.816, 885.317, 887.305, 890.929, 893.395, 895.368, 897.024, 898.718, 899.421, 901.072, 903.646, 909.994, 919.457, 938.186, 1052.658, 1068.788, 1069.873, 1072.364, 1073.421, 1074.286, 1075.815, 1076.745, 1077.643, 1078.521, 1079.458, 1080.336, 1081.53, 1081.995, 1086.659, 1091.259, 1095.745, 1098.498, 1119.862, 1122.135, 1123.766, 1128.839, 1129.464, 1132.066, 1134.756, 1135.958, 1138.442, 1141.183, 1142.19, 1148.565, 1152.522, 1159.791, 1165.39, 1179.399, 1192.148, 1197.041, 1224.799, 1254.138, 1266.238, 1287.302, 1289.983, 1292.765, 1296.131, 1301.163, 1302.901, 1305.997, 1309.808, 1312.273, 1342.055, 1354.516, 1362.068, 1368.178, 1371.259, 1377.85, 1398.405, 1405.571, 1408.62, 1413.378, 1440.507, 1443.405, 1446.449, 1449.448, 1453.125, 1466.941, 1470.075, 1472.855, 1475.048, 1477.588, 1480.317, 1483.087, 1485.559, 1493.267, 1495.307, 1499.125, 1502.958, 1539.045, 1542.008, 1544.406, 1545.607, 1549.284, 1554.102, 1556.974, 1571.362, 1573.865, 1577.719, 1586.049, 1606.564, 1609.916, 1614.452, 1619.038, 1627.684, 1633.359, 1639.669, 1644.15, 1650.427, 1654.045, 1692.874, 1704.801, 1721.778, 1729.483, 1741.795, 1744.888, 1746.904, 1751.611, 1756.901, 1759.711, 1777.426, 1787.847, 1797.268, 1808.502] + [-73.95824, 40.75953] + ], + "timestamps": [ + 551, 565.608, 627.288, 659.751, 672.736, 684.763, 688.556, 692.337, + 696.44, 705.598, 712.67, 724.678, 733.579, 748.146, 798.422, 806.611, + 813.518, 815.438, 821.07, 825.255, 831.796, 836.567, 840.513, 844.108, + 848.835, 855.502, 863.288, 867.629, 874.008, 878.78, 881.816, 885.317, + 887.305, 890.929, 893.395, 895.368, 897.024, 898.718, 899.421, 901.072, + 903.646, 909.994, 919.457, 938.186, 1052.658, 1068.788, 1069.873, + 1072.364, 1073.421, 1074.286, 1075.815, 1076.745, 1077.643, 1078.521, + 1079.458, 1080.336, 1081.53, 1081.995, 1086.659, 1091.259, 1095.745, + 1098.498, 1119.862, 1122.135, 1123.766, 1128.839, 1129.464, 1132.066, + 1134.756, 1135.958, 1138.442, 1141.183, 1142.19, 1148.565, 1152.522, + 1159.791, 1165.39, 1179.399, 1192.148, 1197.041, 1224.799, 1254.138, + 1266.238, 1287.302, 1289.983, 1292.765, 1296.131, 1301.163, 1302.901, + 1305.997, 1309.808, 1312.273, 1342.055, 1354.516, 1362.068, 1368.178, + 1371.259, 1377.85, 1398.405, 1405.571, 1408.62, 1413.378, 1440.507, + 1443.405, 1446.449, 1449.448, 1453.125, 1466.941, 1470.075, 1472.855, + 1475.048, 1477.588, 1480.317, 1483.087, 1485.559, 1493.267, 1495.307, + 1499.125, 1502.958, 1539.045, 1542.008, 1544.406, 1545.607, 1549.284, + 1554.102, 1556.974, 1571.362, 1573.865, 1577.719, 1586.049, 1606.564, + 1609.916, 1614.452, 1619.038, 1627.684, 1633.359, 1639.669, 1644.15, + 1650.427, 1654.045, 1692.874, 1704.801, 1721.778, 1729.483, 1741.795, + 1744.888, 1746.904, 1751.611, 1756.901, 1759.711, 1777.426, 1787.847, + 1797.268, 1808.502 + ] }, { "vendor": 0, @@ -41574,8 +48337,13 @@ [-73.97548, 40.71888], [-73.97543, 40.71901], [-73.97621, 40.71917], - [-73.97629, 40.71918]], - "timestamps": [ 487, 529.147, 532.616, 533.539, 549.46, 552.318, 569.11, 571.191, 610.516, 654.763, 663.89, 682.612, 710.226, 728.101, 745.381, 746.665, 748.069, 758.912, 760] + [-73.97629, 40.71918] + ], + "timestamps": [ + 487, 529.147, 532.616, 533.539, 549.46, 552.318, 569.11, 571.191, 610.516, + 654.763, 663.89, 682.612, 710.226, 728.101, 745.381, 746.665, 748.069, + 758.912, 760 + ] }, { "vendor": 0, @@ -41612,8 +48380,15 @@ [-73.98416, 40.71731], [-73.98573, 40.71782], [-73.98653, 40.71812], - [-73.98806, 40.71858]], - "timestamps": [ 1416, 1424.509, 1446.893, 1469.896, 1500.429, 1507.718, 1560.508, 1562.916, 1568.448, 1572.143, 1573.451, 1579.329, 1593.575, 1597.624, 1608.875, 1613.031, 1632.684, 1640.096, 1640.096, 1641.287, 1643.801, 1645.552, 1649.613, 1651.666, 1653.694, 1656.17, 1674.537, 1681.497, 1687.511, 1778.239, 1786.656, 1798.777, 1821.127] + [-73.98806, 40.71858] + ], + "timestamps": [ + 1416, 1424.509, 1446.893, 1469.896, 1500.429, 1507.718, 1560.508, + 1562.916, 1568.448, 1572.143, 1573.451, 1579.329, 1593.575, 1597.624, + 1608.875, 1613.031, 1632.684, 1640.096, 1640.096, 1641.287, 1643.801, + 1645.552, 1649.613, 1651.666, 1653.694, 1656.17, 1674.537, 1681.497, + 1687.511, 1778.239, 1786.656, 1798.777, 1821.127 + ] }, { "vendor": 0, @@ -41698,8 +48473,22 @@ [-74.01774, 40.70658], [-74.01707, 40.70751], [-74.01662, 40.70813], - [-74.01689, 40.70824]], - "timestamps": [ 772, 791.211, 795.197, 863.196, 928.406, 963.036, 977.201, 985.931, 988.508, 1006.551, 1077.374, 1078.721, 1121.262, 1122.538, 1138.704, 1166.942, 1170.221, 1189.914, 1192.13, 1197.115, 1210.974, 1214.039, 1230.114, 1230.792, 1239.307, 1241.557, 1243.12, 1245.538, 1249.729, 1252.417, 1262.334, 1268.166, 1279.033, 1306.831, 1316.514, 1321.004, 1324.393, 1326.477, 1328.524, 1341.314, 1346.915, 1351.22, 1353.252, 1356.885, 1359.141, 1361.224, 1363.452, 1365.269, 1366.648, 1384.508, 1387.017, 1389.382, 1390.64, 1392.574, 1393.174, 1405.421, 1410.726, 1413.513, 1415.083, 1421.295, 1421.526, 1448.065, 1448.59, 1453.056, 1457.214, 1462.295, 1469.789, 1474.99, 1478.634, 1481.138, 1485.404, 1488.319, 1491.522, 1494.942, 1498.468, 1501.963, 1508.856, 1518.284, 1541.404, 1556.845, 1562] + [-74.01689, 40.70824] + ], + "timestamps": [ + 772, 791.211, 795.197, 863.196, 928.406, 963.036, 977.201, 985.931, + 988.508, 1006.551, 1077.374, 1078.721, 1121.262, 1122.538, 1138.704, + 1166.942, 1170.221, 1189.914, 1192.13, 1197.115, 1210.974, 1214.039, + 1230.114, 1230.792, 1239.307, 1241.557, 1243.12, 1245.538, 1249.729, + 1252.417, 1262.334, 1268.166, 1279.033, 1306.831, 1316.514, 1321.004, + 1324.393, 1326.477, 1328.524, 1341.314, 1346.915, 1351.22, 1353.252, + 1356.885, 1359.141, 1361.224, 1363.452, 1365.269, 1366.648, 1384.508, + 1387.017, 1389.382, 1390.64, 1392.574, 1393.174, 1405.421, 1410.726, + 1413.513, 1415.083, 1421.295, 1421.526, 1448.065, 1448.59, 1453.056, + 1457.214, 1462.295, 1469.789, 1474.99, 1478.634, 1481.138, 1485.404, + 1488.319, 1491.522, 1494.942, 1498.468, 1501.963, 1508.856, 1518.284, + 1541.404, 1556.845, 1562 + ] }, { "vendor": 1, @@ -41743,8 +48532,16 @@ [-73.99927, 40.69326], [-73.99901, 40.69397], [-73.99889, 40.69426], - [-73.99837, 40.69537]], - "timestamps": [ 1482, 1488.766, 1534.86, 1546.282, 1566.294, 1571.093, 1581.243, 1582.964, 1584.237, 1585.58, 1591.413, 1593.499, 1595.375, 1597.303, 1598.998, 1600.944, 1603.663, 1606.342, 1610.897, 1614.485, 1616.354, 1618.016, 1619.604, 1627.859, 1629.09, 1630.865, 1728.37, 1731.183, 1734.51, 1737.33, 1740.983, 1743.37, 1760.356, 1765.592, 1768.173, 1771.701, 1775.786, 1784.428, 1787.992, 1801.806] + [-73.99837, 40.69537] + ], + "timestamps": [ + 1482, 1488.766, 1534.86, 1546.282, 1566.294, 1571.093, 1581.243, 1582.964, + 1584.237, 1585.58, 1591.413, 1593.499, 1595.375, 1597.303, 1598.998, + 1600.944, 1603.663, 1606.342, 1610.897, 1614.485, 1616.354, 1618.016, + 1619.604, 1627.859, 1629.09, 1630.865, 1728.37, 1731.183, 1734.51, + 1737.33, 1740.983, 1743.37, 1760.356, 1765.592, 1768.173, 1771.701, + 1775.786, 1784.428, 1787.992, 1801.806 + ] }, { "vendor": 0, @@ -41856,8 +48653,26 @@ [-74.00784, 40.74858], [-74.00781, 40.74822], [-74.00783, 40.74805], - [-74.00829, 40.74544]], - "timestamps": [ 623, 649.462, 666.005, 722.818, 723.793, 789.56, 796.173, 807.281, 812.492, 816.523, 836.198, 1016.596, 1024.83, 1041.408, 1047.677, 1050.281, 1051.192, 1052.687, 1056.7, 1062.226, 1067.274, 1071.823, 1081.094, 1083.332, 1085.269, 1087.386, 1089.404, 1091.136, 1092.887, 1094.844, 1096.317, 1097.929, 1100.37, 1101.29, 1109.773, 1114.297, 1122.35, 1124.28, 1125.941, 1128.028, 1129.751, 1132.189, 1137.341, 1147.167, 1152.266, 1155.358, 1161.186, 1167.749, 1174.816, 1181.897, 1188.949, 1199.905, 1204.078, 1207.579, 1220.879, 1223.317, 1236.838, 1238.755, 1240.986, 1243.888, 1248.733, 1252.831, 1267.156, 1272.674, 1292.523, 1305.809, 1311.084, 1314.984, 1319.586, 1324.066, 1327.3, 1329.899, 1343.998, 1350.457, 1357.776, 1383.036, 1408.199, 1466.868, 1472.656, 1479.903, 1511.513, 1513.742, 1527.687, 1568.976, 1571.804, 1579.28, 1600.2, 1601.244, 1605.597, 1608.089, 1622.36, 1681.827, 1687.258, 1694.347, 1730.066, 1732.78, 1746.859, 1752.676, 1754.373, 1760.417, 1763.832, 1771.757, 1775.347, 1780.107, 1785.98, 1792.031, 1794.894, 1852.555] + [-74.00829, 40.74544] + ], + "timestamps": [ + 623, 649.462, 666.005, 722.818, 723.793, 789.56, 796.173, 807.281, + 812.492, 816.523, 836.198, 1016.596, 1024.83, 1041.408, 1047.677, + 1050.281, 1051.192, 1052.687, 1056.7, 1062.226, 1067.274, 1071.823, + 1081.094, 1083.332, 1085.269, 1087.386, 1089.404, 1091.136, 1092.887, + 1094.844, 1096.317, 1097.929, 1100.37, 1101.29, 1109.773, 1114.297, + 1122.35, 1124.28, 1125.941, 1128.028, 1129.751, 1132.189, 1137.341, + 1147.167, 1152.266, 1155.358, 1161.186, 1167.749, 1174.816, 1181.897, + 1188.949, 1199.905, 1204.078, 1207.579, 1220.879, 1223.317, 1236.838, + 1238.755, 1240.986, 1243.888, 1248.733, 1252.831, 1267.156, 1272.674, + 1292.523, 1305.809, 1311.084, 1314.984, 1319.586, 1324.066, 1327.3, + 1329.899, 1343.998, 1350.457, 1357.776, 1383.036, 1408.199, 1466.868, + 1472.656, 1479.903, 1511.513, 1513.742, 1527.687, 1568.976, 1571.804, + 1579.28, 1600.2, 1601.244, 1605.597, 1608.089, 1622.36, 1681.827, + 1687.258, 1694.347, 1730.066, 1732.78, 1746.859, 1752.676, 1754.373, + 1760.417, 1763.832, 1771.757, 1775.347, 1780.107, 1785.98, 1792.031, + 1794.894, 1852.555 + ] }, { "vendor": 0, @@ -41939,8 +48754,21 @@ [-73.97545, 40.75535], [-73.9759, 40.75472], [-73.97554, 40.75457], - [-73.97478, 40.75424]], - "timestamps": [ 1002, 1028.914, 1040.15, 1042.372, 1055.1, 1056.951, 1062.558, 1075.493, 1101.238, 1114.373, 1152.921, 1177.874, 1201.996, 1209.625, 1211.611, 1213.471, 1215.075, 1217.124, 1229.822, 1239.747, 1244.351, 1246.31, 1249.367, 1266.797, 1268.659, 1272.541, 1274.903, 1281.817, 1283.78, 1285.794, 1287.58, 1288.989, 1290.621, 1292.374, 1294.154, 1295.742, 1300.694, 1302.005, 1304.458, 1306.921, 1330.106, 1332.01, 1334.322, 1336.684, 1339.78, 1341.625, 1350.869, 1352.478, 1354.954, 1360.306, 1373.486, 1375.64, 1378.554, 1381.501, 1384.414, 1389.627, 1395.08, 1399.333, 1442.124, 1444.257, 1445.878, 1447.064, 1449.093, 1462.889, 1464.037, 1467.402, 1477.284, 1503.287, 1504.41, 1574.167, 1579.547, 1588.001, 1596.369, 1664.966, 1669.263, 1683.842, 1693.151, 1713] + [-73.97478, 40.75424] + ], + "timestamps": [ + 1002, 1028.914, 1040.15, 1042.372, 1055.1, 1056.951, 1062.558, 1075.493, + 1101.238, 1114.373, 1152.921, 1177.874, 1201.996, 1209.625, 1211.611, + 1213.471, 1215.075, 1217.124, 1229.822, 1239.747, 1244.351, 1246.31, + 1249.367, 1266.797, 1268.659, 1272.541, 1274.903, 1281.817, 1283.78, + 1285.794, 1287.58, 1288.989, 1290.621, 1292.374, 1294.154, 1295.742, + 1300.694, 1302.005, 1304.458, 1306.921, 1330.106, 1332.01, 1334.322, + 1336.684, 1339.78, 1341.625, 1350.869, 1352.478, 1354.954, 1360.306, + 1373.486, 1375.64, 1378.554, 1381.501, 1384.414, 1389.627, 1395.08, + 1399.333, 1442.124, 1444.257, 1445.878, 1447.064, 1449.093, 1462.889, + 1464.037, 1467.402, 1477.284, 1503.287, 1504.41, 1574.167, 1579.547, + 1588.001, 1596.369, 1664.966, 1669.263, 1683.842, 1693.151, 1713 + ] }, { "vendor": 0, @@ -41959,8 +48787,12 @@ [-73.98653, 40.71812], [-73.98904, 40.71889], [-73.98972, 40.7191], - [-73.98962, 40.71931]], - "timestamps": [ 1427, 1443.295, 1444.811, 1462.972, 1477.065, 1507.393, 1553.33, 1554.569, 1560.033, 1560.827, 1585.036, 1596.932, 1622.684, 1629.667, 1634] + [-73.98962, 40.71931] + ], + "timestamps": [ + 1427, 1443.295, 1444.811, 1462.972, 1477.065, 1507.393, 1553.33, 1554.569, + 1560.033, 1560.827, 1585.036, 1596.932, 1622.684, 1629.667, 1634 + ] }, { "vendor": 0, @@ -42033,8 +48865,20 @@ [-73.97359, 40.74792], [-73.97497, 40.7485], [-73.97451, 40.74911], - [-73.97342, 40.74865]], - "timestamps": [ 972, 981.866, 999.317, 1016.948, 1060.869, 1064.088, 1089.84, 1127.823, 1152.41, 1176.178, 1183.696, 1185.653, 1187.485, 1189.066, 1191.069, 1203.482, 1213.185, 1217.686, 1219.601, 1222.589, 1239.628, 1241.448, 1245.243, 1247.552, 1254.311, 1256.23, 1258.199, 1259.945, 1261.322, 1262.917, 1264.631, 1266.371, 1267.924, 1272.765, 1274.046, 1276.444, 1278.852, 1301.517, 1303.378, 1305.638, 1307.948, 1310.974, 1312.778, 1321.814, 1323.387, 1325.807, 1331.039, 1343.924, 1346.03, 1348.878, 1351.759, 1354.607, 1359.703, 1365.033, 1369.191, 1411.022, 1413.107, 1414.692, 1415.852, 1417.835, 1431.321, 1432.444, 1458.373, 1459.851, 1487.424, 1488.355, 1525.629, 1536.592, 1564] + [-73.97342, 40.74865] + ], + "timestamps": [ + 972, 981.866, 999.317, 1016.948, 1060.869, 1064.088, 1089.84, 1127.823, + 1152.41, 1176.178, 1183.696, 1185.653, 1187.485, 1189.066, 1191.069, + 1203.482, 1213.185, 1217.686, 1219.601, 1222.589, 1239.628, 1241.448, + 1245.243, 1247.552, 1254.311, 1256.23, 1258.199, 1259.945, 1261.322, + 1262.917, 1264.631, 1266.371, 1267.924, 1272.765, 1274.046, 1276.444, + 1278.852, 1301.517, 1303.378, 1305.638, 1307.948, 1310.974, 1312.778, + 1321.814, 1323.387, 1325.807, 1331.039, 1343.924, 1346.03, 1348.878, + 1351.759, 1354.607, 1359.703, 1365.033, 1369.191, 1411.022, 1413.107, + 1414.692, 1415.852, 1417.835, 1431.321, 1432.444, 1458.373, 1459.851, + 1487.424, 1488.355, 1525.629, 1536.592, 1564 + ] }, { "vendor": 0, @@ -42049,8 +48893,12 @@ [-73.98729, 40.69223], [-73.98724, 40.69312], [-73.98523, 40.69304], - [-73.98438, 40.69303]], - "timestamps": [ 1615, 1619.813, 1624.626, 1653.136, 1663.134, 1692.015, 1713.675, 1729.319, 1750.555, 1786.935, 1802.301] + [-73.98438, 40.69303] + ], + "timestamps": [ + 1615, 1619.813, 1624.626, 1653.136, 1663.134, 1692.015, 1713.675, + 1729.319, 1750.555, 1786.935, 1802.301 + ] }, { "vendor": 1, @@ -42074,8 +48922,13 @@ [-73.97939, 40.71563], [-73.97855, 40.71537], [-73.97725, 40.715], - [-73.96192, 40.71033]], - "timestamps": [ 1406, 1412.32, 1460.687, 1465.408, 1477.232, 1512.176, 1516.038, 1520.285, 1566.48, 1589.808, 1610.769, 1646.033, 1686.936, 1719.285, 1728.323, 1766.605, 1769.174, 1774.502, 1782.657, 1879.689] + [-73.96192, 40.71033] + ], + "timestamps": [ + 1406, 1412.32, 1460.687, 1465.408, 1477.232, 1512.176, 1516.038, 1520.285, + 1566.48, 1589.808, 1610.769, 1646.033, 1686.936, 1719.285, 1728.323, + 1766.605, 1769.174, 1774.502, 1782.657, 1879.689 + ] }, { "vendor": 0, @@ -42092,8 +48945,12 @@ [-73.99485, 40.66685], [-73.99593, 40.6681], [-73.99621, 40.6684], - [-73.99825, 40.67159]], - "timestamps": [ 1524, 1539.221, 1549.632, 1574.764, 1582.386, 1634.672, 1679.538, 1689.139, 1730.488, 1736.207, 1761.874, 1768.187, 1829.078] + [-73.99825, 40.67159] + ], + "timestamps": [ + 1524, 1539.221, 1549.632, 1574.764, 1582.386, 1634.672, 1679.538, + 1689.139, 1730.488, 1736.207, 1761.874, 1768.187, 1829.078 + ] }, { "vendor": 0, @@ -42126,8 +48983,14 @@ [-73.98538, 40.73733], [-73.98518, 40.73762], [-73.98496, 40.73791], - [-73.98539, 40.73809]], - "timestamps": [ 194, 196.401, 205.356, 218.711, 285.605, 294.885, 306.315, 343.913, 373.615, 375.37, 379.96, 382.934, 403.842, 412.214, 420.139, 452.383, 524.605, 577.928, 614.823, 879.639, 896.305, 991.727, 1087.494, 1113.867, 1146.264, 1178.754, 1201.403, 1224.556, 1257] + [-73.98539, 40.73809] + ], + "timestamps": [ + 194, 196.401, 205.356, 218.711, 285.605, 294.885, 306.315, 343.913, + 373.615, 375.37, 379.96, 382.934, 403.842, 412.214, 420.139, 452.383, + 524.605, 577.928, 614.823, 879.639, 896.305, 991.727, 1087.494, 1113.867, + 1146.264, 1178.754, 1201.403, 1224.556, 1257 + ] }, { "vendor": 0, @@ -42145,8 +49008,12 @@ [-73.98464, 40.72179], [-73.98531, 40.72048], [-73.98591, 40.71933], - [-73.98655, 40.71953]], - "timestamps": [ 357, 371.432, 373.89, 554.508, 565.716, 682.661, 741.858, 809.85, 813.038, 826.732, 828.722, 861.447, 890.251, 918] + [-73.98655, 40.71953] + ], + "timestamps": [ + 357, 371.432, 373.89, 554.508, 565.716, 682.661, 741.858, 809.85, 813.038, + 826.732, 828.722, 861.447, 890.251, 918 + ] }, { "vendor": 0, @@ -42179,8 +49046,14 @@ [-73.98959, 40.74154], [-73.98678, 40.74037], [-73.98635, 40.74019], - [-73.98362, 40.74394]], - "timestamps": [ 803, 808.712, 830.132, 884.94, 925.809, 990.842, 997.21, 1006.768, 1012.434, 1019.748, 1052.487, 1076.757, 1078.191, 1081.942, 1084.371, 1101.456, 1108.297, 1114.772, 1141.12, 1200.134, 1243.705, 1273.853, 1531.521, 1546.998, 1619.725, 1622.683, 1675.93, 1684.088, 1807.868] + [-73.98362, 40.74394] + ], + "timestamps": [ + 803, 808.712, 830.132, 884.94, 925.809, 990.842, 997.21, 1006.768, + 1012.434, 1019.748, 1052.487, 1076.757, 1078.191, 1081.942, 1084.371, + 1101.456, 1108.297, 1114.772, 1141.12, 1200.134, 1243.705, 1273.853, + 1531.521, 1546.998, 1619.725, 1622.683, 1675.93, 1684.088, 1807.868 + ] }, { "vendor": 0, @@ -42190,8 +49063,9 @@ [-73.94853, 40.70901], [-73.95075, 40.7088], [-73.95081, 40.70915], - [-73.95441, 40.71047]], - "timestamps": [ 1612, 1629.328, 1645.704, 1699.632, 1706.373, 1866.359] + [-73.95441, 40.71047] + ], + "timestamps": [1612, 1629.328, 1645.704, 1699.632, 1706.373, 1866.359] }, { "vendor": 0, @@ -42230,8 +49104,15 @@ [-74.00506, 40.723], [-74.00496, 40.72333], [-74.00478, 40.72362], - [-74.00429, 40.72487]], - "timestamps": [ 1057, 1064.446, 1090.133, 1155.019, 1170.608, 1183.976, 1185.391, 1196.435, 1228.671, 1234.131, 1238.296, 1250.277, 1283.094, 1286.373, 1297.337, 1317.924, 1338.632, 1345.535, 1502.698, 1507.06, 1515.81, 1518.285, 1520.843, 1578.093, 1582.62, 1662.537, 1751.194, 1754.178, 1755.543, 1759.112, 1761.424, 1777.68, 1784.189, 1790.351, 1815.421] + [-74.00429, 40.72487] + ], + "timestamps": [ + 1057, 1064.446, 1090.133, 1155.019, 1170.608, 1183.976, 1185.391, + 1196.435, 1228.671, 1234.131, 1238.296, 1250.277, 1283.094, 1286.373, + 1297.337, 1317.924, 1338.632, 1345.535, 1502.698, 1507.06, 1515.81, + 1518.285, 1520.843, 1578.093, 1582.62, 1662.537, 1751.194, 1754.178, + 1755.543, 1759.112, 1761.424, 1777.68, 1784.189, 1790.351, 1815.421 + ] }, { "vendor": 0, @@ -42291,8 +49172,18 @@ [-74.01141, 40.70571], [-74.01134, 40.70595], [-74.01118, 40.70627], - [-74.01034, 40.70597]], - "timestamps": [ 1145, 1151.79, 1169.616, 1173.414, 1179.802, 1187.441, 1195.512, 1212.188, 1226.143, 1230.023, 1243.465, 1251.965, 1263.281, 1268.935, 1274.023, 1276.429, 1278.363, 1285.058, 1286.725, 1287.551, 1289.014, 1290.611, 1301.664, 1302.578, 1303.762, 1305.198, 1306.549, 1308.031, 1309.358, 1310.309, 1311.64, 1313.774, 1315.341, 1326.321, 1326.651, 1333.544, 1337.014, 1356.846, 1358.019, 1359.669, 1362.107, 1363.341, 1364, 1371.784, 1374.708, 1378.283, 1380.836, 1385.309, 1387.767, 1416.409, 1429.968, 1465.596, 1483.113, 1489.03, 1497.267, 1510] + [-74.01034, 40.70597] + ], + "timestamps": [ + 1145, 1151.79, 1169.616, 1173.414, 1179.802, 1187.441, 1195.512, 1212.188, + 1226.143, 1230.023, 1243.465, 1251.965, 1263.281, 1268.935, 1274.023, + 1276.429, 1278.363, 1285.058, 1286.725, 1287.551, 1289.014, 1290.611, + 1301.664, 1302.578, 1303.762, 1305.198, 1306.549, 1308.031, 1309.358, + 1310.309, 1311.64, 1313.774, 1315.341, 1326.321, 1326.651, 1333.544, + 1337.014, 1356.846, 1358.019, 1359.669, 1362.107, 1363.341, 1364, + 1371.784, 1374.708, 1378.283, 1380.836, 1385.309, 1387.767, 1416.409, + 1429.968, 1465.596, 1483.113, 1489.03, 1497.267, 1510 + ] }, { "vendor": 0, @@ -42432,8 +49323,28 @@ [-73.97571, 40.76036], [-73.97583, 40.76041], [-73.97587, 40.76036], - [-73.97601, 40.76017]], - "timestamps": [ 31, 100.008, 118.951, 167.84, 216.374, 229.959, 251.555, 269.145, 281.274, 294.854, 377.149, 382.805, 429.702, 434.223, 435.614, 459.932, 466.14, 467.51, 468.624, 471.185, 472.365, 475.128, 479.87, 482.155, 487.978, 503.977, 601.761, 615.539, 616.443, 618.52, 619.401, 620.122, 621.397, 622.172, 622.921, 623.653, 624.433, 625.166, 626.161, 626.549, 630.437, 634.271, 638.011, 640.306, 658.115, 660.011, 661.37, 665.599, 666.12, 668.289, 670.532, 671.533, 673.604, 675.889, 676.729, 682.043, 685.341, 691.401, 696.068, 707.747, 718.374, 722.073, 743.054, 765.23, 774.376, 790.297, 792.324, 794.427, 796.97, 800.774, 802.087, 804.428, 807.308, 809.172, 831.683, 841.101, 846.81, 851.427, 853.757, 858.738, 874.275, 879.691, 881.996, 885.592, 906.098, 908.288, 912.855, 915.634, 926.077, 928.446, 930.547, 932.205, 934.124, 936.187, 938.281, 940.15, 945.975, 948.826, 950.403, 951.913, 953.303, 954.948, 978.027, 980.58, 982.82, 985.54, 988.319, 991.962, 994.132, 1005.007, 1006.9, 1009.812, 1016.108, 1031.615, 1034.149, 1037.577, 1041.044, 1044.471, 1050.761, 1057.34, 1062.472, 1114.102, 1116.675, 1118.631, 1120.062, 1122.51, 1139.155, 1140.541, 1240.67, 1254.202, 1368.653, 1380.04, 1528.782, 1531.587, 1532.733, 1537] + [-73.97601, 40.76017] + ], + "timestamps": [ + 31, 100.008, 118.951, 167.84, 216.374, 229.959, 251.555, 269.145, 281.274, + 294.854, 377.149, 382.805, 429.702, 434.223, 435.614, 459.932, 466.14, + 467.51, 468.624, 471.185, 472.365, 475.128, 479.87, 482.155, 487.978, + 503.977, 601.761, 615.539, 616.443, 618.52, 619.401, 620.122, 621.397, + 622.172, 622.921, 623.653, 624.433, 625.166, 626.161, 626.549, 630.437, + 634.271, 638.011, 640.306, 658.115, 660.011, 661.37, 665.599, 666.12, + 668.289, 670.532, 671.533, 673.604, 675.889, 676.729, 682.043, 685.341, + 691.401, 696.068, 707.747, 718.374, 722.073, 743.054, 765.23, 774.376, + 790.297, 792.324, 794.427, 796.97, 800.774, 802.087, 804.428, 807.308, + 809.172, 831.683, 841.101, 846.81, 851.427, 853.757, 858.738, 874.275, + 879.691, 881.996, 885.592, 906.098, 908.288, 912.855, 915.634, 926.077, + 928.446, 930.547, 932.205, 934.124, 936.187, 938.281, 940.15, 945.975, + 948.826, 950.403, 951.913, 953.303, 954.948, 978.027, 980.58, 982.82, + 985.54, 988.319, 991.962, 994.132, 1005.007, 1006.9, 1009.812, 1016.108, + 1031.615, 1034.149, 1037.577, 1041.044, 1044.471, 1050.761, 1057.34, + 1062.472, 1114.102, 1116.675, 1118.631, 1120.062, 1122.51, 1139.155, + 1140.541, 1240.67, 1254.202, 1368.653, 1380.04, 1528.782, 1531.587, + 1532.733, 1537 + ] }, { "vendor": 0, @@ -42474,8 +49385,15 @@ [-73.95271, 40.67702], [-73.95281, 40.67784], [-73.953, 40.6788], - [-73.95303, 40.67897]], - "timestamps": [ 257, 271.753, 276.409, 411.656, 455.95, 486.374, 564.167, 574.329, 584.54, 646.496, 658.54, 663.677, 676.157, 680.208, 684.016, 686.442, 691.447, 693.433, 694.398, 695.828, 703.75, 711.219, 715.665, 724.413, 734.397, 739.966, 748.1, 760.869, 775.002, 813.348, 836.323, 844.147, 950.509, 964.099, 977.882, 994.129, 997] + [-73.95303, 40.67897] + ], + "timestamps": [ + 257, 271.753, 276.409, 411.656, 455.95, 486.374, 564.167, 574.329, 584.54, + 646.496, 658.54, 663.677, 676.157, 680.208, 684.016, 686.442, 691.447, + 693.433, 694.398, 695.828, 703.75, 711.219, 715.665, 724.413, 734.397, + 739.966, 748.1, 760.869, 775.002, 813.348, 836.323, 844.147, 950.509, + 964.099, 977.882, 994.129, 997 + ] }, { "vendor": 0, @@ -42593,8 +49511,26 @@ [-73.97442, 40.73259], [-73.97446, 40.73275], [-73.97458, 40.73278], - [-73.9777, 40.73407]], - "timestamps": [ 556, 573.518, 581.026, 660.615, 680.807, 740.208, 750.613, 773.789, 793.754, 960.06, 972.962, 977.7, 989.752, 996.265, 1033.91, 1055.989, 1064.042, 1074.808, 1190.386, 1196.684, 1197.97, 1220.459, 1226.2, 1227.467, 1228.497, 1230.866, 1231.957, 1234.512, 1238.898, 1241.011, 1246.396, 1261.192, 1351.621, 1364.363, 1365.2, 1367.121, 1367.935, 1368.602, 1369.781, 1370.498, 1371.19, 1371.867, 1372.589, 1373.266, 1374.187, 1374.545, 1378.141, 1381.687, 1385.146, 1387.268, 1403.738, 1405.49, 1406.747, 1410.658, 1411.14, 1413.146, 1415.22, 1416.146, 1418.062, 1420.175, 1420.951, 1425.866, 1428.916, 1434.52, 1438.837, 1449.637, 1459.465, 1462.829, 1481.916, 1502.09, 1510.41, 1524.894, 1526.738, 1528.651, 1530.965, 1534.425, 1535.62, 1537.749, 1540.37, 1542.065, 1562.543, 1571.112, 1576.305, 1580.506, 1582.624, 1587.157, 1601.29, 1606.218, 1608.314, 1611.586, 1630.24, 1632.233, 1634.326, 1636.388, 1638.917, 1646.316, 1648.417, 1651.874, 1654.236, 1658.504, 1662.259, 1668.331, 1671.97, 1675.712, 1685.193, 1692.438, 1695.383, 1699.026, 1704.462, 1705.978, 1734.72, 1738.513, 1741.042, 1812.186] + [-73.9777, 40.73407] + ], + "timestamps": [ + 556, 573.518, 581.026, 660.615, 680.807, 740.208, 750.613, 773.789, + 793.754, 960.06, 972.962, 977.7, 989.752, 996.265, 1033.91, 1055.989, + 1064.042, 1074.808, 1190.386, 1196.684, 1197.97, 1220.459, 1226.2, + 1227.467, 1228.497, 1230.866, 1231.957, 1234.512, 1238.898, 1241.011, + 1246.396, 1261.192, 1351.621, 1364.363, 1365.2, 1367.121, 1367.935, + 1368.602, 1369.781, 1370.498, 1371.19, 1371.867, 1372.589, 1373.266, + 1374.187, 1374.545, 1378.141, 1381.687, 1385.146, 1387.268, 1403.738, + 1405.49, 1406.747, 1410.658, 1411.14, 1413.146, 1415.22, 1416.146, + 1418.062, 1420.175, 1420.951, 1425.866, 1428.916, 1434.52, 1438.837, + 1449.637, 1459.465, 1462.829, 1481.916, 1502.09, 1510.41, 1524.894, + 1526.738, 1528.651, 1530.965, 1534.425, 1535.62, 1537.749, 1540.37, + 1542.065, 1562.543, 1571.112, 1576.305, 1580.506, 1582.624, 1587.157, + 1601.29, 1606.218, 1608.314, 1611.586, 1630.24, 1632.233, 1634.326, + 1636.388, 1638.917, 1646.316, 1648.417, 1651.874, 1654.236, 1658.504, + 1662.259, 1668.331, 1671.97, 1675.712, 1685.193, 1692.438, 1695.383, + 1699.026, 1704.462, 1705.978, 1734.72, 1738.513, 1741.042, 1812.186 + ] }, { "vendor": 0, @@ -42667,8 +49603,19 @@ [-73.99239, 40.69874], [-73.99397, 40.69918], [-73.99367, 40.69983], - [-73.99354, 40.70008]], - "timestamps": [ 245, 356.385, 361.223, 390.529, 397.925, 410.7, 411.906, 414.226, 416.248, 418.897, 420.333, 421.665, 424.861, 426.053, 427.493, 452.232, 461.191, 470.775, 475.632, 477.05, 484.49, 487.87, 489.395, 490.141, 491.633, 493.208, 494.037, 494.666, 495.788, 497.175, 498.346, 499.51, 501.365, 538.928, 543.952, 549.445, 551.033, 552.02, 552.999, 554.561, 555.135, 558.086, 566.346, 570.27, 576.057, 577.441, 579.518, 581.926, 583.162, 586.035, 593.794, 596.29, 600.407, 605.717, 616.2, 618.743, 620.895, 623.15, 626.629, 628.606, 630.371, 632.992, 651.386, 654.839, 681.811, 692.414, 709.892, 719.32, 723] + [-73.99354, 40.70008] + ], + "timestamps": [ + 245, 356.385, 361.223, 390.529, 397.925, 410.7, 411.906, 414.226, 416.248, + 418.897, 420.333, 421.665, 424.861, 426.053, 427.493, 452.232, 461.191, + 470.775, 475.632, 477.05, 484.49, 487.87, 489.395, 490.141, 491.633, + 493.208, 494.037, 494.666, 495.788, 497.175, 498.346, 499.51, 501.365, + 538.928, 543.952, 549.445, 551.033, 552.02, 552.999, 554.561, 555.135, + 558.086, 566.346, 570.27, 576.057, 577.441, 579.518, 581.926, 583.162, + 586.035, 593.794, 596.29, 600.407, 605.717, 616.2, 618.743, 620.895, + 623.15, 626.629, 628.606, 630.371, 632.992, 651.386, 654.839, 681.811, + 692.414, 709.892, 719.32, 723 + ] }, { "vendor": 0, @@ -42682,8 +49629,12 @@ [-73.94813, 40.7], [-73.95009, 40.69979], [-73.95075, 40.70044], - [-73.95696, 40.706]], - "timestamps": [ 1571, 1595.771, 1619.779, 1649.679, 1666.172, 1696.878, 1743.47, 1767.864, 1781.532, 1902.923] + [-73.95696, 40.706] + ], + "timestamps": [ + 1571, 1595.771, 1619.779, 1649.679, 1666.172, 1696.878, 1743.47, 1767.864, + 1781.532, 1902.923 + ] }, { "vendor": 0, @@ -42830,8 +49781,30 @@ [-74.01038, 40.70324], [-74.0102, 40.70329], [-74.01028, 40.70337], - [-74.01042, 40.7035]], - "timestamps": [ 525, 528.008, 541.16, 562.707, 574.828, 729.115, 751.247, 753.762, 760.091, 770.62, 773.282, 778.43, 802.872, 803.769, 805.342, 808.911, 814.64, 819.766, 826.663, 836.005, 840.145, 843.95, 847.332, 848.994, 852.068, 854.907, 856.829, 859.893, 863.254, 866.769, 883.455, 887.925, 892.988, 897.7, 911.144, 923.725, 931.093, 939.894, 944.307, 950.185, 956.757, 965.624, 972.858, 981.134, 984.601, 996.297, 997.893, 1006.372, 1008.483, 1011.148, 1027.117, 1037.435, 1044.204, 1049.374, 1053.155, 1055.254, 1059.203, 1065.344, 1068.596, 1086.083, 1089.137, 1128.102, 1133.915, 1144.65, 1146.886, 1154.609, 1163.743, 1167.872, 1171.428, 1175.187, 1178.749, 1193.941, 1197.72, 1199.592, 1203.484, 1207.214, 1217.842, 1221.566, 1225.358, 1228.118, 1229.775, 1234.239, 1261.76, 1265.31, 1267.649, 1270.999, 1277.462, 1280.882, 1282.664, 1286.683, 1290.342, 1295.065, 1305.536, 1308.047, 1314.779, 1327.196, 1336.71, 1340.912, 1344.915, 1348.652, 1368.642, 1376.421, 1380.022, 1384.755, 1389.333, 1395.319, 1423.629, 1424.471, 1426.54, 1429.566, 1433.398, 1436.301, 1437.65, 1440.411, 1442.686, 1444.928, 1473.301, 1495.146, 1501.068, 1523.501, 1530.332, 1543.314, 1548.52, 1551.839, 1555.354, 1560.587, 1565.341, 1573.774, 1578.102, 1587.99, 1618.028, 1628.49, 1633.343, 1640.816, 1644.26, 1647.436, 1652.197, 1656.237, 1696.638, 1718.659, 1722.226, 1726.258, 1733] + [-74.01042, 40.7035] + ], + "timestamps": [ + 525, 528.008, 541.16, 562.707, 574.828, 729.115, 751.247, 753.762, + 760.091, 770.62, 773.282, 778.43, 802.872, 803.769, 805.342, 808.911, + 814.64, 819.766, 826.663, 836.005, 840.145, 843.95, 847.332, 848.994, + 852.068, 854.907, 856.829, 859.893, 863.254, 866.769, 883.455, 887.925, + 892.988, 897.7, 911.144, 923.725, 931.093, 939.894, 944.307, 950.185, + 956.757, 965.624, 972.858, 981.134, 984.601, 996.297, 997.893, 1006.372, + 1008.483, 1011.148, 1027.117, 1037.435, 1044.204, 1049.374, 1053.155, + 1055.254, 1059.203, 1065.344, 1068.596, 1086.083, 1089.137, 1128.102, + 1133.915, 1144.65, 1146.886, 1154.609, 1163.743, 1167.872, 1171.428, + 1175.187, 1178.749, 1193.941, 1197.72, 1199.592, 1203.484, 1207.214, + 1217.842, 1221.566, 1225.358, 1228.118, 1229.775, 1234.239, 1261.76, + 1265.31, 1267.649, 1270.999, 1277.462, 1280.882, 1282.664, 1286.683, + 1290.342, 1295.065, 1305.536, 1308.047, 1314.779, 1327.196, 1336.71, + 1340.912, 1344.915, 1348.652, 1368.642, 1376.421, 1380.022, 1384.755, + 1389.333, 1395.319, 1423.629, 1424.471, 1426.54, 1429.566, 1433.398, + 1436.301, 1437.65, 1440.411, 1442.686, 1444.928, 1473.301, 1495.146, + 1501.068, 1523.501, 1530.332, 1543.314, 1548.52, 1551.839, 1555.354, + 1560.587, 1565.341, 1573.774, 1578.102, 1587.99, 1618.028, 1628.49, + 1633.343, 1640.816, 1644.26, 1647.436, 1652.197, 1656.237, 1696.638, + 1718.659, 1722.226, 1726.258, 1733 + ] }, { "vendor": 0, @@ -42920,8 +49893,22 @@ [-74.00315, 40.72766], [-74.00219, 40.72969], [-74.00141, 40.73106], - [-73.98961, 40.74727]], - "timestamps": [ 442, 507.174, 525.238, 543.273, 564.082, 569.117, 578.11, 595.991, 623.034, 625.238, 627.984, 631.247, 633.578, 649.038, 652.971, 656.054, 660.085, 666.029, 677.74, 683.391, 690.316, 693.213, 694.738, 696.195, 700.345, 711.04, 716.686, 749.658, 765.242, 781.379, 786.862, 797.078, 806.861, 814.996, 831.693, 840.157, 845.706, 849.259, 856.043, 860.354, 918.842, 922.862, 927.079, 1008.655, 1011.046, 1015.521, 1024.078, 1026.489, 1031.144, 1035.085, 1039.065, 1040.959, 1045.478, 1061.416, 1070.53, 1084.389, 1087.997, 1100.071, 1102.388, 1103.745, 1111.213, 1191.889, 1213.342, 1243.918, 1258.261, 1275.39, 1304.328, 1409.947, 1417.276, 1426.447, 1431.884, 1438.902, 1470.317, 1493.605, 1494.981, 1498.581, 1500.912, 1517.305, 1523.87, 1530.083, 1555.365, 1611.993, 1653.802, 1682.73, 2041.648] + [-73.98961, 40.74727] + ], + "timestamps": [ + 442, 507.174, 525.238, 543.273, 564.082, 569.117, 578.11, 595.991, + 623.034, 625.238, 627.984, 631.247, 633.578, 649.038, 652.971, 656.054, + 660.085, 666.029, 677.74, 683.391, 690.316, 693.213, 694.738, 696.195, + 700.345, 711.04, 716.686, 749.658, 765.242, 781.379, 786.862, 797.078, + 806.861, 814.996, 831.693, 840.157, 845.706, 849.259, 856.043, 860.354, + 918.842, 922.862, 927.079, 1008.655, 1011.046, 1015.521, 1024.078, + 1026.489, 1031.144, 1035.085, 1039.065, 1040.959, 1045.478, 1061.416, + 1070.53, 1084.389, 1087.997, 1100.071, 1102.388, 1103.745, 1111.213, + 1191.889, 1213.342, 1243.918, 1258.261, 1275.39, 1304.328, 1409.947, + 1417.276, 1426.447, 1431.884, 1438.902, 1470.317, 1493.605, 1494.981, + 1498.581, 1500.912, 1517.305, 1523.87, 1530.083, 1555.365, 1611.993, + 1653.802, 1682.73, 2041.648 + ] }, { "vendor": 1, @@ -42997,8 +49984,21 @@ [-73.97707, 40.71935], [-73.97736, 40.71942], [-73.97871, 40.72], - [-73.98378, 40.72154]], - "timestamps": [ 859, 913.993, 944.088, 1186.51, 1190.027, 1236.562, 1279.159, 1326.043, 1395.661, 1397.928, 1416.152, 1417.591, 1419.921, 1423.13, 1424.893, 1429.826, 1445.954, 1466.883, 1478.858, 1486.202, 1489.097, 1491.8, 1494.014, 1515.926, 1518.684, 1521.304, 1524.552, 1529.556, 1533.779, 1538.214, 1542.036, 1547.61, 1551.19, 1552.963, 1556.651, 1560.185, 1570.253, 1573.782, 1577.374, 1579.989, 1581.558, 1585.788, 1611.861, 1615.225, 1618.776, 1620.613, 1626.736, 1629.977, 1631.664, 1635.472, 1637.293, 1638.942, 1643.417, 1653.336, 1655.715, 1662.094, 1673.858, 1682.871, 1686.852, 1690.644, 1694.185, 1698.225, 1701.916, 1706.092, 1707.55, 1728.7, 1729.696, 1735.705, 1764.005, 1769.071, 1794.901, 1885.813] + [-73.98378, 40.72154] + ], + "timestamps": [ + 859, 913.993, 944.088, 1186.51, 1190.027, 1236.562, 1279.159, 1326.043, + 1395.661, 1397.928, 1416.152, 1417.591, 1419.921, 1423.13, 1424.893, + 1429.826, 1445.954, 1466.883, 1478.858, 1486.202, 1489.097, 1491.8, + 1494.014, 1515.926, 1518.684, 1521.304, 1524.552, 1529.556, 1533.779, + 1538.214, 1542.036, 1547.61, 1551.19, 1552.963, 1556.651, 1560.185, + 1570.253, 1573.782, 1577.374, 1579.989, 1581.558, 1585.788, 1611.861, + 1615.225, 1618.776, 1620.613, 1626.736, 1629.977, 1631.664, 1635.472, + 1637.293, 1638.942, 1643.417, 1653.336, 1655.715, 1662.094, 1673.858, + 1682.871, 1686.852, 1690.644, 1694.185, 1698.225, 1701.916, 1706.092, + 1707.55, 1728.7, 1729.696, 1735.705, 1764.005, 1769.071, 1794.901, + 1885.813 + ] }, { "vendor": 1, @@ -43007,8 +50007,9 @@ [-73.98669, 40.76147], [-73.98656, 40.76165], [-73.99308, 40.76439], - [-73.99509, 40.76523]], - "timestamps": [ 1525, 1528.58, 1533.463, 1742.699, 1807.118] + [-73.99509, 40.76523] + ], + "timestamps": [1525, 1528.58, 1533.463, 1742.699, 1807.118] }, { "vendor": 0, @@ -43079,8 +50080,19 @@ [-73.99351, 40.72008], [-73.9929, 40.7199], [-73.99223, 40.72124], - [-73.99211, 40.72148]], - "timestamps": [ 690, 694.115, 707.854, 726.144, 735.282, 743.505, 747.394, 750.52, 761.34, 764.035, 765.37, 767.735, 770.315, 788.18, 789.657, 791.571, 793.891, 796.075, 798.47, 800.615, 802.152, 804.303, 807.752, 810.285, 828.032, 828.564, 830.821, 832.951, 851.235, 879.222, 883.477, 886.185, 893.014, 917.899, 921.463, 923.418, 926.124, 927.856, 930.647, 936.145, 941.075, 959.981, 962.073, 963.014, 967.771, 1018.263, 1024.75, 1101.817, 1104.322, 1117.565, 1119.414, 1146.839, 1155.026, 1163.63, 1166.059, 1197.917, 1239.166, 1248.482, 1305.73, 1327.899, 1384.577, 1391.056, 1396.802, 1409.785, 1432.214, 1465.956, 1472] + [-73.99211, 40.72148] + ], + "timestamps": [ + 690, 694.115, 707.854, 726.144, 735.282, 743.505, 747.394, 750.52, 761.34, + 764.035, 765.37, 767.735, 770.315, 788.18, 789.657, 791.571, 793.891, + 796.075, 798.47, 800.615, 802.152, 804.303, 807.752, 810.285, 828.032, + 828.564, 830.821, 832.951, 851.235, 879.222, 883.477, 886.185, 893.014, + 917.899, 921.463, 923.418, 926.124, 927.856, 930.647, 936.145, 941.075, + 959.981, 962.073, 963.014, 967.771, 1018.263, 1024.75, 1101.817, 1104.322, + 1117.565, 1119.414, 1146.839, 1155.026, 1163.63, 1166.059, 1197.917, + 1239.166, 1248.482, 1305.73, 1327.899, 1384.577, 1391.056, 1396.802, + 1409.785, 1432.214, 1465.956, 1472 + ] }, { "vendor": 0, @@ -43106,16 +50118,22 @@ [-73.98499, 40.69724], [-73.98517, 40.69762], [-73.98547, 40.69802], - [-73.99523, 40.71551]], - "timestamps": [ 774, 803.699, 830.656, 899.545, 903.192, 938.256, 961.106, 982.284, 1004.171, 1066.517, 1087.329, 1199.791, 1243.252, 1430.736, 1445.208, 1577.419, 1581.749, 1596.225, 1623.406, 1645.68, 1653.105, 1822.155] + [-73.99523, 40.71551] + ], + "timestamps": [ + 774, 803.699, 830.656, 899.545, 903.192, 938.256, 961.106, 982.284, + 1004.171, 1066.517, 1087.329, 1199.791, 1243.252, 1430.736, 1445.208, + 1577.419, 1581.749, 1596.225, 1623.406, 1645.68, 1653.105, 1822.155 + ] }, { "vendor": 0, "path": [ [-74.00727, 40.70394], [-74.00706, 40.70376], - [-74.00488, 40.70515]], - "timestamps": [ 1764, 1773.147, 1806.625] + [-74.00488, 40.70515] + ], + "timestamps": [1764, 1773.147, 1806.625] }, { "vendor": 0, @@ -43187,8 +50205,20 @@ [-73.98352, 40.7106], [-73.98052, 40.71082], [-73.98014, 40.71086], - [-73.97976, 40.71095]], - "timestamps": [ 1121, 1192.254, 1224.245, 1259.145, 1278.598, 1284.602, 1286.647, 1298.01, 1302.105, 1305.679, 1315.113, 1320.22, 1340.918, 1346.395, 1351.408, 1376.369, 1401.864, 1424.92, 1440.634, 1445.279, 1456.286, 1458.002, 1466.098, 1468.545, 1474.64, 1491.384, 1593.725, 1608.145, 1609.118, 1611.35, 1612.297, 1613.071, 1614.441, 1615.275, 1616.079, 1616.866, 1617.705, 1618.491, 1619.561, 1619.978, 1624.157, 1628.277, 1632.296, 1634.763, 1653.902, 1655.939, 1657.4, 1661.945, 1662.504, 1664.836, 1667.246, 1668.322, 1670.548, 1673.004, 1673.906, 1679.617, 1683.161, 1689.674, 1694.69, 1707.241, 1718.6625, 1722.637, 1745.185, 1769.018, 1778.846, 1795.957, 1798.135, 1800.395] + [-73.97976, 40.71095] + ], + "timestamps": [ + 1121, 1192.254, 1224.245, 1259.145, 1278.598, 1284.602, 1286.647, 1298.01, + 1302.105, 1305.679, 1315.113, 1320.22, 1340.918, 1346.395, 1351.408, + 1376.369, 1401.864, 1424.92, 1440.634, 1445.279, 1456.286, 1458.002, + 1466.098, 1468.545, 1474.64, 1491.384, 1593.725, 1608.145, 1609.118, + 1611.35, 1612.297, 1613.071, 1614.441, 1615.275, 1616.079, 1616.866, + 1617.705, 1618.491, 1619.561, 1619.978, 1624.157, 1628.277, 1632.296, + 1634.763, 1653.902, 1655.939, 1657.4, 1661.945, 1662.504, 1664.836, + 1667.246, 1668.322, 1670.548, 1673.004, 1673.906, 1679.617, 1683.161, + 1689.674, 1694.69, 1707.241, 1718.6625, 1722.637, 1745.185, 1769.018, + 1778.846, 1795.957, 1798.135, 1800.395 + ] }, { "vendor": 0, @@ -43221,8 +50251,15 @@ [-74.00766, 40.71167], [-74.00771, 40.71168], [-74.00788, 40.71177], - [-74.00803, 40.71191]], - "timestamps": [ 1460, 1461.921, 1463.029, 1463.842, 1470.152, 1471.526, 1480.029, 1499.181, 1531.078, 1539.268, 1560.612, 1592.521, 1630.529, 1638.219, 1642.546, 1673.458, 1679.259, 1692.719, 1698.1, 1702.274, 1714.075, 1721.129, 1728.695, 1736.836, 1787.686, 1792.528, 1793.919, 1799.498, 1805.899] + [-74.00803, 40.71191] + ], + "timestamps": [ + 1460, 1461.921, 1463.029, 1463.842, 1470.152, 1471.526, 1480.029, + 1499.181, 1531.078, 1539.268, 1560.612, 1592.521, 1630.529, 1638.219, + 1642.546, 1673.458, 1679.259, 1692.719, 1698.1, 1702.274, 1714.075, + 1721.129, 1728.695, 1736.836, 1787.686, 1792.528, 1793.919, 1799.498, + 1805.899 + ] }, { "vendor": 0, @@ -43343,8 +50380,26 @@ [-74.00429, 40.72487], [-74.00315, 40.72766], [-74.00219, 40.72969], - [-74.00141, 40.73106]], - "timestamps": [ 73, 128.784, 295.728, 316.857, 330.795, 347.944, 361.105, 369.454, 372.095, 374.659, 377.542, 382.548, 385.195, 387.798, 390.406, 393.306, 396.592, 400.036, 403.602, 420.556, 433.025, 460.544, 466.681, 618.447, 624.677, 627.946, 633.661, 637.753, 640.431, 643.058, 645.656, 649.695, 652.964, 693.796, 710.536, 718.926, 724.785, 741.811, 748.001, 751.36, 754.143, 756.632, 759.252, 762.364, 867.301, 869.875, 872.918, 875.497, 878.839, 881.022, 896.56, 901.349, 903.709, 906.937, 910.674, 918.578, 921.839, 934.475, 978.084, 985.188, 991.179, 992.845, 997.73, 1001.36, 1007.034, 1011.172, 1014.595, 1017.713, 1021.813, 1027.596, 1034.35, 1038.115, 1043.649, 1048.334, 1051.316, 1054.754, 1056.705, 1060.264, 1062.685, 1064.623, 1066.249, 1067.912, 1068.603, 1070.224, 1072.752, 1078.984, 1088.277, 1106.668, 1219.072, 1234.91, 1261.092, 1264.32, 1267.513, 1270.939, 1274.222, 1277.232, 1279.978, 1289.101, 1373.731, 1435.734, 1508.318, 1515.426, 1526.089, 1532.41, 1540.57, 1577.094, 1604.171, 1605.771, 1609.956, 1612.666, 1631.726, 1639.358, 1646.583, 1675.977, 1741.815, 1790.425, 1824.059] + [-74.00141, 40.73106] + ], + "timestamps": [ + 73, 128.784, 295.728, 316.857, 330.795, 347.944, 361.105, 369.454, + 372.095, 374.659, 377.542, 382.548, 385.195, 387.798, 390.406, 393.306, + 396.592, 400.036, 403.602, 420.556, 433.025, 460.544, 466.681, 618.447, + 624.677, 627.946, 633.661, 637.753, 640.431, 643.058, 645.656, 649.695, + 652.964, 693.796, 710.536, 718.926, 724.785, 741.811, 748.001, 751.36, + 754.143, 756.632, 759.252, 762.364, 867.301, 869.875, 872.918, 875.497, + 878.839, 881.022, 896.56, 901.349, 903.709, 906.937, 910.674, 918.578, + 921.839, 934.475, 978.084, 985.188, 991.179, 992.845, 997.73, 1001.36, + 1007.034, 1011.172, 1014.595, 1017.713, 1021.813, 1027.596, 1034.35, + 1038.115, 1043.649, 1048.334, 1051.316, 1054.754, 1056.705, 1060.264, + 1062.685, 1064.623, 1066.249, 1067.912, 1068.603, 1070.224, 1072.752, + 1078.984, 1088.277, 1106.668, 1219.072, 1234.91, 1261.092, 1264.32, + 1267.513, 1270.939, 1274.222, 1277.232, 1279.978, 1289.101, 1373.731, + 1435.734, 1508.318, 1515.426, 1526.089, 1532.41, 1540.57, 1577.094, + 1604.171, 1605.771, 1609.956, 1612.666, 1631.726, 1639.358, 1646.583, + 1675.977, 1741.815, 1790.425, 1824.059 + ] }, { "vendor": 0, @@ -43376,8 +50431,14 @@ [-73.99187, 40.74418], [-74.00031, 40.74773], [-74.00043, 40.74778], - [-74.00046, 40.74774]], - "timestamps": [ 61, 67.469, 98.963, 155.491, 172.6, 204.73, 238.913, 300.221, 314.93, 352.13, 377.169, 386.217, 467.888, 517.062, 541.267, 611.215, 635.377, 639.156, 678.843, 685.313, 758.486, 801.691, 831.586, 1117.609, 1131.713, 1358.17, 1361.382, 1363] + [-74.00046, 40.74774] + ], + "timestamps": [ + 61, 67.469, 98.963, 155.491, 172.6, 204.73, 238.913, 300.221, 314.93, + 352.13, 377.169, 386.217, 467.888, 517.062, 541.267, 611.215, 635.377, + 639.156, 678.843, 685.313, 758.486, 801.691, 831.586, 1117.609, 1131.713, + 1358.17, 1361.382, 1363 + ] }, { "vendor": 0, @@ -43385,8 +50446,9 @@ [-74.00662, 40.70502], [-74.00694, 40.7048], [-74.00767, 40.70428], - [-74.00706, 40.70376]], - "timestamps": [ 1765, 1771.662, 1787.11, 1811.231] + [-74.00706, 40.70376] + ], + "timestamps": [1765, 1771.662, 1787.11, 1811.231] }, { "vendor": 0, @@ -43438,8 +50500,16 @@ [-74.00798, 40.71147], [-74.00787, 40.71147], [-74.00687, 40.71172], - [-74.00622, 40.71187]], - "timestamps": [ 203, 210.12, 220.421, 231.481, 281.52, 328.329, 341.708, 355.734, 377.467, 379.991, 395.534, 397.283, 400.794, 402.167, 403.915, 404.968, 407.688, 410.142, 415.008, 425.166, 426.914, 427.799, 442.58, 445.57, 448.917, 459.276, 461.532, 466.767, 468.859, 470.483, 475.072, 477.815, 480.758, 483.924, 503.698, 505.582, 506.123, 512.596, 515.27, 516.635, 519.691, 521.662, 524.196, 526.002, 528.898, 531.553, 547.627, 558] + [-74.00622, 40.71187] + ], + "timestamps": [ + 203, 210.12, 220.421, 231.481, 281.52, 328.329, 341.708, 355.734, 377.467, + 379.991, 395.534, 397.283, 400.794, 402.167, 403.915, 404.968, 407.688, + 410.142, 415.008, 425.166, 426.914, 427.799, 442.58, 445.57, 448.917, + 459.276, 461.532, 466.767, 468.859, 470.483, 475.072, 477.815, 480.758, + 483.924, 503.698, 505.582, 506.123, 512.596, 515.27, 516.635, 519.691, + 521.662, 524.196, 526.002, 528.898, 531.553, 547.627, 558 + ] }, { "vendor": 0, @@ -43539,8 +50609,23 @@ [-74.00912, 40.70929], [-74.00965, 40.70875], [-74.00937, 40.70861], - [-74.00842, 40.70784]], - "timestamps": [ 12, 52.705, 72.99, 166.815, 217.701, 223.434, 282.017, 296.238, 298.656, 371.71, 440.968, 450.549, 453.446, 456.372, 459.406, 465.007, 469.43, 485.179, 490.699, 496.318, 500.408, 502.864, 509.48, 550.265, 555.526, 561.082, 563.956, 573.533, 578.602, 581.242, 587.198, 592.621, 599.621, 603.263, 615.138, 618.859, 628.837, 647.238, 661.338, 667.565, 673.497, 679.036, 708.661, 715.24, 720.189, 725.526, 732.54, 739.325, 748.195, 780.967, 791.399, 794.465, 798.949, 804.629, 808.93, 810.929, 815.022, 818.393, 821.715, 863.764, 896.138, 904.914, 938.16, 948.282, 967.521, 972.902, 981.143, 988.413, 999.604, 1001.699, 1004.728, 1005.805, 1008.846, 1011.621, 1018.643, 1024.112, 1033.098, 1035.719, 1038.677, 1090.338, 1097.635, 1122.288, 1155.698, 1186.568, 1211.484, 1246.851, 1273.804, 1286.706, 1324.482, 1357.093, 1397.722, 1455.595, 1469.678, 1502.207, 1511.688, 1551] + [-74.00842, 40.70784] + ], + "timestamps": [ + 12, 52.705, 72.99, 166.815, 217.701, 223.434, 282.017, 296.238, 298.656, + 371.71, 440.968, 450.549, 453.446, 456.372, 459.406, 465.007, 469.43, + 485.179, 490.699, 496.318, 500.408, 502.864, 509.48, 550.265, 555.526, + 561.082, 563.956, 573.533, 578.602, 581.242, 587.198, 592.621, 599.621, + 603.263, 615.138, 618.859, 628.837, 647.238, 661.338, 667.565, 673.497, + 679.036, 708.661, 715.24, 720.189, 725.526, 732.54, 739.325, 748.195, + 780.967, 791.399, 794.465, 798.949, 804.629, 808.93, 810.929, 815.022, + 818.393, 821.715, 863.764, 896.138, 904.914, 938.16, 948.282, 967.521, + 972.902, 981.143, 988.413, 999.604, 1001.699, 1004.728, 1005.805, + 1008.846, 1011.621, 1018.643, 1024.112, 1033.098, 1035.719, 1038.677, + 1090.338, 1097.635, 1122.288, 1155.698, 1186.568, 1211.484, 1246.851, + 1273.804, 1286.706, 1324.482, 1357.093, 1397.722, 1455.595, 1469.678, + 1502.207, 1511.688, 1551 + ] }, { "vendor": 0, @@ -43678,8 +50763,29 @@ [-73.96839, 40.74825], [-73.96957, 40.74876], [-73.96968, 40.74878], - [-73.97385, 40.75052]], - "timestamps": [ 147, 196.817, 200.51, 276.485, 304.186, 479.347, 516.556, 550.996, 558.528, 560.788, 581.805, 615.215, 636.954, 651.943, 668.726, 770.428, 777.419, 835.375, 840.962, 842.681, 872.734, 880.406, 882.098, 883.475, 886.64, 888.099, 891.513, 897.373, 900.198, 907.394, 927.166, 1048.01, 1065.037, 1066.155, 1068.722, 1069.811, 1070.702, 1072.277, 1073.235, 1074.16, 1075.065, 1076.029, 1076.934, 1078.165, 1078.644, 1083.449, 1088.187, 1092.809, 1095.645, 1117.654, 1119.997, 1121.676, 1126.903, 1127.546, 1130.227, 1132.999, 1134.236, 1136.796, 1139.62, 1140.657, 1147.224, 1151.301, 1158.79, 1164.558, 1178.99, 1192.124, 1196.695, 1222.624, 1250.03, 1261.332, 1281.008, 1283.513, 1286.112, 1289.256, 1293.956, 1295.579, 1298.472, 1302.031, 1304.334, 1332.154, 1343.794, 1350.848, 1356.555, 1359.433, 1365.59, 1384.79, 1391.484, 1394.332, 1398.777, 1424.118, 1426.825, 1432.469, 1435.904, 1448.809, 1451.737, 1454.334, 1456.382, 1458.754, 1461.303, 1463.891, 1466.2, 1473.4, 1476.922, 1478.872, 1480.738, 1482.456, 1484.489, 1513.01, 1516.166, 1518.934, 1522.295, 1525.73, 1530.231, 1532.914, 1546.353, 1548.692, 1552.292, 1560.073, 1579.236, 1582.367, 1586.604, 1590.888, 1595.124, 1602.897, 1611.028, 1617.369, 1681.175, 1684.355, 1686.773, 1688.542, 1691.567, 1712.137, 1713.85, 1837.592] + [-73.97385, 40.75052] + ], + "timestamps": [ + 147, 196.817, 200.51, 276.485, 304.186, 479.347, 516.556, 550.996, + 558.528, 560.788, 581.805, 615.215, 636.954, 651.943, 668.726, 770.428, + 777.419, 835.375, 840.962, 842.681, 872.734, 880.406, 882.098, 883.475, + 886.64, 888.099, 891.513, 897.373, 900.198, 907.394, 927.166, 1048.01, + 1065.037, 1066.155, 1068.722, 1069.811, 1070.702, 1072.277, 1073.235, + 1074.16, 1075.065, 1076.029, 1076.934, 1078.165, 1078.644, 1083.449, + 1088.187, 1092.809, 1095.645, 1117.654, 1119.997, 1121.676, 1126.903, + 1127.546, 1130.227, 1132.999, 1134.236, 1136.796, 1139.62, 1140.657, + 1147.224, 1151.301, 1158.79, 1164.558, 1178.99, 1192.124, 1196.695, + 1222.624, 1250.03, 1261.332, 1281.008, 1283.513, 1286.112, 1289.256, + 1293.956, 1295.579, 1298.472, 1302.031, 1304.334, 1332.154, 1343.794, + 1350.848, 1356.555, 1359.433, 1365.59, 1384.79, 1391.484, 1394.332, + 1398.777, 1424.118, 1426.825, 1432.469, 1435.904, 1448.809, 1451.737, + 1454.334, 1456.382, 1458.754, 1461.303, 1463.891, 1466.2, 1473.4, + 1476.922, 1478.872, 1480.738, 1482.456, 1484.489, 1513.01, 1516.166, + 1518.934, 1522.295, 1525.73, 1530.231, 1532.914, 1546.353, 1548.692, + 1552.292, 1560.073, 1579.236, 1582.367, 1586.604, 1590.888, 1595.124, + 1602.897, 1611.028, 1617.369, 1681.175, 1684.355, 1686.773, 1688.542, + 1691.567, 1712.137, 1713.85, 1837.592 + ] }, { "vendor": 0, @@ -43787,8 +50893,24 @@ [-74.01001, 40.70203], [-74.01032, 40.70196], [-74.01079, 40.70187], - [-74.01088, 40.70185]], - "timestamps": [ 358, 366.015, 367.165, 417.472, 419.538, 472.25, 482.386, 516.78, 519.048, 550.662, 553.09, 614.268, 662.338, 733.718, 736.043, 754.728, 756.344, 758.961, 762.565, 764.546, 770.088, 788.204, 811.715, 825.166, 833.416, 836.668, 839.704, 842.191, 866.806, 869.904, 872.847, 876.496, 882.116, 886.861, 891.842, 896.136, 901.74, 905.34, 907.124, 910.832, 914.386, 924.51, 928.059, 931.671, 934.3, 935.879, 940.132, 966.351, 969.733, 971.962, 975.154, 981.311, 984.57, 986.267, 990.095, 993.582, 998.082, 1005.559, 1008.057, 1010.449, 1016.863, 1028.693, 1037.757, 1041.76, 1045.574, 1049.134, 1068.179, 1075.589, 1079.021, 1083.53, 1087.891, 1093.594, 1120.565, 1121.367, 1123.338, 1126.221, 1129.872, 1132.637, 1133.922, 1136.553, 1138.72, 1140.856, 1167.887, 1188.7, 1194.341, 1215.713, 1222.22, 1234.589, 1239.548, 1242.71, 1246.059, 1251.045, 1255.574, 1263.608, 1267.731, 1277.152, 1305.769, 1315.737, 1320.36, 1327.625, 1330.974, 1334.062, 1338.69, 1340] + [-74.01088, 40.70185] + ], + "timestamps": [ + 358, 366.015, 367.165, 417.472, 419.538, 472.25, 482.386, 516.78, 519.048, + 550.662, 553.09, 614.268, 662.338, 733.718, 736.043, 754.728, 756.344, + 758.961, 762.565, 764.546, 770.088, 788.204, 811.715, 825.166, 833.416, + 836.668, 839.704, 842.191, 866.806, 869.904, 872.847, 876.496, 882.116, + 886.861, 891.842, 896.136, 901.74, 905.34, 907.124, 910.832, 914.386, + 924.51, 928.059, 931.671, 934.3, 935.879, 940.132, 966.351, 969.733, + 971.962, 975.154, 981.311, 984.57, 986.267, 990.095, 993.582, 998.082, + 1005.559, 1008.057, 1010.449, 1016.863, 1028.693, 1037.757, 1041.76, + 1045.574, 1049.134, 1068.179, 1075.589, 1079.021, 1083.53, 1087.891, + 1093.594, 1120.565, 1121.367, 1123.338, 1126.221, 1129.872, 1132.637, + 1133.922, 1136.553, 1138.72, 1140.856, 1167.887, 1188.7, 1194.341, + 1215.713, 1222.22, 1234.589, 1239.548, 1242.71, 1246.059, 1251.045, + 1255.574, 1263.608, 1267.731, 1277.152, 1305.769, 1315.737, 1320.36, + 1327.625, 1330.974, 1334.062, 1338.69, 1340 + ] }, { "vendor": 0, @@ -43821,8 +50943,14 @@ [-73.96461, 40.71141], [-73.96589, 40.71183], [-73.96691, 40.71212], - [-73.97712, 40.71522]], - "timestamps": [ 769, 836.295, 851.563, 917.025, 968.803, 1242.383, 1259.402, 1274.228, 1318.995, 1423.035, 1432.678, 1492.353, 1499.212, 1508.769, 1560.93, 1589.681, 1614.45, 1660.685, 1663.514, 1670.714, 1672.509, 1674.373, 1677.244, 1681.123, 1687.106, 1714.678, 1724.997, 1733.056, 1814.422] + [-73.97712, 40.71522] + ], + "timestamps": [ + 769, 836.295, 851.563, 917.025, 968.803, 1242.383, 1259.402, 1274.228, + 1318.995, 1423.035, 1432.678, 1492.353, 1499.212, 1508.769, 1560.93, + 1589.681, 1614.45, 1660.685, 1663.514, 1670.714, 1672.509, 1674.373, + 1677.244, 1681.123, 1687.106, 1714.678, 1724.997, 1733.056, 1814.422 + ] }, { "vendor": 0, @@ -43839,8 +50967,12 @@ [-73.99102, 40.67145], [-73.99337, 40.6726], [-73.99663, 40.67413], - [-73.99776, 40.67474]], - "timestamps": [ 1304, 1311.877, 1371.033, 1430.039, 1450.019, 1469.426, 1589.033, 1644.305, 1683.462, 1691.57, 1734.437, 1793.199, 1814.458] + [-73.99776, 40.67474] + ], + "timestamps": [ + 1304, 1311.877, 1371.033, 1430.039, 1450.019, 1469.426, 1589.033, + 1644.305, 1683.462, 1691.57, 1734.437, 1793.199, 1814.458 + ] }, { "vendor": 0, @@ -43881,8 +51013,16 @@ [-73.96461, 40.71141], [-73.96594, 40.71177], [-73.96708, 40.7121], - [-73.98416, 40.71731]], - "timestamps": [ 1108, 1112.092, 1203.263, 1224.623, 1290.528, 1351.443, 1376.029, 1381.719, 1386.912, 1393.843, 1403.544, 1412.857, 1427.46, 1450.621, 1458.193, 1466.085, 1484.855, 1492.405, 1494.698, 1507.568, 1518.49, 1523.204, 1525.975, 1528.874, 1532.077, 1535.141, 1538.26, 1541.41, 1544.552, 1565.932, 1570.837, 1573.746, 1576.539, 1616.283, 1631.343, 1644.356, 1840.678] + [-73.98416, 40.71731] + ], + "timestamps": [ + 1108, 1112.092, 1203.263, 1224.623, 1290.528, 1351.443, 1376.029, + 1381.719, 1386.912, 1393.843, 1403.544, 1412.857, 1427.46, 1450.621, + 1458.193, 1466.085, 1484.855, 1492.405, 1494.698, 1507.568, 1518.49, + 1523.204, 1525.975, 1528.874, 1532.077, 1535.141, 1538.26, 1541.41, + 1544.552, 1565.932, 1570.837, 1573.746, 1576.539, 1616.283, 1631.343, + 1644.356, 1840.678 + ] }, { "vendor": 0, @@ -43894,8 +51034,11 @@ [-73.96477, 40.68303], [-73.96688, 40.68348], [-73.96795, 40.68372], - [-73.96878, 40.68786]], - "timestamps": [ 1578, 1607.514, 1636.957, 1655.832, 1710.887, 1756.632, 1779.92, 1910.621] + [-73.96878, 40.68786] + ], + "timestamps": [ + 1578, 1607.514, 1636.957, 1655.832, 1710.887, 1756.632, 1779.92, 1910.621 + ] }, { "vendor": 0, @@ -43955,8 +51098,17 @@ [-73.98303, 40.69606], [-73.98413, 40.69611], [-73.98445, 40.69612], - [-73.98486, 40.69698]], - "timestamps": [ 438, 458.556, 461.522, 490.474, 519.845, 531.744, 533.601, 535.452, 538.303, 557.875, 565.53, 580.259, 585.298, 585.687, 586.207, 588.541, 590.88, 591.351, 592.185, 655.68, 656.987, 660.64, 661.936, 662.61, 663.669, 664.565, 665.387, 666.216, 666.96, 668.266, 669.869, 680.537, 681.317, 682.75, 689.047, 690.591, 692.055, 693.096, 694.174, 695.896, 700.726, 701.233, 706.528, 706.833, 709.669, 712.279, 713.802, 715.626, 716.816, 717.911, 719.665, 722.975, 726.436, 742.926, 747.719, 755] + [-73.98486, 40.69698] + ], + "timestamps": [ + 438, 458.556, 461.522, 490.474, 519.845, 531.744, 533.601, 535.452, + 538.303, 557.875, 565.53, 580.259, 585.298, 585.687, 586.207, 588.541, + 590.88, 591.351, 592.185, 655.68, 656.987, 660.64, 661.936, 662.61, + 663.669, 664.565, 665.387, 666.216, 666.96, 668.266, 669.869, 680.537, + 681.317, 682.75, 689.047, 690.591, 692.055, 693.096, 694.174, 695.896, + 700.726, 701.233, 706.528, 706.833, 709.669, 712.279, 713.802, 715.626, + 716.816, 717.911, 719.665, 722.975, 726.436, 742.926, 747.719, 755 + ] }, { "vendor": 0, @@ -43996,8 +51148,15 @@ [-74.00429, 40.72487], [-74.00315, 40.72766], [-74.00219, 40.72969], - [-74.00141, 40.73106]], - "timestamps": [ 106, 117.819, 154.976, 210.687, 368.159, 381.227, 608.11, 626.349, 828.29, 843.879, 994.211, 999.134, 1015.594, 1046.5, 1071.828, 1080.271, 1272.491, 1277.826, 1288.529, 1291.555, 1294.685, 1364.705, 1370.242, 1467.986, 1576.419, 1580.07, 1581.713, 1586.013, 1588.798, 1608.379, 1616.221, 1623.643, 1653.842, 1721.482, 1771.423, 1805.978] + [-74.00141, 40.73106] + ], + "timestamps": [ + 106, 117.819, 154.976, 210.687, 368.159, 381.227, 608.11, 626.349, 828.29, + 843.879, 994.211, 999.134, 1015.594, 1046.5, 1071.828, 1080.271, 1272.491, + 1277.826, 1288.529, 1291.555, 1294.685, 1364.705, 1370.242, 1467.986, + 1576.419, 1580.07, 1581.713, 1586.013, 1588.798, 1608.379, 1616.221, + 1623.643, 1653.842, 1721.482, 1771.423, 1805.978 + ] }, { "vendor": 0, @@ -44014,8 +51173,12 @@ [-73.99078, 40.77002], [-73.99141, 40.77028], [-73.99372, 40.7671], - [-73.99784, 40.7615]], - "timestamps": [ 1195, 1394.273, 1411.14, 1420.661, 1429.189, 1495.966, 1512.814, 1532.346, 1539.798, 1635.825, 1647.735, 1722.649, 1854.97] + [-73.99784, 40.7615] + ], + "timestamps": [ + 1195, 1394.273, 1411.14, 1420.661, 1429.189, 1495.966, 1512.814, 1532.346, + 1539.798, 1635.825, 1647.735, 1722.649, 1854.97 + ] }, { "vendor": 0, @@ -44056,8 +51219,15 @@ [-73.99088, 40.76591], [-73.98817, 40.7648], [-73.98803, 40.76474], - [-73.98807, 40.76468]], - "timestamps": [ 507, 509.443, 516.24, 518.176, 522.068, 556.495, 579.088, 616.834, 630.404, 679.943, 711.01, 760.74, 779.646, 889.404, 935.294, 943.246, 959.318, 966.646, 971.263, 973.33, 978.005, 988.491, 993.675, 996.248, 1007.607, 1017.701, 1020.169, 1044.787, 1064.589, 1066.598, 1092.918, 1099.588, 1463.958, 1474.69, 1543.201, 1546.778, 1548] + [-73.98807, 40.76468] + ], + "timestamps": [ + 507, 509.443, 516.24, 518.176, 522.068, 556.495, 579.088, 616.834, + 630.404, 679.943, 711.01, 760.74, 779.646, 889.404, 935.294, 943.246, + 959.318, 966.646, 971.263, 973.33, 978.005, 988.491, 993.675, 996.248, + 1007.607, 1017.701, 1020.169, 1044.787, 1064.589, 1066.598, 1092.918, + 1099.588, 1463.958, 1474.69, 1543.201, 1546.778, 1548 + ] }, { "vendor": 0, @@ -44074,8 +51244,12 @@ [-73.98891, 40.71884], [-73.98898, 40.71887], [-73.98906, 40.7187], - [-73.98746, 40.71822]], - "timestamps": [ 1566, 1577.067, 1578.753, 1585.13, 1629.369, 1630.832, 1684.28, 1710.543, 1728.422, 1761.037, 1762.622, 1767.936, 1800.029] + [-73.98746, 40.71822] + ], + "timestamps": [ + 1566, 1577.067, 1578.753, 1585.13, 1629.369, 1630.832, 1684.28, 1710.543, + 1728.422, 1761.037, 1762.622, 1767.936, 1800.029 + ] }, { "vendor": 1, @@ -44092,8 +51266,12 @@ [-73.97827, 40.68437], [-73.97839, 40.68442], [-73.97867, 40.68399], - [-73.97873, 40.68389]], - "timestamps": [ 1032, 1083.818, 1098.892, 1376.77, 1379.652, 1415.824, 1422.16, 1436.272, 1448.429, 1473.04, 1476.694, 1485.892, 1488] + [-73.97873, 40.68389] + ], + "timestamps": [ + 1032, 1083.818, 1098.892, 1376.77, 1379.652, 1415.824, 1422.16, 1436.272, + 1448.429, 1473.04, 1476.694, 1485.892, 1488 + ] }, { "vendor": 0, @@ -44106,8 +51284,12 @@ [-73.99117, 40.71734], [-73.9902, 40.71925], [-73.98958, 40.72052], - [-73.98899, 40.72159]], - "timestamps": [ 1550, 1554.427, 1575.978, 1614.66, 1626.367, 1694.737, 1751.525, 1789.099, 1821.277] + [-73.98899, 40.72159] + ], + "timestamps": [ + 1550, 1554.427, 1575.978, 1614.66, 1626.367, 1694.737, 1751.525, 1789.099, + 1821.277 + ] }, { "vendor": 0, @@ -44127,8 +51309,13 @@ [-73.94756, 40.71816], [-73.94985, 40.71668], [-73.95058, 40.71618], - [-73.95133, 40.71565]], - "timestamps": [ 1539, 1550.724, 1569.776, 1656.995, 1663.57, 1717.865, 1739.778, 1743.854, 1747.574, 1752.538, 1759.487, 1766.158, 1776.719, 1793.47, 1798.947, 1804.654] + [-73.95133, 40.71565] + ], + "timestamps": [ + 1539, 1550.724, 1569.776, 1656.995, 1663.57, 1717.865, 1739.778, 1743.854, + 1747.574, 1752.538, 1759.487, 1766.158, 1776.719, 1793.47, 1798.947, + 1804.654 + ] }, { "vendor": 0, @@ -44229,8 +51416,24 @@ [-73.97821, 40.71174], [-73.9779, 40.71208], [-73.97772, 40.71231], - [-73.97614, 40.71531]], - "timestamps": [ 369, 415.992, 430.079, 443.839, 767.805, 841.756, 868.511, 961.868, 974.679, 993.189, 999.045, 1032.114, 1043.15, 1058.221, 1068.427, 1089.373, 1099.992, 1106.954, 1111.411, 1119.923, 1125.331, 1198.707, 1203.75, 1209.041, 1311.383, 1314.383, 1319.997, 1330.732, 1333.757, 1339.597, 1344.541, 1349.534, 1351.911, 1357.58, 1371.972, 1382.175, 1389.779, 1394.936, 1401.08, 1405.183, 1408.483, 1412.629, 1415.5, 1418.867, 1422.416, 1425.013, 1429.76, 1430.679, 1441.122, 1446.056, 1450.021, 1463.748, 1467.166, 1468.86, 1471.861, 1475.133, 1497.798, 1499.671, 1502.099, 1505.043, 1507.813, 1510.851, 1513.573, 1515.523, 1518.251, 1522.627, 1525.841, 1548.355, 1549.03, 1551.615, 1554.054, 1561.48, 1574.997, 1607.054, 1622.341, 1627.272, 1636.488, 1645.127, 1648.918, 1652.144, 1654.647, 1657.23, 1676.928, 1685.352, 1712.952, 1742.124, 1754.155, 1775.099, 1777.765, 1780.531, 1783.877, 1788.881, 1790.609, 1793.688, 1797.477, 1799.928, 1829.54] + [-73.97614, 40.71531] + ], + "timestamps": [ + 369, 415.992, 430.079, 443.839, 767.805, 841.756, 868.511, 961.868, + 974.679, 993.189, 999.045, 1032.114, 1043.15, 1058.221, 1068.427, + 1089.373, 1099.992, 1106.954, 1111.411, 1119.923, 1125.331, 1198.707, + 1203.75, 1209.041, 1311.383, 1314.383, 1319.997, 1330.732, 1333.757, + 1339.597, 1344.541, 1349.534, 1351.911, 1357.58, 1371.972, 1382.175, + 1389.779, 1394.936, 1401.08, 1405.183, 1408.483, 1412.629, 1415.5, + 1418.867, 1422.416, 1425.013, 1429.76, 1430.679, 1441.122, 1446.056, + 1450.021, 1463.748, 1467.166, 1468.86, 1471.861, 1475.133, 1497.798, + 1499.671, 1502.099, 1505.043, 1507.813, 1510.851, 1513.573, 1515.523, + 1518.251, 1522.627, 1525.841, 1548.355, 1549.03, 1551.615, 1554.054, + 1561.48, 1574.997, 1607.054, 1622.341, 1627.272, 1636.488, 1645.127, + 1648.918, 1652.144, 1654.647, 1657.23, 1676.928, 1685.352, 1712.952, + 1742.124, 1754.155, 1775.099, 1777.765, 1780.531, 1783.877, 1788.881, + 1790.609, 1793.688, 1797.477, 1799.928, 1829.54 + ] }, { "vendor": 1, @@ -44286,8 +51489,17 @@ [-73.9909, 40.68608], [-73.99048, 40.68672], [-73.99003, 40.68736], - [-73.98998, 40.68743]], - "timestamps": [ 734, 762.843, 771.981, 782.515, 796.1, 799.785, 811.298, 825.932, 828.342, 835.743, 842.962, 848.865, 856.522, 858.96, 863.736, 872.002, 887.153, 907.807, 912.414, 1026.323, 1030.998, 1033.452, 1037.742, 1040.813, 1042.823, 1044.795, 1046.745, 1049.776, 1052.23, 1082.877, 1095.441, 1100.491, 1104.018, 1111.713, 1123.904, 1128.522, 1130.972, 1134.887, 1138.061, 1149.095, 1173.134, 1182.432, 1224.868, 1275.549, 1290.864, 1306.18, 1334.429, 1363.765, 1506.537, 1526.981, 1547.723, 1550] + [-73.98998, 40.68743] + ], + "timestamps": [ + 734, 762.843, 771.981, 782.515, 796.1, 799.785, 811.298, 825.932, 828.342, + 835.743, 842.962, 848.865, 856.522, 858.96, 863.736, 872.002, 887.153, + 907.807, 912.414, 1026.323, 1030.998, 1033.452, 1037.742, 1040.813, + 1042.823, 1044.795, 1046.745, 1049.776, 1052.23, 1082.877, 1095.441, + 1100.491, 1104.018, 1111.713, 1123.904, 1128.522, 1130.972, 1134.887, + 1138.061, 1149.095, 1173.134, 1182.432, 1224.868, 1275.549, 1290.864, + 1306.18, 1334.429, 1363.765, 1506.537, 1526.981, 1547.723, 1550 + ] }, { "vendor": 0, @@ -44413,8 +51625,26 @@ [-73.99199, 40.72561], [-73.99172, 40.72636], [-73.99185, 40.72641], - [-73.99241, 40.72669]], - "timestamps": [ 268, 382.178, 383.888, 385.456, 388.393, 389.974, 391.432, 394.547, 397.14, 399.968, 402.654, 404.267, 405.201, 429.541, 454.488, 528.688, 532.941, 537.164, 539.739, 547.993, 563.716, 583.697, 588.531, 597.166, 614.334, 640.301, 642.417, 645.054, 648.187, 650.425, 665.27, 669.046, 672.006, 675.876, 681.584, 692.828, 698.254, 704.903, 707.685, 709.15, 710.548, 714.533, 724.802, 730.223, 761.882, 776.845, 783.727, 788.533, 802.498, 807.576, 810.331, 812.614, 814.656, 816.805, 819.358, 905.432, 907.543, 910.039, 912.155, 914.896, 916.687, 929.432, 933.36, 935.296, 937.944, 944.921, 950.166, 960.531, 996.302, 1002.129, 1008.409, 1012.416, 1015.393, 1020.048, 1023.442, 1026.25, 1028.807, 1032.171, 1033.374, 1038.247, 1042.454, 1051.964, 1066.057, 1069.916, 1073.134, 1076.012, 1076.985, 1079.962, 1082.311, 1083.219, 1092.554, 1094.684, 1096.536, 1098.743, 1101.231, 1102.634, 1104.042, 1105.451, 1106.877, 1108.347, 1109.84, 1111.124, 1113.077, 1117.885, 1125.844, 1267.068, 1269.843, 1272.937, 1275.035, 1278.255, 1295.09, 1348.069, 1377.343, 1404.244, 1521.375, 1525.462, 1533.978, 1573.416, 1616.125, 1638.687, 1642.683, 1660] + [-73.99241, 40.72669] + ], + "timestamps": [ + 268, 382.178, 383.888, 385.456, 388.393, 389.974, 391.432, 394.547, + 397.14, 399.968, 402.654, 404.267, 405.201, 429.541, 454.488, 528.688, + 532.941, 537.164, 539.739, 547.993, 563.716, 583.697, 588.531, 597.166, + 614.334, 640.301, 642.417, 645.054, 648.187, 650.425, 665.27, 669.046, + 672.006, 675.876, 681.584, 692.828, 698.254, 704.903, 707.685, 709.15, + 710.548, 714.533, 724.802, 730.223, 761.882, 776.845, 783.727, 788.533, + 802.498, 807.576, 810.331, 812.614, 814.656, 816.805, 819.358, 905.432, + 907.543, 910.039, 912.155, 914.896, 916.687, 929.432, 933.36, 935.296, + 937.944, 944.921, 950.166, 960.531, 996.302, 1002.129, 1008.409, 1012.416, + 1015.393, 1020.048, 1023.442, 1026.25, 1028.807, 1032.171, 1033.374, + 1038.247, 1042.454, 1051.964, 1066.057, 1069.916, 1073.134, 1076.012, + 1076.985, 1079.962, 1082.311, 1083.219, 1092.554, 1094.684, 1096.536, + 1098.743, 1101.231, 1102.634, 1104.042, 1105.451, 1106.877, 1108.347, + 1109.84, 1111.124, 1113.077, 1117.885, 1125.844, 1267.068, 1269.843, + 1272.937, 1275.035, 1278.255, 1295.09, 1348.069, 1377.343, 1404.244, + 1521.375, 1525.462, 1533.978, 1573.416, 1616.125, 1638.687, 1642.683, 1660 + ] }, { "vendor": 1, @@ -44428,8 +51658,12 @@ [-73.99623, 40.69075], [-73.99236, 40.68968], [-73.99054, 40.68909], - [-73.98916, 40.68861]], - "timestamps": [ 1563, 1580.626, 1581.773, 1588.46, 1620.776, 1656.181, 1664.843, 1746.515, 1785.76, 1815.862] + [-73.98916, 40.68861] + ], + "timestamps": [ + 1563, 1580.626, 1581.773, 1588.46, 1620.776, 1656.181, 1664.843, 1746.515, + 1785.76, 1815.862 + ] }, { "vendor": 0, @@ -44449,8 +51683,13 @@ [-73.99099, 40.72372], [-73.99283, 40.72005], [-73.9929, 40.7199], - [-73.99217, 40.71967]], - "timestamps": [ 581, 666.241, 673.371, 734.25, 736.351, 829.814, 895.902, 982.556, 1461.174, 1575.012, 1582.973, 1588.695, 1592.885, 1774.468, 1781.827, 1810.916] + [-73.99217, 40.71967] + ], + "timestamps": [ + 581, 666.241, 673.371, 734.25, 736.351, 829.814, 895.902, 982.556, + 1461.174, 1575.012, 1582.973, 1588.695, 1592.885, 1774.468, 1781.827, + 1810.916 + ] }, { "vendor": 1, @@ -44495,8 +51734,16 @@ [-73.98121, 40.7013], [-73.98476, 40.70143], [-73.98671, 40.70153], - [-73.98671, 40.70157]], - "timestamps": [ 1097, 1128.252, 1146.023, 1173.841, 1177.346, 1180.227, 1183.215, 1219.185, 1223.089, 1225.245, 1236.828, 1246.292, 1294.217, 1298.192, 1306.801, 1311.223, 1315.11, 1346.61, 1349.452, 1352.719, 1358.83, 1407.058, 1424.617, 1456.948, 1472.035, 1488.717, 1491.462, 1507.599, 1520.531, 1530.842, 1536.697, 1549.084, 1550.962, 1552.948, 1555.631, 1557.173, 1559.718, 1562.167, 1610.399, 1636.922, 1638] + [-73.98671, 40.70157] + ], + "timestamps": [ + 1097, 1128.252, 1146.023, 1173.841, 1177.346, 1180.227, 1183.215, + 1219.185, 1223.089, 1225.245, 1236.828, 1246.292, 1294.217, 1298.192, + 1306.801, 1311.223, 1315.11, 1346.61, 1349.452, 1352.719, 1358.83, + 1407.058, 1424.617, 1456.948, 1472.035, 1488.717, 1491.462, 1507.599, + 1520.531, 1530.842, 1536.697, 1549.084, 1550.962, 1552.948, 1555.631, + 1557.173, 1559.718, 1562.167, 1610.399, 1636.922, 1638 + ] }, { "vendor": 1, @@ -44549,8 +51796,17 @@ [-73.98121, 40.7013], [-73.98476, 40.70143], [-73.98671, 40.70153], - [-73.98668, 40.7023]], - "timestamps": [ 584, 594.051, 605.295, 607.566, 644.441, 649.279, 651.27, 668.498, 725.442, 735.979, 753.357, 780.562, 783.989, 786.807, 789.728, 822.741, 826.324, 828.302, 838.933, 847.619, 891.603, 895.252, 903.153, 907.212, 910.778, 939.689, 942.297, 945.296, 950.904, 995.166, 1011.282, 1040.954, 1054.801, 1070.111, 1072.63, 1087.441, 1099.31, 1108.772, 1114.146, 1125.515, 1127.238, 1129.061, 1131.523, 1132.939, 1135.274, 1137.522, 1181.788, 1206.131, 1218] + [-73.98668, 40.7023] + ], + "timestamps": [ + 584, 594.051, 605.295, 607.566, 644.441, 649.279, 651.27, 668.498, + 725.442, 735.979, 753.357, 780.562, 783.989, 786.807, 789.728, 822.741, + 826.324, 828.302, 838.933, 847.619, 891.603, 895.252, 903.153, 907.212, + 910.778, 939.689, 942.297, 945.296, 950.904, 995.166, 1011.282, 1040.954, + 1054.801, 1070.111, 1072.63, 1087.441, 1099.31, 1108.772, 1114.146, + 1125.515, 1127.238, 1129.061, 1131.523, 1132.939, 1135.274, 1137.522, + 1181.788, 1206.131, 1218 + ] }, { "vendor": 0, @@ -44579,8 +51835,14 @@ [-73.97123, 40.76848], [-73.97087, 40.7683], [-73.97028, 40.76802], - [-73.95923, 40.76336]], - "timestamps": [ 984, 992.733, 1023.917, 1069.585, 1083.7, 1094.037, 1194.076, 1296.057, 1392.712, 1395.049, 1397.294, 1399.98, 1403.374, 1405.409, 1407.865, 1454.498, 1458.642, 1463.893, 1470.307, 1475.323, 1486.734, 1492.27, 1507.638, 1532.442, 1829.912] + [-73.95923, 40.76336] + ], + "timestamps": [ + 984, 992.733, 1023.917, 1069.585, 1083.7, 1094.037, 1194.076, 1296.057, + 1392.712, 1395.049, 1397.294, 1399.98, 1403.374, 1405.409, 1407.865, + 1454.498, 1458.642, 1463.893, 1470.307, 1475.323, 1486.734, 1492.27, + 1507.638, 1532.442, 1829.912 + ] }, { "vendor": 0, @@ -44588,8 +51850,9 @@ [-73.95249, 40.77989], [-73.95079, 40.77917], [-73.94842, 40.77817], - [-73.94674, 40.78047]], - "timestamps": [ 1627, 1691.441, 1781.201, 1846.392] + [-73.94674, 40.78047] + ], + "timestamps": [1627, 1691.441, 1781.201, 1846.392] }, { "vendor": 0, @@ -44672,8 +51935,20 @@ [-73.98894, 40.7424], [-73.98901, 40.74231], [-73.98892, 40.74222], - [-73.98892, 40.74211]], - "timestamps": [ 505, 506.037, 523.517, 525.527, 533.804, 534.414, 535.913, 538.105, 540.882, 542.985, 543.962, 545.963, 547.611, 549.236, 558.494, 574.023, 583.184, 586.286, 605.473, 609.931, 614.427, 615.972, 617.576, 619.515, 622.415, 623.417, 625.201, 627.397, 628.818, 645.981, 653.161, 657.514, 661.034, 662.81, 666.608, 678.454, 682.583, 684.34, 687.082, 702.716, 704.386, 706.141, 707.869, 709.988, 716.189, 717.95, 720.792, 722.734, 726.242, 729.33, 734.322, 737.314, 740.39, 748.184, 754.141, 756.562, 759.556, 764.025, 765.272, 845.558, 852.208, 855.801, 857.558, 860.015, 908.952, 973.234, 975.136, 996.729, 997.768, 1040.975, 1068.203, 1095.499, 1110.638, 1125.332, 1155.166, 1179.539, 1180.885, 1182.969, 1185] + [-73.98892, 40.74211] + ], + "timestamps": [ + 505, 506.037, 523.517, 525.527, 533.804, 534.414, 535.913, 538.105, + 540.882, 542.985, 543.962, 545.963, 547.611, 549.236, 558.494, 574.023, + 583.184, 586.286, 605.473, 609.931, 614.427, 615.972, 617.576, 619.515, + 622.415, 623.417, 625.201, 627.397, 628.818, 645.981, 653.161, 657.514, + 661.034, 662.81, 666.608, 678.454, 682.583, 684.34, 687.082, 702.716, + 704.386, 706.141, 707.869, 709.988, 716.189, 717.95, 720.792, 722.734, + 726.242, 729.33, 734.322, 737.314, 740.39, 748.184, 754.141, 756.562, + 759.556, 764.025, 765.272, 845.558, 852.208, 855.801, 857.558, 860.015, + 908.952, 973.234, 975.136, 996.729, 997.768, 1040.975, 1068.203, 1095.499, + 1110.638, 1125.332, 1155.166, 1179.539, 1180.885, 1182.969, 1185 + ] }, { "vendor": 0, @@ -44690,8 +51965,12 @@ [-73.95658, 40.69678], [-73.96062, 40.69631], [-73.96158, 40.6962], - [-73.96189, 40.69761]], - "timestamps": [ 1093, 1127.3, 1163.092, 1234.677, 1267.85, 1277.885, 1282.4, 1297.584, 1609.55, 1650.761, 1737.527, 1758.137, 1805.044] + [-73.96189, 40.69761] + ], + "timestamps": [ + 1093, 1127.3, 1163.092, 1234.677, 1267.85, 1277.885, 1282.4, 1297.584, + 1609.55, 1650.761, 1737.527, 1758.137, 1805.044 + ] }, { "vendor": 0, @@ -44710,8 +51989,13 @@ [-73.94114, 40.70028], [-73.94193, 40.70072], [-73.94439, 40.70042], - [-73.95009, 40.69979]], - "timestamps": [ 1231, 1270.096, 1405.796, 1471.198, 1492.349, 1514.027, 1551.363, 1564.281, 1573.327, 1608.272, 1638.098, 1666.028, 1681.435, 1720.631, 1811.248] + [-73.95009, 40.69979] + ], + "timestamps": [ + 1231, 1270.096, 1405.796, 1471.198, 1492.349, 1514.027, 1551.363, + 1564.281, 1573.327, 1608.272, 1638.098, 1666.028, 1681.435, 1720.631, + 1811.248 + ] }, { "vendor": 0, @@ -44750,8 +52034,15 @@ [-73.99734, 40.73666], [-73.99683, 40.73736], [-73.99968, 40.73855], - [-73.99991, 40.73822]], - "timestamps": [ 53, 58.043, 69.368, 79.711, 90.984, 93.066, 113.397, 116.992, 124.923, 129.794, 158.764, 165.192, 173.433, 183.217, 189.345, 193.461, 205.974, 229.777, 258.862, 299.965, 350.799, 437.826, 443.652, 466.689, 485.945, 509.694, 521.56, 588.838, 635.083, 667.405, 689.769, 785.592, 797.577, 844.322, 850.999] + [-73.99991, 40.73822] + ], + "timestamps": [ + 53, 58.043, 69.368, 79.711, 90.984, 93.066, 113.397, 116.992, 124.923, + 129.794, 158.764, 165.192, 173.433, 183.217, 189.345, 193.461, 205.974, + 229.777, 258.862, 299.965, 350.799, 437.826, 443.652, 466.689, 485.945, + 509.694, 521.56, 588.838, 635.083, 667.405, 689.769, 785.592, 797.577, + 844.322, 850.999 + ] }, { "vendor": 0, @@ -44779,8 +52070,14 @@ [-73.97745, 40.68405], [-73.97827, 40.6852], [-73.97908, 40.68627], - [-73.97957, 40.68698]], - "timestamps": [ 1078, 1085.918, 1168.853, 1236.374, 1283.797, 1331.143, 1351.901, 1372.577, 1385.109, 1435.927, 1457.535, 1470.338, 1481.855, 1490.212, 1493.611, 1499.276, 1607.574, 1660.399, 1663.669, 1684.136, 1695.661, 1739.259, 1780.403, 1807.126] + [-73.97957, 40.68698] + ], + "timestamps": [ + 1078, 1085.918, 1168.853, 1236.374, 1283.797, 1331.143, 1351.901, + 1372.577, 1385.109, 1435.927, 1457.535, 1470.338, 1481.855, 1490.212, + 1493.611, 1499.276, 1607.574, 1660.399, 1663.669, 1684.136, 1695.661, + 1739.259, 1780.403, 1807.126 + ] }, { "vendor": 0, @@ -44808,8 +52105,14 @@ [-73.98925, 40.74221], [-73.98929, 40.74204], [-73.98931, 40.74192], - [-73.99504, 40.73403]], - "timestamps": [ 1426, 1428.043, 1484.243, 1503.974, 1514.157, 1524.093, 1527.579, 1529.573, 1535.146, 1537.141, 1539.495, 1550.306, 1552.682, 1554.975, 1560.547, 1561.739, 1563.955, 1642.255, 1682.546, 1683.496, 1685.193, 1690.805, 1694.736, 1806.77] + [-73.99504, 40.73403] + ], + "timestamps": [ + 1426, 1428.043, 1484.243, 1503.974, 1514.157, 1524.093, 1527.579, + 1529.573, 1535.146, 1537.141, 1539.495, 1550.306, 1552.682, 1554.975, + 1560.547, 1561.739, 1563.955, 1642.255, 1682.546, 1683.496, 1685.193, + 1690.805, 1694.736, 1806.77 + ] }, { "vendor": 0, @@ -44846,8 +52149,14 @@ [-74.01662, 40.70813], [-74.01774, 40.70658], [-74.01789, 40.70626], - [-74.01791, 40.70621]], - "timestamps": [ 18, 21.001, 28.204, 37.51, 109.133, 179.706, 252.124, 288.85, 308.216, 381.36, 423.686, 430.207, 435.033, 505.923, 620.468, 625.259, 701.108, 717.934, 875.704, 888.649, 951.434, 976.467, 1028.194, 1071.484, 1083.518, 1125.212, 1149.272, 1181.305, 1202.712, 1222.764, 1296.623, 1310.816, 1313] + [-74.01791, 40.70621] + ], + "timestamps": [ + 18, 21.001, 28.204, 37.51, 109.133, 179.706, 252.124, 288.85, 308.216, + 381.36, 423.686, 430.207, 435.033, 505.923, 620.468, 625.259, 701.108, + 717.934, 875.704, 888.649, 951.434, 976.467, 1028.194, 1071.484, 1083.518, + 1125.212, 1149.272, 1181.305, 1202.712, 1222.764, 1296.623, 1310.816, 1313 + ] }, { "vendor": 0, @@ -44921,8 +52230,20 @@ [-73.9779, 40.71208], [-73.97772, 40.71231], [-73.97614, 40.71531], - [-73.97553, 40.71658]], - "timestamps": [ 994, 1023.391, 1031.995, 1055.859, 1064.563, 1080.129, 1247.245, 1256.352, 1258.211, 1290.729, 1299.03, 1300.861, 1302.351, 1305.776, 1307.354, 1311.048, 1317.389, 1320.445, 1328.231, 1349.624, 1480.378, 1498.801, 1500.011, 1502.788, 1503.967, 1504.931, 1506.635, 1507.672, 1508.672, 1509.651, 1510.695, 1511.674, 1513.006, 1513.524, 1518.723, 1523.85, 1528.851, 1531.919, 1555.733, 1558.268, 1560.085, 1565.74, 1566.437, 1569.338, 1572.336, 1573.675, 1576.445, 1579.5, 1580.623, 1587.728, 1592.139, 1600.242, 1606.484, 1622.099, 1636.31, 1641.256, 1669.311, 1698.964, 1711.194, 1732.483, 1735.193, 1738.005, 1741.407, 1746.493, 1748.249, 1751.379, 1755.23, 1757.722, 1787.823, 1800.417] + [-73.97553, 40.71658] + ], + "timestamps": [ + 994, 1023.391, 1031.995, 1055.859, 1064.563, 1080.129, 1247.245, 1256.352, + 1258.211, 1290.729, 1299.03, 1300.861, 1302.351, 1305.776, 1307.354, + 1311.048, 1317.389, 1320.445, 1328.231, 1349.624, 1480.378, 1498.801, + 1500.011, 1502.788, 1503.967, 1504.931, 1506.635, 1507.672, 1508.672, + 1509.651, 1510.695, 1511.674, 1513.006, 1513.524, 1518.723, 1523.85, + 1528.851, 1531.919, 1555.733, 1558.268, 1560.085, 1565.74, 1566.437, + 1569.338, 1572.336, 1573.675, 1576.445, 1579.5, 1580.623, 1587.728, + 1592.139, 1600.242, 1606.484, 1622.099, 1636.31, 1641.256, 1669.311, + 1698.964, 1711.194, 1732.483, 1735.193, 1738.005, 1741.407, 1746.493, + 1748.249, 1751.379, 1755.23, 1757.722, 1787.823, 1800.417 + ] }, { "vendor": 0, @@ -45002,8 +52323,20 @@ [-74.0014, 40.72255], [-74.00036, 40.72379], [-73.99891, 40.72307], - [-73.99886, 40.72304]], - "timestamps": [ 127, 131.09, 144.989, 155.636, 200.636, 249.938, 262, 289.473, 301.545, 311.649, 314.835, 318.012, 321.458, 329.153, 335.093, 345.181, 352.182, 363.641, 403.185, 409.627, 416.57, 421, 424.291, 429.437, 433.189, 436.293, 439.12, 442.838, 444.169, 449.556, 454.206, 464.72, 480.3, 484.566, 488.123, 491.305, 492.38, 495.672, 498.268, 499.272, 508.829, 511.01, 512.906, 515.164, 517.712, 519.148, 520.589, 522.031, 523.491, 524.996, 526.524, 527.84, 529.839, 534.761, 542.909, 687.48, 690.321, 693.488, 695.636, 709.748, 718.475, 721.297, 724.216, 789.516, 794.68, 806.643, 826.545, 877.765, 908.363, 940.391, 959.682, 978.91, 996.999, 1054.272, 1100.306, 1102] + [-73.99886, 40.72304] + ], + "timestamps": [ + 127, 131.09, 144.989, 155.636, 200.636, 249.938, 262, 289.473, 301.545, + 311.649, 314.835, 318.012, 321.458, 329.153, 335.093, 345.181, 352.182, + 363.641, 403.185, 409.627, 416.57, 421, 424.291, 429.437, 433.189, + 436.293, 439.12, 442.838, 444.169, 449.556, 454.206, 464.72, 480.3, + 484.566, 488.123, 491.305, 492.38, 495.672, 498.268, 499.272, 508.829, + 511.01, 512.906, 515.164, 517.712, 519.148, 520.589, 522.031, 523.491, + 524.996, 526.524, 527.84, 529.839, 534.761, 542.909, 687.48, 690.321, + 693.488, 695.636, 709.748, 718.475, 721.297, 724.216, 789.516, 794.68, + 806.643, 826.545, 877.765, 908.363, 940.391, 959.682, 978.91, 996.999, + 1054.272, 1100.306, 1102 + ] }, { "vendor": 0, @@ -45018,8 +52351,12 @@ [-73.98721, 40.72362], [-73.98796, 40.72394], [-73.98487, 40.72819], - [-73.98078, 40.73376]], - "timestamps": [ 1413, 1413, 1436.7, 1483.051, 1486.89, 1510.401, 1514.773, 1652.634, 1669.525, 1767.927, 1897.189] + [-73.98078, 40.73376] + ], + "timestamps": [ + 1413, 1413, 1436.7, 1483.051, 1486.89, 1510.401, 1514.773, 1652.634, + 1669.525, 1767.927, 1897.189 + ] }, { "vendor": 0, @@ -45050,8 +52387,14 @@ [-73.99047, 40.71934], [-73.99231, 40.71989], [-73.99283, 40.72005], - [-73.99105, 40.72359]], - "timestamps": [ 994, 1004.467, 1138.458, 1156.114, 1192.372, 1215.308, 1267.644, 1324.467, 1327.028, 1333.548, 1335.174, 1336.862, 1339.461, 1342.974, 1348.392, 1377.439, 1388.445, 1397.955, 1541.436, 1554.747, 1580.094, 1605.86, 1652.865, 1700.962, 1757.128, 1773.065, 1887.052] + [-73.99105, 40.72359] + ], + "timestamps": [ + 994, 1004.467, 1138.458, 1156.114, 1192.372, 1215.308, 1267.644, 1324.467, + 1327.028, 1333.548, 1335.174, 1336.862, 1339.461, 1342.974, 1348.392, + 1377.439, 1388.445, 1397.955, 1541.436, 1554.747, 1580.094, 1605.86, + 1652.865, 1700.962, 1757.128, 1773.065, 1887.052 + ] }, { "vendor": 0, @@ -45080,8 +52423,14 @@ [-74.01463, 40.71047], [-74.01435, 40.71124], [-74.01403, 40.71274], - [-74.0138, 40.71337]], - "timestamps": [ 1586, 1587.157, 1602.198, 1614.185, 1617.819, 1655.245, 1658.316, 1672.109, 1679.141, 1688.974, 1698.484, 1701.128, 1703.139, 1719.641, 1726.068, 1739.89, 1754.948, 1758.29, 1762.573, 1767.659, 1771.903, 1774.754, 1783.42, 1799.907, 1807] + [-74.0138, 40.71337] + ], + "timestamps": [ + 1586, 1587.157, 1602.198, 1614.185, 1617.819, 1655.245, 1658.316, + 1672.109, 1679.141, 1688.974, 1698.484, 1701.128, 1703.139, 1719.641, + 1726.068, 1739.89, 1754.948, 1758.29, 1762.573, 1767.659, 1771.903, + 1774.754, 1783.42, 1799.907, 1807 + ] }, { "vendor": 0, @@ -45117,8 +52466,15 @@ [-74.00512, 40.70885], [-74.00547, 40.70909], [-74.00643, 40.70955], - [-74.00625, 40.70973]], - "timestamps": [ 989, 996.145, 1050.833, 1056.171, 1079.971, 1089.031, 1151.222, 1175.546, 1238.361, 1248.48, 1286.349, 1325.898, 1327.714, 1334.04, 1348.289, 1372.019, 1378.213, 1383.452, 1453.832, 1456.34, 1462.055, 1482.664, 1494.93, 1517.948, 1539.216, 1556.382, 1560.847, 1608.965, 1612.599, 1625.045, 1654.995, 1665] + [-74.00625, 40.70973] + ], + "timestamps": [ + 989, 996.145, 1050.833, 1056.171, 1079.971, 1089.031, 1151.222, 1175.546, + 1238.361, 1248.48, 1286.349, 1325.898, 1327.714, 1334.04, 1348.289, + 1372.019, 1378.213, 1383.452, 1453.832, 1456.34, 1462.055, 1482.664, + 1494.93, 1517.948, 1539.216, 1556.382, 1560.847, 1608.965, 1612.599, + 1625.045, 1654.995, 1665 + ] }, { "vendor": 0, @@ -45127,8 +52483,9 @@ [-73.97574, 40.72847], [-73.97569, 40.72845], [-73.97543, 40.72884], - [-73.97474, 40.72977]], - "timestamps": [ 1756, 1759.115, 1760.402, 1772.34, 1801.489] + [-73.97474, 40.72977] + ], + "timestamps": [1756, 1759.115, 1760.402, 1772.34, 1801.489] }, { "vendor": 0, @@ -45156,8 +52513,13 @@ [-74.01456, 40.71151], [-74.01464, 40.71113], [-74.01477, 40.71117], - [-74.01497, 40.71125]], - "timestamps": [ 631, 646.187, 680.36, 695.277, 701.244, 730.84, 742.338, 745.641, 754.824, 774.019, 782.879, 787.593, 846.103, 953.824, 997.409, 1005.903, 1020.191, 1037.278, 1057.062, 1084.724, 1111.476, 1118.913, 1125.455, 1136] + [-74.01497, 40.71125] + ], + "timestamps": [ + 631, 646.187, 680.36, 695.277, 701.244, 730.84, 742.338, 745.641, 754.824, + 774.019, 782.879, 787.593, 846.103, 953.824, 997.409, 1005.903, 1020.191, + 1037.278, 1057.062, 1084.724, 1111.476, 1118.913, 1125.455, 1136 + ] }, { "vendor": 0, @@ -45189,8 +52551,14 @@ [-73.9466, 40.77139], [-73.94793, 40.77001], [-73.94914, 40.7687], - [-73.94976, 40.76789]], - "timestamps": [ 1475, 1519.509, 1524.846, 1604.138, 1644.846, 1646.417, 1651.647, 1652.976, 1658.469, 1665.153, 1677.608, 1683.126, 1688.198, 1692.706, 1694.922, 1699.021, 1702.805, 1705.367, 1709.452, 1713.932, 1718.618, 1740.862, 1746.82, 1753.571, 1759.851, 1777.774, 1794.546, 1804.368] + [-73.94976, 40.76789] + ], + "timestamps": [ + 1475, 1519.509, 1524.846, 1604.138, 1644.846, 1646.417, 1651.647, + 1652.976, 1658.469, 1665.153, 1677.608, 1683.126, 1688.198, 1692.706, + 1694.922, 1699.021, 1702.805, 1705.367, 1709.452, 1713.932, 1718.618, + 1740.862, 1746.82, 1753.571, 1759.851, 1777.774, 1794.546, 1804.368 + ] }, { "vendor": 0, @@ -45374,8 +52742,35 @@ [-73.87021, 40.77322], [-73.87052, 40.77332], [-73.87069, 40.77342], - [-73.87098, 40.77363]], - "timestamps": [ 401, 436.4, 450.346, 486.819, 513.565, 536.572, 544.747, 564.508, 568.229, 573.894, 582.769, 599.349, 655.022, 693.68, 725.798, 736.504, 771.57, 808.698, 841.467, 846.187, 872.272, 895.533, 910.789, 924.497, 954.425, 989.138, 1016.592, 1024.262, 1055.17, 1057.257, 1068.363, 1146.526, 1149.772, 1150.905, 1153.531, 1155.854, 1167.263, 1168.984, 1170.771, 1172.503, 1174.175, 1175.919, 1177.541, 1179.095, 1180.55, 1187.382, 1189.292, 1190.996, 1194.706, 1198.387, 1202.337, 1211.01, 1215.601, 1220.039, 1233.572, 1253.887, 1264.561, 1266.577, 1275.359, 1277.625, 1289.667, 1291.179, 1293.542, 1295.376, 1316.275, 1318.235, 1320.829, 1324.782, 1342.192, 1344.757, 1349.972, 1355.403, 1362.95, 1365.438, 1368.058, 1370.666, 1373.279, 1375.543, 1377.859, 1380.196, 1382.641, 1384.623, 1389.829, 1394.933, 1398.43, 1402.24, 1413.594, 1450.189, 1452.947, 1455.614, 1458.313, 1460.794, 1469.418, 1477.292, 1485.381, 1488.152, 1490.776, 1493.624, 1500.4, 1509.492, 1523.643, 1527.994, 1529.12, 1531.063, 1533.988, 1535.778, 1537.506, 1539.937, 1541.986, 1543.371, 1549.326, 1564, 1567.07, 1569.637, 1574.655, 1577.776, 1579.831, 1581.557, 1583.499, 1589.639, 1593.887, 1600.394, 1602.469, 1608.103, 1611.876, 1614.513, 1616.312, 1621.115, 1641.671, 1647.814, 1649.473, 1651.084, 1653.705, 1655.724, 1657.603, 1659.393, 1662.797, 1664.1, 1665.394, 1666.777, 1668.084, 1669.286, 1671.352, 1677.437, 1682.035, 1686.143, 1692.647, 1699.179, 1704.292, 1709.512, 1714.641, 1717.27, 1719.894, 1725.045, 1727.638, 1730.317, 1732.352, 1734.367, 1736.367, 1738.532, 1740.432, 1742.27, 1742.998, 1755.721, 1767.81, 1769.285, 1772.5, 1774.241, 1775.887, 1777.321, 1779.25, 1780.981, 1783.457, 1787.205, 1788.434, 1790.551, 1791.256, 1793.417, 1798.853, 1808.985] + [-73.87098, 40.77363] + ], + "timestamps": [ + 401, 436.4, 450.346, 486.819, 513.565, 536.572, 544.747, 564.508, 568.229, + 573.894, 582.769, 599.349, 655.022, 693.68, 725.798, 736.504, 771.57, + 808.698, 841.467, 846.187, 872.272, 895.533, 910.789, 924.497, 954.425, + 989.138, 1016.592, 1024.262, 1055.17, 1057.257, 1068.363, 1146.526, + 1149.772, 1150.905, 1153.531, 1155.854, 1167.263, 1168.984, 1170.771, + 1172.503, 1174.175, 1175.919, 1177.541, 1179.095, 1180.55, 1187.382, + 1189.292, 1190.996, 1194.706, 1198.387, 1202.337, 1211.01, 1215.601, + 1220.039, 1233.572, 1253.887, 1264.561, 1266.577, 1275.359, 1277.625, + 1289.667, 1291.179, 1293.542, 1295.376, 1316.275, 1318.235, 1320.829, + 1324.782, 1342.192, 1344.757, 1349.972, 1355.403, 1362.95, 1365.438, + 1368.058, 1370.666, 1373.279, 1375.543, 1377.859, 1380.196, 1382.641, + 1384.623, 1389.829, 1394.933, 1398.43, 1402.24, 1413.594, 1450.189, + 1452.947, 1455.614, 1458.313, 1460.794, 1469.418, 1477.292, 1485.381, + 1488.152, 1490.776, 1493.624, 1500.4, 1509.492, 1523.643, 1527.994, + 1529.12, 1531.063, 1533.988, 1535.778, 1537.506, 1539.937, 1541.986, + 1543.371, 1549.326, 1564, 1567.07, 1569.637, 1574.655, 1577.776, 1579.831, + 1581.557, 1583.499, 1589.639, 1593.887, 1600.394, 1602.469, 1608.103, + 1611.876, 1614.513, 1616.312, 1621.115, 1641.671, 1647.814, 1649.473, + 1651.084, 1653.705, 1655.724, 1657.603, 1659.393, 1662.797, 1664.1, + 1665.394, 1666.777, 1668.084, 1669.286, 1671.352, 1677.437, 1682.035, + 1686.143, 1692.647, 1699.179, 1704.292, 1709.512, 1714.641, 1717.27, + 1719.894, 1725.045, 1727.638, 1730.317, 1732.352, 1734.367, 1736.367, + 1738.532, 1740.432, 1742.27, 1742.998, 1755.721, 1767.81, 1769.285, + 1772.5, 1774.241, 1775.887, 1777.321, 1779.25, 1780.981, 1783.457, + 1787.205, 1788.434, 1790.551, 1791.256, 1793.417, 1798.853, 1808.985 + ] }, { "vendor": 0, @@ -45425,8 +52820,17 @@ [-73.98668, 40.73397], [-73.98621, 40.73461], [-73.98578, 40.7352], - [-73.99042, 40.73714]], - "timestamps": [ 730, 808.58, 818.712, 887.502, 890.64, 897.848, 902.662, 904.367, 912.027, 930.59, 935.866, 950.528, 955.943, 981.552, 991.21, 991.21, 992.762, 996.039, 998.32, 1003.611, 1006.287, 1008.929, 1012.156, 1032.73, 1040.429, 1046.443, 1107.155, 1114.051, 1148.922, 1191.686, 1194.54, 1197.083, 1198.207, 1320.373, 1325.116, 1330.201, 1355.919, 1430.942, 1445.864, 1627.134, 1628.218, 1711.943, 1714.467, 1725.375, 1735.413, 1842.667] + [-73.99042, 40.73714] + ], + "timestamps": [ + 730, 808.58, 818.712, 887.502, 890.64, 897.848, 902.662, 904.367, 912.027, + 930.59, 935.866, 950.528, 955.943, 981.552, 991.21, 991.21, 992.762, + 996.039, 998.32, 1003.611, 1006.287, 1008.929, 1012.156, 1032.73, + 1040.429, 1046.443, 1107.155, 1114.051, 1148.922, 1191.686, 1194.54, + 1197.083, 1198.207, 1320.373, 1325.116, 1330.201, 1355.919, 1430.942, + 1445.864, 1627.134, 1628.218, 1711.943, 1714.467, 1725.375, 1735.413, + 1842.667 + ] }, { "vendor": 0, @@ -45485,8 +52889,17 @@ [-73.98612, 40.69619], [-73.98709, 40.69623], [-73.98712, 40.69568], - [-73.98713, 40.69555]], - "timestamps": [ 51, 85.06, 169.636, 191.331, 290.226, 481.187, 497.879, 540.732, 553.025, 557.827, 578.263, 580.988, 582.036, 585.669, 588.117, 590.933, 595.053, 599.405, 601.223, 604.926, 608.999, 610.962, 613.714, 669.474, 676.933, 685.087, 687.444, 688.909, 690.362, 692.68, 693.532, 694.07, 696.125, 698.317, 699.958, 702.258, 704.053, 705.633, 706.477, 707.917, 709.418, 711.353, 714.867, 718.371, 721.128, 724.637, 730.856, 734.45, 741.247, 752.383, 762.559, 839.014, 863.013, 875.132, 878] + [-73.98713, 40.69555] + ], + "timestamps": [ + 51, 85.06, 169.636, 191.331, 290.226, 481.187, 497.879, 540.732, 553.025, + 557.827, 578.263, 580.988, 582.036, 585.669, 588.117, 590.933, 595.053, + 599.405, 601.223, 604.926, 608.999, 610.962, 613.714, 669.474, 676.933, + 685.087, 687.444, 688.909, 690.362, 692.68, 693.532, 694.07, 696.125, + 698.317, 699.958, 702.258, 704.053, 705.633, 706.477, 707.917, 709.418, + 711.353, 714.867, 718.371, 721.128, 724.637, 730.856, 734.45, 741.247, + 752.383, 762.559, 839.014, 863.013, 875.132, 878 + ] }, { "vendor": 0, @@ -45532,8 +52945,16 @@ [-74.01739, 40.70845], [-74.01666, 40.70949], [-74.01646, 40.70985], - [-74.01598, 40.71109]], - "timestamps": [ 1282, 1386.403, 1414.949, 1419.976, 1441.904, 1456.562, 1460.509, 1489.517, 1492.39, 1509.005, 1525.854, 1535.24, 1577.281, 1581.82, 1588.088, 1593.772, 1606.824, 1609.582, 1613.392, 1617.945, 1623.507, 1631.712, 1632.98, 1637.43, 1641.419, 1644.161, 1648.831, 1652.022, 1655.53, 1659.274, 1663.135, 1666.961, 1671.793, 1676.736, 1684.849, 1710.162, 1727.066, 1740.563, 1743.057, 1781.322, 1794.009, 1835.984] + [-74.01598, 40.71109] + ], + "timestamps": [ + 1282, 1386.403, 1414.949, 1419.976, 1441.904, 1456.562, 1460.509, + 1489.517, 1492.39, 1509.005, 1525.854, 1535.24, 1577.281, 1581.82, + 1588.088, 1593.772, 1606.824, 1609.582, 1613.392, 1617.945, 1623.507, + 1631.712, 1632.98, 1637.43, 1641.419, 1644.161, 1648.831, 1652.022, + 1655.53, 1659.274, 1663.135, 1666.961, 1671.793, 1676.736, 1684.849, + 1710.162, 1727.066, 1740.563, 1743.057, 1781.322, 1794.009, 1835.984 + ] }, { "vendor": 0, @@ -45576,8 +52997,15 @@ [-73.98728, 40.75045], [-73.98792, 40.75072], [-73.99013, 40.75165], - [-73.99044, 40.75124]], - "timestamps": [ 559, 571.153, 573.854, 614.365, 680.606, 684.584, 705.635, 713.814, 716.163, 722.695, 736.348, 742.65, 745.268, 777.76, 801.721, 889.174, 895.243, 904.171, 909.465, 916.298, 946.882, 969.556, 970.896, 974.4, 976.67, 992.63, 999.021, 1005.071, 1029.685, 1084.817, 1125.522, 1129.208, 1153.686, 1167.443, 1570.676, 1571.78, 1585.432, 1632.547, 1642] + [-73.99044, 40.75124] + ], + "timestamps": [ + 559, 571.153, 573.854, 614.365, 680.606, 684.584, 705.635, 713.814, + 716.163, 722.695, 736.348, 742.65, 745.268, 777.76, 801.721, 889.174, + 895.243, 904.171, 909.465, 916.298, 946.882, 969.556, 970.896, 974.4, + 976.67, 992.63, 999.021, 1005.071, 1029.685, 1084.817, 1125.522, 1129.208, + 1153.686, 1167.443, 1570.676, 1571.78, 1585.432, 1632.547, 1642 + ] }, { "vendor": 0, @@ -45596,8 +53024,12 @@ [-73.99806, 40.71958], [-73.9973, 40.71932], [-73.99682, 40.72048], - [-73.99679, 40.72057]], - "timestamps": [ 197, 206.11, 242.551, 275.348, 289.909, 291.629, 307.991, 342.769, 356.43, 370.709, 394.412, 402.313, 414.736, 450.285, 453] + [-73.99679, 40.72057] + ], + "timestamps": [ + 197, 206.11, 242.551, 275.348, 289.909, 291.629, 307.991, 342.769, 356.43, + 370.709, 394.412, 402.313, 414.736, 450.285, 453 + ] }, { "vendor": 0, @@ -45618,8 +53050,13 @@ [-73.99944, 40.71732], [-73.99993, 40.71654], [-74.00081, 40.71692], - [-74.00076, 40.71699]], - "timestamps": [ 1276, 1292.132, 1297.208, 1334.37, 1345.525, 1355.916, 1459.867, 1462.084, 1483.183, 1562.164, 1571.908, 1610.471, 1623.414, 1628.481, 1646.642, 1680.98, 1683] + [-74.00076, 40.71699] + ], + "timestamps": [ + 1276, 1292.132, 1297.208, 1334.37, 1345.525, 1355.916, 1459.867, 1462.084, + 1483.183, 1562.164, 1571.908, 1610.471, 1623.414, 1628.481, 1646.642, + 1680.98, 1683 + ] }, { "vendor": 0, @@ -45680,8 +53117,18 @@ [-73.9903, 40.68966], [-73.99068, 40.68913], [-73.99009, 40.68893], - [-73.98964, 40.68878]], - "timestamps": [ 846, 851.759, 912.067, 972.506, 981.576, 984.787, 985.658, 992.031, 1006.385, 1030.291, 1035.13, 1047.74, 1066.591, 1089.046, 1093.589, 1096.145, 1114.407, 1117.834, 1125.787, 1128.965, 1131.431, 1138.403, 1142.571, 1147.041, 1152.858, 1158.432, 1162.751, 1167.148, 1169.773, 1171.059, 1172.499, 1174.649, 1177.568, 1188.344, 1191.547, 1309.149, 1317.871, 1329.238, 1331.576, 1338.899, 1341.771, 1343.815, 1346.031, 1347.254, 1352.802, 1355.682, 1358.562, 1407.614, 1499.723, 1519.307, 1523.278, 1527.016, 1554.279, 1590.477, 1604.764, 1621.937, 1635] + [-73.98964, 40.68878] + ], + "timestamps": [ + 846, 851.759, 912.067, 972.506, 981.576, 984.787, 985.658, 992.031, + 1006.385, 1030.291, 1035.13, 1047.74, 1066.591, 1089.046, 1093.589, + 1096.145, 1114.407, 1117.834, 1125.787, 1128.965, 1131.431, 1138.403, + 1142.571, 1147.041, 1152.858, 1158.432, 1162.751, 1167.148, 1169.773, + 1171.059, 1172.499, 1174.649, 1177.568, 1188.344, 1191.547, 1309.149, + 1317.871, 1329.238, 1331.576, 1338.899, 1341.771, 1343.815, 1346.031, + 1347.254, 1352.802, 1355.682, 1358.562, 1407.614, 1499.723, 1519.307, + 1523.278, 1527.016, 1554.279, 1590.477, 1604.764, 1621.937, 1635 + ] }, { "vendor": 0, @@ -45728,8 +53175,16 @@ [-73.99039, 40.71932], [-73.99047, 40.71934], [-73.991, 40.71829], - [-73.99142, 40.71741]], - "timestamps": [ 1382, 1406.05, 1436.161, 1443.639, 1448.301, 1450.898, 1453.268, 1456.431, 1460.859, 1465.11, 1471.775, 1482.345, 1485.801, 1489.403, 1497.97, 1501.416, 1502.463, 1508.336, 1513.321, 1515.473, 1516.738, 1518.061, 1519.523, 1520.921, 1522.345, 1523.782, 1525.216, 1534.974, 1537.213, 1538.541, 1539.816, 1557.955, 1564.828, 1570.768, 1660.371, 1668.683, 1683.09, 1697.735, 1724.451, 1750.434, 1751.794, 1786.447, 1815.294] + [-73.99142, 40.71741] + ], + "timestamps": [ + 1382, 1406.05, 1436.161, 1443.639, 1448.301, 1450.898, 1453.268, 1456.431, + 1460.859, 1465.11, 1471.775, 1482.345, 1485.801, 1489.403, 1497.97, + 1501.416, 1502.463, 1508.336, 1513.321, 1515.473, 1516.738, 1518.061, + 1519.523, 1520.921, 1522.345, 1523.782, 1525.216, 1534.974, 1537.213, + 1538.541, 1539.816, 1557.955, 1564.828, 1570.768, 1660.371, 1668.683, + 1683.09, 1697.735, 1724.451, 1750.434, 1751.794, 1786.447, 1815.294 + ] }, { "vendor": 0, @@ -45762,8 +53217,14 @@ [-74.00395, 40.72986], [-74.00247, 40.73033], [-74.00222, 40.72989], - [-74.00222, 40.72988]], - "timestamps": [ 879, 902.86, 930.525, 942.416, 962.462, 983.372, 990.915, 998.393, 1003.416, 1018.686, 1047.736, 1085.004, 1133.396, 1197.578, 1221.182, 1277.229, 1295.167, 1388.169, 1447.95, 1462.956, 1485.365, 1488.02, 1489.041, 1492.021, 1497.805, 1530.698, 1577.897, 1602.486, 1603] + [-74.00222, 40.72988] + ], + "timestamps": [ + 879, 902.86, 930.525, 942.416, 962.462, 983.372, 990.915, 998.393, + 1003.416, 1018.686, 1047.736, 1085.004, 1133.396, 1197.578, 1221.182, + 1277.229, 1295.167, 1388.169, 1447.95, 1462.956, 1485.365, 1488.02, + 1489.041, 1492.021, 1497.805, 1530.698, 1577.897, 1602.486, 1603 + ] }, { "vendor": 0, @@ -45846,8 +53307,22 @@ [-74.00386, 40.75926], [-74.00439, 40.75855], [-74.00438, 40.75851], - [-74.00419, 40.75842]], - "timestamps": [ 1000, 1114.094, 1122.762, 1142.177, 1149.518, 1152.568, 1153.636, 1155.386, 1160.086, 1166.557, 1172.469, 1177.796, 1188.654, 1191.275, 1193.544, 1196.023, 1198.387, 1200.415, 1202.465, 1204.757, 1206.482, 1208.37, 1211.228, 1212.306, 1222.24, 1227.538, 1236.97, 1239.23, 1241.174, 1243.619, 1245.637, 1248.492, 1254.526, 1266.033, 1272.005, 1275.626, 1282.451, 1290.138, 1298.413, 1306.706, 1314.965, 1327.796, 1332.682, 1336.782, 1352.359, 1355.214, 1371.049, 1373.293, 1375.907, 1379.305, 1384.978, 1389.778, 1406.555, 1413.016, 1436.263, 1451.821, 1458, 1462.567, 1467.956, 1473.203, 1476.99, 1480.034, 1496.546, 1504.11, 1512.681, 1542.264, 1571.732, 1640.441, 1647.22, 1655.706, 1692.725, 1695.335, 1711.667, 1760.021, 1763.333, 1772.089, 1796.588, 1797.811, 1802.909] + [-74.00419, 40.75842] + ], + "timestamps": [ + 1000, 1114.094, 1122.762, 1142.177, 1149.518, 1152.568, 1153.636, + 1155.386, 1160.086, 1166.557, 1172.469, 1177.796, 1188.654, 1191.275, + 1193.544, 1196.023, 1198.387, 1200.415, 1202.465, 1204.757, 1206.482, + 1208.37, 1211.228, 1212.306, 1222.24, 1227.538, 1236.97, 1239.23, + 1241.174, 1243.619, 1245.637, 1248.492, 1254.526, 1266.033, 1272.005, + 1275.626, 1282.451, 1290.138, 1298.413, 1306.706, 1314.965, 1327.796, + 1332.682, 1336.782, 1352.359, 1355.214, 1371.049, 1373.293, 1375.907, + 1379.305, 1384.978, 1389.778, 1406.555, 1413.016, 1436.263, 1451.821, + 1458, 1462.567, 1467.956, 1473.203, 1476.99, 1480.034, 1496.546, 1504.11, + 1512.681, 1542.264, 1571.732, 1640.441, 1647.22, 1655.706, 1692.725, + 1695.335, 1711.667, 1760.021, 1763.333, 1772.089, 1796.588, 1797.811, + 1802.909 + ] }, { "vendor": 0, @@ -45874,8 +53349,13 @@ [-73.96694, 40.67441], [-73.96295, 40.67358], [-73.96352, 40.67654], - [-73.96357, 40.67677]], - "timestamps": [ 252, 255.974, 347.817, 393.74, 424.864, 436.43, 448.051, 515.705, 528.857, 534.465, 548.093, 552.516, 556.675, 561.883, 566.879, 569.361, 582.975, 593.599, 596.415, 627.089, 694.441, 757.116, 762] + [-73.96357, 40.67677] + ], + "timestamps": [ + 252, 255.974, 347.817, 393.74, 424.864, 436.43, 448.051, 515.705, 528.857, + 534.465, 548.093, 552.516, 556.675, 561.883, 566.879, 569.361, 582.975, + 593.599, 596.415, 627.089, 694.441, 757.116, 762 + ] }, { "vendor": 0, @@ -46005,8 +53485,28 @@ [-73.97681, 40.74604], [-73.97724, 40.74549], [-73.97732, 40.74539], - [-73.98126, 40.74704]], - "timestamps": [ 452, 536.826, 599.229, 601.346, 604.549, 609.390625, 655.925, 706.587, 713.782, 718.6, 720.25, 749.114, 756.483, 758.108, 759.431, 762.47, 763.872, 767.151, 772.779, 775.492, 782.403, 801.392, 917.454, 933.808, 934.881, 937.347, 938.392, 939.248, 940.761, 941.681, 942.569, 943.438, 944.365, 945.234, 946.416, 946.876, 951.491, 956.041, 960.481, 963.204, 984.343, 986.592, 988.206, 993.225, 993.843, 996.418, 999.08, 1000.269, 1002.727, 1005.439, 1006.436, 1012.743, 1016.658, 1023.85, 1029.39, 1043.252, 1055.866, 1060.195, 1084.757, 1110.717, 1121.423, 1140.061, 1142.434, 1144.896, 1147.874, 1152.326, 1153.864, 1156.604, 1159.975, 1162.157, 1188.509, 1199.535, 1206.217, 1211.623, 1214.35, 1220.182, 1238.369, 1244.71, 1247.408, 1251.618, 1275.622, 1278.187, 1280.88, 1283.534, 1286.787, 1296.309, 1299.012, 1301.786, 1304.246, 1306.186, 1308.433, 1310.848, 1313.299, 1315.487, 1322.307, 1324.112, 1327.49, 1330.882, 1359.824, 1362.813, 1365.435, 1368.619, 1371.872, 1376.136, 1378.677, 1383.495, 1393.688, 1397.368, 1403.126, 1409.66, 1420.01, 1430.625, 1441.596, 1448.766, 1455.643, 1461.935, 1468.614, 1517.583, 1523.219, 1537.381, 1539.28, 1635.05, 1670.974, 1680.478, 1682.216, 1817.285] + [-73.98126, 40.74704] + ], + "timestamps": [ + 452, 536.826, 599.229, 601.346, 604.549, 609.390625, 655.925, 706.587, + 713.782, 718.6, 720.25, 749.114, 756.483, 758.108, 759.431, 762.47, + 763.872, 767.151, 772.779, 775.492, 782.403, 801.392, 917.454, 933.808, + 934.881, 937.347, 938.392, 939.248, 940.761, 941.681, 942.569, 943.438, + 944.365, 945.234, 946.416, 946.876, 951.491, 956.041, 960.481, 963.204, + 984.343, 986.592, 988.206, 993.225, 993.843, 996.418, 999.08, 1000.269, + 1002.727, 1005.439, 1006.436, 1012.743, 1016.658, 1023.85, 1029.39, + 1043.252, 1055.866, 1060.195, 1084.757, 1110.717, 1121.423, 1140.061, + 1142.434, 1144.896, 1147.874, 1152.326, 1153.864, 1156.604, 1159.975, + 1162.157, 1188.509, 1199.535, 1206.217, 1211.623, 1214.35, 1220.182, + 1238.369, 1244.71, 1247.408, 1251.618, 1275.622, 1278.187, 1280.88, + 1283.534, 1286.787, 1296.309, 1299.012, 1301.786, 1304.246, 1306.186, + 1308.433, 1310.848, 1313.299, 1315.487, 1322.307, 1324.112, 1327.49, + 1330.882, 1359.824, 1362.813, 1365.435, 1368.619, 1371.872, 1376.136, + 1378.677, 1383.495, 1393.688, 1397.368, 1403.126, 1409.66, 1420.01, + 1430.625, 1441.596, 1448.766, 1455.643, 1461.935, 1468.614, 1517.583, + 1523.219, 1537.381, 1539.28, 1635.05, 1670.974, 1680.478, 1682.216, + 1817.285 + ] }, { "vendor": 0, @@ -46031,8 +53531,13 @@ [-74.00577, 40.72568], [-74.00611, 40.7238], [-74.00642, 40.72173], - [-74.00707, 40.7184]], - "timestamps": [ 930, 970.04, 1136.332, 1157.389, 1194.523, 1318.661, 1330.404, 1402.2, 1407.304, 1441.419, 1512.077, 1518.179, 1537.154, 1554.306, 1587.307, 1605.164, 1607.208, 1674.643, 1709.17, 1747.076, 1808.326] + [-74.00707, 40.7184] + ], + "timestamps": [ + 930, 970.04, 1136.332, 1157.389, 1194.523, 1318.661, 1330.404, 1402.2, + 1407.304, 1441.419, 1512.077, 1518.179, 1537.154, 1554.306, 1587.307, + 1605.164, 1607.208, 1674.643, 1709.17, 1747.076, 1808.326 + ] }, { "vendor": 0, @@ -46059,8 +53564,14 @@ [-74.00124, 40.71], [-74.00161, 40.70952], [-74.0028, 40.7086], - [-74.00284, 40.70857]], - "timestamps": [ 1003, 1007.057, 1024.303, 1096.575, 1123.908, 1135.089, 1141.979, 1144.008, 1158.21, 1213.96, 1215.02, 1248.507, 1249.511, 1262.236, 1284.465, 1287.046, 1302.547, 1304.291, 1308.471, 1323.545, 1332.517, 1353.311, 1354] + [-74.00284, 40.70857] + ], + "timestamps": [ + 1003, 1007.057, 1024.303, 1096.575, 1123.908, 1135.089, 1141.979, + 1144.008, 1158.21, 1213.96, 1215.02, 1248.507, 1249.511, 1262.236, + 1284.465, 1287.046, 1302.547, 1304.291, 1308.471, 1323.545, 1332.517, + 1353.311, 1354 + ] }, { "vendor": 0, @@ -46068,8 +53579,9 @@ [-74.01009, 40.71069], [-74.00947, 40.71041], [-74.00954, 40.71032], - [-74.00728, 40.70871]], - "timestamps": [ 1698, 1710.705, 1713.529, 1804.822] + [-74.00728, 40.70871] + ], + "timestamps": [1698, 1710.705, 1713.529, 1804.822] }, { "vendor": 0, @@ -46092,8 +53604,13 @@ [-74.01193, 40.7093], [-74.01167, 40.70968], [-74.01054, 40.70915], - [-74.01024, 40.70902]], - "timestamps": [ 988, 991.422, 1012.317, 1034.695, 1056.486, 1086.924, 1117.65, 1133.299, 1137.201, 1159.226, 1184.762, 1222.607, 1223.897, 1246.521, 1251.075, 1292.828, 1303.255, 1340.352, 1350] + [-74.01024, 40.70902] + ], + "timestamps": [ + 988, 991.422, 1012.317, 1034.695, 1056.486, 1086.924, 1117.65, 1133.299, + 1137.201, 1159.226, 1184.762, 1222.607, 1223.897, 1246.521, 1251.075, + 1292.828, 1303.255, 1340.352, 1350 + ] }, { "vendor": 0, @@ -46213,8 +53730,26 @@ [-73.98528, 40.71055], [-73.9889, 40.71013], [-73.98988, 40.71001], - [-73.99357, 40.70946]], - "timestamps": [ 174, 184.31, 197.21, 339.864, 349.739, 352.413, 357.934, 369.818, 372.64, 378.224, 388.678, 393.379, 398.738, 421.893, 429.696, 433.592, 437.556, 440.716, 443.821, 454.167, 456.31, 465.61, 471.143, 476.823, 488.431, 500.419, 502.267, 554.164, 568.026, 604.87, 660.402, 700.058, 749.535, 750.955, 1033.315, 1090.828, 1165.233, 1170.408, 1183.671, 1188.449, 1190.003, 1203.085, 1207.833, 1214.229, 1218.487, 1232.087, 1244.159, 1252.078, 1258.127, 1262.55, 1265.006, 1269.627, 1276.811, 1280.616, 1301.074, 1304.648, 1350.234, 1357.035, 1369.594, 1372.21, 1381.246, 1391.931, 1396.763, 1400.923, 1405.321, 1409.488, 1427.262, 1431.683, 1433.873, 1438.427, 1442.791, 1455.224, 1459.581, 1464.017, 1467.246, 1469.185, 1474.408, 1506.606, 1510.759, 1515.145, 1517.414, 1524.975, 1528.976, 1531.06, 1535.762, 1538.011, 1540.047, 1545.573, 1557.823, 1560.761, 1568.637, 1583.164, 1594.295, 1599.211, 1603.894, 1608.267, 1631.654, 1636.848, 1640.755, 1644.968, 1650.506, 1655.862, 1688.735, 1696.971, 1699.392, 1702.932, 1707.415, 1710.811, 1712.389, 1715.62, 1718.281, 1720.904, 1754.099, 1779.657, 1786.585, 1812.831] + [-73.99357, 40.70946] + ], + "timestamps": [ + 174, 184.31, 197.21, 339.864, 349.739, 352.413, 357.934, 369.818, 372.64, + 378.224, 388.678, 393.379, 398.738, 421.893, 429.696, 433.592, 437.556, + 440.716, 443.821, 454.167, 456.31, 465.61, 471.143, 476.823, 488.431, + 500.419, 502.267, 554.164, 568.026, 604.87, 660.402, 700.058, 749.535, + 750.955, 1033.315, 1090.828, 1165.233, 1170.408, 1183.671, 1188.449, + 1190.003, 1203.085, 1207.833, 1214.229, 1218.487, 1232.087, 1244.159, + 1252.078, 1258.127, 1262.55, 1265.006, 1269.627, 1276.811, 1280.616, + 1301.074, 1304.648, 1350.234, 1357.035, 1369.594, 1372.21, 1381.246, + 1391.931, 1396.763, 1400.923, 1405.321, 1409.488, 1427.262, 1431.683, + 1433.873, 1438.427, 1442.791, 1455.224, 1459.581, 1464.017, 1467.246, + 1469.185, 1474.408, 1506.606, 1510.759, 1515.145, 1517.414, 1524.975, + 1528.976, 1531.06, 1535.762, 1538.011, 1540.047, 1545.573, 1557.823, + 1560.761, 1568.637, 1583.164, 1594.295, 1599.211, 1603.894, 1608.267, + 1631.654, 1636.848, 1640.755, 1644.968, 1650.506, 1655.862, 1688.735, + 1696.971, 1699.392, 1702.932, 1707.415, 1710.811, 1712.389, 1715.62, + 1718.281, 1720.904, 1754.099, 1779.657, 1786.585, 1812.831 + ] }, { "vendor": 0, @@ -46255,8 +53790,16 @@ [-73.97203, 40.72667], [-73.97213, 40.72636], [-73.97253, 40.72556], - [-73.97341, 40.72413]], - "timestamps": [ 1388, 1389.466, 1472.4, 1496.864, 1503.346, 1569.647, 1572.273, 1603.661, 1614.473, 1659.486, 1666.115, 1668.12, 1670.145, 1672.244, 1676.119, 1679.18, 1690.09, 1693.913, 1697.806, 1700.639, 1702.34, 1706.924, 1735.177, 1738.822, 1741.223, 1744.663, 1751.297, 1754.809, 1756.638, 1760.763, 1764.52, 1769.369, 1777.427, 1780.118, 1782.697, 1789.608, 1802.356] + [-73.97341, 40.72413] + ], + "timestamps": [ + 1388, 1389.466, 1472.4, 1496.864, 1503.346, 1569.647, 1572.273, 1603.661, + 1614.473, 1659.486, 1666.115, 1668.12, 1670.145, 1672.244, 1676.119, + 1679.18, 1690.09, 1693.913, 1697.806, 1700.639, 1702.34, 1706.924, + 1735.177, 1738.822, 1741.223, 1744.663, 1751.297, 1754.809, 1756.638, + 1760.763, 1764.52, 1769.369, 1777.427, 1780.118, 1782.697, 1789.608, + 1802.356 + ] }, { "vendor": 0, @@ -46287,8 +53830,14 @@ [-74.01464, 40.71113], [-74.01477, 40.71117], [-74.0158, 40.71156], - [-74.01598, 40.71109]], - "timestamps": [ 1148, 1150.428, 1177.142, 1234.169, 1252.428, 1294.971, 1309.66, 1337.922, 1353.214, 1355.011, 1414.318, 1444.684, 1478.021, 1531.889, 1534.142, 1571.908, 1580.285, 1658.84, 1665.285, 1694.234, 1708.995, 1729.633, 1749.593, 1755.142, 1759.363, 1794, 1807.49] + [-74.01598, 40.71109] + ], + "timestamps": [ + 1148, 1150.428, 1177.142, 1234.169, 1252.428, 1294.971, 1309.66, 1337.922, + 1353.214, 1355.011, 1414.318, 1444.684, 1478.021, 1531.889, 1534.142, + 1571.908, 1580.285, 1658.84, 1665.285, 1694.234, 1708.995, 1729.633, + 1749.593, 1755.142, 1759.363, 1794, 1807.49 + ] }, { "vendor": 0, @@ -46304,8 +53853,12 @@ [-74.01008, 40.73394], [-74.00983, 40.73694], [-74.00979, 40.73746], - [-74.00989, 40.73851]], - "timestamps": [ 1204, 1217.097, 1237.141, 1244.506, 1290.741, 1368.407, 1495.081, 1524.722, 1696.802, 1768.749, 1781.216, 1806.413] + [-74.00989, 40.73851] + ], + "timestamps": [ + 1204, 1217.097, 1237.141, 1244.506, 1290.741, 1368.407, 1495.081, + 1524.722, 1696.802, 1768.749, 1781.216, 1806.413 + ] }, { "vendor": 0, @@ -46326,8 +53879,13 @@ [-73.97908, 40.68627], [-73.97935, 40.68667], [-73.97905, 40.68671], - [-73.97928, 40.68825]], - "timestamps": [ 1320, 1331.39, 1358.916, 1506.805, 1513.901, 1636.387, 1649.821, 1663.418, 1683.029, 1690.18, 1695.306, 1707.265, 1740.461, 1771.789, 1783.2, 1786.996, 1822.282] + [-73.97928, 40.68825] + ], + "timestamps": [ + 1320, 1331.39, 1358.916, 1506.805, 1513.901, 1636.387, 1649.821, 1663.418, + 1683.029, 1690.18, 1695.306, 1707.265, 1740.461, 1771.789, 1783.2, + 1786.996, 1822.282 + ] }, { "vendor": 0, @@ -46357,8 +53915,14 @@ [-73.96461, 40.71141], [-73.96589, 40.71183], [-73.96691, 40.71212], - [-73.97712, 40.71522]], - "timestamps": [ 1632, 1658.023, 1661.707, 1674.639, 1684.221, 1689.745, 1704.518, 1706.556, 1710.802, 1715.408, 1726.883, 1736.899, 1741.688, 1746.258, 1746.258, 1747.697, 1750.736, 1752.852, 1757.758, 1760.24, 1762.69, 1765.682, 1784.76, 1791.9, 1797.477, 1853.777] + [-73.97712, 40.71522] + ], + "timestamps": [ + 1632, 1658.023, 1661.707, 1674.639, 1684.221, 1689.745, 1704.518, + 1706.556, 1710.802, 1715.408, 1726.883, 1736.899, 1741.688, 1746.258, + 1746.258, 1747.697, 1750.736, 1752.852, 1757.758, 1760.24, 1762.69, + 1765.682, 1784.76, 1791.9, 1797.477, 1853.777 + ] }, { "vendor": 0, @@ -46378,8 +53942,13 @@ [-73.9832, 40.69589], [-73.98303, 40.69838], [-73.98295, 40.69938], - [-73.98292, 40.70039]], - "timestamps": [ 1337, 1350.238, 1386.681, 1421.073, 1443.411, 1460.434, 1499.833, 1502.175, 1525.768, 1648.071, 1652.076, 1665.315, 1689.144, 1757.838, 1785.44, 1813.274] + [-73.98292, 40.70039] + ], + "timestamps": [ + 1337, 1350.238, 1386.681, 1421.073, 1443.411, 1460.434, 1499.833, + 1502.175, 1525.768, 1648.071, 1652.076, 1665.315, 1689.144, 1757.838, + 1785.44, 1813.274 + ] }, { "vendor": 0, @@ -46416,8 +53985,15 @@ [-74.00515, 40.70937], [-74.00547, 40.70909], [-74.00512, 40.70885], - [-74.00412, 40.70757]], - "timestamps": [ 360, 383.291, 508.621, 617.435, 690.758, 714.709, 867.946, 900.266, 962.451, 996.099, 999.032, 1095.816, 1145.371, 1199.775, 1287.682, 1291.36, 1320.979, 1334.955, 1388.944, 1424.128, 1512.875, 1555.875, 1580.676, 1591.912, 1640.9, 1698.423, 1701.45, 1736.804, 1741.1875, 1742.649, 1757.04, 1773.563, 1842.268] + [-74.00412, 40.70757] + ], + "timestamps": [ + 360, 383.291, 508.621, 617.435, 690.758, 714.709, 867.946, 900.266, + 962.451, 996.099, 999.032, 1095.816, 1145.371, 1199.775, 1287.682, + 1291.36, 1320.979, 1334.955, 1388.944, 1424.128, 1512.875, 1555.875, + 1580.676, 1591.912, 1640.9, 1698.423, 1701.45, 1736.804, 1741.1875, + 1742.649, 1757.04, 1773.563, 1842.268 + ] }, { "vendor": 0, @@ -46446,8 +54022,14 @@ [-73.97745, 40.68405], [-73.97827, 40.6852], [-73.97908, 40.68627], - [-73.97957, 40.68698]], - "timestamps": [ 1211, 1215.311, 1242.901, 1262.042, 1305.429, 1381.968, 1420.091, 1436.805, 1453.453, 1463.551, 1504.496, 1521.907, 1532.222, 1541.503, 1548.236, 1550.975, 1555.539, 1642.798, 1685.36, 1687.995, 1704.486, 1713.773, 1748.9, 1782.051, 1803.583] + [-73.97957, 40.68698] + ], + "timestamps": [ + 1211, 1215.311, 1242.901, 1262.042, 1305.429, 1381.968, 1420.091, + 1436.805, 1453.453, 1463.551, 1504.496, 1521.907, 1532.222, 1541.503, + 1548.236, 1550.975, 1555.539, 1642.798, 1685.36, 1687.995, 1704.486, + 1713.773, 1748.9, 1782.051, 1803.583 + ] }, { "vendor": 0, @@ -46487,8 +54069,15 @@ [-73.97707, 40.71935], [-73.97736, 40.71942], [-73.97871, 40.72], - [-73.98135, 40.72081]], - "timestamps": [ 1523, 1589.43, 1592.17, 1623.46, 1626.207, 1628.713, 1630.571, 1632.813, 1637.889, 1639.876, 1641.854, 1642.96, 1643.774, 1645.105, 1648.106, 1650.839, 1654.367, 1662.186, 1664.062, 1669.09, 1678.364, 1685.469, 1688.608, 1691.597, 1694.389, 1697.574, 1701.05, 1704.983, 1706.357, 1726.279, 1727.218, 1732.413, 1756.879, 1761.259, 1783.589, 1824.574] + [-73.98135, 40.72081] + ], + "timestamps": [ + 1523, 1589.43, 1592.17, 1623.46, 1626.207, 1628.713, 1630.571, 1632.813, + 1637.889, 1639.876, 1641.854, 1642.96, 1643.774, 1645.105, 1648.106, + 1650.839, 1654.367, 1662.186, 1664.062, 1669.09, 1678.364, 1685.469, + 1688.608, 1691.597, 1694.389, 1697.574, 1701.05, 1704.983, 1706.357, + 1726.279, 1727.218, 1732.413, 1756.879, 1761.259, 1783.589, 1824.574 + ] }, { "vendor": 0, @@ -46583,8 +54172,22 @@ [-73.98614, 40.74338], [-73.98774, 40.74406], [-73.98886, 40.74453], - [-73.98888, 40.74445]], - "timestamps": [ 422, 424.992, 461.014, 486.328, 511.76, 529.132, 545.176, 572.993, 575.061, 576.089, 577.627, 579.457, 580.604, 581.919, 587.516, 589.277, 590.878, 596.02, 598.423, 600.906, 602.014, 604.308, 606.838, 607.768, 613.652, 617.304, 624.014, 629.182, 642.113, 653.881, 657.904, 680.723, 704.841, 714.788, 732.104, 734.308, 736.595, 739.362, 743.499, 744.927, 747.473, 750.605, 752.632, 777.115, 787.358, 793.567, 798.589, 801.122, 806.54, 823.438, 829.329, 831.835, 835.746, 858.048, 860.431, 862.933, 865.398, 868.421, 877.267, 879.779, 883.912, 886.736, 891.838, 896.328, 903.587, 907.938, 912.412, 923.746, 932.408, 935.929, 940.283, 946.783, 948.595, 1065.348, 1075.019, 1080.244, 1082.799, 1086.372, 1157.536, 1251.016, 1253.781, 1285.183, 1286.694, 1349.526, 1389.12, 1428.815, 1450.83, 1472.199, 1515.583, 1544.007, 1547] + [-73.98888, 40.74445] + ], + "timestamps": [ + 422, 424.992, 461.014, 486.328, 511.76, 529.132, 545.176, 572.993, + 575.061, 576.089, 577.627, 579.457, 580.604, 581.919, 587.516, 589.277, + 590.878, 596.02, 598.423, 600.906, 602.014, 604.308, 606.838, 607.768, + 613.652, 617.304, 624.014, 629.182, 642.113, 653.881, 657.904, 680.723, + 704.841, 714.788, 732.104, 734.308, 736.595, 739.362, 743.499, 744.927, + 747.473, 750.605, 752.632, 777.115, 787.358, 793.567, 798.589, 801.122, + 806.54, 823.438, 829.329, 831.835, 835.746, 858.048, 860.431, 862.933, + 865.398, 868.421, 877.267, 879.779, 883.912, 886.736, 891.838, 896.328, + 903.587, 907.938, 912.412, 923.746, 932.408, 935.929, 940.283, 946.783, + 948.595, 1065.348, 1075.019, 1080.244, 1082.799, 1086.372, 1157.536, + 1251.016, 1253.781, 1285.183, 1286.694, 1349.526, 1389.12, 1428.815, + 1450.83, 1472.199, 1515.583, 1544.007, 1547 + ] }, { "vendor": 1, @@ -46659,8 +54262,20 @@ [-73.9962, 40.69982], [-73.99639, 40.69955], [-73.99658, 40.6992], - [-73.99885, 40.69454]], - "timestamps": [ 1305, 1322.799, 1336.126, 1345.41, 1348.125, 1360.957, 1362.247, 1364.531, 1368.02, 1375.053, 1375.717, 1376.994, 1378.107, 1379.566, 1382.363, 1384.959, 1391.186, 1393.51, 1396.315, 1444.519, 1461.977, 1480.651, 1490.115, 1492.879, 1507.374, 1513.96, 1516.932, 1518.385, 1521.293, 1524.363, 1525.976, 1529.388, 1532.092, 1534.374, 1536.642, 1540.255, 1613.448, 1623.238, 1633.941, 1637.036, 1638.958, 1640.866, 1643.908, 1645.027, 1650.778, 1666.873, 1674.518, 1685.795, 1688.49, 1690.195, 1692.538, 1693.715, 1697.235, 1699.641, 1705.24, 1720.359, 1725.223, 1731.114, 1734.858, 1738.676, 1740.879, 1745.475, 1752.096, 1755.438, 1758.155, 1763.576, 1766.093, 1768.78, 1771.478, 1774.814, 1818.606] + [-73.99885, 40.69454] + ], + "timestamps": [ + 1305, 1322.799, 1336.126, 1345.41, 1348.125, 1360.957, 1362.247, 1364.531, + 1368.02, 1375.053, 1375.717, 1376.994, 1378.107, 1379.566, 1382.363, + 1384.959, 1391.186, 1393.51, 1396.315, 1444.519, 1461.977, 1480.651, + 1490.115, 1492.879, 1507.374, 1513.96, 1516.932, 1518.385, 1521.293, + 1524.363, 1525.976, 1529.388, 1532.092, 1534.374, 1536.642, 1540.255, + 1613.448, 1623.238, 1633.941, 1637.036, 1638.958, 1640.866, 1643.908, + 1645.027, 1650.778, 1666.873, 1674.518, 1685.795, 1688.49, 1690.195, + 1692.538, 1693.715, 1697.235, 1699.641, 1705.24, 1720.359, 1725.223, + 1731.114, 1734.858, 1738.676, 1740.879, 1745.475, 1752.096, 1755.438, + 1758.155, 1763.576, 1766.093, 1768.78, 1771.478, 1774.814, 1818.606 + ] }, { "vendor": 0, @@ -46672,8 +54287,11 @@ [-74.01355, 40.71527], [-74.01372, 40.71448], [-74.01422, 40.71287], - [-74.01456, 40.71151]], - "timestamps": [ 1634, 1644.491, 1701.343, 1708.938, 1733.83, 1749.459, 1781.755, 1808.783] + [-74.01456, 40.71151] + ], + "timestamps": [ + 1634, 1644.491, 1701.343, 1708.938, 1733.83, 1749.459, 1781.755, 1808.783 + ] }, { "vendor": 0, @@ -46832,8 +54450,32 @@ [-74.0125, 40.70676], [-74.01324, 40.70587], [-74.01334, 40.70565], - [-74.01334, 40.70555]], - "timestamps": [ 532, 537.56, 540.903, 578.69, 629.94, 725.474, 741.871, 780.928, 785.961, 787.697, 788.325, 788.933, 801.653, 810.851, 814.372, 821.371, 829.732, 833.924, 839.508, 845.751, 854.175, 861.047, 868.909, 872.203, 883.314, 884.83, 892.885, 894.89, 898.079, 912.599, 922.401, 928.832, 933.743, 937.335, 939.329, 943.081, 948.914, 952.004, 968.616, 971.518, 1008.533, 1014.056, 1024.254, 1026.377, 1033.715, 1042.391, 1046.315, 1049.693, 1053.264, 1056.647, 1071.079, 1074.669, 1076.448, 1080.145, 1083.689, 1093.785, 1097.323, 1100.925, 1103.547, 1105.121, 1109.362, 1135.506, 1138.879, 1141.101, 1144.284, 1150.423, 1153.673, 1155.365, 1159.183, 1162.659, 1167.146, 1177.093, 1179.478, 1185.874, 1197.67, 1206.708, 1210.7, 1214.502, 1218.053, 1237.043, 1244.433, 1247.854, 1252.35, 1256.699, 1262.386, 1289.28, 1290.08, 1292.045, 1294.919, 1298.56, 1301.318, 1302.599, 1305.222, 1307.383, 1309.513, 1336.467, 1357.22, 1362.846, 1384.157, 1390.646, 1402.979, 1407.924, 1411.077, 1414.416, 1419.388, 1423.904, 1431.915, 1436.026, 1445.42, 1473.956, 1483.895, 1488.505, 1491.849, 1493.906, 1495.927, 1508.55, 1514.078, 1518.326, 1520.332, 1523.918, 1526.144, 1528.201, 1530.399, 1532.192, 1533.554, 1551.181, 1553.657, 1555.992, 1557.233, 1559.142, 1559.734, 1571.822, 1577.057, 1579.808, 1581.357, 1587.488, 1587.717, 1615.01, 1616.972, 1622.732, 1627.022, 1628.419, 1660.991, 1662.132, 1662.762, 1668.664, 1672.134, 1675.351, 1687.283, 1689.473, 1690.151, 1697.104, 1713.64, 1718.088, 1720] + [-74.01334, 40.70555] + ], + "timestamps": [ + 532, 537.56, 540.903, 578.69, 629.94, 725.474, 741.871, 780.928, 785.961, + 787.697, 788.325, 788.933, 801.653, 810.851, 814.372, 821.371, 829.732, + 833.924, 839.508, 845.751, 854.175, 861.047, 868.909, 872.203, 883.314, + 884.83, 892.885, 894.89, 898.079, 912.599, 922.401, 928.832, 933.743, + 937.335, 939.329, 943.081, 948.914, 952.004, 968.616, 971.518, 1008.533, + 1014.056, 1024.254, 1026.377, 1033.715, 1042.391, 1046.315, 1049.693, + 1053.264, 1056.647, 1071.079, 1074.669, 1076.448, 1080.145, 1083.689, + 1093.785, 1097.323, 1100.925, 1103.547, 1105.121, 1109.362, 1135.506, + 1138.879, 1141.101, 1144.284, 1150.423, 1153.673, 1155.365, 1159.183, + 1162.659, 1167.146, 1177.093, 1179.478, 1185.874, 1197.67, 1206.708, + 1210.7, 1214.502, 1218.053, 1237.043, 1244.433, 1247.854, 1252.35, + 1256.699, 1262.386, 1289.28, 1290.08, 1292.045, 1294.919, 1298.56, + 1301.318, 1302.599, 1305.222, 1307.383, 1309.513, 1336.467, 1357.22, + 1362.846, 1384.157, 1390.646, 1402.979, 1407.924, 1411.077, 1414.416, + 1419.388, 1423.904, 1431.915, 1436.026, 1445.42, 1473.956, 1483.895, + 1488.505, 1491.849, 1493.906, 1495.927, 1508.55, 1514.078, 1518.326, + 1520.332, 1523.918, 1526.144, 1528.201, 1530.399, 1532.192, 1533.554, + 1551.181, 1553.657, 1555.992, 1557.233, 1559.142, 1559.734, 1571.822, + 1577.057, 1579.808, 1581.357, 1587.488, 1587.717, 1615.01, 1616.972, + 1622.732, 1627.022, 1628.419, 1660.991, 1662.132, 1662.762, 1668.664, + 1672.134, 1675.351, 1687.283, 1689.473, 1690.151, 1697.104, 1713.64, + 1718.088, 1720 + ] }, { "vendor": 0, @@ -46905,8 +54547,19 @@ [-74.00783, 40.71174], [-74.00803, 40.71191], [-74.00812, 40.71199], - [-74.0085, 40.71154]], - "timestamps": [ 244, 247.357, 304.791, 322.905, 400.247, 415.24, 417.761, 549.997, 556.262, 637.674, 653.635, 690.569, 743.37, 783.551, 786.262, 789.749, 828.459, 829.912, 889.57, 925.859, 938.022, 943.772, 949.616, 959.415, 965.395, 974.291, 976.305, 982.551, 995.332, 1010.793, 1013.203, 1014.272, 1024.577, 1028.014, 1035.05, 1054.381, 1172.534, 1189.182, 1200.663, 1208.468, 1211.18, 1213.477, 1215.955, 1218.051, 1219.855, 1221.175, 1222.903, 1223.955, 1225.309, 1226.952, 1228.074, 1229.797, 1232.824, 1234.51, 1246.572, 1252.432, 1256.976, 1269.828, 1277.509, 1285.748, 1294.613, 1349.986, 1355.26, 1356.775, 1360.986, 1369.79, 1373.854, 1394] + [-74.0085, 40.71154] + ], + "timestamps": [ + 244, 247.357, 304.791, 322.905, 400.247, 415.24, 417.761, 549.997, + 556.262, 637.674, 653.635, 690.569, 743.37, 783.551, 786.262, 789.749, + 828.459, 829.912, 889.57, 925.859, 938.022, 943.772, 949.616, 959.415, + 965.395, 974.291, 976.305, 982.551, 995.332, 1010.793, 1013.203, 1014.272, + 1024.577, 1028.014, 1035.05, 1054.381, 1172.534, 1189.182, 1200.663, + 1208.468, 1211.18, 1213.477, 1215.955, 1218.051, 1219.855, 1221.175, + 1222.903, 1223.955, 1225.309, 1226.952, 1228.074, 1229.797, 1232.824, + 1234.51, 1246.572, 1252.432, 1256.976, 1269.828, 1277.509, 1285.748, + 1294.613, 1349.986, 1355.26, 1356.775, 1360.986, 1369.79, 1373.854, 1394 + ] }, { "vendor": 0, @@ -46916,8 +54569,9 @@ [-73.96366, 40.6828], [-73.96688, 40.68348], [-73.96795, 40.68372], - [-73.97037, 40.69581]], - "timestamps": [ 1449, 1480.453, 1499.093, 1548.003, 1564.33, 1800.981] + [-73.97037, 40.69581] + ], + "timestamps": [1449, 1480.453, 1499.093, 1548.003, 1564.33, 1800.981] }, { "vendor": 0, @@ -47016,8 +54670,22 @@ [-73.98831, 40.72321], [-73.98845, 40.72327], [-73.9884, 40.72333], - [-73.98807, 40.72379]], - "timestamps": [ 35, 61.986, 67.087, 170.886, 177.552, 179.852, 180.682, 181.488, 195.439, 205.529, 209.391, 217.533, 227.26, 232.137, 238.633, 245.896, 255.696, 263.691, 272.837, 276.669, 289.596, 291.359, 300.73, 303.063, 306.773, 323.665, 335.068, 342.549, 348.263, 352.442, 354.762, 359.126, 365.913, 369.507, 388.833, 392.209, 435.272, 441.697, 453.561, 456.031, 464.567, 474.661, 479.226, 483.156, 487.31, 491.247, 508.036, 512.213, 514.281, 518.583, 522.706, 534.451, 538.567, 542.758, 545.808, 547.639, 552.573, 582.989, 586.912, 589.497, 593.2, 600.343, 604.123, 606.092, 610.533, 614.578, 619.798, 622.514, 631.369, 634.145, 641.585, 655.308, 665.823, 670.467, 674.891, 679.021, 683.734, 688.151, 693.15, 694.895, 720.21, 721.403, 728.587, 762.425, 768.483, 799.367, 908.07, 943.895, 946.087, 961.365, 991.535, 1041.089, 1046.468, 1048.799, 1066] + [-73.98807, 40.72379] + ], + "timestamps": [ + 35, 61.986, 67.087, 170.886, 177.552, 179.852, 180.682, 181.488, 195.439, + 205.529, 209.391, 217.533, 227.26, 232.137, 238.633, 245.896, 255.696, + 263.691, 272.837, 276.669, 289.596, 291.359, 300.73, 303.063, 306.773, + 323.665, 335.068, 342.549, 348.263, 352.442, 354.762, 359.126, 365.913, + 369.507, 388.833, 392.209, 435.272, 441.697, 453.561, 456.031, 464.567, + 474.661, 479.226, 483.156, 487.31, 491.247, 508.036, 512.213, 514.281, + 518.583, 522.706, 534.451, 538.567, 542.758, 545.808, 547.639, 552.573, + 582.989, 586.912, 589.497, 593.2, 600.343, 604.123, 606.092, 610.533, + 614.578, 619.798, 622.514, 631.369, 634.145, 641.585, 655.308, 665.823, + 670.467, 674.891, 679.021, 683.734, 688.151, 693.15, 694.895, 720.21, + 721.403, 728.587, 762.425, 768.483, 799.367, 908.07, 943.895, 946.087, + 961.365, 991.535, 1041.089, 1046.468, 1048.799, 1066 + ] }, { "vendor": 0, @@ -47102,8 +54770,21 @@ [-74.00793, 40.74598], [-74.00783, 40.74602], [-74.0077, 40.746], - [-74.00595, 40.74523]], - "timestamps": [ 14, 15.601, 28.417, 326.596, 394.66, 419.286, 505.212, 517.003, 534.04, 539.43, 569.866, 584.595, 604.707, 627.098, 634.788, 641.953, 646.055, 653.89, 658.868, 726.403, 731.045, 735.914, 830.11, 832.872, 838.038, 847.919, 850.703, 856.079, 860.629, 865.224, 867.412, 872.63, 885.892, 893.476, 902.309, 907.061, 912.723, 916.504, 919.545, 923.366, 926.011, 929.114, 932.385, 933.503, 937.031, 939.91, 957.856, 986.623, 988.85, 996.25, 1001.956, 1019.301, 1052.298, 1094.63, 1149.597, 1220.064, 1334.996, 1361.889, 1426.357, 1518.018, 1583.296, 1594.607, 1617.468, 1627.893, 1634.46, 1637.4, 1644.051, 1658.966, 1666.34, 1670.001, 1686.159, 1700.518, 1704.027, 1734.553, 1761.595, 1771.308, 1772.832, 1774.855, 1777.232, 1780.021, 1822.569] + [-74.00595, 40.74523] + ], + "timestamps": [ + 14, 15.601, 28.417, 326.596, 394.66, 419.286, 505.212, 517.003, 534.04, + 539.43, 569.866, 584.595, 604.707, 627.098, 634.788, 641.953, 646.055, + 653.89, 658.868, 726.403, 731.045, 735.914, 830.11, 832.872, 838.038, + 847.919, 850.703, 856.079, 860.629, 865.224, 867.412, 872.63, 885.892, + 893.476, 902.309, 907.061, 912.723, 916.504, 919.545, 923.366, 926.011, + 929.114, 932.385, 933.503, 937.031, 939.91, 957.856, 986.623, 988.85, + 996.25, 1001.956, 1019.301, 1052.298, 1094.63, 1149.597, 1220.064, + 1334.996, 1361.889, 1426.357, 1518.018, 1583.296, 1594.607, 1617.468, + 1627.893, 1634.46, 1637.4, 1644.051, 1658.966, 1666.34, 1670.001, + 1686.159, 1700.518, 1704.027, 1734.553, 1761.595, 1771.308, 1772.832, + 1774.855, 1777.232, 1780.021, 1822.569 + ] }, { "vendor": 0, @@ -47153,8 +54834,17 @@ [-73.98378, 40.72154], [-73.98373, 40.72162], [-73.98344, 40.72201], - [-73.98721, 40.72362]], - "timestamps": [ 605, 667.214, 715.932, 818.008, 825.574, 834.364, 867.064, 897.686, 914.577, 944.957, 991.055, 1015.19, 1030.318, 1178.247, 1189.511, 1195.777, 1214.637, 1225.445, 1245.235, 1325.594, 1338.125, 1344.117, 1349.277, 1349.277, 1350.902, 1354.332, 1356.721, 1362.259, 1365.061, 1367.827, 1371.205, 1392.744, 1400.804, 1407.1, 1470.659, 1477.879, 1514.385, 1559.155, 1562.143, 1564.805, 1565.981, 1693.877, 1698.842, 1704.166, 1731.089, 1809.631] + [-73.98721, 40.72362] + ], + "timestamps": [ + 605, 667.214, 715.932, 818.008, 825.574, 834.364, 867.064, 897.686, + 914.577, 944.957, 991.055, 1015.19, 1030.318, 1178.247, 1189.511, + 1195.777, 1214.637, 1225.445, 1245.235, 1325.594, 1338.125, 1344.117, + 1349.277, 1349.277, 1350.902, 1354.332, 1356.721, 1362.259, 1365.061, + 1367.827, 1371.205, 1392.744, 1400.804, 1407.1, 1470.659, 1477.879, + 1514.385, 1559.155, 1562.143, 1564.805, 1565.981, 1693.877, 1698.842, + 1704.166, 1731.089, 1809.631 + ] }, { "vendor": 0, @@ -47183,8 +54873,14 @@ [-74.00187, 40.7194], [-74.00053, 40.71842], [-73.99995, 40.71801], - [-73.9999, 40.71807]], - "timestamps": [ 506, 517.331, 540.403, 620.219, 760.137, 771.593, 803.244, 912.258, 925.614, 927.096, 965.833, 974.876, 985.952, 989.022, 1039.659, 1054.86, 1069.018, 1210.662, 1213.684, 1242.433, 1350.054, 1363.33, 1400.003, 1415.623, 1417] + [-73.9999, 40.71807] + ], + "timestamps": [ + 506, 517.331, 540.403, 620.219, 760.137, 771.593, 803.244, 912.258, + 925.614, 927.096, 965.833, 974.876, 985.952, 989.022, 1039.659, 1054.86, + 1069.018, 1210.662, 1213.684, 1242.433, 1350.054, 1363.33, 1400.003, + 1415.623, 1417 + ] }, { "vendor": 0, @@ -47275,8 +54971,22 @@ [-73.99449, 40.70927], [-73.99329, 40.7094], [-73.98939, 40.70997], - [-73.98524, 40.71045]], - "timestamps": [ 833, 876.5, 930.772, 947, 984.5, 1038.5, 1053.701, 1067, 1130.717, 1157, 1176.444, 1199.858, 1204.323, 1212.311, 1218.5, 1223.795, 1249.168, 1259, 1265, 1268.841, 1276.177, 1280.838, 1344.076, 1348.423, 1352.983, 1441.186, 1443.771, 1448.609, 1457.861, 1460.468, 1465.502, 1469.762, 1474.065, 1476.114, 1481, 1493.403, 1502.197, 1508.751, 1513.195, 1518.49, 1522.026, 1524.87, 1528.444, 1530.918, 1533.819, 1536.879, 1539.116, 1543.207, 1544, 1553, 1557.252, 1560.669, 1572.5, 1575.446, 1576.906, 1579.492, 1582.312, 1601.846, 1603.46, 1605.552, 1608.089, 1610.477, 1613.096, 1615.441, 1617.122, 1619.473, 1623.245, 1626.014, 1645.417, 1646, 1648.241, 1650.356, 1656.795, 1668.515, 1696.312, 1709.567, 1713.844, 1721.834, 1729.325, 1732.613, 1735.41, 1737.58, 1739.82, 1756.9, 1764.204, 1788.137, 1813.432] + [-73.98524, 40.71045] + ], + "timestamps": [ + 833, 876.5, 930.772, 947, 984.5, 1038.5, 1053.701, 1067, 1130.717, 1157, + 1176.444, 1199.858, 1204.323, 1212.311, 1218.5, 1223.795, 1249.168, 1259, + 1265, 1268.841, 1276.177, 1280.838, 1344.076, 1348.423, 1352.983, + 1441.186, 1443.771, 1448.609, 1457.861, 1460.468, 1465.502, 1469.762, + 1474.065, 1476.114, 1481, 1493.403, 1502.197, 1508.751, 1513.195, 1518.49, + 1522.026, 1524.87, 1528.444, 1530.918, 1533.819, 1536.879, 1539.116, + 1543.207, 1544, 1553, 1557.252, 1560.669, 1572.5, 1575.446, 1576.906, + 1579.492, 1582.312, 1601.846, 1603.46, 1605.552, 1608.089, 1610.477, + 1613.096, 1615.441, 1617.122, 1619.473, 1623.245, 1626.014, 1645.417, + 1646, 1648.241, 1650.356, 1656.795, 1668.515, 1696.312, 1709.567, + 1713.844, 1721.834, 1729.325, 1732.613, 1735.41, 1737.58, 1739.82, 1756.9, + 1764.204, 1788.137, 1813.432 + ] }, { "vendor": 0, @@ -47287,16 +54997,20 @@ [-73.98137, 40.68992], [-73.98434, 40.69593], [-73.98445, 40.69612], - [-73.98854, 40.69629]], - "timestamps": [ 1260, 1308.733, 1463.61, 1484.922, 1673.751, 1679.855, 1819.411] + [-73.98854, 40.69629] + ], + "timestamps": [ + 1260, 1308.733, 1463.61, 1484.922, 1673.751, 1679.855, 1819.411 + ] }, { "vendor": 0, "path": [ [-74.02172, 40.63005], [-74.01982, 40.62916], - [-74.01784, 40.63398]], - "timestamps": [ 1673, 1714.117, 1853.636] + [-74.01784, 40.63398] + ], + "timestamps": [1673, 1714.117, 1853.636] }, { "vendor": 0, @@ -47346,8 +55060,17 @@ [-73.99623, 40.69075], [-73.99435, 40.69024], [-73.99274, 40.6936], - [-73.99243, 40.69423]], - "timestamps": [ 827, 852.11, 854.56, 860.469, 864.146, 866.024, 898.896, 903.602, 924.725, 929.919, 980.028, 1014.101, 1020.627, 1028.355, 1041.94, 1052.411, 1054.325, 1067.609, 1082.26, 1085.682, 1091.818, 1095.257, 1097.204, 1099.173, 1105.939, 1111.833, 1113.659, 1115.402, 1124.466, 1125.818, 1127.767, 1184.833, 1186.479, 1188.427, 1190.077, 1212.125, 1218.225, 1223.518, 1228.707, 1232.642, 1236.237, 1240.405, 1263.25, 1290.732, 1368.392, 1383] + [-73.99243, 40.69423] + ], + "timestamps": [ + 827, 852.11, 854.56, 860.469, 864.146, 866.024, 898.896, 903.602, 924.725, + 929.919, 980.028, 1014.101, 1020.627, 1028.355, 1041.94, 1052.411, + 1054.325, 1067.609, 1082.26, 1085.682, 1091.818, 1095.257, 1097.204, + 1099.173, 1105.939, 1111.833, 1113.659, 1115.402, 1124.466, 1125.818, + 1127.767, 1184.833, 1186.479, 1188.427, 1190.077, 1212.125, 1218.225, + 1223.518, 1228.707, 1232.642, 1236.237, 1240.405, 1263.25, 1290.732, + 1368.392, 1383 + ] }, { "vendor": 0, @@ -47359,15 +55082,19 @@ [-74.00241, 40.70876], [-74.0025, 40.70884], [-74.00165, 40.70949], - [-74.00157, 40.70956]], - "timestamps": [ 1568, 1592.939, 1610.955, 1664.138, 1757.81, 1766.412, 1798.388, 1801.624] + [-74.00157, 40.70956] + ], + "timestamps": [ + 1568, 1592.939, 1610.955, 1664.138, 1757.81, 1766.412, 1798.388, 1801.624 + ] }, { "vendor": 0, "path": [ [-74.0143, 40.71781], - [-74.01304, 40.71724]], - "timestamps": [ 1734, 1821.421] + [-74.01304, 40.71724] + ], + "timestamps": [1734, 1821.421] }, { "vendor": 1, @@ -47384,8 +55111,12 @@ [-73.98866, 40.67032], [-73.9863, 40.66917], [-73.9888, 40.66616], - [-73.98923, 40.66565]], - "timestamps": [ 155, 162.705, 204.536, 247.773, 259.576, 340.388, 342.137, 445.795, 455.52, 517.557, 579.911, 683.39, 701] + [-73.98923, 40.66565] + ], + "timestamps": [ + 155, 162.705, 204.536, 247.773, 259.576, 340.388, 342.137, 445.795, + 455.52, 517.557, 579.911, 683.39, 701 + ] }, { "vendor": 0, @@ -47423,8 +55154,15 @@ [-74.01301, 40.70317], [-74.013, 40.70311], [-74.01371, 40.70313], - [-74.01432, 40.70314]], - "timestamps": [ 644, 668.023, 680.035, 740.095, 831.136, 874.784, 889.042, 981.929, 1001.521, 1039.215, 1059.611, 1061.389, 1120.057, 1150.095, 1183.073, 1236.36, 1238.589, 1256.543, 1265.015, 1297.741, 1319.069, 1370.882, 1472.31, 1520.196, 1541.289, 1547.367, 1563.303, 1575.118, 1589.336, 1604.296, 1617.457, 1619.366, 1637.461, 1653] + [-74.01432, 40.70314] + ], + "timestamps": [ + 644, 668.023, 680.035, 740.095, 831.136, 874.784, 889.042, 981.929, + 1001.521, 1039.215, 1059.611, 1061.389, 1120.057, 1150.095, 1183.073, + 1236.36, 1238.589, 1256.543, 1265.015, 1297.741, 1319.069, 1370.882, + 1472.31, 1520.196, 1541.289, 1547.367, 1563.303, 1575.118, 1589.336, + 1604.296, 1617.457, 1619.366, 1637.461, 1653 + ] }, { "vendor": 0, @@ -47438,8 +55176,12 @@ [-73.95797, 40.64457], [-73.95802, 40.64506], [-73.96779, 40.64399], - [-73.96871, 40.64389]], - "timestamps": [ 1346, 1349.705, 1377.714, 1441.531, 1450.731, 1491.155, 1503.002, 1516.467, 1797.268, 1823.706] + [-73.96871, 40.64389] + ], + "timestamps": [ + 1346, 1349.705, 1377.714, 1441.531, 1450.731, 1491.155, 1503.002, + 1516.467, 1797.268, 1823.706 + ] }, { "vendor": 0, @@ -47484,8 +55226,16 @@ [-73.96918, 40.74683], [-73.97028, 40.74575], [-73.9705, 40.74552], - [-73.97117, 40.74468]], - "timestamps": [ 1442, 1457.664, 1459.171, 1522.643, 1526.63, 1530.686, 1554.84, 1584.954, 1588.677, 1589.697, 1591.295, 1592.232, 1592.862, 1608.631, 1613.713, 1618.352, 1633.338, 1639.912, 1647.434, 1650.586, 1661.217, 1662.667, 1670.373, 1672.292, 1674.715, 1689.229, 1698.607, 1704.76, 1709.458, 1712.895, 1714.803, 1718.392, 1723.974, 1726.93, 1742.823, 1745.6, 1781.015, 1786.298, 1796.056, 1798.087, 1805.107] + [-73.97117, 40.74468] + ], + "timestamps": [ + 1442, 1457.664, 1459.171, 1522.643, 1526.63, 1530.686, 1554.84, 1584.954, + 1588.677, 1589.697, 1591.295, 1592.232, 1592.862, 1608.631, 1613.713, + 1618.352, 1633.338, 1639.912, 1647.434, 1650.586, 1661.217, 1662.667, + 1670.373, 1672.292, 1674.715, 1689.229, 1698.607, 1704.76, 1709.458, + 1712.895, 1714.803, 1718.392, 1723.974, 1726.93, 1742.823, 1745.6, + 1781.015, 1786.298, 1796.056, 1798.087, 1805.107 + ] }, { "vendor": 0, @@ -47523,8 +55273,15 @@ [-73.97879, 40.71988], [-73.97733, 40.71928], [-73.97716, 40.71923], - [-73.97653, 40.7191]], - "timestamps": [ 925, 943.4, 955.716, 959.439, 960.59, 981.56, 986.433, 990.68, 992.14, 993.655, 995.487, 998.226, 999.172, 1000.858, 1002.932, 1004.275, 1020.488, 1025.077, 1034.78, 1038.9, 1044.863, 1054.147, 1055.794, 1059.666, 1061.729, 1067.208, 1093.016, 1097.636, 1119.113, 1121.191, 1123.173, 1135.699, 1137.075, 1142] + [-73.97653, 40.7191] + ], + "timestamps": [ + 925, 943.4, 955.716, 959.439, 960.59, 981.56, 986.433, 990.68, 992.14, + 993.655, 995.487, 998.226, 999.172, 1000.858, 1002.932, 1004.275, + 1020.488, 1025.077, 1034.78, 1038.9, 1044.863, 1054.147, 1055.794, + 1059.666, 1061.729, 1067.208, 1093.016, 1097.636, 1119.113, 1121.191, + 1123.173, 1135.699, 1137.075, 1142 + ] }, { "vendor": 0, @@ -47544,8 +55301,13 @@ [-74.00707, 40.7184], [-74.00705, 40.71826], [-74.00795, 40.71712], - [-74.00837, 40.71658]], - "timestamps": [ 1660, 1662.425, 1663.015, 1664.764, 1675.68, 1684.727, 1697.55, 1699.804, 1700.697, 1730.153, 1745.235, 1761.793, 1788.548, 1789.667, 1798.682, 1802.935] + [-74.00837, 40.71658] + ], + "timestamps": [ + 1660, 1662.425, 1663.015, 1664.764, 1675.68, 1684.727, 1697.55, 1699.804, + 1700.697, 1730.153, 1745.235, 1761.793, 1788.548, 1789.667, 1798.682, + 1802.935 + ] }, { "vendor": 0, @@ -47575,15 +55337,22 @@ [-74.00881, 40.71601], [-74.00922, 40.71552], [-74.00795, 40.71493], - [-74.00755, 40.71544]], - "timestamps": [ 1339, 1350.694, 1397.474, 1401.651, 1421.206, 1488.494, 1491.482, 1495.211, 1499.465, 1501.052, 1545.687, 1557.123, 1575.122, 1577.076, 1599.803, 1609.655, 1610.891, 1651.691, 1672.581, 1695.515, 1732.572, 1734.123, 1760.103, 1765.866, 1792.597, 1804.292] + [-74.00755, 40.71544] + ], + "timestamps": [ + 1339, 1350.694, 1397.474, 1401.651, 1421.206, 1488.494, 1491.482, + 1495.211, 1499.465, 1501.052, 1545.687, 1557.123, 1575.122, 1577.076, + 1599.803, 1609.655, 1610.891, 1651.691, 1672.581, 1695.515, 1732.572, + 1734.123, 1760.103, 1765.866, 1792.597, 1804.292 + ] }, { "vendor": 0, "path": [ [-73.99085, 40.76087], - [-73.99306, 40.75782]], - "timestamps": [ 1745, 1812.272] + [-73.99306, 40.75782] + ], + "timestamps": [1745, 1812.272] }, { "vendor": 0, @@ -47598,15 +55367,20 @@ [-74.00759, 40.72349], [-74.00792, 40.72375], [-74.00755, 40.72585], - [-74.00584, 40.7366]], - "timestamps": [ 1424, 1481.779, 1559.199, 1587.662, 1662.883, 1721.582, 1734.595, 1744.668, 1754.171, 1796.681, 2013.937] + [-74.00584, 40.7366] + ], + "timestamps": [ + 1424, 1481.779, 1559.199, 1587.662, 1662.883, 1721.582, 1734.595, + 1744.668, 1754.171, 1796.681, 2013.937 + ] }, { "vendor": 0, "path": [ [-73.98882, 40.68688], - [-73.9871, 40.68621]], - "timestamps": [ 1793, 1822.507] + [-73.9871, 40.68621] + ], + "timestamps": [1793, 1822.507] }, { "vendor": 0, @@ -47681,8 +55455,20 @@ [-74.00946, 40.70454], [-74.00974, 40.70477], [-74.00998, 40.70514], - [-74.01061, 40.70508]], - "timestamps": [ 715, 734.541, 770.332, 786.059, 799.222, 803.373, 807.511, 812.002, 822.025, 829.765, 842.907, 852.649, 868.593, 923.617, 932.581, 940.14, 942.242, 948.405, 952.985, 960.145, 965.366, 969.685, 973.619, 978.793, 986.09, 994.611, 999.362, 1006.344, 1011.567, 1014.89, 1018.722, 1020.897, 1024.864, 1027.562, 1029.722, 1031.534, 1033.388, 1034.158, 1035.965, 1038.782, 1045.729, 1056.086, 1076.585, 1201.87, 1219.524, 1222.309, 1228.704, 1231.416, 1233.636, 1237.561, 1239.948, 1243.452, 1246.831, 1249.086, 1252.151, 1257.182, 1275.692, 1284.84, 1307.143, 1317.231, 1333.842, 1362.221, 1388.443, 1409.608, 1437.65, 1554.937, 1560.61, 1583.907, 1596.14, 1613.905, 1637] + [-74.01061, 40.70508] + ], + "timestamps": [ + 715, 734.541, 770.332, 786.059, 799.222, 803.373, 807.511, 812.002, + 822.025, 829.765, 842.907, 852.649, 868.593, 923.617, 932.581, 940.14, + 942.242, 948.405, 952.985, 960.145, 965.366, 969.685, 973.619, 978.793, + 986.09, 994.611, 999.362, 1006.344, 1011.567, 1014.89, 1018.722, 1020.897, + 1024.864, 1027.562, 1029.722, 1031.534, 1033.388, 1034.158, 1035.965, + 1038.782, 1045.729, 1056.086, 1076.585, 1201.87, 1219.524, 1222.309, + 1228.704, 1231.416, 1233.636, 1237.561, 1239.948, 1243.452, 1246.831, + 1249.086, 1252.151, 1257.182, 1275.692, 1284.84, 1307.143, 1317.231, + 1333.842, 1362.221, 1388.443, 1409.608, 1437.65, 1554.937, 1560.61, + 1583.907, 1596.14, 1613.905, 1637 + ] }, { "vendor": 0, @@ -47773,8 +55559,21 @@ [-73.95917, 40.7717], [-73.96077, 40.77237], [-73.96125, 40.77173], - [-73.96158, 40.77127]], - "timestamps": [ 454, 518.519, 520.146, 529.897, 535.043, 542.038, 543.894, 551.247, 568.552, 572.793, 575.745, 578.509, 580.893, 583.359, 598.644, 610.591, 616.926, 619.621, 623.826, 647.806, 650.368, 655.708, 658.958, 668.469, 671.17, 673.941, 676.398, 678.337, 680.581, 682.993, 685.442, 687.627, 694.44, 696.244, 699.618, 703.006, 734.904, 737.523, 739.643, 740.704, 743.954, 748.214, 750.752, 763.469, 765.682, 769.089, 776.451, 794.585, 797.548, 801.557, 805.611, 813.253, 818.269, 823.847, 827.808, 833.356, 836.555, 870.875, 881.418, 896.425, 903.235, 914.117, 916.852, 918.634, 922.794, 927.47, 929.953, 945.613, 954.824, 962.658, 972.002, 973.723, 978.016, 979.123, 1019.738, 1069.568, 1081.678, 1105.606, 1201.304, 1203.211, 1302.677, 1305.806, 1323.825, 1332.804, 1412.45, 1422.706, 1430] + [-73.96158, 40.77127] + ], + "timestamps": [ + 454, 518.519, 520.146, 529.897, 535.043, 542.038, 543.894, 551.247, + 568.552, 572.793, 575.745, 578.509, 580.893, 583.359, 598.644, 610.591, + 616.926, 619.621, 623.826, 647.806, 650.368, 655.708, 658.958, 668.469, + 671.17, 673.941, 676.398, 678.337, 680.581, 682.993, 685.442, 687.627, + 694.44, 696.244, 699.618, 703.006, 734.904, 737.523, 739.643, 740.704, + 743.954, 748.214, 750.752, 763.469, 765.682, 769.089, 776.451, 794.585, + 797.548, 801.557, 805.611, 813.253, 818.269, 823.847, 827.808, 833.356, + 836.555, 870.875, 881.418, 896.425, 903.235, 914.117, 916.852, 918.634, + 922.794, 927.47, 929.953, 945.613, 954.824, 962.658, 972.002, 973.723, + 978.016, 979.123, 1019.738, 1069.568, 1081.678, 1105.606, 1201.304, + 1203.211, 1302.677, 1305.806, 1323.825, 1332.804, 1412.45, 1422.706, 1430 + ] }, { "vendor": 1, @@ -47858,8 +55657,21 @@ [-73.99272, 40.70253], [-73.99258, 40.70257], [-73.9907, 40.70254], - [-73.99047, 40.70253]], - "timestamps": [ 539, 545.673, 563.571, 636.05, 642.369, 655.304, 659.315, 671.896, 702.527, 766.476, 776.241, 832.561, 835.551, 851.864, 861.952, 865.215, 867.563, 868.596, 869.184, 869.971, 873.502, 877.04, 877.753, 879.014, 975.072, 977.049, 982.575, 984.535, 985.555, 987.158, 988.513, 989.757, 991.011, 992.136, 994.111, 996.536, 1012.675, 1013.856, 1016.024, 1027.632, 1032.442, 1038.901, 1042.793, 1045.104, 1046.33, 1047.296, 1048.193, 1049.022, 1049.77, 1050.536, 1051.489, 1051.917, 1053.035, 1054.049, 1056.694, 1080.239, 1087.924, 1092.616, 1099.203, 1103.708, 1114.188, 1142.488, 1151.591, 1155.582, 1160.731, 1170.895, 1173.361, 1175.447, 1177.634, 1181.007, 1182.924, 1184.635, 1190.566, 1191.34, 1193.17, 1194.228, 1195.996, 1198.048, 1223.84, 1227] + [-73.99047, 40.70253] + ], + "timestamps": [ + 539, 545.673, 563.571, 636.05, 642.369, 655.304, 659.315, 671.896, + 702.527, 766.476, 776.241, 832.561, 835.551, 851.864, 861.952, 865.215, + 867.563, 868.596, 869.184, 869.971, 873.502, 877.04, 877.753, 879.014, + 975.072, 977.049, 982.575, 984.535, 985.555, 987.158, 988.513, 989.757, + 991.011, 992.136, 994.111, 996.536, 1012.675, 1013.856, 1016.024, + 1027.632, 1032.442, 1038.901, 1042.793, 1045.104, 1046.33, 1047.296, + 1048.193, 1049.022, 1049.77, 1050.536, 1051.489, 1051.917, 1053.035, + 1054.049, 1056.694, 1080.239, 1087.924, 1092.616, 1099.203, 1103.708, + 1114.188, 1142.488, 1151.591, 1155.582, 1160.731, 1170.895, 1173.361, + 1175.447, 1177.634, 1181.007, 1182.924, 1184.635, 1190.566, 1191.34, + 1193.17, 1194.228, 1195.996, 1198.048, 1223.84, 1227 + ] }, { "vendor": 0, @@ -47887,8 +55699,13 @@ [-73.99544, 40.73927], [-73.99828, 40.74046], [-74.00112, 40.74166], - [-74.00081, 40.7421]], - "timestamps": [ 428, 484.316, 548.833, 560.419, 647.659, 652.753, 657.83, 742.064, 752.198, 797.86, 833.229, 884.051, 901.607, 904.353, 933.188, 937.889, 1014.231, 1059.308, 1090.497, 1272.352, 1286.441, 1369.312, 1452.345, 1463] + [-74.00081, 40.7421] + ], + "timestamps": [ + 428, 484.316, 548.833, 560.419, 647.659, 652.753, 657.83, 742.064, + 752.198, 797.86, 833.229, 884.051, 901.607, 904.353, 933.188, 937.889, + 1014.231, 1059.308, 1090.497, 1272.352, 1286.441, 1369.312, 1452.345, 1463 + ] }, { "vendor": 0, @@ -47947,8 +55764,18 @@ [-73.99852, 40.71978], [-73.99765, 40.72083], [-73.9971, 40.7222], - [-73.99712, 40.7223]], - "timestamps": [ 1287, 1303.666, 1307.194, 1308.537, 1315.849, 1318.496, 1323.542, 1341.814, 1349.661, 1351.43, 1352.822, 1353.778, 1354.567, 1355.559, 1356.415, 1371.859, 1377.395, 1378.977, 1380.47, 1393.286, 1412.903, 1415.886, 1417.785, 1422.571, 1440.015, 1442.513, 1443.883, 1445.78, 1446.994, 1448.95, 1452.804, 1456.26, 1469.512, 1470.978, 1471.638, 1474.972, 1510.365, 1514.912, 1568.932, 1570.688, 1579.178, 1583.19, 1591.466, 1592.806, 1620.065, 1637.554, 1666.854, 1669.449, 1673.11, 1681.592, 1695.703, 1731.824, 1753.403, 1799.212, 1802.447] + [-73.99712, 40.7223] + ], + "timestamps": [ + 1287, 1303.666, 1307.194, 1308.537, 1315.849, 1318.496, 1323.542, + 1341.814, 1349.661, 1351.43, 1352.822, 1353.778, 1354.567, 1355.559, + 1356.415, 1371.859, 1377.395, 1378.977, 1380.47, 1393.286, 1412.903, + 1415.886, 1417.785, 1422.571, 1440.015, 1442.513, 1443.883, 1445.78, + 1446.994, 1448.95, 1452.804, 1456.26, 1469.512, 1470.978, 1471.638, + 1474.972, 1510.365, 1514.912, 1568.932, 1570.688, 1579.178, 1583.19, + 1591.466, 1592.806, 1620.065, 1637.554, 1666.854, 1669.449, 1673.11, + 1681.592, 1695.703, 1731.824, 1753.403, 1799.212, 1802.447 + ] }, { "vendor": 0, @@ -47983,8 +55810,15 @@ [-73.94756, 40.71816], [-73.94985, 40.71668], [-73.95058, 40.71618], - [-73.95133, 40.71565]], - "timestamps": [ 1476, 1476.288, 1478.785, 1540.422, 1562.94, 1631.378, 1655.678, 1657.265, 1672.392, 1676.099, 1682.952, 1687.479, 1689.393, 1701.642, 1708.607, 1725.093, 1736.012, 1737.857, 1739.214, 1740.687, 1742.179, 1743.811, 1745.553, 1748.278, 1752.936, 1759.455, 1765.714, 1775.655, 1791.422, 1796.577, 1801.949] + [-73.95133, 40.71565] + ], + "timestamps": [ + 1476, 1476.288, 1478.785, 1540.422, 1562.94, 1631.378, 1655.678, 1657.265, + 1672.392, 1676.099, 1682.952, 1687.479, 1689.393, 1701.642, 1708.607, + 1725.093, 1736.012, 1737.857, 1739.214, 1740.687, 1742.179, 1743.811, + 1745.553, 1748.278, 1752.936, 1759.455, 1765.714, 1775.655, 1791.422, + 1796.577, 1801.949 + ] }, { "vendor": 0, @@ -48042,8 +55876,18 @@ [-73.95463, 40.71178], [-73.95442, 40.71194], [-73.95407, 40.71219], - [-73.95349, 40.71312]], - "timestamps": [ 876, 893.76, 908.291, 951.883, 1035.456, 1056.38, 1151.389, 1158.478, 1160.605, 1180.384, 1211.826, 1232.815, 1261.307, 1310.119, 1330.735, 1332.917, 1345.834, 1383.533, 1389.919, 1394.789, 1408.801, 1442.563, 1445.936, 1462.082, 1505.502, 1507.289, 1512.042, 1514.165, 1523.184, 1526.525, 1535.021, 1541.195, 1543.34, 1555.641, 1622.299, 1624.271, 1628.547, 1631.151, 1633.149, 1635.819, 1638.691, 1641.448, 1645.575, 1663.952, 1671.152, 1678.283, 1740.06, 1743.512, 1758.494, 1760.773, 1771.434, 1774.149, 1778.534, 1810.067] + [-73.95349, 40.71312] + ], + "timestamps": [ + 876, 893.76, 908.291, 951.883, 1035.456, 1056.38, 1151.389, 1158.478, + 1160.605, 1180.384, 1211.826, 1232.815, 1261.307, 1310.119, 1330.735, + 1332.917, 1345.834, 1383.533, 1389.919, 1394.789, 1408.801, 1442.563, + 1445.936, 1462.082, 1505.502, 1507.289, 1512.042, 1514.165, 1523.184, + 1526.525, 1535.021, 1541.195, 1543.34, 1555.641, 1622.299, 1624.271, + 1628.547, 1631.151, 1633.149, 1635.819, 1638.691, 1641.448, 1645.575, + 1663.952, 1671.152, 1678.283, 1740.06, 1743.512, 1758.494, 1760.773, + 1771.434, 1774.149, 1778.534, 1810.067 + ] }, { "vendor": 0, @@ -48056,8 +55900,12 @@ [-73.97592, 40.6835], [-73.9769, 40.68385], [-73.97745, 40.68405], - [-73.97827, 40.6852]], - "timestamps": [ 1593, 1622.859, 1633.596, 1637.946, 1735.31, 1738.516, 1758.584, 1769.884, 1809.796] + [-73.97827, 40.6852] + ], + "timestamps": [ + 1593, 1622.859, 1633.596, 1637.946, 1735.31, 1738.516, 1758.584, 1769.884, + 1809.796 + ] }, { "vendor": 0, @@ -48084,8 +55932,14 @@ [-73.989, 40.69178], [-73.98893, 40.69208], [-73.98888, 40.69242], - [-73.98869, 40.69609]], - "timestamps": [ 847, 876.067, 900.543, 914.915, 929.357, 1120.239, 1163.511, 1218.135, 1236.179, 1296.359, 1315.307, 1462.792, 1473.563, 1562.706, 1581.366, 1588.218, 1603.771, 1612.176, 1660.757, 1689.25, 1699.643, 1713.536, 1862.689] + [-73.98869, 40.69609] + ], + "timestamps": [ + 847, 876.067, 900.543, 914.915, 929.357, 1120.239, 1163.511, 1218.135, + 1236.179, 1296.359, 1315.307, 1462.792, 1473.563, 1562.706, 1581.366, + 1588.218, 1603.771, 1612.176, 1660.757, 1689.25, 1699.643, 1713.536, + 1862.689 + ] }, { "vendor": 0, @@ -48095,8 +55949,9 @@ [-73.98776, 40.74979], [-73.98763, 40.74973], [-73.98455, 40.74843], - [-73.97732, 40.74539]], - "timestamps": [ 1554, 1591.063, 1592.633, 1595.16, 1653.698, 1836.425] + [-73.97732, 40.74539] + ], + "timestamps": [1554, 1591.063, 1592.633, 1595.16, 1653.698, 1836.425] }, { "vendor": 0, @@ -48107,8 +55962,11 @@ [-73.93972, 40.69947], [-73.94114, 40.70028], [-73.94193, 40.70072], - [-73.94439, 40.70042]], - "timestamps": [ 1663, 1666.296, 1704.401, 1736.924, 1767.38, 1784.18, 1814.542] + [-73.94439, 40.70042] + ], + "timestamps": [ + 1663, 1666.296, 1704.401, 1736.924, 1767.38, 1784.18, 1814.542 + ] }, { "vendor": 0, @@ -48144,8 +56002,15 @@ [-73.97203, 40.72667], [-73.97213, 40.72636], [-73.97253, 40.72556], - [-73.97341, 40.72413]], - "timestamps": [ 1579, 1582.522, 1591.451, 1606.255, 1612.537, 1621.834, 1624.646, 1627.486, 1630.43, 1635.865, 1640.157, 1655.458, 1660.82, 1666.279, 1670.254, 1672.639, 1679.067, 1718.692, 1723.803, 1727.171, 1731.995, 1741.3, 1746.225, 1748.79, 1754.576, 1759.845, 1766.646, 1777.947, 1781.721, 1785.337, 1795.03, 1812.908] + [-73.97341, 40.72413] + ], + "timestamps": [ + 1579, 1582.522, 1591.451, 1606.255, 1612.537, 1621.834, 1624.646, + 1627.486, 1630.43, 1635.865, 1640.157, 1655.458, 1660.82, 1666.279, + 1670.254, 1672.639, 1679.067, 1718.692, 1723.803, 1727.171, 1731.995, + 1741.3, 1746.225, 1748.79, 1754.576, 1759.845, 1766.646, 1777.947, + 1781.721, 1785.337, 1795.03, 1812.908 + ] }, { "vendor": 0, @@ -48173,8 +56038,13 @@ [-74.00473, 40.72426], [-74.00495, 40.72431], [-74.006, 40.72441], - [-74.00608, 40.72394]], - "timestamps": [ 245, 247.928, 331.392, 344.84, 360.9, 388.031, 487.056, 493.928, 504.009, 509.986, 517.701, 552.233, 577.833, 579.345, 583.302, 586.746, 603.857, 611.074, 617.904, 630.107, 637.758, 646.577, 687.214, 696] + [-74.00608, 40.72394] + ], + "timestamps": [ + 245, 247.928, 331.392, 344.84, 360.9, 388.031, 487.056, 493.928, 504.009, + 509.986, 517.701, 552.233, 577.833, 579.345, 583.302, 586.746, 603.857, + 611.074, 617.904, 630.107, 637.758, 646.577, 687.214, 696 + ] }, { "vendor": 0, @@ -48199,8 +56069,13 @@ [-73.99778, 40.7135], [-73.99763, 40.71344], [-73.99721, 40.71347], - [-73.99531, 40.71363]], - "timestamps": [ 780, 791.991, 838.626, 868.901, 873.269, 960.825, 975.866, 1048.504, 1052.619, 1055.535, 1071.801, 1144.523, 1193.245, 1196.147, 1198.381, 1202.378, 1235.689, 1239.259, 1241.274, 1246.286, 1269] + [-73.99531, 40.71363] + ], + "timestamps": [ + 780, 791.991, 838.626, 868.901, 873.269, 960.825, 975.866, 1048.504, + 1052.619, 1055.535, 1071.801, 1144.523, 1193.245, 1196.147, 1198.381, + 1202.378, 1235.689, 1239.259, 1241.274, 1246.286, 1269 + ] }, { "vendor": 0, @@ -48220,8 +56095,13 @@ [-73.99413, 40.72009], [-73.99481, 40.71845], [-73.99512, 40.71782], - [-73.99607, 40.71624]], - "timestamps": [ 1350, 1380.811, 1384.098, 1483.227, 1490.16, 1495.142, 1498.791, 1587.786, 1630.534, 1660.076, 1664.687, 1669.282, 1677.218, 1731.688, 1752.993, 1808.01] + [-73.99607, 40.71624] + ], + "timestamps": [ + 1350, 1380.811, 1384.098, 1483.227, 1490.16, 1495.142, 1498.791, 1587.786, + 1630.534, 1660.076, 1664.687, 1669.282, 1677.218, 1731.688, 1752.993, + 1808.01 + ] }, { "vendor": 0, @@ -48245,8 +56125,13 @@ [-73.97306, 40.683], [-73.97576, 40.68355], [-73.97592, 40.6835], - [-73.9769, 40.68385]], - "timestamps": [ 1288, 1304.524, 1322.224, 1392.16, 1436.716, 1481.199, 1500.703, 1520.128, 1531.903, 1579.649, 1599.95, 1611.98, 1622.801, 1630.652, 1633.846, 1639.169, 1740.92, 1790.551, 1793.623, 1812.853] + [-73.9769, 40.68385] + ], + "timestamps": [ + 1288, 1304.524, 1322.224, 1392.16, 1436.716, 1481.199, 1500.703, 1520.128, + 1531.903, 1579.649, 1599.95, 1611.98, 1622.801, 1630.652, 1633.846, + 1639.169, 1740.92, 1790.551, 1793.623, 1812.853 + ] }, { "vendor": 0, @@ -48277,8 +56162,14 @@ [-73.99852, 40.71978], [-73.99765, 40.72083], [-73.99819, 40.72106], - [-73.99824, 40.72108]], - "timestamps": [ 112, 114.918, 128.645, 179.967, 251.5, 265.967, 370.131, 371.387, 373.691, 381.309, 386.645, 538.73, 550.322, 590.498, 647.419, 660.599, 792.454, 795.266, 822.028, 878.912, 901.258, 925.245, 949.052, 965.064, 995.58, 1013.375, 1015] + [-73.99824, 40.72108] + ], + "timestamps": [ + 112, 114.918, 128.645, 179.967, 251.5, 265.967, 370.131, 371.387, 373.691, + 381.309, 386.645, 538.73, 550.322, 590.498, 647.419, 660.599, 792.454, + 795.266, 822.028, 878.912, 901.258, 925.245, 949.052, 965.064, 995.58, + 1013.375, 1015 + ] }, { "vendor": 0, @@ -48379,8 +56270,24 @@ [-73.97206, 40.72969], [-73.97228, 40.72994], [-73.9725, 40.73015], - [-73.97324, 40.73077]], - "timestamps": [ 970, 1074.432, 1086.382, 1102.7, 1107.044, 1112.247, 1136.965, 1158.143, 1194.736, 1201.605, 1221.111, 1226.273, 1230.997, 1254.521, 1278.548, 1300.277, 1315.086, 1319.463, 1329.837, 1331.454, 1339.084, 1341.39, 1347.134, 1362.914, 1459.363, 1472.953, 1473.869, 1475.973, 1476.865, 1477.595, 1478.886, 1479.672, 1480.43, 1481.171, 1481.962, 1482.703, 1483.712, 1484.104, 1488.042, 1491.925, 1495.714, 1498.038, 1516.075, 1517.995, 1519.372, 1523.655, 1524.182, 1526.38, 1528.651, 1529.665, 1531.763, 1534.077, 1534.928, 1540.309, 1543.65, 1549.788, 1554.515, 1566.343, 1577.107, 1580.801, 1601.76, 1623.912, 1633.048, 1648.952, 1650.977, 1653.077, 1655.619, 1659.418, 1660.73, 1663.068, 1665.945, 1667.807, 1690.293, 1699.702, 1705.404, 1710.017, 1712.344, 1717.32, 1732.84, 1738.251, 1740.553, 1744.145, 1764.628, 1766.817, 1769.115, 1771.379, 1774.156, 1782.28, 1784.587, 1786.954, 1789.053, 1790.709, 1792.626, 1794.687, 1796.779, 1798.645, 1804.465] + [-73.97324, 40.73077] + ], + "timestamps": [ + 970, 1074.432, 1086.382, 1102.7, 1107.044, 1112.247, 1136.965, 1158.143, + 1194.736, 1201.605, 1221.111, 1226.273, 1230.997, 1254.521, 1278.548, + 1300.277, 1315.086, 1319.463, 1329.837, 1331.454, 1339.084, 1341.39, + 1347.134, 1362.914, 1459.363, 1472.953, 1473.869, 1475.973, 1476.865, + 1477.595, 1478.886, 1479.672, 1480.43, 1481.171, 1481.962, 1482.703, + 1483.712, 1484.104, 1488.042, 1491.925, 1495.714, 1498.038, 1516.075, + 1517.995, 1519.372, 1523.655, 1524.182, 1526.38, 1528.651, 1529.665, + 1531.763, 1534.077, 1534.928, 1540.309, 1543.65, 1549.788, 1554.515, + 1566.343, 1577.107, 1580.801, 1601.76, 1623.912, 1633.048, 1648.952, + 1650.977, 1653.077, 1655.619, 1659.418, 1660.73, 1663.068, 1665.945, + 1667.807, 1690.293, 1699.702, 1705.404, 1710.017, 1712.344, 1717.32, + 1732.84, 1738.251, 1740.553, 1744.145, 1764.628, 1766.817, 1769.115, + 1771.379, 1774.156, 1782.28, 1784.587, 1786.954, 1789.053, 1790.709, + 1792.626, 1794.687, 1796.779, 1798.645, 1804.465 + ] }, { "vendor": 0, @@ -48407,8 +56314,14 @@ [-73.96691, 40.71212], [-73.97712, 40.71522], [-73.97827, 40.71559], - [-73.98414, 40.71736]], - "timestamps": [ 1316, 1404.384, 1409.716, 1414.325, 1429.186, 1435.926, 1465.465, 1488.039, 1578.556, 1609.44, 1612.072, 1618.77, 1620.44, 1622.175, 1624.846, 1628.455, 1634.021, 1659.675, 1669.275, 1676.773, 1752.476, 1761.074, 1804.555] + [-73.98414, 40.71736] + ], + "timestamps": [ + 1316, 1404.384, 1409.716, 1414.325, 1429.186, 1435.926, 1465.465, + 1488.039, 1578.556, 1609.44, 1612.072, 1618.77, 1620.44, 1622.175, + 1624.846, 1628.455, 1634.021, 1659.675, 1669.275, 1676.773, 1752.476, + 1761.074, 1804.555 + ] }, { "vendor": 0, @@ -48494,8 +56407,21 @@ [-74.00111, 40.71019], [-74.00154, 40.7096], [-74.00165, 40.70949], - [-74.00216, 40.7091]], - "timestamps": [ 84, 134.635, 162.932, 251.067, 255.268, 276.546, 277.607, 404.559, 466.747, 473.766, 475.888, 478.032, 480.255, 484.357, 487.598, 499.135, 503.178, 507.294, 510.291, 512.089, 516.936, 546.813, 550.667, 554.737, 556.842, 563.858, 567.571, 569.506, 573.868, 577.841, 582.969, 585.637, 594.335, 597.062, 604.371, 617.851, 628.179, 632.741, 637.087, 641.144, 662.846, 667.665, 671.291, 675.201, 680.339, 685.309, 691.807, 715.813, 723.455, 725.702, 728.986, 733.147, 736.298, 737.762, 740.76, 743.23, 745.664, 776.466, 800.182, 806.611, 830.965, 838.38, 852.474, 856.415, 862.452, 867.778, 875.976, 877.51, 879.73, 880.518, 882.746, 884.779, 889.923, 893.93, 900.512, 902.433, 904.599, 942.443, 947.789, 967.7, 971.778, 988] + [-74.00216, 40.7091] + ], + "timestamps": [ + 84, 134.635, 162.932, 251.067, 255.268, 276.546, 277.607, 404.559, + 466.747, 473.766, 475.888, 478.032, 480.255, 484.357, 487.598, 499.135, + 503.178, 507.294, 510.291, 512.089, 516.936, 546.813, 550.667, 554.737, + 556.842, 563.858, 567.571, 569.506, 573.868, 577.841, 582.969, 585.637, + 594.335, 597.062, 604.371, 617.851, 628.179, 632.741, 637.087, 641.144, + 662.846, 667.665, 671.291, 675.201, 680.339, 685.309, 691.807, 715.813, + 723.455, 725.702, 728.986, 733.147, 736.298, 737.762, 740.76, 743.23, + 745.664, 776.466, 800.182, 806.611, 830.965, 838.38, 852.474, 856.415, + 862.452, 867.778, 875.976, 877.51, 879.73, 880.518, 882.746, 884.779, + 889.923, 893.93, 900.512, 902.433, 904.599, 942.443, 947.789, 967.7, + 971.778, 988 + ] }, { "vendor": 0, @@ -48516,8 +56442,13 @@ [-74.00519, 40.72936], [-74.00577, 40.72568], [-74.00611, 40.7238], - [-74.00642, 40.72173]], - "timestamps": [ 1381, 1383.654, 1474.168, 1478.187, 1483.203, 1489.963, 1492.485, 1563.405, 1581.576, 1610.176, 1613.28, 1649.392, 1665.046, 1667.126, 1735.755, 1770.893, 1809.471] + [-74.00642, 40.72173] + ], + "timestamps": [ + 1381, 1383.654, 1474.168, 1478.187, 1483.203, 1489.963, 1492.485, + 1563.405, 1581.576, 1610.176, 1613.28, 1649.392, 1665.046, 1667.126, + 1735.755, 1770.893, 1809.471 + ] }, { "vendor": 0, @@ -48586,8 +56517,19 @@ [-73.99257, 40.71465], [-73.99179, 40.71616], [-73.99117, 40.71734], - [-73.99105, 40.7173]], - "timestamps": [ 436, 438.201, 438.875, 457.734, 459.722, 463.755, 506.896, 508.605, 527.603, 529.452, 531.093, 532.309, 533.778, 537.101, 538.402, 539.697, 540.421, 540.954, 541.985, 544.309, 546.426, 549.158, 555.215, 556.667, 560.562, 567.744, 573.247, 575.678, 577.993, 580.155, 591.718, 594.286, 596.218, 598.301, 601.039, 603.687, 607.149, 619.94, 624.012, 625.209, 626.959, 629.176, 630.855, 631.635, 633.232, 634.548, 635.845, 642.315, 653.166, 659.567, 670.982, 690.474, 702.7, 712.301, 714.017, 714.92, 720.943, 730.242, 755.498, 769.427, 776.743, 779.936, 799.108, 814.124, 817] + [-73.99105, 40.7173] + ], + "timestamps": [ + 436, 438.201, 438.875, 457.734, 459.722, 463.755, 506.896, 508.605, + 527.603, 529.452, 531.093, 532.309, 533.778, 537.101, 538.402, 539.697, + 540.421, 540.954, 541.985, 544.309, 546.426, 549.158, 555.215, 556.667, + 560.562, 567.744, 573.247, 575.678, 577.993, 580.155, 591.718, 594.286, + 596.218, 598.301, 601.039, 603.687, 607.149, 619.94, 624.012, 625.209, + 626.959, 629.176, 630.855, 631.635, 633.232, 634.548, 635.845, 642.315, + 653.166, 659.567, 670.982, 690.474, 702.7, 712.301, 714.017, 714.92, + 720.943, 730.242, 755.498, 769.427, 776.743, 779.936, 799.108, 814.124, + 817 + ] }, { "vendor": 0, @@ -48604,8 +56546,12 @@ [-73.89786, 40.75253], [-73.89774, 40.75225], [-73.89755, 40.75177], - [-73.89748, 40.75114]], - "timestamps": [ 1490, 1491.605, 1744.169, 1761.382, 1764.092, 1765.532, 1767.101, 1769.357, 1781.226, 1784.787, 1788.605, 1795.104, 1800.482] + [-73.89748, 40.75114] + ], + "timestamps": [ + 1490, 1491.605, 1744.169, 1761.382, 1764.092, 1765.532, 1767.101, + 1769.357, 1781.226, 1784.787, 1788.605, 1795.104, 1800.482 + ] }, { "vendor": 0, @@ -48642,8 +56588,15 @@ [-73.99028, 40.7191], [-73.9902, 40.71925], [-73.99047, 40.71934], - [-73.99076, 40.71943]], - "timestamps": [ 894, 897.127, 978.479, 1000.059, 1012.863, 1024.001, 1035.802, 1037.286, 1086.267, 1111.346, 1120.257, 1139.465, 1143.081, 1148.587, 1157.214, 1173.328, 1227.44, 1265.014, 1296.232, 1306.637, 1340.72, 1376.808, 1408.657, 1413.245, 1438.599, 1461.208, 1476.036, 1489.36, 1491.511, 1492.488, 1494.573, 1499.628, 1505] + [-73.99076, 40.71943] + ], + "timestamps": [ + 894, 897.127, 978.479, 1000.059, 1012.863, 1024.001, 1035.802, 1037.286, + 1086.267, 1111.346, 1120.257, 1139.465, 1143.081, 1148.587, 1157.214, + 1173.328, 1227.44, 1265.014, 1296.232, 1306.637, 1340.72, 1376.808, + 1408.657, 1413.245, 1438.599, 1461.208, 1476.036, 1489.36, 1491.511, + 1492.488, 1494.573, 1499.628, 1505 + ] }, { "vendor": 0, @@ -48669,8 +56622,13 @@ [-73.98825, 40.71846], [-73.98816, 40.71861], [-73.98828, 40.71865], - [-73.98885, 40.71882]], - "timestamps": [ 533, 539.254, 620.19, 712.274, 737.83, 742.521, 781.61, 786.442, 789.169, 871.173, 872.299, 878.258, 900.443, 908.645, 1050.428, 1053.675, 1094.84, 1121.468, 1125.6, 1131.855, 1136.816, 1160] + [-73.98885, 40.71882] + ], + "timestamps": [ + 533, 539.254, 620.19, 712.274, 737.83, 742.521, 781.61, 786.442, 789.169, + 871.173, 872.299, 878.258, 900.443, 908.645, 1050.428, 1053.675, 1094.84, + 1121.468, 1125.6, 1131.855, 1136.816, 1160 + ] }, { "vendor": 0, @@ -48701,8 +56659,14 @@ [-73.98696, 40.6985], [-73.98709, 40.69623], [-73.9871, 40.69603], - [-73.98456, 40.69594]], - "timestamps": [ 1558, 1630.144, 1632.431, 1652.397, 1661.346, 1661.763, 1662.321, 1664.825, 1667.334, 1667.84, 1668.734, 1736.852, 1738.254, 1742.173, 1743.563, 1744.286, 1745.423, 1746.384, 1747.266, 1748.155, 1748.953, 1750.354, 1752.074, 1759.552, 1786.364, 1788.726, 1823.007] + [-73.98456, 40.69594] + ], + "timestamps": [ + 1558, 1630.144, 1632.431, 1652.397, 1661.346, 1661.763, 1662.321, + 1664.825, 1667.334, 1667.84, 1668.734, 1736.852, 1738.254, 1742.173, + 1743.563, 1744.286, 1745.423, 1746.384, 1747.266, 1748.155, 1748.953, + 1750.354, 1752.074, 1759.552, 1786.364, 1788.726, 1823.007 + ] }, { "vendor": 0, @@ -48744,8 +56708,15 @@ [-73.99304, 40.72546], [-73.99284, 40.7254], [-73.99228, 40.72525], - [-73.99229, 40.72521]], - "timestamps": [ 58, 100.87, 149.894, 171.388, 192.796, 212.665, 225.403, 262.556, 298.946, 317.471, 421.442, 461.622, 634.951, 648.331, 770.561, 774.563, 787.946, 813.075, 833.668, 840.532, 996.82, 1001.157, 1004.095, 1032.733, 1076.003, 1098.49, 1155.983, 1164.222, 1186.224, 1209.833, 1224.934, 1230.126, 1267.493, 1329.915, 1363.593, 1379.288, 1422.627, 1424] + [-73.99229, 40.72521] + ], + "timestamps": [ + 58, 100.87, 149.894, 171.388, 192.796, 212.665, 225.403, 262.556, 298.946, + 317.471, 421.442, 461.622, 634.951, 648.331, 770.561, 774.563, 787.946, + 813.075, 833.668, 840.532, 996.82, 1001.157, 1004.095, 1032.733, 1076.003, + 1098.49, 1155.983, 1164.222, 1186.224, 1209.833, 1224.934, 1230.126, + 1267.493, 1329.915, 1363.593, 1379.288, 1422.627, 1424 + ] }, { "vendor": 0, @@ -48858,8 +56829,24 @@ [-74.0128, 40.70234], [-74.01283, 40.70244], [-74.01288, 40.70241], - [-74.01297, 40.70241]], - "timestamps": [ 151, 156.14, 156.851, 202.847, 243.448, 288.959, 290.258, 316.09, 351.11, 429.126, 430.687, 465.52, 467.234, 481.007, 482.452, 484.791, 488.012, 489.783, 494.736, 510.928, 531.94, 543.963, 551.337, 554.243, 556.957, 559.179, 581.179, 583.948, 586.578, 589.839, 594.863, 599.103, 603.555, 607.393, 612.402, 615.62, 617.214, 620.528, 623.705, 632.753, 635.925, 639.153, 641.504, 642.914, 646.716, 670.15, 673.172, 675.164, 678.017, 683.52, 686.432, 687.949, 691.371, 694.487, 698.509, 705.192, 707.425, 709.563, 715.296, 725.869, 733.97, 737.548, 740.956, 744.138, 761.16, 767.783, 770.85, 774.88, 778.778, 783.875, 807.981, 808.697, 810.459, 813.036, 816.299, 818.77, 819.919, 822.27, 824.207, 826.116, 850.276, 868.877, 873.919, 893.021, 898.837, 909.891, 914.324, 917.15, 920.143, 924.6, 928.648, 935.828, 939.513, 947.933, 973.51, 982.419, 986.551, 993.044, 996.037, 998.797, 1002.934, 1025.205, 1033.36, 1036.255, 1037.997, 1070.143, 1074.319, 1076.26, 1079] + [-74.01297, 40.70241] + ], + "timestamps": [ + 151, 156.14, 156.851, 202.847, 243.448, 288.959, 290.258, 316.09, 351.11, + 429.126, 430.687, 465.52, 467.234, 481.007, 482.452, 484.791, 488.012, + 489.783, 494.736, 510.928, 531.94, 543.963, 551.337, 554.243, 556.957, + 559.179, 581.179, 583.948, 586.578, 589.839, 594.863, 599.103, 603.555, + 607.393, 612.402, 615.62, 617.214, 620.528, 623.705, 632.753, 635.925, + 639.153, 641.504, 642.914, 646.716, 670.15, 673.172, 675.164, 678.017, + 683.52, 686.432, 687.949, 691.371, 694.487, 698.509, 705.192, 707.425, + 709.563, 715.296, 725.869, 733.97, 737.548, 740.956, 744.138, 761.16, + 767.783, 770.85, 774.88, 778.778, 783.875, 807.981, 808.697, 810.459, + 813.036, 816.299, 818.77, 819.919, 822.27, 824.207, 826.116, 850.276, + 868.877, 873.919, 893.021, 898.837, 909.891, 914.324, 917.15, 920.143, + 924.6, 928.648, 935.828, 939.513, 947.933, 973.51, 982.419, 986.551, + 993.044, 996.037, 998.797, 1002.934, 1025.205, 1033.36, 1036.255, + 1037.997, 1070.143, 1074.319, 1076.26, 1079 + ] }, { "vendor": 1, @@ -48899,16 +56886,24 @@ [-73.98615, 40.69492], [-73.98716, 40.69496], [-73.98712, 40.69568], - [-73.98711, 40.6959]], - "timestamps": [ 140, 147.225, 156.113, 208.217, 689.219, 695.912, 772.171, 784.894, 792.585, 796.046, 812.421, 828.292, 831.726, 883.667, 1031.383, 1195.637, 1230.647, 1233.572, 1251.877, 1262.184, 1293.868, 1323.768, 1343.189, 1357.988, 1392.242, 1394.157, 1413.452, 1486.227, 1503.885, 1506.848, 1508.489, 1519.687, 1530.357, 1546.471, 1572.92, 1581] + [-73.98711, 40.6959] + ], + "timestamps": [ + 140, 147.225, 156.113, 208.217, 689.219, 695.912, 772.171, 784.894, + 792.585, 796.046, 812.421, 828.292, 831.726, 883.667, 1031.383, 1195.637, + 1230.647, 1233.572, 1251.877, 1262.184, 1293.868, 1323.768, 1343.189, + 1357.988, 1392.242, 1394.157, 1413.452, 1486.227, 1503.885, 1506.848, + 1508.489, 1519.687, 1530.357, 1546.471, 1572.92, 1581 + ] }, { "vendor": 0, "path": [ [-73.98555, 40.7442], [-73.98524, 40.74462], - [-73.98684, 40.7453]], - "timestamps": [ 1765, 1774.573, 1803.292] + [-73.98684, 40.7453] + ], + "timestamps": [1765, 1774.573, 1803.292] }, { "vendor": 0, @@ -48924,8 +56919,12 @@ [-73.99054, 40.71919], [-73.98912, 40.71873], [-73.98746, 40.71822], - [-73.98618, 40.71776]], - "timestamps": [ 1550, 1563.944, 1614.357, 1644.39, 1647.667, 1651.271, 1690.471, 1710.267, 1728.054, 1757.979, 1792.688, 1820.139] + [-73.98618, 40.71776] + ], + "timestamps": [ + 1550, 1563.944, 1614.357, 1644.39, 1647.667, 1651.271, 1690.471, 1710.267, + 1728.054, 1757.979, 1792.688, 1820.139 + ] }, { "vendor": 0, @@ -48956,8 +56955,14 @@ [-74.01029, 40.73395], [-74.01056, 40.73119], [-74.01068, 40.72974], - [-74.01096, 40.72735]], - "timestamps": [ 1396, 1399.505, 1408.592, 1418.199, 1467.744, 1469.608, 1480.743, 1490.35, 1503.325, 1506.944, 1515.175, 1565.305, 1568.621, 1619.753, 1622.666, 1643.974, 1650.335, 1659.253, 1665.501, 1669.754, 1673.546, 1691.894, 1719.809, 1739.372, 1776.639, 1796.202, 1828.511] + [-74.01096, 40.72735] + ], + "timestamps": [ + 1396, 1399.505, 1408.592, 1418.199, 1467.744, 1469.608, 1480.743, 1490.35, + 1503.325, 1506.944, 1515.175, 1565.305, 1568.621, 1619.753, 1622.666, + 1643.974, 1650.335, 1659.253, 1665.501, 1669.754, 1673.546, 1691.894, + 1719.809, 1739.372, 1776.639, 1796.202, 1828.511 + ] }, { "vendor": 0, @@ -48995,8 +57000,15 @@ [-73.96434, 40.69601], [-73.96466, 40.69592], [-73.96499, 40.69586], - [-73.96553, 40.69584]], - "timestamps": [ 1513, 1530.677, 1536.551, 1595.962, 1605.967, 1647.537, 1658.028, 1676.15, 1677.861, 1681.151, 1684.019, 1687.778, 1689.745, 1691.57, 1695.949, 1697.583, 1699.556, 1733.454, 1745.73, 1758.862, 1765.518, 1767.461, 1777.654, 1782.286, 1784.376, 1785.398, 1787.443, 1789.601, 1790.736, 1793.135, 1795.037, 1796.641, 1798.236, 1800.777] + [-73.96553, 40.69584] + ], + "timestamps": [ + 1513, 1530.677, 1536.551, 1595.962, 1605.967, 1647.537, 1658.028, 1676.15, + 1677.861, 1681.151, 1684.019, 1687.778, 1689.745, 1691.57, 1695.949, + 1697.583, 1699.556, 1733.454, 1745.73, 1758.862, 1765.518, 1767.461, + 1777.654, 1782.286, 1784.376, 1785.398, 1787.443, 1789.601, 1790.736, + 1793.135, 1795.037, 1796.641, 1798.236, 1800.777 + ] }, { "vendor": 0, @@ -49016,16 +57028,21 @@ [-74.00712, 40.70637], [-74.00864, 40.70733], [-74.00858, 40.7074], - [-74.00843, 40.70755]], - "timestamps": [ 870, 921.325, 928.527, 930.927, 954.539, 972.616, 999.012, 1032.576, 1147.87, 1184.3, 1214.292, 1229.567, 1250.429, 1380.49, 1386.484, 1400] + [-74.00843, 40.70755] + ], + "timestamps": [ + 870, 921.325, 928.527, 930.927, 954.539, 972.616, 999.012, 1032.576, + 1147.87, 1184.3, 1214.292, 1229.567, 1250.429, 1380.49, 1386.484, 1400 + ] }, { "vendor": 0, "path": [ [-74.01696, 40.7059], [-74.01674, 40.70649], - [-74.01747, 40.70679]], - "timestamps": [ 1773, 1792.215, 1809.286] + [-74.01747, 40.70679] + ], + "timestamps": [1773, 1792.215, 1809.286] }, { "vendor": 0, @@ -49065,8 +57082,15 @@ [-74.00315, 40.72766], [-74.00219, 40.72969], [-74.00141, 40.73106], - [-73.99187, 40.74418]], - "timestamps": [ 475, 567.148, 616.328, 636.259, 679.262, 699.173, 728.408, 731.066, 757.846, 896.671, 901.217, 916.417, 944.957, 967.994, 975.673, 1150.51, 1155.363, 1165.098, 1167.85, 1170.697, 1234.385, 1239.421, 1328.325, 1426.952, 1430.273, 1431.762, 1435.659, 1438.183, 1455.932, 1463.039, 1469.767, 1497.139, 1558.448, 1603.714, 1635.034, 1949.473] + [-73.99187, 40.74418] + ], + "timestamps": [ + 475, 567.148, 616.328, 636.259, 679.262, 699.173, 728.408, 731.066, + 757.846, 896.671, 901.217, 916.417, 944.957, 967.994, 975.673, 1150.51, + 1155.363, 1165.098, 1167.85, 1170.697, 1234.385, 1239.421, 1328.325, + 1426.952, 1430.273, 1431.762, 1435.659, 1438.183, 1455.932, 1463.039, + 1469.767, 1497.139, 1558.448, 1603.714, 1635.034, 1949.473 + ] }, { "vendor": 0, @@ -49171,8 +57195,24 @@ [-73.98869, 40.6986], [-73.98871, 40.69834], [-73.98884, 40.69809], - [-73.98895, 40.69636]], - "timestamps": [ 542, 550.146, 556.614, 586.444, 587.931, 765.902, 853.083, 862.922, 865.898, 868.903, 872.019, 877.77, 882.313, 898.486, 904.154, 909.925, 914.125, 916.647, 923.442, 965.326, 970.729, 976.434, 979.385, 989.221, 994.426, 997.138, 1003.254, 1008.823, 1016.012, 1019.752, 1031.946, 1035.769, 1046.015, 1064.912, 1079.391, 1085.787, 1091.878, 1097.566, 1127.99, 1134.746, 1139.828, 1145.31, 1152.513, 1159.48, 1168.59, 1202.244, 1212.957, 1216.106, 1220.711, 1226.544, 1230.961, 1233.014, 1237.217, 1240.679, 1244.091, 1287.272, 1320.519, 1329.532, 1363.673, 1374.068, 1393.826, 1398.586, 1405.877, 1412.308, 1422.209, 1424.062, 1426.742, 1433.411, 1436.827, 1440.05, 1443.012, 1449.714, 1464.113, 1489.198, 1492.04, 1495.614, 1503.403, 1504.655, 1505.772, 1507.674, 1509.359, 1510.236, 1511.366, 1512.799, 1514.469, 1516.26, 1522.246, 1523.27, 1693.804, 1706.451, 1722.934, 1726.325, 1736.943, 1741.108, 1744.072, 1747.286, 1749.06, 1757.105, 1761.28, 1765.456, 1836.587] + [-73.98895, 40.69636] + ], + "timestamps": [ + 542, 550.146, 556.614, 586.444, 587.931, 765.902, 853.083, 862.922, + 865.898, 868.903, 872.019, 877.77, 882.313, 898.486, 904.154, 909.925, + 914.125, 916.647, 923.442, 965.326, 970.729, 976.434, 979.385, 989.221, + 994.426, 997.138, 1003.254, 1008.823, 1016.012, 1019.752, 1031.946, + 1035.769, 1046.015, 1064.912, 1079.391, 1085.787, 1091.878, 1097.566, + 1127.99, 1134.746, 1139.828, 1145.31, 1152.513, 1159.48, 1168.59, + 1202.244, 1212.957, 1216.106, 1220.711, 1226.544, 1230.961, 1233.014, + 1237.217, 1240.679, 1244.091, 1287.272, 1320.519, 1329.532, 1363.673, + 1374.068, 1393.826, 1398.586, 1405.877, 1412.308, 1422.209, 1424.062, + 1426.742, 1433.411, 1436.827, 1440.05, 1443.012, 1449.714, 1464.113, + 1489.198, 1492.04, 1495.614, 1503.403, 1504.655, 1505.772, 1507.674, + 1509.359, 1510.236, 1511.366, 1512.799, 1514.469, 1516.26, 1522.246, + 1523.27, 1693.804, 1706.451, 1722.934, 1726.325, 1736.943, 1741.108, + 1744.072, 1747.286, 1749.06, 1757.105, 1761.28, 1765.456, 1836.587 + ] }, { "vendor": 0, @@ -49189,8 +57229,12 @@ [-74.00517, 40.71901], [-74.00516, 40.71911], [-74.00519, 40.71985], - [-74.00446, 40.71952]], - "timestamps": [ 1281, 1285.022, 1303.665, 1318.205, 1325.243, 1343.339, 1431.558, 1441.081, 1468.139, 1473.258, 1474.505, 1483.715, 1499] + [-74.00446, 40.71952] + ], + "timestamps": [ + 1281, 1285.022, 1303.665, 1318.205, 1325.243, 1343.339, 1431.558, + 1441.081, 1468.139, 1473.258, 1474.505, 1483.715, 1499 + ] }, { "vendor": 0, @@ -49218,8 +57262,14 @@ [-73.99028, 40.7191], [-73.9902, 40.71925], [-73.99047, 40.71934], - [-73.99067, 40.7194]], - "timestamps": [ 999, 1018.597, 1035.069, 1042.455, 1057.78, 1077.065, 1195.992, 1212.746, 1238.49, 1263.511, 1275.748, 1315.827, 1358.263, 1395.716, 1401.111, 1433.595, 1462.563, 1481.561, 1498.633, 1501.389, 1502.64, 1505.312, 1511.493, 1516] + [-73.99067, 40.7194] + ], + "timestamps": [ + 999, 1018.597, 1035.069, 1042.455, 1057.78, 1077.065, 1195.992, 1212.746, + 1238.49, 1263.511, 1275.748, 1315.827, 1358.263, 1395.716, 1401.111, + 1433.595, 1462.563, 1481.561, 1498.633, 1501.389, 1502.64, 1505.312, + 1511.493, 1516 + ] }, { "vendor": 0, @@ -49303,8 +57353,22 @@ [-73.97543, 40.71901], [-73.97707, 40.71935], [-73.97736, 40.71942], - [-73.97871, 40.72]], - "timestamps": [ 1011, 1054.54, 1079.643, 1088.798, 1101.669, 1239.857, 1247.387, 1248.925, 1275.813, 1282.677, 1284.192, 1285.424, 1288.255, 1289.561, 1292.615, 1297.859, 1300.386, 1306.824, 1324.514, 1432.633, 1447.868, 1448.868, 1451.165, 1452.139, 1452.936, 1454.345, 1455.203, 1456.03, 1456.84, 1457.703, 1458.512, 1459.613, 1460.042, 1464.341, 1468.58, 1472.716, 1475.253, 1494.945, 1497.04, 1498.543, 1503.219, 1503.795, 1506.194, 1508.674, 1509.781, 1512.071, 1514.597, 1515.526, 1521.401, 1525.048, 1531.749, 1536.91, 1549.822, 1561.573, 1565.549, 1588.106, 1611.947, 1621.779, 1638.896, 1641.075, 1643.336, 1646.071, 1650.16, 1651.572, 1654.088, 1657.185, 1659.188, 1683.389, 1690.24, 1704.891, 1711.11, 1720.114, 1734.133, 1736.62, 1741.824, 1744.596, 1751.961, 1786.65, 1792.859, 1824.519] + [-73.97871, 40.72] + ], + "timestamps": [ + 1011, 1054.54, 1079.643, 1088.798, 1101.669, 1239.857, 1247.387, 1248.925, + 1275.813, 1282.677, 1284.192, 1285.424, 1288.255, 1289.561, 1292.615, + 1297.859, 1300.386, 1306.824, 1324.514, 1432.633, 1447.868, 1448.868, + 1451.165, 1452.139, 1452.936, 1454.345, 1455.203, 1456.03, 1456.84, + 1457.703, 1458.512, 1459.613, 1460.042, 1464.341, 1468.58, 1472.716, + 1475.253, 1494.945, 1497.04, 1498.543, 1503.219, 1503.795, 1506.194, + 1508.674, 1509.781, 1512.071, 1514.597, 1515.526, 1521.401, 1525.048, + 1531.749, 1536.91, 1549.822, 1561.573, 1565.549, 1588.106, 1611.947, + 1621.779, 1638.896, 1641.075, 1643.336, 1646.071, 1650.16, 1651.572, + 1654.088, 1657.185, 1659.188, 1683.389, 1690.24, 1704.891, 1711.11, + 1720.114, 1734.133, 1736.62, 1741.824, 1744.596, 1751.961, 1786.65, + 1792.859, 1824.519 + ] }, { "vendor": 0, @@ -49316,8 +57380,11 @@ [-73.99128, 40.73244], [-73.99145, 40.73173], [-73.99192, 40.73116], - [-73.99671, 40.7255]], - "timestamps": [ 1654, 1663.234, 1682.462, 1721.767, 1735.443, 1748.084, 1759.858, 1877.65] + [-73.99671, 40.7255] + ], + "timestamps": [ + 1654, 1663.234, 1682.462, 1721.767, 1735.443, 1748.084, 1759.858, 1877.65 + ] }, { "vendor": 0, @@ -49433,8 +57500,24 @@ [-73.97527, 40.74539], [-73.97539, 40.74544], [-73.97559, 40.74516], - [-73.97574, 40.74496]], - "timestamps": [ 342, 344.47, 378.12, 400.05, 418.285, 427.223, 487.529, 491.449, 508.885, 514.292, 518.856, 526.032, 527.394, 534.678, 538.383, 543.037, 547.286, 548.833, 549.5, 592.885, 606.594, 632.082, 641.142, 650.779, 653.255, 654.485, 655.755, 657.266, 658.212, 659.298, 663.919, 665.373, 666.695, 670.94, 672.924, 674.974, 675.889, 677.783, 679.872, 680.639, 685.497, 688.512, 694.052, 698.319, 708.995, 718.711, 722.041, 740.93, 760.894, 769.128, 783.462, 785.286, 787.18, 789.47, 792.894, 794.077, 796.184, 798.777, 800.455, 820.721, 829.2, 834.339, 838.497, 840.594, 845.079, 859.066, 863.942, 866.017, 869.255, 887.715, 889.688, 891.759, 893.8, 896.302, 903.624, 905.703, 907.837, 909.728, 911.221, 912.949, 914.806, 916.691, 918.373, 923.618, 925.007, 927.605, 930.213, 952.47, 954.769, 956.786, 959.235, 961.737, 965.016, 966.97, 970.675, 985.05, 988.258, 994.116, 1003.396, 1012.914, 1022.751, 1029.179, 1035.345, 1040.987, 1046.975, 1048.764, 1057.133, 1095.95, 1158.773, 1162.119, 1167.855, 1172] + [-73.97574, 40.74496] + ], + "timestamps": [ + 342, 344.47, 378.12, 400.05, 418.285, 427.223, 487.529, 491.449, 508.885, + 514.292, 518.856, 526.032, 527.394, 534.678, 538.383, 543.037, 547.286, + 548.833, 549.5, 592.885, 606.594, 632.082, 641.142, 650.779, 653.255, + 654.485, 655.755, 657.266, 658.212, 659.298, 663.919, 665.373, 666.695, + 670.94, 672.924, 674.974, 675.889, 677.783, 679.872, 680.639, 685.497, + 688.512, 694.052, 698.319, 708.995, 718.711, 722.041, 740.93, 760.894, + 769.128, 783.462, 785.286, 787.18, 789.47, 792.894, 794.077, 796.184, + 798.777, 800.455, 820.721, 829.2, 834.339, 838.497, 840.594, 845.079, + 859.066, 863.942, 866.017, 869.255, 887.715, 889.688, 891.759, 893.8, + 896.302, 903.624, 905.703, 907.837, 909.728, 911.221, 912.949, 914.806, + 916.691, 918.373, 923.618, 925.007, 927.605, 930.213, 952.47, 954.769, + 956.786, 959.235, 961.737, 965.016, 966.97, 970.675, 985.05, 988.258, + 994.116, 1003.396, 1012.914, 1022.751, 1029.179, 1035.345, 1040.987, + 1046.975, 1048.764, 1057.133, 1095.95, 1158.773, 1162.119, 1167.855, 1172 + ] }, { "vendor": 0, @@ -49484,8 +57567,17 @@ [-74.00712, 40.72308], [-74.00676, 40.72288], [-74.00461, 40.72136], - [-74.00053, 40.71842]], - "timestamps": [ 482, 492.768, 571.253, 575.323, 610.115, 665.446, 687.832, 716.819, 769.921, 788.838, 830.282, 931.782, 944.348, 961.836, 968.254, 973.792, 981.27, 983.356, 988.1, 1065.102, 1070.196, 1148.736, 1153.211, 1185.94, 1195.712, 1209.41, 1219.007, 1225.54, 1231.365, 1259.547, 1302.426, 1332.476, 1389.719, 1419.769, 1469.397, 1503.32, 1513.943, 1538.315, 1541.907, 1546.693, 1551.282, 1600.94, 1624.668, 1634.186, 1721.538, 1888.798] + [-74.00053, 40.71842] + ], + "timestamps": [ + 482, 492.768, 571.253, 575.323, 610.115, 665.446, 687.832, 716.819, + 769.921, 788.838, 830.282, 931.782, 944.348, 961.836, 968.254, 973.792, + 981.27, 983.356, 988.1, 1065.102, 1070.196, 1148.736, 1153.211, 1185.94, + 1195.712, 1209.41, 1219.007, 1225.54, 1231.365, 1259.547, 1302.426, + 1332.476, 1389.719, 1419.769, 1469.397, 1503.32, 1513.943, 1538.315, + 1541.907, 1546.693, 1551.282, 1600.94, 1624.668, 1634.186, 1721.538, + 1888.798 + ] }, { "vendor": 0, @@ -49499,8 +57591,12 @@ [-73.9888, 40.74259], [-73.98959, 40.74154], [-73.99094, 40.73967], - [-73.99548, 40.73343]], - "timestamps": [ 1030, 1039.597, 1042.019, 1132.294, 1136.173, 1534.49, 1665.51, 1695.888, 1749.461, 1928.553] + [-73.99548, 40.73343] + ], + "timestamps": [ + 1030, 1039.597, 1042.019, 1132.294, 1136.173, 1534.49, 1665.51, 1695.888, + 1749.461, 1928.553 + ] }, { "vendor": 0, @@ -49525,8 +57621,13 @@ [-73.99416, 40.74103], [-73.99373, 40.74161], [-73.99657, 40.74281], - [-73.99921, 40.74392]], - "timestamps": [ 126, 139.295, 155.855, 163.531, 172.468, 179.66, 212.84, 269.643, 273.446, 291.943, 307.404, 326.472, 336, 390.017, 427.148, 450.719, 467.028, 591.452, 598.723, 636.72, 672] + [-73.99921, 40.74392] + ], + "timestamps": [ + 126, 139.295, 155.855, 163.531, 172.468, 179.66, 212.84, 269.643, 273.446, + 291.943, 307.404, 326.472, 336, 390.017, 427.148, 450.719, 467.028, + 591.452, 598.723, 636.72, 672 + ] }, { "vendor": 0, @@ -49543,8 +57644,12 @@ [-74.00348, 40.72055], [-74.00053, 40.71842], [-73.99995, 40.71801], - [-73.99852, 40.71978]], - "timestamps": [ 1591, 1606.428, 1614.142, 1634.392, 1666.808, 1668.625, 1669.882, 1692.468, 1701.788, 1710.571, 1783.216, 1797.357, 1833.576] + [-73.99852, 40.71978] + ], + "timestamps": [ + 1591, 1606.428, 1614.142, 1634.392, 1666.808, 1668.625, 1669.882, + 1692.468, 1701.788, 1710.571, 1783.216, 1797.357, 1833.576 + ] }, { "vendor": 0, @@ -49638,8 +57743,23 @@ [-73.98217, 40.69601], [-73.98262, 40.69603], [-73.98303, 40.69606], - [-73.98868, 40.69629]], - "timestamps": [ 1185, 1255.923, 1268.344, 1298.348, 1317.333, 1336.131, 1380.856, 1382.867, 1384.784, 1410.023, 1412.051, 1413.81, 1430.588, 1433.545, 1439.013, 1442.625, 1444.152, 1453.924, 1459.481, 1472.634, 1481.345, 1482.817, 1483.9, 1485.076, 1486.265, 1487.568, 1488.957, 1491.132, 1494.848, 1500.049, 1505.042, 1513.051, 1525.752, 1529.905, 1534.232, 1544.526, 1556.824, 1560.777, 1562.501, 1564.268, 1565.907, 1569.841, 1571.309, 1573.081, 1603.529, 1614.557, 1626.352, 1632.33, 1634.076, 1643.232, 1647.392, 1649.27, 1650.187, 1652.024, 1653.963, 1654.982, 1657.138, 1658.846, 1660.287, 1661.719, 1664.002, 1710.235, 1716.419, 1723.179, 1725.134, 1726.349, 1727.553, 1729.475, 1730.182, 1730.628, 1732.304, 1734.092, 1735.431, 1737.306, 1738.77, 1740.059, 1740.748, 1741.922, 1743.146, 1744.725, 1747.591, 1750.448, 1752.698, 1755.559, 1760.632, 1763.747, 1769.636, 1779.285, 1788.103, 1909.225] + [-73.98868, 40.69629] + ], + "timestamps": [ + 1185, 1255.923, 1268.344, 1298.348, 1317.333, 1336.131, 1380.856, + 1382.867, 1384.784, 1410.023, 1412.051, 1413.81, 1430.588, 1433.545, + 1439.013, 1442.625, 1444.152, 1453.924, 1459.481, 1472.634, 1481.345, + 1482.817, 1483.9, 1485.076, 1486.265, 1487.568, 1488.957, 1491.132, + 1494.848, 1500.049, 1505.042, 1513.051, 1525.752, 1529.905, 1534.232, + 1544.526, 1556.824, 1560.777, 1562.501, 1564.268, 1565.907, 1569.841, + 1571.309, 1573.081, 1603.529, 1614.557, 1626.352, 1632.33, 1634.076, + 1643.232, 1647.392, 1649.27, 1650.187, 1652.024, 1653.963, 1654.982, + 1657.138, 1658.846, 1660.287, 1661.719, 1664.002, 1710.235, 1716.419, + 1723.179, 1725.134, 1726.349, 1727.553, 1729.475, 1730.182, 1730.628, + 1732.304, 1734.092, 1735.431, 1737.306, 1738.77, 1740.059, 1740.748, + 1741.922, 1743.146, 1744.725, 1747.591, 1750.448, 1752.698, 1755.559, + 1760.632, 1763.747, 1769.636, 1779.285, 1788.103, 1909.225 + ] }, { "vendor": 0, @@ -49660,8 +57780,13 @@ [-73.98881, 40.70011], [-73.98897, 40.70013], [-73.98903, 40.70016], - [-73.98959, 40.70047]], - "timestamps": [ 1571, 1576.361, 1622.004, 1647.843, 1691.476, 1706.101, 1720.037, 1731.819, 1739.01, 1749.706, 1751.85, 1758.498, 1772.104, 1788.561, 1791.127, 1792.264, 1803.233] + [-73.98959, 40.70047] + ], + "timestamps": [ + 1571, 1576.361, 1622.004, 1647.843, 1691.476, 1706.101, 1720.037, + 1731.819, 1739.01, 1749.706, 1751.85, 1758.498, 1772.104, 1788.561, + 1791.127, 1792.264, 1803.233 + ] }, { "vendor": 0, @@ -49686,8 +57811,13 @@ [-73.98262, 40.69205], [-73.98243, 40.69204], [-73.98254, 40.69227], - [-73.98261, 40.69241]], - "timestamps": [ 1452, 1524.492, 1536.752, 1555.162, 1557.659, 1560.868, 1570.497, 1573.868, 1580.244, 1590.69, 1600.235, 1603.955, 1609.731, 1644.384, 1656.926, 1661.113, 1717.352, 1722.453, 1725.241, 1731.295, 1735] + [-73.98261, 40.69241] + ], + "timestamps": [ + 1452, 1524.492, 1536.752, 1555.162, 1557.659, 1560.868, 1570.497, + 1573.868, 1580.244, 1590.69, 1600.235, 1603.955, 1609.731, 1644.384, + 1656.926, 1661.113, 1717.352, 1722.453, 1725.241, 1731.295, 1735 + ] }, { "vendor": 0, @@ -49699,8 +57829,11 @@ [-73.96029, 40.69034], [-73.96807, 40.68945], [-73.9691, 40.68946], - [-73.98049, 40.6899]], - "timestamps": [ 1261, 1266.451, 1335.506, 1509.79, 1520.863, 1671.381, 1691.086, 1909.263] + [-73.98049, 40.6899] + ], + "timestamps": [ + 1261, 1266.451, 1335.506, 1509.79, 1520.863, 1671.381, 1691.086, 1909.263 + ] }, { "vendor": 0, @@ -49729,8 +57862,14 @@ [-73.99035, 40.70104], [-73.99196, 40.7023], [-74.00172, 40.71006], - [-74.0031, 40.71115]], - "timestamps": [ 1340, 1349.419, 1453.702, 1455.921, 1468.254, 1472.699, 1476.578, 1486.763, 1492.277, 1514.622, 1520.535, 1525.946, 1552.894, 1580.417, 1605.308, 1622.272, 1627.286, 1639.169, 1641.022, 1649.762, 1652.404, 1658.983, 1677.06, 1787.544, 1803.112] + [-74.0031, 40.71115] + ], + "timestamps": [ + 1340, 1349.419, 1453.702, 1455.921, 1468.254, 1472.699, 1476.578, + 1486.763, 1492.277, 1514.622, 1520.535, 1525.946, 1552.894, 1580.417, + 1605.308, 1622.272, 1627.286, 1639.169, 1641.022, 1649.762, 1652.404, + 1658.983, 1677.06, 1787.544, 1803.112 + ] }, { "vendor": 0, @@ -49752,8 +57891,13 @@ [-74.00642, 40.72173], [-74.00667, 40.72044], [-74.00679, 40.71978], - [-74.00858, 40.71996]], - "timestamps": [ 1287, 1320.049, 1329.492, 1380.482, 1484.513, 1518.556, 1529.676, 1602.696, 1618.096, 1647.729, 1663.762, 1665.217, 1713.219, 1737.796, 1764.778, 1781.665, 1790.294, 1823.343] + [-74.00858, 40.71996] + ], + "timestamps": [ + 1287, 1320.049, 1329.492, 1380.482, 1484.513, 1518.556, 1529.676, + 1602.696, 1618.096, 1647.729, 1663.762, 1665.217, 1713.219, 1737.796, + 1764.778, 1781.665, 1790.294, 1823.343 + ] }, { "vendor": 0, @@ -49780,8 +57924,13 @@ [-74.00453, 40.71628], [-74.00588, 40.71468], [-74.00722, 40.71304], - [-74.01084, 40.70879]], - "timestamps": [ 731, 733.033, 736.107, 794.038, 819.664, 822.508, 879.749, 893.111, 909.479, 914.016, 989.1, 1011.639, 1032.633, 1242.662, 1247.142, 1289.771, 1497.589, 1520.02, 1571.516, 1585.075, 1654.304, 1724.62, 1909.023] + [-74.01084, 40.70879] + ], + "timestamps": [ + 731, 733.033, 736.107, 794.038, 819.664, 822.508, 879.749, 893.111, + 909.479, 914.016, 989.1, 1011.639, 1032.633, 1242.662, 1247.142, 1289.771, + 1497.589, 1520.02, 1571.516, 1585.075, 1654.304, 1724.62, 1909.023 + ] }, { "vendor": 0, @@ -49889,8 +58038,25 @@ [-73.96943, 40.74932], [-73.96843, 40.75068], [-73.96839, 40.75074], - [-73.97268, 40.75254]], - "timestamps": [ 673, 685.444, 756.458, 763.62, 766.312, 780.973, 786.28, 796.398, 833.032, 848.766, 852.313, 855.103, 857.019, 858.601, 860.59, 862.307, 893.271, 904.371, 907.234, 909.937, 918.163, 933.137, 968.65, 985.585, 991.049, 1001.258, 1010.828, 1015.028, 1018.602, 1021.375, 1024.236, 1046.058, 1055.39, 1085.965, 1118.282, 1131.61, 1154.812, 1157.766, 1160.83, 1164.538, 1170.081, 1171.994, 1175.405, 1179.603, 1182.319, 1215.123, 1228.849, 1237.168, 1243.897, 1247.292, 1254.552, 1277.193, 1285.086, 1288.444, 1293.685, 1323.568, 1326.76, 1333.415, 1337.465, 1352.683, 1356.136, 1359.198, 1361.614, 1364.411, 1367.417, 1370.469, 1373.192, 1381.681, 1385.835, 1388.134, 1390.335, 1392.36, 1394.757, 1428.39, 1432.111, 1435.375, 1439.339, 1443.389, 1448.697, 1451.86, 1467.708, 1470.466, 1474.711, 1483.886, 1506.484, 1510.176, 1515.172, 1520.224, 1525.219, 1534.181, 1543.556, 1550.868, 1624.438, 1628.105, 1630.892, 1632.932, 1636.42, 1660.138, 1662.113, 1667.898, 1684.888, 1729.595, 1731.525, 1851.458] + [-73.97268, 40.75254] + ], + "timestamps": [ + 673, 685.444, 756.458, 763.62, 766.312, 780.973, 786.28, 796.398, 833.032, + 848.766, 852.313, 855.103, 857.019, 858.601, 860.59, 862.307, 893.271, + 904.371, 907.234, 909.937, 918.163, 933.137, 968.65, 985.585, 991.049, + 1001.258, 1010.828, 1015.028, 1018.602, 1021.375, 1024.236, 1046.058, + 1055.39, 1085.965, 1118.282, 1131.61, 1154.812, 1157.766, 1160.83, + 1164.538, 1170.081, 1171.994, 1175.405, 1179.603, 1182.319, 1215.123, + 1228.849, 1237.168, 1243.897, 1247.292, 1254.552, 1277.193, 1285.086, + 1288.444, 1293.685, 1323.568, 1326.76, 1333.415, 1337.465, 1352.683, + 1356.136, 1359.198, 1361.614, 1364.411, 1367.417, 1370.469, 1373.192, + 1381.681, 1385.835, 1388.134, 1390.335, 1392.36, 1394.757, 1428.39, + 1432.111, 1435.375, 1439.339, 1443.389, 1448.697, 1451.86, 1467.708, + 1470.466, 1474.711, 1483.886, 1506.484, 1510.176, 1515.172, 1520.224, + 1525.219, 1534.181, 1543.556, 1550.868, 1624.438, 1628.105, 1630.892, + 1632.932, 1636.42, 1660.138, 1662.113, 1667.898, 1684.888, 1729.595, + 1731.525, 1851.458 + ] }, { "vendor": 1, @@ -49948,8 +58114,18 @@ [-73.98503, 40.68662], [-73.98482, 40.68692], [-73.98508, 40.68702], - [-73.98534, 40.68712]], - "timestamps": [ 561, 607.484, 642.922, 664.99, 793.859, 809.074, 823.581, 837.89, 860.727, 881.742, 898.03, 960.427, 964.433, 975.553, 988.162, 993.387, 997.925, 1020.373, 1025.549, 1029.815, 1033.28, 1036.49, 1046.651, 1079.471, 1081.629, 1084.319, 1087.514, 1089.798, 1104.94, 1108.792, 1111.812, 1115.76, 1121.582, 1133.051, 1138.587, 1146.348, 1151.051, 1153.999, 1159.43, 1166.15, 1196.623, 1220.295, 1230.048, 1325.91, 1334.039, 1371.003, 1404.201, 1445.634, 1503, 1546.057, 1625.393, 1632.229, 1636.614, 1641] + [-73.98534, 40.68712] + ], + "timestamps": [ + 561, 607.484, 642.922, 664.99, 793.859, 809.074, 823.581, 837.89, 860.727, + 881.742, 898.03, 960.427, 964.433, 975.553, 988.162, 993.387, 997.925, + 1020.373, 1025.549, 1029.815, 1033.28, 1036.49, 1046.651, 1079.471, + 1081.629, 1084.319, 1087.514, 1089.798, 1104.94, 1108.792, 1111.812, + 1115.76, 1121.582, 1133.051, 1138.587, 1146.348, 1151.051, 1153.999, + 1159.43, 1166.15, 1196.623, 1220.295, 1230.048, 1325.91, 1334.039, + 1371.003, 1404.201, 1445.634, 1503, 1546.057, 1625.393, 1632.229, + 1636.614, 1641 + ] }, { "vendor": 0, @@ -50076,8 +58252,27 @@ [-73.99809, 40.70857], [-73.99736, 40.70877], [-73.99678, 40.70888], - [-73.99531, 40.70909]], - "timestamps": [ 311, 322.534, 401.789, 424.82, 463.02, 580.632, 587.373, 594.067, 598.149, 611.231, 636.154, 667.824, 675.487, 689.174, 716.386, 757.545, 760.9, 765.079, 770.044, 773.592, 797.122, 803.108, 807.8, 813.934, 822.981, 840.803, 849.404, 859.943, 864.353, 866.674, 868.891, 875.208, 891.484, 900.077, 950.258, 973.976, 985.09, 992.852, 1015.406, 1023.607, 1028.056, 1031.743, 1035.04, 1038.511, 1042.634, 1181.645, 1185.055, 1189.086, 1192.503, 1196.929, 1199.822, 1220.405, 1226.75, 1229.876, 1234.152, 1239.102, 1249.573, 1253.892, 1270.632, 1328.402, 1337.813, 1345.749, 1347.955, 1354.427, 1359.235, 1366.752, 1372.234, 1376.768, 1380.899, 1386.33, 1393.991, 1402.938, 1407.926, 1415.257, 1421.463, 1425.413, 1429.967, 1432.552, 1437.267, 1440.474, 1443.042, 1445.195, 1447.398, 1448.313, 1450.461, 1453.809, 1462.066, 1474.376, 1498.738, 1647.642, 1668.623, 1670.035, 1673.276, 1674.651, 1675.776, 1677.765, 1678.975, 1680.142, 1681.285, 1682.503, 1683.645, 1685.199, 1685.804, 1691.871, 1697.854, 1703.69, 1707.27, 1735.06, 1738.018, 1740.139, 1746.738, 1747.551, 1750.936, 1754.435, 1755.998, 1759.23, 1762.795, 1764.105, 1772.397, 1777.544, 1787, 1794.283, 1812.506] + [-73.99531, 40.70909] + ], + "timestamps": [ + 311, 322.534, 401.789, 424.82, 463.02, 580.632, 587.373, 594.067, 598.149, + 611.231, 636.154, 667.824, 675.487, 689.174, 716.386, 757.545, 760.9, + 765.079, 770.044, 773.592, 797.122, 803.108, 807.8, 813.934, 822.981, + 840.803, 849.404, 859.943, 864.353, 866.674, 868.891, 875.208, 891.484, + 900.077, 950.258, 973.976, 985.09, 992.852, 1015.406, 1023.607, 1028.056, + 1031.743, 1035.04, 1038.511, 1042.634, 1181.645, 1185.055, 1189.086, + 1192.503, 1196.929, 1199.822, 1220.405, 1226.75, 1229.876, 1234.152, + 1239.102, 1249.573, 1253.892, 1270.632, 1328.402, 1337.813, 1345.749, + 1347.955, 1354.427, 1359.235, 1366.752, 1372.234, 1376.768, 1380.899, + 1386.33, 1393.991, 1402.938, 1407.926, 1415.257, 1421.463, 1425.413, + 1429.967, 1432.552, 1437.267, 1440.474, 1443.042, 1445.195, 1447.398, + 1448.313, 1450.461, 1453.809, 1462.066, 1474.376, 1498.738, 1647.642, + 1668.623, 1670.035, 1673.276, 1674.651, 1675.776, 1677.765, 1678.975, + 1680.142, 1681.285, 1682.503, 1683.645, 1685.199, 1685.804, 1691.871, + 1697.854, 1703.69, 1707.27, 1735.06, 1738.018, 1740.139, 1746.738, + 1747.551, 1750.936, 1754.435, 1755.998, 1759.23, 1762.795, 1764.105, + 1772.397, 1777.544, 1787, 1794.283, 1812.506 + ] }, { "vendor": 0, @@ -50087,8 +58282,9 @@ [-73.99345, 40.75219], [-73.98763, 40.74973], [-73.98455, 40.74843], - [-73.97732, 40.74539]], - "timestamps": [ 1336, 1360.706, 1380.015, 1543.8, 1630.448, 1852.989] + [-73.97732, 40.74539] + ], + "timestamps": [1336, 1360.706, 1380.015, 1543.8, 1630.448, 1852.989] }, { "vendor": 0, @@ -50099,8 +58295,11 @@ [-73.94675, 40.7184], [-73.94635, 40.71866], [-73.94535, 40.71923], - [-73.94417, 40.71994]], - "timestamps": [ 1476, 1517.605, 1615.99, 1650.744, 1677.442, 1740.835, 1817.167] + [-73.94417, 40.71994] + ], + "timestamps": [ + 1476, 1517.605, 1615.99, 1650.744, 1677.442, 1740.835, 1817.167 + ] }, { "vendor": 0, @@ -50136,8 +58335,15 @@ [-74.00766, 40.71167], [-74.00778, 40.71171], [-74.00793, 40.71181], - [-74.00798, 40.71186]], - "timestamps": [ 869, 894.194, 903.005, 935.703, 974.753, 994.561, 1135.026, 1146.276, 1184.158, 1237.83, 1251.285, 1385.896, 1388.767, 1416.088, 1549.282, 1563.658, 1596.663, 1605.353, 1645.165, 1685.602, 1711.85, 1726.988, 1730.188, 1732.617, 1738.782, 1753.146, 1755.762, 1772.962, 1779.644, 1784.511, 1791.927, 1795] + [-74.00798, 40.71186] + ], + "timestamps": [ + 869, 894.194, 903.005, 935.703, 974.753, 994.561, 1135.026, 1146.276, + 1184.158, 1237.83, 1251.285, 1385.896, 1388.767, 1416.088, 1549.282, + 1563.658, 1596.663, 1605.353, 1645.165, 1685.602, 1711.85, 1726.988, + 1730.188, 1732.617, 1738.782, 1753.146, 1755.762, 1772.962, 1779.644, + 1784.511, 1791.927, 1795 + ] }, { "vendor": 0, @@ -50147,8 +58353,9 @@ [-73.98947, 40.71789], [-73.99122, 40.71451], [-73.99128, 40.71448], - [-73.99281, 40.71437]], - "timestamps": [ 1634, 1637.267, 1660.141, 1769.599, 1771.241, 1818.951] + [-73.99281, 40.71437] + ], + "timestamps": [1634, 1637.267, 1660.141, 1769.599, 1771.241, 1818.951] }, { "vendor": 0, @@ -50398,8 +58605,44 @@ [-73.89829, 40.7538], [-73.89868, 40.75445], [-73.89919, 40.75553], - [-73.89933, 40.75588]], - "timestamps": [ 486, 498.191, 518.496, 521.356, 528.302, 545.336, 556.712, 589.298, 594.506, 602.848, 610.356, 613.812, 616.59, 626.205, 628.6, 629.786, 631.888, 634.181, 650.057, 651.369, 653.07, 655.132, 657.073, 659.201, 661.107, 662.473, 664.384, 667.45, 669.701, 685.472, 685.945, 687.749, 689.452, 694.636, 704.073, 726.454, 737.126, 740.569, 747.003, 753.034, 755.681, 757.934, 759.681, 761.484, 775.236, 781.117, 800.386, 820.752, 829.152, 843.774, 845.635, 847.566, 849.902, 853.396, 854.602, 856.751, 859.397, 861.108, 881.782, 890.432, 895.674, 899.915, 902.054, 906.63, 920.898, 925.873, 927.989, 931.292, 950.124, 952.136, 954.249, 956.331, 958.883, 966.353, 968.474, 970.65, 972.58, 974.102, 975.865, 977.759, 979.682, 981.398, 986.748, 988.165, 990.815, 993.476, 1016.181, 1018.526, 1020.583, 1023.081, 1025.634, 1028.979, 1030.972, 1034.63, 1042.367, 1045.161, 1049.532, 1054.492, 1062.349, 1070.407, 1078.736, 1084.178, 1089.399, 1094.175, 1099.246, 1136.42, 1140.698, 1169.159, 1172.397, 1187.06, 1200.438, 1202.013, 1203.349, 1203.887, 1205.869, 1206.622, 1208.146, 1209.454, 1210.402, 1211.686, 1212.63, 1215.068, 1216.794, 1219.207, 1221.248, 1230.554, 1233.39, 1236.56, 1238.509, 1240.856, 1242.753, 1244.941, 1247.585, 1252.072, 1254.944, 1259.048, 1321.813, 1325.866, 1329.874, 1343.374, 1351.219, 1354.519, 1360.15, 1360.15, 1361.742, 1363.009, 1383.045, 1386.006, 1388.845, 1396.726, 1400.556, 1401.557, 1403.3, 1405.456, 1406.549, 1415.814, 1426.776, 1428.857, 1431.075, 1433.514, 1453.991, 1456.904, 1459.471, 1461.727, 1466.847, 1469.817, 1474.365, 1477.184, 1484.361, 1493.041, 1498.252, 1513.96, 1517.527, 1518.643, 1526.152, 1528.397, 1530.185, 1538.323, 1541.722, 1546.485, 1550.768, 1555.889, 1558.429, 1560.308, 1561.991, 1563.639, 1565.26, 1566.931, 1568.818, 1570.45, 1572.055, 1573.127, 1574.1, 1575.095, 1576.069, 1576.994, 1577.941, 1579.626, 1581.231, 1584.23, 1589.659, 1591.736, 1594.232, 1597.485, 1600.878, 1602.448, 1604.576, 1615.592, 1651.099, 1653.774, 1656.362, 1658.98, 1661.388, 1669.755, 1677.395, 1685.243, 1687.932, 1690.477, 1693.241, 1699.814, 1708.636, 1711.685, 1718.148, 1722.367, 1726.588, 1727.681, 1729.566, 1732.404, 1734.141, 1735.817, 1738.176, 1741.507, 1753.398, 1757.576, 1761.522, 1764.501, 1766.992, 1771.861, 1774.888, 1776.882, 1778.557, 1780.441, 1786.398, 1790.52, 1797.916, 1800.273] + [-73.89933, 40.75588] + ], + "timestamps": [ + 486, 498.191, 518.496, 521.356, 528.302, 545.336, 556.712, 589.298, + 594.506, 602.848, 610.356, 613.812, 616.59, 626.205, 628.6, 629.786, + 631.888, 634.181, 650.057, 651.369, 653.07, 655.132, 657.073, 659.201, + 661.107, 662.473, 664.384, 667.45, 669.701, 685.472, 685.945, 687.749, + 689.452, 694.636, 704.073, 726.454, 737.126, 740.569, 747.003, 753.034, + 755.681, 757.934, 759.681, 761.484, 775.236, 781.117, 800.386, 820.752, + 829.152, 843.774, 845.635, 847.566, 849.902, 853.396, 854.602, 856.751, + 859.397, 861.108, 881.782, 890.432, 895.674, 899.915, 902.054, 906.63, + 920.898, 925.873, 927.989, 931.292, 950.124, 952.136, 954.249, 956.331, + 958.883, 966.353, 968.474, 970.65, 972.58, 974.102, 975.865, 977.759, + 979.682, 981.398, 986.748, 988.165, 990.815, 993.476, 1016.181, 1018.526, + 1020.583, 1023.081, 1025.634, 1028.979, 1030.972, 1034.63, 1042.367, + 1045.161, 1049.532, 1054.492, 1062.349, 1070.407, 1078.736, 1084.178, + 1089.399, 1094.175, 1099.246, 1136.42, 1140.698, 1169.159, 1172.397, + 1187.06, 1200.438, 1202.013, 1203.349, 1203.887, 1205.869, 1206.622, + 1208.146, 1209.454, 1210.402, 1211.686, 1212.63, 1215.068, 1216.794, + 1219.207, 1221.248, 1230.554, 1233.39, 1236.56, 1238.509, 1240.856, + 1242.753, 1244.941, 1247.585, 1252.072, 1254.944, 1259.048, 1321.813, + 1325.866, 1329.874, 1343.374, 1351.219, 1354.519, 1360.15, 1360.15, + 1361.742, 1363.009, 1383.045, 1386.006, 1388.845, 1396.726, 1400.556, + 1401.557, 1403.3, 1405.456, 1406.549, 1415.814, 1426.776, 1428.857, + 1431.075, 1433.514, 1453.991, 1456.904, 1459.471, 1461.727, 1466.847, + 1469.817, 1474.365, 1477.184, 1484.361, 1493.041, 1498.252, 1513.96, + 1517.527, 1518.643, 1526.152, 1528.397, 1530.185, 1538.323, 1541.722, + 1546.485, 1550.768, 1555.889, 1558.429, 1560.308, 1561.991, 1563.639, + 1565.26, 1566.931, 1568.818, 1570.45, 1572.055, 1573.127, 1574.1, + 1575.095, 1576.069, 1576.994, 1577.941, 1579.626, 1581.231, 1584.23, + 1589.659, 1591.736, 1594.232, 1597.485, 1600.878, 1602.448, 1604.576, + 1615.592, 1651.099, 1653.774, 1656.362, 1658.98, 1661.388, 1669.755, + 1677.395, 1685.243, 1687.932, 1690.477, 1693.241, 1699.814, 1708.636, + 1711.685, 1718.148, 1722.367, 1726.588, 1727.681, 1729.566, 1732.404, + 1734.141, 1735.817, 1738.176, 1741.507, 1753.398, 1757.576, 1761.522, + 1764.501, 1766.992, 1771.861, 1774.888, 1776.882, 1778.557, 1780.441, + 1786.398, 1790.52, 1797.916, 1800.273 + ] }, { "vendor": 0, @@ -50507,8 +58750,25 @@ [-73.97321, 40.73902], [-73.97305, 40.73942], [-73.97278, 40.7403], - [-73.97226, 40.74249]], - "timestamps": [ 599, 603.084, 624.258, 661.461, 680.682, 763.437, 776.659, 829.231, 850.191, 893.504, 929.751, 939.828, 974.74, 995.189, 1022.414, 1036.015, 1048.254, 1054.044, 1058.696, 1074.801, 1078.812, 1080.8, 1084.32, 1088.16, 1114.752, 1116.95, 1119.799, 1123.252, 1126.503, 1130.068, 1133.26, 1135.549, 1138.75, 1143.884, 1147.655, 1174.07, 1174.862, 1177.895, 1180.758, 1189.469, 1205.329, 1242.941, 1260.877, 1266.664, 1277.476, 1287.612, 1292.06, 1295.846, 1298.782, 1301.812, 1324.924, 1334.808, 1367.191, 1401.418, 1415.534, 1440.107, 1443.235, 1446.481, 1450.407, 1456.278, 1458.305, 1461.918, 1466.363, 1469.239, 1503.983, 1518.52, 1527.331, 1534.458, 1538.053, 1545.742, 1569.721, 1578.082, 1581.638, 1587.189, 1618.838, 1622.219, 1629.267, 1633.557, 1649.674, 1653.331, 1656.574, 1659.133, 1662.095, 1665.279, 1668.511, 1671.395, 1680.386, 1684.786, 1687.221, 1689.551, 1691.696, 1694.235, 1729.856, 1733.797, 1737.254, 1741.452, 1745.742, 1751.363, 1754.713, 1771.498, 1774.419, 1778.915, 1788.632, 1812.566] + [-73.97226, 40.74249] + ], + "timestamps": [ + 599, 603.084, 624.258, 661.461, 680.682, 763.437, 776.659, 829.231, + 850.191, 893.504, 929.751, 939.828, 974.74, 995.189, 1022.414, 1036.015, + 1048.254, 1054.044, 1058.696, 1074.801, 1078.812, 1080.8, 1084.32, + 1088.16, 1114.752, 1116.95, 1119.799, 1123.252, 1126.503, 1130.068, + 1133.26, 1135.549, 1138.75, 1143.884, 1147.655, 1174.07, 1174.862, + 1177.895, 1180.758, 1189.469, 1205.329, 1242.941, 1260.877, 1266.664, + 1277.476, 1287.612, 1292.06, 1295.846, 1298.782, 1301.812, 1324.924, + 1334.808, 1367.191, 1401.418, 1415.534, 1440.107, 1443.235, 1446.481, + 1450.407, 1456.278, 1458.305, 1461.918, 1466.363, 1469.239, 1503.983, + 1518.52, 1527.331, 1534.458, 1538.053, 1545.742, 1569.721, 1578.082, + 1581.638, 1587.189, 1618.838, 1622.219, 1629.267, 1633.557, 1649.674, + 1653.331, 1656.574, 1659.133, 1662.095, 1665.279, 1668.511, 1671.395, + 1680.386, 1684.786, 1687.221, 1689.551, 1691.696, 1694.235, 1729.856, + 1733.797, 1737.254, 1741.452, 1745.742, 1751.363, 1754.713, 1771.498, + 1774.419, 1778.915, 1788.632, 1812.566 + ] }, { "vendor": 0, @@ -50534,8 +58794,13 @@ [-74.00512, 40.70885], [-74.00412, 40.70757], [-74.00406, 40.70745], - [-74.00421, 40.70735]], - "timestamps": [ 687, 697.238, 793.782, 818.394, 841.832, 852.522, 904.465, 957.223, 991.469, 1011.22, 1020.895, 1063.08, 1112.615, 1115.222, 1145.665, 1149.44, 1150.699, 1163.091, 1177.319, 1236.483, 1241.587, 1245] + [-74.00421, 40.70735] + ], + "timestamps": [ + 687, 697.238, 793.782, 818.394, 841.832, 852.522, 904.465, 957.223, + 991.469, 1011.22, 1020.895, 1063.08, 1112.615, 1115.222, 1145.665, + 1149.44, 1150.699, 1163.091, 1177.319, 1236.483, 1241.587, 1245 + ] }, { "vendor": 0, @@ -50556,15 +58821,20 @@ [-73.97879, 40.71988], [-73.97871, 40.72], [-73.97885, 40.72004], - [-73.97892, 40.72007]], - "timestamps": [ 385, 420.002, 420.892, 444.537, 468.397, 495.969, 532.177, 538.07, 608.944, 823.671, 844.25, 886.46, 946.042, 948.721, 951.888, 953.261, 954] + [-73.97892, 40.72007] + ], + "timestamps": [ + 385, 420.002, 420.892, 444.537, 468.397, 495.969, 532.177, 538.07, + 608.944, 823.671, 844.25, 886.46, 946.042, 948.721, 951.888, 953.261, 954 + ] }, { "vendor": 0, "path": [ [-73.95071, 40.59588], - [-73.94923, 40.58802]], - "timestamps": [ 1749, 1873.122] + [-73.94923, 40.58802] + ], + "timestamps": [1749, 1873.122] }, { "vendor": 0, @@ -50632,15 +58902,27 @@ [-73.98303, 40.69606], [-73.98413, 40.69611], [-73.98445, 40.69612], - [-73.98499, 40.69724]], - "timestamps": [ 617, 639.349, 689.162, 713.209, 824.677, 827.92, 891.671, 896.365, 988.914, 1004.354, 1013.688, 1017.888, 1032.11, 1324.306, 1362.904, 1444.171, 1463.476, 1507.41, 1520.013, 1524.936, 1545.888, 1548.682, 1549.756, 1553.481, 1555.991, 1558.878, 1563.102, 1567.564, 1569.428, 1573.224, 1577.4, 1579.412, 1582.235, 1639.402, 1647.049, 1655.408, 1657.825, 1659.327, 1660.816, 1663.193, 1664.067, 1664.619, 1666.726, 1668.972, 1670.655, 1673.013, 1674.853, 1676.473, 1677.339, 1678.814, 1680.354, 1682.338, 1685.941, 1689.532, 1692.36, 1695.956, 1702.333, 1706.689, 1714.927, 1728.426, 1740.76, 1773.758, 1783.349, 1807.095] + [-73.98499, 40.69724] + ], + "timestamps": [ + 617, 639.349, 689.162, 713.209, 824.677, 827.92, 891.671, 896.365, + 988.914, 1004.354, 1013.688, 1017.888, 1032.11, 1324.306, 1362.904, + 1444.171, 1463.476, 1507.41, 1520.013, 1524.936, 1545.888, 1548.682, + 1549.756, 1553.481, 1555.991, 1558.878, 1563.102, 1567.564, 1569.428, + 1573.224, 1577.4, 1579.412, 1582.235, 1639.402, 1647.049, 1655.408, + 1657.825, 1659.327, 1660.816, 1663.193, 1664.067, 1664.619, 1666.726, + 1668.972, 1670.655, 1673.013, 1674.853, 1676.473, 1677.339, 1678.814, + 1680.354, 1682.338, 1685.941, 1689.532, 1692.36, 1695.956, 1702.333, + 1706.689, 1714.927, 1728.426, 1740.76, 1773.758, 1783.349, 1807.095 + ] }, { "vendor": 0, "path": [ [-73.97196, 40.67043], - [-73.97957, 40.66131]], - "timestamps": [ 1789, 1975.82] + [-73.97957, 40.66131] + ], + "timestamps": [1789, 1975.82] }, { "vendor": 0, @@ -50658,8 +58940,12 @@ [-74.00909, 40.726], [-74.00884, 40.72746], [-74.00872, 40.72819], - [-74.0072, 40.72804]], - "timestamps": [ 1483, 1489.949, 1496.012, 1534.257, 1548.156, 1574.669, 1619.206, 1695.451, 1700.556, 1723.414, 1742.521, 1766.086, 1777.86, 1807.678] + [-74.0072, 40.72804] + ], + "timestamps": [ + 1483, 1489.949, 1496.012, 1534.257, 1548.156, 1574.669, 1619.206, + 1695.451, 1700.556, 1723.414, 1742.521, 1766.086, 1777.86, 1807.678 + ] }, { "vendor": 0, @@ -50732,8 +59018,20 @@ [-74.00794, 40.70554], [-74.008, 40.70544], [-74.00914, 40.70529], - [-74.00981, 40.70517]], - "timestamps": [ 983, 988.274, 1013.243, 1015.807, 1017.647, 1041.072, 1042.782, 1053.494, 1058.172, 1060.125, 1064.93, 1070.064, 1074.431, 1085.589, 1123.337, 1152.966, 1168.519, 1197.754, 1217.264, 1241.286, 1270.123, 1286.867, 1325.283, 1333.852, 1351.56, 1366.379, 1370.498, 1384.771, 1393.575, 1405.296, 1411.151, 1416.42, 1418.913, 1420.916, 1427.849, 1429.576, 1430.432, 1431.948, 1433.601, 1445.049, 1445.995, 1447.222, 1448.709, 1450.108, 1451.643, 1453.017, 1454.002, 1455.381, 1457.591, 1459.214, 1470.587, 1470.928, 1478.445, 1482.228, 1503.855, 1505.134, 1506.35, 1511.843, 1512.248, 1528.231, 1537.743, 1558.914, 1568.513, 1572.154, 1586.096, 1601.072, 1603.679, 1629.585, 1645] + [-74.00981, 40.70517] + ], + "timestamps": [ + 983, 988.274, 1013.243, 1015.807, 1017.647, 1041.072, 1042.782, 1053.494, + 1058.172, 1060.125, 1064.93, 1070.064, 1074.431, 1085.589, 1123.337, + 1152.966, 1168.519, 1197.754, 1217.264, 1241.286, 1270.123, 1286.867, + 1325.283, 1333.852, 1351.56, 1366.379, 1370.498, 1384.771, 1393.575, + 1405.296, 1411.151, 1416.42, 1418.913, 1420.916, 1427.849, 1429.576, + 1430.432, 1431.948, 1433.601, 1445.049, 1445.995, 1447.222, 1448.709, + 1450.108, 1451.643, 1453.017, 1454.002, 1455.381, 1457.591, 1459.214, + 1470.587, 1470.928, 1478.445, 1482.228, 1503.855, 1505.134, 1506.35, + 1511.843, 1512.248, 1528.231, 1537.743, 1558.914, 1568.513, 1572.154, + 1586.096, 1601.072, 1603.679, 1629.585, 1645 + ] }, { "vendor": 0, @@ -50888,16 +59186,40 @@ [-73.99531, 40.70909], [-73.99398, 40.70931], [-73.99329, 40.7094], - [-73.98939, 40.70997]], - "timestamps": [ 216, 280.727, 286.165, 293.629, 301.831, 339.751, 346.757, 380.657, 398.431, 443.452, 472.884, 608.184, 650.516, 656.131, 657.535, 661.553, 669.071, 673.145, 678.212, 681.815, 688.051, 691.209, 696.204, 698.39, 702.071, 705.007, 752.106, 754.172, 755.833, 756.997, 759.112, 761.54, 768.847, 791.36, 799.197, 806.151, 811.882, 816.537, 820.849, 834.499, 878.589, 881.489, 885.102, 889.395, 892.462, 912.804, 917.979, 922.036, 927.339, 935.16, 950.569, 958.004, 966.76, 970.424, 972.353, 974.194, 979.442, 992.965, 1000.104, 1041.794, 1061.499, 1070.733, 1077.182, 1095.919, 1102.733, 1106.429, 1109.492, 1112.231, 1115.115, 1118.54, 1234.031, 1236.864, 1240.213, 1243.052, 1246.73, 1249.133, 1266.233, 1271.504, 1274.102, 1277.654, 1281.766, 1290.466, 1294.054, 1307.962, 1355.957, 1363.776, 1370.369, 1372.202, 1377.579, 1381.573, 1387.819, 1392.373, 1396.14, 1399.572, 1404.084, 1410.449, 1417.882, 1422.026, 1428.116, 1433.273, 1436.554, 1440.338, 1442.486, 1446.403, 1449.067, 1451.2, 1452.989, 1454.82, 1455.58, 1457.364, 1460.146, 1467.005, 1477.232, 1497.473, 1621.183, 1638.614, 1639.787, 1642.48, 1643.622, 1644.556, 1646.209, 1647.214, 1648.184, 1649.133, 1650.145, 1651.094, 1652.385, 1652.888, 1657.928, 1662.899, 1667.747, 1670.722, 1693.81, 1696.267, 1698.029, 1703.512, 1704.187, 1707, 1709.907, 1711.205, 1713.89, 1716.852, 1717.941, 1724.829, 1729.105, 1736.961, 1743.013, 1758.152, 1771.929, 1777.217, 1807.216] + [-73.98939, 40.70997] + ], + "timestamps": [ + 216, 280.727, 286.165, 293.629, 301.831, 339.751, 346.757, 380.657, + 398.431, 443.452, 472.884, 608.184, 650.516, 656.131, 657.535, 661.553, + 669.071, 673.145, 678.212, 681.815, 688.051, 691.209, 696.204, 698.39, + 702.071, 705.007, 752.106, 754.172, 755.833, 756.997, 759.112, 761.54, + 768.847, 791.36, 799.197, 806.151, 811.882, 816.537, 820.849, 834.499, + 878.589, 881.489, 885.102, 889.395, 892.462, 912.804, 917.979, 922.036, + 927.339, 935.16, 950.569, 958.004, 966.76, 970.424, 972.353, 974.194, + 979.442, 992.965, 1000.104, 1041.794, 1061.499, 1070.733, 1077.182, + 1095.919, 1102.733, 1106.429, 1109.492, 1112.231, 1115.115, 1118.54, + 1234.031, 1236.864, 1240.213, 1243.052, 1246.73, 1249.133, 1266.233, + 1271.504, 1274.102, 1277.654, 1281.766, 1290.466, 1294.054, 1307.962, + 1355.957, 1363.776, 1370.369, 1372.202, 1377.579, 1381.573, 1387.819, + 1392.373, 1396.14, 1399.572, 1404.084, 1410.449, 1417.882, 1422.026, + 1428.116, 1433.273, 1436.554, 1440.338, 1442.486, 1446.403, 1449.067, + 1451.2, 1452.989, 1454.82, 1455.58, 1457.364, 1460.146, 1467.005, + 1477.232, 1497.473, 1621.183, 1638.614, 1639.787, 1642.48, 1643.622, + 1644.556, 1646.209, 1647.214, 1648.184, 1649.133, 1650.145, 1651.094, + 1652.385, 1652.888, 1657.928, 1662.899, 1667.747, 1670.722, 1693.81, + 1696.267, 1698.029, 1703.512, 1704.187, 1707, 1709.907, 1711.205, 1713.89, + 1716.852, 1717.941, 1724.829, 1729.105, 1736.961, 1743.013, 1758.152, + 1771.929, 1777.217, 1807.216 + ] }, { "vendor": 1, "path": [ [-73.99986, 40.60534], [-73.99971, 40.60548], - [-74.02052, 40.61805]], - "timestamps": [ 1471, 1475.048, 1831.986] + [-74.02052, 40.61805] + ], + "timestamps": [1471, 1475.048, 1831.986] }, { "vendor": 0, @@ -50990,8 +59312,21 @@ [-74.00089, 40.72577], [-73.99996, 40.72689], [-73.99916, 40.72649], - [-73.99999, 40.7255]], - "timestamps": [ 41, 115.76, 138.767, 162.791, 171.356, 200.334, 234.723, 241.038, 259.968, 280.848, 285.725, 294.47, 299.666, 302.608, 305.583, 315.805, 324.711, 327.469, 330.103, 343.798, 345.84, 348.785, 450.125, 453.05, 456.507, 459.439, 463.235, 465.716, 483.37, 488.813, 491.494, 495.161, 504.827, 512.093, 526.45, 576.001, 584.073, 592.773, 598.323, 602.447, 608.895, 613.597, 617.486, 621.029, 625.688, 627.356, 634.106, 639.932, 653.107, 672.628, 677.974, 682.431, 686.419, 687.766, 691.89, 695.144, 696.401, 709.09, 711.985, 714.502, 717.501, 720.884, 722.791, 724.704, 726.619, 728.557, 730.555, 732.584, 734.33, 736.984, 743.52, 754.337, 946.285, 950.057, 954.262, 957.114, 973.411, 983.49, 986.75, 990.12, 1065.534, 1071.498, 1085.313, 1271.471, 1273.952, 1470.491, 1520.18, 1534.664, 1627] + [-73.99999, 40.7255] + ], + "timestamps": [ + 41, 115.76, 138.767, 162.791, 171.356, 200.334, 234.723, 241.038, 259.968, + 280.848, 285.725, 294.47, 299.666, 302.608, 305.583, 315.805, 324.711, + 327.469, 330.103, 343.798, 345.84, 348.785, 450.125, 453.05, 456.507, + 459.439, 463.235, 465.716, 483.37, 488.813, 491.494, 495.161, 504.827, + 512.093, 526.45, 576.001, 584.073, 592.773, 598.323, 602.447, 608.895, + 613.597, 617.486, 621.029, 625.688, 627.356, 634.106, 639.932, 653.107, + 672.628, 677.974, 682.431, 686.419, 687.766, 691.89, 695.144, 696.401, + 709.09, 711.985, 714.502, 717.501, 720.884, 722.791, 724.704, 726.619, + 728.557, 730.555, 732.584, 734.33, 736.984, 743.52, 754.337, 946.285, + 950.057, 954.262, 957.114, 973.411, 983.49, 986.75, 990.12, 1065.534, + 1071.498, 1085.313, 1271.471, 1273.952, 1470.491, 1520.18, 1534.664, 1627 + ] }, { "vendor": 0, @@ -51006,8 +59341,12 @@ [-74.00203, 40.75579], [-74.00254, 40.75512], [-74.00358, 40.75362], - [-74.00621, 40.74998]], - "timestamps": [ 1182, 1187.89, 1336.601, 1521.574, 1586.843, 1613.25, 1647.443, 1710.082, 1732.397, 1781.284, 1901.014] + [-74.00621, 40.74998] + ], + "timestamps": [ + 1182, 1187.89, 1336.601, 1521.574, 1586.843, 1613.25, 1647.443, 1710.082, + 1732.397, 1781.284, 1901.014 + ] }, { "vendor": 0, @@ -51159,8 +59498,30 @@ [-73.97159, 40.78196], [-73.97173, 40.78203], [-73.97398, 40.78298], - [-73.97403, 40.783]], - "timestamps": [ 626, 639.419, 656.995, 694.126, 702.301, 704.144, 705.594, 706.59, 707.412, 708.445, 709.338, 725.427, 731.194, 732.797, 734.31, 738.915, 747.297, 767.177, 776.657, 779.715, 785.43, 790.787, 793.138, 795.139, 796.691, 798.293, 810.508, 815.732, 832.848, 850.938, 858.399, 871.387, 873.04, 874.756, 876.831, 879.934, 881.005, 882.915, 885.264, 886.785, 905.148, 912.832, 917.488, 921.255, 923.156, 927.22, 939.894, 944.312, 946.192, 949.126, 965.854, 967.641, 969.518, 971.367, 973.634, 980.269, 982.153, 984.086, 985.8, 987.152, 988.718, 990.401, 992.109, 993.634, 998.386, 999.644, 1001.998, 1004.362, 1026.613, 1028.44, 1029.919, 1030.659, 1032.926, 1035.898, 1037.668, 1046.54, 1048.084, 1050.46, 1055.596, 1068.246, 1070.313, 1073.109, 1075.937, 1081.268, 1084.767, 1088.658, 1091.421, 1095.291, 1097.523, 1121.464, 1128.819, 1139.287, 1144.038, 1151.629, 1153.537, 1154.78, 1157.682, 1160.944, 1162.676, 1173.6, 1180.025, 1185.84, 1192.774, 1194.051, 1197.237, 1198.059, 1228.202, 1265.183, 1274.171, 1291.929, 1362.952, 1364.367, 1438.185, 1440.508, 1441.532, 1447.521, 1510.109, 1528.671, 1566.526, 1574.756, 1592.293, 1593.792, 1595.432, 1598.024, 1605.546, 1607.952, 1609.101, 1611.359, 1612.529, 1616.848, 1620.459, 1623.987, 1643.735, 1651.254, 1654.714, 1659.295, 1662.485, 1663.402, 1664.635, 1667.525, 1674.25, 1675.554, 1676.752, 1678.516, 1679.687, 1680.953, 1705.462, 1706] + [-73.97403, 40.783] + ], + "timestamps": [ + 626, 639.419, 656.995, 694.126, 702.301, 704.144, 705.594, 706.59, + 707.412, 708.445, 709.338, 725.427, 731.194, 732.797, 734.31, 738.915, + 747.297, 767.177, 776.657, 779.715, 785.43, 790.787, 793.138, 795.139, + 796.691, 798.293, 810.508, 815.732, 832.848, 850.938, 858.399, 871.387, + 873.04, 874.756, 876.831, 879.934, 881.005, 882.915, 885.264, 886.785, + 905.148, 912.832, 917.488, 921.255, 923.156, 927.22, 939.894, 944.312, + 946.192, 949.126, 965.854, 967.641, 969.518, 971.367, 973.634, 980.269, + 982.153, 984.086, 985.8, 987.152, 988.718, 990.401, 992.109, 993.634, + 998.386, 999.644, 1001.998, 1004.362, 1026.613, 1028.44, 1029.919, + 1030.659, 1032.926, 1035.898, 1037.668, 1046.54, 1048.084, 1050.46, + 1055.596, 1068.246, 1070.313, 1073.109, 1075.937, 1081.268, 1084.767, + 1088.658, 1091.421, 1095.291, 1097.523, 1121.464, 1128.819, 1139.287, + 1144.038, 1151.629, 1153.537, 1154.78, 1157.682, 1160.944, 1162.676, + 1173.6, 1180.025, 1185.84, 1192.774, 1194.051, 1197.237, 1198.059, + 1228.202, 1265.183, 1274.171, 1291.929, 1362.952, 1364.367, 1438.185, + 1440.508, 1441.532, 1447.521, 1510.109, 1528.671, 1566.526, 1574.756, + 1592.293, 1593.792, 1595.432, 1598.024, 1605.546, 1607.952, 1609.101, + 1611.359, 1612.529, 1616.848, 1620.459, 1623.987, 1643.735, 1651.254, + 1654.714, 1659.295, 1662.485, 1663.402, 1664.635, 1667.525, 1674.25, + 1675.554, 1676.752, 1678.516, 1679.687, 1680.953, 1705.462, 1706 + ] }, { "vendor": 1, @@ -51168,8 +59529,9 @@ [-73.99972, 40.67749], [-73.99842, 40.67713], [-73.99873, 40.67649], - [-74.00071, 40.67704]], - "timestamps": [ 1761, 1779.125, 1792.875, 1822.25] + [-74.00071, 40.67704] + ], + "timestamps": [1761, 1779.125, 1792.875, 1822.25] }, { "vendor": 0, @@ -51189,8 +59551,12 @@ [-73.9845, 40.7257], [-73.98395, 40.72547], [-73.98348, 40.72612], - [-73.98347, 40.72613]], - "timestamps": [ 584, 604.448, 606.189, 697.569, 773.47, 823.69, 866.698, 914.535, 919.795, 928.556, 1013.147, 1033.699, 1093.798, 1113.58, 1154.31, 1155] + [-73.98347, 40.72613] + ], + "timestamps": [ + 584, 604.448, 606.189, 697.569, 773.47, 823.69, 866.698, 914.535, 919.795, + 928.556, 1013.147, 1033.699, 1093.798, 1113.58, 1154.31, 1155 + ] }, { "vendor": 0, @@ -51202,8 +59568,9 @@ [-73.98311, 40.67745], [-73.98353, 40.6768], [-73.98585, 40.6777], - [-73.98618, 40.67725]], - "timestamps": [ 24, 63.745, 98.071, 259.69, 262.475, 282.348, 336.546, 351] + [-73.98618, 40.67725] + ], + "timestamps": [24, 63.745, 98.071, 259.69, 262.475, 282.348, 336.546, 351] }, { "vendor": 0, @@ -51215,8 +59582,11 @@ [-73.9994, 40.68414], [-73.99972, 40.68347], [-73.99787, 40.68295], - [-73.99779, 40.68311]], - "timestamps": [ 651, 655.211, 663.779, 729.931, 844.504, 851.71, 867.496, 869] + [-73.99779, 40.68311] + ], + "timestamps": [ + 651, 655.211, 663.779, 729.931, 844.504, 851.71, 867.496, 869 + ] }, { "vendor": 1, @@ -51227,8 +59597,9 @@ [-73.9994, 40.68414], [-73.99972, 40.68347], [-73.99787, 40.68295], - [-73.99783, 40.68304]], - "timestamps": [ 1319, 1329.569, 1342.003, 1389.988, 1394.85, 1401.378, 1402] + [-73.99783, 40.68304] + ], + "timestamps": [1319, 1329.569, 1342.003, 1389.988, 1394.85, 1401.378, 1402] }, { "vendor": 0, @@ -51243,8 +59614,12 @@ [-73.98414, 40.67574], [-73.98384, 40.67613], [-73.97997, 40.68183], - [-73.97956, 40.68247]], - "timestamps": [ 1377, 1402.531, 1416.32, 1583.848, 1597.212, 1621.567, 1622.744, 1638.364, 1648.42, 1791.206, 1807.053] + [-73.97956, 40.68247] + ], + "timestamps": [ + 1377, 1402.531, 1416.32, 1583.848, 1597.212, 1621.567, 1622.744, 1638.364, + 1648.42, 1791.206, 1807.053 + ] }, { "vendor": 0, @@ -51261,8 +59636,12 @@ [-74.00302, 40.71802], [-74.00421, 40.71664], [-74.00453, 40.71628], - [-74.00588, 40.71468]], - "timestamps": [ 1199, 1231.483, 1255.419, 1364.407, 1390.483, 1463.617, 1467.425, 1503.657, 1680.288, 1699.353, 1743.121, 1754.645, 1808.001] + [-74.00588, 40.71468] + ], + "timestamps": [ + 1199, 1231.483, 1255.419, 1364.407, 1390.483, 1463.617, 1467.425, + 1503.657, 1680.288, 1699.353, 1743.121, 1754.645, 1808.001 + ] }, { "vendor": 0, @@ -51285,8 +59664,13 @@ [-73.97592, 40.6835], [-73.9769, 40.68385], [-73.97745, 40.68405], - [-73.97765, 40.68433]], - "timestamps": [ 653, 678.596, 692.152, 926.962, 994.568, 1025.358, 1041.409, 1055.774, 1064.772, 1111.924, 1122.092, 1174.637, 1324.068, 1490.23, 1525.646, 1528.604, 1547.122, 1557.549, 1567] + [-73.97765, 40.68433] + ], + "timestamps": [ + 653, 678.596, 692.152, 926.962, 994.568, 1025.358, 1041.409, 1055.774, + 1064.772, 1111.924, 1122.092, 1174.637, 1324.068, 1490.23, 1525.646, + 1528.604, 1547.122, 1557.549, 1567 + ] }, { "vendor": 0, @@ -51305,8 +59689,12 @@ [-73.97633, 40.68253], [-73.97512, 40.68083], [-73.9743, 40.67973], - [-73.97368, 40.67888]], - "timestamps": [ 1000, 1024.7, 1030.635, 1054.031, 1087.436, 1121.957, 1142.001, 1162.095, 1451.3, 1466.217, 1493.711, 1500.343, 1538.201, 1562.964, 1582] + [-73.97368, 40.67888] + ], + "timestamps": [ + 1000, 1024.7, 1030.635, 1054.031, 1087.436, 1121.957, 1142.001, 1162.095, + 1451.3, 1466.217, 1493.711, 1500.343, 1538.201, 1562.964, 1582 + ] }, { "vendor": 0, @@ -51321,8 +59709,12 @@ [-73.97728, 40.68978], [-73.97793, 40.6898], [-73.97749, 40.68753], - [-73.97665, 40.6872]], - "timestamps": [ 255, 517.28, 582.222, 637.251, 651.111, 933.462, 951.084, 1091.204, 1102.333, 1167.777, 1185] + [-73.97665, 40.6872] + ], + "timestamps": [ + 255, 517.28, 582.222, 637.251, 651.111, 933.462, 951.084, 1091.204, + 1102.333, 1167.777, 1185 + ] }, { "vendor": 1, @@ -51337,23 +59729,29 @@ [-73.97576, 40.68355], [-73.97592, 40.6835], [-73.9759, 40.68362], - [-73.97592, 40.68373]], - "timestamps": [ 180, 189.654, 252.945, 285.576, 292.636, 337.561, 465.324, 637.67, 640.2, 646.352, 652] + [-73.97592, 40.68373] + ], + "timestamps": [ + 180, 189.654, 252.945, 285.576, 292.636, 337.561, 465.324, 637.67, 640.2, + 646.352, 652 + ] }, { "vendor": 1, "path": [ [-73.98661, 40.66482], - [-73.98443, 40.66743]], - "timestamps": [ 1734, 1802.49] + [-73.98443, 40.66743] + ], + "timestamps": [1734, 1802.49] }, { "vendor": 1, "path": [ [-73.98263, 40.7386], [-73.9809, 40.73788], - [-73.98898, 40.72679]], - "timestamps": [ 1545, 1606.988, 1856.256] + [-73.98898, 40.72679] + ], + "timestamps": [1545, 1606.988, 1856.256] }, { "vendor": 1, @@ -51382,8 +59780,13 @@ [-73.98941, 40.69228], [-73.98997, 40.69239], [-73.99048, 40.69247], - [-73.99094, 40.69253]], - "timestamps": [ 53, 103.14, 134.251, 211.867, 214.374, 244.244, 259.93, 394.565, 405.089, 419.574, 454.743, 503.622, 524.718, 539.363, 557.435, 640.944, 662.385, 666.899, 754.64, 777.491, 780.916, 787.648, 814.743, 839.137, 861] + [-73.99094, 40.69253] + ], + "timestamps": [ + 53, 103.14, 134.251, 211.867, 214.374, 244.244, 259.93, 394.565, 405.089, + 419.574, 454.743, 503.622, 524.718, 539.363, 557.435, 640.944, 662.385, + 666.899, 754.64, 777.491, 780.916, 787.648, 814.743, 839.137, 861 + ] }, { "vendor": 0, @@ -51397,8 +59800,12 @@ [-73.97121, 40.74479], [-73.97124, 40.74462], [-73.97123, 40.74446], - [-73.97207, 40.74318]], - "timestamps": [ 1699, 1716.629, 1732.466, 1756.848, 1758.185, 1775.966, 1786.872, 1791.17, 1795.184, 1831.006] + [-73.97207, 40.74318] + ], + "timestamps": [ + 1699, 1716.629, 1732.466, 1756.848, 1758.185, 1775.966, 1786.872, 1791.17, + 1795.184, 1831.006 + ] }, { "vendor": 0, @@ -51420,8 +59827,13 @@ [-73.96429, 40.703], [-73.96251, 40.70257], [-73.96238, 40.7025], - [-73.96177, 40.70195]], - "timestamps": [ 1521, 1532.508, 1534.625, 1537.279, 1580.366, 1586.019, 1587.856, 1603.749, 1656.282, 1666.002, 1682.034, 1710.292, 1715.585, 1747.573, 1766.774, 1797.191, 1799.787, 1815.219] + [-73.96177, 40.70195] + ], + "timestamps": [ + 1521, 1532.508, 1534.625, 1537.279, 1580.366, 1586.019, 1587.856, + 1603.749, 1656.282, 1666.002, 1682.034, 1710.292, 1715.585, 1747.573, + 1766.774, 1797.191, 1799.787, 1815.219 + ] }, { "vendor": 0, @@ -51469,8 +59881,16 @@ [-73.99343, 40.7245], [-73.99414, 40.72476], [-73.99487, 40.72501], - [-73.99484, 40.72507]], - "timestamps": [ 82, 87.997, 103.064, 134.661, 151.888, 196.179, 202.089, 203.862, 220.353, 246.568, 263.683, 286.916, 326.718, 343.529, 345.309, 355.841, 386.582, 391.789, 395.761, 407.187, 438.482, 441.609, 452.065, 471.697, 491.446, 498.028, 647.905, 652.064, 654.881, 682.345, 723.839, 745.404, 800.538, 808.44, 829.54, 852.179, 866.661, 871.64, 907.474, 959.898, 964.086, 977.148, 990.417, 997] + [-73.99484, 40.72507] + ], + "timestamps": [ + 82, 87.997, 103.064, 134.661, 151.888, 196.179, 202.089, 203.862, 220.353, + 246.568, 263.683, 286.916, 326.718, 343.529, 345.309, 355.841, 386.582, + 391.789, 395.761, 407.187, 438.482, 441.609, 452.065, 471.697, 491.446, + 498.028, 647.905, 652.064, 654.881, 682.345, 723.839, 745.404, 800.538, + 808.44, 829.54, 852.179, 866.661, 871.64, 907.474, 959.898, 964.086, + 977.148, 990.417, 997 + ] }, { "vendor": 0, @@ -51480,8 +59900,9 @@ [-73.97699, 40.65322], [-73.97759, 40.65407], [-73.97803, 40.65474], - [-73.97846, 40.65503]], - "timestamps": [ 1633, 1696.24, 1724.875, 1766.092, 1798.091, 1816.75] + [-73.97846, 40.65503] + ], + "timestamps": [1633, 1696.24, 1724.875, 1766.092, 1798.091, 1816.75] }, { "vendor": 0, @@ -51522,8 +59943,16 @@ [-74.00815, 40.74524], [-74.00812, 40.74537], [-74.00638, 40.74464], - [-74.00358, 40.74347]], - "timestamps": [ 1055, 1058.635, 1084.084, 1094.99, 1113.377, 1132.557, 1139.103, 1145.594, 1149.953, 1163.206, 1188.417, 1219.221, 1230.705, 1262.756, 1316.596, 1404.409, 1424.957, 1474.214, 1544.247, 1594.123, 1602.765, 1620.232, 1628.197, 1633.214, 1635.461, 1640.543, 1651.938, 1657.573, 1660.369, 1672.715, 1683.686, 1686.367, 1710.785, 1730.424, 1732.417, 1766.341, 1820.881] + [-74.00358, 40.74347] + ], + "timestamps": [ + 1055, 1058.635, 1084.084, 1094.99, 1113.377, 1132.557, 1139.103, 1145.594, + 1149.953, 1163.206, 1188.417, 1219.221, 1230.705, 1262.756, 1316.596, + 1404.409, 1424.957, 1474.214, 1544.247, 1594.123, 1602.765, 1620.232, + 1628.197, 1633.214, 1635.461, 1640.543, 1651.938, 1657.573, 1660.369, + 1672.715, 1683.686, 1686.367, 1710.785, 1730.424, 1732.417, 1766.341, + 1820.881 + ] }, { "vendor": 0, @@ -51571,8 +60000,17 @@ [-74.01078, 40.72677], [-74.01048, 40.72973], [-74.01008, 40.73394], - [-74.00983, 40.73694]], - "timestamps": [ 1283, 1295.913, 1298.925, 1302.607, 1305.238, 1309.845, 1312.377, 1334.472, 1344.931, 1347.283, 1364.567, 1366.279, 1376.179, 1386.218, 1391.811, 1416.861, 1419.566, 1424.675, 1439.94, 1442.188, 1445.293, 1450.956, 1452.914, 1454.966, 1455.84, 1468.927, 1475.92, 1487.066, 1489.437, 1498.332, 1512.59, 1513.694, 1517.362, 1520.19, 1528.787, 1545.142, 1566.124, 1593.369, 1628.295, 1685.261, 1698.591, 1730.544, 1775.976, 1808.331] + [-74.00983, 40.73694] + ], + "timestamps": [ + 1283, 1295.913, 1298.925, 1302.607, 1305.238, 1309.845, 1312.377, + 1334.472, 1344.931, 1347.283, 1364.567, 1366.279, 1376.179, 1386.218, + 1391.811, 1416.861, 1419.566, 1424.675, 1439.94, 1442.188, 1445.293, + 1450.956, 1452.914, 1454.966, 1455.84, 1468.927, 1475.92, 1487.066, + 1489.437, 1498.332, 1512.59, 1513.694, 1517.362, 1520.19, 1528.787, + 1545.142, 1566.124, 1593.369, 1628.295, 1685.261, 1698.591, 1730.544, + 1775.976, 1808.331 + ] }, { "vendor": 0, @@ -51616,8 +60054,16 @@ [-74.00528, 40.72183], [-74.00533, 40.72189], [-74.00539, 40.72207], - [-74.00538, 40.72219]], - "timestamps": [ 573, 596.802, 632.382, 648.607, 687.811, 796.043, 813.825, 833.998, 893.343, 903.739, 926.893, 946.838, 983.577, 987.443, 1057.627, 1070.051, 1109.255, 1127.407, 1154.06, 1156.483, 1180.898, 1307.459, 1311.604, 1325.461, 1351.481, 1372.483, 1379.483, 1538.877, 1543.301, 1552.176, 1554.685, 1557.28, 1615.342, 1619.933, 1700.984, 1790.899, 1793.927, 1795.285, 1798.838, 1801.139] + [-74.00538, 40.72219] + ], + "timestamps": [ + 573, 596.802, 632.382, 648.607, 687.811, 796.043, 813.825, 833.998, + 893.343, 903.739, 926.893, 946.838, 983.577, 987.443, 1057.627, 1070.051, + 1109.255, 1127.407, 1154.06, 1156.483, 1180.898, 1307.459, 1311.604, + 1325.461, 1351.481, 1372.483, 1379.483, 1538.877, 1543.301, 1552.176, + 1554.685, 1557.28, 1615.342, 1619.933, 1700.984, 1790.899, 1793.927, + 1795.285, 1798.838, 1801.139 + ] }, { "vendor": 0, @@ -51647,8 +60093,13 @@ [-74.00043, 40.7288], [-73.99936, 40.73005], [-74.00012, 40.73043], - [-74.00037, 40.73055]], - "timestamps": [ 12, 13.037, 30.296, 83.521, 202.682, 209.931, 221.668, 228.627, 237.609, 277.815, 307.62, 309.381, 313.988, 316.972, 337.952, 346.354, 354.307, 386.664, 459.137, 510.227, 512.65, 545.061, 569.202, 625.754, 658.392, 669] + [-74.00037, 40.73055] + ], + "timestamps": [ + 12, 13.037, 30.296, 83.521, 202.682, 209.931, 221.668, 228.627, 237.609, + 277.815, 307.62, 309.381, 313.988, 316.972, 337.952, 346.354, 354.307, + 386.664, 459.137, 510.227, 512.65, 545.061, 569.202, 625.754, 658.392, 669 + ] }, { "vendor": 0, @@ -51763,8 +60214,25 @@ [-73.97268, 40.75254], [-73.97301, 40.75268], [-73.97072, 40.75581], - [-73.97038, 40.75629]], - "timestamps": [ 453, 464.857, 479.68, 524.741, 527.112, 554.806, 558.239, 609.012, 623.29, 629.387, 638.013, 667.239, 677.627, 688.677, 691.648, 693.124, 694.648, 696.461, 697.597, 698.901, 704.446, 706.191, 707.777, 712.872, 715.252, 717.713, 718.811, 721.083, 723.59, 724.511, 730.341, 733.96, 740.608, 745.729, 758.541, 770.201, 774.252, 797.236, 821.529, 831.547, 848.988, 851.208, 853.512, 856.299, 860.465, 861.904, 864.468, 867.623, 869.665, 894.324, 904.642, 910.895, 915.953, 918.505, 923.962, 940.981, 946.915, 949.44, 953.379, 975.842, 978.241, 983.244, 986.288, 997.728, 1000.323, 1002.625, 1004.441, 1006.544, 1008.803, 1011.097, 1013.144, 1019.526, 1022.648, 1024.376, 1026.03, 1027.553, 1029.355, 1054.636, 1057.434, 1059.887, 1062.867, 1065.911, 1069.901, 1072.279, 1084.192, 1086.265, 1089.456, 1096.353, 1113.339, 1116.115, 1119.87, 1123.668, 1127.423, 1134.313, 1141.52, 1147.141, 1203.699, 1206.518, 1208.661, 1210.229, 1212.91, 1231.144, 1232.662, 1237.109, 1250.17, 1284.539, 1286.023, 1378.223, 1385.334, 1445.796, 1455] + [-73.97038, 40.75629] + ], + "timestamps": [ + 453, 464.857, 479.68, 524.741, 527.112, 554.806, 558.239, 609.012, 623.29, + 629.387, 638.013, 667.239, 677.627, 688.677, 691.648, 693.124, 694.648, + 696.461, 697.597, 698.901, 704.446, 706.191, 707.777, 712.872, 715.252, + 717.713, 718.811, 721.083, 723.59, 724.511, 730.341, 733.96, 740.608, + 745.729, 758.541, 770.201, 774.252, 797.236, 821.529, 831.547, 848.988, + 851.208, 853.512, 856.299, 860.465, 861.904, 864.468, 867.623, 869.665, + 894.324, 904.642, 910.895, 915.953, 918.505, 923.962, 940.981, 946.915, + 949.44, 953.379, 975.842, 978.241, 983.244, 986.288, 997.728, 1000.323, + 1002.625, 1004.441, 1006.544, 1008.803, 1011.097, 1013.144, 1019.526, + 1022.648, 1024.376, 1026.03, 1027.553, 1029.355, 1054.636, 1057.434, + 1059.887, 1062.867, 1065.911, 1069.901, 1072.279, 1084.192, 1086.265, + 1089.456, 1096.353, 1113.339, 1116.115, 1119.87, 1123.668, 1127.423, + 1134.313, 1141.52, 1147.141, 1203.699, 1206.518, 1208.661, 1210.229, + 1212.91, 1231.144, 1232.662, 1237.109, 1250.17, 1284.539, 1286.023, + 1378.223, 1385.334, 1445.796, 1455 + ] }, { "vendor": 0, @@ -51838,8 +60306,20 @@ [-73.99258, 40.71438], [-73.99257, 40.71465], [-73.99237, 40.71505], - [-73.99233, 40.71512]], - "timestamps": [ 534, 538.769, 652.687, 670.731, 685.304, 699.349, 891.771, 961.682, 969.174, 971.44, 973.728, 976.101, 980.481, 983.94, 996.805, 1001.314, 1005.904, 1009.245, 1011.251, 1016.656, 1049.972, 1054.269, 1057.1, 1061.157, 1068.981, 1073.121, 1075.278, 1080.143, 1084.573, 1090.291, 1102.966, 1106.006, 1114.156, 1129.188, 1140.705, 1145.792, 1150.637, 1155.162, 1179.361, 1188.778, 1193.138, 1198.867, 1204.409, 1238.425, 1246.947, 1249.452, 1253.114, 1257.754, 1261.267, 1262.9, 1266.243, 1268.997, 1271.711, 1286.02, 1310.019, 1324.178, 1349.423, 1392.533, 1419.572, 1440.807, 1444.602, 1446.6, 1459.92, 1480.486, 1536.344, 1567.151, 1583.331, 1590.542, 1601.963, 1604] + [-73.99233, 40.71512] + ], + "timestamps": [ + 534, 538.769, 652.687, 670.731, 685.304, 699.349, 891.771, 961.682, + 969.174, 971.44, 973.728, 976.101, 980.481, 983.94, 996.805, 1001.314, + 1005.904, 1009.245, 1011.251, 1016.656, 1049.972, 1054.269, 1057.1, + 1061.157, 1068.981, 1073.121, 1075.278, 1080.143, 1084.573, 1090.291, + 1102.966, 1106.006, 1114.156, 1129.188, 1140.705, 1145.792, 1150.637, + 1155.162, 1179.361, 1188.778, 1193.138, 1198.867, 1204.409, 1238.425, + 1246.947, 1249.452, 1253.114, 1257.754, 1261.267, 1262.9, 1266.243, + 1268.997, 1271.711, 1286.02, 1310.019, 1324.178, 1349.423, 1392.533, + 1419.572, 1440.807, 1444.602, 1446.6, 1459.92, 1480.486, 1536.344, + 1567.151, 1583.331, 1590.542, 1601.963, 1604 + ] }, { "vendor": 0, @@ -51940,8 +60420,23 @@ [-73.97987, 40.73912], [-73.97999, 40.73917], [-73.98062, 40.73828], - [-73.98064, 40.73825]], - "timestamps": [ 198, 212.054, 232.916, 267.645, 268.829, 289.59, 293.769, 332.086, 341.654, 391.31, 421.041, 440.417, 457.518, 477.328, 497.413, 515.237, 526.821, 537.52, 556.07, 557.449, 558.134, 559.16, 560.38, 561.145, 562.022, 565.754, 566.928, 567.996, 571.425, 573.027, 574.683, 575.422, 576.952, 578.639, 579.259, 583.182, 585.618, 590.092, 593.539, 602.162, 610.009, 612.691, 627.908, 643.991, 650.624, 662.171, 663.641, 665.166, 667.011, 669.77, 670.722, 672.42, 674.509, 675.86, 692.186, 699.017, 703.157, 706.506, 708.196, 711.809, 723.076, 727.005, 728.676, 731.284, 746.156, 747.745, 749.414, 751.058, 753.073, 758.972, 760.647, 763.403, 765.286, 768.689, 771.683, 776.524, 779.425, 782.408, 789.966, 795.742, 798.09, 800.994, 805.328, 806.537, 884.392, 890.841, 894.326, 896.304, 899.071, 952.377, 954.182, 962.987, 971.141, 1014.729, 1017.031, 1029.582, 1030] + [-73.98064, 40.73825] + ], + "timestamps": [ + 198, 212.054, 232.916, 267.645, 268.829, 289.59, 293.769, 332.086, + 341.654, 391.31, 421.041, 440.417, 457.518, 477.328, 497.413, 515.237, + 526.821, 537.52, 556.07, 557.449, 558.134, 559.16, 560.38, 561.145, + 562.022, 565.754, 566.928, 567.996, 571.425, 573.027, 574.683, 575.422, + 576.952, 578.639, 579.259, 583.182, 585.618, 590.092, 593.539, 602.162, + 610.009, 612.691, 627.908, 643.991, 650.624, 662.171, 663.641, 665.166, + 667.011, 669.77, 670.722, 672.42, 674.509, 675.86, 692.186, 699.017, + 703.157, 706.506, 708.196, 711.809, 723.076, 727.005, 728.676, 731.284, + 746.156, 747.745, 749.414, 751.058, 753.073, 758.972, 760.647, 763.403, + 765.286, 768.689, 771.683, 776.524, 779.425, 782.408, 789.966, 795.742, + 798.09, 800.994, 805.328, 806.537, 884.392, 890.841, 894.326, 896.304, + 899.071, 952.377, 954.182, 962.987, 971.141, 1014.729, 1017.031, 1029.582, + 1030 + ] }, { "vendor": 0, @@ -51969,8 +60464,14 @@ [-74.00141, 40.73106], [-73.99141, 40.7448], [-73.99096, 40.74542], - [-73.99381, 40.74661]], - "timestamps": [ 261, 265.664, 298.312, 344.639, 393.924, 482.32, 503.529, 557.165, 593.267, 606.312, 724.069, 794.969, 829.87, 930.723, 965.56, 971.009, 1028.231, 1037.559, 1152.919, 1221.034, 1268.163, 1763.785, 1786.134, 1909.731] + [-73.99381, 40.74661] + ], + "timestamps": [ + 261, 265.664, 298.312, 344.639, 393.924, 482.32, 503.529, 557.165, + 593.267, 606.312, 724.069, 794.969, 829.87, 930.723, 965.56, 971.009, + 1028.231, 1037.559, 1152.919, 1221.034, 1268.163, 1763.785, 1786.134, + 1909.731 + ] }, { "vendor": 0, @@ -52060,8 +60561,23 @@ [-73.98988, 40.71001], [-73.99357, 40.70946], [-73.9947, 40.70932], - [-73.99684, 40.70902]], - "timestamps": [ 828, 888.639, 926.538, 1008.248, 1049.712, 1064.872, 1070.333, 1072.109, 1087.062, 1092.488, 1099.799, 1104.666, 1120.107, 1133.814, 1142.806, 1149.673, 1154.695, 1157.485, 1162.73, 1170.888, 1175.207, 1198.436, 1202.494, 1254.252, 1261.975, 1276.235, 1279.204, 1289.464, 1301.596, 1307.082, 1311.806, 1316.799, 1321.53, 1341.711, 1346.73, 1349.217, 1354.388, 1359.343, 1373.459, 1378.407, 1383.443, 1387.11, 1389.311, 1395.241, 1431.799, 1436.514, 1441.494, 1444.07, 1452.655, 1457.198, 1459.565, 1464.903, 1467.456, 1469.768, 1476.043, 1489.951, 1493.287, 1502.23, 1518.724, 1531.362, 1536.944, 1542.261, 1547.226, 1573.78, 1579.677, 1584.113, 1588.897, 1595.184, 1601.265, 1609.216, 1638.591, 1647.941, 1650.69, 1654.709, 1659.8, 1663.655, 1665.447, 1669.116, 1672.137, 1675.115, 1712.805, 1741.824, 1749.69, 1779.49, 1788.563, 1805.808] + [-73.99684, 40.70902] + ], + "timestamps": [ + 828, 888.639, 926.538, 1008.248, 1049.712, 1064.872, 1070.333, 1072.109, + 1087.062, 1092.488, 1099.799, 1104.666, 1120.107, 1133.814, 1142.806, + 1149.673, 1154.695, 1157.485, 1162.73, 1170.888, 1175.207, 1198.436, + 1202.494, 1254.252, 1261.975, 1276.235, 1279.204, 1289.464, 1301.596, + 1307.082, 1311.806, 1316.799, 1321.53, 1341.711, 1346.73, 1349.217, + 1354.388, 1359.343, 1373.459, 1378.407, 1383.443, 1387.11, 1389.311, + 1395.241, 1431.799, 1436.514, 1441.494, 1444.07, 1452.655, 1457.198, + 1459.565, 1464.903, 1467.456, 1469.768, 1476.043, 1489.951, 1493.287, + 1502.23, 1518.724, 1531.362, 1536.944, 1542.261, 1547.226, 1573.78, + 1579.677, 1584.113, 1588.897, 1595.184, 1601.265, 1609.216, 1638.591, + 1647.941, 1650.69, 1654.709, 1659.8, 1663.655, 1665.447, 1669.116, + 1672.137, 1675.115, 1712.805, 1741.824, 1749.69, 1779.49, 1788.563, + 1805.808 + ] }, { "vendor": 0, @@ -52069,8 +60585,9 @@ [-73.97378, 40.67227], [-73.97339, 40.67284], [-73.97295, 40.67348], - [-73.97112, 40.67276]], - "timestamps": [ 1764, 1776.491, 1790.531, 1870.238] + [-73.97112, 40.67276] + ], + "timestamps": [1764, 1776.491, 1790.531, 1870.238] }, { "vendor": 0, @@ -52102,8 +60619,14 @@ [-73.96133, 40.67135], [-73.95797, 40.67065], [-73.95526, 40.67012], - [-73.92559, 40.66849]], - "timestamps": [ 923, 1102.36, 1121.185, 1135.01, 1148.903, 1219.683, 1233.443, 1239.311, 1253.569, 1258.197, 1262.547, 1265.319, 1271.832, 1274.417, 1275.672, 1277.534, 1287.843, 1297.563, 1303.349, 1314.734, 1327.727, 1334.975, 1345.56, 1362.177, 1380.569, 1430.472, 1470.553, 1896.596] + [-73.92559, 40.66849] + ], + "timestamps": [ + 923, 1102.36, 1121.185, 1135.01, 1148.903, 1219.683, 1233.443, 1239.311, + 1253.569, 1258.197, 1262.547, 1265.319, 1271.832, 1274.417, 1275.672, + 1277.534, 1287.843, 1297.563, 1303.349, 1314.734, 1327.727, 1334.975, + 1345.56, 1362.177, 1380.569, 1430.472, 1470.553, 1896.596 + ] }, { "vendor": 0, @@ -52285,8 +60808,34 @@ [-73.83092, 40.71709], [-73.83026, 40.71686], [-73.82855, 40.71642], - [-73.82695, 40.71593]], - "timestamps": [ 327, 345.932, 350.755, 354.708, 372.84, 376.582, 381.676, 401.8, 413.827, 421.661, 424.486, 428.118, 439.015, 442.831, 450.045, 461.867, 472.669, 476.88, 483.19, 499.149, 500.545, 505.19, 507.264, 516.077, 519.342, 527.643, 533.676, 536.138, 550.25, 626.726, 628.988, 633.893, 636.881, 639.173, 642.236, 645.531, 648.694, 653.429, 674.513, 677.531, 688.062, 690.954, 761.829, 765.79, 800.166, 807.025, 810.261, 822.064, 835.201, 842.157, 848.878, 869.379, 900.151, 916.32, 919.374, 932.676, 936.108, 954.349, 956.64, 960.218, 962.997, 994.654, 997.624, 1001.551, 1007.54, 1033.912, 1037.798, 1045.697, 1053.924, 1058.741, 1065.357, 1071.661, 1075.422, 1078.308, 1080.754, 1082.634, 1084.932, 1087.211, 1100.684, 1110.63, 1112.973, 1116.39, 1121.066, 1125.98, 1143.099, 1154.441, 1168.04, 1172.071, 1176.547, 1179.541, 1184.6, 1192.12, 1201.348, 1209.34, 1214.352, 1218.985, 1223.146, 1227.551, 1231.914, 1236.69, 1246.601, 1249.946, 1255.911, 1286.691, 1290.037, 1292.413, 1295.56, 1298.632, 1301.769, 1305.198, 1308.408, 1311.22, 1314.275, 1327.551, 1330.477, 1332.469, 1336.032, 1339.688, 1342.371, 1346.742, 1361.695, 1364.842, 1367.875, 1371.135, 1374.261, 1377.452, 1388.153, 1391.04, 1424.721, 1461.612, 1483.968, 1492.562, 1511.063, 1514.673, 1528.628, 1532.672, 1535.976, 1537.085, 1545.396, 1551.402, 1561.461, 1567.887, 1574.594, 1576.718, 1578.884, 1581.343, 1584.307, 1590.01, 1592.555, 1599.065, 1610.633, 1614.45, 1620.702, 1625.69, 1632.021, 1637.458, 1642.556, 1648.238, 1653.02, 1658.858, 1665.582, 1674.323, 1680.466, 1685.885, 1698.061, 1710.785, 1718.21, 1723.897, 1733.227, 1739.759, 1752.181, 1762.721, 1767.219, 1772.16, 1775.233, 1780.602, 1793.95, 1806.705] + [-73.82695, 40.71593] + ], + "timestamps": [ + 327, 345.932, 350.755, 354.708, 372.84, 376.582, 381.676, 401.8, 413.827, + 421.661, 424.486, 428.118, 439.015, 442.831, 450.045, 461.867, 472.669, + 476.88, 483.19, 499.149, 500.545, 505.19, 507.264, 516.077, 519.342, + 527.643, 533.676, 536.138, 550.25, 626.726, 628.988, 633.893, 636.881, + 639.173, 642.236, 645.531, 648.694, 653.429, 674.513, 677.531, 688.062, + 690.954, 761.829, 765.79, 800.166, 807.025, 810.261, 822.064, 835.201, + 842.157, 848.878, 869.379, 900.151, 916.32, 919.374, 932.676, 936.108, + 954.349, 956.64, 960.218, 962.997, 994.654, 997.624, 1001.551, 1007.54, + 1033.912, 1037.798, 1045.697, 1053.924, 1058.741, 1065.357, 1071.661, + 1075.422, 1078.308, 1080.754, 1082.634, 1084.932, 1087.211, 1100.684, + 1110.63, 1112.973, 1116.39, 1121.066, 1125.98, 1143.099, 1154.441, + 1168.04, 1172.071, 1176.547, 1179.541, 1184.6, 1192.12, 1201.348, 1209.34, + 1214.352, 1218.985, 1223.146, 1227.551, 1231.914, 1236.69, 1246.601, + 1249.946, 1255.911, 1286.691, 1290.037, 1292.413, 1295.56, 1298.632, + 1301.769, 1305.198, 1308.408, 1311.22, 1314.275, 1327.551, 1330.477, + 1332.469, 1336.032, 1339.688, 1342.371, 1346.742, 1361.695, 1364.842, + 1367.875, 1371.135, 1374.261, 1377.452, 1388.153, 1391.04, 1424.721, + 1461.612, 1483.968, 1492.562, 1511.063, 1514.673, 1528.628, 1532.672, + 1535.976, 1537.085, 1545.396, 1551.402, 1561.461, 1567.887, 1574.594, + 1576.718, 1578.884, 1581.343, 1584.307, 1590.01, 1592.555, 1599.065, + 1610.633, 1614.45, 1620.702, 1625.69, 1632.021, 1637.458, 1642.556, + 1648.238, 1653.02, 1658.858, 1665.582, 1674.323, 1680.466, 1685.885, + 1698.061, 1710.785, 1718.21, 1723.897, 1733.227, 1739.759, 1752.181, + 1762.721, 1767.219, 1772.16, 1775.233, 1780.602, 1793.95, 1806.705 + ] }, { "vendor": 0, @@ -52313,8 +60862,14 @@ [-73.99873, 40.71716], [-73.99689, 40.71653], [-73.99607, 40.71624], - [-73.99628, 40.71601]], - "timestamps": [ 416, 458.113, 459.469, 666.052, 669.052, 863.485, 963.498, 986.687, 1151.12, 1164.29, 1209.255, 1272.962, 1288.853, 1447.822, 1451.213, 1483.478, 1604.263, 1619.163, 1720.733, 1726.487, 1776.731, 1799.25, 1810.501] + [-73.99628, 40.71601] + ], + "timestamps": [ + 416, 458.113, 459.469, 666.052, 669.052, 863.485, 963.498, 986.687, + 1151.12, 1164.29, 1209.255, 1272.962, 1288.853, 1447.822, 1451.213, + 1483.478, 1604.263, 1619.163, 1720.733, 1726.487, 1776.731, 1799.25, + 1810.501 + ] }, { "vendor": 0, @@ -52325,16 +60880,20 @@ [-73.97172, 40.68752], [-73.97213, 40.68958], [-73.98049, 40.6899], - [-73.98137, 40.68992]], - "timestamps": [ 1421, 1452.914, 1486.424, 1545.328, 1628.442, 1785.823, 1802.375] + [-73.98137, 40.68992] + ], + "timestamps": [ + 1421, 1452.914, 1486.424, 1545.328, 1628.442, 1785.823, 1802.375 + ] }, { "vendor": 0, "path": [ [-74.00411, 40.72197], [-74.00376, 40.72238], - [-74.00144, 40.72125]], - "timestamps": [ 1759, 1773.363, 1843.564] + [-74.00144, 40.72125] + ], + "timestamps": [1759, 1773.363, 1843.564] }, { "vendor": 0, @@ -52346,8 +60905,11 @@ [-74.00498, 40.72953], [-74.00516, 40.72947], [-74.00519, 40.72936], - [-74.00577, 40.72568]], - "timestamps": [ 1671, 1673.254, 1690.8, 1709.326, 1785.02, 1790.487, 1792.156, 1847.211] + [-74.00577, 40.72568] + ], + "timestamps": [ + 1671, 1673.254, 1690.8, 1709.326, 1785.02, 1790.487, 1792.156, 1847.211 + ] }, { "vendor": 0, @@ -52406,8 +60968,17 @@ [-73.98295, 40.72129], [-73.98303, 40.72115], [-73.98294, 40.72112], - [-73.98235, 40.72094]], - "timestamps": [ 611, 709.441, 715.131, 716.96, 718.698, 720.853, 725.765, 729.911, 734.265, 738.017, 743.489, 747.004, 748.745, 752.365, 755.835, 765.719, 769.183, 772.71, 775.277, 776.818, 780.97, 806.567, 809.869, 813.356, 815.159, 821.171, 824.352, 826.009, 829.746, 831.534, 833.153, 837.546, 847.285, 849.62, 855.882, 867.431, 876.28, 880.188, 883.911, 887.387, 891.354, 894.977, 899.077, 900.508, 921.272, 922.25, 927.799, 953.934, 958.612, 982.465, 1051.259, 1052.701, 1056.134, 1057.053, 1063] + [-73.98235, 40.72094] + ], + "timestamps": [ + 611, 709.441, 715.131, 716.96, 718.698, 720.853, 725.765, 729.911, + 734.265, 738.017, 743.489, 747.004, 748.745, 752.365, 755.835, 765.719, + 769.183, 772.71, 775.277, 776.818, 780.97, 806.567, 809.869, 813.356, + 815.159, 821.171, 824.352, 826.009, 829.746, 831.534, 833.153, 837.546, + 847.285, 849.62, 855.882, 867.431, 876.28, 880.188, 883.911, 887.387, + 891.354, 894.977, 899.077, 900.508, 921.272, 922.25, 927.799, 953.934, + 958.612, 982.465, 1051.259, 1052.701, 1056.134, 1057.053, 1063 + ] }, { "vendor": 0, @@ -52419,8 +60990,11 @@ [-74.00645, 40.70698], [-74.00657, 40.70688], [-74.00678, 40.70672], - [-74.00745, 40.70721]], - "timestamps": [ 1765, 1768.76, 1779.581, 1785.518, 1792.036, 1794.046, 1797.403, 1806.706] + [-74.00745, 40.70721] + ], + "timestamps": [ + 1765, 1768.76, 1779.581, 1785.518, 1792.036, 1794.046, 1797.403, 1806.706 + ] }, { "vendor": 0, @@ -52482,8 +61056,19 @@ [-73.97446, 40.73275], [-73.97458, 40.73278], [-73.9777, 40.73407], - [-73.97975, 40.73496]], - "timestamps": [ 1039, 1059.847, 1065.012, 1066.792, 1068.681, 1125.582, 1132.001, 1172.404, 1231.459, 1258.642, 1266.076, 1268.374, 1310.251, 1319.983, 1328.631, 1331.603, 1334.687, 1338.418, 1343.995, 1345.921, 1349.354, 1353.578, 1356.311, 1389.323, 1403.135, 1411.506, 1418.278, 1421.694, 1429, 1451.784, 1459.727, 1463.107, 1468.38, 1498.452, 1501.664, 1505.038, 1508.363, 1512.438, 1524.366, 1527.753, 1533.22, 1536.955, 1543.703, 1549.643, 1559.244, 1564.999, 1570.916, 1585.908, 1597.365, 1602.022, 1607.782, 1616.378, 1618.776, 1664.226, 1670.223, 1674.223, 1786.724, 1861.506] + [-73.97975, 40.73496] + ], + "timestamps": [ + 1039, 1059.847, 1065.012, 1066.792, 1068.681, 1125.582, 1132.001, + 1172.404, 1231.459, 1258.642, 1266.076, 1268.374, 1310.251, 1319.983, + 1328.631, 1331.603, 1334.687, 1338.418, 1343.995, 1345.921, 1349.354, + 1353.578, 1356.311, 1389.323, 1403.135, 1411.506, 1418.278, 1421.694, + 1429, 1451.784, 1459.727, 1463.107, 1468.38, 1498.452, 1501.664, 1505.038, + 1508.363, 1512.438, 1524.366, 1527.753, 1533.22, 1536.955, 1543.703, + 1549.643, 1559.244, 1564.999, 1570.916, 1585.908, 1597.365, 1602.022, + 1607.782, 1616.378, 1618.776, 1664.226, 1670.223, 1674.223, 1786.724, + 1861.506 + ] }, { "vendor": 0, @@ -52510,8 +61095,14 @@ [-74.00116, 40.70966], [-74.00103, 40.70964], [-74.0009, 40.70958], - [-74.00046, 40.70922]], - "timestamps": [ 1539, 1582.1, 1623.015, 1638.37, 1641.514, 1643.9, 1676.881, 1683.673, 1688.523, 1690.288, 1691.049, 1733.103, 1746.392, 1771.099, 1779.881, 1789.222, 1791.622, 1792.814, 1794.046, 1795.51, 1796.427, 1797.48, 1801.959] + [-74.00046, 40.70922] + ], + "timestamps": [ + 1539, 1582.1, 1623.015, 1638.37, 1641.514, 1643.9, 1676.881, 1683.673, + 1688.523, 1690.288, 1691.049, 1733.103, 1746.392, 1771.099, 1779.881, + 1789.222, 1791.622, 1792.814, 1794.046, 1795.51, 1796.427, 1797.48, + 1801.959 + ] }, { "vendor": 0, @@ -52545,8 +61136,15 @@ [-73.99607, 40.71624], [-73.99873, 40.71716], [-73.99891, 40.71727], - [-74.00187, 40.7194]], - "timestamps": [ 1184, 1261.248, 1282.832, 1287.376, 1312.692, 1335.089, 1349.857, 1369.904, 1404.248, 1418.754, 1420.289, 1429.377, 1455.903, 1460.396, 1463.823, 1473.682, 1500.686, 1503.384, 1512.406, 1529.346, 1546.386, 1552.066, 1681.39, 1684.979, 1692.18, 1694.216, 1696.321, 1743.43, 1747.156, 1812.916] + [-74.00187, 40.7194] + ], + "timestamps": [ + 1184, 1261.248, 1282.832, 1287.376, 1312.692, 1335.089, 1349.857, + 1369.904, 1404.248, 1418.754, 1420.289, 1429.377, 1455.903, 1460.396, + 1463.823, 1473.682, 1500.686, 1503.384, 1512.406, 1529.346, 1546.386, + 1552.066, 1681.39, 1684.979, 1692.18, 1694.216, 1696.321, 1743.43, + 1747.156, 1812.916 + ] }, { "vendor": 0, @@ -52587,8 +61185,15 @@ [-74.00705, 40.71826], [-74.00753, 40.71766], [-74.00625, 40.71708], - [-74.00609, 40.71728]], - "timestamps": [ 22, 39.953, 53.764, 88.502, 91.052, 114.624, 135.611, 138.008, 139.807, 155.962, 173.35, 191.835, 209.442, 227.33, 245.287, 371.015, 427.093, 461.441, 741.689, 798.825, 817.488, 832.68, 863.248, 874.112, 931.507, 948.031, 979.823, 997.026, 999.07, 1066.523, 1101.059, 1138.975, 1200.241, 1202.803, 1213.852, 1271.856, 1276] + [-74.00609, 40.71728] + ], + "timestamps": [ + 22, 39.953, 53.764, 88.502, 91.052, 114.624, 135.611, 138.008, 139.807, + 155.962, 173.35, 191.835, 209.442, 227.33, 245.287, 371.015, 427.093, + 461.441, 741.689, 798.825, 817.488, 832.68, 863.248, 874.112, 931.507, + 948.031, 979.823, 997.026, 999.07, 1066.523, 1101.059, 1138.975, 1200.241, + 1202.803, 1213.852, 1271.856, 1276 + ] }, { "vendor": 0, @@ -52614,8 +61219,13 @@ [-74.01744, 40.64481], [-74.01448, 40.64776], [-74.01373, 40.64836], - [-73.99703, 40.66441]], - "timestamps": [ 1252, 1255.168, 1260.609, 1281.825, 1492.12, 1497.436, 1511.944, 1531.191, 1534.377, 1538.488, 1603.25, 1613.651, 1623.795, 1632.091, 1642.852, 1646.278, 1652.989, 1664.606, 1685.897, 1714.923, 1721.397, 1881.474] + [-73.99703, 40.66441] + ], + "timestamps": [ + 1252, 1255.168, 1260.609, 1281.825, 1492.12, 1497.436, 1511.944, 1531.191, + 1534.377, 1538.488, 1603.25, 1613.651, 1623.795, 1632.091, 1642.852, + 1646.278, 1652.989, 1664.606, 1685.897, 1714.923, 1721.397, 1881.474 + ] }, { "vendor": 0, @@ -52642,8 +61252,13 @@ [-74.00625, 40.71708], [-74.00579, 40.71768], [-74.00705, 40.71826], - [-74.00724, 40.71802]], - "timestamps": [ 478, 488.325, 504.022, 511.261, 529.17, 553.572, 597.75, 616.208, 628.456, 677.176, 689.032, 706.745, 714.272, 721.385, 764.162, 796.967, 812.355, 830.732, 861.779, 957.686, 975.097, 1035.574, 1040] + [-74.00724, 40.71802] + ], + "timestamps": [ + 478, 488.325, 504.022, 511.261, 529.17, 553.572, 597.75, 616.208, 628.456, + 677.176, 689.032, 706.745, 714.272, 721.385, 764.162, 796.967, 812.355, + 830.732, 861.779, 957.686, 975.097, 1035.574, 1040 + ] }, { "vendor": 0, @@ -52678,8 +61293,14 @@ [-73.99314, 40.72786], [-73.99147, 40.72705], [-73.98942, 40.72618], - [-73.98982, 40.72564]], - "timestamps": [ 789, 797.594, 803.785, 814.873, 844.444, 910.646, 914.673, 921.888, 926.166, 930.627, 933.222, 956.415, 962.374, 974.738, 981.88, 983.054, 1083.367, 1108.728, 1154.551, 1166.015, 1171.565, 1183.548, 1189.122, 1206.527, 1222.819, 1230.705, 1236.775, 1250.111, 1294.094, 1346.214, 1361] + [-73.98982, 40.72564] + ], + "timestamps": [ + 789, 797.594, 803.785, 814.873, 844.444, 910.646, 914.673, 921.888, + 926.166, 930.627, 933.222, 956.415, 962.374, 974.738, 981.88, 983.054, + 1083.367, 1108.728, 1154.551, 1166.015, 1171.565, 1183.548, 1189.122, + 1206.527, 1222.819, 1230.705, 1236.775, 1250.111, 1294.094, 1346.214, 1361 + ] }, { "vendor": 0, @@ -52766,15 +61387,29 @@ [-74.00745, 40.70605], [-74.00794, 40.70554], [-74.008, 40.70544], - [-74.00872, 40.70535]], - "timestamps": [ 239, 244.063, 302.706, 306.848, 367.965, 368.62, 379.604, 406.426, 432.348, 438.498, 440.518, 442.83, 444.543, 446.612, 451.293, 453.126, 454.951, 455.97, 456.721, 458.068, 461.108, 463.876, 467.448, 469.307, 475.367, 477.266, 482.358, 491.749, 498.944, 502.122, 505.15, 507.976, 523.095, 526.453, 528.978, 531.702, 535.282, 538.744, 543.271, 564.683, 565.319, 566.884, 569.173, 572.071, 574.266, 575.287, 577.375, 579.096, 580.791, 602.25, 618.772, 623.251, 640.218, 645.383, 655.202, 657.882, 661.987, 665.608, 671.183, 672.226, 673.735, 674.271, 675.786, 677.168, 680.666, 683.39, 687.866, 689.172, 690.645, 716.377, 720.012, 732.292, 748.933, 764.31, 776.721, 793.553, 812.52, 826.341, 830.535, 846.594, 863.844, 866.848, 879] + [-74.00872, 40.70535] + ], + "timestamps": [ + 239, 244.063, 302.706, 306.848, 367.965, 368.62, 379.604, 406.426, + 432.348, 438.498, 440.518, 442.83, 444.543, 446.612, 451.293, 453.126, + 454.951, 455.97, 456.721, 458.068, 461.108, 463.876, 467.448, 469.307, + 475.367, 477.266, 482.358, 491.749, 498.944, 502.122, 505.15, 507.976, + 523.095, 526.453, 528.978, 531.702, 535.282, 538.744, 543.271, 564.683, + 565.319, 566.884, 569.173, 572.071, 574.266, 575.287, 577.375, 579.096, + 580.791, 602.25, 618.772, 623.251, 640.218, 645.383, 655.202, 657.882, + 661.987, 665.608, 671.183, 672.226, 673.735, 674.271, 675.786, 677.168, + 680.666, 683.39, 687.866, 689.172, 690.645, 716.377, 720.012, 732.292, + 748.933, 764.31, 776.721, 793.553, 812.52, 826.341, 830.535, 846.594, + 863.844, 866.848, 879 + ] }, { "vendor": 0, "path": [ [-74.00176, 40.70771], - [-74.00274, 40.70721]], - "timestamps": [ 1748, 1803.586] + [-74.00274, 40.70721] + ], + "timestamps": [1748, 1803.586] }, { "vendor": 0, @@ -52858,8 +61493,22 @@ [-74.01601, 40.70715], [-74.01623, 40.70662], [-74.01626, 40.70628], - [-74.01632, 40.70601]], - "timestamps": [ 1072, 1074.787, 1094.763, 1140.803, 1144.484, 1161.493, 1165.893, 1169.575, 1181.947, 1195.975, 1201.789, 1206.837, 1231.812, 1237.571, 1242.317, 1246.172, 1249.744, 1261.048, 1297.562, 1299.964, 1302.956, 1306.512, 1309.052, 1325.899, 1330.185, 1333.544, 1337.937, 1344.414, 1357.175, 1363.333, 1370.291, 1373.202, 1374.735, 1376.198, 1380.368, 1391.114, 1396.787, 1429.916, 1445.575, 1461.789, 1467.298, 1477.564, 1487.393, 1495.567, 1512.344, 1520.848, 1526.424, 1529.994, 1536.811, 1541.142, 1599.909, 1603.949, 1608.186, 1690.152, 1692.555, 1697.051, 1705.649, 1708.071, 1712.749, 1716.708, 1720.707, 1722.611, 1727.151, 1738.678, 1746.85, 1752.94, 1757.07, 1761.991, 1765.277, 1767.92, 1771.24, 1773.54, 1776.236, 1779.079, 1781.158, 1784.96, 1785.696, 1794.06, 1798.012, 1801.188] + [-74.01632, 40.70601] + ], + "timestamps": [ + 1072, 1074.787, 1094.763, 1140.803, 1144.484, 1161.493, 1165.893, + 1169.575, 1181.947, 1195.975, 1201.789, 1206.837, 1231.812, 1237.571, + 1242.317, 1246.172, 1249.744, 1261.048, 1297.562, 1299.964, 1302.956, + 1306.512, 1309.052, 1325.899, 1330.185, 1333.544, 1337.937, 1344.414, + 1357.175, 1363.333, 1370.291, 1373.202, 1374.735, 1376.198, 1380.368, + 1391.114, 1396.787, 1429.916, 1445.575, 1461.789, 1467.298, 1477.564, + 1487.393, 1495.567, 1512.344, 1520.848, 1526.424, 1529.994, 1536.811, + 1541.142, 1599.909, 1603.949, 1608.186, 1690.152, 1692.555, 1697.051, + 1705.649, 1708.071, 1712.749, 1716.708, 1720.707, 1722.611, 1727.151, + 1738.678, 1746.85, 1752.94, 1757.07, 1761.991, 1765.277, 1767.92, 1771.24, + 1773.54, 1776.236, 1779.079, 1781.158, 1784.96, 1785.696, 1794.06, + 1798.012, 1801.188 + ] }, { "vendor": 0, @@ -52909,7 +61558,16 @@ [-73.99916, 40.69357], [-73.99889, 40.69426], [-73.99837, 40.69537], - [-73.9965, 40.69918]], - "timestamps": [ 1471, 1475.059, 1481.513, 1486.568, 1491.306, 1496.55, 1498.985, 1501.584, 1504.194, 1507.421, 1549.783, 1559.887, 1562.097, 1563.929, 1565.9, 1568.202, 1569.743, 1572.856, 1578.241, 1583.465, 1589.934, 1593.534, 1595.318, 1597.746, 1600.319, 1603.976, 1607.355, 1609.644, 1612.341, 1615.061, 1620.45, 1624.078, 1637.329, 1663.128, 1677.471, 1688.121, 1699.694, 1703.344, 1706.983, 1710.931, 1719.745, 1726.55, 1738.105, 1746.671, 1760.69, 1809.072] + [-73.9965, 40.69918] + ], + "timestamps": [ + 1471, 1475.059, 1481.513, 1486.568, 1491.306, 1496.55, 1498.985, 1501.584, + 1504.194, 1507.421, 1549.783, 1559.887, 1562.097, 1563.929, 1565.9, + 1568.202, 1569.743, 1572.856, 1578.241, 1583.465, 1589.934, 1593.534, + 1595.318, 1597.746, 1600.319, 1603.976, 1607.355, 1609.644, 1612.341, + 1615.061, 1620.45, 1624.078, 1637.329, 1663.128, 1677.471, 1688.121, + 1699.694, 1703.344, 1706.983, 1710.931, 1719.745, 1726.55, 1738.105, + 1746.671, 1760.69, 1809.072 + ] } -] \ No newline at end of file +] diff --git a/samples/deckgl-tripslayer/tsconfig.json b/samples/deckgl-tripslayer/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/deckgl-tripslayer/tsconfig.json +++ b/samples/deckgl-tripslayer/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/event-arguments/tsconfig.json b/samples/event-arguments/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/event-arguments/tsconfig.json +++ b/samples/event-arguments/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/event-click-latlng/tsconfig.json b/samples/event-click-latlng/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/event-click-latlng/tsconfig.json +++ b/samples/event-click-latlng/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/event-closure/tsconfig.json b/samples/event-closure/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/event-closure/tsconfig.json +++ b/samples/event-closure/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/event-poi/tsconfig.json b/samples/event-poi/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/event-poi/tsconfig.json +++ b/samples/event-poi/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/event-properties/tsconfig.json b/samples/event-properties/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/event-properties/tsconfig.json +++ b/samples/event-properties/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/event-simple/tsconfig.json b/samples/event-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/event-simple/tsconfig.json +++ b/samples/event-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/geocoding-component-restriction/tsconfig.json b/samples/geocoding-component-restriction/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/geocoding-component-restriction/tsconfig.json +++ b/samples/geocoding-component-restriction/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/geocoding-place-id/tsconfig.json b/samples/geocoding-place-id/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/geocoding-place-id/tsconfig.json +++ b/samples/geocoding-place-id/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/geocoding-region-es/tsconfig.json b/samples/geocoding-region-es/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/geocoding-region-es/tsconfig.json +++ b/samples/geocoding-region-es/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/geocoding-region-us/tsconfig.json b/samples/geocoding-region-us/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/geocoding-region-us/tsconfig.json +++ b/samples/geocoding-region-us/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/geocoding-reverse/tsconfig.json b/samples/geocoding-reverse/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/geocoding-reverse/tsconfig.json +++ b/samples/geocoding-reverse/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/geocoding-simple/tsconfig.json b/samples/geocoding-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/geocoding-simple/tsconfig.json +++ b/samples/geocoding-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/hiding-features/tsconfig.json b/samples/hiding-features/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/hiding-features/tsconfig.json +++ b/samples/hiding-features/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/infowindow-simple/tsconfig.json b/samples/infowindow-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/infowindow-simple/tsconfig.json +++ b/samples/infowindow-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/js-api-loader-map/tsconfig.json b/samples/js-api-loader-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/js-api-loader-map/tsconfig.json +++ b/samples/js-api-loader-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/layer-data-event/public/google.json b/samples/layer-data-event/public/google.json index be2f35f78..ee0e04917 100644 --- a/samples/layer-data-event/public/google.json +++ b/samples/layer-data-event/public/google.json @@ -13,14 +13,45 @@ "type": "Polygon", "coordinates": [ [ - [123.61, -22.14], [122.38, -21.73], [121.06, -21.69], [119.66, -22.22], [119.00, -23.40], - [118.65, -24.76], [118.43, -26.07], [118.78, -27.56], [119.22, -28.57], [120.23, -29.49], - [121.77, -29.87], [123.57, -29.64], [124.45, -29.03], [124.71, -27.95], [124.80, -26.70], - [124.80, -25.60], [123.61, -25.64], [122.56, -25.64], [121.72, -25.72], [121.81, -26.62], - [121.86, -26.98], [122.60, -26.90], [123.57, -27.05], [123.57, -27.68], [123.35, -28.18], - [122.51, -28.38], [121.77, -28.26], [121.02, -27.91], [120.49, -27.21], [120.14, -26.50], - [120.10, -25.64], [120.27, -24.52], [120.67, -23.68], [121.72, -23.32], [122.43, -23.48], - [123.04, -24.04], [124.54, -24.28], [124.58, -23.20], [123.61, -22.14] + [123.61, -22.14], + [122.38, -21.73], + [121.06, -21.69], + [119.66, -22.22], + [119.0, -23.4], + [118.65, -24.76], + [118.43, -26.07], + [118.78, -27.56], + [119.22, -28.57], + [120.23, -29.49], + [121.77, -29.87], + [123.57, -29.64], + [124.45, -29.03], + [124.71, -27.95], + [124.8, -26.7], + [124.8, -25.6], + [123.61, -25.64], + [122.56, -25.64], + [121.72, -25.72], + [121.81, -26.62], + [121.86, -26.98], + [122.6, -26.9], + [123.57, -27.05], + [123.57, -27.68], + [123.35, -28.18], + [122.51, -28.38], + [121.77, -28.26], + [121.02, -27.91], + [120.49, -27.21], + [120.14, -26.5], + [120.1, -25.64], + [120.27, -24.52], + [120.67, -23.68], + [121.72, -23.32], + [122.43, -23.48], + [123.04, -24.04], + [124.54, -24.28], + [124.58, -23.2], + [123.61, -22.14] ] ] } @@ -37,14 +68,35 @@ "type": "Polygon", "coordinates": [ [ - [128.84, -25.76], [128.18, -25.60], [127.96, -25.52], [127.88, -25.52], [127.70, -25.60], - [127.26, -25.79], [126.60, -26.11], [126.16, -26.78], [126.12, -27.68], [126.21, -28.42], - [126.69, -29.49], [127.74, -29.80], [128.80, -29.72], [129.41, -29.03], [129.72, -27.95], - [129.68, -27.21], [129.33, -26.23], [128.84, -25.76] + [128.84, -25.76], + [128.18, -25.6], + [127.96, -25.52], + [127.88, -25.52], + [127.7, -25.6], + [127.26, -25.79], + [126.6, -26.11], + [126.16, -26.78], + [126.12, -27.68], + [126.21, -28.42], + [126.69, -29.49], + [127.74, -29.8], + [128.8, -29.72], + [129.41, -29.03], + [129.72, -27.95], + [129.68, -27.21], + [129.33, -26.23], + [128.84, -25.76] ], [ - [128.45, -27.44], [128.32, -26.94], [127.70, -26.82], [127.35, -27.05], [127.17, -27.80], - [127.57, -28.22], [128.10, -28.42], [128.49, -27.80], [128.45, -27.44] + [128.45, -27.44], + [128.32, -26.94], + [127.7, -26.82], + [127.35, -27.05], + [127.17, -27.8], + [127.57, -28.22], + [128.1, -28.42], + [128.49, -27.8], + [128.45, -27.44] ] ] } @@ -61,14 +113,34 @@ "type": "Polygon", "coordinates": [ [ - [131.87, -25.76], [131.35, -26.07], [130.95, -26.78], [130.82, -27.64], [130.86, -28.53], - [131.26, -29.22], [131.92, -29.76], [132.45, -29.87], [133.06, -29.76], [133.72, -29.34], - [134.07, -28.80], [134.20, -27.91], [134.07, -27.21], [133.81, -26.31], [133.37, -25.83], - [132.71, -25.64], [131.87, -25.76] + [131.87, -25.76], + [131.35, -26.07], + [130.95, -26.78], + [130.82, -27.64], + [130.86, -28.53], + [131.26, -29.22], + [131.92, -29.76], + [132.45, -29.87], + [133.06, -29.76], + [133.72, -29.34], + [134.07, -28.8], + [134.2, -27.91], + [134.07, -27.21], + [133.81, -26.31], + [133.37, -25.83], + [132.71, -25.64], + [131.87, -25.76] ], [ - [133.15, -27.17], [132.71, -26.86], [132.09, -26.90], [131.74, -27.56], [131.79, -28.26], - [132.36, -28.45], [132.93, -28.34], [133.15, -27.76], [133.15, -27.17] + [133.15, -27.17], + [132.71, -26.86], + [132.09, -26.9], + [131.74, -27.56], + [131.79, -28.26], + [132.36, -28.45], + [132.93, -28.34], + [133.15, -27.76], + [133.15, -27.17] ] ] } @@ -85,17 +157,51 @@ "type": "Polygon", "coordinates": [ [ - [138.12, -25.04], [136.84, -25.16], [135.96, -25.36], [135.26, -25.99], [135, -26.90], - [135.04, -27.91], [135.26, -28.88], [136.05, -29.45], [137.02, -29.49], [137.81, -29.49], - [137.94, -29.99], [137.90, -31.20], [137.85, -32.24], [136.88, -32.69], [136.45, -32.36], - [136.27, -31.80], [134.95, -31.84], [135.17, -32.99], [135.52, -33.43], [136.14, -33.76], - [137.06, -33.83], [138.12, -33.65], [138.86, -33.21], [139.30, -32.28], [139.30, -31.24], - [139.30, -30.14], [139.21, -28.96], [139.17, -28.22], [139.08, -27.41], [139.08, -26.47], - [138.99, -25.40], [138.73, -25.00 ], [138.12, -25.04] + [138.12, -25.04], + [136.84, -25.16], + [135.96, -25.36], + [135.26, -25.99], + [135, -26.9], + [135.04, -27.91], + [135.26, -28.88], + [136.05, -29.45], + [137.02, -29.49], + [137.81, -29.49], + [137.94, -29.99], + [137.9, -31.2], + [137.85, -32.24], + [136.88, -32.69], + [136.45, -32.36], + [136.27, -31.8], + [134.95, -31.84], + [135.17, -32.99], + [135.52, -33.43], + [136.14, -33.76], + [137.06, -33.83], + [138.12, -33.65], + [138.86, -33.21], + [139.3, -32.28], + [139.3, -31.24], + [139.3, -30.14], + [139.21, -28.96], + [139.17, -28.22], + [139.08, -27.41], + [139.08, -26.47], + [138.99, -25.4], + [138.73, -25.0], + [138.12, -25.04] ], [ - [137.50, -26.54], [136.97, -26.47], [136.49, -26.58], [136.31, -27.13], [136.31, -27.72], - [136.58, -27.99], [137.50, -28.03], [137.68, -27.68], [137.59, -26.78], [137.50, -26.54] + [137.5, -26.54], + [136.97, -26.47], + [136.49, -26.58], + [136.31, -27.13], + [136.31, -27.72], + [136.58, -27.99], + [137.5, -28.03], + [137.68, -27.68], + [137.59, -26.78], + [137.5, -26.54] ] ] } @@ -112,7 +218,11 @@ "type": "Polygon", "coordinates": [ [ - [140.14,-21.04], [140.31,-29.42], [141.67,-29.49], [141.59,-20.92], [140.14,-21.04] + [140.14, -21.04], + [140.31, -29.42], + [141.67, -29.49], + [141.59, -20.92], + [140.14, -21.04] ] ] } @@ -129,18 +239,43 @@ "type": "Polygon", "coordinates": [ [ - [144.14, -27.41], [145.67, -27.52], [146.86, -27.09], [146.82, -25.64], [146.25, -25.04], - [145.45, -24.68], [144.66, -24.60], [144.09, -24.76], [143.43, -25.08], [142.99, -25.40], - [142.64, -26.03], [142.64, -27.05], [142.64, -28.26], [143.30, -29.11], [144.18, -29.57], - [145.41, -29.64], [146.46, -29.19], [146.64, -28.72], [146.82, -28.14], [144.84, -28.42], - [144.31, -28.26], [144.14, -27.41] + [144.14, -27.41], + [145.67, -27.52], + [146.86, -27.09], + [146.82, -25.64], + [146.25, -25.04], + [145.45, -24.68], + [144.66, -24.6], + [144.09, -24.76], + [143.43, -25.08], + [142.99, -25.4], + [142.64, -26.03], + [142.64, -27.05], + [142.64, -28.26], + [143.3, -29.11], + [144.18, -29.57], + [145.41, -29.64], + [146.46, -29.19], + [146.64, -28.72], + [146.82, -28.14], + [144.84, -28.42], + [144.31, -28.26], + [144.14, -27.41] ], [ - [144.18, -26.39], [144.53, -26.58], [145.19, -26.62], [145.72, -26.35], [145.81, -25.91], - [145.41, -25.68], [144.97, -25.68], [144.49, -25.64], [144, -25.99], [144.18, -26.39] + [144.18, -26.39], + [144.53, -26.58], + [145.19, -26.62], + [145.72, -26.35], + [145.81, -25.91], + [145.41, -25.68], + [144.97, -25.68], + [144.49, -25.64], + [144, -25.99], + [144.18, -26.39] ] ] } } ] -} \ No newline at end of file +} diff --git a/samples/layer-data-event/tsconfig.json b/samples/layer-data-event/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/layer-data-event/tsconfig.json +++ b/samples/layer-data-event/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/layer-data-quakes-red/index.ts b/samples/layer-data-quakes-red/index.ts index 1bfacfcb0..a01634426 100644 --- a/samples/layer-data-quakes-red/index.ts +++ b/samples/layer-data-quakes-red/index.ts @@ -19,7 +19,7 @@ async function initMap() { // http://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php const script = document.createElement('script'); - script.setAttribute('src', 'quakes.geo.json'); + script.setAttribute('src', 'quakes.geo.js'); document.getElementsByTagName('head')[0].appendChild(script); diff --git a/samples/layer-data-quakes-red/public/quakes.geo.json b/samples/layer-data-quakes-red/public/quakes.geo.json deleted file mode 100644 index d9ccfad25..000000000 --- a/samples/layer-data-quakes-red/public/quakes.geo.json +++ /dev/null @@ -1,1021 +0,0 @@ -eqfeed_callback({"type":"FeatureCollection","metadata":{"generated":1395197681000,"url":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/1.0_week.geojsonp","title":"USGS Magnitude 1.0+ Earthquakes, Past Week","status":200,"api":"1.0.13","count":1021},"features":[{"type":"Feature","properties":{"mag":3.3,"place":"34km SSW of Ferndale, California","time":1395196367200,"updated":1395197427537,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187661.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":168,"net":"nc","code":"72187661","ids":",nc72187661,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.14373045,"rms":0.14,"gap":259.2,"magType":"Ml","type":"earthquake","title":"M 3.3 - 34km SSW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.4685,40.3087,8.7]},"id":"nc72187661"}, -{"type":"Feature","properties":{"mag":2.4,"place":"17km SSE of Mammoth Lakes, California","time":1395195902300,"updated":1395197287766,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187646","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187646.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":89,"net":"nc","code":"72187646","ids":",nc72187646,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.08084838,"rms":0.05,"gap":108,"magType":"Md","type":"earthquake","title":"M 2.4 - 17km SSE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8765,37.5138,7.4]},"id":"nc72187646"}, -{"type":"Feature","properties":{"mag":1.9,"place":"30km WNW of Valdez, Alaska","time":1395194272000,"updated":1395194716388,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192682","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192682.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11192682","ids":",ak11192682,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 30km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.8248,61.2772,17.2]},"id":"ak11192682"}, -{"type":"Feature","properties":{"mag":1.5,"place":"19km SSE of Anza, California","time":1395192838400,"updated":1395192993146,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477529","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477529.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"ci","code":"15477529","ids":",ci15477529,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.09881468,"rms":0.33,"gap":118.8,"magType":"Ml","type":"earthquake","title":"M 1.5 - 19km SSE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.5767,33.3957,33.2]},"id":"ci15477529"}, -{"type":"Feature","properties":{"mag":1.9,"place":"32km WNW of Cantwell, Alaska","time":1395191564000,"updated":1395192816589,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192669","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192669.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11192669","ids":",ak11192669,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 32km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5537,63.4964,0.1]},"id":"ak11192669"}, -{"type":"Feature","properties":{"mag":3,"place":"36km SW of Ferndale, California","time":1395190460100,"updated":1395196030486,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187616","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187616.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"nc","code":"72187616","ids":",nc72187616,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1706799,"rms":0.09,"gap":230.4,"magType":"Ml","type":"earthquake","title":"M 3.0 - 36km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.5038,40.3058,6.8]},"id":"nc72187616"}, -{"type":"Feature","properties":{"mag":2.4,"place":"36km SW of Ferndale, California","time":1395190450600,"updated":1395197282747,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187621","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187621.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"nc","code":"72187621","ids":",nc72187621,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1706799,"rms":0.16,"gap":230.4,"magType":"Md","type":"earthquake","title":"M 2.4 - 36km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.5115,40.311,7.7]},"id":"nc72187621"}, -{"type":"Feature","properties":{"mag":1.2,"place":"54km ENE of Cantwell, Alaska","time":1395190154000,"updated":1395190448252,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192667","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192667.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11192667","ids":",ak11192667,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 54km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.8937,63.523,38.5]},"id":"ak11192667"}, -{"type":"Feature","properties":{"mag":1.4,"place":"21km NE of Fairbanks, Alaska","time":1395189726000,"updated":1395190447334,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192659","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192659.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192659","ids":",ak11192659,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 21km NE of Fairbanks, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4414,64.9948,0]},"id":"ak11192659"}, -{"type":"Feature","properties":{"mag":1.4,"place":"72km N of College, Alaska","time":1395189619000,"updated":1395189945095,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192658","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192658.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192658","ids":",ak11192658,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.28,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 72km N of College, Alaska"},"geometry":{"type":"Point","coordinates":[-147.7783,65.5065,16.5]},"id":"ak11192658"}, -{"type":"Feature","properties":{"mag":1.4,"place":"101km W of Cantwell, Alaska","time":1395189522000,"updated":1395189784191,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192656","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192656.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192656","ids":",ak11192656,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 101km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9743,63.511,1.5]},"id":"ak11192656"}, -{"type":"Feature","properties":{"mag":5.4,"place":"90km S of Taron, Papua New Guinea","time":1395189254870,"updated":1395190119000,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ngbm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ngbm.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":449,"net":"us","code":"c000ngbm","ids":",usc000ngbm,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.33,"rms":1.04,"gap":119,"magType":"mb","type":"earthquake","title":"M 5.4 - 90km S of Taron, Papua New Guinea"},"geometry":{"type":"Point","coordinates":[152.939,-5.281,12.72]},"id":"usc000ngbm"}, -{"type":"Feature","properties":{"mag":2.7,"place":"31km SW of Cantwell, Alaska","time":1395188596000,"updated":1395189671586,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192649","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192649.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"ak","code":"11192649","ids":",ak11192649,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.45,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 31km SW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.331,63.1613,87.8]},"id":"ak11192649"}, -{"type":"Feature","properties":{"mag":2.8,"place":"61km SW of Deltana, Alaska","time":1395188473000,"updated":1395189522190,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192642","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192642.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"ak","code":"11192642","ids":",ak11192642,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.58,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 61km SW of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1028,63.4828,1]},"id":"ak11192642"}, -{"type":"Feature","properties":{"mag":1.1,"place":"87km NW of Glennallen, Alaska","time":1395188124000,"updated":1395188810713,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192640","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192640.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192640","ids":",ak11192640,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.11,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 87km NW of Glennallen, Alaska"},"geometry":{"type":"Point","coordinates":[-146.5829,62.7316,27.8]},"id":"ak11192640"}, -{"type":"Feature","properties":{"mag":1.8,"place":"3km E of Aromas, California","time":1395187965300,"updated":1395191771556,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72187601","ids":",nc72187601,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.09,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 3km E of Aromas, California"},"geometry":{"type":"Point","coordinates":[-121.608,36.8898,1.9]},"id":"nc72187601"}, -{"type":"Feature","properties":{"mag":1.1,"place":"46km SW of North Nenana, Alaska","time":1395187912000,"updated":1395188108775,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192639","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192639.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192639","ids":",ak11192639,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.05,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 46km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8846,64.3319,14.2]},"id":"ak11192639"}, -{"type":"Feature","properties":{"mag":1,"place":"5km NW of The Geysers, California","time":1395186641100,"updated":1395190509292,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187596","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187596.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72187596","ids":",nc72187596,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7963,38.817,3.1]},"id":"nc72187596"}, -{"type":"Feature","properties":{"mag":4,"place":"24km NE of General Teran, Mexico","time":1395186118480,"updated":1395188429000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ngag","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ngag.geojsonp","felt":2,"cdi":2.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":247,"net":"us","code":"c000ngag","ids":",usc000ngag,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.916,"rms":0.91,"gap":161,"magType":"mb","type":"earthquake","title":"M 4.0 - 24km NE of General Teran, Mexico"},"geometry":{"type":"Point","coordinates":[-99.4915,25.397,33.69]},"id":"usc000ngag"}, -{"type":"Feature","properties":{"mag":1.8,"place":"69km WSW of Willow, Alaska","time":1395185867000,"updated":1395186182042,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192630","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192630.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11192630","ids":",ak11192630,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 69km WSW of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2861,61.5533,36.3]},"id":"ak11192630"}, -{"type":"Feature","properties":{"mag":2.1,"place":"82km NW of Talkeetna, Alaska","time":1395184611000,"updated":1395185237751,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192564","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192564.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11192564","ids":",ak11192564,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 82km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1943,62.875,94.7]},"id":"ak11192564"}, -{"type":"Feature","properties":{"mag":1.09,"place":"3km SSE of Mentone, California","time":1395181668480,"updated":1395183758260,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477513","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477513.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15477513","ids":",ci15477513,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.007146,"rms":0.14,"gap":40,"magType":"ml","type":"earthquake","title":"M 1.1 - 3km SSE of Mentone, California"},"geometry":{"type":"Point","coordinates":[-117.1183333,34.0406667,16.23]},"id":"ci15477513"}, -{"type":"Feature","properties":{"mag":2,"place":"5km WSW of Volcano, Hawaii","time":1395180807400,"updated":1395181154000,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60658491","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60658491.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"hv","code":"60658491","ids":",hv60658491,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0,"rms":0.13,"gap":68.399994528,"magType":"ml","type":"earthquake","title":"M 2.0 - 5km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2843,19.4088,2.1]},"id":"hv60658491"}, -{"type":"Feature","properties":{"mag":1.15,"place":"12km S of Big Bear Lake, California","time":1395180316900,"updated":1395181881610,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477505","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477505.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15477505","ids":",ci15477505,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":49,"dmin":0.03795,"rms":0.13,"gap":49,"magType":"ml","type":"earthquake","title":"M 1.2 - 12km S of Big Bear Lake, California"},"geometry":{"type":"Point","coordinates":[-116.9305,34.1313333,13.85]},"id":"ci15477505"}, -{"type":"Feature","properties":{"mag":1,"place":"16km ESE of Enumclaw, Washington","time":1395179888700,"updated":1395185819355,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60722541","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60722541.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uw","code":"60722541","ids":",uw60722541,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.17,"gap":158.4,"magType":"Md","type":"quarry","title":"M 1.0 Quarry Blast - 16km ESE of Enumclaw, Washington"},"geometry":{"type":"Point","coordinates":[-121.7897,47.1567,0]},"id":"uw60722541"}, -{"type":"Feature","properties":{"mag":5,"place":"76km WNW of Iquique, Chile","time":1395178386900,"updated":1395183024985,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ng53","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ng53.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ng53","ids":",usc000ng53,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.165,"rms":1.07,"gap":64,"magType":"mb","type":"earthquake","title":"M 5.0 - 76km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8551,-20.0542,10]},"id":"usc000ng53"}, -{"type":"Feature","properties":{"mag":2.35,"place":"14km NE of Boulder City, Nevada","time":1395178221416,"updated":1395179684269,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441336","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441336.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":85,"net":"nn","code":"00441336","ids":",nn00441336,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":6,"dmin":0.563,"rms":0.1327,"gap":281.27,"magType":"ml","type":"earthquake","title":"M 2.4 - 14km NE of Boulder City, Nevada"},"geometry":{"type":"Point","coordinates":[-114.7163,36.0676,0]},"id":"nn00441336"}, -{"type":"Feature","properties":{"mag":5.9,"place":"73km WNW of Iquique, Chile","time":1395178007250,"updated":1395195703000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ng3t","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ng3t.geojsonp","felt":3,"cdi":3.9,"mmi":4.14,"alert":"green","status":"reviewed","tsunami":null,"sig":537,"net":"us","code":"c000ng3t","ids":",usc000ng3t,","sources":",us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":1.109,"rms":1.44,"gap":80,"magType":"mww","type":"earthquake","title":"M 5.9 - 73km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8066,-20.0027,10]},"id":"usc000ng3t"}, -{"type":"Feature","properties":{"mag":3.2,"place":"153km SE of Akutan, Alaska","time":1395176006000,"updated":1395182836424,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192418","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192418.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11192418","ids":",ak11192418,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 153km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.9361,53.2939,41.4]},"id":"ak11192418"}, -{"type":"Feature","properties":{"mag":3.1,"place":"149km SE of Akutan, Alaska","time":1395175762000,"updated":1395182816047,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192415","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192415.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11192415","ids":",ak11192415,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 149km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.9542,53.3416,37.2]},"id":"ak11192415"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km NNE of Half Moon Bay, California","time":1395174925200,"updated":1395190509291,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187556","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187556.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72187556","ids":",nc72187556,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":172.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km NNE of Half Moon Bay, California"},"geometry":{"type":"Point","coordinates":[-122.419,37.4968,4.2]},"id":"nc72187556"}, -{"type":"Feature","properties":{"mag":1.5,"place":"34km WNW of Cantwell, Alaska","time":1395174793000,"updated":1395175138715,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192412","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192412.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11192412","ids":",ak11192412,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 34km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.6031,63.5052,0]},"id":"ak11192412"}, -{"type":"Feature","properties":{"mag":2,"place":"62km S of Deltana, Alaska","time":1395174269000,"updated":1395174754324,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192408","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192408.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11192408","ids":",ak11192408,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.88,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 62km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2331,63.3108,4.5]},"id":"ak11192408"}, -{"type":"Feature","properties":{"mag":4.5,"place":"56km NNW of Ishigaki, Japan","time":1395170667560,"updated":1395182795279,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfve","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfve.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nfve","ids":",usc000nfve,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.982,"rms":0.9,"gap":54,"magType":"mwr","type":"earthquake","title":"M 4.5 - 56km NNW of Ishigaki, Japan"},"geometry":{"type":"Point","coordinates":[124.0102,24.8414,85.93]},"id":"usc000nfve"}, -{"type":"Feature","properties":{"mag":4.4,"place":"46km NNE of Shwebo, Burma","time":1395170445420,"updated":1395182772964,"tz":390,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfvi","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfvi.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nfvi","ids":",usc000nfvi,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.978,"rms":1,"gap":71,"magType":"mb","type":"earthquake","title":"M 4.4 - 46km NNE of Shwebo, Burma"},"geometry":{"type":"Point","coordinates":[95.9449,22.9239,21.53]},"id":"usc000nfvi"}, -{"type":"Feature","properties":{"mag":4.7,"place":"116km SW of Jahrom, Iran","time":1395169291090,"updated":1395182750385,"tz":210,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nftr","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nftr.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nftr","ids":",usc000nftr,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.649,"rms":0.92,"gap":44,"magType":"mb","type":"earthquake","title":"M 4.7 - 116km SW of Jahrom, Iran"},"geometry":{"type":"Point","coordinates":[52.6999,27.7668,12.87]},"id":"usc000nftr"}, -{"type":"Feature","properties":{"mag":1.3,"place":"28km NNE of Badger, Alaska","time":1395169204000,"updated":1395169441706,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192339","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192339.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":26,"net":"ak","code":"11192339","ids":",ak11192339,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 28km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2532,65.0213,2.4]},"id":"ak11192339"}, -{"type":"Feature","properties":{"mag":2.1,"place":"62km SW of Redoubt Volcano, Alaska","time":1395168218000,"updated":1395174407891,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192317","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192317.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11192317","ids":",ak11192317,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 62km SW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.422,60.0396,137.2]},"id":"ak11192317"}, -{"type":"Feature","properties":{"mag":2.1,"place":"9km E of Hidden Valley Lake, California","time":1395167330400,"updated":1395197047328,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187496","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187496.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72187496","ids":",nc72187496,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.1,"gap":108,"magType":"Md","type":"earthquake","title":"M 2.1 - 9km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4513,38.7933,8.8]},"id":"nc72187496"}, -{"type":"Feature","properties":{"mag":2.6,"place":"156km SE of Akutan, Alaska","time":1395167255000,"updated":1395196201276,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"ak","code":"11192316","ids":",ak11192316,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 156km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.891,53.2749,25.5]},"id":"ak11192316"}, -{"type":"Feature","properties":{"mag":1.1,"place":"19km S of Cantwell, Alaska","time":1395166574000,"updated":1395167090083,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192275","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192275.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192275","ids":",ak11192275,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.22,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 19km S of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.89,63.2175,1.9]},"id":"ak11192275"}, -{"type":"Feature","properties":{"mag":1.6,"place":"26km SE of Bridgeport, California","time":1395165256200,"updated":1395171243238,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187476","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187476.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"nc","code":"72187476","ids":",nn00441289,nc72187476,","sources":",nn,nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.11678099,"rms":0.11,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 26km SE of Bridgeport, California"},"geometry":{"type":"Point","coordinates":[-119.0335,38.0757,10]},"id":"nc72187476"}, -{"type":"Feature","properties":{"mag":1.4,"place":"15km NNE of Y, Alaska","time":1395164963000,"updated":1395165730782,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192265","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192265.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192265","ids":",ak11192265,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.17,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 15km NNE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7651,62.2985,16]},"id":"ak11192265"}, -{"type":"Feature","properties":{"mag":2,"place":"73km NNW of Talkeetna, Alaska","time":1395164588000,"updated":1395173908819,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192254","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192254.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11192254","ids":",ak11192254,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 73km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6739,62.9322,101.1]},"id":"ak11192254"}, -{"type":"Feature","properties":{"mag":4.5,"place":"7km ESE of Shiroi, Japan","time":1395163483320,"updated":1395192430389,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfp6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfp6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nfp6","ids":",usc000nfp6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.741,"rms":0.51,"gap":166,"magType":"mb","type":"earthquake","title":"M 4.5 - 7km ESE of Shiroi, Japan"},"geometry":{"type":"Point","coordinates":[140.143,35.7762,61.23]},"id":"usc000nfp6"}, -{"type":"Feature","properties":{"mag":1.8,"place":"4km N of Hydesville, California","time":1395160788100,"updated":1395167586331,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187451","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187451.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72187451","ids":",nc72187451,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1706799,"rms":0.08,"gap":162,"magType":"Md","type":"earthquake","title":"M 1.8 - 4km N of Hydesville, California"},"geometry":{"type":"Point","coordinates":[-124.0955,40.5885,18]},"id":"nc72187451"}, -{"type":"Feature","properties":{"mag":2.5,"place":"18km SSE of Medford, Oklahoma","time":1395158335400,"updated":1395187286300,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfu0","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfu0.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nfu0","ids":",usc000nfu0,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 18km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.68,36.644,5]},"id":"usc000nfu0"}, -{"type":"Feature","properties":{"mag":1.1,"place":"43km SE of Cohoe, Alaska","time":1395158333000,"updated":1395158862995,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192165","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192165.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192165","ids":",ak11192165,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.13,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 43km SE of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6692,60.1421,78.1]},"id":"ak11192165"}, -{"type":"Feature","properties":{"mag":1.36,"place":"8km NW of Westwood, California","time":1395158327930,"updated":1395166173410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477473","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477473.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15477473","ids":",ci15477473,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.03358,"rms":0.1,"gap":142,"magType":"ml","type":"earthquake","title":"M 1.4 - 8km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.494,34.1153333,9.25]},"id":"ci15477473"}, -{"type":"Feature","properties":{"mag":1.4,"place":"89km NNW of Talkeetna, Alaska","time":1395158212000,"updated":1395159026550,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192163","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192163.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192163","ids":",ak11192163,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":2.11,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 89km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6565,63.0903,90.3]},"id":"ak11192163"}, -{"type":"Feature","properties":{"mag":2.8,"place":"13km E of Anchor Point, Alaska","time":1395157914000,"updated":1395186861968,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192156","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192156.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"ak","code":"11192156","ids":",ak11192156,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.64,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 13km E of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5987,59.7997,70.1]},"id":"ak11192156"}, -{"type":"Feature","properties":{"mag":2.48,"place":"9km NW of Westwood, California","time":1395157520910,"updated":1395165923920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477465","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477465.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":95,"net":"ci","code":"15477465","ids":",ci15477465,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":72,"dmin":0.0392,"rms":0.24,"gap":41,"magType":"ml","type":"earthquake","title":"M 2.5 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.495,34.1271667,8.48]},"id":"ci15477465"}, -{"type":"Feature","properties":{"mag":1,"place":"53km WNW of Cantwell, Alaska","time":1395157236000,"updated":1395168874597,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192152","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192152.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11192152","ids":",ak11192152,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 53km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9481,63.5569,111]},"id":"ak11192152"}, -{"type":"Feature","properties":{"mag":1.3,"place":"62km W of Cantwell, Alaska","time":1395156798000,"updated":1395172059691,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192149","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192149.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11192149","ids":",ak11192149,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.5,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 62km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.1783,63.4838,119.6]},"id":"ak11192149"}, -{"type":"Feature","properties":{"mag":4.3,"place":"281km WNW of Chichi-shima, Japan","time":1395156572490,"updated":1395185518776,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfjl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfjl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nfjl","ids":",usc000nfjl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.761,"rms":0.49,"gap":115,"magType":"mb","type":"earthquake","title":"M 4.3 - 281km WNW of Chichi-shima, Japan"},"geometry":{"type":"Point","coordinates":[139.7332,28.339,442.44]},"id":"usc000nfjl"}, -{"type":"Feature","properties":{"mag":2.5,"place":"26km WSW of Medford, Oklahoma","time":1395154750550,"updated":1395182882776,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfit","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfit.geojsonp","felt":2,"cdi":2.5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":97,"net":"us","code":"c000nfit","ids":",usc000nfit,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.212,"rms":0.79,"gap":92,"magType":"mb_lg","type":"earthquake","title":"M 2.5 - 26km WSW of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-98.0068,36.7168,5]},"id":"usc000nfit"}, -{"type":"Feature","properties":{"mag":4.3,"place":"129km NW of Iquique, Chile","time":1395154723910,"updated":1395183721504,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfii","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfii.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nfii","ids":",usc000nfii,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.391,"rms":1,"gap":169,"magType":"mb","type":"earthquake","title":"M 4.3 - 129km NW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-71.1044,-19.4908,19.93]},"id":"usc000nfii"}, -{"type":"Feature","properties":{"mag":1.3,"place":"14km SW of Cold Springs, Nevada","time":1395153603400,"updated":1395160872000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187421","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187421.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72187421","ids":",nn00441236,nc72187421,","sources":",nn,nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 14km SW of Cold Springs, Nevada"},"geometry":{"type":"Point","coordinates":[-120.1123,39.6045,2.4]},"id":"nc72187421"}, -{"type":"Feature","properties":{"mag":1.8,"place":"34km E of Shady Cove, Oregon","time":1395153554700,"updated":1395164140732,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60721681","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60721681.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uw","code":"60721681","ids":",uw60721681,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.34135981,"rms":0.28,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 34km E of Shady Cove, Oregon"},"geometry":{"type":"Point","coordinates":[-122.3923,42.6187,4.1]},"id":"uw60721681"}, -{"type":"Feature","properties":{"mag":1.7,"place":"34km E of Shady Cove, Oregon","time":1395153493400,"updated":1395164953235,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60721686","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60721686.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"uw","code":"60721686","ids":",uw60721686,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.34135981,"rms":0.45,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 34km E of Shady Cove, Oregon"},"geometry":{"type":"Point","coordinates":[-122.3923,42.6193,16.2]},"id":"uw60721686"}, -{"type":"Feature","properties":{"mag":5.1,"place":"73km W of Iquique, Chile","time":1395153358430,"updated":1395164725000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfi1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfi1.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":401,"net":"us","code":"c000nfi1","ids":",usc000nfi1,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.203,"rms":0.95,"gap":99,"magType":"mb","type":"earthquake","title":"M 5.1 - 73km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8441,-20.2093,24.68]},"id":"usc000nfi1"}, -{"type":"Feature","properties":{"mag":1.8,"place":"31km SW of Cohoe, Alaska","time":1395153194000,"updated":1395153799593,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192111","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192111.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11192111","ids":",ak11192111,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 31km SW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7173,60.1788,25.9]},"id":"ak11192111"}, -{"type":"Feature","properties":{"mag":1.3,"place":"99km W of Cantwell, Alaska","time":1395152931000,"updated":1395153361827,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192109","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192109.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":26,"net":"ak","code":"11192109","ids":",ak11192109,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 99km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9139,63.5313,6.2]},"id":"ak11192109"}, -{"type":"Feature","properties":{"mag":1.4,"place":"80km WSW of Cantwell, Alaska","time":1395152560000,"updated":1395153362766,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192108","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192108.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192108","ids":",ak11192108,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 80km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3868,63.0695,80.9]},"id":"ak11192108"}, -{"type":"Feature","properties":{"mag":4.9,"place":"67km W of Iquique, Chile","time":1395152315190,"updated":1395165064000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfgx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfgx.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":370,"net":"us","code":"c000nfgx","ids":",usc000nfgx,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.146,"rms":0.95,"gap":138,"magType":"mb","type":"earthquake","title":"M 4.9 - 67km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7875,-20.1881,13.85]},"id":"usc000nfgx"}, -{"type":"Feature","properties":{"mag":2.7,"place":"155km SE of Akutan, Alaska","time":1395151468000,"updated":1395167528352,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192076","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192076.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"ak","code":"11192076","ids":",ak11192076,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 155km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.8884,53.3013,24.8]},"id":"ak11192076"}, -{"type":"Feature","properties":{"mag":4.8,"place":"255km SSW of Maitum, Philippines","time":1395151207710,"updated":1395180165824,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfgj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfgj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nfgj","ids":",usc000nfgj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.058,"rms":0.69,"gap":82,"magType":"mb","type":"earthquake","title":"M 4.8 - 255km SSW of Maitum, Philippines"},"geometry":{"type":"Point","coordinates":[123.3909,4.0125,500.18]},"id":"usc000nfgj"}, -{"type":"Feature","properties":{"mag":1.21,"place":"9km SSE of Ridgemark, California","time":1395150762400,"updated":1395158169299,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187411","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187411.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":23,"net":"nc","code":"72187411","ids":",nc72187411,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":10,"dmin":0.0347,"rms":0.1,"gap":93,"magType":"md","type":"earthquake","title":"M 1.2 - 9km SSE of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3164978,36.7371674,6.59]},"id":"nc72187411"}, -{"type":"Feature","properties":{"mag":1.2,"place":"22km WNW of Fishhook, Alaska","time":1395149626000,"updated":1395151244244,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192073","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192073.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11192073","ids":",ak11192073,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 22km WNW of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5848,61.8528,37.3]},"id":"ak11192073"}, -{"type":"Feature","properties":{"mag":2.5,"place":"13km NW of Chandler, Oklahoma","time":1395148936300,"updated":1395157386000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfgq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfgq.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nfgq","ids":",usc000nfgq,","sources":",us,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.45,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 13km NW of Chandler, Oklahoma"},"geometry":{"type":"Point","coordinates":[-96.982,35.794,4.7]},"id":"usc000nfgq"}, -{"type":"Feature","properties":{"mag":1.5,"place":"47km WSW of Anchorage, Alaska","time":1395147123000,"updated":1395147706573,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192042","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192042.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11192042","ids":",ak11192042,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 47km WSW of Anchorage, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7511,61.0941,17.5]},"id":"ak11192042"}, -{"type":"Feature","properties":{"mag":1.3,"place":"29km SW of Ferron, Utah","time":1395147065200,"updated":1395159259736,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60060102","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60060102.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"uu","code":"60060102","ids":",uu60060102,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.16169675,"rms":0.18,"gap":90,"magType":"Ml","type":"earthquake","title":"M 1.3 - 29km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.4055,38.9378,1.8]},"id":"uu60060102"}, -{"type":"Feature","properties":{"mag":1.7,"place":"92km WNW of Cantwell, Alaska","time":1395146782000,"updated":1395147535490,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192040","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192040.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11192040","ids":",ak11192040,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 92km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7663,63.5844,0.1]},"id":"ak11192040"}, -{"type":"Feature","properties":{"mag":2.43,"place":"19km S of Weldon, California","time":1395146728980,"updated":1395183192348,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477449","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477449.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":91,"net":"ci","code":"15477449","ids":",ci15477449,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":41,"dmin":0.1304,"rms":0.14,"gap":46,"magType":"ml","type":"earthquake","title":"M 2.4 - 19km S of Weldon, California"},"geometry":{"type":"Point","coordinates":[-118.2878333,35.4863333,4.99]},"id":"ci15477449"}, -{"type":"Feature","properties":{"mag":1.7,"place":"93km WNW of Cantwell, Alaska","time":1395146725000,"updated":1395147074001,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192038","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192038.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11192038","ids":",ak11192038,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 93km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7804,63.585,1]},"id":"ak11192038"}, -{"type":"Feature","properties":{"mag":1.8,"place":"95km NNW of Nikiski, Alaska","time":1395146017000,"updated":1395146461905,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192036","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192036.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11192036","ids":",ak11192036,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.4,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 95km NNW of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.8192,61.5097,7.9]},"id":"ak11192036"}, -{"type":"Feature","properties":{"mag":1.4,"place":"7km WSW of Circle Hot Springs Station, Alaska","time":1395145905000,"updated":1395146295706,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192035","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192035.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192035","ids":",ak11192035,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 7km WSW of Circle Hot Springs Station, Alaska"},"geometry":{"type":"Point","coordinates":[-144.844,65.4548,1.2]},"id":"ak11192035"}, -{"type":"Feature","properties":{"mag":4.7,"place":"145km SE of Akutan, Alaska","time":1395144531760,"updated":1395173489961,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfdv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfdv.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nfdv","ids":",usc000nfdv,ak11192029,","sources":",us,ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.312,"rms":1.05,"gap":169,"magType":"mb","type":"earthquake","title":"M 4.7 - 145km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.9509,53.393,9.25]},"id":"usc000nfdv"}, -{"type":"Feature","properties":{"mag":1.08,"place":"8km NW of Westwood, California","time":1395144167110,"updated":1395164373340,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477441","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477441.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15477441","ids":",ci15477441,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.03207,"rms":0.08,"gap":142,"magType":"ml","type":"earthquake","title":"M 1.1 - 8km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4923333,34.1146667,8.94]},"id":"ci15477441"}, -{"type":"Feature","properties":{"mag":2.1,"place":"10km NNE of Enoch, Utah","time":1395143231000,"updated":1395179977083,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60060092","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60060092.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"uu","code":"60060092","ids":",uu60060092,","sources":",uu,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.23356197,"rms":0.27,"gap":82.8,"magType":"Ml","type":"earthquake","title":"M 2.1 - 10km NNE of Enoch, Utah"},"geometry":{"type":"Point","coordinates":[-112.9885,37.8673,-2.9]},"id":"uu60060092"}, -{"type":"Feature","properties":{"mag":1.8,"place":"4km WSW of Volcano, Hawaii","time":1395143208900,"updated":1395143401664,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60658276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60658276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60658276","ids":",hv60658276,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0,"rms":0.19,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 4km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2793,19.413,4.6]},"id":"hv60658276"}, -{"type":"Feature","properties":{"mag":1.2,"place":"27km NW of Fishhook, Alaska","time":1395142860000,"updated":1395143619645,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192027","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192027.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11192027","ids":",ak11192027,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.19,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 27km NW of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.6316,61.9025,41.7]},"id":"ak11192027"}, -{"type":"Feature","properties":{"mag":2.7,"place":"53km WNW of Anchor Point, Alaska","time":1395141905000,"updated":1395170852214,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192019","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192019.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11192019","ids":",ak11192019,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 53km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.695,59.9904,100]},"id":"ak11192019"}, -{"type":"Feature","properties":{"mag":1.3,"place":"1km NW of The Geysers, California","time":1395141743800,"updated":1395154928274,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187366","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187366.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72187366","ids":",nc72187366,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 1km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7725,38.7862,0.7]},"id":"nc72187366"}, -{"type":"Feature","properties":{"mag":2.3,"place":"22km SE of Cohoe, Alaska","time":1395140024000,"updated":1395141036900,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11192005","ids":",ak11192005,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.64,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 22km SE of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0108,60.2286,54.8]},"id":"ak11192005"}, -{"type":"Feature","properties":{"mag":4.5,"place":"6km NNW of Pyrgos, Greece","time":1395139382350,"updated":1395168345003,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfc8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfc8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nfc8","ids":",usc000nfc8,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.684,"rms":1.09,"gap":77,"magType":"mb","type":"earthquake","title":"M 4.5 - 6km NNW of Pyrgos, Greece"},"geometry":{"type":"Point","coordinates":[21.4192,37.7328,17.8]},"id":"usc000nfc8"}, -{"type":"Feature","properties":{"mag":2.3,"place":"21km NE of Soledad, California","time":1395139109600,"updated":1395183130186,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187356","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187356.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"nc","code":"72187356","ids":",nc72187356,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.05389892,"rms":0.05,"gap":54,"magType":"Md","type":"earthquake","title":"M 2.3 - 21km NE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.1387,36.547,5.6]},"id":"nc72187356"}, -{"type":"Feature","properties":{"mag":4.4,"place":"76km WNW of Ferndale, California","time":1395138839200,"updated":1395190564383,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187346","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187346.geojsonp","felt":4,"cdi":2,"mmi":3.02,"alert":"green","status":"REVIEWED","tsunami":null,"sig":299,"net":"nc","code":"72187346","ids":",nc72187346,usc000nfbw,","sources":",nc,us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":0.7815343,"rms":0.17,"gap":270,"magType":"Mw","type":"earthquake","title":"M 4.4 - 76km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3328,40.6863,23.2]},"id":"nc72187346"}, -{"type":"Feature","properties":{"mag":1.2,"place":"44km NNE of Talkeetna, Alaska","time":1395138590000,"updated":1395140443709,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191989","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191989.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191989","ids":",ak11191989,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 44km NNE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.795,62.6911,20.4]},"id":"ak11191989"}, -{"type":"Feature","properties":{"mag":1.8,"place":"28km ENE of Covelo, California","time":1395137567400,"updated":1395148030483,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187336","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187336.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72187336","ids":",nc72187336,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.20661252,"rms":0.08,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 28km ENE of Covelo, California"},"geometry":{"type":"Point","coordinates":[-122.9297,39.8657,1.7]},"id":"nc72187336"}, -{"type":"Feature","properties":{"mag":4.3,"place":"9km WNW of Roshtqal'a, Tajikistan","time":1395137484960,"updated":1395166438000,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfbj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfbj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nfbj","ids":",usc000nfbj,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.515,"rms":1.12,"gap":104,"magType":"mb","type":"earthquake","title":"M 4.3 - 9km WNW of Roshtqal'a, Tajikistan"},"geometry":{"type":"Point","coordinates":[71.7349,37.3015,127.72]},"id":"usc000nfbj"}, -{"type":"Feature","properties":{"mag":1.38,"place":"51km NE of Kernville, California","time":1395137449880,"updated":1395163366480,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477401","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477401.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":29,"net":"ci","code":"15477401","ids":",ci15477401,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.1613,"rms":0.12,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.4 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0535,36.1055,0.75]},"id":"ci15477401"}, -{"type":"Feature","properties":{"mag":1.1,"place":"18km NNW of Sutton-Alpine, Alaska","time":1395136306000,"updated":1395136690190,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191984","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191984.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11191984","ids":",ak11191984,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 18km NNW of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9924,61.9464,33.9]},"id":"ak11191984"}, -{"type":"Feature","properties":{"mag":4.6,"place":"12km ENE of Pilar, Philippines","time":1395136085800,"updated":1395165043550,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfb6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfb6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nfb6","ids":",usc000nfb6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":11.401,"rms":0.99,"gap":110,"magType":"mb","type":"earthquake","title":"M 4.6 - 12km ENE of Pilar, Philippines"},"geometry":{"type":"Point","coordinates":[126.2095,9.9061,92.4]},"id":"usc000nfb6"}, -{"type":"Feature","properties":{"mag":1.8,"place":"37km NW of Chitina, Alaska","time":1395135827000,"updated":1395136118009,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191973","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191973.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11191973","ids":",ak11191973,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.12,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 37km NW of Chitina, Alaska"},"geometry":{"type":"Point","coordinates":[-144.947,61.7477,15.3]},"id":"ak11191973"}, -{"type":"Feature","properties":{"mag":1.2,"place":"44km N of Talkeetna, Alaska","time":1395135548000,"updated":1395136113512,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191972","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191972.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191972","ids":",ak11191972,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 44km N of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.075,62.7191,30.5]},"id":"ak11191972"}, -{"type":"Feature","properties":{"mag":5,"place":"59km WNW of Iquique, Chile","time":1395135028000,"updated":1395164011702,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfau","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfau.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nfau","ids":",usc000nfau,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.036,"rms":1.37,"gap":140,"magType":"mb","type":"earthquake","title":"M 5.0 - 59km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6948,-20.1058,21.2]},"id":"usc000nfau"}, -{"type":"Feature","properties":{"mag":4.1,"place":"9km ENE of Caldiran, Turkey","time":1395134934710,"updated":1395163882021,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfaq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfaq.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":259,"net":"us","code":"c000nfaq","ids":",usc000nfaq,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.127,"rms":0.54,"gap":232,"magType":"mb","type":"earthquake","title":"M 4.1 - 9km ENE of Caldiran, Turkey"},"geometry":{"type":"Point","coordinates":[44.0214,39.1657,10]},"id":"usc000nfaq"}, -{"type":"Feature","properties":{"mag":1,"place":"10km E of Mammoth Lakes, California","time":1395134689500,"updated":1395168127375,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72187316","ids":",nc72187316,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.06,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 10km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8488,37.6583,3.6]},"id":"nc72187316"}, -{"type":"Feature","properties":{"mag":1.3,"place":"15km W of Chester, California","time":1395134651900,"updated":1395181026275,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc71081249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc71081249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"nc","code":"71081249","ids":",nc71081249,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.03,"gap":302.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 15km W of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.4075,40.2875,4.6]},"id":"nc71081249"}, -{"type":"Feature","properties":{"mag":1.25,"place":"4km N of San Antonio Heights, California","time":1395133089670,"updated":1395163136920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477385","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477385.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15477385","ids":",ci15477385,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.03568,"rms":0.15,"gap":61,"magType":"ml","type":"earthquake","title":"M 1.3 - 4km N of San Antonio Heights, California"},"geometry":{"type":"Point","coordinates":[-117.6536667,34.1978333,2.74]},"id":"ci15477385"}, -{"type":"Feature","properties":{"mag":1.8,"place":"47km WNW of Valdez, Alaska","time":1395132303000,"updated":1395132791056,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191968","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191968.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11191968","ids":",ak11191968,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.91,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 47km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2035,61.2321,0]},"id":"ak11191968"}, -{"type":"Feature","properties":{"mag":1.3,"place":"5km NW of The Geysers, California","time":1395132275300,"updated":1395142871087,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187291","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187291.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72187291","ids":",nc72187291,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.3 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7923,38.8182,4]},"id":"nc72187291"}, -{"type":"Feature","properties":{"mag":2.5,"place":"111km NNE of Akutan, Alaska","time":1395132016000,"updated":1395165731771,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191970","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191970.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11191970","ids":",ak11191970,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 111km NNE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-165.3549,55.1115,10.1]},"id":"ak11191970"}, -{"type":"Feature","properties":{"mag":1.18,"place":"17km ESE of Julian, California","time":1395131451850,"updated":1395162678790,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477369","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477369.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477369","ids":",ci15477369,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.1362,"rms":0.21,"gap":124,"magType":"ml","type":"earthquake","title":"M 1.2 - 17km ESE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.4265,33.0285,10.56]},"id":"ci15477369"}, -{"type":"Feature","properties":{"mag":1.1,"place":"49km ENE of Cantwell, Alaska","time":1395131261000,"updated":1395131773602,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191957","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191957.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11191957","ids":",ak11191957,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 49km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.9963,63.4999,0.2]},"id":"ak11191957"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km W of Cobb, California","time":1395130840900,"updated":1395141248186,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187286","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187286.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72187286","ids":",nc72187286,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7897,38.8293,6.9]},"id":"nc72187286"}, -{"type":"Feature","properties":{"mag":1.4,"place":"47km W of Cantwell, Alaska","time":1395130838000,"updated":1395131608564,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191955","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191955.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11191955","ids":",ak11191955,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 47km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9017,63.4138,96.9]},"id":"ak11191955"}, -{"type":"Feature","properties":{"mag":3.2,"place":"69km SW of Redoubt Volcano, Alaska","time":1395128601000,"updated":1395166211729,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191944","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191944.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11191944","ids":",ak11191944,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 69km SW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.4586,59.9754,147.1]},"id":"ak11191944"}, -{"type":"Feature","properties":{"mag":1.16,"place":"4km SSW of Calimesa, California","time":1395124052060,"updated":1395162389930,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477361","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477361.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477361","ids":",ci15477361,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":32,"dmin":0.08299,"rms":0.12,"gap":84,"magType":"ml","type":"earthquake","title":"M 1.2 - 4km SSW of Calimesa, California"},"geometry":{"type":"Point","coordinates":[-117.0726667,33.9535,18.32]},"id":"ci15477361"}, -{"type":"Feature","properties":{"mag":2.4,"place":"13km N of Quebradillas, Puerto Rico","time":1395123493700,"updated":1395124361587,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14077001","ids":",pr14077001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":0.2173923,"rms":0.23,"gap":234,"magType":"Md","type":"earthquake","title":"M 2.4 - 13km N of Quebradillas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.928,18.5993,19]},"id":"pr14077001"}, -{"type":"Feature","properties":{"mag":2.9,"place":"64km E of Maneadero, Mexico","time":1395122200860,"updated":1395165152150,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477353","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477353.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ci","code":"15477353","ids":",ci15477353,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":6,"dmin":0.3292,"rms":0.17,"gap":157,"magType":"ml","type":"earthquake","title":"M 2.9 - 64km E of Maneadero, Mexico"},"geometry":{"type":"Point","coordinates":[-115.8886667,31.6785,5.65]},"id":"ci15477353"}, -{"type":"Feature","properties":{"mag":2.6,"place":"74km N of Hatillo, Puerto Rico","time":1395121820800,"updated":1395150796036,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14077002","ids":",pr14077002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.71505897,"rms":0.27,"gap":280.8,"magType":"Md","type":"earthquake","title":"M 2.6 - 74km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7738,19.1583,34]},"id":"pr14077002"}, -{"type":"Feature","properties":{"mag":1.7,"place":"117km W of Cantwell, Alaska","time":1395121818000,"updated":1395122572191,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191934","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191934.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191934","ids":",ak11191934,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.5,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 117km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2842,63.2693,5.3]},"id":"ak11191934"}, -{"type":"Feature","properties":{"mag":1.9,"place":"19km SSW of Guanica, Puerto Rico","time":1395120764000,"updated":1395128450120,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"pr","code":"14077004","ids":",pr14077004,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.18595126,"rms":0.18,"gap":309.6,"magType":"Md","type":"earthquake","title":"M 1.9 - 19km SSW of Guanica, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9527,17.8006,9]},"id":"pr14077004"}, -{"type":"Feature","properties":{"mag":2.7,"place":"68km N of Hatillo, Puerto Rico","time":1395120702400,"updated":1395149656568,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14077003","ids":",pr14077003,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.67373646,"rms":0.28,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 2.7 - 68km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.8675,19.1046,46]},"id":"pr14077003"}, -{"type":"Feature","properties":{"mag":2.39,"place":"8km SSE of Chester, California","time":1395119977940,"updated":1395174068533,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187251","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187251.geojsonp","felt":6,"cdi":2.2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"nc","code":"72187251","ids":",nc72187251,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1088,"rms":0.12,"gap":130,"magType":"md","type":"earthquake","title":"M 2.4 - 8km SSE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.1868333,40.2361667,12.3]},"id":"nc72187251"}, -{"type":"Feature","properties":{"mag":5,"place":"98km SSW of Taron, Papua New Guinea","time":1395119182060,"updated":1395148132990,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf5l","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf5l.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nf5l","ids":",usc000nf5l,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.327,"rms":0.69,"gap":47,"magType":"mb","type":"earthquake","title":"M 5.0 - 98km SSW of Taron, Papua New Guinea"},"geometry":{"type":"Point","coordinates":[152.853,-5.335,34.9]},"id":"usc000nf5l"}, -{"type":"Feature","properties":{"mag":1.9,"place":"78km WSW of Cantwell, Alaska","time":1395118791000,"updated":1395119470747,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191923","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191923.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11191923","ids":",ak11191923,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 78km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4556,63.1832,100]},"id":"ak11191923"}, -{"type":"Feature","properties":{"mag":1.4,"place":"52km NE of Kernville, California","time":1395118104460,"updated":1395161583230,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477329","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477329.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15477329","ids":",ci15477329,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.1644,"rms":0.16,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.4 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0578333,36.1168333,0]},"id":"ci15477329"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km W of Cobb, California","time":1395117739400,"updated":1395119102423,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187231","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187231.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72187231","ids":",nc72187231,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8003,38.8242,2.3]},"id":"nc72187231"}, -{"type":"Feature","properties":{"mag":2.9,"place":"6km SSW of Langston, Oklahoma","time":1395117104130,"updated":1395153343000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf5r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf5r.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"us","code":"c000nf5r","ids":",usc000nf5r,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 6km SSW of Langston, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.282,35.891,5]},"id":"usc000nf5r"}, -{"type":"Feature","properties":{"mag":1.6,"place":"24km ENE of King City, California","time":1395116976100,"updated":1395118205805,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187226","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187226.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187226","ids":",nc72187226,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.6 - 24km ENE of King City, California"},"geometry":{"type":"Point","coordinates":[-120.889,36.3125,5.3]},"id":"nc72187226"}, -{"type":"Feature","properties":{"mag":1.03,"place":"22km NNE of Searles Valley, California","time":1395116037370,"updated":1395161430410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15477321","ids":",ci15477321,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.07852,"rms":0.13,"gap":183,"magType":"ml","type":"earthquake","title":"M 1.0 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3293333,35.9601667,8.26]},"id":"ci15477321"}, -{"type":"Feature","properties":{"mag":1.16,"place":"20km ESE of Anza, California","time":1395115310260,"updated":1395161308090,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477313","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477313.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477313","ids":",ci15477313,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.05375,"rms":0.15,"gap":103,"magType":"ml","type":"earthquake","title":"M 1.2 - 20km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.4685,33.4831667,14.4]},"id":"ci15477313"}, -{"type":"Feature","properties":{"mag":2.4,"place":"111km W of Cantwell, Alaska","time":1395114905000,"updated":1395115739234,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191913","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191913.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":89,"net":"ak","code":"11191913","ids":",ak11191913,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.22,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 111km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1825,63.4503,0.1]},"id":"ak11191913"}, -{"type":"Feature","properties":{"mag":1.7,"place":"8km N of Healy, Alaska","time":1395114656000,"updated":1395115425194,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191909","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191909.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191909","ids":",ak11191909,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 8km N of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9325,63.9326,3]},"id":"ak11191909"}, -{"type":"Feature","properties":{"mag":1.06,"place":"50km NE of Kernville, California","time":1395114238150,"updated":1395160958430,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477305","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477305.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15477305","ids":",ci15477305,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.1619,"rms":0.14,"gap":76,"magType":"ml","type":"earthquake","title":"M 1.1 - 50km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.1006667,0.07]},"id":"ci15477305"}, -{"type":"Feature","properties":{"mag":4.8,"place":"Off the coast of Aisen, Chile","time":1395112358530,"updated":1395141316479,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf4c","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf4c.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nf4c","ids":",usc000nf4c,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":7.01,"rms":0.48,"gap":265,"magType":"mb","type":"earthquake","title":"M 4.8 - Off the coast of Aisen, Chile"},"geometry":{"type":"Point","coordinates":[-76.7988,-45.3897,28.73]},"id":"usc000nf4c"}, -{"type":"Feature","properties":{"mag":2.3,"place":"8km W of Broadmoor, California","time":1395112333400,"updated":1395170286449,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187216.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":81,"net":"nc","code":"72187216","ids":",nc72187216,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.34135981,"rms":0.36,"gap":201.6,"magType":"Md","type":"earthquake","title":"M 2.3 - 8km W of Broadmoor, California"},"geometry":{"type":"Point","coordinates":[-122.5818,37.6745,0.3]},"id":"nc72187216"}, -{"type":"Feature","properties":{"mag":1.7,"place":"55km WSW of Cantwell, Alaska","time":1395111311000,"updated":1395112081820,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191905","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191905.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191905","ids":",ak11191905,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 55km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8954,63.138,91.4]},"id":"ak11191905"}, -{"type":"Feature","properties":{"mag":1.09,"place":"51km NE of Kernville, California","time":1395111145730,"updated":1395160000769,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477289","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477289.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15477289","ids":",ci15477289,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.1835,"rms":0.16,"gap":260,"magType":"ml","type":"earthquake","title":"M 1.1 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0813333,36.1231667,5.51]},"id":"ci15477289"}, -{"type":"Feature","properties":{"mag":2.3,"place":"21km WSW of Cohoe, Alaska","time":1395110148000,"updated":1395165266682,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191902","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191902.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11191902","ids":",ak11191902,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 21km WSW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.6918,60.3218,78.2]},"id":"ak11191902"}, -{"type":"Feature","properties":{"mag":1.49,"place":"51km NE of Kernville, California","time":1395110015330,"updated":1395159786780,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477281","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477281.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":34,"net":"ci","code":"15477281","ids":",ci15477281,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.1623,"rms":0.11,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.5 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.055,36.1096667,0.66]},"id":"ci15477281"}, -{"type":"Feature","properties":{"mag":1.2,"place":"87km NNW of Cape Yakataga, Alaska","time":1395107317000,"updated":1395107658890,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191895","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191895.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191895","ids":",ak11191895,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.15,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 87km NNW of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-143.1839,60.7612,7.9]},"id":"ak11191895"}, -{"type":"Feature","properties":{"mag":1,"place":"9km WNW of Beverly Hills, California","time":1395105393700,"updated":1395158978980,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477265","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477265.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15477265","ids":",ci15477265,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.03361,"rms":0.13,"gap":132,"magType":"ml","type":"earthquake","title":"M 1.0 - 9km WNW of Beverly Hills, California"},"geometry":{"type":"Point","coordinates":[-118.4921667,34.1196667,9.06]},"id":"ci15477265"}, -{"type":"Feature","properties":{"mag":1.16,"place":"20km ESE of Anza, California","time":1395105202700,"updated":1395158720290,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477257","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477257.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477257","ids":",ci15477257,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.04539,"rms":0.12,"gap":101,"magType":"ml","type":"earthquake","title":"M 1.2 - 20km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.4673333,33.4941667,10.17]},"id":"ci15477257"}, -{"type":"Feature","properties":{"mag":1.13,"place":"15km W of Chester, California","time":1395104897930,"updated":1395175926852,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187186","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187186.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"nc","code":"72187186","ids":",nc72187186,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.1136,"rms":0.09,"gap":213,"magType":"md","type":"earthquake","title":"M 1.1 - 15km W of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.4173333,40.283,4.88]},"id":"nc72187186"}, -{"type":"Feature","properties":{"mag":1.15,"place":"23km NNE of Indio, California","time":1395104316410,"updated":1395158446340,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15477249","ids":",ci15477249,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.1253,"rms":0.1,"gap":63,"magType":"ml","type":"earthquake","title":"M 1.2 - 23km NNE of Indio, California"},"geometry":{"type":"Point","coordinates":[-116.0783333,33.8941667,9.19]},"id":"ci15477249"}, -{"type":"Feature","properties":{"mag":2.7,"place":"30km NNW of San Antonio, Puerto Rico","time":1395104305000,"updated":1395133252751,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14077000","ids":",pr14077000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.29105415,"rms":0.17,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.7 - 30km NNW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.195,18.7486,17]},"id":"pr14077000"}, -{"type":"Feature","properties":{"mag":1.1,"place":"20km S of Cantwell, Alaska","time":1395104163000,"updated":1395104651171,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191890","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191890.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11191890","ids":",ak11191890,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.65,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 20km S of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.8977,63.2099,74.2]},"id":"ak11191890"}, -{"type":"Feature","properties":{"mag":1.4,"place":"11km SW of Nephi, Utah","time":1395103206400,"updated":1395159074702,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059977","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059977.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"uu","code":"60059977","ids":",uu60059977,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.16169675,"rms":0.08,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 11km SW of Nephi, Utah"},"geometry":{"type":"Point","coordinates":[-111.9367,39.638,0.1]},"id":"uu60059977"}, -{"type":"Feature","properties":{"mag":4.7,"place":"82km SSW of Lakatoro, Vanuatu","time":1395102376830,"updated":1395131340991,"tz":660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf11","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf11.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nf11","ids":",usc000nf11,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.282,"rms":0.98,"gap":114,"magType":"mb","type":"earthquake","title":"M 4.7 - 82km SSW of Lakatoro, Vanuatu"},"geometry":{"type":"Point","coordinates":[167.0934,-16.7968,34.06]},"id":"usc000nf11"}, -{"type":"Feature","properties":{"mag":1.44,"place":"8km N of Big Bear City, California","time":1395101585650,"updated":1395158049400,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477233","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477233.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":32,"net":"ci","code":"15477233","ids":",ci15477233,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":38,"dmin":0.014,"rms":0.14,"gap":83,"magType":"ml","type":"earthquake","title":"M 1.4 - 8km N of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.8326667,34.3346667,7.48]},"id":"ci15477233"}, -{"type":"Feature","properties":{"mag":1.7,"place":"88km NNW of Talkeetna, Alaska","time":1395100423000,"updated":1395102048850,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191834","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191834.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191834","ids":",ak11191834,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 88km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7361,63.0629,100]},"id":"ak11191834"}, -{"type":"Feature","properties":{"mag":2.7,"place":"14km NNE of Crescent, Oklahoma","time":1395099499740,"updated":1395103803403,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nezl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nezl.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"us","code":"c000nezl","ids":",usc000nezl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.29,"rms":0.6,"gap":68,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 14km NNE of Crescent, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.5562,36.0761,5.08]},"id":"usc000nezl"}, -{"type":"Feature","properties":{"mag":3.1,"place":"63km NNE of Road Town, British Virgin Islands","time":1395099421200,"updated":1395128382240,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14076004","ids":",pr14076004,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.56773526,"rms":0.18,"gap":306,"magType":"Md","type":"earthquake","title":"M 3.1 - 63km NNE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.3693,18.937,61]},"id":"pr14076004"}, -{"type":"Feature","properties":{"mag":1.8,"place":"5km SW of Volcano, Hawaii","time":1395099413300,"updated":1395099598567,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60658001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60658001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60658001","ids":",hv60658001,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0,"rms":0.13,"gap":158.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 5km SW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.268,19.3952,1.6]},"id":"hv60658001"}, -{"type":"Feature","properties":{"mag":1.8,"place":"4km SSW of Volcano, Hawaii","time":1395099352000,"updated":1395099524000,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657996","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657996.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"hv","code":"60657996","ids":",hv60657996,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.008983153,"rms":0.23,"gap":82.799993376001,"magType":"md","type":"earthquake","title":"M 1.8 - 4km SSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.254,19.3977,3.2]},"id":"hv60657996"}, -{"type":"Feature","properties":{"mag":1.83,"place":"4km NW of Boron, California","time":1395097627340,"updated":1395157849530,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477225","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477225.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"ci","code":"15477225","ids":",ci15477225,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.0989,"rms":0.09,"gap":108,"magType":"ml","type":"quarry_blast","title":"M 1.8 Quarry_blast - 4km NW of Boron, California"},"geometry":{"type":"Point","coordinates":[-117.6821667,35.0328333,0.01]},"id":"ci15477225"}, -{"type":"Feature","properties":{"mag":1.5,"place":"21km WNW of West Bishop, California","time":1395096647700,"updated":1395099429596,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187136","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187136.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72187136","ids":",nc72187136,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.04,"gap":183.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 21km WNW of West Bishop, California"},"geometry":{"type":"Point","coordinates":[-118.6767,37.4437,6.9]},"id":"nc72187136"}, -{"type":"Feature","properties":{"mag":4.6,"place":"143km SSW of Acajutla, El Salvador","time":1395095891130,"updated":1395124841512,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nex7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nex7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nex7","ids":",usc000nex7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.606,"rms":1.43,"gap":178,"magType":"mb","type":"earthquake","title":"M 4.6 - 143km SSW of Acajutla, El Salvador"},"geometry":{"type":"Point","coordinates":[-90.1325,12.3334,35]},"id":"usc000nex7"}, -{"type":"Feature","properties":{"mag":1.7,"place":"56km ENE of Cantwell, Alaska","time":1395093726000,"updated":1395094546465,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191668","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191668.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191668","ids":",ak11191668,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.57,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 56km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.8601,63.5196,0]},"id":"ak11191668"}, -{"type":"Feature","properties":{"mag":1.11,"place":"51km NE of Kernville, California","time":1395093597970,"updated":1395157320540,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477217","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477217.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15477217","ids":",ci15477217,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1652,"rms":0.12,"gap":80,"magType":"ml","type":"earthquake","title":"M 1.1 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0585,36.1085,0.78]},"id":"ci15477217"}, -{"type":"Feature","properties":{"mag":1.8,"place":"107km W of Cantwell, Alaska","time":1395093217000,"updated":1395093644812,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191591","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191591.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11191591","ids":",ak11191591,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.49,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 107km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0751,63.2447,15.2]},"id":"ak11191591"}, -{"type":"Feature","properties":{"mag":1.6,"place":"7km ESE of Prunedale, California","time":1395092984900,"updated":1395099244237,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187111","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187111.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187111","ids":",nc72187111,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.22,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 1.6 - 7km ESE of Prunedale, California"},"geometry":{"type":"Point","coordinates":[-121.5965,36.7525,0]},"id":"nc72187111"}, -{"type":"Feature","properties":{"mag":1.74,"place":"2km WSW of Brawley, California","time":1395091679180,"updated":1395157122240,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477209.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":47,"net":"ci","code":"15477209","ids":",ci15477209,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.1247,"rms":0.22,"gap":64,"magType":"ml","type":"earthquake","title":"M 1.7 - 2km WSW of Brawley, California"},"geometry":{"type":"Point","coordinates":[-115.5558333,32.9743333,11.62]},"id":"ci15477209"}, -{"type":"Feature","properties":{"mag":1.9,"place":"107km NW of Talkeetna, Alaska","time":1395091344000,"updated":1395092124640,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191565","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191565.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11191565","ids":",ak11191565,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 107km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4646,63.0572,0]},"id":"ak11191565"}, -{"type":"Feature","properties":{"mag":1.4,"place":"1km ESE of The Geysers, California","time":1395091246600,"updated":1395097566067,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187101","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187101.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72187101","ids":",nc72187101,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 1km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7435,38.7723,1.9]},"id":"nc72187101"}, -{"type":"Feature","properties":{"mag":1.2,"place":"3km SE of The Geysers, California","time":1395089136500,"updated":1395092942491,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187091","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187091.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72187091","ids":",nc72187091,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.2 - 3km SE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7298,38.7567,3]},"id":"nc72187091"}, -{"type":"Feature","properties":{"mag":1.53,"place":"13km W of Mojave, California","time":1395088496430,"updated":1395096185840,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477193","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477193.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":36,"net":"ci","code":"15477193","ids":",ci15477193,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":13,"dmin":0.0602,"rms":0.09,"gap":79,"magType":"ml","type":"quarry_blast","title":"M 1.5 Quarry_blast - 13km W of Mojave, California"},"geometry":{"type":"Point","coordinates":[-118.3183333,35.0478333,0.01]},"id":"ci15477193"}, -{"type":"Feature","properties":{"mag":2.6,"place":"2km NE of Nicoma Park, Oklahoma","time":1395088223280,"updated":1395112571513,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nes0","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nes0.geojsonp","felt":7,"cdi":4.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":107,"net":"us","code":"c000nes0","ids":",usc000nes0,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 2km NE of Nicoma Park, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.304,35.503,7.2]},"id":"usc000nes0"}, -{"type":"Feature","properties":{"mag":1.6,"place":"11km ESE of Mammoth Lakes, California","time":1395085605000,"updated":1395103148356,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187021","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187021.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187021","ids":",nc72187021,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.6 - 11km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8452,37.6205,6.8]},"id":"nc72187021"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km NW of The Geysers, California","time":1395085393400,"updated":1395100927228,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187011","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187011.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187011","ids":",nc72187011,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.01,"gap":151.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8165,38.8117,3]},"id":"nc72187011"}, -{"type":"Feature","properties":{"mag":1.11,"place":"9km NW of Westwood, California","time":1395085297660,"updated":1395088679980,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477185","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477185.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15477185","ids":",ci15477185,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.03419,"rms":0.1,"gap":131,"magType":"ml","type":"earthquake","title":"M 1.1 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.49,34.1243333,7.93]},"id":"ci15477185"}, -{"type":"Feature","properties":{"mag":5.3,"place":"59km WNW of Iquique, Chile","time":1395083130300,"updated":1395107952000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nejs","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nejs.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nejs","ids":",usc000nejs,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.437,"rms":1.02,"gap":96,"magType":"mb","type":"earthquake","title":"M 5.3 - 59km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6743,-20.0232,32.24]},"id":"usc000nejs"}, -{"type":"Feature","properties":{"mag":2.2,"place":"93km NNW of Nikiski, Alaska","time":1395082267000,"updated":1395082821265,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191246","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191246.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11191246","ids":",ak11191246,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 93km NNW of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7907,61.4948,0]},"id":"ak11191246"}, -{"type":"Feature","properties":{"mag":1.9,"place":"9km NE of Anchor Point, Alaska","time":1395082120000,"updated":1395082445424,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191239","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191239.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11191239","ids":",ak11191239,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 9km NE of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-151.724,59.8384,50.3]},"id":"ak11191239"}, -{"type":"Feature","properties":{"mag":3.1,"place":"6km SSW of Langston, Oklahoma","time":1395081955260,"updated":1395096193649,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nein","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nein.geojsonp","felt":3,"cdi":3.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":149,"net":"us","code":"c000nein","ids":",usc000nein,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.3,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 6km SSW of Langston, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.275,35.893,5.1]},"id":"usc000nein"}, -{"type":"Feature","properties":{"mag":1.8,"place":"26km SSE of Waimea, Hawaii","time":1395081695100,"updated":1395180310816,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"hv","code":"60657836","ids":",hv60657836,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.11,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 26km SSE of Waimea, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.549,19.811,24.2]},"id":"hv60657836"}, -{"type":"Feature","properties":{"mag":1.52,"place":"49km N of Inyokern, California","time":1395080714280,"updated":1395087250640,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477153","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477153.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":36,"net":"ci","code":"15477153","ids":",ci15477153,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.02556,"rms":0.14,"gap":59,"magType":"ml","type":"earthquake","title":"M 1.5 - 49km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.843,36.094,2.58]},"id":"ci15477153"}, -{"type":"Feature","properties":{"mag":1.4,"place":"7km WNW of The Geysers, California","time":1395080227300,"updated":1395098222282,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186961","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186961.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72186961","ids":",nc72186961,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.4 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8258,38.811,2.9]},"id":"nc72186961"}, -{"type":"Feature","properties":{"mag":1.2,"place":"21km ENE of Sutton-Alpine, Alaska","time":1395080028000,"updated":1395080265938,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191216.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191216","ids":",ak11191216,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.21,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 21km ENE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.4635,61.8551,25.6]},"id":"ak11191216"}, -{"type":"Feature","properties":{"mag":1.7,"place":"12km WSW of Niland, California","time":1395079460010,"updated":1395086460460,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ci","code":"15477137","ids":",ci15477137,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.01368,"rms":0.2,"gap":50,"magType":"ml","type":"earthquake","title":"M 1.7 - 12km WSW of Niland, California"},"geometry":{"type":"Point","coordinates":[-115.6386667,33.1853333,6.31]},"id":"ci15477137"}, -{"type":"Feature","properties":{"mag":1.4,"place":"33km NNE of North Nenana, Alaska","time":1395079421000,"updated":1395080264888,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191209.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11191209","ids":",ak11191209,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.87,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 33km NNE of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9712,64.8775,8.2]},"id":"ak11191209"}, -{"type":"Feature","properties":{"mag":1.44,"place":"4km NW of The Geysers, California","time":1395079372270,"updated":1395096243690,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186956","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186956.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":32,"net":"nc","code":"72186956","ids":",nc72186956,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.004223,"rms":0.02,"gap":117,"magType":"md","type":"earthquake","title":"M 1.4 - 4km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7941666,38.803833,6.29]},"id":"nc72186956"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km ESE of The Geysers, California","time":1395078941600,"updated":1395094264966,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186946","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186946.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186946","ids":",nc72186946,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":126,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7023,38.7595,2.1]},"id":"nc72186946"}, -{"type":"Feature","properties":{"mag":2.4,"place":"9km W of Charlotte Amalie, U.S. Virgin Islands","time":1395077412100,"updated":1395081715500,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14076003","ids":",pr14076003,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.06737365,"rms":0.11,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 2.4 - 9km W of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-65.0225,18.3355,127]},"id":"pr14076003"}, -{"type":"Feature","properties":{"mag":2.17,"place":"51km NE of Kernville, California","time":1395077362340,"updated":1395086134599,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477129","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477129.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":73,"net":"ci","code":"15477129","ids":",ci15477129,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.1637,"rms":0.15,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.2 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.057,36.1148333,1.13]},"id":"ci15477129"}, -{"type":"Feature","properties":{"mag":2.2,"place":"64km SSE of Deltana, Alaska","time":1395077346000,"updated":1395077879041,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191109","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191109.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11191109","ids":",ak11191109,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.9,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 64km SSE of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-144.9131,63.3117,0]},"id":"ak11191109"}, -{"type":"Feature","properties":{"mag":2.42,"place":"11km ENE of Topanga, California","time":1395076052900,"updated":1395184720025,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477121","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477121.geojsonp","felt":128,"cdi":4.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":150,"net":"ci","code":"15477121","ids":",ci15477121,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":76,"dmin":0.05053,"rms":0.3,"gap":40,"magType":"ml","type":"earthquake","title":"M 2.4 - 11km ENE of Topanga, California"},"geometry":{"type":"Point","coordinates":[-118.5006667,34.1408333,9.51]},"id":"ci15477121"}, -{"type":"Feature","properties":{"mag":1.02,"place":"51km NE of Kernville, California","time":1395075514170,"updated":1395084861549,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477113","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477113.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15477113","ids":",ci15477113,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.1845,"rms":0.19,"gap":261,"magType":"ml","type":"earthquake","title":"M 1.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0823333,36.1286667,5]},"id":"ci15477113"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km WNW of Cobb, California","time":1395075322600,"updated":1395086044089,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186926","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186926.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186926","ids":",nc72186926,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7843,38.8385,1.9]},"id":"nc72186926"}, -{"type":"Feature","properties":{"mag":1.04,"place":"17km S of Weldon, California","time":1395075043050,"updated":1395084681532,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477105","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477105.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15477105","ids":",ci15477105,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.1127,"rms":0.1,"gap":201,"magType":"ml","type":"earthquake","title":"M 1.0 - 17km S of Weldon, California"},"geometry":{"type":"Point","coordinates":[-118.2736667,35.5071667,10.02]},"id":"ci15477105"}, -{"type":"Feature","properties":{"mag":2.01,"place":"51km NE of Kernville, California","time":1395074780170,"updated":1395084585351,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477097","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477097.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ci","code":"15477097","ids":",ci15477097,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.1642,"rms":0.15,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0576667,36.1153333,0.07]},"id":"ci15477097"}, -{"type":"Feature","properties":{"mag":1.89,"place":"25km ENE of Pine Valley, California","time":1395074508360,"updated":1395084061130,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477089","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477089.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":55,"net":"ci","code":"15477089","ids":",ci15477089,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":53,"dmin":0.02322,"rms":0.23,"gap":70,"magType":"ml","type":"earthquake","title":"M 1.9 - 25km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2721667,32.8996667,7.84]},"id":"ci15477089"}, -{"type":"Feature","properties":{"mag":4.7,"place":"160km WSW of Aksu, China","time":1395074100180,"updated":1395103061862,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000neab","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000neab.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000neab","ids":",usc000neab,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.516,"rms":0.5,"gap":137,"magType":"mb","type":"earthquake","title":"M 4.7 - 160km WSW of Aksu, China"},"geometry":{"type":"Point","coordinates":[78.4348,40.7243,41.47]},"id":"usc000neab"}, -{"type":"Feature","properties":{"mag":1.1,"place":"7km WNW of The Geysers, California","time":1395072671400,"updated":1395078425198,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186891","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186891.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186891","ids":",nc72186891,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.829,38.8117,2.7]},"id":"nc72186891"}, -{"type":"Feature","properties":{"mag":4.3,"place":"155km ENE of Amahai, Indonesia","time":1395068874840,"updated":1395097822618,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne7g","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne7g.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000ne7g","ids":",usc000ne7g,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.962,"rms":1.17,"gap":87,"magType":"mb","type":"earthquake","title":"M 4.3 - 155km ENE of Amahai, Indonesia"},"geometry":{"type":"Point","coordinates":[130.2864,-3.0295,57.75]},"id":"usc000ne7g"}, -{"type":"Feature","properties":{"mag":1.3,"place":"9km WNW of Beverly Hills, California","time":1395068503510,"updated":1395070688510,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477025","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477025.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ci","code":"15477025","ids":",ci15477025,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.03262,"rms":0.1,"gap":128,"magType":"ml","type":"earthquake","title":"M 1.3 - 9km WNW of Beverly Hills, California"},"geometry":{"type":"Point","coordinates":[-118.49,34.1211667,8.51]},"id":"ci15477025"}, -{"type":"Feature","properties":{"mag":1.31,"place":"8km NW of Westwood, California","time":1395067550880,"updated":1395070460220,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ci","code":"15477009","ids":",ci15477009,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.02597,"rms":0.14,"gap":139,"magType":"ml","type":"earthquake","title":"M 1.3 - 8km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4845,34.115,8.57]},"id":"ci15477009"}, -{"type":"Feature","properties":{"mag":1.5,"place":"16km ENE of Sutton-Alpine, Alaska","time":1395066495000,"updated":1395066958205,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190820","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190820.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190820","ids":",ak11190820,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.45,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 16km ENE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.5498,61.8466,17.1]},"id":"ak11190820"}, -{"type":"Feature","properties":{"mag":2.62,"place":"9km NW of Westwood, California","time":1395066219620,"updated":1395164982289,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477001.geojsonp","felt":264,"cdi":4.5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":224,"net":"ci","code":"15477001","ids":",ci15477001,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":76,"dmin":0.03459,"rms":0.23,"gap":41,"magType":"ml","type":"earthquake","title":"M 2.6 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4896667,34.1255,8.58]},"id":"ci15477001"}, -{"type":"Feature","properties":{"mag":1.7,"place":"22km NE of Manley Hot Springs, Alaska","time":1395065154000,"updated":1395066666604,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190816","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190816.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11190816","ids":",ak11190816,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.91,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 22km NE of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-150.299,65.1422,13.8]},"id":"ak11190816"}, -{"type":"Feature","properties":{"mag":1.46,"place":"9km NW of Westwood, California","time":1395064564770,"updated":1395070307390,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476993","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476993.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":33,"net":"ci","code":"15476993","ids":",ci15476993,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.03501,"rms":0.12,"gap":134,"magType":"ml","type":"earthquake","title":"M 1.5 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4941667,34.1193333,9.63]},"id":"ci15476993"}, -{"type":"Feature","properties":{"mag":1.5,"place":"28km ESE of Y, Alaska","time":1395064428000,"updated":1395065765116,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190748","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190748.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190748","ids":",ak11190748,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":null,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 28km ESE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3602,62.0485,35]},"id":"ak11190748"}, -{"type":"Feature","properties":{"mag":2.16,"place":"15km N of Mojave, California","time":1395064073010,"updated":1395087436547,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476977","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476977.geojsonp","felt":5,"cdi":2.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":73,"net":"ci","code":"15476977","ids":",ci15476977,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":30,"dmin":0.2028,"rms":0.14,"gap":41,"magType":"ml","type":"earthquake","title":"M 2.2 - 15km N of Mojave, California"},"geometry":{"type":"Point","coordinates":[-118.2061667,35.1876667,1.53]},"id":"ci15476977"}, -{"type":"Feature","properties":{"mag":4.39,"place":"9km NNW of Westwood, California","time":1395062736900,"updated":1395196632797,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476961","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476961.geojsonp","felt":9640,"cdi":5.4,"mmi":6.21,"alert":"green","status":"reviewed","tsunami":1,"sig":836,"net":"ci","code":"15476961","ids":",at00n2l1ao,ci15476961,usc000ne4i,","sources":",at,ci,us,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":209,"dmin":0.0382,"rms":0.34,"gap":39,"magType":"mw","type":"earthquake","title":"M 4.4 - 9km NNW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4858333,34.1346667,9.88]},"id":"ci15476961"}, -{"type":"Feature","properties":{"mag":5.6,"place":"South Georgia Island region","time":1395062691900,"updated":1395091670310,"tz":-120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne4m","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne4m.geojsonp","felt":null,"cdi":null,"mmi":0,"alert":"green","status":"reviewed","tsunami":null,"sig":482,"net":"us","code":"c000ne4m","ids":",usc000ne4m,gcmt20140317132451,","sources":",us,gcmt,","types":",cap,dyfi,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,","nst":null,"dmin":2.705,"rms":0.79,"gap":24,"magType":"mb","type":"earthquake","title":"M 5.6 - South Georgia Island region"},"geometry":{"type":"Point","coordinates":[-32.3478,-53.1605,25.42]},"id":"usc000ne4m"}, -{"type":"Feature","properties":{"mag":5.3,"place":"72km SW of Yonakuni, Japan","time":1395061976860,"updated":1395079908820,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne4a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne4a.geojsonp","felt":5,"cdi":3.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":434,"net":"us","code":"c000ne4a","ids":",usc000ne4a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.663,"rms":0.65,"gap":51,"magType":"mb","type":"earthquake","title":"M 5.3 - 72km SW of Yonakuni, Japan"},"geometry":{"type":"Point","coordinates":[122.4538,24.0398,37.08]},"id":"usc000ne4a"}, -{"type":"Feature","properties":{"mag":3.2,"place":"77km NNE of Punta Cana, Dominican Republic","time":1395060901100,"updated":1395069400908,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076002.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":158,"net":"pr","code":"14076002","ids":",pr14076002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":15,"dmin":0.75009326,"rms":0.4,"gap":270,"magType":"Md","type":"earthquake","title":"M 3.2 - 77km NNE of Punta Cana, Dominican Republic"},"geometry":{"type":"Point","coordinates":[-68.1435,19.2346,41]},"id":"pr14076002"}, -{"type":"Feature","properties":{"mag":1.03,"place":"6km E of Julian, California","time":1395060057480,"updated":1395095031000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476945","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476945.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15476945","ids":",ci15476945,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.05023,"rms":0.19,"gap":96,"magType":"ml","type":"earthquake","title":"M 1.0 - 6km E of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.538,33.0858333,9.37]},"id":"ci15476945"}, -{"type":"Feature","properties":{"mag":4.7,"place":"141km ESE of Sarangani, Philippines","time":1395059163920,"updated":1395088239915,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne3a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne3a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ne3a","ids":",usc000ne3a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.3,"rms":1.21,"gap":91,"magType":"mb","type":"earthquake","title":"M 4.7 - 141km ESE of Sarangani, Philippines"},"geometry":{"type":"Point","coordinates":[126.6811,5.0336,84.87]},"id":"usc000ne3a"}, -{"type":"Feature","properties":{"mag":4.4,"place":"74km W of Iquique, Chile","time":1395055774880,"updated":1395084727969,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne1x","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne1x.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000ne1x","ids":",usc000ne1x,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.197,"rms":1.1,"gap":141,"magType":"mb","type":"earthquake","title":"M 4.4 - 74km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.857,-20.1588,17.83]},"id":"usc000ne1x"}, -{"type":"Feature","properties":{"mag":2,"place":"55km S of Deltana, Alaska","time":1395054906000,"updated":1395055323228,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190589","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190589.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11190589","ids":",ak11190589,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 55km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.0745,63.38,0]},"id":"ak11190589"}, -{"type":"Feature","properties":{"mag":5.2,"place":"90km WNW of Iquique, Chile","time":1395054735300,"updated":1395083726037,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne11","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne11.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000ne11","ids":",usc000ne11,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.228,"rms":1.03,"gap":136,"magType":"mb","type":"earthquake","title":"M 5.2 - 90km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.948,-19.9298,14.53]},"id":"usc000ne11"}, -{"type":"Feature","properties":{"mag":1.6,"place":"11km S of Ridgemark, California","time":1395054395400,"updated":1395060667742,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186816","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186816.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72186816","ids":",nc72186816,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":75.6,"magType":"Md","type":"earthquake","title":"M 1.6 - 11km S of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3572,36.7135,3.5]},"id":"nc72186816"}, -{"type":"Feature","properties":{"mag":1.9,"place":"62km S of Deltana, Alaska","time":1395053541000,"updated":1395054781317,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190585","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190585.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11190585","ids":",ak11190585,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 62km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.218,63.3114,3.3]},"id":"ak11190585"}, -{"type":"Feature","properties":{"mag":1.9,"place":"63km S of Deltana, Alaska","time":1395053399000,"updated":1395053828404,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190583","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190583.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11190583","ids":",ak11190583,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 63km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2147,63.3046,0.5]},"id":"ak11190583"}, -{"type":"Feature","properties":{"mag":1.5,"place":"90km E of Cape Yakataga, Alaska","time":1395052903000,"updated":1395053101154,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190582","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190582.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190582","ids":",ak11190582,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.06,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 90km E of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.8286,60.2043,21.5]},"id":"ak11190582"}, -{"type":"Feature","properties":{"mag":1.72,"place":"27km NE of McCloud, California","time":1395052423410,"updated":1395056645436,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186801","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186801.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":46,"net":"nc","code":"72186801","ids":",nc72186801,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.06708,"rms":0.02,"gap":179,"magType":"md","type":"earthquake","title":"M 1.7 - 27km NE of McCloud, California"},"geometry":{"type":"Point","coordinates":[-121.8796692,41.4136658,2.61]},"id":"nc72186801"}, -{"type":"Feature","properties":{"mag":2.85,"place":"8km W of Alberto Oviedo Mota, Mexico","time":1395051718030,"updated":1395094492973,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476929","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476929.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":125,"net":"ci","code":"15476929","ids":",ci15476929,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.1877,"rms":0.38,"gap":225,"magType":"ml","type":"earthquake","title":"M 2.9 - 8km W of Alberto Oviedo Mota, Mexico"},"geometry":{"type":"Point","coordinates":[-115.2638333,32.2345,18.6]},"id":"ci15476929"}, -{"type":"Feature","properties":{"mag":1.93,"place":"3km NNW of Carson, California","time":1395048369790,"updated":1395097027343,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476921.geojsonp","felt":10,"cdi":2.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":60,"net":"ci","code":"15476921","ids":",ci15476921,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":50,"dmin":0.02797,"rms":0.31,"gap":73,"magType":"ml","type":"earthquake","title":"M 1.9 - 3km NNW of Carson, California"},"geometry":{"type":"Point","coordinates":[-118.2998333,33.8593333,11.97]},"id":"ci15476921"}, -{"type":"Feature","properties":{"mag":4.5,"place":"67km WNW of Iquique, Chile","time":1395047579510,"updated":1395076780588,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndzb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndzb.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000ndzb","ids":",usc000ndzb,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.1,"rms":0.98,"gap":111,"magType":"mb","type":"earthquake","title":"M 4.5 - 67km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7755,-20.0791,15.92]},"id":"usc000ndzb"}, -{"type":"Feature","properties":{"mag":5,"place":"54km E of Iwaki, Japan","time":1395046970070,"updated":1395075949707,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndz3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndz3.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ndz3","ids":",usc000ndz3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.672,"rms":1.36,"gap":95,"magType":"mb","type":"earthquake","title":"M 5.0 - 54km E of Iwaki, Japan"},"geometry":{"type":"Point","coordinates":[141.4921,36.9817,13.38]},"id":"usc000ndz3"}, -{"type":"Feature","properties":{"mag":4.9,"place":"74km WNW of Iquique, Chile","time":1395046265520,"updated":1395075290912,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndz0","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndz0.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndz0","ids":",usc000ndz0,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.576,"rms":1.02,"gap":138,"magType":"mb","type":"earthquake","title":"M 4.9 - 74km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8269,-20.0196,16.37]},"id":"usc000ndz0"}, -{"type":"Feature","properties":{"mag":5.3,"place":"55km WNW of Iquique, Chile","time":1395045156220,"updated":1395074107842,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndym","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndym.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000ndym","ids":",usc000ndym,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.963,"rms":1.02,"gap":119,"magType":"mb","type":"earthquake","title":"M 5.3 - 55km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6372,-20.0372,12.4]},"id":"usc000ndym"}, -{"type":"Feature","properties":{"mag":1.9,"place":"58km WSW of Valdez, Alaska","time":1395044178000,"updated":1395044684365,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190437","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190437.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11190437","ids":",ak11190437,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.03,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 58km WSW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3679,60.9509,20.4]},"id":"ak11190437"}, -{"type":"Feature","properties":{"mag":3.3,"place":"3km NW of Choctaw, Oklahoma","time":1395044018720,"updated":1395113186688,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndy6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndy6.geojsonp","felt":117,"cdi":5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":226,"net":"us","code":"c000ndy6","ids":",usc000ndy6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.042,"rms":0.75,"gap":27,"magType":"mb_lg","type":"earthquake","title":"M 3.3 - 3km NW of Choctaw, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.2924,35.5187,10.56]},"id":"usc000ndy6"}, -{"type":"Feature","properties":{"mag":4.6,"place":"77km WNW of Iquique, Chile","time":1395042898450,"updated":1395071889267,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndy4","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndy4.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndy4","ids":",usc000ndy4,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.173,"rms":0.9,"gap":144,"magType":"mb","type":"earthquake","title":"M 4.6 - 77km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8617,-20.0595,14.39]},"id":"usc000ndy4"}, -{"type":"Feature","properties":{"mag":2.4,"place":"80km SSW of Redoubt Volcano, Alaska","time":1395042321000,"updated":1395079572680,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190394","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190394.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11190394","ids":",ak11190394,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.24,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 80km SSW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.404,59.8417,128.1]},"id":"ak11190394"}, -{"type":"Feature","properties":{"mag":1.7,"place":"109km NW of Talkeetna, Alaska","time":1395041009000,"updated":1395041787329,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190392","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190392.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11190392","ids":",ak11190392,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 109km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4687,63.0779,6.5]},"id":"ak11190392"}, -{"type":"Feature","properties":{"mag":1.9,"place":"46km NNE of Old Faithful Geyser, Wyoming","time":1395040721100,"updated":1395087637343,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059792","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059792.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"uu","code":"60059792","ids":",uu60059792,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.10779783,"rms":0.1,"gap":147.6,"magType":"Ml","type":"earthquake","title":"M 1.9 - 46km NNE of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.542,44.8205,4.7]},"id":"uu60059792"}, -{"type":"Feature","properties":{"mag":2.3,"place":"2km SW of Loretto, Tennessee","time":1395040537200,"updated":1395071991021,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/se031714b","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/se031714b.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"se","code":"031714b","ids":",se031714b,","sources":",se,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.5030566,"rms":0.29,"gap":86.399993088,"magType":"md","type":"earthquake","title":"M 2.3 - 2km SW of Loretto, Tennessee"},"geometry":{"type":"Point","coordinates":[-87.4607,35.0606,8.9]},"id":"se031714b"}, -{"type":"Feature","properties":{"mag":4.8,"place":"264km NNW of Tual, Indonesia","time":1395040339210,"updated":1395069299328,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndxu","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndxu.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000ndxu","ids":",usc000ndxu,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.785,"rms":1.23,"gap":57,"magType":"mb","type":"earthquake","title":"M 4.8 - 264km NNW of Tual, Indonesia"},"geometry":{"type":"Point","coordinates":[131.7253,-3.5094,36.95]},"id":"usc000ndxu"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1395040321600,"updated":1395042304548,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186751","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186751.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186751","ids":",nc72186751,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8138,38.8088,2.3]},"id":"nc72186751"}, -{"type":"Feature","properties":{"mag":1.8,"place":"21km NE of Soledad, California","time":1395039085700,"updated":1395047764445,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186731","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186731.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72186731","ids":",nc72186731,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.05389892,"rms":0.04,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.8 - 21km NE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.1372,36.5462,5.4]},"id":"nc72186731"}, -{"type":"Feature","properties":{"mag":2.83,"place":"63km E of Maneadero, Mexico","time":1395037745490,"updated":1395080713201,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476889","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476889.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":123,"net":"ci","code":"15476889","ids":",ci15476889,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":7,"dmin":0.318,"rms":0.15,"gap":156,"magType":"ml","type":"earthquake","title":"M 2.8 - 63km E of Maneadero, Mexico"},"geometry":{"type":"Point","coordinates":[-115.8983333,31.6886667,4.65]},"id":"ci15476889"}, -{"type":"Feature","properties":{"mag":1.23,"place":"33km NNW of Searles Valley, California","time":1395036001880,"updated":1395092215080,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476873","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476873.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15476873","ids":",ci15476873,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.08539,"rms":0.15,"gap":64,"magType":"ml","type":"earthquake","title":"M 1.2 - 33km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.589,36.031,4.19]},"id":"ci15476873"}, -{"type":"Feature","properties":{"mag":1.6,"place":"7km SW of Ridgemark, California","time":1395034515600,"updated":1395045365002,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72186711","ids":",nc72186711,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.19,"gap":36,"magType":"Md","type":"earthquake","title":"M 1.6 - 7km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4147,36.7597,8.3]},"id":"nc72186711"}, -{"type":"Feature","properties":{"mag":3,"place":"81km N of Hatillo, Puerto Rico","time":1395034286400,"updated":1395063280850,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"pr","code":"14076001","ids":",pr14076001,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":12,"dmin":0.74829663,"rms":0.17,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 3.0 - 81km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.6856,19.2147,34]},"id":"pr14076001"}, -{"type":"Feature","properties":{"mag":5.1,"place":"13km W of Cantapoy, Philippines","time":1395034214190,"updated":1395051919043,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndwk","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndwk.geojsonp","felt":4,"cdi":5.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":402,"net":"us","code":"c000ndwk","ids":",usc000ndwk,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.43,"rms":1.16,"gap":99,"magType":"mb","type":"earthquake","title":"M 5.1 - 13km W of Cantapoy, Philippines"},"geometry":{"type":"Point","coordinates":[125.3151,9.5019,84.63]},"id":"usc000ndwk"}, -{"type":"Feature","properties":{"mag":1.8,"place":"17km NE of Nice, California","time":1395033725900,"updated":1395045365000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72186696","ids":",nc72186696,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.11678099,"rms":0.04,"gap":165.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 17km NE of Nice, California"},"geometry":{"type":"Point","coordinates":[-122.7185,39.2418,6.6]},"id":"nc72186696"}, -{"type":"Feature","properties":{"mag":5,"place":"82km WNW of Iquique, Chile","time":1395033574750,"updated":1395062542797,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndwe","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndwe.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ndwe","ids":",usc000ndwe,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.184,"rms":1.44,"gap":126,"magType":"mb","type":"earthquake","title":"M 5.0 - 82km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8918,-19.984,12.01]},"id":"usc000ndwe"}, -{"type":"Feature","properties":{"mag":6.2,"place":"80km WNW of Iquique, Chile","time":1395033094980,"updated":1395068231000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndw9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndw9.geojsonp","felt":6,"cdi":4,"mmi":4.71,"alert":"green","status":"reviewed","tsunami":null,"sig":594,"net":"us","code":"c000ndw9","ids":",usc000ndw9,gcmt20140317051135,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":1.171,"rms":1.37,"gap":82,"magType":"mww","type":"earthquake","title":"M 6.2 - 80km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8741,-20.003,17]},"id":"usc000ndw9"}, -{"type":"Feature","properties":{"mag":4.7,"place":"157km NNW of Nuku`alofa, Tonga","time":1395031862830,"updated":1395061222066,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndw1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndw1.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ndw1","ids":",usc000ndw1,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.829,"rms":1.44,"gap":80,"magType":"mb","type":"earthquake","title":"M 4.7 - 157km NNW of Nuku`alofa, Tonga"},"geometry":{"type":"Point","coordinates":[-176.0391,-19.9472,231.98]},"id":"usc000ndw1"}, -{"type":"Feature","properties":{"mag":2.3,"place":"14km NE of Enid, Oklahoma","time":1395031000300,"updated":1395059953494,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndvy","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndvy.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"us","code":"c000ndvy","ids":",usc000ndvy,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"mb_lg","type":"earthquake","title":"M 2.3 - 14km NE of Enid, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.762,36.482,5]},"id":"usc000ndvy"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km NW of The Geysers, California","time":1395030568800,"updated":1395041402970,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186676","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186676.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72186676","ids":",nc72186676,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8257,38.815,3]},"id":"nc72186676"}, -{"type":"Feature","properties":{"mag":1.4,"place":"36km E of Tonopah, Nevada","time":1395030431588,"updated":1395164350000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441171","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441171.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"nn","code":"00441171","ids":",nn00441171,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":6,"dmin":0.319,"rms":0.085,"gap":147.19,"magType":"ml","type":"earthquake","title":"M 1.4 - 36km E of Tonopah, Nevada"},"geometry":{"type":"Point","coordinates":[-116.8187,38.1002,13.5053]},"id":"nn00441171"}, -{"type":"Feature","properties":{"mag":1,"place":"110km W of Cantwell, Alaska","time":1395030019000,"updated":1395030203062,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190264","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190264.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11190264","ids":",ak11190264,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 110km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1276,63.2591,17.5]},"id":"ak11190264"}, -{"type":"Feature","properties":{"mag":4.8,"place":"18km W of Tacna, Peru","time":1395029691440,"updated":1395058644649,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndvl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndvl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000ndvl","ids":",usc000ndvl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.917,"rms":0.91,"gap":127,"magType":"mb","type":"earthquake","title":"M 4.8 - 18km W of Tacna, Peru"},"geometry":{"type":"Point","coordinates":[-70.4164,-17.9747,94.49]},"id":"usc000ndvl"}, -{"type":"Feature","properties":{"mag":4.6,"place":"65km WNW of Iquique, Chile","time":1395026901600,"updated":1395072452000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndv7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndv7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndv7","ids":",usc000ndv7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.08,"rms":1.2,"gap":127,"magType":"mb","type":"earthquake","title":"M 4.6 - 65km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.754,-20.0769,10]},"id":"usc000ndv7"}, -{"type":"Feature","properties":{"mag":4.6,"place":"243km SE of Kamaishi, Japan","time":1395024742230,"updated":1395053691558,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nduv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nduv.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nduv","ids":",usc000nduv,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.165,"rms":1,"gap":136,"magType":"mb","type":"earthquake","title":"M 4.6 - 243km SE of Kamaishi, Japan"},"geometry":{"type":"Point","coordinates":[144.0749,37.9045,36.47]},"id":"usc000nduv"}, -{"type":"Feature","properties":{"mag":1.9,"place":"18km SE of Mammoth Lakes, California","time":1395022789000,"updated":1395195724914,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72186601","ids":",nc72186601,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.07186522,"rms":0.05,"gap":46.8,"magType":"Md","type":"earthquake","title":"M 1.9 - 18km SE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.832,37.5198,8.2]},"id":"nc72186601"}, -{"type":"Feature","properties":{"mag":1.8,"place":"105km W of Cantwell, Alaska","time":1395022713000,"updated":1395023372189,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190205","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190205.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11190205","ids":",ak11190205,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 105km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.024,63.2537,0]},"id":"ak11190205"}, -{"type":"Feature","properties":{"mag":3.5,"place":"99km SSW of Homer, Alaska","time":1395022229000,"updated":1395051177312,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190199","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190199.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":188,"net":"ak","code":"11190199","ids":",ak11190199,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.5 - 99km SSW of Homer, Alaska"},"geometry":{"type":"Point","coordinates":[-152.2411,58.8229,12]},"id":"ak11190199"}, -{"type":"Feature","properties":{"mag":4.6,"place":"88km WNW of Iquique, Chile","time":1395021958330,"updated":1395071270000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndtz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndtz.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndtz","ids":",usc000ndtz,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.266,"rms":1,"gap":149,"magType":"mb","type":"earthquake","title":"M 4.6 - 88km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.9705,-20.0345,23.63]},"id":"usc000ndtz"}, -{"type":"Feature","properties":{"mag":2.1,"place":"6km SW of Ridgemark, California","time":1395021351780,"updated":1395129245999,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"nc","code":"72186576","ids":",nc72186576,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":65,"dmin":0.01832,"rms":0.15,"gap":26,"magType":"md","type":"earthquake","title":"M 2.1 - 6km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4135,36.7645,9.08]},"id":"nc72186576"}, -{"type":"Feature","properties":{"mag":5.2,"place":"70km WNW of Iquique, Chile","time":1395020095820,"updated":1395070307000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndtr","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndtr.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000ndtr","ids":",usc000ndtr,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.067,"rms":1.27,"gap":122,"magType":"mb","type":"earthquake","title":"M 5.2 - 70km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7659,-19.9781,10]},"id":"usc000ndtr"}, -{"type":"Feature","properties":{"mag":1.8,"place":"14km NE of Pahala, Hawaii","time":1395018953100,"updated":1395019153083,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657416","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657416.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60657416","ids":",hv60657416,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.2,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 14km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3823,19.2963,3.3]},"id":"hv60657416"}, -{"type":"Feature","properties":{"mag":4.9,"place":"65km WNW of Iquique, Chile","time":1395017703890,"updated":1395070569000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndt5","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndt5.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndt5","ids":",usc000ndt5,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.076,"rms":1.16,"gap":132,"magType":"mb","type":"earthquake","title":"M 4.9 - 65km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7528,-20.0679,10]},"id":"usc000ndt5"}, -{"type":"Feature","properties":{"mag":2.5,"place":"58km N of Brenas, Puerto Rico","time":1395017576500,"updated":1395046530862,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14076000","ids":",pr14076000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.53359928,"rms":0.28,"gap":331.2,"magType":"Md","type":"earthquake","title":"M 2.5 - 58km N of Brenas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.3895,18.9972,53]},"id":"pr14076000"}, -{"type":"Feature","properties":{"mag":1,"place":"5km SW of Ridgemark, California","time":1395017530200,"updated":1395022506220,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186541","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186541.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186541","ids":",nc72186541,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.12,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 5km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4103,36.7728,9.8]},"id":"nc72186541"}, -{"type":"Feature","properties":{"mag":1.85,"place":"33km NW of Fort Irwin, California","time":1395017528550,"updated":1395089507168,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476817","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476817.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":53,"net":"ci","code":"15476817","ids":",ci15476817,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.2106,"rms":0.16,"gap":86,"magType":"ml","type":"earthquake","title":"M 1.9 - 33km NW of Fort Irwin, California"},"geometry":{"type":"Point","coordinates":[-116.9368333,35.4835,2.79]},"id":"ci15476817"}, -{"type":"Feature","properties":{"mag":2.8,"place":"25km NNE of Philipsburg, Montana","time":1395017361900,"updated":1395160088000,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb30158","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb30158.geojsonp","felt":1,"cdi":1,"mmi":null,"alert":null,"status":"manual","tsunami":null,"sig":121,"net":"mb","code":"30158","ids":",mb30158,usc000ndsx,","sources":",mb,us,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":36,"dmin":0.1976294,"rms":0.13,"gap":60,"magType":"mc","type":"earthquake","title":"M 2.8 - 25km NNE of Philipsburg, Montana"},"geometry":{"type":"Point","coordinates":[-113.225,46.56,14.5]},"id":"mb30158"}, -{"type":"Feature","properties":{"mag":1,"place":"25km NE of Fairbanks, Alaska","time":1395016920000,"updated":1395017709177,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190172","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190172.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11190172","ids":",ak11190172,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 25km NE of Fairbanks, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4173,65.0228,5.2]},"id":"ak11190172"}, -{"type":"Feature","properties":{"mag":5,"place":"205km W of Bengkulu, Indonesia","time":1395016526860,"updated":1395045480142,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndsp","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndsp.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ndsp","ids":",usc000ndsp,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.516,"rms":0.9,"gap":67,"magType":"mb","type":"earthquake","title":"M 5.0 - 205km W of Bengkulu, Indonesia"},"geometry":{"type":"Point","coordinates":[100.4451,-4.1113,13.72]},"id":"usc000ndsp"}, -{"type":"Feature","properties":{"mag":1.5,"place":"53km SW of Circle Hot Springs Station, Alaska","time":1395015194000,"updated":1395015724372,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190167","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190167.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190167","ids":",ak11190167,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 53km SW of Circle Hot Springs Station, Alaska"},"geometry":{"type":"Point","coordinates":[-145.5139,65.1397,13.3]},"id":"ak11190167"}, -{"type":"Feature","properties":{"mag":5.1,"place":"55km WNW of Iquique, Chile","time":1395015129750,"updated":1395070957000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndsf","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndsf.geojsonp","felt":1,"cdi":2.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":400,"net":"us","code":"c000ndsf","ids":",usc000ndsf,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.978,"rms":1.1,"gap":96,"magType":"mb","type":"earthquake","title":"M 5.1 - 55km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6459,-20.0609,10]},"id":"usc000ndsf"}, -{"type":"Feature","properties":{"mag":1.2,"place":"61km E of Cantwell, Alaska","time":1395014405000,"updated":1395015196854,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190164","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190164.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11190164","ids":",ak11190164,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.26,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 61km E of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.7361,63.3376,46.5]},"id":"ak11190164"}, -{"type":"Feature","properties":{"mag":1.8,"place":"35km NNW of Valdez, Alaska","time":1395012021000,"updated":1395012535661,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190138","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190138.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11190138","ids":",ak11190138,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 35km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6821,61.405,33.3]},"id":"ak11190138"}, -{"type":"Feature","properties":{"mag":1.1,"place":"13km NE of Pahala, Hawaii","time":1395011445700,"updated":1395112272346,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657346","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657346.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"hv","code":"60657346","ids":",hv60657346,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.09,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 13km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.389,19.2913,2.7]},"id":"hv60657346"}, -{"type":"Feature","properties":{"mag":4.9,"place":"61km W of Iquique, Chile","time":1395011291600,"updated":1395040246526,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nds7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nds7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000nds7","ids":",usc000nds7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.116,"rms":0.92,"gap":139,"magType":"mb","type":"earthquake","title":"M 4.9 - 61km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7359,-20.2268,10]},"id":"usc000nds7"}, -{"type":"Feature","properties":{"mag":1.1,"place":"13km NE of Pahala, Hawaii","time":1395011063700,"updated":1395088371679,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657331","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657331.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"hv","code":"60657331","ids":",hv60657331,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.11,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 13km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3877,19.2902,3.4]},"id":"hv60657331"}, -{"type":"Feature","properties":{"mag":4.9,"place":"68km SE of Arica, Chile","time":1395010449690,"updated":1395039397363,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndru","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndru.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndru","ids":",usc000ndru,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":11.307,"rms":1.02,"gap":102,"magType":"mb","type":"earthquake","title":"M 4.9 - 68km SE of Arica, Chile"},"geometry":{"type":"Point","coordinates":[-69.7894,-18.854,11.86]},"id":"usc000ndru"}, -{"type":"Feature","properties":{"mag":1.8,"place":"2km SSE of Clearfield, Utah","time":1395009514700,"updated":1395163455238,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059767","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059767.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uu","code":"60059767","ids":",uu60059767,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.07186522,"rms":0.17,"gap":57.6,"magType":"Ml","type":"earthquake","title":"M 1.8 - 2km SSE of Clearfield, Utah"},"geometry":{"type":"Point","coordinates":[-112.0095,41.0887,11.8]},"id":"uu60059767"}, -{"type":"Feature","properties":{"mag":2.6,"place":"28km NNW of Shasta Lake, California","time":1395009324490,"updated":1395130989252,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186511","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186511.geojsonp","felt":5,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":105,"net":"nc","code":"72186511","ids":",nc72186511,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":43,"dmin":0.1902,"rms":0.14,"gap":38,"magType":"md","type":"earthquake","title":"M 2.6 - 28km NNW of Shasta Lake, California"},"geometry":{"type":"Point","coordinates":[-122.462,40.9261667,17.76]},"id":"nc72186511"}, -{"type":"Feature","properties":{"mag":4.9,"place":"84km WNW of Iquique, Chile","time":1395008975180,"updated":1395037929291,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndr9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndr9.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndr9","ids":",usc000ndr9,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.199,"rms":0.88,"gap":136,"magType":"mb","type":"earthquake","title":"M 4.9 - 84km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.9083,-19.984,10.92]},"id":"usc000ndr9"}, -{"type":"Feature","properties":{"mag":1.87,"place":"28km ENE of Pine Valley, California","time":1395008030270,"updated":1395090632820,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476801","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476801.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":54,"net":"ci","code":"15476801","ids":",ci15476801,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":52,"dmin":0.04726,"rms":0.19,"gap":50,"magType":"ml","type":"earthquake","title":"M 1.9 - 28km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2303333,32.8721667,4.53]},"id":"ci15476801"}, -{"type":"Feature","properties":{"mag":1.4,"place":"85km W of Cantwell, Alaska","time":1395007589000,"updated":1395008421265,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190022","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190022.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11190022","ids":",ak11190022,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.82,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 85km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6565,63.4242,0.1]},"id":"ak11190022"}, -{"type":"Feature","properties":{"mag":2.4,"place":"28km NNW of Shasta Lake, California","time":1395007382000,"updated":1395106149068,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186491","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186491.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"nc","code":"72186491","ids":",nc72186491,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.18864621,"rms":0.14,"gap":25.2,"magType":"Md","type":"earthquake","title":"M 2.4 - 28km NNW of Shasta Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4585,40.932,17.3]},"id":"nc72186491"}, -{"type":"Feature","properties":{"mag":1.25,"place":"7km ESE of Mammoth Lakes, California","time":1395006965610,"updated":1395016926206,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186481","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186481.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":24,"net":"nc","code":"72186481","ids":",nc72186481,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.01155,"rms":0.02,"gap":90,"magType":"md","type":"earthquake","title":"M 1.3 - 7km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8883362,37.6258316,5.64]},"id":"nc72186481"}, -{"type":"Feature","properties":{"mag":3.47,"place":"28km ENE of Pine Valley, California","time":1395006933390,"updated":1395093402917,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476793","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476793.geojsonp","felt":7,"cdi":2.5,"mmi":4.25,"alert":null,"status":"reviewed","tsunami":null,"sig":187,"net":"ci","code":"15476793","ids":",ci15476793,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":81,"dmin":0.04309,"rms":0.21,"gap":49,"magType":"ml","type":"earthquake","title":"M 3.5 - 28km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2348333,32.8751667,4.02]},"id":"ci15476793"}, -{"type":"Feature","properties":{"mag":2.7,"place":"22km E of Y, Alaska","time":1395005999000,"updated":1395034946321,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189925","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189925.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11189925","ids":",ak11189925,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 22km E of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.4252,62.1266,28.5]},"id":"ak11189925"}, -{"type":"Feature","properties":{"mag":5.1,"place":"36km NNW of Iquique, Chile","time":1395005187380,"updated":1395034138272,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndnz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndnz.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":400,"net":"us","code":"c000ndnz","ids":",usc000ndnz,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.634,"rms":1.27,"gap":124,"magType":"mb","type":"earthquake","title":"M 5.1 - 36km NNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.3046,-19.9317,35]},"id":"usc000ndnz"}, -{"type":"Feature","properties":{"mag":1.7,"place":"68km ENE of Cantwell, Alaska","time":1395004991000,"updated":1395005913055,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189908","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189908.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11189908","ids":",ak11189908,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 68km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.6387,63.5634,0.1]},"id":"ak11189908"}, -{"type":"Feature","properties":{"mag":6.7,"place":"60km WNW of Iquique, Chile","time":1395004590770,"updated":1395081809249,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndnj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndnj.geojsonp","felt":42,"cdi":6,"mmi":6.58,"alert":"yellow","status":"reviewed","tsunami":1,"sig":716,"net":"us","code":"c000ndnj","ids":",usc000ndnj,pt14075001,at00n2jsh8,gcmt20140316211630,","sources":",us,pt,at,gcmt,","types":",associate,cap,dyfi,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.929,"rms":1.16,"gap":44,"magType":"mww","type":"earthquake","title":"M 6.7 - 60km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6278,-19.9246,20]},"id":"usc000ndnj"}, -{"type":"Feature","properties":{"mag":2.8,"place":"8km ENE of Coalinga, California","time":1395002676200,"updated":1395118205806,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186436.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"nc","code":"72186436","ids":",nc72186436,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.08983153,"rms":0.08,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 2.8 - 8km ENE of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.2817,36.1755,11.3]},"id":"nc72186436"}, -{"type":"Feature","properties":{"mag":1.2,"place":"10km WNW of The Geysers, California","time":1395002550700,"updated":1395014886876,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186431","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186431.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72186431","ids":",nc72186431,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.02,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.2 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8558,38.8253,2.7]},"id":"nc72186431"}, -{"type":"Feature","properties":{"mag":2.13,"place":"8km ENE of Coalinga, California","time":1395002243680,"updated":1395120545189,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186426","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186426.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":70,"net":"nc","code":"72186426","ids":",nc72186426,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":56,"dmin":0.09168,"rms":0.09,"gap":118,"magType":"md","type":"earthquake","title":"M 2.1 - 8km ENE of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.2775,36.1741667,11.06]},"id":"nc72186426"}, -{"type":"Feature","properties":{"mag":4.2,"place":"51km SW of Jiquilillo, Nicaragua","time":1395000953510,"updated":1395029909523,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndmp","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndmp.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":271,"net":"us","code":"c000ndmp","ids":",usc000ndmp,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.6,"rms":1.29,"gap":185,"magType":"mb","type":"earthquake","title":"M 4.2 - 51km SW of Jiquilillo, Nicaragua"},"geometry":{"type":"Point","coordinates":[-87.7851,12.4147,72.88]},"id":"usc000ndmp"}, -{"type":"Feature","properties":{"mag":2.26,"place":"7km ESE of Mammoth Lakes, California","time":1395000276050,"updated":1395132546985,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186396","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186396.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":79,"net":"nc","code":"72186396","ids":",nc72186396,nn00441146,","sources":",nc,nn,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":46,"dmin":0.0104,"rms":0.04,"gap":82,"magType":"md","type":"earthquake","title":"M 2.3 - 7km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8898333,37.6251667,5.41]},"id":"nc72186396"}, -{"type":"Feature","properties":{"mag":1.21,"place":"7km ESE of Mammoth Lakes, California","time":1394999887000,"updated":1395011405236,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186386","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186386.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":23,"net":"nc","code":"72186386","ids":",nc72186386,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.01164,"rms":0.01,"gap":86,"magType":"md","type":"earthquake","title":"M 1.2 - 7km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8884964,37.628334,5.6]},"id":"nc72186386"}, -{"type":"Feature","properties":{"mag":1,"place":"6km WNW of Cobb, California","time":1394998653300,"updated":1395007563297,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186376","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186376.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186376","ids":",nc72186376,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":108,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8015,38.8363,2.6]},"id":"nc72186376"}, -{"type":"Feature","properties":{"mag":1.9,"place":"4km SW of Volcano, Hawaii","time":1394997915100,"updated":1395193210788,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"hv","code":"60657276","ids":",hv60657276,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":57.6,"magType":"Ml","type":"earthquake","title":"M 1.9 - 4km SW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2683,19.4042,1.3]},"id":"hv60657276"}, -{"type":"Feature","properties":{"mag":2.8,"place":"68km SW of Anchor Point, Alaska","time":1394996423000,"updated":1395025391456,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189815","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189815.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":121,"net":"ak","code":"11189815","ids":",ak11189815,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 68km SW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7599,59.3858,90.2]},"id":"ak11189815"}, -{"type":"Feature","properties":{"mag":1.2,"place":"26km ENE of West Yellowstone, Montana","time":1394996367600,"updated":1395093638059,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059732","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059732.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"uu","code":"60059732","ids":",uu60059732,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.1,"gap":133.2,"magType":"Ml","type":"earthquake","title":"M 1.2 - 26km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7892,44.7355,6.5]},"id":"uu60059732"}, -{"type":"Feature","properties":{"mag":1,"place":"28km ENE of West Yellowstone, Montana","time":1394993662400,"updated":1395097643476,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059722","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059722.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059722","ids":",uu60059722,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.09,"gap":187.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 28km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7763,44.7627,5.3]},"id":"uu60059722"}, -{"type":"Feature","properties":{"mag":1.25,"place":"14km SSE of Alamo, Nevada","time":1394992590171,"updated":1395165518000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441145","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441145.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"nn","code":"00441145","ids":",nn00441145,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":8,"dmin":0.163,"rms":0.1192,"gap":173.1,"magType":"ml","type":"earthquake","title":"M 1.3 - 14km SSE of Alamo, Nevada"},"geometry":{"type":"Point","coordinates":[-115.0903,37.2467,14.6255]},"id":"nn00441145"}, -{"type":"Feature","properties":{"mag":1.9,"place":"81km WSW of Cantwell, Alaska","time":1394990967000,"updated":1394991737554,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189651","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189651.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189651","ids":",ak11189651,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.77,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 81km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4171,63.0771,93.4]},"id":"ak11189651"}, -{"type":"Feature","properties":{"mag":2.4,"place":"2km SSE of Clearfield, Utah","time":1394989694400,"updated":1395179682016,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059712","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059712.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"uu","code":"60059712","ids":",uu60059712,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.22,"gap":43.2,"magType":"Ml","type":"earthquake","title":"M 2.4 - 2km SSE of Clearfield, Utah"},"geometry":{"type":"Point","coordinates":[-112.0077,41.089,12.8]},"id":"uu60059712"}, -{"type":"Feature","properties":{"mag":1.84,"place":"19km N of Golden Hills, California","time":1394989080030,"updated":1395173567800,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"ci","code":"15476721","ids":",ci15476721,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.09464,"rms":0.17,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.8 - 19km N of Golden Hills, California"},"geometry":{"type":"Point","coordinates":[-118.5325,35.316,5.14]},"id":"ci15476721"}, -{"type":"Feature","properties":{"mag":1.6,"place":"4km SE of Kenai, Alaska","time":1394987909000,"updated":1394988232300,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189647","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189647.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189647","ids":",ak11189647,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 4km SE of Kenai, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1964,60.5244,100]},"id":"ak11189647"}, -{"type":"Feature","properties":{"mag":1,"place":"9km ESE of Mammoth Lakes, California","time":1394987087000,"updated":1395078478179,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186326","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186326.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72186326","ids":",nc72186326,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0,"rms":0.01,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.0 - 9km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.869,37.612,2]},"id":"nc72186326"}, -{"type":"Feature","properties":{"mag":1.6,"place":"8km SSE of Houston, Alaska","time":1394986905000,"updated":1394987425028,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189645","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189645.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189645","ids":",ak11189645,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 8km SSE of Houston, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7435,61.5634,33.9]},"id":"ak11189645"}, -{"type":"Feature","properties":{"mag":1,"place":"8km S of Ridgemark, California","time":1394986676600,"updated":1394995145920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186321","ids":",nc72186321,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.06,"gap":194.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 8km S of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3728,36.7385,8.9]},"id":"nc72186321"}, -{"type":"Feature","properties":{"mag":1.19,"place":"15km ESE of Anza, California","time":1394985659310,"updated":1395173124820,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476705","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476705.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ci","code":"15476705","ids":",ci15476705,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.04347,"rms":0.11,"gap":109,"magType":"ml","type":"earthquake","title":"M 1.2 - 15km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.5178333,33.5153333,14.97]},"id":"ci15476705"}, -{"type":"Feature","properties":{"mag":1,"place":"15km ESE of Anza, California","time":1394985543490,"updated":1395172827777,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476713","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476713.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15476713","ids":",ci15476713,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.04166,"rms":0.1,"gap":165,"magType":"ml","type":"earthquake","title":"M 1.0 - 15km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.516,33.5176667,14.22]},"id":"ci15476713"}, -{"type":"Feature","properties":{"mag":1.13,"place":"3km N of Menifee, California","time":1394985309500,"updated":1395172511680,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476697","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476697.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476697","ids":",ci15476697,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.03487,"rms":0.15,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.1 - 3km N of Menifee, California"},"geometry":{"type":"Point","coordinates":[-117.1451667,33.7611667,17.78]},"id":"ci15476697"}, -{"type":"Feature","properties":{"mag":2.9,"place":"67km N of Tierras Nuevas Poniente, Puerto Rico","time":1394984719000,"updated":1395013669221,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14075006","ids":",pr14075006,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":12,"dmin":0.58929483,"rms":0.2,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.9 - 67km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.5541,19.0706,55]},"id":"pr14075006"}, -{"type":"Feature","properties":{"mag":1.02,"place":"52km NE of Kernville, California","time":1394984447120,"updated":1395172160860,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476689","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476689.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15476689","ids":",ci15476689,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.1635,"rms":0.12,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0566667,36.1245,1.07]},"id":"ci15476689"}, -{"type":"Feature","properties":{"mag":1,"place":"41km NE of Talkeetna, Alaska","time":1394984412000,"updated":1394985684349,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189644","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189644.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11189644","ids":",ak11189644,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 41km NE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5936,62.6115,34.9]},"id":"ak11189644"}, -{"type":"Feature","properties":{"mag":1.8,"place":"8km S of Willow, Alaska","time":1394983812000,"updated":1394984677019,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189640","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189640.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11189640","ids":",ak11189640,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.84,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 8km S of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.0056,61.6697,9.4]},"id":"ak11189640"}, -{"type":"Feature","properties":{"mag":4.6,"place":"13km SW of Sechura, Peru","time":1394983516030,"updated":1395012470053,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndjj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndjj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndjj","ids":",usc000ndjj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":6.328,"rms":0.76,"gap":117,"magType":"mb","type":"earthquake","title":"M 4.6 - 13km SW of Sechura, Peru"},"geometry":{"type":"Point","coordinates":[-80.9124,-5.6335,51.53]},"id":"usc000ndjj"}, -{"type":"Feature","properties":{"mag":4.9,"place":"68km SW of Sukorejo, Indonesia","time":1394981636600,"updated":1394995950000,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndh3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndh3.geojsonp","felt":2,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":370,"net":"us","code":"c000ndh3","ids":",usc000ndh3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.924,"rms":0.85,"gap":68,"magType":"mb","type":"earthquake","title":"M 4.9 - 68km SW of Sukorejo, Indonesia"},"geometry":{"type":"Point","coordinates":[110.9839,-8.7218,76.04]},"id":"usc000ndh3"}, -{"type":"Feature","properties":{"mag":1.1,"place":"28km ENE of Soledad, California","time":1394981505300,"updated":1394982783927,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186276","ids":",nc72186276,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 28km ENE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.0515,36.5585,10.5]},"id":"nc72186276"}, -{"type":"Feature","properties":{"mag":1.51,"place":"23km SSW of Weedpatch, California","time":1394980941200,"updated":1395171961910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476681","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476681.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ci","code":"15476681","ids":",ci15476681,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.1282,"rms":0.13,"gap":93,"magType":"ml","type":"earthquake","title":"M 1.5 - 23km SSW of Weedpatch, California"},"geometry":{"type":"Point","coordinates":[-119.006,35.0383333,21.2]},"id":"ci15476681"}, -{"type":"Feature","properties":{"mag":4.5,"place":"121km NNE of Minab, Iran","time":1394980480030,"updated":1395009454648,"tz":210,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndgq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndgq.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000ndgq","ids":",usc000ndgq,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.417,"rms":0.63,"gap":129,"magType":"mb","type":"earthquake","title":"M 4.5 - 121km NNE of Minab, Iran"},"geometry":{"type":"Point","coordinates":[57.6376,28.1251,10]},"id":"usc000ndgq"}, -{"type":"Feature","properties":{"mag":1.9,"place":"158km SE of McGrath, Alaska","time":1394979519000,"updated":1394980036110,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189557","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189557.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189557","ids":",ak11189557,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 158km SE of McGrath, Alaska"},"geometry":{"type":"Point","coordinates":[-153.432,61.9427,33.7]},"id":"ak11189557"}, -{"type":"Feature","properties":{"mag":1.59,"place":"2km SW of Cobb, California","time":1394977062110,"updated":1394984942772,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186231","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186231.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"nc","code":"72186231","ids":",nc72186231,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.009537,"rms":0.03,"gap":60,"magType":"md","type":"earthquake","title":"M 1.6 - 2km SW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7411652,38.8100014,2.62]},"id":"nc72186231"}, -{"type":"Feature","properties":{"mag":2.3,"place":"42km W of Anchor Point, Alaska","time":1394976936000,"updated":1394977329387,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189482","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189482.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11189482","ids":",ak11189482,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 42km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5893,59.8058,32.4]},"id":"ak11189482"}, -{"type":"Feature","properties":{"mag":4.5,"place":"88km SSW of Puerto Madero, Mexico","time":1394976064730,"updated":1395005025315,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndem","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndem.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000ndem","ids":",usc000ndem,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.226,"rms":0.92,"gap":182,"magType":"mb","type":"earthquake","title":"M 4.5 - 88km SSW of Puerto Madero, Mexico"},"geometry":{"type":"Point","coordinates":[-92.8617,14.0429,33.94]},"id":"usc000ndem"}, -{"type":"Feature","properties":{"mag":2.2,"place":"6km SSE of Moraga, California","time":1394975816700,"updated":1395192127219,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186206","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186206.geojsonp","felt":4,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":75,"net":"nc","code":"72186206","ids":",nc72186206,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.11,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 2.2 - 6km SSE of Moraga, California"},"geometry":{"type":"Point","coordinates":[-122.1068,37.7757,11.2]},"id":"nc72186206"}, -{"type":"Feature","properties":{"mag":2,"place":"10km SW of La Parguera, Puerto Rico","time":1394973569400,"updated":1394974658315,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14075005","ids":",pr14075005,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.08983153,"rms":0.07,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 10km SW of La Parguera, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1095,17.9039,10]},"id":"pr14075005"}, -{"type":"Feature","properties":{"mag":1.2,"place":"24km SE of Yosemite Valley, California","time":1394973127500,"updated":1395090963808,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186201","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186201.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"nc","code":"72186201","ids":",nc72186201,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.14,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.2 - 24km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3562,37.6135,8.2]},"id":"nc72186201"}, -{"type":"Feature","properties":{"mag":1,"place":"5km NW of The Geysers, California","time":1394971898200,"updated":1394976607900,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186181","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186181.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186181","ids":",nc72186181,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.795,38.8175,3]},"id":"nc72186181"}, -{"type":"Feature","properties":{"mag":1.5,"place":"10km E of Mammoth Lakes, California","time":1394971315000,"updated":1394973186729,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186161","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186161.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72186161","ids":",nc72186161,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.05,"gap":147.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 10km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8517,37.6608,5.1]},"id":"nc72186161"}, -{"type":"Feature","properties":{"mag":1.1,"place":"1km NNW of Tieton, Washington","time":1394970455700,"updated":1395084102520,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"uw","code":"60719721","ids":",uw60719721,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.11,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 1km NNW of Tieton, Washington"},"geometry":{"type":"Point","coordinates":[-120.7672,46.7145,9.2]},"id":"uw60719721"}, -{"type":"Feature","properties":{"mag":1.2,"place":"55km SE of Cantwell, Alaska","time":1394969334000,"updated":1394969892630,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189407","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189407.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11189407","ids":",ak11189407,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 55km SE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.0876,63.0801,4.8]},"id":"ak11189407"}, -{"type":"Feature","properties":{"mag":1.8,"place":"21km S of Indios, Puerto Rico","time":1394968625300,"updated":1394988055150,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075007.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"pr","code":"14075007","ids":",pr14075007,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.18595126,"rms":0.1,"gap":298.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 21km S of Indios, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7983,17.8034,16]},"id":"pr14075007"}, -{"type":"Feature","properties":{"mag":4.9,"place":"131km ENE of Lambasa, Fiji","time":1394968524920,"updated":1394997480533,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndcy","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndcy.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndcy","ids":",usc000ndcy,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.935,"rms":1.42,"gap":127,"magType":"mb","type":"earthquake","title":"M 4.9 - 131km ENE of Lambasa, Fiji"},"geometry":{"type":"Point","coordinates":[-179.463,-16.0141,10]},"id":"usc000ndcy"}, -{"type":"Feature","properties":{"mag":1.9,"place":"57km SE of Cantwell, Alaska","time":1394968447000,"updated":1394969395304,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189402","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189402.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189402","ids":",ak11189402,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 57km SE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.0465,63.0727,1.3]},"id":"ak11189402"}, -{"type":"Feature","properties":{"mag":1,"place":"73km NNE of Sutton-Alpine, Alaska","time":1394968199000,"updated":1394968632533,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189401","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189401.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11189401","ids":",ak11189401,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.08,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 73km NNE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.3533,62.4178,42.7]},"id":"ak11189401"}, -{"type":"Feature","properties":{"mag":1.9,"place":"53km S of Redoubt Volcano, Alaska","time":1394966289000,"updated":1394998744253,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189398","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189398.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":56,"net":"ak","code":"11189398","ids":",ak11189398,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.4,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 53km S of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7853,60.0033,87.2]},"id":"ak11189398"}, -{"type":"Feature","properties":{"mag":1.17,"place":"49km SSE of Fallon, Nevada","time":1394963706347,"updated":1395165510000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441141","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441141.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"nn","code":"00441141","ids":",nn00441141,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.345,"rms":0.0868,"gap":137.9,"magType":"ml","type":"earthquake","title":"M 1.2 - 49km SSE of Fallon, Nevada"},"geometry":{"type":"Point","coordinates":[-118.5441,39.0666,8.42]},"id":"nn00441141"}, -{"type":"Feature","properties":{"mag":1.9,"place":"54km NNE of Fort Yukon, Alaska","time":1394961959000,"updated":1394962292251,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189388","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189388.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189388","ids":",ak11189388,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":1.12,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 54km NNE of Fort Yukon, Alaska"},"geometry":{"type":"Point","coordinates":[-144.8782,67.0311,31.1]},"id":"ak11189388"}, -{"type":"Feature","properties":{"mag":1.14,"place":"20km N of China Lake Acres, California","time":1394961249790,"updated":1395171291830,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476657","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476657.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476657","ids":",ci15476657,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.02777,"rms":0.13,"gap":54,"magType":"ml","type":"earthquake","title":"M 1.1 - 20km N of China Lake Acres, California"},"geometry":{"type":"Point","coordinates":[-117.7403333,35.8281667,7.33]},"id":"ci15476657"}, -{"type":"Feature","properties":{"mag":1.6,"place":"48km N of Talkeetna, Alaska","time":1394960365000,"updated":1394961064479,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189323","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189323.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189323","ids":",ak11189323,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 48km N of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.2428,62.7577,79.9]},"id":"ak11189323"}, -{"type":"Feature","properties":{"mag":3.7,"place":"12km ENE of Anthony, Kansas","time":1394959580320,"updated":1395088635095,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd9r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd9r.geojsonp","felt":26,"cdi":4.1,"mmi":4.14,"alert":"green","status":"reviewed","tsunami":null,"sig":221,"net":"us","code":"c000nd9r","ids":",usc000nd9r,","sources":",us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.678,"rms":0.33,"gap":130,"magType":"mwr","type":"earthquake","title":"M 3.7 - 12km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.9001,37.181,2.52]},"id":"usc000nd9r"}, -{"type":"Feature","properties":{"mag":3,"place":"90km W of New Allakaket, Alaska","time":1394958289000,"updated":1394987238938,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189315","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189315.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":138,"net":"ak","code":"11189315","ids":",ak11189315,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.0 - 90km W of New Allakaket, Alaska"},"geometry":{"type":"Point","coordinates":[-154.6777,66.6367,13.4]},"id":"ak11189315"}, -{"type":"Feature","properties":{"mag":2.2,"place":"82km W of Cantwell, Alaska","time":1394957929000,"updated":1394959300300,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189297","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189297.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11189297","ids":",ak11189297,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.99,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 82km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.5802,63.2934,100]},"id":"ak11189297"}, -{"type":"Feature","properties":{"mag":1.4,"place":"11km SW of Corona, California","time":1394957146270,"updated":1395170649360,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476625","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476625.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15476625","ids":",ci15476625,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":46,"dmin":0.02801,"rms":0.17,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.4 - 11km SW of Corona, California"},"geometry":{"type":"Point","coordinates":[-117.6423333,33.7911667,3.96]},"id":"ci15476625"}, -{"type":"Feature","properties":{"mag":1.1,"place":"44km ENE of Y, Alaska","time":1394956238000,"updated":1394957052481,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189255","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189255.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11189255","ids":",ak11189255,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.11,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 44km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0967,62.3561,17.5]},"id":"ak11189255"}, -{"type":"Feature","properties":{"mag":1.2,"place":"6km SSE of Moraga, California","time":1394955391500,"updated":1394968323060,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186106","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186106.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72186106","ids":",nc72186106,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.04491576,"rms":0.03,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 6km SSE of Moraga, California"},"geometry":{"type":"Point","coordinates":[-122.1017,37.7763,11.3]},"id":"nc72186106"}, -{"type":"Feature","properties":{"mag":2.1,"place":"91km W of Cantwell, Alaska","time":1394954605000,"updated":1394998412747,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189244","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189244.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11189244","ids":",ak11189244,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 91km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7407,63.2344,131.4]},"id":"ak11189244"}, -{"type":"Feature","properties":{"mag":2.2,"place":"47km SSE of Redoubt Volcano, Alaska","time":1394954540000,"updated":1394955534479,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189243","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189243.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11189243","ids":",ak11189243,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.79,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 47km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5407,60.0753,88.1]},"id":"ak11189243"}, -{"type":"Feature","properties":{"mag":1.4,"place":"21km NE of Soledad, California","time":1394953664100,"updated":1394962387699,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186101","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186101.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72186101","ids":",nc72186101,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 21km NE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.193,36.584,7.7]},"id":"nc72186101"}, -{"type":"Feature","properties":{"mag":1,"place":"21km NNW of West Richland, Washington","time":1394953560400,"updated":1395096979742,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uw","code":"60719711","ids":",uw60719711,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.08084838,"rms":0.12,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.0 - 21km NNW of West Richland, Washington"},"geometry":{"type":"Point","coordinates":[-119.4328,46.4937,20.9]},"id":"uw60719711"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km N of Willow, Alaska","time":1394953188000,"updated":1394953854064,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189228","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189228.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11189228","ids":",ak11189228,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 3km N of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.0244,61.7806,36.8]},"id":"ak11189228"}, -{"type":"Feature","properties":{"mag":2,"place":"21km S of Tallaboa, Puerto Rico","time":1394952085000,"updated":1394956829198,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14075003","ids":",pr14075003,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.22727377,"rms":0.25,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 21km S of Tallaboa, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7287,17.7966,10]},"id":"pr14075003"}, -{"type":"Feature","properties":{"mag":1.6,"place":"11km SW of Cohoe, Alaska","time":1394950209000,"updated":1394950657219,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189180","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189180.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189180","ids":",ak11189180,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km SW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.431,60.285,89.8]},"id":"ak11189180"}, -{"type":"Feature","properties":{"mag":1.3,"place":"42km ENE of Manley Hot Springs, Alaska","time":1394950151000,"updated":1394996386203,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189178","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189178.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11189178","ids":",ak11189178,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.88,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 42km ENE of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8357,65.1823,1.7]},"id":"ak11189178"}, -{"type":"Feature","properties":{"mag":1.4,"place":"40km ENE of Manley Hot Springs, Alaska","time":1394950091000,"updated":1394950656264,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189177","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189177.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11189177","ids":",ak11189177,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":1,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 40km ENE of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8741,65.1683,7.1]},"id":"ak11189177"}, -{"type":"Feature","properties":{"mag":1.87,"place":"34km WNW of Alamo, Nevada","time":1394950044641,"updated":1395165502000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441139","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441139.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":54,"net":"nn","code":"00441139","ids":",nn00441139,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":9,"dmin":0.374,"rms":0.1453,"gap":115.62,"magType":"ml","type":"earthquake","title":"M 1.9 - 34km WNW of Alamo, Nevada"},"geometry":{"type":"Point","coordinates":[-115.4925,37.5382,0]},"id":"nn00441139"}, -{"type":"Feature","properties":{"mag":1.8,"place":"29km S of Rio Dell, California","time":1394950037500,"updated":1395197170649,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186071","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186071.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72186071","ids":",nc72186071,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.13,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.8 - 29km S of Rio Dell, California"},"geometry":{"type":"Point","coordinates":[-124.1595,40.2367,11.2]},"id":"nc72186071"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1394949066300,"updated":1394955124487,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186061","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186061.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186061","ids":",nc72186061,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8183,38.8168,3]},"id":"nc72186061"}, -{"type":"Feature","properties":{"mag":1.04,"place":"51km NE of Kernville, California","time":1394948481540,"updated":1395169477810,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476609","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476609.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15476609","ids":",ci15476609,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1629,"rms":0.12,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0553333,36.1048333,0.01]},"id":"ci15476609"}, -{"type":"Feature","properties":{"mag":4.8,"place":"146km SSE of Ndoi Island, Fiji","time":1394948082090,"updated":1394977029982,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd65","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd65.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nd65","ids":",usc000nd65,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.493,"rms":0.73,"gap":120,"magType":"mb","type":"earthquake","title":"M 4.8 - 146km SSE of Ndoi Island, Fiji"},"geometry":{"type":"Point","coordinates":[-177.955,-21.7715,348.76]},"id":"usc000nd65"}, -{"type":"Feature","properties":{"mag":2.7,"place":"41km NNW of Charlotte Amalie, U.S. Virgin Islands","time":1394948013400,"updated":1394976960989,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14075002","ids":",pr14075002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.35663117,"rms":0.36,"gap":288,"magType":"Md","type":"earthquake","title":"M 2.7 - 41km NNW of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-65.0158,18.7061,2]},"id":"pr14075002"}, -{"type":"Feature","properties":{"mag":4.4,"place":"10km NNE of Kyzyl-Suu, Kyrgyzstan","time":1394947933800,"updated":1394976891883,"tz":360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd5z","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd5z.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nd5z","ids":",usc000nd5z,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.564,"rms":0.94,"gap":71,"magType":"mb","type":"earthquake","title":"M 4.4 - 10km NNE of Kyzyl-Suu, Kyrgyzstan"},"geometry":{"type":"Point","coordinates":[78.0518,42.4259,23.12]},"id":"usc000nd5z"}, -{"type":"Feature","properties":{"mag":3.3,"place":"133km NNE of Road Town, British Virgin Islands","time":1394947589500,"updated":1394976536556,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":168,"net":"pr","code":"14075001","ids":",pr14075001,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":1.19565764,"rms":0.18,"gap":309.6,"magType":"Md","type":"earthquake","title":"M 3.3 - 133km NNE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.2498,19.5676,43]},"id":"pr14075001"}, -{"type":"Feature","properties":{"mag":1.1,"place":"45km ENE of Y, Alaska","time":1394947144000,"updated":1394947829851,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189122","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189122.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11189122","ids":",ak11189122,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 45km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1252,62.3832,41.6]},"id":"ak11189122"}, -{"type":"Feature","properties":{"mag":1.9,"place":"8km SE of Pole Ojea, Puerto Rico","time":1394945626700,"updated":1394958872766,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"pr","code":"14075004","ids":",pr14075004,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.09252647,"rms":0.25,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 1.9 - 8km SE of Pole Ojea, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1286,17.915,9]},"id":"pr14075004"}, -{"type":"Feature","properties":{"mag":1.2,"place":"126km W of Cantwell, Alaska","time":1394944899000,"updated":1394945448997,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189113","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189113.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11189113","ids":",ak11189113,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.09,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 126km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4899,63.4041,6.2]},"id":"ak11189113"}, -{"type":"Feature","properties":{"mag":2,"place":"21km S of Tallaboa, Puerto Rico","time":1394944608400,"updated":1394945974078,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14075000","ids":",pr14075000,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.22637545,"rms":0.27,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 21km S of Tallaboa, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7289,17.7989,9]},"id":"pr14075000"}, -{"type":"Feature","properties":{"mag":1.62,"place":"16km ENE of Nellis Air Force Base, Nevada","time":1394944110596,"updated":1394944252000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":40,"net":"nn","code":"00441137","ids":",nn00441137,","sources":",nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.988,"rms":null,"gap":290.16,"magType":"ml","type":"earthquake","title":"M 1.6 - 16km ENE of Nellis Air Force Base, Nevada"},"geometry":{"type":"Point","coordinates":[-114.8836,36.2907,0]},"id":"nn00441137"}, -{"type":"Feature","properties":{"mag":1.1,"place":"106km W of Cantwell, Alaska","time":1394943535000,"updated":1394944206622,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189108","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189108.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11189108","ids":",ak11189108,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 106km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.064,63.4995,7]},"id":"ak11189108"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km E of Old Faithful Geyser, Wyoming","time":1394942765600,"updated":1395179006932,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059657","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059657.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"uu","code":"60059657","ids":",uu60059657,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":100.8,"magType":"Ml","type":"earthquake","title":"M 1.1 - 23km E of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.5398,44.4482,3.5]},"id":"uu60059657"}, -{"type":"Feature","properties":{"mag":1.57,"place":"23km ENE of Barstow, California","time":1394942103160,"updated":1395169337334,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":38,"net":"ci","code":"15476601","ids":",ci15476601,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.1596,"rms":0.17,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.6 - 23km ENE of Barstow, California"},"geometry":{"type":"Point","coordinates":[-116.7735,34.9548333,2.04]},"id":"ci15476601"}, -{"type":"Feature","properties":{"mag":2.3,"place":"30km NE of New Allakaket, Alaska","time":1394942068000,"updated":1394942723489,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189067","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189067.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11189067","ids":",ak11189067,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.99,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 30km NE of New Allakaket, Alaska"},"geometry":{"type":"Point","coordinates":[-152.1266,66.7268,0.9]},"id":"ak11189067"}, -{"type":"Feature","properties":{"mag":1.62,"place":"9km S of Idyllwild, California","time":1394941970220,"updated":1395168746210,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476593","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476593.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"ci","code":"15476593","ids":",ci15476593,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":48,"dmin":0.05097,"rms":0.12,"gap":35,"magType":"ml","type":"earthquake","title":"M 1.6 - 9km S of Idyllwild, California"},"geometry":{"type":"Point","coordinates":[-116.7313333,33.6516667,16.55]},"id":"ci15476593"}, -{"type":"Feature","properties":{"mag":4,"place":"78km W of Bayview, California","time":1394941569700,"updated":1395042304550,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186031","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186031.geojsonp","felt":10,"cdi":2.7,"mmi":2.67,"alert":"green","status":"REVIEWED","tsunami":null,"sig":249,"net":"nc","code":"72186031","ids":",nc72186031,usc000nd4t,","sources":",nc,us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":0.646787,"rms":0.17,"gap":255.6,"magType":"Mw","type":"earthquake","title":"M 4.0 - 78km W of Bayview, California"},"geometry":{"type":"Point","coordinates":[-125.0218,40.8585,24.4]},"id":"nc72186031"}, -{"type":"Feature","properties":{"mag":1.4,"place":"83km WSW of Cantwell, Alaska","time":1394941278000,"updated":1394949297888,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189059","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189059.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11189059","ids":",ak11189059,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 83km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.5592,63.1927,117.2]},"id":"ak11189059"}, -{"type":"Feature","properties":{"mag":1.69,"place":"1km S of Vincent, California","time":1394940954240,"updated":1395168255460,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476585","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476585.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ci","code":"15476585","ids":",ci15476585,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":43,"dmin":0.08251,"rms":0.18,"gap":37,"magType":"ml","type":"earthquake","title":"M 1.7 - 1km S of Vincent, California"},"geometry":{"type":"Point","coordinates":[-118.115,34.4846667,13.04]},"id":"ci15476585"}, -{"type":"Feature","properties":{"mag":2.5,"place":"1km S of Guthrie, Oklahoma","time":1394939858430,"updated":1395004840557,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd4e","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd4e.geojsonp","felt":2,"cdi":2.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":97,"net":"us","code":"c000nd4e","ids":",usc000nd4e,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.07,"rms":1.13,"gap":73,"magType":"mb_lg","type":"earthquake","title":"M 2.5 - 1km S of Guthrie, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.4222,35.8616,2.77]},"id":"usc000nd4e"}, -{"type":"Feature","properties":{"mag":2.1,"place":"44km N of Circle, ","time":1394937258000,"updated":1394937784640,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189035","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189035.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11189035","ids":",ak11189035,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 44km N of Circle, "},"geometry":{"type":"Point","coordinates":[-143.9299,66.2249,0.1]},"id":"ak11189035"}, -{"type":"Feature","properties":{"mag":1.5,"place":"56km NW of Cape Yakataga, Alaska","time":1394937080000,"updated":1394937783719,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189032","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189032.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11189032","ids":",ak11189032,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.24,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 56km NW of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-143.0955,60.4534,9.3]},"id":"ak11189032"}, -{"type":"Feature","properties":{"mag":1.7,"place":"51km NE of Chitina, Alaska","time":1394936722000,"updated":1394937182004,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189024","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189024.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11189024","ids":",ak11189024,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 51km NE of Chitina, Alaska"},"geometry":{"type":"Point","coordinates":[-143.7167,61.8257,7.2]},"id":"ak11189024"}, -{"type":"Feature","properties":{"mag":4,"place":"59km SE of Akutan, Alaska","time":1394936689930,"updated":1394948053946,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd3l","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd3l.geojsonp","felt":1,"cdi":2.2,"mmi":2.44,"alert":null,"status":"reviewed","tsunami":null,"sig":246,"net":"us","code":"c000nd3l","ids":",usc000nd3l,ak11189021,","sources":",us,ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.532,"rms":0.51,"gap":183,"magType":"mb","type":"earthquake","title":"M 4.0 - 59km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-165.1528,53.7498,56.81]},"id":"usc000nd3l"}, -{"type":"Feature","properties":{"mag":1.8,"place":"47km NNE of Old Faithful Geyser, Wyoming","time":1394936499200,"updated":1395178996917,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059647","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059647.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uu","code":"60059647","ids":",uu60059647,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.11678099,"rms":0.14,"gap":122.4,"magType":"Ml","type":"earthquake","title":"M 1.8 - 47km NNE of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.5333,44.8318,7.1]},"id":"uu60059647"}, -{"type":"Feature","properties":{"mag":1.2,"place":"53km NE of Sutton-Alpine, Alaska","time":1394936358000,"updated":1394937181064,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189019","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189019.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11189019","ids":",ak11189019,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 53km NE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.1083,62.1282,32.7]},"id":"ak11189019"}, -{"type":"Feature","properties":{"mag":1.9,"place":"4km WNW of The Geysers, California","time":1394936190100,"updated":1395193810369,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186006.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72186006","ids":",nc72186006,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":36,"magType":"Md","type":"earthquake","title":"M 1.9 - 4km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.808,38.7925,3.5]},"id":"nc72186006"}, -{"type":"Feature","properties":{"mag":1.2,"place":"109km NW of Talkeetna, Alaska","time":1394931699000,"updated":1394932083255,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188995","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188995.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11188995","ids":",ak11188995,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.03,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 109km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5442,63.0525,14.1]},"id":"ak11188995"}, -{"type":"Feature","properties":{"mag":5,"place":"133km NNE of Dili, East Timor","time":1394931615040,"updated":1394960568435,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd2z","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd2z.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nd2z","ids":",usc000nd2z,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.894,"rms":1.04,"gap":40,"magType":"mb","type":"earthquake","title":"M 5.0 - 133km NNE of Dili, East Timor"},"geometry":{"type":"Point","coordinates":[126.0522,-7.446,433.91]},"id":"usc000nd2z"}, -{"type":"Feature","properties":{"mag":1.1,"place":"9km ENE of West Yellowstone, Montana","time":1394930260600,"updated":1395178931880,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059637","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059637.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"uu","code":"60059637","ids":",uu60059637,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.02694946,"rms":0.15,"gap":68.4,"magType":"Ml","type":"earthquake","title":"M 1.1 - 9km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.9862,44.6937,6.3]},"id":"uu60059637"}, -{"type":"Feature","properties":{"mag":1.4,"place":"1km NW of San Bernardino, California","time":1394930023240,"updated":1395167581750,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15476561","ids":",ci15476561,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":57,"dmin":0.01574,"rms":0.17,"gap":43,"magType":"ml","type":"earthquake","title":"M 1.4 - 1km NW of San Bernardino, California"},"geometry":{"type":"Point","coordinates":[-117.2985,34.1143333,8.28]},"id":"ci15476561"}, -{"type":"Feature","properties":{"mag":1.04,"place":"5km WNW of The Geysers, California","time":1394929550990,"updated":1394932442371,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185951","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185951.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":17,"net":"nc","code":"72185951","ids":",nc72185951,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.014,"rms":0.02,"gap":117,"magType":"md","type":"earthquake","title":"M 1.0 - 5km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8111649,38.8008347,3.36]},"id":"nc72185951"}, -{"type":"Feature","properties":{"mag":2.1,"place":"28km ENE of West Yellowstone, Montana","time":1394929400800,"updated":1395178866859,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059627","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059627.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"uu","code":"60059627","ids":",uu60059627,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.11,"gap":86.4,"magType":"Ml","type":"earthquake","title":"M 2.1 - 28km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7693,44.7503,9]},"id":"uu60059627"}, -{"type":"Feature","properties":{"mag":4.7,"place":"258km E of Vostok, Russia","time":1394928500280,"updated":1394957456899,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd1k","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd1k.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nd1k","ids":",usc000nd1k,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.748,"rms":1.29,"gap":129,"magType":"mb","type":"earthquake","title":"M 4.7 - 258km E of Vostok, Russia"},"geometry":{"type":"Point","coordinates":[152.3497,48.4711,141.45]},"id":"usc000nd1k"}, -{"type":"Feature","properties":{"mag":3,"place":"79km WNW of Ferndale, California","time":1394928267300,"updated":1395117304030,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185946","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185946.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"nc","code":"72185946","ids":",nc72185946,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.70068592,"rms":0.17,"gap":255.6,"magType":"Ml","type":"earthquake","title":"M 3.0 - 79km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.1607,40.7838,23.5]},"id":"nc72185946"}, -{"type":"Feature","properties":{"mag":6.3,"place":"6km W of Sechura, Peru","time":1394927490610,"updated":1395165138000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd0c","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd0c.geojsonp","felt":22,"cdi":7.2,"mmi":7.02,"alert":"yellow","status":"reviewed","tsunami":null,"sig":626,"net":"us","code":"c000nd0c","ids":",usc000nd0c,gcmt20140315235130,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":6.253,"rms":1,"gap":90,"magType":"mwp","type":"earthquake","title":"M 6.3 - 6km W of Sechura, Peru"},"geometry":{"type":"Point","coordinates":[-80.879,-5.566,9.8]},"id":"usc000nd0c"}, -{"type":"Feature","properties":{"mag":1.5,"place":"21km W of Volcano, Hawaii","time":1394927301500,"updated":1395191743090,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656746","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656746.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"hv","code":"60656746","ids":",hv60656746,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.13,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 21km W of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.4378,19.4653,7.9]},"id":"hv60656746"}, -{"type":"Feature","properties":{"mag":2.2,"place":"2km SW of Navy Yard City, Washington","time":1394927144900,"updated":1395095395457,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719606","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719606.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":75,"net":"uw","code":"60719606","ids":",uw60719606,","sources":",uw,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.18,"gap":54,"magType":"Ml","type":"earthquake","title":"M 2.2 - 2km SW of Navy Yard City, Washington"},"geometry":{"type":"Point","coordinates":[-122.686,47.5405,22.5]},"id":"uw60719606"}, -{"type":"Feature","properties":{"mag":1.8,"place":"93km W of Cantwell, Alaska","time":1394926334000,"updated":1394927170196,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188867","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188867.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11188867","ids":",ak11188867,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 93km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8095,63.4831,11.4]},"id":"ak11188867"}, -{"type":"Feature","properties":{"mag":1.4,"place":"61km SW of Deltana, Alaska","time":1394926188000,"updated":1394926588392,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188866","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188866.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11188866","ids":",ak11188866,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 61km SW of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1082,63.4893,4.3]},"id":"ak11188866"}, -{"type":"Feature","properties":{"mag":2.8,"place":"3km NNE of Hydesville, California","time":1394926023900,"updated":1395046622322,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185936","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185936.geojsonp","felt":20,"cdi":2.7,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":126,"net":"nc","code":"72185936","ids":",nc72185936,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.16169675,"rms":0.1,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 2.8 - 3km NNE of Hydesville, California"},"geometry":{"type":"Point","coordinates":[-124.0863,40.5812,18.4]},"id":"nc72185936"}, -{"type":"Feature","properties":{"mag":4.3,"place":"31km WSW of La Libertad, El Salvador","time":1394925969790,"updated":1394954916598,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nczj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nczj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nczj","ids":",usc000nczj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.464,"rms":1.47,"gap":114,"magType":"mb","type":"earthquake","title":"M 4.3 - 31km WSW of La Libertad, El Salvador"},"geometry":{"type":"Point","coordinates":[-89.5955,13.3839,68.93]},"id":"usc000nczj"}, -{"type":"Feature","properties":{"mag":1,"place":"67km ESE of Cantwell, Alaska","time":1394925879000,"updated":1394926587468,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188865.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11188865","ids":",ak11188865,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.21,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 67km ESE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.775,63.0953,7.2]},"id":"ak11188865"}, -{"type":"Feature","properties":{"mag":4.8,"place":"Mid-Indian Ridge","time":1394925730670,"updated":1394954684964,"tz":240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncz8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncz8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000ncz8","ids":",usc000ncz8,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":12.055,"rms":0.84,"gap":58,"magType":"mb","type":"earthquake","title":"M 4.8 - Mid-Indian Ridge"},"geometry":{"type":"Point","coordinates":[66.1115,-14.2224,10]},"id":"usc000ncz8"}, -{"type":"Feature","properties":{"mag":1.4,"place":"45km ENE of Y, Alaska","time":1394925185000,"updated":1394926299547,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188862","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188862.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11188862","ids":",ak11188862,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.12,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 45km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0954,62.362,16.2]},"id":"ak11188862"}, -{"type":"Feature","properties":{"mag":1.51,"place":"2km E of San Antonio Heights, California","time":1394924456160,"updated":1395166909310,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476537","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476537.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ci","code":"15476537","ids":",ci15476537,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":45,"dmin":0.03186,"rms":0.12,"gap":55,"magType":"ml","type":"earthquake","title":"M 1.5 - 2km E of San Antonio Heights, California"},"geometry":{"type":"Point","coordinates":[-117.6295,34.1518333,12.41]},"id":"ci15476537"}, -{"type":"Feature","properties":{"mag":4.7,"place":"42km SSE of Antofagasta, Chile","time":1394924130820,"updated":1394931791307,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncy2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncy2.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ncy2","ids":",usc000ncy2,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.571,"rms":0.95,"gap":135,"magType":"mb","type":"earthquake","title":"M 4.7 - 42km SSE of Antofagasta, Chile"},"geometry":{"type":"Point","coordinates":[-70.1812,-23.9731,52.82]},"id":"usc000ncy2"}, -{"type":"Feature","properties":{"mag":3.1,"place":"86km SW of Atka, Alaska","time":1394921608000,"updated":1394950562233,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188760","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188760.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11188760","ids":",ak11188760,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 86km SW of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-175.1503,51.6866,20]},"id":"ak11188760"}, -{"type":"Feature","properties":{"mag":1.4,"place":"6km S of Big Lake, Alaska","time":1394921373000,"updated":1394926012975,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188757","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188757.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11188757","ids":",ak11188757,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 6km S of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-149.944,61.4652,19.3]},"id":"ak11188757"}, -{"type":"Feature","properties":{"mag":1.1,"place":"8km NW of The Geysers, California","time":1394919909500,"updated":1394922726251,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185896","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185896.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72185896","ids":",nc72185896,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8358,38.8243,0.6]},"id":"nc72185896"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km S of Princeton, Canada","time":1394918605000,"updated":1395094444041,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"uw","code":"60719561","ids":",uw60719561,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.58390493,"rms":0.24,"gap":205.2,"magType":"Md","type":"quarry","title":"M 1.5 Quarry Blast - 7km S of Princeton, Canada"},"geometry":{"type":"Point","coordinates":[-120.5043,49.3942,0]},"id":"uw60719561"}, -{"type":"Feature","properties":{"mag":2.3,"place":"6km WNW of Cobb, California","time":1394917618400,"updated":1395126611306,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185861.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"nc","code":"72185861","ids":",nc72185861,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.3 - 6km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7993,38.837,2]},"id":"nc72185861"}, -{"type":"Feature","properties":{"mag":2.63,"place":"20km W of Delta, Mexico","time":1394917448530,"updated":1395079246071,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476513","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476513.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":106,"net":"ci","code":"15476513","ids":",ci15476513,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.122,"rms":0.2,"gap":186,"magType":"ml","type":"earthquake","title":"M 2.6 - 20km W of Delta, Mexico"},"geometry":{"type":"Point","coordinates":[-115.4128333,32.3383333,9.03]},"id":"ci15476513"}, -{"type":"Feature","properties":{"mag":1.7,"place":"89km NNW of Nikiski, Alaska","time":1394917028000,"updated":1394917935677,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188664","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188664.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11188664","ids":",ak11188664,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.93,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 89km NNW of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7117,61.469,79.6]},"id":"ak11188664"}, -{"type":"Feature","properties":{"mag":2.12,"place":"3km N of Hollister, California","time":1394917012720,"updated":1395117304032,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185856","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185856.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":69,"net":"nc","code":"72185856","ids":",nc72185856,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":70,"dmin":0.007006,"rms":0.07,"gap":31,"magType":"md","type":"earthquake","title":"M 2.1 - 3km N of Hollister, California"},"geometry":{"type":"Point","coordinates":[-121.3986667,36.8861667,9.5]},"id":"nc72185856"}, -{"type":"Feature","properties":{"mag":3.5,"place":"79km NNW of Chirikof Island, Alaska","time":1394916705000,"updated":1394945656221,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188655","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188655.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":188,"net":"ak","code":"11188655","ids":",ak11188655,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.5 - 79km NNW of Chirikof Island, Alaska"},"geometry":{"type":"Point","coordinates":[-156.0445,56.4999,69.9]},"id":"ak11188655"}, -{"type":"Feature","properties":{"mag":4.5,"place":"92km SW of Atka, Alaska","time":1394916306000,"updated":1394923753362,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188650","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188650.geojsonp","felt":1,"cdi":2,"mmi":2.86,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"ak","code":"11188650","ids":",ak11188650,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,shakemap,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 4.5 - 92km SW of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-175.1276,51.5958,26]},"id":"ak11188650"}, -{"type":"Feature","properties":{"mag":1.2,"place":"19km SSE of Honaunau-Napoopoo, Hawaii","time":1394916268800,"updated":1395187780863,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"hv","code":"60656576","ids":",hv60656576,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.14,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.2 - 19km SSE of Honaunau-Napoopoo, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.8055,19.2907,15.9]},"id":"hv60656576"}, -{"type":"Feature","properties":{"mag":4.7,"place":"122km NW of Iquique, Chile","time":1394914464990,"updated":1394943411438,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncsg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncsg.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ncsg","ids":",usc000ncsg,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.277,"rms":1.15,"gap":96,"magType":"mwr","type":"earthquake","title":"M 4.7 - 122km NW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.9658,-19.4336,9.63]},"id":"usc000ncsg"}, -{"type":"Feature","properties":{"mag":4.9,"place":"69km SSE of Taitung City, Taiwan","time":1394913875460,"updated":1394942831340,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncrv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncrv.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ncrv","ids":",usc000ncrv,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.705,"rms":1.21,"gap":94,"magType":"mwr","type":"earthquake","title":"M 4.9 - 69km SSE of Taitung City, Taiwan"},"geometry":{"type":"Point","coordinates":[121.4229,22.1842,13.18]},"id":"usc000ncrv"}, -{"type":"Feature","properties":{"mag":2.9,"place":"49km S of Estacion Coahuila, Mexico","time":1394913790300,"updated":1395180422590,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476505","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476505.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ci","code":"15476505","ids":",ci15476505,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":4,"dmin":0.7091,"rms":0.51,"gap":187,"magType":"ml","type":"earthquake","title":"M 2.9 - 49km S of Estacion Coahuila, Mexico"},"geometry":{"type":"Point","coordinates":[-115.0265,31.749,1.22]},"id":"ci15476505"}, -{"type":"Feature","properties":{"mag":2.7,"place":"73km N of Isabela, Puerto Rico","time":1394913101100,"updated":1394942061209,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074010","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074010.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14074010","ids":",pr14074010,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.70607581,"rms":0.37,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 2.7 - 73km N of Isabela, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9162,19.1537,12]},"id":"pr14074010"}, -{"type":"Feature","properties":{"mag":1,"place":"10km WNW of The Geysers, California","time":1394911641400,"updated":1394913123737,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185831","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185831.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185831","ids":",nc72185831,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.02,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8558,38.8238,3]},"id":"nc72185831"}, -{"type":"Feature","properties":{"mag":3,"place":"20km SSE of Medford, Oklahoma","time":1394911625160,"updated":1394949265000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd3w","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd3w.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":138,"net":"us","code":"c000nd3w","ids":",usc000nd3w,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.0 - 20km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.669,36.632,5]},"id":"usc000nd3w"}, -{"type":"Feature","properties":{"mag":1.9,"place":"12km W of Humboldt Hill, California","time":1394911457500,"updated":1395186245843,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185826","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185826.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185826","ids":",nc72185826,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.24254513,"rms":0.14,"gap":230.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 12km W of Humboldt Hill, California"},"geometry":{"type":"Point","coordinates":[-124.3378,40.7458,13.4]},"id":"nc72185826"}, -{"type":"Feature","properties":{"mag":2.4,"place":"31km NE of New Allakaket, Alaska","time":1394911435000,"updated":1394940387060,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188559","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188559.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":89,"net":"ak","code":"11188559","ids":",ak11188559,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.88,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 31km NE of New Allakaket, Alaska"},"geometry":{"type":"Point","coordinates":[-152.1264,66.7362,1.6]},"id":"ak11188559"}, -{"type":"Feature","properties":{"mag":3.2,"place":"21km E of Amatignak Island, Alaska","time":1394911178000,"updated":1394940123991,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188557","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188557.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11188557","ids":",ak11188557,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 21km E of Amatignak Island, Alaska"},"geometry":{"type":"Point","coordinates":[-178.799,51.2806,28.3]},"id":"ak11188557"}, -{"type":"Feature","properties":{"mag":2.9,"place":"19km SSE of Medford, Oklahoma","time":1394910901430,"updated":1394948278379,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncvg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncvg.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"us","code":"c000ncvg","ids":",usc000ncvg,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 19km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.679,36.636,6.7]},"id":"usc000ncvg"}, -{"type":"Feature","properties":{"mag":2.8,"place":"19km SSE of Medford, Oklahoma","time":1394910733200,"updated":1394947612000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncv8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncv8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"us","code":"c000ncv8","ids":",usc000ncv8,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.81,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 19km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.669,36.637,4.8]},"id":"usc000ncv8"}, -{"type":"Feature","properties":{"mag":2.5,"place":"65km SSE of Tanaga Volcano, Alaska","time":1394910351000,"updated":1394939300278,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188543","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188543.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11188543","ids":",ak11188543,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 65km SSE of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-177.78,51.3391,21.8]},"id":"ak11188543"}, -{"type":"Feature","properties":{"mag":1.94,"place":"4km SE of Loma Linda, California","time":1394909643790,"updated":1395178898710,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476497","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476497.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":58,"net":"ci","code":"15476497","ids":",ci15476497,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":45,"dmin":0.08952,"rms":0.21,"gap":39,"magType":"ml","type":"earthquake","title":"M 1.9 - 4km SE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.2333333,34.018,19.27]},"id":"ci15476497"}, -{"type":"Feature","properties":{"mag":2.9,"place":"20km SSE of Medford, Oklahoma","time":1394909318860,"updated":1395154936000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncmx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncmx.geojsonp","felt":2,"cdi":3.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":130,"net":"us","code":"c000ncmx","ids":",usc000ncmx,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.94,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 20km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.669,36.631,5]},"id":"usc000ncmx"}, -{"type":"Feature","properties":{"mag":1.94,"place":"12km N of Castaic, California","time":1394908925670,"updated":1395177363521,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476489","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476489.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":58,"net":"ci","code":"15476489","ids":",ci15476489,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":36,"dmin":0.0689,"rms":0.21,"gap":34,"magType":"ml","type":"earthquake","title":"M 1.9 - 12km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6423333,34.5981667,9.54]},"id":"ci15476489"}, -{"type":"Feature","properties":{"mag":2.04,"place":"45km NE of Ensenada, Mexico","time":1394905746040,"updated":1395176578429,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476473","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476473.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":64,"net":"ci","code":"15476473","ids":",ci15476473,","sources":",ci,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.3118,"rms":0.16,"gap":173,"magType":"ml","type":"earthquake","title":"M 2.0 - 45km NE of Ensenada, Mexico"},"geometry":{"type":"Point","coordinates":[-116.3226667,32.1953333,20.63]},"id":"ci15476473"}, -{"type":"Feature","properties":{"mag":1.2,"place":"28km ENE of Soledad, California","time":1394904564300,"updated":1394913123738,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185761","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185761.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72185761","ids":",nc72185761,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.06,"gap":147.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 28km ENE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.0575,36.5658,9.5]},"id":"nc72185761"}, -{"type":"Feature","properties":{"mag":1.13,"place":"8km S of Idyllwild-Pine Cove, California","time":1394903580380,"updated":1395173923062,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476465","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476465.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476465","ids":",ci15476465,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.04178,"rms":0.06,"gap":93,"magType":"ml","type":"earthquake","title":"M 1.1 - 8km S of Idyllwild-Pine Cove, California"},"geometry":{"type":"Point","coordinates":[-116.7238333,33.6668333,16.54]},"id":"ci15476465"}, -{"type":"Feature","properties":{"mag":2.8,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394903408600,"updated":1395154080000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14074009","ids":",pr14074009,usc000nckn,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":9,"dmin":0.62522744,"rms":0.1,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.8 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4645,19.1035,23]},"id":"pr14074009"}, -{"type":"Feature","properties":{"mag":1.1,"place":"6km NW of The Geysers, California","time":1394903330500,"updated":1394905024010,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185756","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185756.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72185756","ids":",nc72185756,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.816,38.8153,2.9]},"id":"nc72185756"}, -{"type":"Feature","properties":{"mag":2,"place":"10km SSW of Volcano, Hawaii","time":1394903155600,"updated":1394903354590,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656471","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656471.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":62,"net":"hv","code":"60656471","ids":",hv60656471,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.19,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 10km SSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.26,19.3368,35.5]},"id":"hv60656471"}, -{"type":"Feature","properties":{"mag":1.36,"place":"18km N of Golden Hills, California","time":1394902395150,"updated":1395173312987,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476457","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476457.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15476457","ids":",ci15476457,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.0644,"rms":0.04,"gap":109,"magType":"ml","type":"earthquake","title":"M 1.4 - 18km N of Golden Hills, California"},"geometry":{"type":"Point","coordinates":[-118.497,35.3075,7.1]},"id":"ci15476457"}, -{"type":"Feature","properties":{"mag":1.1,"place":"39km WNW of Anchor Point, Alaska","time":1394901668000,"updated":1394902006722,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188373","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188373.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11188373","ids":",ak11188373,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 39km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.429,59.9581,43.8]},"id":"ak11188373"}, -{"type":"Feature","properties":{"mag":1.16,"place":"12km N of Castaic, California","time":1394901357200,"updated":1395173197953,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476449","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476449.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15476449","ids":",ci15476449,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":13,"dmin":0.07004,"rms":0.14,"gap":151,"magType":"ml","type":"earthquake","title":"M 1.2 - 12km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6401667,34.601,7.65]},"id":"ci15476449"}, -{"type":"Feature","properties":{"mag":1.7,"place":"6km E of Hidden Valley Lake, California","time":1394900610900,"updated":1394909943038,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185731","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185731.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":44,"net":"nc","code":"72185731","ids":",nc72185731,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.07,"gap":162,"magType":"Md","type":"earthquake","title":"M 1.7 - 6km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.479,38.8023,8.5]},"id":"nc72185731"}, -{"type":"Feature","properties":{"mag":1.37,"place":"11km NNW of Castaic, California","time":1394900184840,"updated":1395173007910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476441","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476441.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":29,"net":"ci","code":"15476441","ids":",ci15476441,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.06314,"rms":0.06,"gap":173,"magType":"ml","type":"earthquake","title":"M 1.4 - 11km NNW of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6528333,34.5901667,10.77]},"id":"ci15476441"}, -{"type":"Feature","properties":{"mag":1.7,"place":"112km NE of Cape Yakataga, Alaska","time":1394900149000,"updated":1394900687525,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188302","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188302.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11188302","ids":",ak11188302,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 112km NE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.7808,60.6578,19]},"id":"ak11188302"}, -{"type":"Feature","properties":{"mag":1.9,"place":"61km N of Nikiski, Alaska","time":1394898113000,"updated":1394898742113,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188295","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188295.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11188295","ids":",ak11188295,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 61km N of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1407,61.2401,71.5]},"id":"ak11188295"}, -{"type":"Feature","properties":{"mag":1.6,"place":"30km NE of Delta Junction, Alaska","time":1394897653000,"updated":1394898410730,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188238","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188238.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11188238","ids":",ak11188238,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.94,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 30km NE of Delta Junction, Alaska"},"geometry":{"type":"Point","coordinates":[-145.3409,64.2518,0.9]},"id":"ak11188238"}, -{"type":"Feature","properties":{"mag":1.71,"place":"12km N of Castaic, California","time":1394897363840,"updated":1395172827782,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476433","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476433.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":45,"net":"ci","code":"15476433","ids":",ci15476433,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.07191,"rms":0.14,"gap":61,"magType":"ml","type":"earthquake","title":"M 1.7 - 12km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6375,34.6026667,8.8]},"id":"ci15476433"}, -{"type":"Feature","properties":{"mag":1.58,"place":"11km N of Castaic, California","time":1394897155070,"updated":1395172402719,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476425","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476425.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":38,"net":"ci","code":"15476425","ids":",ci15476425,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.0656,"rms":0.12,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.648,34.5938333,9.95]},"id":"ci15476425"}, -{"type":"Feature","properties":{"mag":1.8,"place":"13km WSW of Anchor Point, Alaska","time":1394896605000,"updated":1394897018685,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188231","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188231.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11188231","ids":",ak11188231,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 13km WSW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.0582,59.7362,19.6]},"id":"ak11188231"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km NNW of The Geysers, California","time":1394896538400,"updated":1394906707144,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185711","ids":",nc72185711,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.6 - 1km NNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7623,38.7873,1.3]},"id":"nc72185711"}, -{"type":"Feature","properties":{"mag":3.92,"place":"13km N of Castaic, California","time":1394896339860,"updated":1395124616252,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476409","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476409.geojsonp","felt":92,"cdi":3.7,"mmi":4.98,"alert":null,"status":"reviewed","tsunami":null,"sig":270,"net":"ci","code":"15476409","ids":",ci15476409,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":125,"dmin":0.07616,"rms":0.36,"gap":15,"magType":"ml","type":"earthquake","title":"M 3.9 - 13km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6311667,34.6138333,8.96]},"id":"ci15476409"}, -{"type":"Feature","properties":{"mag":1.7,"place":"40km WSW of Cohoe, Alaska","time":1394896135000,"updated":1394903060128,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188225","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188225.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11188225","ids":",ak11188225,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 40km WSW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.9619,60.2054,68]},"id":"ak11188225"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km N of The Geysers, California","time":1394895909600,"updated":1394904072277,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185691","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185691.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185691","ids":",nc72185691,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.6 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7573,38.7937,1.6]},"id":"nc72185691"}, -{"type":"Feature","properties":{"mag":1.6,"place":"110km NW of Talkeetna, Alaska","time":1394895395000,"updated":1394896685700,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188216.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11188216","ids":",ak11188216,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.65,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 110km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4686,63.0994,6.9]},"id":"ak11188216"}, -{"type":"Feature","properties":{"mag":1.8,"place":"32km SSW of Ferndale, California","time":1394895134300,"updated":1395197476261,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72185721","ids":",nc72185721,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.09881468,"rms":0.09,"gap":244.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 32km SSW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.411,40.3013,11.3]},"id":"nc72185721"}, -{"type":"Feature","properties":{"mag":2.1,"place":"60km WNW of Valdez, Alaska","time":1394894965000,"updated":1394896068290,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188212","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188212.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11188212","ids":",ak11188212,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 60km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4096,61.3213,14.1]},"id":"ak11188212"}, -{"type":"Feature","properties":{"mag":5.4,"place":"35km WSW of Santa Cruz, Chile","time":1394894787750,"updated":1395151063000,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nchd","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nchd.geojsonp","felt":35,"cdi":4.6,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":465,"net":"us","code":"c000nchd","ids":",usc000nchd,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.323,"rms":1.36,"gap":122,"magType":"mb","type":"earthquake","title":"M 5.4 - 35km WSW of Santa Cruz, Chile"},"geometry":{"type":"Point","coordinates":[-71.7401,-34.7261,44.76]},"id":"usc000nchd"}, -{"type":"Feature","properties":{"mag":4.7,"place":"56km W of Port-aux-Francais, French Southern Territories","time":1394893259380,"updated":1394922215582,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncgx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncgx.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ncgx","ids":",usc000ncgx,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.508,"rms":0.83,"gap":97,"magType":"mb","type":"earthquake","title":"M 4.7 - 56km W of Port-aux-Francais, French Southern Territories"},"geometry":{"type":"Point","coordinates":[69.4336,-49.3807,10]},"id":"usc000ncgx"}, -{"type":"Feature","properties":{"mag":1.5,"place":"5km N of Knik-Fairview, Alaska","time":1394892885000,"updated":1394893968891,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188155","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188155.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11188155","ids":",ak11188155,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 5km N of Knik-Fairview, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5901,61.5658,31.3]},"id":"ak11188155"}, -{"type":"Feature","properties":{"mag":3.1,"place":"66km NW of San Antonio, Puerto Rico","time":1394892024800,"updated":1394920970097,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074008","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074008.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14074008","ids":",pr14074008,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.51832792,"rms":0.1,"gap":226.8,"magType":"Md","type":"earthquake","title":"M 3.1 - 66km NW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.5615,18.8997,6]},"id":"pr14074008"}, -{"type":"Feature","properties":{"mag":1.7,"place":"1km NE of The Geysers, California","time":1394890534000,"updated":1395194105910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185671","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185671.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"nc","code":"72185671","ids":",nc72185671,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.7 - 1km NE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.738,38.7872,2.2]},"id":"nc72185671"}, -{"type":"Feature","properties":{"mag":3.3,"place":"62km SW of North Nenana, Alaska","time":1394890379000,"updated":1394919333405,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":168,"net":"ak","code":"11188137","ids":",ak11188137,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":1.15,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.3 - 62km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-150.077,64.2045,1.6]},"id":"ak11188137"}, -{"type":"Feature","properties":{"mag":1.86,"place":"3km SE of Loma Linda, California","time":1394890274180,"updated":1395172092688,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476393","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476393.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":53,"net":"ci","code":"15476393","ids":",ci15476393,","sources":",ci,","types":",dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":55,"dmin":0.08592,"rms":0.11,"gap":32,"magType":"ml","type":"earthquake","title":"M 1.9 - 3km SE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.2331667,34.0298333,17.03]},"id":"ci15476393"}, -{"type":"Feature","properties":{"mag":2.7,"place":"67km N of Tierras Nuevas Poniente, Puerto Rico","time":1394889658500,"updated":1394918613552,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14074005","ids":",pr14074005,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":0.58929483,"rms":0.14,"gap":244.8,"magType":"Md","type":"earthquake","title":"M 2.7 - 67km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.466,19.0673,31]},"id":"pr14074005"}, -{"type":"Feature","properties":{"mag":1.17,"place":"19km ESE of Mecca, California","time":1394889255560,"updated":1395170852500,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476385","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476385.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15476385","ids":",ci15476385,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":23,"dmin":0.03953,"rms":0.13,"gap":112,"magType":"ml","type":"earthquake","title":"M 1.2 - 19km ESE of Mecca, California"},"geometry":{"type":"Point","coordinates":[-115.8725,33.5245,4.13]},"id":"ci15476385"}, -{"type":"Feature","properties":{"mag":2.6,"place":"72km N of Tierras Nuevas Poniente, Puerto Rico","time":1394889204000,"updated":1394893039335,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074007.geojsonp","felt":1,"cdi":2.5,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14074007","ids":",pr14074007,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.63870217,"rms":0.12,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.6 - 72km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4462,19.1156,25]},"id":"pr14074007"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km NNW of The Geysers, California","time":1394888954000,"updated":1394899744459,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185656","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185656.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185656","ids":",nc72185656,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 1km NNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7628,38.7898,2.4]},"id":"nc72185656"}, -{"type":"Feature","properties":{"mag":3.9,"place":"37km WNW of Talkeetna, Alaska","time":1394888938000,"updated":1394917898469,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188080","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188080.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":234,"net":"ak","code":"11188080","ids":",ak11188080,usc000ncfd,","sources":",ak,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.9 - 37km WNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.886,62.4446,67.9]},"id":"ak11188080"}, -{"type":"Feature","properties":{"mag":2.5,"place":"68km N of Tierras Nuevas Poniente, Puerto Rico","time":1394888659900,"updated":1394917618747,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14074006","ids":",pr14074006,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.60456619,"rms":0.18,"gap":280.8,"magType":"Md","type":"earthquake","title":"M 2.5 - 68km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.459,19.0814,42]},"id":"pr14074006"}, -{"type":"Feature","properties":{"mag":2.8,"place":"72km W of Anchor Point, Alaska","time":1394888365000,"updated":1394917318998,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188075","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188075.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":121,"net":"ak","code":"11188075","ids":",ak11188075,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 72km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-153.118,59.8218,100]},"id":"ak11188075"}, -{"type":"Feature","properties":{"mag":1.6,"place":"8km NE of Dixon Lane-Meadow Creek, California","time":1394888148500,"updated":1394898066272,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185651","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185651.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185651","ids":",nc72185651,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.06288207,"rms":0.05,"gap":140.4,"magType":"Md","type":"earthquake","title":"M 1.6 - 8km NE of Dixon Lane-Meadow Creek, California"},"geometry":{"type":"Point","coordinates":[-118.3542,37.4483,5.8]},"id":"nc72185651"}, -{"type":"Feature","properties":{"mag":2.7,"place":"59km N of Brenas, Puerto Rico","time":1394887787500,"updated":1394916732729,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14074004","ids":",pr14074004,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":15,"dmin":0.53180265,"rms":0.11,"gap":241.2,"magType":"Md","type":"earthquake","title":"M 2.7 - 59km N of Brenas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4264,19.003,44]},"id":"pr14074004"}, -{"type":"Feature","properties":{"mag":2,"place":"8km W of Fishhook, Alaska","time":1394887642000,"updated":1394888378582,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188072","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188072.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11188072","ids":",ak11188072,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 8km W of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3955,61.7403,33.7]},"id":"ak11188072"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km WSW of Houston, Alaska","time":1394887354000,"updated":1394902372936,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188071","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188071.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11188071","ids":",ak11188071,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 6km WSW of Houston, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9265,61.6084,39.4]},"id":"ak11188071"}, -{"type":"Feature","properties":{"mag":2.9,"place":"84km WNW of Ferndale, California","time":1394886680600,"updated":1395122288333,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185641","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185641.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"nc","code":"72185641","ids":",nc72185641,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.73661853,"rms":0.22,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.9 - 84km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.2363,40.751,23.4]},"id":"nc72185641"}, -{"type":"Feature","properties":{"mag":1.4,"place":"12km NNE of Milpitas, California","time":1394886626100,"updated":1394896623592,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185636","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185636.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72185636","ids":",nc72185636,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.04491576,"rms":0.04,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 12km NNE of Milpitas, California"},"geometry":{"type":"Point","coordinates":[-121.8343,37.5215,6.3]},"id":"nc72185636"}, -{"type":"Feature","properties":{"mag":1.34,"place":"12km NNW of Castaic, California","time":1394884856910,"updated":1395170312441,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476369","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476369.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15476369","ids":",ci15476369,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.05835,"rms":0.22,"gap":65,"magType":"ml","type":"earthquake","title":"M 1.3 - 12km NNW of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.656,34.597,9.8]},"id":"ci15476369"}, -{"type":"Feature","properties":{"mag":1.1,"place":"18km ESE of Anza, California","time":1394882657000,"updated":1395169942393,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476361","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476361.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15476361","ids":",ci15476361,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.0963,"rms":0.07,"gap":96,"magType":"ml","type":"earthquake","title":"M 1.1 - 18km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.487,33.4923333,15.37]},"id":"ci15476361"}, -{"type":"Feature","properties":{"mag":2.6,"place":"69km N of Tierras Nuevas Poniente, Puerto Rico","time":1394882362700,"updated":1394911323767,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14074003","ids":",pr14074003,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.60995608,"rms":0.11,"gap":255.6,"magType":"Md","type":"earthquake","title":"M 2.6 - 69km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4525,19.0862,19]},"id":"pr14074003"}, -{"type":"Feature","properties":{"mag":1.9,"place":"3km NNE of Hydesville, California","time":1394881543300,"updated":1395197528310,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185596","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185596.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185596","ids":",nc72185596,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.16169675,"rms":0.13,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 3km NNE of Hydesville, California"},"geometry":{"type":"Point","coordinates":[-124.0873,40.5815,18.3]},"id":"nc72185596"}, -{"type":"Feature","properties":{"mag":5.6,"place":"12km S of Pematangsiantar, Indonesia","time":1394881126070,"updated":1394910083141,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncdc","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncdc.geojsonp","felt":null,"cdi":null,"mmi":3.91,"alert":"green","status":"reviewed","tsunami":null,"sig":482,"net":"us","code":"c000ncdc","ids":",usc000ncdc,gcmt20140315105846,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.206,"rms":0.82,"gap":30,"magType":"mb","type":"earthquake","title":"M 5.6 - 12km S of Pematangsiantar, Indonesia"},"geometry":{"type":"Point","coordinates":[99.0667,2.844,169.79]},"id":"usc000ncdc"}, -{"type":"Feature","properties":{"mag":5.4,"place":"92km NE of San Isidro, Philippines","time":1394880911720,"updated":1394882161953,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncdb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncdb.geojsonp","felt":1,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":449,"net":"us","code":"c000ncdb","ids":",usc000ncdb,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.645,"rms":0.95,"gap":89,"magType":"mb","type":"earthquake","title":"M 5.4 - 92km NE of San Isidro, Philippines"},"geometry":{"type":"Point","coordinates":[126.7217,10.5578,10]},"id":"usc000ncdb"}, -{"type":"Feature","properties":{"mag":1.8,"place":"6km NW of The Geysers, California","time":1394878877100,"updated":1395112505623,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185561.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72185561","ids":",nc72185561,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.05,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8097,38.8193,2.3]},"id":"nc72185561"}, -{"type":"Feature","properties":{"mag":2.7,"place":"15km ENE of Anthony, Kansas","time":1394878181240,"updated":1394922462104,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nccz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nccz.geojsonp","felt":4,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"us","code":"c000nccz","ids":",usc000nccz,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.707,"rms":0.59,"gap":133,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 15km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8713,37.2073,1.02]},"id":"usc000nccz"}, -{"type":"Feature","properties":{"mag":2.7,"place":"26km SW of Ferron, Utah","time":1394877266900,"updated":1395178771835,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059512","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059512.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"uu","code":"60059512","ids":",uu60059512,","sources":",uu,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.1706799,"rms":0.13,"gap":72,"magType":"Ml","type":"earthquake","title":"M 2.7 - 26km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3832,38.9522,3.1]},"id":"uu60059512"}, -{"type":"Feature","properties":{"mag":1.4,"place":"64km WNW of Healy, Alaska","time":1394876764000,"updated":1394877015096,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187937","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187937.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11187937","ids":",ak11187937,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.02,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 64km WNW of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-150.1167,64.1426,24.4]},"id":"ak11187937"}, -{"type":"Feature","properties":{"mag":2.5,"place":"57km N of Tierras Nuevas Poniente, Puerto Rico","time":1394876585400,"updated":1394905569062,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14074002","ids":",pr14074002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.50485319,"rms":0.17,"gap":248.4,"magType":"Md","type":"earthquake","title":"M 2.5 - 57km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4626,18.9804,46]},"id":"pr14074002"}, -{"type":"Feature","properties":{"mag":5.3,"place":"198km W of Bengkulu, Indonesia","time":1394876247560,"updated":1394905198418,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncc8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncc8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000ncc8","ids":",usc000ncc8,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.492,"rms":1.07,"gap":44,"magType":"mb","type":"earthquake","title":"M 5.3 - 198km W of Bengkulu, Indonesia"},"geometry":{"type":"Point","coordinates":[100.4868,-3.9696,10]},"id":"usc000ncc8"}, -{"type":"Feature","properties":{"mag":1.2,"place":"25km ENE of Pine Valley, California","time":1394875455260,"updated":1395166521971,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476345","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476345.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ci","code":"15476345","ids":",ci15476345,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.02578,"rms":0.2,"gap":87,"magType":"ml","type":"earthquake","title":"M 1.2 - 25km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.279,32.9031667,8.6]},"id":"ci15476345"}, -{"type":"Feature","properties":{"mag":1.22,"place":"23km SW of Seeley, California","time":1394875256850,"updated":1395165971781,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476337","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476337.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15476337","ids":",ci15476337,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.1197,"rms":0.22,"gap":138,"magType":"ml","type":"earthquake","title":"M 1.2 - 23km SW of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.8795,32.6501667,10.59]},"id":"ci15476337"}, -{"type":"Feature","properties":{"mag":1.5,"place":"8km NW of The Geysers, California","time":1394875187300,"updated":1394883424592,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185556","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185556.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72185556","ids":",nc72185556,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.5 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.842,38.8225,2.4]},"id":"nc72185556"}, -{"type":"Feature","properties":{"mag":2.4,"place":"75km N of Tierras Nuevas Poniente, Puerto Rico","time":1394875051900,"updated":1394876858279,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14074001","ids":",pr14074001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.67193983,"rms":0.3,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.4 - 75km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.424,19.145,33]},"id":"pr14074001"}, -{"type":"Feature","properties":{"mag":6.1,"place":"25km S of Paracas, Peru","time":1394873961790,"updated":1394948084387,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncbl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncbl.geojsonp","felt":20,"cdi":4.1,"mmi":6.56,"alert":"green","status":"reviewed","tsunami":null,"sig":581,"net":"us","code":"c000ncbl","ids":",usc000ncbl,gcmt20140315085920,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":2.159,"rms":1.02,"gap":71,"magType":"mww","type":"earthquake","title":"M 6.1 - 25km S of Paracas, Peru"},"geometry":{"type":"Point","coordinates":[-76.2968,-14.0935,20]},"id":"usc000ncbl"}, -{"type":"Feature","properties":{"mag":1.09,"place":"51km S of Lone Pine, California","time":1394873804700,"updated":1395165711528,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476329","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476329.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15476329","ids":",ci15476329,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.1605,"rms":0.07,"gap":255,"magType":"ml","type":"earthquake","title":"M 1.1 - 51km S of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-118.0508333,36.1418333,4.21]},"id":"ci15476329"}, -{"type":"Feature","properties":{"mag":2.4,"place":"38km WSW of Tanaga Volcano, Alaska","time":1394873328000,"updated":1394901325527,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187900","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187900.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11187900","ids":",ak11187900,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 38km WSW of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-178.6221,51.7113,12.4]},"id":"ak11187900"}, -{"type":"Feature","properties":{"mag":1.95,"place":"52km NE of Kernville, California","time":1394873006730,"updated":1395165601508,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476321.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":59,"net":"ci","code":"15476321","ids":",ci15476321,","sources":",ci,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.1609,"rms":0.1,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0535,36.1135,1.46]},"id":"ci15476321"}, -{"type":"Feature","properties":{"mag":2.8,"place":"60km N of Brenas, Puerto Rico","time":1394872818300,"updated":1394919993382,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074011","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074011.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14074011","ids":",pr14074011,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.5821083,"rms":0.05,"gap":338.4,"magType":"Md","type":"earthquake","title":"M 2.8 - 60km N of Brenas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.278,19.0116,58]},"id":"pr14074011"}, -{"type":"Feature","properties":{"mag":1,"place":"3km W of Cobb, California","time":1394872768000,"updated":1394873646806,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185531","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185531.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185531","ids":",nc72185531,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.766,38.8192,2.4]},"id":"nc72185531"}, -{"type":"Feature","properties":{"mag":1.32,"place":"4km S of Wofford Heights, California","time":1394872295940,"updated":1395164861403,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476305","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476305.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":27,"net":"ci","code":"15476305","ids":",ci15476305,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.009573,"rms":0.14,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.3 - 4km S of Wofford Heights, California"},"geometry":{"type":"Point","coordinates":[-118.4641667,35.668,10.65]},"id":"ci15476305"}, -{"type":"Feature","properties":{"mag":1.8,"place":"27km WSW of Ferron, Utah","time":1394871398200,"updated":1395163580267,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059497","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059497.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uu","code":"60059497","ids":",uu60059497,","sources":",uu,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.18864621,"rms":0.2,"gap":68.4,"magType":"Ml","type":"earthquake","title":"M 1.8 - 27km WSW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.4038,38.9655,5.3]},"id":"uu60059497"}, -{"type":"Feature","properties":{"mag":2.83,"place":"63km WNW of Ferndale, California","time":1394869438150,"updated":1395112505621,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185491","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185491.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":123,"net":"nc","code":"72185491","ids":",nc72185491,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.5474,"rms":0.12,"gap":274,"magType":"md","type":"earthquake","title":"M 2.8 - 63km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.9921667,40.7018333,23.9]},"id":"nc72185491"}, -{"type":"Feature","properties":{"mag":1.5,"place":"40km WSW of Cohoe, Alaska","time":1394868870000,"updated":1394869308547,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187897","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187897.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11187897","ids":",ak11187897,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 40km WSW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.9442,60.1893,60.8]},"id":"ak11187897"}, -{"type":"Feature","properties":{"mag":1.6,"place":"97km W of Cantwell, Alaska","time":1394866689000,"updated":1394867198783,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187894","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187894.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187894","ids":",ak11187894,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 97km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8959,63.2968,0.3]},"id":"ak11187894"}, -{"type":"Feature","properties":{"mag":1.16,"place":"5km E of Ridgecrest, California","time":1394866387430,"updated":1395095851510,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476289","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476289.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15476289","ids":",ci15476289,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":19,"dmin":0.1279,"rms":0.14,"gap":62,"magType":"ml","type":"earthquake","title":"M 1.2 - 5km E of Ridgecrest, California"},"geometry":{"type":"Point","coordinates":[-117.6121667,35.6241667,11.88]},"id":"ci15476289"}, -{"type":"Feature","properties":{"mag":1,"place":"7km W of Cobb, California","time":1394866371800,"updated":1394868186653,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185466","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185466.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185466","ids":",nc72185466,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 7km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8098,38.8353,2.6]},"id":"nc72185466"}, -{"type":"Feature","properties":{"mag":1.7,"place":"30km WNW of Laytonville, California","time":1394865555800,"updated":1394876947915,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185456","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185456.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":44,"net":"nc","code":"72185456","ids":",nc72185456,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.19762936,"rms":0.01,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 1.7 - 30km WNW of Laytonville, California"},"geometry":{"type":"Point","coordinates":[-123.8063,39.805,2.8]},"id":"nc72185456"}, -{"type":"Feature","properties":{"mag":4.8,"place":"105km ESE of Mohean, India","time":1394865048530,"updated":1394894001381,"tz":360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc9s","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc9s.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nc9s","ids":",usc000nc9s,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.603,"rms":0.84,"gap":64,"magType":"mb","type":"earthquake","title":"M 4.8 - 105km ESE of Mohean, India"},"geometry":{"type":"Point","coordinates":[94.2034,7.6001,32.89]},"id":"usc000nc9s"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km WNW of Lepanto, Arkansas","time":1394864731500,"updated":1395062481259,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm031714a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm031714a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"nm","code":"031714a","ids":",nm031714a,","sources":",nm,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.02694946,"rms":0.18,"gap":75.599993952001,"magType":"md","type":"earthquake","title":"M 1.3 - 6km WNW of Lepanto, Arkansas"},"geometry":{"type":"Point","coordinates":[-90.3928,35.6334,13.3]},"id":"nm031714a"}, -{"type":"Feature","properties":{"mag":1.9,"place":"68km NNW of Valdez, Alaska","time":1394864658000,"updated":1394865977155,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187869","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187869.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11187869","ids":",ak11187869,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 68km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6234,61.7272,19.3]},"id":"ak11187869"}, -{"type":"Feature","properties":{"mag":1.5,"place":"4km ESE of The Geysers, California","time":1394864621000,"updated":1394875209762,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185451","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185451.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72185451","ids":",nc72185451,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.09,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.5 - 4km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7078,38.7568,0]},"id":"nc72185451"}, -{"type":"Feature","properties":{"mag":1.9,"place":"71km NW of Talkeetna, Alaska","time":1394864145000,"updated":1394865424742,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187866","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187866.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11187866","ids":",ak11187866,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 71km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0178,62.8062,100]},"id":"ak11187866"}, -{"type":"Feature","properties":{"mag":1.6,"place":"61km S of Deltana, Alaska","time":1394863775000,"updated":1394864186376,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187865.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187865","ids":",ak11187865,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 61km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2103,63.3178,0]},"id":"ak11187865"}, -{"type":"Feature","properties":{"mag":4.8,"place":"24km WNW of Subtanjalla, Peru","time":1394863548420,"updated":1394892498078,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc9c","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc9c.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nc9c","ids":",usc000nc9c,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.124,"rms":1.17,"gap":118,"magType":"mb","type":"earthquake","title":"M 4.8 - 24km WNW of Subtanjalla, Peru"},"geometry":{"type":"Point","coordinates":[-75.9753,-13.9483,41.81]},"id":"usc000nc9c"}, -{"type":"Feature","properties":{"mag":4.5,"place":"24km ENE of Ano Mera, Greece","time":1394861376310,"updated":1394890328486,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc8s","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc8s.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nc8s","ids":",usc000nc8s,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.139,"rms":1.03,"gap":47,"magType":"mb","type":"earthquake","title":"M 4.5 - 24km ENE of Ano Mera, Greece"},"geometry":{"type":"Point","coordinates":[25.67,37.4998,18.44]},"id":"usc000nc8s"}, -{"type":"Feature","properties":{"mag":1.68,"place":"50km N of Inyokern, California","time":1394861369410,"updated":1395092058650,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":43,"net":"ci","code":"15476249","ids":",ci15476249,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.01764,"rms":0.11,"gap":83,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8453333,36.1018333,3.4]},"id":"ci15476249"}, -{"type":"Feature","properties":{"mag":1.5,"place":"30km WNW of Laytonville, California","time":1394861035100,"updated":1394870766462,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185416","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185416.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72185416","ids":",nc72185416,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.19762936,"rms":0.12,"gap":158.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 30km WNW of Laytonville, California"},"geometry":{"type":"Point","coordinates":[-123.8058,39.8093,4.4]},"id":"nc72185416"}, -{"type":"Feature","properties":{"mag":1.26,"place":"28km E of Pine Valley, California","time":1394860491680,"updated":1395091482780,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476241","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476241.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15476241","ids":",ci15476241,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.06038,"rms":0.15,"gap":101,"magType":"ml","type":"earthquake","title":"M 1.3 - 28km E of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2285,32.8586667,3.73]},"id":"ci15476241"}, -{"type":"Feature","properties":{"mag":1.9,"place":"8km NE of Honaunau-Napoopoo, Hawaii","time":1394858147600,"updated":1394858331000,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656261","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656261.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"hv","code":"60656261","ids":",hv60656261,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.08983153,"rms":0.26,"gap":64.799994816,"magType":"md","type":"earthquake","title":"M 1.9 - 8km NE of Honaunau-Napoopoo, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.8012,19.5057,11.1]},"id":"hv60656261"}, -{"type":"Feature","properties":{"mag":1.1,"place":"99km W of Cantwell, Alaska","time":1394856171000,"updated":1394856679366,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187840","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187840.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11187840","ids":",ak11187840,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 99km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9301,63.5002,14.3]},"id":"ak11187840"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km W of Cobb, California","time":1394856093100,"updated":1394857866893,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185391","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185391.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72185391","ids":",nc72185391,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.3 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7957,38.8242,3.2]},"id":"nc72185391"}, -{"type":"Feature","properties":{"mag":1.41,"place":"11km S of Seeley, California","time":1394855596390,"updated":1395090110020,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476225","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476225.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":31,"net":"ci","code":"15476225","ids":",ci15476225,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.3097,"rms":0.13,"gap":202,"magType":"ml","type":"earthquake","title":"M 1.4 - 11km S of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.6893333,32.6853333,2.77]},"id":"ci15476225"}, -{"type":"Feature","properties":{"mag":2.7,"place":"26km SSE of Medford, Oklahoma","time":1394855449020,"updated":1394884407505,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc8a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc8a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"us","code":"c000nc8a","ids":",usc000nc8a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.304,"rms":0.84,"gap":95,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 26km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.6199,36.5903,5]},"id":"usc000nc8a"}, -{"type":"Feature","properties":{"mag":1.6,"place":"2km NNE of Piedmont, California","time":1394855029600,"updated":1394856965299,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185386","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185386.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185386","ids":",nc72185386,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.06,"gap":36,"magType":"Md","type":"earthquake","title":"M 1.6 - 2km NNE of Piedmont, California"},"geometry":{"type":"Point","coordinates":[-122.2237,37.8488,10.4]},"id":"nc72185386"}, -{"type":"Feature","properties":{"mag":1.8,"place":"2km NNE of Piedmont, California","time":1394854974100,"updated":1394856304062,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185381","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185381.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72185381","ids":",nc72185381,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.06,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 2km NNE of Piedmont, California"},"geometry":{"type":"Point","coordinates":[-122.223,37.8495,10.6]},"id":"nc72185381"}, -{"type":"Feature","properties":{"mag":1.12,"place":"52km NE of Kernville, California","time":1394853161290,"updated":1395085820270,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476209.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15476209","ids":",ci15476209,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1629,"rms":0.11,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.1 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.056,36.1181667,0]},"id":"ci15476209"}, -{"type":"Feature","properties":{"mag":1.6,"place":"24km E of Fritz Creek, Alaska","time":1394853122000,"updated":1394853723915,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187824","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187824.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187824","ids":",ak11187824,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":null,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 24km E of Fritz Creek, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8654,59.732,60]},"id":"ak11187824"}, -{"type":"Feature","properties":{"mag":3.7,"place":"96km SW of Atka, Alaska","time":1394853075000,"updated":1394901028533,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187820","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187820.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":211,"net":"ak","code":"11187820","ids":",ak11187820,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.7 - 96km SW of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-175.2394,51.6104,26.6]},"id":"ak11187820"}, -{"type":"Feature","properties":{"mag":5.2,"place":"Owen Fracture Zone region","time":1394852368730,"updated":1394881328916,"tz":240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc7i","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc7i.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000nc7i","ids":",usc000nc7i,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":3.274,"rms":0.99,"gap":49,"magType":"mb","type":"earthquake","title":"M 5.2 - Owen Fracture Zone region"},"geometry":{"type":"Point","coordinates":[57.1215,13.7103,10]},"id":"usc000nc7i"}, -{"type":"Feature","properties":{"mag":2.1,"place":"27km NE of McCloud, California","time":1394850534600,"updated":1395110587052,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185356","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185356.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72185356","ids":",nc72185356,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.06288207,"rms":0.07,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 2.1 - 27km NE of McCloud, California"},"geometry":{"type":"Point","coordinates":[-121.885,41.4082,4.3]},"id":"nc72185356"}, -{"type":"Feature","properties":{"mag":1.3,"place":"4km SW of Redlands, California","time":1394850322200,"updated":1394850483810,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476193","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476193.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"ci","code":"15476193","ids":",ci15476193,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.08983153,"rms":0.16,"gap":115.2,"magType":"Ml","type":"earthquake","title":"M 1.3 - 4km SW of Redlands, California"},"geometry":{"type":"Point","coordinates":[-117.2148,34.0267,14.2]},"id":"ci15476193"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km SE of Yosemite Valley, California","time":1394849566900,"updated":1395104165244,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185351","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185351.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72185351","ids":",nc72185351,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.02,"gap":140.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3585,37.6208,15]},"id":"nc72185351"}, -{"type":"Feature","properties":{"mag":4.5,"place":"32km SSW of Cuajinicuilapa, Mexico","time":1394848890970,"updated":1394877842807,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc6y","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc6y.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nc6y","ids":",usc000nc6y,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.371,"rms":0.73,"gap":208,"magType":"mb","type":"earthquake","title":"M 4.5 - 32km SSW of Cuajinicuilapa, Mexico"},"geometry":{"type":"Point","coordinates":[-98.4895,16.1857,9.07]},"id":"usc000nc6y"}, -{"type":"Feature","properties":{"mag":2.9,"place":"44km S of Tanaga Volcano, Alaska","time":1394848635000,"updated":1394900419662,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187804","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187804.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ak","code":"11187804","ids":",ak11187804,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 44km S of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-178.1004,51.4803,11.3]},"id":"ak11187804"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km ESE of Yosemite Valley, California","time":1394848501300,"updated":1395103148358,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185341","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185341.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72185341","ids":",nc72185341,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.05,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.1 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3515,37.6358,16.5]},"id":"nc72185341"}, -{"type":"Feature","properties":{"mag":2.6,"place":"23km ESE of Yosemite Valley, California","time":1394848365600,"updated":1395124928159,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185336","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185336.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"nc","code":"72185336","ids":",nc72185336,nn00441097,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.05,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 2.6 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.357,37.6262,13.8]},"id":"nc72185336"}, -{"type":"Feature","properties":{"mag":1.21,"place":"18km WSW of Smith Valley, Nevada","time":1394848219159,"updated":1394937367000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441096","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441096.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"nn","code":"00441096","ids":",nn00441096,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":11,"dmin":0.194,"rms":0.1605,"gap":191.78,"magType":"ml","type":"earthquake","title":"M 1.2 - 18km WSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5315,38.7102,6.1017]},"id":"nn00441096"}, -{"type":"Feature","properties":{"mag":1.64,"place":"18km WSW of Smith Valley, Nevada","time":1394846570387,"updated":1394937361000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441095","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441095.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":41,"net":"nn","code":"00441095","ids":",nn00441095,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":14,"dmin":0.198,"rms":0.1449,"gap":186.15,"magType":"ml","type":"earthquake","title":"M 1.6 - 18km WSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5276,38.7065,5.9202]},"id":"nn00441095"}, -{"type":"Feature","properties":{"mag":2.5,"place":"8km ENE of Honaunau-Napoopoo, Hawaii","time":1394845925000,"updated":1395183004532,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656216.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"hv","code":"60656216","ids":",hv60656216,","sources":",hv,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.08983153,"rms":0.13,"gap":68.4,"magType":"Ml","type":"earthquake","title":"M 2.5 - 8km ENE of Honaunau-Napoopoo, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.7938,19.4938,11]},"id":"hv60656216"}, -{"type":"Feature","properties":{"mag":1.75,"place":"18km WSW of Smith Valley, Nevada","time":1394845781003,"updated":1394937378000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441110","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441110.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":47,"net":"nn","code":"00441110","ids":",nn00441110,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":16,"dmin":0.203,"rms":0.1179,"gap":186.53,"magType":"ml","type":"earthquake","title":"M 1.8 - 18km WSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5239,38.7018,3.723]},"id":"nn00441110"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km NW of The Geysers, California","time":1394845196600,"updated":1394849766919,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72185316","ids":",nc72185316,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.03,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.821,38.811,2.3]},"id":"nc72185316"}, -{"type":"Feature","properties":{"mag":4,"place":"51km NE of Xudat, Azerbaijan","time":1394845106300,"updated":1394874052348,"tz":180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc5u","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc5u.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":246,"net":"us","code":"c000nc5u","ids":",usc000nc5u,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.295,"rms":1.39,"gap":73,"magType":"mb","type":"earthquake","title":"M 4.0 - 51km NE of Xudat, Azerbaijan"},"geometry":{"type":"Point","coordinates":[49.14,41.9457,52.53]},"id":"usc000nc5u"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km E of The Geysers, California","time":1394844622900,"updated":1394849105754,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185311","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185311.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72185311","ids":",nc72185311,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km E of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7158,38.7775,2.5]},"id":"nc72185311"}, -{"type":"Feature","properties":{"mag":2.8,"place":"21km SSE of Medford, Oklahoma","time":1394843867420,"updated":1394872827234,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc51","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc51.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"us","code":"c000nc51","ids":",usc000nc51,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.28,"rms":0.54,"gap":96,"magType":"mb_lg","type":"earthquake","title":"M 2.8 - 21km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.6654,36.6194,5.25]},"id":"usc000nc51"}, -{"type":"Feature","properties":{"mag":1.4,"place":"26km SW of Ferron, Utah","time":1394843854800,"updated":1395074595928,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059477","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059477.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"uu","code":"60059477","ids":",uu60059477,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.16169675,"rms":0.05,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 26km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3758,38.9458,3.2]},"id":"uu60059477"}, -{"type":"Feature","properties":{"mag":1.13,"place":"10km SSE of Idyllwild, California","time":1394843455230,"updated":1395084190210,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476153","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476153.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476153","ids":",ci15476153,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":30,"dmin":0.01781,"rms":0.1,"gap":42,"magType":"ml","type":"earthquake","title":"M 1.1 - 10km SSE of Idyllwild, California"},"geometry":{"type":"Point","coordinates":[-116.6713333,33.6511667,15.37]},"id":"ci15476153"}, -{"type":"Feature","properties":{"mag":1.68,"place":"50km N of Inyokern, California","time":1394843278800,"updated":1395083576480,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476145","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476145.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":43,"net":"ci","code":"15476145","ids":",ci15476145,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.02018,"rms":0.12,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.846,36.0988333,3.34]},"id":"ci15476145"}, -{"type":"Feature","properties":{"mag":2.2,"place":"6km NW of The Geysers, California","time":1394842839800,"updated":1395188765699,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185306","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185306.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"nc","code":"72185306","ids":",nc72185306,","sources":",nc,","types":",dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 2.2 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8208,38.814,3.6]},"id":"nc72185306"}, -{"type":"Feature","properties":{"mag":2.9,"place":"4km NE of Mayaguez, Puerto Rico","time":1394842637000,"updated":1394871595840,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14074000","ids":",pr14074000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":9,"dmin":0.06198375,"rms":0.27,"gap":180,"magType":"Md","type":"earthquake","title":"M 2.9 - 4km NE of Mayaguez, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1122,18.2331,121]},"id":"pr14074000"}, -{"type":"Feature","properties":{"mag":1,"place":"20km SW of Ferron, Utah","time":1394842450300,"updated":1395074404894,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059462","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059462.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059462","ids":",uu60059462,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.14373045,"rms":0.04,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.0 - 20km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3288,38.9845,13.2]},"id":"uu60059462"}, -{"type":"Feature","properties":{"mag":1.24,"place":"9km E of Borrego Springs, California","time":1394842254450,"updated":1395083134890,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15476137","ids":",ci15476137,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.2457,"rms":0.15,"gap":120,"magType":"ml","type":"earthquake","title":"M 1.2 - 9km E of Borrego Springs, California"},"geometry":{"type":"Point","coordinates":[-116.2751667,33.2398333,13.35]},"id":"ci15476137"}, -{"type":"Feature","properties":{"mag":2.5,"place":"5km WSW of Fern Acres, Hawaii","time":1394842237900,"updated":1394871200358,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656191","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656191.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"hv","code":"60656191","ids":",hv60656191,","sources":",hv,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.1,"gap":93.6,"magType":"Ml","type":"earthquake","title":"M 2.5 - 5km WSW of Fern Acres, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1268,19.4872,12.6]},"id":"hv60656191"}, -{"type":"Feature","properties":{"mag":2.7,"place":"38km W of Raton, New Mexico","time":1394840891470,"updated":1394869847690,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc3v","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc3v.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"us","code":"c000nc3v","ids":",usc000nc3v,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.403,"rms":1.09,"gap":149,"magType":"ml","type":"earthquake","title":"M 2.7 - 38km W of Raton, New Mexico"},"geometry":{"type":"Point","coordinates":[-104.8642,36.962,5.06]},"id":"usc000nc3v"}, -{"type":"Feature","properties":{"mag":4.4,"place":"160km W of Attu Station, Alaska","time":1394840317060,"updated":1394869273920,"tz":660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc3r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc3r.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nc3r","ids":",usc000nc3r,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.01,"rms":0.64,"gap":159,"magType":"mb","type":"earthquake","title":"M 4.4 - 160km W of Attu Station, Alaska"},"geometry":{"type":"Point","coordinates":[170.7977,52.8372,21.14]},"id":"usc000nc3r"}, -{"type":"Feature","properties":{"mag":2.03,"place":"17km SW of Ferndale, California","time":1394839673120,"updated":1395197561770,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185291","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185291.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":63,"net":"nc","code":"72185291","ids":",nc72185291,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":13,"dmin":0.04897,"rms":0.07,"gap":276,"magType":"md","type":"earthquake","title":"M 2.0 - 17km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.3975,40.4581667,20.58]},"id":"nc72185291"}, -{"type":"Feature","properties":{"mag":5,"place":"17km SE of Manaure Balcon del Cesar, Colombia","time":1394839596380,"updated":1394934765254,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc2t","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc2t.geojsonp","felt":19,"cdi":3.9,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":392,"net":"us","code":"c000nc2t","ids":",usc000nc2t,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.678,"rms":1.45,"gap":25,"magType":"mb","type":"earthquake","title":"M 5.0 - 17km SE of Manaure Balcon del Cesar, Colombia"},"geometry":{"type":"Point","coordinates":[-72.9224,10.284,130.07]},"id":"usc000nc2t"}, -{"type":"Feature","properties":{"mag":1.8,"place":"68km NNW of Talkeetna, Alaska","time":1394838366000,"updated":1394840680543,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187700","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187700.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187700","ids":",ak11187700,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 68km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3832,62.9254,96.1]},"id":"ak11187700"}, -{"type":"Feature","properties":{"mag":4.9,"place":"226km SSW of `Ohonua, Tonga","time":1394837399800,"updated":1394866353810,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc1r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc1r.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000nc1r","ids":",usc000nc1r,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":15.614,"rms":0.83,"gap":75,"magType":"mb","type":"earthquake","title":"M 4.9 - 226km SSW of `Ohonua, Tonga"},"geometry":{"type":"Point","coordinates":[-175.4018,-23.3395,30.7]},"id":"usc000nc1r"}, -{"type":"Feature","properties":{"mag":1.73,"place":"3km N of Fremont, California","time":1394834767100,"updated":1394847723241,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185261","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185261.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":46,"net":"nc","code":"72185261","ids":",nc72185261,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":11,"dmin":0.0315,"rms":0.06,"gap":84,"magType":"md","type":"earthquake","title":"M 1.7 - 3km N of Fremont, California"},"geometry":{"type":"Point","coordinates":[-121.9865036,37.581665,5.96]},"id":"nc72185261"}, -{"type":"Feature","properties":{"mag":1.7,"place":"50km SSW of Cantwell, Alaska","time":1394833879000,"updated":1394834397737,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187604","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187604.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11187604","ids":",ak11187604,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km SSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.4317,62.991,69.1]},"id":"ak11187604"}, -{"type":"Feature","properties":{"mag":2.8,"place":"8km NE of Stillwater, Oklahoma","time":1394831202500,"updated":1394852560450,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbyc","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbyc.geojsonp","felt":50,"cdi":3.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":140,"net":"us","code":"c000nbyc","ids":",usc000nbyc,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 8km NE of Stillwater, Oklahoma"},"geometry":{"type":"Point","coordinates":[-96.983,36.161,6.3]},"id":"usc000nbyc"}, -{"type":"Feature","properties":{"mag":4.9,"place":"11km NNW of Naranjito, Ecuador","time":1394830433430,"updated":1394928800683,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbua","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbua.geojsonp","felt":17,"cdi":3.5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":375,"net":"us","code":"c000nbua","ids":",usc000nbua,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.567,"rms":0.93,"gap":42,"magType":"mb","type":"earthquake","title":"M 4.9 - 11km NNW of Naranjito, Ecuador"},"geometry":{"type":"Point","coordinates":[-79.514,-2.1154,98.75]},"id":"usc000nbua"}, -{"type":"Feature","properties":{"mag":2.6,"place":"8km NNE of Belfair, Washington","time":1394829816700,"updated":1395087916804,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718901","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718901.geojsonp","felt":14,"cdi":3.1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":108,"net":"uw","code":"60718901","ids":",uw60718901,usc000nbt8,","sources":",uw,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.00898315,"rms":0.2,"gap":43.2,"magType":"Ml","type":"earthquake","title":"M 2.6 - 8km NNE of Belfair, Washington"},"geometry":{"type":"Point","coordinates":[-122.7773,47.5142,21.7]},"id":"uw60718901"}, -{"type":"Feature","properties":{"mag":5.3,"place":"South of Africa","time":1394829130190,"updated":1394914859000,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbsx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbsx.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nbsx","ids":",usc000nbsx,gcmt20140314203209,","sources":",us,gcmt,","types":",cap,dyfi,geoserve,moment-tensor,nearby-cities,origin,phase-data,","nst":null,"dmin":18.502,"rms":0.78,"gap":33,"magType":"mb","type":"earthquake","title":"M 5.3 - South of Africa"},"geometry":{"type":"Point","coordinates":[25.166,-53.5161,14.49]},"id":"usc000nbsx"}, -{"type":"Feature","properties":{"mag":3.1,"place":"68km N of Tierras Nuevas Poniente, Puerto Rico","time":1394828063800,"updated":1394905822000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073019","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073019.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14073019","ids":",pr14073019,usc000nbss,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":18,"dmin":0.59827798,"rms":0.2,"gap":237.6,"magType":"Md","type":"earthquake","title":"M 3.1 - 68km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4636,19.0762,32]},"id":"pr14073019"}, -{"type":"Feature","properties":{"mag":2.5,"place":"55km N of Tierras Nuevas Poniente, Puerto Rico","time":1394827730900,"updated":1394905322000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073020","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073020.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14073020","ids":",pr14073020,usc000nbtm,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":4,"dmin":0.48419194,"rms":0.17,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.5 - 55km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4505,18.9584,44]},"id":"pr14073020"}, -{"type":"Feature","properties":{"mag":2.3,"place":"69km W of Talkeetna, Alaska","time":1394827575000,"updated":1394828307701,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187534","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187534.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11187534","ids":",ak11187534,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":2.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 69km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.446,62.2537,99.8]},"id":"ak11187534"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km S of Old Faithful Geyser, Wyoming","time":1394826842100,"updated":1394831029195,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059412","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059412.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"uu","code":"60059412","ids":",uu60059412,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.04,"gap":126,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km S of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.8357,44.391,3.2]},"id":"uu60059412"}, -{"type":"Feature","properties":{"mag":1.6,"place":"7km WNW of Cobb, California","time":1394826122200,"updated":1394839385379,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185206","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185206.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185206","ids":",nc72185206,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.6 - 7km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8033,38.8402,1.9]},"id":"nc72185206"}, -{"type":"Feature","properties":{"mag":2,"place":"27km SSW of Morton, Washington","time":1394825922500,"updated":1394831535653,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718861.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"uw","code":"60718861","ids":",uw60718861,","sources":",uw,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.13,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 27km SSW of Morton, Washington"},"geometry":{"type":"Point","coordinates":[-122.398,46.3218,15.1]},"id":"uw60718861"}, -{"type":"Feature","properties":{"mag":1.3,"place":"18km NW of Quarry near Soledad, CA","time":1394825798200,"updated":1394850277323,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185201","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185201.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"nc","code":"72185201","ids":",nc72185201,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.08,"gap":133.2,"magType":"Md","type":"quarry","title":"M 1.3 Quarry Blast - 18km NW of Quarry near Soledad, CA"},"geometry":{"type":"Point","coordinates":[-121.4168,36.5845,0]},"id":"nc72185201"}, -{"type":"Feature","properties":{"mag":4.3,"place":"29km SSW of Jucuaran, El Salvador","time":1394825081070,"updated":1394905112181,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbvl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbvl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nbvl","ids":",usc000nbvl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.8,"rms":0.36,"gap":180,"magType":"mb","type":"earthquake","title":"M 4.3 - 29km SSW of Jucuaran, El Salvador"},"geometry":{"type":"Point","coordinates":[-88.3794,13.0178,95.16]},"id":"usc000nbvl"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km NNE of Badger, Alaska","time":1394823972000,"updated":1394829312500,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187476","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187476.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11187476","ids":",ak11187476,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 23km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3126,64.9901,0]},"id":"ak11187476"}, -{"type":"Feature","properties":{"mag":1.02,"place":"52km NE of Kernville, California","time":1394823628180,"updated":1394827283850,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476089","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476089.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15476089","ids":",ci15476089,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.1676,"rms":0.14,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0616667,36.1236667,0.91]},"id":"ci15476089"}, -{"type":"Feature","properties":{"mag":4.6,"place":"85km WSW of Kota Ternate, Indonesia","time":1394822972240,"updated":1394903403592,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbl1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbl1.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nbl1","ids":",usc000nbl1,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.769,"rms":0.78,"gap":55,"magType":"mb","type":"earthquake","title":"M 4.6 - 85km WSW of Kota Ternate, Indonesia"},"geometry":{"type":"Point","coordinates":[126.6265,0.5606,56.89]},"id":"usc000nbl1"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km S of Old Faithful Geyser, Wyoming","time":1394822708300,"updated":1394830964174,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059397","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059397.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"uu","code":"60059397","ids":",uu60059397,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.09,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km S of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.8343,44.3917,3.1]},"id":"uu60059397"}, -{"type":"Feature","properties":{"mag":1.8,"place":"24km N of Sutton-Alpine, Alaska","time":1394821872000,"updated":1394822388976,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187437","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187437.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187437","ids":",ak11187437,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 24km N of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.8485,62.0136,0.1]},"id":"ak11187437"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km S of Francis, Utah","time":1394821365400,"updated":1394826993728,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059392","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059392.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"uu","code":"60059392","ids":",uu60059392,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.07186522,"rms":0.15,"gap":82.8,"magType":"Ml","type":"earthquake","title":"M 1.6 - 6km S of Francis, Utah"},"geometry":{"type":"Point","coordinates":[-111.2692,40.5555,13.5]},"id":"uu60059392"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km SW of Unalaska, Alaska","time":1394821224000,"updated":1394823919586,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187436.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187436","ids":",ak11187436,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 6km SW of Unalaska, Alaska"},"geometry":{"type":"Point","coordinates":[-166.6011,53.8349,6.2]},"id":"ak11187436"}, -{"type":"Feature","properties":{"mag":1.4,"place":"4km SW of Unalaska, Alaska","time":1394820593000,"updated":1394823617489,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187435","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187435.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187435","ids":",ak11187435,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.57,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km SW of Unalaska, Alaska"},"geometry":{"type":"Point","coordinates":[-166.5914,53.8513,10.1]},"id":"ak11187435"}, -{"type":"Feature","properties":{"mag":5,"place":"Carlsberg Ridge","time":1394819361910,"updated":1394898235399,"tz":240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbjm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbjm.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nbjm","ids":",usc000nbjm,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":5.831,"rms":1.02,"gap":50,"magType":"mb","type":"earthquake","title":"M 5.0 - Carlsberg Ridge"},"geometry":{"type":"Point","coordinates":[67.1862,-0.0228,12.05]},"id":"usc000nbjm"}, -{"type":"Feature","properties":{"mag":5,"place":"Southeast of Easter Island","time":1394818479240,"updated":1394894743473,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbfu","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbfu.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nbfu","ids":",usc000nbfu,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":14.935,"rms":0.92,"gap":32,"magType":"mb","type":"earthquake","title":"M 5.0 - Southeast of Easter Island"},"geometry":{"type":"Point","coordinates":[-90.9513,-41.1038,19.67]},"id":"usc000nbfu"}, -{"type":"Feature","properties":{"mag":1.7,"place":"10km SW of Volcano, Hawaii","time":1394818058400,"updated":1394841468169,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656066","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656066.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"hv","code":"60656066","ids":",hv60656066,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.01796631,"rms":0.11,"gap":64.8,"magType":"Ml","type":"earthquake","title":"M 1.7 - 10km SW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3,19.3533,2.9]},"id":"hv60656066"}, -{"type":"Feature","properties":{"mag":2.3,"place":"92km N of Kodiak, Alaska","time":1394818041000,"updated":1394819755931,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187391","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187391.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11187391","ids":",ak11187391,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 92km N of Kodiak, Alaska"},"geometry":{"type":"Point","coordinates":[-152.2399,58.6184,43.8]},"id":"ak11187391"}, -{"type":"Feature","properties":{"mag":1,"place":"27km SSW of Malad City, Idaho","time":1394817765600,"updated":1394826343624,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059372","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059372.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059372","ids":",uu60059372,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.05389892,"rms":0.24,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 27km SSW of Malad City, Idaho"},"geometry":{"type":"Point","coordinates":[-112.3845,41.9665,6.1]},"id":"uu60059372"}, -{"type":"Feature","properties":{"mag":1.67,"place":"9km NW of The Geysers, California","time":1394817696230,"updated":1394829306057,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185166","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185166.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":43,"net":"nc","code":"72185166","ids":",nc72185166,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":38,"dmin":0.006388,"rms":0.03,"gap":81,"magType":"md","type":"earthquake","title":"M 1.7 - 9km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8431702,38.8224983,2.33]},"id":"nc72185166"}, -{"type":"Feature","properties":{"mag":2.8,"place":"64km N of Tierras Nuevas Poniente, Puerto Rico","time":1394816701400,"updated":1394892685000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073017","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073017.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14073017","ids":",pr14073017,usc000nbmj,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":8,"dmin":0.56773526,"rms":0.14,"gap":259.2,"magType":"Md","type":"earthquake","title":"M 2.8 - 64km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4815,19.0459,30]},"id":"pr14073017"}, -{"type":"Feature","properties":{"mag":2,"place":"17km SW of North Nenana, Alaska","time":1394816333000,"updated":1394817386181,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187384","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187384.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187384","ids":",ak11187384,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 17km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3637,64.4631,0]},"id":"ak11187384"}, -{"type":"Feature","properties":{"mag":1.3,"place":"4km WNW of Dixon Lane-Meadow Creek, California","time":1394815938800,"updated":1394830383055,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185151","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185151.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"nc","code":"72185151","ids":",nc72185151,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.11,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 4km WNW of Dixon Lane-Meadow Creek, California"},"geometry":{"type":"Point","coordinates":[-118.4592,37.4077,12.6]},"id":"nc72185151"}, -{"type":"Feature","properties":{"mag":1.47,"place":"4km NNE of Borrego Springs, California","time":1394815657290,"updated":1394826354120,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476049","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476049.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":33,"net":"ci","code":"15476049","ids":",ci15476049,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":51,"dmin":0.02987,"rms":0.18,"gap":33,"magType":"ml","type":"earthquake","title":"M 1.5 - 4km NNE of Borrego Springs, California"},"geometry":{"type":"Point","coordinates":[-116.3603333,33.2973333,13.14]},"id":"ci15476049"}, -{"type":"Feature","properties":{"mag":4,"place":"39km SW of Ferndale, California","time":1394814755200,"updated":1394860743878,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185141","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185141.geojsonp","felt":27,"cdi":2.7,"mmi":2.57,"alert":"green","status":"REVIEWED","tsunami":null,"sig":253,"net":"nc","code":"72185141","ids":",nc72185141,usc000nbd4,","sources":",nc,us,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":0.25152828,"rms":0.14,"gap":230.4,"magType":"Mw","type":"earthquake","title":"M 4.0 - 39km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.6103,40.3482,19.5]},"id":"nc72185141"}, -{"type":"Feature","properties":{"mag":5.3,"place":"43km NE of Iwo Jima, Japan","time":1394814537040,"updated":1394843497648,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbda","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbda.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nbda","ids":",usc000nbda,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":8.179,"rms":0.74,"gap":101,"magType":"mb","type":"earthquake","title":"M 5.3 - 43km NE of Iwo Jima, Japan"},"geometry":{"type":"Point","coordinates":[141.633,25.0629,502.54]},"id":"usc000nbda"}, -{"type":"Feature","properties":{"mag":1.43,"place":"14km WNW of Progreso, Mexico","time":1394814078100,"updated":1394825375020,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476025","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476025.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":31,"net":"ci","code":"15476025","ids":",ci15476025,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.008335,"rms":0.2,"gap":132,"magType":"ml","type":"earthquake","title":"M 1.4 - 14km WNW of Progreso, Mexico"},"geometry":{"type":"Point","coordinates":[-115.7165,32.6493333,8.3]},"id":"ci15476025"}, -{"type":"Feature","properties":{"mag":2.7,"place":"92km W of Ferndale, California","time":1394813793800,"updated":1395115866476,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185126","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185126.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"nc","code":"72185126","ids":",nc72185126,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.7995006,"rms":0.24,"gap":302.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 92km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3472,40.714,28.3]},"id":"nc72185126"}, -{"type":"Feature","properties":{"mag":3.2,"place":"6km S of Francis, Utah","time":1394813031100,"updated":1395075205591,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059347","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059347.geojsonp","felt":11,"cdi":3.9,"mmi":2.42,"alert":null,"status":"REVIEWED","tsunami":null,"sig":162,"net":"uu","code":"60059347","ids":",uu60059347,usc000nbc9,","sources":",uu,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.08084838,"rms":0.16,"gap":61.2,"magType":"Ml","type":"earthquake","title":"M 3.2 - 6km S of Francis, Utah"},"geometry":{"type":"Point","coordinates":[-111.2688,40.5612,14]},"id":"uu60059347"}, -{"type":"Feature","properties":{"mag":1,"place":"9km NNW of Big Bear City, California","time":1394811713100,"updated":1394824945290,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15476009","ids":",ci15476009,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.08698,"rms":0.15,"gap":75,"magType":"ml","type":"quarry_blast","title":"M 1.0 Quarry_blast - 9km NNW of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.8726667,34.3398333,0.01]},"id":"ci15476009"}, -{"type":"Feature","properties":{"mag":1.7,"place":"6km WSW of Volcano, Hawaii","time":1394811453200,"updated":1394844374590,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"hv","code":"60656006","ids":",hv60656006,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.00898315,"rms":0.1,"gap":46.8,"magType":"Ml","type":"earthquake","title":"M 1.7 - 6km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2937,19.4033,3.1]},"id":"hv60656006"}, -{"type":"Feature","properties":{"mag":4.6,"place":"103km NE of Iquique, Chile","time":1394811078270,"updated":1394840026084,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbbj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbbj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nbbj","ids":",usc000nbbj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.296,"rms":1.35,"gap":118,"magType":"mb","type":"earthquake","title":"M 4.6 - 103km NE of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-69.5273,-19.4895,92.86]},"id":"usc000nbbj"}, -{"type":"Feature","properties":{"mag":1.6,"place":"110km NW of Talkeetna, Alaska","time":1394810766000,"updated":1394815217690,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187327","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187327.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187327","ids":",ak11187327,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 110km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.498,63.082,7.5]},"id":"ak11187327"}, -{"type":"Feature","properties":{"mag":1.1,"place":"93km WNW of Cantwell, Alaska","time":1394810477000,"updated":1394810757470,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187325","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187325.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11187325","ids":",ak11187325,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 93km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7869,63.5687,13.6]},"id":"ak11187325"}, -{"type":"Feature","properties":{"mag":1.3,"place":"50km W of Cantwell, Alaska","time":1394809225000,"updated":1394828764356,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187323","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187323.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11187323","ids":",ak11187323,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 50km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9523,63.3811,93.6]},"id":"ak11187323"}, -{"type":"Feature","properties":{"mag":2,"place":"13km SSW of Y, Alaska","time":1394807509000,"updated":1394808832705,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187290","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187290.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187290","ids":",ak11187290,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 13km SSW of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.915,62.0433,40.2]},"id":"ak11187290"}, -{"type":"Feature","properties":{"mag":2.5,"place":"80km SSE of Tanaga Volcano, Alaska","time":1394806910000,"updated":1394835868735,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187288","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187288.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11187288","ids":",ak11187288,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.92,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 80km SSE of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-177.6418,51.2299,14.5]},"id":"ak11187288"}, -{"type":"Feature","properties":{"mag":1.4,"place":"56km SW of Cantwell, Alaska","time":1394806700000,"updated":1394828306766,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187285","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187285.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187285","ids":",ak11187285,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 56km SW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8023,63.0562,83.7]},"id":"ak11187285"}, -{"type":"Feature","properties":{"mag":2.7,"place":"60km N of Tierras Nuevas Poniente, Puerto Rico","time":1394806255300,"updated":1394835208143,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073016","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073016.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073016","ids":",pr14073016,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.53180265,"rms":0.37,"gap":266.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 60km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.481,19.0104,43]},"id":"pr14073016"}, -{"type":"Feature","properties":{"mag":1.9,"place":"59km N of Tierras Nuevas Poniente, Puerto Rico","time":1394806229000,"updated":1394823519451,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073015","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073015.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"pr","code":"14073015","ids":",pr14073015,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.51653129,"rms":0.05,"gap":302.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 59km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4953,18.9967,61]},"id":"pr14073015"}, -{"type":"Feature","properties":{"mag":5.5,"place":"111km E of Mohean, India","time":1394804286410,"updated":1394900539000,"tz":360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb99","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb99.geojsonp","felt":null,"cdi":null,"mmi":3.64,"alert":"green","status":"reviewed","tsunami":null,"sig":465,"net":"us","code":"c000nb99","ids":",usc000nb99,gcmt20140314133806,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":3.654,"rms":0.82,"gap":98,"magType":"mb","type":"earthquake","title":"M 5.5 - 111km E of Mohean, India"},"geometry":{"type":"Point","coordinates":[94.317,7.8,10]},"id":"usc000nb99"}, -{"type":"Feature","properties":{"mag":1.2,"place":"14km WSW of Anacortes, Washington","time":1394804236300,"updated":1394810415600,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718661.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"uw","code":"60718661","ids":",uw60718661,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.17966306,"rms":0.23,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 1.2 - 14km WSW of Anacortes, Washington"},"geometry":{"type":"Point","coordinates":[-122.778,48.4445,50.5]},"id":"uw60718661"}, -{"type":"Feature","properties":{"mag":1,"place":"9km W of Cobb, California","time":1394803837200,"updated":1394807224692,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185061","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185061.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185061","ids":",nc72185061,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.0 - 9km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.831,38.8383,2.7]},"id":"nc72185061"}, -{"type":"Feature","properties":{"mag":1,"place":"9km W of Cobb, California","time":1394803761020,"updated":1394805902296,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185066","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185066.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"nc","code":"72185066","ids":",nc72185066,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.004566,"rms":0.02,"gap":52,"magType":"md","type":"earthquake","title":"M 1.0 - 9km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8296661,38.8381653,2.73]},"id":"nc72185066"}, -{"type":"Feature","properties":{"mag":1.9,"place":"9km WNW of Cobb, California","time":1394803744600,"updated":1394845028483,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185051","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185051.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185051","ids":",nc72185051,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.9 - 9km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.829,38.8413,2.6]},"id":"nc72185051"}, -{"type":"Feature","properties":{"mag":1.44,"place":"4km S of Redlands, California","time":1394802447270,"updated":1394828314510,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475993","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475993.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":32,"net":"ci","code":"15475993","ids":",ci15475993,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":58,"dmin":0.0691,"rms":0.12,"gap":46,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km S of Redlands, California"},"geometry":{"type":"Point","coordinates":[-117.1918333,34.0148333,14.61]},"id":"ci15475993"}, -{"type":"Feature","properties":{"mag":2.7,"place":"45km SSW of Cordova, Alaska","time":1394802156000,"updated":1394831113151,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187250","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187250.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11187250","ids":",ak11187250,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 45km SSW of Cordova, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1715,60.1877,13.7]},"id":"ak11187250"}, -{"type":"Feature","properties":{"mag":2.1,"place":"16km SSW of Guanica, Puerto Rico","time":1394802025000,"updated":1394822738039,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073014","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073014.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"pr","code":"14073014","ids":",pr14073014,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.1527136,"rms":0.07,"gap":288,"magType":"Md","type":"earthquake","title":"M 2.1 - 16km SSW of Guanica, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9681,17.8346,11]},"id":"pr14073014"}, -{"type":"Feature","properties":{"mag":1.9,"place":"23km NNW of Lost Hills, California","time":1394801763500,"updated":1395100266045,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185036","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185036.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185036","ids":",nc72185036,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.11678099,"rms":0.14,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 23km NNW of Lost Hills, California"},"geometry":{"type":"Point","coordinates":[-119.8357,35.7917,12.3]},"id":"nc72185036"}, -{"type":"Feature","properties":{"mag":2.6,"place":"93km NNW of Road Town, British Virgin Islands","time":1394801689200,"updated":1394830635754,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073018","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073018.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14073018","ids":",pr14073018,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.88573887,"rms":0.31,"gap":334.8,"magType":"Md","type":"earthquake","title":"M 2.6 - 93km NNW of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.8358,19.236,13]},"id":"pr14073018"}, -{"type":"Feature","properties":{"mag":1.5,"place":"5km WSW of Yucaipa, California","time":1394801636800,"updated":1394828321880,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475985","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475985.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"ci","code":"15475985","ids":",ci15475985,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":59,"dmin":0.01796631,"rms":0.24,"gap":28.8,"magType":"Ml","type":"earthquake","title":"M 1.5 - 5km WSW of Yucaipa, California"},"geometry":{"type":"Point","coordinates":[-117.0958,34.0183,17]},"id":"ci15475985"}, -{"type":"Feature","properties":{"mag":1.5,"place":"19km NNE of Fishhook, Alaska","time":1394801607000,"updated":1394802680691,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187247","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187247.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11187247","ids":",ak11187247,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.9,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 19km NNE of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1614,61.9133,18]},"id":"ak11187247"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394800662500,"updated":1394829619845,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073013","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073013.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073013","ids":",pr14073013,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.58839651,"rms":0.11,"gap":259.2,"magType":"Md","type":"earthquake","title":"M 2.7 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4513,19.0638,27]},"id":"pr14073013"}, -{"type":"Feature","properties":{"mag":1.6,"place":"85km NW of Talkeetna, Alaska","time":1394800577000,"updated":1394827958445,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187222","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187222.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11187222","ids":",ak11187222,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 85km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1042,62.9437,121.5]},"id":"ak11187222"}, -{"type":"Feature","properties":{"mag":2.4,"place":"30km NE of Talkeetna, Alaska","time":1394800264000,"updated":1394801170261,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187218","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187218.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":89,"net":"ak","code":"11187218","ids":",ak11187218,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 30km NE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7711,62.5459,69.5]},"id":"ak11187218"}, -{"type":"Feature","properties":{"mag":2.5,"place":"80km W of Willow, Alaska","time":1394800155000,"updated":1394829110181,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187215","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187215.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":96,"net":"ak","code":"11187215","ids":",ak11187215,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 80km W of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5597,61.7419,54]},"id":"ak11187215"}, -{"type":"Feature","properties":{"mag":4.7,"place":"66km NW of La Ligua, Chile","time":1394799752170,"updated":1394802822692,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb7x","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb7x.geojsonp","felt":4,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":341,"net":"us","code":"c000nb7x","ids":",usc000nb7x,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.42,"rms":0.79,"gap":137,"magType":"mb","type":"earthquake","title":"M 4.7 - 66km NW of La Ligua, Chile"},"geometry":{"type":"Point","coordinates":[-71.7348,-32.0366,42.32]},"id":"usc000nb7x"}, -{"type":"Feature","properties":{"mag":1.8,"place":"5km W of Cobb, California","time":1394798822500,"updated":1394811547440,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185016","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185016.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72185016","ids":",nc72185016,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 5km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7823,38.8273,2.3]},"id":"nc72185016"}, -{"type":"Feature","properties":{"mag":1.66,"place":"13km SW of Westwood, California","time":1394797905910,"updated":1395102486938,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":42,"net":"nc","code":"72185001","ids":",nc72185001,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.05483,"rms":0.06,"gap":131,"magType":"md","type":"earthquake","title":"M 1.7 - 13km SW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-121.112,40.2171667,8.95]},"id":"nc72185001"}, -{"type":"Feature","properties":{"mag":2,"place":"56km SSW of Cantwell, Alaska","time":1394797394000,"updated":1394798410940,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187211","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187211.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187211","ids":",ak11187211,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 56km SSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5296,62.9578,71.9]},"id":"ak11187211"}, -{"type":"Feature","properties":{"mag":1.1,"place":"13km NE of Pahala, Hawaii","time":1394797157200,"updated":1394842449986,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655941","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655941.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"hv","code":"60655941","ids":",hv60655941,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.12,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.1 - 13km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3788,19.2858,3.4]},"id":"hv60655941"}, -{"type":"Feature","properties":{"mag":1.8,"place":"19km WSW of Volcano, Hawaii","time":1394796442000,"updated":1394796641591,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655936","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655936.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60655936","ids":",hv60655936,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.2,"gap":32.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 19km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.424,19.3942,8.6]},"id":"hv60655936"}, -{"type":"Feature","properties":{"mag":4.5,"place":"58km WSW of Kuril'sk, Russia","time":1394794414370,"updated":1394823368135,"tz":720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb63","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb63.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nb63","ids":",usc000nb63,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.621,"rms":0.77,"gap":132,"magType":"mb","type":"earthquake","title":"M 4.5 - 58km WSW of Kuril'sk, Russia"},"geometry":{"type":"Point","coordinates":[147.1817,45.0561,162.43]},"id":"usc000nb63"}, -{"type":"Feature","properties":{"mag":2.6,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394793653500,"updated":1394822618348,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073012","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073012.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14073012","ids":",pr14073012,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.58390493,"rms":0.5,"gap":266.4,"magType":"Md","type":"earthquake","title":"M 2.6 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4544,19.0611,43]},"id":"pr14073012"}, -{"type":"Feature","properties":{"mag":2.7,"place":"111km NW of Talkeetna, Alaska","time":1394792881000,"updated":1394821838995,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187182","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187182.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11187182","ids":",ak11187182,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 111km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5136,63.0863,4.2]},"id":"ak11187182"}, -{"type":"Feature","properties":{"mag":2.7,"place":"64km N of Tierras Nuevas Poniente, Puerto Rico","time":1394792589300,"updated":1394821543895,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073007.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073007","ids":",pr14073007,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.56953189,"rms":0.2,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 64km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4619,19.0461,43]},"id":"pr14073007"}, -{"type":"Feature","properties":{"mag":1.6,"place":"32km W of Enterprise, Utah","time":1394792573300,"updated":1394851002000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059342","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059342.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"uu","code":"60059342","ids":",nn00441024,uu60059342,","sources":",nn,uu,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.18864621,"rms":0.11,"gap":100.8,"magType":"Ml","type":"earthquake","title":"M 1.6 - 32km W of Enterprise, Utah"},"geometry":{"type":"Point","coordinates":[-114.0815,37.5257,8.9]},"id":"uu60059342"}, -{"type":"Feature","properties":{"mag":2.3,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394792008100,"updated":1394810470154,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073008","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073008.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"pr","code":"14073008","ids":",pr14073008,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.62522744,"rms":0.23,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.3 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4675,19.104,21]},"id":"pr14073008"}, -{"type":"Feature","properties":{"mag":2.1,"place":"30km SW of Mountain View, Wyoming","time":1394791865800,"updated":1394826183579,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059337","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059337.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"uu","code":"60059337","ids":",uu60059337,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.35034296,"rms":0.25,"gap":126,"magType":"Ml","type":"earthquake","title":"M 2.1 - 30km SW of Mountain View, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.6365,41.1152,6]},"id":"uu60059337"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394791468400,"updated":1394820417540,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073011","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073011.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073011","ids":",pr14073011,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.58839651,"rms":0.37,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.46,19.0662,38]},"id":"pr14073011"}, -{"type":"Feature","properties":{"mag":2.9,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394791373800,"updated":1394820332623,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073010","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073010.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14073010","ids":",pr14073010,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.6288207,"rms":0.14,"gap":288,"magType":"Md","type":"earthquake","title":"M 2.9 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4568,19.1068,17]},"id":"pr14073010"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394791247600,"updated":1394820193244,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073009","ids":",pr14073009,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.75368652,"rms":0.21,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.489,19.0611,17]},"id":"pr14073009"}, -{"type":"Feature","properties":{"mag":1.7,"place":"35km ENE of Y, Alaska","time":1394791110000,"updated":1394792189892,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187180","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187180.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11187180","ids":",ak11187180,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.32,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 35km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2009,62.2526,38.3]},"id":"ak11187180"}, -{"type":"Feature","properties":{"mag":2.8,"place":"72km N of Tierras Nuevas Poniente, Puerto Rico","time":1394790875100,"updated":1394819830892,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14073006","ids":",pr14073006,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.64139711,"rms":0.27,"gap":252,"magType":"Md","type":"earthquake","title":"M 2.8 - 72km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4675,19.1193,28]},"id":"pr14073006"}, -{"type":"Feature","properties":{"mag":1.26,"place":"5km NW of The Geysers, California","time":1394790641580,"updated":1394800742941,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184966","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184966.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":24,"net":"nc","code":"72184966","ids":",nc72184966,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.01227,"rms":0.04,"gap":86,"magType":"md","type":"earthquake","title":"M 1.3 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.810997,38.8076668,2.42]},"id":"nc72184966"}, -{"type":"Feature","properties":{"mag":2.55,"place":"51km NE of Kernville, California","time":1394790134270,"updated":1394826422490,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475953","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475953.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":100,"net":"ci","code":"15475953","ids":",ci15475953,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":32,"dmin":0.1623,"rms":0.14,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.6 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0551667,36.1121667,1.47]},"id":"ci15475953"}, -{"type":"Feature","properties":{"mag":1.28,"place":"18km SE of Gardnerville Ranchos, Nevada","time":1394789866105,"updated":1395080814000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441021","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441021.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":25,"net":"nn","code":"00441021","ids":",nn00441021,","sources":",nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":4,"dmin":0.342,"rms":null,"gap":259.9,"magType":"ml","type":"earthquake","title":"M 1.3 - 18km SE of Gardnerville Ranchos, Nevada"},"geometry":{"type":"Point","coordinates":[-119.6197,38.7479,12]},"id":"nn00441021"}, -{"type":"Feature","properties":{"mag":2.8,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394789818500,"updated":1394818774718,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14073005","ids":",pr14073005,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.63241396,"rms":0.18,"gap":262.8,"magType":"Md","type":"earthquake","title":"M 2.8 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4674,19.1103,28]},"id":"pr14073005"}, -{"type":"Feature","properties":{"mag":3.2,"place":"61km SW of Anchor Point, Alaska","time":1394789732000,"updated":1394818689778,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187153","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187153.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":158,"net":"ak","code":"11187153","ids":",ak11187153,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.89,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 61km SW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.726,59.4573,99.9]},"id":"ak11187153"}, -{"type":"Feature","properties":{"mag":4.4,"place":"7km ESE of Arriaga, Mexico","time":1394789500210,"updated":1394808150023,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb48","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb48.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nb48","ids":",usc000nb48,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.637,"rms":1.05,"gap":159,"magType":"mb","type":"earthquake","title":"M 4.4 - 7km ESE of Arriaga, Mexico"},"geometry":{"type":"Point","coordinates":[-93.8398,16.2036,115.08]},"id":"usc000nb48"}, -{"type":"Feature","properties":{"mag":1.4,"place":"10km NNW of Carson, Washington","time":1394789491300,"updated":1394821894537,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718591","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718591.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"uw","code":"60718591","ids":",uw60718591,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.1527136,"rms":0.21,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.4 - 10km NNW of Carson, Washington"},"geometry":{"type":"Point","coordinates":[-121.8707,45.8095,7.1]},"id":"uw60718591"}, -{"type":"Feature","properties":{"mag":1.5,"place":"38km W of Willow, Alaska","time":1394789383000,"updated":1394827430331,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187152","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187152.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187152","ids":",ak11187152,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.32,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 38km W of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7604,61.7599,68.7]},"id":"ak11187152"}, -{"type":"Feature","properties":{"mag":1.8,"place":"37km N of North Nenana, Alaska","time":1394789244000,"updated":1394789886578,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187150","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187150.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187150","ids":",ak11187150,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 37km N of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1223,64.9171,9.9]},"id":"ak11187150"}, -{"type":"Feature","properties":{"mag":1.6,"place":"30km ENE of Soledad, California","time":1394789157600,"updated":1394797807545,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184956","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184956.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72184956","ids":",nc72184956,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.07,"gap":108,"magType":"Md","type":"earthquake","title":"M 1.6 - 30km ENE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.0335,36.5595,7.1]},"id":"nc72184956"}, -{"type":"Feature","properties":{"mag":1.2,"place":"51km NE of Y, Alaska","time":1394787839000,"updated":1394827138241,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187147","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187147.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11187147","ids":",ak11187147,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 51km NE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0939,62.4558,55.5]},"id":"ak11187147"}, -{"type":"Feature","properties":{"mag":3.1,"place":"41km SSE of Redoubt Volcano, Alaska","time":1394786680000,"updated":1394815632438,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187145","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187145.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":148,"net":"ak","code":"11187145","ids":",ak11187145,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 41km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5207,60.131,70.7]},"id":"ak11187145"}, -{"type":"Feature","properties":{"mag":1.24,"place":"9km SSE of Chester, California","time":1394786618900,"updated":1395102486659,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184936","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184936.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"nc","code":"72184936","ids":",nc72184936,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.2499,"rms":0.07,"gap":265,"magType":"md","type":"earthquake","title":"M 1.2 - 9km SSE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.178,40.2311667,5.86]},"id":"nc72184936"}, -{"type":"Feature","properties":{"mag":1.29,"place":"14km NNE of Virginia City, Nevada","time":1394786095156,"updated":1394850998000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441020","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441020.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"nn","code":"00441020","ids":",nn00441020,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":17,"dmin":0.141,"rms":0.1008,"gap":80.23,"magType":"ml","type":"earthquake","title":"M 1.3 - 14km NNE of Virginia City, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5789,39.4249,9.5211]},"id":"nn00441020"}, -{"type":"Feature","properties":{"mag":2.2,"place":"30km WNW of Okanogan, Washington","time":1394785748200,"updated":1394821277403,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"uw","code":"60718576","ids":",uw60718576,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.42220818,"rms":0.33,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 2.2 - 30km WNW of Okanogan, Washington"},"geometry":{"type":"Point","coordinates":[-119.929,48.5115,0.3]},"id":"uw60718576"}, -{"type":"Feature","properties":{"mag":1.03,"place":"18km ESE of Anza, California","time":1394785126530,"updated":1394825083750,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475937","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475937.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475937","ids":",ci15475937,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.06165,"rms":0.14,"gap":97,"magType":"ml","type":"earthquake","title":"M 1.0 - 18km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.487,33.489,16.25]},"id":"ci15475937"}, -{"type":"Feature","properties":{"mag":4.7,"place":"69km SW of Sary-Tash, Kyrgyzstan","time":1394784911690,"updated":1394813867444,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb2n","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb2n.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nb2n","ids":",usc000nb2n,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.547,"rms":1.18,"gap":48,"magType":"mb","type":"earthquake","title":"M 4.7 - 69km SW of Sary-Tash, Kyrgyzstan"},"geometry":{"type":"Point","coordinates":[72.6057,39.3546,54.2]},"id":"usc000nb2n"}, -{"type":"Feature","properties":{"mag":2,"place":"51km NE of Road Town, British Virgin Islands","time":1394784845300,"updated":1394787054747,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14073004","ids":",pr14073004,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.45814079,"rms":0.02,"gap":338.4,"magType":"Md","type":"earthquake","title":"M 2.0 - 51km NE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.2667,18.7345,45]},"id":"pr14073004"}, -{"type":"Feature","properties":{"mag":1.27,"place":"10km SSE of Chester, California","time":1394784030730,"updated":1395106149060,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184916","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184916.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":25,"net":"nc","code":"72184916","ids":",nc72184916,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.2581,"rms":0.06,"gap":213,"magType":"md","type":"earthquake","title":"M 1.3 - 10km SSE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.167,40.2283333,5.75]},"id":"nc72184916"}, -{"type":"Feature","properties":{"mag":1.75,"place":"51km NE of Kernville, California","time":1394783895420,"updated":1394824192650,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475921.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":47,"net":"ci","code":"15475921","ids":",ci15475921,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.1616,"rms":0.14,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.8 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0543333,36.1116667,0.07]},"id":"ci15475921"}, -{"type":"Feature","properties":{"mag":1,"place":"27km ENE of West Yellowstone, Montana","time":1394783802800,"updated":1394825963527,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059327","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059327.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059327","ids":",uu60059327,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.16,"gap":162,"magType":"Ml","type":"earthquake","title":"M 1.0 - 27km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7858,44.751,7.3]},"id":"uu60059327"}, -{"type":"Feature","properties":{"mag":1.2,"place":"4km NW of Cobb, California","time":1394782243300,"updated":1394791566273,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184886","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184886.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184886","ids":",nc72184886,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 4km NW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7647,38.8445,2.1]},"id":"nc72184886"}, -{"type":"Feature","properties":{"mag":2,"place":"107km NW of Talkeetna, Alaska","time":1394782179000,"updated":1394783190434,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187125","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187125.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187125","ids":",ak11187125,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 107km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4938,63.0483,9.3]},"id":"ak11187125"}, -{"type":"Feature","properties":{"mag":1.2,"place":"4km NW of Cobb, California","time":1394782159300,"updated":1394789823219,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184881","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184881.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184881","ids":",nc72184881,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.09,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.2 - 4km NW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7615,38.8463,0.1]},"id":"nc72184881"}, -{"type":"Feature","properties":{"mag":1.7,"place":"91km NNW of Talkeetna, Alaska","time":1394781551000,"updated":1394826875195,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187124","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187124.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11187124","ids":",ak11187124,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.24,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 91km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8606,63.0659,123.5]},"id":"ak11187124"}, -{"type":"Feature","properties":{"mag":1.18,"place":"44km SW of Beatty, Nevada","time":1394780700290,"updated":1394850987000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475913","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475913.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475913","ids":",ci15475913,nn00441018,","sources":",ci,nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.2814,"rms":0.13,"gap":148,"magType":"ml","type":"earthquake","title":"M 1.2 - 44km SW of Beatty, Nevada"},"geometry":{"type":"Point","coordinates":[-117.1333333,36.6323333,5.82]},"id":"ci15475913"}, -{"type":"Feature","properties":{"mag":2.1,"place":"8km SSW of Volcano, Hawaii","time":1394780600300,"updated":1394780947269,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655846","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655846.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":68,"net":"hv","code":"60655846","ids":",hv60655846,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.26,"gap":295.2,"magType":"Ml","type":"earthquake","title":"M 2.1 - 8km SSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.256,19.3537,0.9]},"id":"hv60655846"}, -{"type":"Feature","properties":{"mag":1.8,"place":"37km SSE of Redoubt Volcano, Alaska","time":1394780405000,"updated":1394826618085,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187122","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187122.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ak","code":"11187122","ids":",ak11187122,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 37km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5466,60.1613,93]},"id":"ak11187122"}, -{"type":"Feature","properties":{"mag":4.7,"place":"47km NNE of Puquio, Peru","time":1394780164440,"updated":1394809122917,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb1n","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb1n.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nb1n","ids":",usc000nb1n,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.555,"rms":0.9,"gap":90,"magType":"mb","type":"earthquake","title":"M 4.7 - 47km NNE of Puquio, Peru"},"geometry":{"type":"Point","coordinates":[-74.0427,-14.2836,81.1]},"id":"usc000nb1n"}, -{"type":"Feature","properties":{"mag":2.3,"place":"62km ESE of Sutton-Alpine, Alaska","time":1394778364000,"updated":1394779466730,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187106","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187106.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11187106","ids":",ak11187106,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 62km ESE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-147.7207,61.619,11.7]},"id":"ak11187106"}, -{"type":"Feature","properties":{"mag":1.4,"place":"23km SE of Yosemite Valley, California","time":1394778010700,"updated":1394786822710,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72184836","ids":",nc72184836,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.04,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.36,37.6133,13.7]},"id":"nc72184836"}, -{"type":"Feature","properties":{"mag":1.55,"place":"22km NNE of Searles Valley, California","time":1394777536040,"updated":1394824245320,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475897","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475897.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":37,"net":"ci","code":"15475897","ids":",ci15475897,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.08064,"rms":0.13,"gap":65,"magType":"ml","type":"earthquake","title":"M 1.6 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3306667,35.962,6.97]},"id":"ci15475897"}, -{"type":"Feature","properties":{"mag":1,"place":"23km SE of Yosemite Valley, California","time":1394777293400,"updated":1394817423284,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184826","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184826.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72184826","ids":",nc72184826,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.19,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.363,37.6127,8.1]},"id":"nc72184826"}, -{"type":"Feature","properties":{"mag":2.3,"place":"23km ESE of Yosemite Valley, California","time":1394777092600,"updated":1394861523619,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184821","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184821.geojsonp","felt":2,"cdi":2.2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":82,"net":"nc","code":"72184821","ids":",nc72184821,nn00441014,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.06,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 2.3 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3527,37.6328,14.3]},"id":"nc72184821"}, -{"type":"Feature","properties":{"mag":2,"place":"106km NW of Talkeetna, Alaska","time":1394776847000,"updated":1394777761473,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187104","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187104.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187104","ids":",ak11187104,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 106km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4464,63.0556,4.3]},"id":"ak11187104"}, -{"type":"Feature","properties":{"mag":2.6,"place":"9km NNE of Villalba, Puerto Rico","time":1394776072200,"updated":1394805029374,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14073002","ids":",pr14073002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.22008724,"rms":0.31,"gap":154.8,"magType":"Md","type":"earthquake","title":"M 2.6 - 9km NNE of Villalba, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4432,18.2003,86]},"id":"pr14073002"}, -{"type":"Feature","properties":{"mag":4.1,"place":"115km ENE of Amahai, Indonesia","time":1394775999330,"updated":1394804960353,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb0y","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb0y.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":259,"net":"us","code":"c000nb0y","ids":",usc000nb0y,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.328,"rms":0.65,"gap":114,"magType":"mb","type":"earthquake","title":"M 4.1 - 115km ENE of Amahai, Indonesia"},"geometry":{"type":"Point","coordinates":[129.9209,-3.056,59.37]},"id":"usc000nb0y"}, -{"type":"Feature","properties":{"mag":1.4,"place":"16km W of Mayaguez, Puerto Rico","time":1394774982100,"updated":1394783283147,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"pr","code":"14073003","ids":",pr14073003,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.20032431,"rms":0.03,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 16km W of Mayaguez, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.2977,18.1763,22]},"id":"pr14073003"}, -{"type":"Feature","properties":{"mag":1.9,"place":"62km NW of Talkeetna, Alaska","time":1394774532000,"updated":1394775691829,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187103","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187103.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11187103","ids":",ak11187103,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":null,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 62km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0102,62.7043,50]},"id":"ak11187103"}, -{"type":"Feature","properties":{"mag":2.3,"place":"106km NW of Talkeetna, Alaska","time":1394774269000,"updated":1394775259759,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187100","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187100.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11187100","ids":",ak11187100,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 106km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4452,63.0589,6.3]},"id":"ak11187100"}, -{"type":"Feature","properties":{"mag":1.2,"place":"109km NW of Talkeetna, Alaska","time":1394774086000,"updated":1394826073735,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187099","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187099.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11187099","ids":",ak11187099,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.69,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 109km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.528,63.0619,11.2]},"id":"ak11187099"}, -{"type":"Feature","properties":{"mag":2.6,"place":"111km NW of Talkeetna, Alaska","time":1394773636000,"updated":1394802589817,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187091","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187091.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":104,"net":"ak","code":"11187091","ids":",ak11187091,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 111km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5043,63.0978,8.2]},"id":"ak11187091"}, -{"type":"Feature","properties":{"mag":1.8,"place":"108km NW of Talkeetna, Alaska","time":1394773146000,"updated":1394826072803,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187080","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187080.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ak","code":"11187080","ids":",ak11187080,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 108km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5223,63.0539,6.9]},"id":"ak11187080"}, -{"type":"Feature","properties":{"mag":1.25,"place":"15km NNW of Seeley, California","time":1394772998290,"updated":1394823383890,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475873","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475873.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475873","ids":",ci15475873,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.04033,"rms":0.16,"gap":57,"magType":"ml","type":"earthquake","title":"M 1.3 - 15km NNW of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.7778333,32.9091667,7.84]},"id":"ci15475873"}, -{"type":"Feature","properties":{"mag":2.6,"place":"111km NW of Talkeetna, Alaska","time":1394772938000,"updated":1394801903637,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187076","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187076.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":104,"net":"ak","code":"11187076","ids":",ak11187076,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.91,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 111km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4664,63.1117,18]},"id":"ak11187076"}, -{"type":"Feature","properties":{"mag":1.62,"place":"1km SW of Brawley, California","time":1394772757540,"updated":1394822624080,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475865.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"ci","code":"15475865","ids":",ci15475865,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.1303,"rms":0.15,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.6 - 1km SW of Brawley, California"},"geometry":{"type":"Point","coordinates":[-115.5445,32.9675,10.09]},"id":"ci15475865"}, -{"type":"Feature","properties":{"mag":4.3,"place":"180km NNW of Tobelo, Indonesia","time":1394772686320,"updated":1394801707310,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb03","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb03.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nb03","ids":",usc000nb03,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.34,"rms":0.55,"gap":139,"magType":"mb","type":"earthquake","title":"M 4.3 - 180km NNW of Tobelo, Indonesia"},"geometry":{"type":"Point","coordinates":[127.1527,3.1187,63.78]},"id":"usc000nb03"}, -{"type":"Feature","properties":{"mag":4.4,"place":"119km N of Tobelo, Indonesia","time":1394771946220,"updated":1394800921486,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nazw","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nazw.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nazw","ids":",usc000nazw,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.172,"rms":0.8,"gap":74,"magType":"mb","type":"earthquake","title":"M 4.4 - 119km N of Tobelo, Indonesia"},"geometry":{"type":"Point","coordinates":[128.1982,2.792,141.77]},"id":"usc000nazw"}, -{"type":"Feature","properties":{"mag":2.6,"place":"8km NNE of Guthrie, Oklahoma","time":1394770764260,"updated":1394927313000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc7e","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc7e.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"us","code":"c000nc7e","ids":",usc000nc7e,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 8km NNE of Guthrie, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.395,35.951,3.6]},"id":"usc000nc7e"}, -{"type":"Feature","properties":{"mag":1.05,"place":"52km N of Pahrump, Nevada","time":1394770548608,"updated":1394850965000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"nn","code":"00441005","ids":",nn00441005,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":11,"dmin":0.104,"rms":0.135,"gap":231.24,"magType":"ml","type":"earthquake","title":"M 1.1 - 52km N of Pahrump, Nevada"},"geometry":{"type":"Point","coordinates":[-115.8736,36.676,4.3855]},"id":"nn00441005"}, -{"type":"Feature","properties":{"mag":1.8,"place":"8km ESE of Big Lake, Alaska","time":1394770269000,"updated":1394771158302,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187073","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187073.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187073","ids":",ak11187073,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 8km ESE of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8,61.4992,36.9]},"id":"ak11187073"}, -{"type":"Feature","properties":{"mag":2.5,"place":"15km NE of Anchor Point, Alaska","time":1394770042000,"updated":1394799001989,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187070","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187070.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":96,"net":"ak","code":"11187070","ids":",ak11187070,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 15km NE of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-151.6592,59.8835,19.8]},"id":"ak11187070"}, -{"type":"Feature","properties":{"mag":1.47,"place":"25km ENE of Pine Valley, California","time":1394769962770,"updated":1394822296240,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475857","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475857.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":33,"net":"ci","code":"15475857","ids":",ci15475857,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.02489,"rms":0.24,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.5 - 25km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2771667,32.9023333,2.53]},"id":"ci15475857"}, -{"type":"Feature","properties":{"mag":2.05,"place":"3km ESE of Redway, California","time":1394769754300,"updated":1395195724915,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184761","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184761.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":65,"net":"nc","code":"72184761","ids":",nc72184761,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1067,"rms":0.1,"gap":88,"magType":"md","type":"earthquake","title":"M 2.1 - 3km ESE of Redway, California"},"geometry":{"type":"Point","coordinates":[-123.779,40.11,21.17]},"id":"nc72184761"}, -{"type":"Feature","properties":{"mag":1.6,"place":"20km W of Portola, California","time":1394769722900,"updated":1395107466376,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184766","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184766.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"nc","code":"72184766","ids":",nc72184766,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.04491576,"rms":0.14,"gap":133.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 20km W of Portola, California"},"geometry":{"type":"Point","coordinates":[-120.7127,39.7948,0.7]},"id":"nc72184766"}, -{"type":"Feature","properties":{"mag":1.4,"place":"123km W of Cantwell, Alaska","time":1394769572000,"updated":1394770093322,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187069","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187069.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11187069","ids":",ak11187069,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 123km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4123,63.3018,10.5]},"id":"ak11187069"}, -{"type":"Feature","properties":{"mag":1.01,"place":"9km WNW of The Geysers, California","time":1394768044490,"updated":1394769846633,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184751","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184751.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":16,"net":"nc","code":"72184751","ids":",nc72184751,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.007145,"rms":0.02,"gap":75,"magType":"md","type":"earthquake","title":"M 1.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8441696,38.822834,2.42]},"id":"nc72184751"}, -{"type":"Feature","properties":{"mag":2.1,"place":"7km NW of Perkins, Oklahoma","time":1394767480720,"updated":1394834281446,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb2a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb2a.geojsonp","felt":2,"cdi":2.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"us","code":"c000nb2a","ids":",usc000nb2a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.345,"rms":0.31,"gap":83,"magType":"mb_lg","type":"earthquake","title":"M 2.1 - 7km NW of Perkins, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.0905,36.021,5.71]},"id":"usc000nb2a"}, -{"type":"Feature","properties":{"mag":5.1,"place":"95km ENE of Amahai, Indonesia","time":1394767355150,"updated":1394796315864,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naz2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naz2.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":400,"net":"us","code":"c000naz2","ids":",usc000naz2,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.535,"rms":1.18,"gap":61,"magType":"mb","type":"earthquake","title":"M 5.1 - 95km ENE of Amahai, Indonesia"},"geometry":{"type":"Point","coordinates":[129.7115,-2.9968,34.63]},"id":"usc000naz2"}, -{"type":"Feature","properties":{"mag":2.2,"place":"3km SSE of Boqueron, Puerto Rico","time":1394767164200,"updated":1394770951389,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"pr","code":"14073001","ids":",pr14073001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.04311913,"rms":0.21,"gap":259.2,"magType":"Md","type":"earthquake","title":"M 2.2 - 3km SSE of Boqueron, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.153,17.9958,16]},"id":"pr14073001"}, -{"type":"Feature","properties":{"mag":2,"place":"8km E of Hidden Valley Lake, California","time":1394766398000,"updated":1394837702432,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184741","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184741.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72184741","ids":",nc72184741,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.08,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 8km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4592,38.803,9.5]},"id":"nc72184741"}, -{"type":"Feature","properties":{"mag":1.7,"place":"19km SE of Pahala, Hawaii","time":1394765959600,"updated":1394769916809,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"hv","code":"60655696","ids":",hv60655696,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.12576414,"rms":0.09,"gap":262.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 19km SE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3598,19.0725,33.5]},"id":"hv60655696"}, -{"type":"Feature","properties":{"mag":2.9,"place":"61km WSW of Talkeetna, Alaska","time":1394765561000,"updated":1394794517154,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186940","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186940.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":129,"net":"ak","code":"11186940","ids":",ak11186940,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 61km WSW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2697,62.2015,75.3]},"id":"ak11186940"}, -{"type":"Feature","properties":{"mag":2.1,"place":"23km NE of Greenfield, California","time":1394764720000,"updated":1394835062630,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72184721","ids":",nc72184721,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.04491576,"rms":0.07,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 2.1 - 23km NE of Greenfield, California"},"geometry":{"type":"Point","coordinates":[-121.0495,36.4685,6.4]},"id":"nc72184721"}, -{"type":"Feature","properties":{"mag":2.3,"place":"10km SSE of Volcano, Hawaii","time":1394764626800,"updated":1394774244915,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655686","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655686.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"hv","code":"60655686","ids":",hv60655686,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.13,"gap":72,"magType":"Ml","type":"earthquake","title":"M 2.3 - 10km SSE of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1852,19.3485,6]},"id":"hv60655686"}, -{"type":"Feature","properties":{"mag":2,"place":"9km WNW of The Geysers, California","time":1394763927600,"updated":1394841068544,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72184711","ids":",nc72184711,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8448,38.8225,2.5]},"id":"nc72184711"}, -{"type":"Feature","properties":{"mag":2,"place":"9km WNW of The Geysers, California","time":1394763840000,"updated":1394835964202,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184706","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184706.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72184706","ids":",nc72184706,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8445,38.8227,2.6]},"id":"nc72184706"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1394763757400,"updated":1394767146674,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184701","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184701.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72184701","ids":",nc72184701,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8182,38.8098,3.3]},"id":"nc72184701"}, -{"type":"Feature","properties":{"mag":2.9,"place":"8km NW of Perkins, Oklahoma","time":1394763734470,"updated":1394832173829,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naye","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naye.geojsonp","felt":15,"cdi":3.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":135,"net":"us","code":"c000naye","ids":",usc000naye,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.338,"rms":0.57,"gap":56,"magType":"mb_lg","type":"earthquake","title":"M 2.9 - 8km NW of Perkins, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.1098,36.0201,5]},"id":"usc000naye"}, -{"type":"Feature","properties":{"mag":1,"place":"9km WNW of The Geysers, California","time":1394763630100,"updated":1394767146673,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72184696","ids":",nc72184696,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8453,38.8227,2.7]},"id":"nc72184696"}, -{"type":"Feature","properties":{"mag":2.9,"place":"54km WSW of Stella, Puerto Rico","time":1394763487200,"updated":1394792443919,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14073000","ids":",pr14073000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.61444765,"rms":0.2,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.9 - 54km WSW of Stella, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.7356,18.1599,6]},"id":"pr14073000"}, -{"type":"Feature","properties":{"mag":4.2,"place":"South of Panama","time":1394762750340,"updated":1394791705115,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naya","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naya.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":271,"net":"us","code":"c000naya","ids":",usc000naya,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.421,"rms":1.22,"gap":164,"magType":"mb","type":"earthquake","title":"M 4.2 - South of Panama"},"geometry":{"type":"Point","coordinates":[-82.9601,3.2713,9.69]},"id":"usc000naya"}, -{"type":"Feature","properties":{"mag":1.1,"place":"2km SE of Hercules, California","time":1394762499000,"updated":1394765523688,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184686","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184686.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72184686","ids":",nc72184686,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.04491576,"rms":0.06,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 2km SE of Hercules, California"},"geometry":{"type":"Point","coordinates":[-122.2645,38.0032,7.3]},"id":"nc72184686"}, -{"type":"Feature","properties":{"mag":1.6,"place":"45km NE of Sutton-Alpine, Alaska","time":1394761503000,"updated":1394762157763,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186933","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186933.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11186933","ids":",ak11186933,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 45km NE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.1258,62.0275,16.9]},"id":"ak11186933"}, -{"type":"Feature","properties":{"mag":3.4,"place":"5km SSE of Healy, Alaska","time":1394759677000,"updated":1394788628128,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186917","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186917.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":178,"net":"ak","code":"11186917","ids":",ak11186917,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.4 - 5km SSE of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9009,63.8126,100]},"id":"ak11186917"}, -{"type":"Feature","properties":{"mag":1.8,"place":"3km NE of Rio Dell, California","time":1394759345700,"updated":1395197347930,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184661.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72184661","ids":",nc72184661,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.1,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 3km NE of Rio Dell, California"},"geometry":{"type":"Point","coordinates":[-124.0817,40.5218,20.7]},"id":"nc72184661"}, -{"type":"Feature","properties":{"mag":1.27,"place":"9km NNE of Silver Springs, Nevada","time":1394759178001,"updated":1395085429000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":25,"net":"nn","code":"00441000","ids":",nn00441000,","sources":",nn,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,","nst":19,"dmin":0.281,"rms":0.1223,"gap":140.79,"magType":"ml","type":"earthquake","title":"M 1.3 - 9km NNE of Silver Springs, Nevada"},"geometry":{"type":"Point","coordinates":[-119.162,39.4883,10.206]},"id":"nn00441000"}, -{"type":"Feature","properties":{"mag":1.02,"place":"47km N of Inyokern, California","time":1394758078190,"updated":1394820578605,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475809","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475809.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475809","ids":",ci15475809,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.04699,"rms":0.13,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.0 - 47km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8535,36.0706667,1.85]},"id":"ci15475809"}, -{"type":"Feature","properties":{"mag":1.03,"place":"16km S of Aguanga, California","time":1394757756890,"updated":1394820238357,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475801","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475801.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475801","ids":",ci15475801,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.06097,"rms":0.16,"gap":98,"magType":"ml","type":"earthquake","title":"M 1.0 - 16km S of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.8351667,33.297,15.6]},"id":"ci15475801"}, -{"type":"Feature","properties":{"mag":1.1,"place":"115km NW of Talkeetna, Alaska","time":1394757720000,"updated":1394825774824,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186847","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186847.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11186847","ids":",ak11186847,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 115km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4161,63.1645,9.4]},"id":"ak11186847"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km NNW of The Geysers, California","time":1394756899900,"updated":1394852707386,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"nc","code":"72184626","ids":",nc72184626,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":32.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km NNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7703,38.8067,2.3]},"id":"nc72184626"}, -{"type":"Feature","properties":{"mag":1.6,"place":"45km WNW of Talkeetna, Alaska","time":1394756286000,"updated":1394757056232,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186825","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186825.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11186825","ids":",ak11186825,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.05,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 45km WNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8998,62.4932,81.7]},"id":"ak11186825"}, -{"type":"Feature","properties":{"mag":1.1,"place":"2km NNW of Cobb, California","time":1394756065600,"updated":1394756165223,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184616","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184616.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72184616","ids":",nc72184616,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 2km NNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.739,38.8438,2.1]},"id":"nc72184616"}, -{"type":"Feature","properties":{"mag":2.2,"place":"5km SSW of Ridgemark, California","time":1394755225200,"updated":1394776388671,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184606","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184606.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":75,"net":"nc","code":"72184606","ids":",nc72184606,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.11,"gap":25.2,"magType":"Md","type":"earthquake","title":"M 2.2 - 5km SSW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.402,36.7672,9.7]},"id":"nc72184606"}, -{"type":"Feature","properties":{"mag":1.3,"place":"12km WNW of Yucca Valley, California","time":1394755119260,"updated":1394757247790,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475777","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475777.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ci","code":"15475777","ids":",ci15475777,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":42,"dmin":0.1307,"rms":0.12,"gap":37,"magType":"ml","type":"earthquake","title":"M 1.3 - 12km WNW of Yucca Valley, California"},"geometry":{"type":"Point","coordinates":[-116.5588333,34.1655,8.79]},"id":"ci15475777"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km NNE of Redoubt Volcano, Alaska","time":1394754694000,"updated":1394783642911,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186817","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186817.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11186817","ids":",ak11186817,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 66km NNE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.3875,61.0577,100]},"id":"ak11186817"}, -{"type":"Feature","properties":{"mag":4.7,"place":"South of the Fiji Islands","time":1394754190050,"updated":1394783142544,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naw1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naw1.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000naw1","ids":",usc000naw1,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.798,"rms":0.93,"gap":85,"magType":"mb","type":"earthquake","title":"M 4.7 - South of the Fiji Islands"},"geometry":{"type":"Point","coordinates":[-176.7932,-23.5128,126.9]},"id":"usc000naw1"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km NW of The Geysers, California","time":1394754033500,"updated":1394757423053,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184596","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184596.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72184596","ids":",nc72184596,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.5 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8107,38.8203,3.1]},"id":"nc72184596"}, -{"type":"Feature","properties":{"mag":2.9,"place":"88km W of Ferndale, California","time":1394753266200,"updated":1394868306862,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184591","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184591.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"nc","code":"72184591","ids":",nc72184591,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.73661853,"rms":0.32,"gap":295.2,"magType":"H","type":"earthquake","title":"M 2.9 - 88km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3042,40.5415,22.6]},"id":"nc72184591"}, -{"type":"Feature","properties":{"mag":3.5,"place":"7km NW of Waikoloa Village, Hawaii","time":1394753127800,"updated":1394998781761,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655561.geojsonp","felt":40,"cdi":3.4,"mmi":3.29,"alert":null,"status":"REVIEWED","tsunami":null,"sig":202,"net":"hv","code":"60655561","ids":",hv60655561,usc000navu,","sources":",hv,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,","nst":null,"dmin":0.16169675,"rms":0.11,"gap":133.2,"magType":"Ml","type":"earthquake","title":"M 3.5 - 7km NW of Waikoloa Village, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.8758,19.9873,11]},"id":"hv60655561"}, -{"type":"Feature","properties":{"mag":1.7,"place":"60km SW of Cantwell, Alaska","time":1394752583000,"updated":1394753458153,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186764","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186764.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11186764","ids":",ak11186764,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 60km SW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8508,63.0298,86.2]},"id":"ak11186764"}, -{"type":"Feature","properties":{"mag":1.4,"place":"18km NE of Fairbanks, Alaska","time":1394752580000,"updated":1394753457243,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186762","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186762.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11186762","ids":",ak11186762,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 18km NE of Fairbanks, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4473,64.9627,0]},"id":"ak11186762"}, -{"type":"Feature","properties":{"mag":3.2,"place":"77km N of Hatillo, Puerto Rico","time":1394752427900,"updated":1394756458093,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072004.geojsonp","felt":1,"cdi":2.7,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":158,"net":"pr","code":"14072004","ids":",pr14072004,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":15,"dmin":0.7581781,"rms":0.28,"gap":288,"magType":"Md","type":"earthquake","title":"M 3.2 - 77km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.8506,19.1884,11]},"id":"pr14072004"}, -{"type":"Feature","properties":{"mag":4.8,"place":"209km W of Chichi-shima, Japan","time":1394752376130,"updated":1394781337794,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nav7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nav7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nav7","ids":",usc000nav7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":6.206,"rms":0.88,"gap":30,"magType":"mb","type":"earthquake","title":"M 4.8 - 209km W of Chichi-shima, Japan"},"geometry":{"type":"Point","coordinates":[140.1162,26.8932,528.43]},"id":"usc000nav7"}, -{"type":"Feature","properties":{"mag":1,"place":"51km N of Inyokern, California","time":1394751059210,"updated":1394753615007,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475753","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475753.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15475753","ids":",ci15475753,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.01566,"rms":0.09,"gap":246,"magType":"ml","type":"earthquake","title":"M 1.0 - 51km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8696667,36.1076667,6.55]},"id":"ci15475753"}, -{"type":"Feature","properties":{"mag":1.3,"place":"5km NW of The Geysers, California","time":1394750907000,"updated":1394766365219,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72184576","ids":",nc72184576,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7963,38.8212,3]},"id":"nc72184576"}, -{"type":"Feature","properties":{"mag":2.41,"place":"23km ESE of Yosemite Valley, California","time":1394750792330,"updated":1394774650506,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184571","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184571.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":90,"net":"nc","code":"72184571","ids":",nc72184571,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":41,"dmin":0.2156,"rms":0.07,"gap":123,"magType":"md","type":"earthquake","title":"M 2.4 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3511667,37.6261667,14.24]},"id":"nc72184571"}, -{"type":"Feature","properties":{"mag":4.9,"place":"233km ESE of Lambasa, Fiji","time":1394749892240,"updated":1394778843658,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000natm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000natm.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000natm","ids":",usc000natm,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.339,"rms":1.19,"gap":77,"magType":"mb","type":"earthquake","title":"M 4.9 - 233km ESE of Lambasa, Fiji"},"geometry":{"type":"Point","coordinates":[-178.5258,-17.0461,146.43]},"id":"usc000natm"}, -{"type":"Feature","properties":{"mag":1.6,"place":"83km SE of Prineville, Oregon","time":1394749872100,"updated":1394811328247,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"uw","code":"60718316","ids":",uw60718316,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.53000602,"rms":0.28,"gap":104.4,"magType":"Md","type":"quarry","title":"M 1.6 Quarry Blast - 83km SE of Prineville, Oregon"},"geometry":{"type":"Point","coordinates":[-120.2215,43.6927,0]},"id":"uw60718316"}, -{"type":"Feature","properties":{"mag":1.21,"place":"4km W of Universal City, California","time":1394748376280,"updated":1394750994660,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475737","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475737.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15475737","ids":",ci15475737,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.02438,"rms":0.13,"gap":109,"magType":"ml","type":"earthquake","title":"M 1.2 - 4km W of Universal City, California"},"geometry":{"type":"Point","coordinates":[-118.4015,34.1316667,1.77]},"id":"ci15475737"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km WNW of The Geysers, California","time":1394748002300,"updated":1394753765622,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184556","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184556.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184556","ids":",nc72184556,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":180,"magType":"Md","type":"earthquake","title":"M 1.2 - 1km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7767,38.7818,1.6]},"id":"nc72184556"}, -{"type":"Feature","properties":{"mag":1.8,"place":"1km WNW of The Geysers, California","time":1394747973500,"updated":1394758685321,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184551","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184551.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72184551","ids":",nc72184551,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 1km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7735,38.7825,1.5]},"id":"nc72184551"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km WNW of The Geysers, California","time":1394747969900,"updated":1394763304687,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184546","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184546.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"nc","code":"72184546","ids":",nc72184546,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":129.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 1km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.773,38.7825,1.4]},"id":"nc72184546"}, -{"type":"Feature","properties":{"mag":1.2,"place":"10km WNW of The Geysers, California","time":1394747136400,"updated":1394761445132,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184541","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184541.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184541","ids":",nc72184541,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.2 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8575,38.825,2.4]},"id":"nc72184541"}, -{"type":"Feature","properties":{"mag":2,"place":"14km NW of Mountain View, Hawaii","time":1394745192100,"updated":1394752799764,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655441","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655441.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"hv","code":"60655441","ids":",hv60655441,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.17966306,"rms":0.12,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 2.0 - 14km NW of Mountain View, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2067,19.6485,39]},"id":"hv60655441"}, -{"type":"Feature","properties":{"mag":1.7,"place":"15km ENE of Healy, Alaska","time":1394745156000,"updated":1394757055272,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186581","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186581.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11186581","ids":",ak11186581,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 15km ENE of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.6831,63.9177,5.9]},"id":"ak11186581"}, -{"type":"Feature","properties":{"mag":1.1,"place":"6km NW of The Geysers, California","time":1394745141600,"updated":1394747043242,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184516","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184516.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72184516","ids":",nc72184516,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8127,38.819,3.5]},"id":"nc72184516"}, -{"type":"Feature","properties":{"mag":1.4,"place":"11km N of Cambria, California","time":1394745022300,"updated":1394759712135,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184511","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184511.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72184511","ids":",nc72184511,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.05389892,"rms":0.04,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 11km N of Cambria, California"},"geometry":{"type":"Point","coordinates":[-121.0607,35.6693,5.1]},"id":"nc72184511"}, -{"type":"Feature","properties":{"mag":1.25,"place":"3km SSE of Granite Hills, California","time":1394744408130,"updated":1394745579910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475729","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475729.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475729","ids":",ci15475729,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.0562,"rms":0.15,"gap":76,"magType":"ml","type":"quarry_blast","title":"M 1.3 Quarry_blast - 3km SSE of Granite Hills, California"},"geometry":{"type":"Point","coordinates":[-116.8921667,32.7726667,0.01]},"id":"ci15475729"}, -{"type":"Feature","properties":{"mag":2.3,"place":"54km WNW of Anchor Point, Alaska","time":1394743721000,"updated":1394744374367,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186564","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186564.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11186564","ids":",ak11186564,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 54km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7462,59.9311,100]},"id":"ak11186564"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km SE of Yosemite Valley, California","time":1394742377300,"updated":1394823305239,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184501","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184501.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72184501","ids":",nc72184501,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.12,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3573,37.6145,8.1]},"id":"nc72184501"}, -{"type":"Feature","properties":{"mag":1.62,"place":"11km ESE of Boonville, California","time":1394742031830,"updated":1395110587049,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184496","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184496.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"nc","code":"72184496","ids":",nc72184496,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.05384,"rms":0.07,"gap":57,"magType":"md","type":"earthquake","title":"M 1.6 - 11km ESE of Boonville, California"},"geometry":{"type":"Point","coordinates":[-123.2345,38.9831667,7.3]},"id":"nc72184496"}, -{"type":"Feature","properties":{"mag":2.5,"place":"4km SSE of Boqueron, Puerto Rico","time":1394741760800,"updated":1395064019000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14072003","ids":",pr14072003,usc000nam3,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":13,"dmin":0.03862756,"rms":0.25,"gap":216,"magType":"Md","type":"earthquake","title":"M 2.5 - 4km SSE of Boqueron, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1484,17.9962,17]},"id":"pr14072003"}, -{"type":"Feature","properties":{"mag":1.5,"place":"73km W of Cantwell, Alaska","time":1394741364000,"updated":1395103231785,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191878","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191878.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11191878","ids":",ak11191878,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 73km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3996,63.263,116.4]},"id":"ak11191878"}, -{"type":"Feature","properties":{"mag":1.5,"place":"56km WSW of Valdez, Alaska","time":1394741304000,"updated":1395103229412,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191877","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191877.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11191877","ids":",ak11191877,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.89,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 56km WSW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2728,60.9013,14.7]},"id":"ak11191877"}, -{"type":"Feature","properties":{"mag":1.4,"place":"1km NE of Union City, California","time":1394740889300,"updated":1395195724912,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184486","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184486.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"nc","code":"72184486","ids":",nc72184486,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.08,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 1km NE of Union City, California"},"geometry":{"type":"Point","coordinates":[-122.009,37.6032,4.9]},"id":"nc72184486"}, -{"type":"Feature","properties":{"mag":1.41,"place":"52km NE of Kernville, California","time":1394739821530,"updated":1394745168620,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":31,"net":"ci","code":"15475721","ids":",ci15475721,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.1612,"rms":0.12,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.4 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0538333,36.1138333,1]},"id":"ci15475721"}, -{"type":"Feature","properties":{"mag":1.6,"place":"69km NE of Talkeetna, Alaska","time":1394739578000,"updated":1394740371659,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186513","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186513.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11186513","ids":",ak11186513,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 69km NE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0873,62.7378,66.4]},"id":"ak11186513"}, -{"type":"Feature","properties":{"mag":1.39,"place":"4km SW of Bodfish, California","time":1394739495500,"updated":1394740230410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475713","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475713.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15475713","ids":",ci15475713,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1095,"rms":0.16,"gap":81,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km SW of Bodfish, California"},"geometry":{"type":"Point","coordinates":[-118.5201667,35.5596667,1.76]},"id":"ci15475713"}, -{"type":"Feature","properties":{"mag":1.5,"place":"8km ENE of San Martin, California","time":1394739435700,"updated":1394754426815,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184476","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184476.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72184476","ids":",nc72184476,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 8km ENE of San Martin, California"},"geometry":{"type":"Point","coordinates":[-121.5208,37.1217,7.2]},"id":"nc72184476"}, -{"type":"Feature","properties":{"mag":4.5,"place":"3km E of Pare, Indonesia","time":1394738244360,"updated":1395067304757,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nahz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nahz.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nahz","ids":",usc000nahz,","sources":",us,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.694,"rms":1.44,"gap":112,"magType":"mb","type":"earthquake","title":"M 4.5 - 3km E of Pare, Indonesia"},"geometry":{"type":"Point","coordinates":[112.2262,-7.7624,193.53]},"id":"usc000nahz"}, -{"type":"Feature","properties":{"mag":5.2,"place":"212km WSW of Gold Beach, Oregon","time":1394737894620,"updated":1394824379374,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nah5","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nah5.geojsonp","felt":4,"cdi":2,"mmi":2.43,"alert":null,"status":"reviewed","tsunami":1,"sig":417,"net":"us","code":"c000nah5","ids":",at00n2e2nd,usc000nah5,nc72184461,gcmt20140313191134,","sources":",at,us,nc,gcmt,","types":",cap,dyfi,general-link,geoserve,impact-link,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":2.016,"rms":0.98,"gap":113,"magType":"mwr","type":"earthquake","title":"M 5.2 - 212km WSW of Gold Beach, Oregon"},"geometry":{"type":"Point","coordinates":[-126.8934,41.8668,10]},"id":"usc000nah5"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km SW of Quarry near San Rafael, CA","time":1394737592200,"updated":1394846081085,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184456","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184456.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"nc","code":"72184456","ids":",nc72184456,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.11,"gap":140.4,"magType":"Md","type":"quarry","title":"M 1.2 Quarry Blast - 1km SW of Quarry near San Rafael, CA"},"geometry":{"type":"Point","coordinates":[-122.4567,37.985,0]},"id":"nc72184456"}, -{"type":"Feature","properties":{"mag":2.6,"place":"41km S of Redoubt Volcano, Alaska","time":1394736603000,"updated":1394765558099,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186330","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186330.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":104,"net":"ak","code":"11186330","ids":",ak11186330,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 41km S of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7697,60.1131,100]},"id":"ak11186330"}, -{"type":"Feature","properties":{"mag":2.57,"place":"39km SW of Ferndale, California","time":1394736456020,"updated":1395075062000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184436.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":102,"net":"nc","code":"72184436","ids":",nc72184436,usc000nafr,","sources":",nc,us,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.2414,"rms":0.15,"gap":232,"magType":"md","type":"earthquake","title":"M 2.6 - 39km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.5996667,40.3333333,20.53]},"id":"nc72184436"}, -{"type":"Feature","properties":{"mag":4.7,"place":"116km SW of Merizo Village, Guam","time":1394736311970,"updated":1395079056000,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nagb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nagb.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nagb","ids":",usc000nagb,","sources":",us,","types":",dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.41,"rms":0.64,"gap":107,"magType":"mb","type":"earthquake","title":"M 4.7 - 116km SW of Merizo Village, Guam"},"geometry":{"type":"Point","coordinates":[143.8523,12.5783,63.79]},"id":"usc000nagb"}, -{"type":"Feature","properties":{"mag":1.6,"place":"63km WNW of Talkeetna, Alaska","time":1394735861000,"updated":1394738307198,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186318","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186318.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11186318","ids":",ak11186318,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 63km WNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.3096,62.4423,87.2]},"id":"ak11186318"}, -{"type":"Feature","properties":{"mag":1.97,"place":"16km ESE of Fernley, Nevada","time":1394734214186,"updated":1394763162207,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440960","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440960.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":60,"net":"nn","code":"00440960","ids":",nn00440960,","sources":",nn,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":17,"dmin":0.283,"rms":0.1156,"gap":158.44,"magType":"ml","type":"earthquake","title":"M 2.0 - 16km ESE of Fernley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.0614,39.578,8.6505]},"id":"nn00440960"}, -{"type":"Feature","properties":{"mag":1.56,"place":"13km W of Mojave, California","time":1394732999030,"updated":1394739138910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475697","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475697.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":37,"net":"ci","code":"15475697","ids":",ci15475697,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.05903,"rms":0.12,"gap":48,"magType":"ml","type":"quarry_blast","title":"M 1.6 Quarry_blast - 13km W of Mojave, California"},"geometry":{"type":"Point","coordinates":[-118.3218333,35.0475,0.01]},"id":"ci15475697"}, -{"type":"Feature","properties":{"mag":1.6,"place":"58km WNW of Cantwell, Alaska","time":1394732195000,"updated":1395103205919,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191872","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191872.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11191872","ids":",ak11191872,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 58km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.0874,63.5272,136]},"id":"ak11191872"}, -{"type":"Feature","properties":{"mag":4.4,"place":"9km E of Ribnica, Slovenia","time":1394731919000,"updated":1395099105116,"tz":60,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nacg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nacg.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nacg","ids":",usc000nacg,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.79,"rms":0.91,"gap":39,"magType":"mb","type":"earthquake","title":"M 4.4 - 9km E of Ribnica, Slovenia"},"geometry":{"type":"Point","coordinates":[14.85,45.75,2]},"id":"usc000nacg"}, -{"type":"Feature","properties":{"mag":1.7,"place":"89km ENE of Cantwell, Alaska","time":1394731229000,"updated":1394731758692,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186273","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186273.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11186273","ids":",ak11186273,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 89km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.1888,63.5468,20.4]},"id":"ak11186273"}, -{"type":"Feature","properties":{"mag":1,"place":"37km NNW of Kanab, Utah","time":1394730982800,"updated":1394825153411,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059247","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059247.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059247","ids":",uu60059247,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.26949459,"rms":0.09,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 37km NNW of Kanab, Utah"},"geometry":{"type":"Point","coordinates":[-112.679,37.3647,16.3]},"id":"uu60059247"}, -{"type":"Feature","properties":{"mag":5.3,"place":"East of the South Sandwich Islands","time":1394730752570,"updated":1394753539000,"tz":-60,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nac6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nac6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nac6","ids":",usc000nac6,","sources":",us,","types":",cap,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":11.122,"rms":0.86,"gap":86,"magType":"mb","type":"earthquake","title":"M 5.3 - East of the South Sandwich Islands"},"geometry":{"type":"Point","coordinates":[-19.6455,-60.7674,10]},"id":"usc000nac6"}, -{"type":"Feature","properties":{"mag":6.3,"place":"15km NNE of Kunisaki-shi, Japan","time":1394730410800,"updated":1395098672491,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nabv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nabv.geojsonp","felt":50,"cdi":7.2,"mmi":5.87,"alert":"green","status":"reviewed","tsunami":null,"sig":647,"net":"us","code":"c000nabv","ids":",usc000nabv,gcmt20140313170651,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.963,"rms":1.26,"gap":14,"magType":"mwb","type":"earthquake","title":"M 6.3 - 15km NNE of Kunisaki-shi, Japan"},"geometry":{"type":"Point","coordinates":[131.8197,33.6793,79]},"id":"usc000nabv"}, -{"type":"Feature","properties":{"mag":1.8,"place":"187km NNE of Cape Yakataga, Alaska","time":1394730408000,"updated":1394730907726,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186263","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186263.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11186263","ids":",ak11186263,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 187km NNE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.7483,61.5362,7.1]},"id":"ak11186263"}, -{"type":"Feature","properties":{"mag":1.7,"place":"6km SW of Knik-Fairview, Alaska","time":1394729753000,"updated":1394730416471,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186126","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186126.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11186126","ids":",ak11186126,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":null,"rms":0.65,"gap":147.599988192,"magType":"ml","type":"earthquake","title":"M 1.7 - 6km SW of Knik-Fairview, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7054,61.478,34.4]},"id":"ak11186126"}, -{"type":"Feature","properties":{"mag":2.5,"place":"23km WNW of Medford, Oklahoma","time":1394727152300,"updated":1394821313000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nabb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nabb.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nabb","ids":",usc000nabb,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.89,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 23km WNW of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.984,36.881,5]},"id":"usc000nabb"}, -{"type":"Feature","properties":{"mag":1.09,"place":"4km SE of Loma Linda, California","time":1394726530240,"updated":1394737930450,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475633","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475633.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15475633","ids":",ci15475633,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.101,"rms":0.13,"gap":83,"magType":"ml","type":"earthquake","title":"M 1.1 - 4km SE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.2321667,34.018,16.1]},"id":"ci15475633"}, -{"type":"Feature","properties":{"mag":1.5,"place":"88km NNW of Talkeetna, Alaska","time":1394724826000,"updated":1394733174604,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185993","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185993.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11185993","ids":",ak11185993,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 88km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9271,63.0257,124.3]},"id":"ak11185993"}, -{"type":"Feature","properties":{"mag":2.5,"place":"27km NNW of Charlotte Amalie, U.S. Virgin Islands","time":1394723232200,"updated":1394819466000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14072002","ids":",pr14072002,usc000na9t,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":5,"dmin":0.23356197,"rms":0.15,"gap":244.8,"magType":"Md","type":"earthquake","title":"M 2.5 - 27km NNW of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.9994,18.582,23]},"id":"pr14072002"}, -{"type":"Feature","properties":{"mag":1.9,"place":"5km WSW of Volcano, Hawaii","time":1394722186800,"updated":1394722362348,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655291","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655291.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":56,"net":"hv","code":"60655291","ids":",hv60655291,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.00898315,"rms":0.1,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.9 - 5km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2815,19.4047,2.1]},"id":"hv60655291"}, -{"type":"Feature","properties":{"mag":2,"place":"46km WNW of Tremonton, Utah","time":1394721802600,"updated":1394824807319,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059232","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059232.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"uu","code":"60059232","ids":",uu60059232,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.09881468,"rms":0.19,"gap":165.6,"magType":"Ml","type":"earthquake","title":"M 2.0 - 46km WNW of Tremonton, Utah"},"geometry":{"type":"Point","coordinates":[-112.695,41.8578,4.3]},"id":"uu60059232"}, -{"type":"Feature","properties":{"mag":1.9,"place":"8km SE of Chester, California","time":1394721169500,"updated":1394745004532,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72184321","ids":",nc72184321,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.03,"gap":162,"magType":"Md","type":"earthquake","title":"M 1.9 - 8km SE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.1715,40.2428,4.5]},"id":"nc72184321"}, -{"type":"Feature","properties":{"mag":1.2,"place":"2km ENE of The Geysers, California","time":1394720378400,"updated":1394728503832,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184316","ids":",nc72184316,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 2km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7302,38.7895,2.2]},"id":"nc72184316"}, -{"type":"Feature","properties":{"mag":1.39,"place":"4km NNE of Julian, California","time":1394720331780,"updated":1394736234450,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475609","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475609.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15475609","ids":",ci15475609,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.1603,"rms":0.13,"gap":81,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km NNE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.5875,33.1208333,10.49]},"id":"ci15475609"}, -{"type":"Feature","properties":{"mag":4.1,"place":"59km WNW of Abepura, Indonesia","time":1394720264720,"updated":1395078599704,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na8f","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na8f.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":259,"net":"us","code":"c000na8f","ids":",usc000na8f,","sources":",us,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":7.315,"rms":0.46,"gap":94,"magType":"mb","type":"earthquake","title":"M 4.1 - 59km WNW of Abepura, Indonesia"},"geometry":{"type":"Point","coordinates":[140.06,-2.5149,36.45]},"id":"usc000na8f"}, -{"type":"Feature","properties":{"mag":1.8,"place":"39km WNW of Sisters, Oregon","time":1394720136700,"updated":1394832562883,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717926","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717926.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uw","code":"60717926","ids":",uw60717926,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.86238267,"rms":0.37,"gap":356.4,"magType":"Md","type":"quarry","title":"M 1.8 Quarry Blast - 39km WNW of Sisters, Oregon"},"geometry":{"type":"Point","coordinates":[-121.996,44.4365,0]},"id":"uw60717926"}, -{"type":"Feature","properties":{"mag":1.36,"place":"7km WNW of The Geysers, California","time":1394718569080,"updated":1394722863571,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184296","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184296.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":28,"net":"nc","code":"72184296","ids":",nc72184296,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.0043,"rms":0.03,"gap":87,"magType":"md","type":"earthquake","title":"M 1.4 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8249969,38.8116684,2.35]},"id":"nc72184296"}, -{"type":"Feature","properties":{"mag":1.8,"place":"122km W of Cantwell, Alaska","time":1394717267000,"updated":1394718130739,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185981","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185981.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11185981","ids":",ak11185981,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.73,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 122km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.3993,63.3941,0.2]},"id":"ak11185981"}, -{"type":"Feature","properties":{"mag":3.1,"place":"57km S of Adak, Alaska","time":1394717095000,"updated":1395103227890,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191865.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11191865","ids":",ak11191865,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 57km S of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-176.6488,51.3669,43.1]},"id":"ak11191865"}, -{"type":"Feature","properties":{"mag":5.5,"place":"15km NW of Amatignak Island, Alaska","time":1394716859310,"updated":1395103736017,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na69","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na69.geojsonp","felt":null,"cdi":null,"mmi":4.3,"alert":"green","status":"reviewed","tsunami":1,"sig":465,"net":"us","code":"c000na69","ids":",at00n2dmf0,usc000na69,ak11185956,gcmt20140313132059,","sources":",at,us,ak,gcmt,","types":",cap,dyfi,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":1.411,"rms":0.76,"gap":56,"magType":"mwb","type":"earthquake","title":"M 5.5 - 15km NW of Amatignak Island, Alaska"},"geometry":{"type":"Point","coordinates":[-179.2745,51.3615,37]},"id":"usc000na69"}, -{"type":"Feature","properties":{"mag":2.1,"place":"8km E of Hidden Valley Lake, California","time":1394715982800,"updated":1394743025831,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184281","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184281.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72184281","ids":",nc72184281,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.08,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 2.1 - 8km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4575,38.8033,9.4]},"id":"nc72184281"}, -{"type":"Feature","properties":{"mag":2.8,"place":"96km W of Ferndale, California","time":1394714204200,"updated":1395119102424,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184276.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"nc","code":"72184276","ids":",nc72184276,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.7995006,"rms":0.3,"gap":280.8,"magType":"Md","type":"earthquake","title":"M 2.8 - 96km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3858,40.4085,15.1]},"id":"nc72184276"}, -{"type":"Feature","properties":{"mag":1.16,"place":"5km W of Yucaipa, California","time":1394713829370,"updated":1394735166150,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475593","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475593.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475593","ids":",ci15475593,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":42,"dmin":0.01215,"rms":0.17,"gap":33,"magType":"ml","type":"earthquake","title":"M 1.2 - 5km W of Yucaipa, California"},"geometry":{"type":"Point","coordinates":[-117.0981667,34.0326667,8.06]},"id":"ci15475593"}, -{"type":"Feature","properties":{"mag":1.1,"place":"14km SW of Salton City, California","time":1394711983060,"updated":1394734590100,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475585","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475585.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15475585","ids":",ci15475585,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.09949,"rms":0.21,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.1 - 14km SW of Salton City, California"},"geometry":{"type":"Point","coordinates":[-116.0716667,33.2111667,11.19]},"id":"ci15475585"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1394709897700,"updated":1394715966229,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184256","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184256.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72184256","ids":",nc72184256,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8198,38.8147,3.7]},"id":"nc72184256"}, -{"type":"Feature","properties":{"mag":1.11,"place":"37km NNW of Searles Valley, California","time":1394708570700,"updated":1394733217068,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475577","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475577.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15475577","ids":",ci15475577,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.07133,"rms":0.08,"gap":131,"magType":"ml","type":"earthquake","title":"M 1.1 - 37km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5755,36.0713333,6.39]},"id":"ci15475577"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km NNW of New Madrid, Missouri","time":1394708487000,"updated":1394723663775,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm031314b","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm031314b.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"nm","code":"031314b","ids":",nm031314b,","sources":",nm,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":0.06288207,"rms":0.06,"gap":79.199993664001,"magType":"md","type":"earthquake","title":"M 1.5 - 7km NNW of New Madrid, Missouri"},"geometry":{"type":"Point","coordinates":[-89.5458,36.6496,7.5]},"id":"nm031314b"}, -{"type":"Feature","properties":{"mag":2.2,"place":"35km NNW of Valdez, Alaska","time":1394707863000,"updated":1394708210238,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185953","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185953.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11185953","ids":",ak11185953,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 35km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6439,61.4169,28.6]},"id":"ak11185953"}, -{"type":"Feature","properties":{"mag":2.5,"place":"93km SSW of Amukta Island, Alaska","time":1394707728000,"updated":1395103250190,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191861.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11191861","ids":",ak11191861,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 93km SSW of Amukta Island, Alaska"},"geometry":{"type":"Point","coordinates":[-171.869,51.7379,35.5]},"id":"ak11191861"}, -{"type":"Feature","properties":{"mag":1.7,"place":"41km S of Port Alberni, Canada","time":1394707422700,"updated":1394825326764,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717896","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717896.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"uw","code":"60717896","ids":",uw60717896,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.1527136,"rms":0.32,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 41km S of Port Alberni, Canada"},"geometry":{"type":"Point","coordinates":[-124.8047,48.869,13.5]},"id":"uw60717896"}, -{"type":"Feature","properties":{"mag":1.1,"place":"52km NE of Kernville, California","time":1394704779070,"updated":1394732343410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15475561","ids":",ci15475561,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.1611,"rms":0.09,"gap":80,"magType":"ml","type":"earthquake","title":"M 1.1 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.124,1.94]},"id":"ci15475561"}, -{"type":"Feature","properties":{"mag":1.23,"place":"8km NW of The Geysers, California","time":1394704021990,"updated":1394712725412,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184221","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184221.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":23,"net":"nc","code":"72184221","ids":",nc72184221,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.01478,"rms":0.03,"gap":54,"magType":"md","type":"earthquake","title":"M 1.2 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8320007,38.8235016,2.8]},"id":"nc72184221"}, -{"type":"Feature","properties":{"mag":1.6,"place":"84km ENE of Cantwell, Alaska","time":1394702575000,"updated":1394703158961,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185947","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185947.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11185947","ids":",ak11185947,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 84km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2834,63.5348,0.2]},"id":"ak11185947"}, -{"type":"Feature","properties":{"mag":3.8,"place":"110km ESE of Akutan, Alaska","time":1394702357000,"updated":1395103589062,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185944","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185944.geojsonp","felt":null,"cdi":null,"mmi":2.41,"alert":null,"status":"reviewed","tsunami":null,"sig":222,"net":"ak","code":"11185944","ids":",ak11185944,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,shakemap,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.8 - 110km ESE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-164.1475,53.8615,26.4]},"id":"ak11185944"}, -{"type":"Feature","properties":{"mag":1.2,"place":"7km NNE of Cantwell, Alaska","time":1394702131000,"updated":1394702311703,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185943","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185943.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11185943","ids":",ak11185943,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.26,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 7km NNE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9058,63.4586,18.9]},"id":"ak11185943"}, -{"type":"Feature","properties":{"mag":2.24,"place":"16km ESE of Fernley, Nevada","time":1394701861233,"updated":1394718888000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440935","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440935.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":77,"net":"nn","code":"00440935","ids":",nn00440935,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":21,"dmin":0.278,"rms":0.103,"gap":157.82,"magType":"ml","type":"earthquake","title":"M 2.2 - 16km ESE of Fernley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.0685,39.5782,11.3326]},"id":"nn00440935"}, -{"type":"Feature","properties":{"mag":2.02,"place":"51km NE of Kernville, California","time":1394701349860,"updated":1394731932610,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475553","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475553.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":63,"net":"ci","code":"15475553","ids":",ci15475553,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1611,"rms":0.14,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0533333,36.1068333,2.39]},"id":"ci15475553"}, -{"type":"Feature","properties":{"mag":1.5,"place":"60km W of Anchor Point, Alaska","time":1394700632000,"updated":1395103207308,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191854","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191854.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11191854","ids":",ak11191854,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.64,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 60km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.9138,59.7919,8.6]},"id":"ak11191854"}, -{"type":"Feature","properties":{"mag":1.04,"place":"50km NE of Kernville, California","time":1394699313000,"updated":1394731251765,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475545","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475545.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15475545","ids":",ci15475545,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":5,"dmin":0.1858,"rms":0.11,"gap":259,"magType":"ml","type":"earthquake","title":"M 1.0 - 50km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0843333,36.1206667,5.61]},"id":"ci15475545"}, -{"type":"Feature","properties":{"mag":4.3,"place":"49km SE of Iztapa, Guatemala","time":1394698939860,"updated":1394727888312,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na2f","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na2f.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000na2f","ids":",usc000na2f,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.163,"rms":1.05,"gap":177,"magType":"mb","type":"earthquake","title":"M 4.3 - 49km SE of Iztapa, Guatemala"},"geometry":{"type":"Point","coordinates":[-90.4244,13.5865,64.85]},"id":"usc000na2f"}, -{"type":"Feature","properties":{"mag":1.16,"place":"22km ENE of Weldon, California","time":1394698201620,"updated":1394731149470,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475537","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475537.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475537","ids":",ci15475537,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.03091,"rms":0.13,"gap":71,"magType":"ml","type":"earthquake","title":"M 1.2 - 22km ENE of Weldon, California"},"geometry":{"type":"Point","coordinates":[-118.0533333,35.723,8.76]},"id":"ci15475537"}, -{"type":"Feature","properties":{"mag":1.6,"place":"14km N of Y, Alaska","time":1394698165000,"updated":1394698894250,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185925","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185925.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11185925","ids":",ak11185925,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.25,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 14km N of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8131,62.29,15.9]},"id":"ak11185925"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km NNE of Mullan, Idaho","time":1394697695700,"updated":1395157725951,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14913477","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14913477.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"mb","code":"14913477","ids":",mb14913477,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":10,"dmin":0.7366185,"rms":0.23,"gap":183.599985312,"magType":"mc","type":"earthquake","title":"M 1.6 - 6km NNE of Mullan, Idaho"},"geometry":{"type":"Point","coordinates":[-115.7615,47.519,0]},"id":"mb14913477"}, -{"type":"Feature","properties":{"mag":2,"place":"52km NE of Kernville, California","time":1394696976560,"updated":1394730524740,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475521","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475521.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ci","code":"15475521","ids":",ci15475521,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.1611,"rms":0.12,"gap":79,"magType":"ml","type":"earthquake","title":"M 2.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.1228333,2.11]},"id":"ci15475521"}, -{"type":"Feature","properties":{"mag":1.2,"place":"38km E of Lima, Montana","time":1394696786800,"updated":1395157720908,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14124250","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14124250.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"mb","code":"14124250","ids":",mb14124250,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":13,"dmin":0.2030193,"rms":0.14,"gap":118.799990496,"magType":"mc","type":"earthquake","title":"M 1.2 - 38km E of Lima, Montana"},"geometry":{"type":"Point","coordinates":[-112.1116,44.6168,5.2]},"id":"mb14124250"}, -{"type":"Feature","properties":{"mag":1.63,"place":"11km E of Big Pine, California","time":1394695943051,"updated":1394735851000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440932","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440932.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":41,"net":"nn","code":"00440932","ids":",nn00440932,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.23,"rms":0.1326,"gap":180.77,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km E of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-118.1664,37.1505,0]},"id":"nn00440932"}, -{"type":"Feature","properties":{"mag":2.4,"place":"86km E of Old Iliamna, Alaska","time":1394694520000,"updated":1395103213179,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191852","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191852.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11191852","ids":",ak11191852,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 86km E of Old Iliamna, Alaska"},"geometry":{"type":"Point","coordinates":[-153.3819,59.7533,133.7]},"id":"ak11191852"}, -{"type":"Feature","properties":{"mag":1.3,"place":"7km WNW of Cobb, California","time":1394693510700,"updated":1394702767314,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184136","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184136.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72184136","ids":",nc72184136,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.12,"gap":212.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 7km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7952,38.851,0.2]},"id":"nc72184136"}, -{"type":"Feature","properties":{"mag":2.8,"place":"74km N of Culebra, Puerto Rico","time":1394692585400,"updated":1394721540962,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14072000","ids":",pr14072000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":18,"dmin":0.66565163,"rms":0.23,"gap":234,"magType":"Md","type":"earthquake","title":"M 2.8 - 74km N of Culebra, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-65.3544,18.974,42]},"id":"pr14072000"}, -{"type":"Feature","properties":{"mag":2.1,"place":"66km WSW of Willow, Alaska","time":1394691647000,"updated":1394692226069,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185917","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185917.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11185917","ids":",ak11185917,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 66km WSW of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2538,61.6151,74.4]},"id":"ak11185917"}, -{"type":"Feature","properties":{"mag":5.2,"place":"197km S of `Ohonua, Tonga","time":1394690962140,"updated":1394719916385,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na1d","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na1d.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000na1d","ids":",usc000na1d,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":6.12,"rms":0.71,"gap":153,"magType":"mb","type":"earthquake","title":"M 5.2 - 197km S of `Ohonua, Tonga"},"geometry":{"type":"Point","coordinates":[-174.8758,-23.112,35.13]},"id":"usc000na1d"}, -{"type":"Feature","properties":{"mag":2.2,"place":"51km N of Valdez, Alaska","time":1394689608000,"updated":1394690081066,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185901","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185901.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11185901","ids":",ak11185901,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 51km N of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.4915,61.5868,14.8]},"id":"ak11185901"}, -{"type":"Feature","properties":{"mag":4.6,"place":"34km WSW of Jiquilillo, Nicaragua","time":1394689522120,"updated":1394691424000,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na10","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na10.geojsonp","felt":1,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000na10","ids":",usc000na10,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.418,"rms":1.01,"gap":122,"magType":"mb","type":"earthquake","title":"M 4.6 - 34km WSW of Jiquilillo, Nicaragua"},"geometry":{"type":"Point","coordinates":[-87.7289,12.5894,76.56]},"id":"usc000na10"}, -{"type":"Feature","properties":{"mag":1.8,"place":"24km SW of Coalinga, California","time":1394689277600,"updated":1394701149380,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184111","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184111.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72184111","ids":",nc72184111,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.08,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 24km SW of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.5357,35.9762,6.6]},"id":"nc72184111"}, -{"type":"Feature","properties":{"mag":1.2,"place":"53km S of Cantwell, Alaska","time":1394687917000,"updated":1394688346490,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185899","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185899.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11185899","ids":",ak11185899,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 53km S of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1255,62.919,80.3]},"id":"ak11185899"}, -{"type":"Feature","properties":{"mag":2.7,"place":"61km SSW of Isla Vista, California","time":1394687562890,"updated":1394742000379,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475489","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475489.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"ci","code":"15475489","ids":",ci15475489,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1575,"rms":0.17,"gap":170,"magType":"ml","type":"earthquake","title":"M 2.7 - 61km SSW of Isla Vista, California"},"geometry":{"type":"Point","coordinates":[-120.204,33.9388333,2.04]},"id":"ci15475489"}, -{"type":"Feature","properties":{"mag":2.5,"place":"47km N of Charlotte Amalie, U.S. Virgin Islands","time":1394687145300,"updated":1394716103407,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14072001","ids":",pr14072001,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.41951324,"rms":0.27,"gap":237.6,"magType":"Md","type":"earthquake","title":"M 2.5 - 47km N of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.911,18.7716,33]},"id":"pr14072001"}, -{"type":"Feature","properties":{"mag":1.84,"place":"9km E of Hidden Valley Lake, California","time":1394686246320,"updated":1394746146603,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184091","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184091.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"nc","code":"72184091","ids":",nc72184091,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":40,"dmin":0.01164,"rms":0.1,"gap":67,"magType":"md","type":"earthquake","title":"M 1.8 - 9km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4543333,38.7953333,8.87]},"id":"nc72184091"}, -{"type":"Feature","properties":{"mag":2.04,"place":"51km NE of Kernville, California","time":1394686024650,"updated":1394739356230,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475481","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475481.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":64,"net":"ci","code":"15475481","ids":",ci15475481,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1618,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0541667,36.106,1.09]},"id":"ci15475481"}, -{"type":"Feature","properties":{"mag":1,"place":"2km ESE of Mammoth Lakes, California","time":1394685944700,"updated":1394840527527,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184051","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184051.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72184051","ids":",nc72184051,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.15,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 2km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9465,37.6407,3.1]},"id":"nc72184051"}, -{"type":"Feature","properties":{"mag":1.61,"place":"51km NE of Kernville, California","time":1394685926760,"updated":1394739046760,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475473","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475473.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"ci","code":"15475473","ids":",ci15475473,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.1631,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.6 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0556667,36.1053333,0.91]},"id":"ci15475473"}, -{"type":"Feature","properties":{"mag":1.26,"place":"5km NW of West Hollywood, California","time":1394685732120,"updated":1394738847540,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475457","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475457.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475457","ids":",ci15475457,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.02508,"rms":0.16,"gap":117,"magType":"ml","type":"earthquake","title":"M 1.3 - 5km NW of West Hollywood, California"},"geometry":{"type":"Point","coordinates":[-118.4096667,34.1198333,2.84]},"id":"ci15475457"}, -{"type":"Feature","properties":{"mag":1.36,"place":"52km NE of Kernville, California","time":1394685680990,"updated":1394738602620,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475449","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475449.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15475449","ids":",ci15475449,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.162,"rms":0.14,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.4 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0548333,36.123,1.04]},"id":"ci15475449"}, -{"type":"Feature","properties":{"mag":1.7,"place":"1km ENE of The Geysers, California","time":1394684563500,"updated":1394686621985,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184036","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184036.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":44,"net":"nc","code":"72184036","ids":",nc72184036,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.11,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.7 - 1km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7402,38.7852,0.1]},"id":"nc72184036"}, -{"type":"Feature","properties":{"mag":1.8,"place":"1km ENE of The Geysers, California","time":1394684559600,"updated":1394697788260,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184031","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184031.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72184031","ids":",nc72184031,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 1km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7438,38.7835,1.4]},"id":"nc72184031"}, -{"type":"Feature","properties":{"mag":1.65,"place":"52km NE of Kernville, California","time":1394681667910,"updated":1394737655130,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475433","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475433.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":42,"net":"ci","code":"15475433","ids":",ci15475433,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.1625,"rms":0.12,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.7 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0555,36.1191667,1.3]},"id":"ci15475433"}, -{"type":"Feature","properties":{"mag":1.5,"place":"71km ENE of Cantwell, Alaska","time":1394681228000,"updated":1394681650388,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185885","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185885.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11185885","ids":",ak11185885,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 71km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.5415,63.5301,9.6]},"id":"ak11185885"}, -{"type":"Feature","properties":{"mag":1.4,"place":"85km NNW of Talkeetna, Alaska","time":1394680652000,"updated":1395103211096,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191846","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191846.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11191846","ids":",ak11191846,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 85km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7593,63.0265,114.5]},"id":"ak11191846"}, -{"type":"Feature","properties":{"mag":1.89,"place":"22km NNE of Searles Valley, California","time":1394679948460,"updated":1394737363920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475425","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475425.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":55,"net":"ci","code":"15475425","ids":",ci15475425,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.08144,"rms":0.14,"gap":57,"magType":"ml","type":"earthquake","title":"M 1.9 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3323333,35.9621667,6.1]},"id":"ci15475425"}, -{"type":"Feature","properties":{"mag":1.81,"place":"22km NNE of Searles Valley, California","time":1394679924230,"updated":1394737165660,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475417","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475417.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ci","code":"15475417","ids":",ci15475417,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.08259,"rms":0.15,"gap":58,"magType":"ml","type":"earthquake","title":"M 1.8 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3291667,35.9648333,6.75]},"id":"ci15475417"}, -{"type":"Feature","properties":{"mag":2.5,"place":"46km N of Valdez, Alaska","time":1394679262000,"updated":1394708210986,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185872","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185872.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":96,"net":"ak","code":"11185872","ids":",ak11185872,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.02,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 46km N of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.4243,61.5492,39.7]},"id":"ak11185872"}, -{"type":"Feature","properties":{"mag":1.6,"place":"51km NE of Kernville, California","time":1394679182130,"updated":1394736858130,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475409","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475409.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ci","code":"15475409","ids":",ci15475409,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.1622,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.6 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0548333,36.1083333,0.94]},"id":"ci15475409"}, -{"type":"Feature","properties":{"mag":1.5,"place":"2km SE of Lilbourn, Missouri","time":1394679044900,"updated":1394721425465,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm031314a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm031314a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"nm","code":"031314a","ids":",nm031314a,","sources":",nm,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":16,"dmin":0.03593261,"rms":0.05,"gap":64.799994816,"magType":"md","type":"earthquake","title":"M 1.5 - 2km SE of Lilbourn, Missouri"},"geometry":{"type":"Point","coordinates":[-89.5968,36.5724,7.5]},"id":"nm031314a"}, -{"type":"Feature","properties":{"mag":1.59,"place":"12km E of Big Pine, California","time":1394678408200,"updated":1394843950000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440921.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"nn","code":"00440921","ids":",ci15475401,nn00440921,","sources":",ci,nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.218,"rms":null,"gap":176.69,"magType":"ml","type":"earthquake","title":"M 1.6 - 12km E of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-118.1484,37.1709,0]},"id":"nn00440921"}, -{"type":"Feature","properties":{"mag":2.95,"place":"51km NE of Kernville, California","time":1394677589530,"updated":1394736004860,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475385","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475385.geojsonp","felt":2,"cdi":2.2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":134,"net":"ci","code":"15475385","ids":",ci15475385,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":36,"dmin":0.1623,"rms":0.16,"gap":72,"magType":"ml","type":"earthquake","title":"M 3.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.055,36.1096667,0.8]},"id":"ci15475385"}, -{"type":"Feature","properties":{"mag":2.12,"place":"51km NE of Kernville, California","time":1394677092620,"updated":1394733803911,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475361","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475361.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":69,"net":"ci","code":"15475361","ids":",ci15475361,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.1613,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.1 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.1083333,1.16]},"id":"ci15475361"}, -{"type":"Feature","properties":{"mag":2.04,"place":"51km NE of Kernville, California","time":1394676979740,"updated":1394735053942,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475353","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475353.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":64,"net":"ci","code":"15475353","ids":",ci15475353,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.1602,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0525,36.1101667,2.03]},"id":"ci15475353"}, -{"type":"Feature","properties":{"mag":2.61,"place":"52km NE of Kernville, California","time":1394676858780,"updated":1394732677330,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475345","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475345.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":105,"net":"ci","code":"15475345","ids":",ci15475345,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1598,"rms":0.13,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.6 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0521667,36.1166667,1.23]},"id":"ci15475345"}, -{"type":"Feature","properties":{"mag":4.39,"place":"51km NE of Kernville, California","time":1394676664030,"updated":1395183715515,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475329","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475329.geojsonp","felt":56,"cdi":3.8,"mmi":5.16,"alert":"green","status":"reviewed","tsunami":1,"sig":318,"net":"ci","code":"15475329","ids":",at00n2creg,ci15475329,","sources":",at,ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":42,"dmin":0.1351,"rms":0.15,"gap":70,"magType":"mw","type":"earthquake","title":"M 4.4 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.055,36.1116667,0.21]},"id":"ci15475329"}, -{"type":"Feature","properties":{"mag":1.34,"place":"23km S of Bodfish, California","time":1394676612760,"updated":1394733527131,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475337","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475337.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15475337","ids":",ci15475337,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.09502,"rms":0.13,"gap":80,"magType":"ml","type":"earthquake","title":"M 1.3 - 23km S of Bodfish, California"},"geometry":{"type":"Point","coordinates":[-118.4801667,35.3731667,9.29]},"id":"ci15475337"}, -{"type":"Feature","properties":{"mag":1.3,"place":"1km N of The Geysers, California","time":1394676244200,"updated":1394676343618,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183931","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183931.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183931","ids":",nc72183931,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7553,38.7892,1.8]},"id":"nc72183931"}, -{"type":"Feature","properties":{"mag":2.82,"place":"34km WSW of Vandenberg Air Force Base, California","time":1394676167550,"updated":1394733286524,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475321.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":123,"net":"ci","code":"15475321","ids":",ci15475321,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.3424,"rms":0.26,"gap":233,"magType":"ml","type":"earthquake","title":"M 2.8 - 34km WSW of Vandenberg Air Force Base, California"},"geometry":{"type":"Point","coordinates":[-120.8893333,34.677,12.96]},"id":"ci15475321"}, -{"type":"Feature","properties":{"mag":1.3,"place":"73km ENE of Cantwell, Alaska","time":1394675993000,"updated":1394676415972,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185869","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185869.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":26,"net":"ak","code":"11185869","ids":",ak11185869,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 73km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.5117,63.5315,1.2]},"id":"ak11185869"}, -{"type":"Feature","properties":{"mag":1.6,"place":"10km NW of The Geysers, California","time":1394675469200,"updated":1394680926748,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183921.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72183921","ids":",nc72183921,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.6 - 10km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8523,38.8277,2.4]},"id":"nc72183921"}, -{"type":"Feature","properties":{"mag":1.02,"place":"34km NNW of Searles Valley, California","time":1394674566200,"updated":1394732977465,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci37179093","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37179093.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"37179093","ids":",ci37179093,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.07482,"rms":0.15,"gap":98,"magType":"ml","type":"earthquake","title":"M 1.0 - 34km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5798333,36.0445,2.61]},"id":"ci37179093"}, -{"type":"Feature","properties":{"mag":1.24,"place":"34km NNW of Searles Valley, California","time":1394674544460,"updated":1394732774220,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475313","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475313.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475313","ids":",ci15475313,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":13,"dmin":0.07601,"rms":0.12,"gap":99,"magType":"ml","type":"earthquake","title":"M 1.2 - 34km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5815,36.0453333,2.84]},"id":"ci15475313"}, -{"type":"Feature","properties":{"mag":5.1,"place":"5km SSW of Ometepec, Mexico","time":1394673673460,"updated":1394693146340,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9w3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9w3.geojsonp","felt":3,"cdi":4.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":402,"net":"us","code":"c000n9w3","ids":",usc000n9w3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.931,"rms":1.36,"gap":125,"magType":"mb","type":"earthquake","title":"M 5.1 - 5km SSW of Ometepec, Mexico"},"geometry":{"type":"Point","coordinates":[-98.427,16.6353,35]},"id":"usc000n9w3"}, -{"type":"Feature","properties":{"mag":1.3,"place":"37km WSW of Healy, Alaska","time":1394672781000,"updated":1395103215390,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191841","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191841.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11191841","ids":",ak11191841,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 37km WSW of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-149.6817,63.7527,136.7]},"id":"ak11191841"}, -{"type":"Feature","properties":{"mag":1.2,"place":"80km WSW of Cantwell, Alaska","time":1394672384000,"updated":1395103214247,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191840","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191840.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11191840","ids":",ak11191840,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.29,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 80km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4269,63.1174,102.6]},"id":"ak11191840"}, -{"type":"Feature","properties":{"mag":1.6,"place":"3km ESE of Mammoth Lakes, California","time":1394672087900,"updated":1394672198437,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183881","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183881.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72183881","ids":",nc72183881,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.6 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9285,37.6413,7.1]},"id":"nc72183881"}, -{"type":"Feature","properties":{"mag":1.4,"place":"4km E of Mammoth Lakes, California","time":1394672036700,"updated":1394672138433,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183871","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183871.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183871","ids":",nc72183871,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 4km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.926,37.6413,9.3]},"id":"nc72183871"}, -{"type":"Feature","properties":{"mag":1.2,"place":"3km ESE of Mammoth Lakes, California","time":1394671993100,"updated":1394672093427,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183861.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72183861","ids":",nc72183861,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.02694946,"rms":0.02,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.2 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.931,37.6415,8.2]},"id":"nc72183861"}, -{"type":"Feature","properties":{"mag":1,"place":"3km ESE of Mammoth Lakes, California","time":1394671955300,"updated":1394672053422,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183851","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183851.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72183851","ids":",nc72183851,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.02694946,"rms":0.03,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9327,37.6345,6.1]},"id":"nc72183851"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km ESE of Mammoth Lakes, California","time":1394671943700,"updated":1394742364654,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183846","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183846.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"nc","code":"72183846","ids":",nc72183846,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.04,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9322,37.6363,7.6]},"id":"nc72183846"}, -{"type":"Feature","properties":{"mag":1.4,"place":"6km ESE of Mammoth Lakes, California","time":1394671895800,"updated":1394675286312,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183841","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183841.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183841","ids":",nc72183841,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.21,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 6km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9083,37.6297,1.4]},"id":"nc72183841"}, -{"type":"Feature","properties":{"mag":1.1,"place":"3km ESE of Mammoth Lakes, California","time":1394671851600,"updated":1394674805453,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183836","ids":",nc72183836,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.04,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.1 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.931,37.638,7.2]},"id":"nc72183836"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km ESE of Mammoth Lakes, California","time":1394671761600,"updated":1394674805451,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183826","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183826.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183826","ids":",nc72183826,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.01,"gap":140.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9328,37.6418,7.9]},"id":"nc72183826"}, -{"type":"Feature","properties":{"mag":1,"place":"7km E of Mammoth Lakes, California","time":1394671573000,"updated":1394671673391,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183821","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183821.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72183821","ids":",nc72183821,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.01,"gap":223.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 7km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8828,37.6423,1.2]},"id":"nc72183821"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km E of East Concord, New Hampshire","time":1394671038220,"updated":1394789675000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb3v","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb3v.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"us","code":"c000nb3v","ids":",usc000nb3v,","sources":",us,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.249,"rms":0.16,"gap":130,"magType":"ml","type":"earthquake","title":"M 1.6 - 1km E of East Concord, New Hampshire"},"geometry":{"type":"Point","coordinates":[-71.5223,43.2402,4.51]},"id":"usc000nb3v"}, -{"type":"Feature","properties":{"mag":1.4,"place":"20km N of Pahala, Hawaii","time":1394670651700,"updated":1394676014843,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654806","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654806.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"hv","code":"60654806","ids":",hv60654806,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.11,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 20km N of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.4827,19.3927,10.3]},"id":"hv60654806"}, -{"type":"Feature","properties":{"mag":3.1,"place":"94km SSW of Amukta Island, Alaska","time":1394670142000,"updated":1394731129258,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185775","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185775.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11185775","ids":",ak11185775,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 94km SSW of Amukta Island, Alaska"},"geometry":{"type":"Point","coordinates":[-171.7953,51.7081,19.4]},"id":"ak11185775"}, -{"type":"Feature","properties":{"mag":2.7,"place":"12km ENE of Anthony, Kansas","time":1394669814600,"updated":1394698769746,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9v7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9v7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"us","code":"c000n9v7","ids":",usc000n9v7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.687,"rms":0.59,"gap":131,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 12km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.9012,37.1903,5]},"id":"usc000n9v7"}, -{"type":"Feature","properties":{"mag":2,"place":"14km S of Hamilton City, California","time":1394669140200,"updated":1394683922103,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183786","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183786.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72183786","ids":",nc72183786,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.31441035,"rms":0.14,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 2.0 - 14km S of Hamilton City, California"},"geometry":{"type":"Point","coordinates":[-121.9942,39.6098,28.3]},"id":"nc72183786"}, -{"type":"Feature","properties":{"mag":1.1,"place":"9km WNW of Cobb, California","time":1394668800900,"updated":1394670546179,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183781","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183781.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183781","ids":",nc72183781,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 9km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8287,38.8392,2.7]},"id":"nc72183781"}, -{"type":"Feature","properties":{"mag":2.2,"place":"73km SSE of Adak, Alaska","time":1394667376000,"updated":1394844035260,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185769","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185769.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"ak","code":"11185769","ids":",ak11185769,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 73km SSE of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-176.4011,51.2393,20.3]},"id":"ak11185769"}, -{"type":"Feature","properties":{"mag":2,"place":"41km SSE of Redoubt Volcano, Alaska","time":1394667172000,"updated":1394844032173,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187789","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187789.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11187789","ids":",ak11187789,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":35,"dmin":null,"rms":0.47,"gap":71.999994240001,"magType":"ml","type":"earthquake","title":"M 2.0 - 41km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.516,60.1332,103.4]},"id":"ak11187789"}, -{"type":"Feature","properties":{"mag":1.89,"place":"4km NW of Boron, California","time":1394666314840,"updated":1394671116720,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475297","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475297.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":55,"net":"ci","code":"15475297","ids":",ci15475297,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.09436,"rms":0.13,"gap":115,"magType":"ml","type":"quarry_blast","title":"M 1.9 Quarry_blast - 4km NW of Boron, California"},"geometry":{"type":"Point","coordinates":[-117.6901667,35.0288333,0.05]},"id":"ci15475297"}, -{"type":"Feature","properties":{"mag":3.2,"place":"31km E of Amatignak Island, Alaska","time":1394665613000,"updated":1394844069975,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185691","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185691.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11185691","ids":",ak11185691,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.26,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 31km E of Amatignak Island, Alaska"},"geometry":{"type":"Point","coordinates":[-178.6716,51.2097,31.3]},"id":"ak11185691"}, -{"type":"Feature","properties":{"mag":1.3,"place":"23km NNE of Badger, Alaska","time":1394665299000,"updated":1394844104831,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185688","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185688.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11185688","ids":",ak11185688,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.17,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 23km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3444,64.9918,0]},"id":"ak11185688"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km ESE of Mammoth Lakes, California","time":1394664682500,"updated":1394667725575,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183736","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183736.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183736","ids":",nc72183736,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.04,"gap":75.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9328,37.6375,7.4]},"id":"nc72183736"}, -{"type":"Feature","properties":{"mag":1.3,"place":"3km ESE of Mammoth Lakes, California","time":1394664524800,"updated":1394666944111,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183726","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183726.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183726","ids":",nc72183726,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.02,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9317,37.6418,8.2]},"id":"nc72183726"}, -{"type":"Feature","properties":{"mag":1.1,"place":"3km ESE of Mammoth Lakes, California","time":1394664496500,"updated":1394666403117,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183721","ids":",nc72183721,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.01,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.1 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9318,37.6398,7.7]},"id":"nc72183721"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km ENE of Mammoth Lakes, California","time":1394664402700,"updated":1394678827825,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183716","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183716.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183716","ids":",nc72183716,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.14,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km ENE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9307,37.657,1.5]},"id":"nc72183716"}, -{"type":"Feature","properties":{"mag":1.92,"place":"11km W of Progreso, Mexico","time":1394664350500,"updated":1394669801397,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475289","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475289.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":57,"net":"ci","code":"15475289","ids":",ci15475289,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.05883,"rms":0.2,"gap":139,"magType":"ml","type":"earthquake","title":"M 1.9 - 11km W of Progreso, Mexico"},"geometry":{"type":"Point","coordinates":[-115.7016667,32.5941667,8.12]},"id":"ci15475289"}, -{"type":"Feature","properties":{"mag":2.8,"place":"68km NW of San Antonio, Puerto Rico","time":1394664005600,"updated":1394692960831,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071010","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071010.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14071010","ids":",pr14071010,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.63151564,"rms":0.37,"gap":331.2,"magType":"Md","type":"earthquake","title":"M 2.8 - 68km NW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.5022,18.9813,10]},"id":"pr14071010"}, -{"type":"Feature","properties":{"mag":4.6,"place":"48km NE of Nishinoomote, Japan","time":1394663754470,"updated":1394692706692,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9ty","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9ty.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n9ty","ids":",usc000n9ty,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.144,"rms":1,"gap":168,"magType":"mb","type":"earthquake","title":"M 4.6 - 48km NE of Nishinoomote, Japan"},"geometry":{"type":"Point","coordinates":[131.3871,31.0189,45.23]},"id":"usc000n9ty"}, -{"type":"Feature","properties":{"mag":1.4,"place":"14km NW of West Bishop, California","time":1394662736100,"updated":1394675767175,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183696","ids":",nc72183696,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.02,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 14km NW of West Bishop, California"},"geometry":{"type":"Point","coordinates":[-118.5687,37.458,11.6]},"id":"nc72183696"}, -{"type":"Feature","properties":{"mag":1.21,"place":"5km N of Banning, California","time":1394661886420,"updated":1394662933940,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475273","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475273.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15475273","ids":",ci15475273,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.07931,"rms":0.21,"gap":85,"magType":"ml","type":"earthquake","title":"M 1.2 - 5km N of Banning, California"},"geometry":{"type":"Point","coordinates":[-116.8673333,33.973,20.01]},"id":"ci15475273"}, -{"type":"Feature","properties":{"mag":1.4,"place":"41km WSW of Big Lake, Alaska","time":1394661617000,"updated":1394844070898,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185603","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185603.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11185603","ids":",ak11185603,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 41km WSW of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6623,61.3663,56.8]},"id":"ak11185603"}, -{"type":"Feature","properties":{"mag":2.4,"place":"27km N of Fishhook, Alaska","time":1394660884000,"updated":1394844070404,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185592","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185592.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11185592","ids":",ak11185592,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 27km N of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2171,61.9882,12.3]},"id":"ak11185592"}, -{"type":"Feature","properties":{"mag":1.8,"place":"14km SSE of Volcano, Hawaii","time":1394659903300,"updated":1394660113841,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60654626","ids":",hv60654626,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.27,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 14km SSE of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1693,19.3222,3.1]},"id":"hv60654626"}, -{"type":"Feature","properties":{"mag":2,"place":"0km E of Quarry near Mountain Gate (Shasta Res.), CA","time":1394659824600,"updated":1394673247450,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183661.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72183661","ids":",nc72183661,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.18864621,"rms":0.05,"gap":64.8,"magType":"Md","type":"quarry","title":"M 2.0 Quarry Blast - 0km E of Quarry near Mountain Gate (Shasta Res.), CA"},"geometry":{"type":"Point","coordinates":[-122.3123,40.7495,0]},"id":"nc72183661"}, -{"type":"Feature","properties":{"mag":1.3,"place":"4km WNW of Cobb, California","time":1394659266600,"updated":1394671147383,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183656","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183656.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183656","ids":",nc72183656,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":126,"magType":"Md","type":"earthquake","title":"M 1.3 - 4km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7648,38.8435,1.9]},"id":"nc72183656"}, -{"type":"Feature","properties":{"mag":2.2,"place":"1km NNW of Jones, Oklahoma","time":1394659003800,"updated":1394687949341,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9q6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9q6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"us","code":"c000n9q6","ids":",usc000n9q6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 1km NNW of Jones, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.292,35.58,5.2]},"id":"usc000n9q6"}, -{"type":"Feature","properties":{"mag":2.5,"place":"1km W of Princeton, Canada","time":1394658734200,"updated":1394823959360,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"uw","code":"60717626","ids":",uw60717626,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.61085439,"rms":0.46,"gap":212.4,"magType":"Md","type":"quarry","title":"M 2.5 Quarry Blast - 1km W of Princeton, Canada"},"geometry":{"type":"Point","coordinates":[-120.5302,49.4573,0]},"id":"uw60717626"}, -{"type":"Feature","properties":{"mag":1.7,"place":"14km SSE of Ridgemark, California","time":1394658462300,"updated":1394842210648,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"nc","code":"72183626","ids":",nc72183626,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 14km SSE of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3135,36.6843,4.3]},"id":"nc72183626"}, -{"type":"Feature","properties":{"mag":1.83,"place":"15km ESE of Fernley, Nevada","time":1394658182991,"updated":1394659915000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440895","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440895.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"nn","code":"00440895","ids":",nn00440895,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":12,"dmin":0.272,"rms":0.1012,"gap":157.32,"magType":"ml","type":"earthquake","title":"M 1.8 - 15km ESE of Fernley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.0755,39.5796,12.2419]},"id":"nn00440895"}, -{"type":"Feature","properties":{"mag":1.45,"place":"6km E of San Fernando, California","time":1394657337730,"updated":1394659433380,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475257","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475257.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":32,"net":"ci","code":"15475257","ids":",ci15475257,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.03458,"rms":0.1,"gap":118,"magType":"ml","type":"earthquake","title":"M 1.5 - 6km E of San Fernando, California"},"geometry":{"type":"Point","coordinates":[-118.364,34.2775,3.69]},"id":"ci15475257"}, -{"type":"Feature","properties":{"mag":1.17,"place":"9km NNW of Big Bear City, California","time":1394657131450,"updated":1394659512580,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475249","ids":",ci15475249,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.04258,"rms":0.13,"gap":37,"magType":"ml","type":"quarry_blast","title":"M 1.2 Quarry_blast - 9km NNW of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.878,34.34,0.01]},"id":"ci15475249"}, -{"type":"Feature","properties":{"mag":4.8,"place":"1km NNE of Marahare, Comoros","time":1394657012640,"updated":1394685969860,"tz":180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9m9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9m9.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000n9m9","ids":",usc000n9m9,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":7.32,"rms":1.46,"gap":68,"magType":"mb","type":"earthquake","title":"M 4.8 - 1km NNE of Marahare, Comoros"},"geometry":{"type":"Point","coordinates":[44.3187,-12.216,10]},"id":"usc000n9m9"}, -{"type":"Feature","properties":{"mag":1.4,"place":"168km WNW of Haines Junction, Canada","time":1394656696000,"updated":1394844033816,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185512","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185512.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11185512","ids":",ak11185512,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 168km WNW of Haines Junction, Canada"},"geometry":{"type":"Point","coordinates":[-140.3219,61.4072,12.2]},"id":"ak11185512"}, -{"type":"Feature","properties":{"mag":1.7,"place":"20km NE of Warden, Washington","time":1394656042500,"updated":1394657984600,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"uw","code":"60717561","ids":",uw60717561,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.28,"gap":183.6,"magType":"Md","type":"quarry","title":"M 1.7 Quarry Blast - 20km NE of Warden, Washington"},"geometry":{"type":"Point","coordinates":[-118.8418,47.0885,0]},"id":"uw60717561"}, -{"type":"Feature","properties":{"mag":1.4,"place":"33km S of Cohoe, Alaska","time":1394656011000,"updated":1394844030876,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187781","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187781.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187781","ids":",ak11187781,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":null,"rms":0.38,"gap":89.999992800001,"magType":"ml","type":"earthquake","title":"M 1.4 - 33km S of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.285,60.0701,56.7]},"id":"ak11187781"}, -{"type":"Feature","properties":{"mag":4.3,"place":"107km SSE of Kuh Sefid, Iran","time":1394655719200,"updated":1394684683490,"tz":210,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9kl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9kl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000n9kl","ids":",usc000n9kl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":1.5,"gap":null,"magType":"mb","type":"earthquake","title":"M 4.3 - 107km SSE of Kuh Sefid, Iran"},"geometry":{"type":"Point","coordinates":[57.069,28.336,10]},"id":"usc000n9kl"}, -{"type":"Feature","properties":{"mag":2.1,"place":"1km ESE of Mullan, Idaho","time":1394655305500,"updated":1394668337773,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14399195","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14399195.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"mb","code":"14399195","ids":",mb14399195,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":22,"dmin":0.006288207,"rms":0.33,"gap":107.99999136,"magType":"mc","type":"earthquake","title":"M 2.1 - 1km ESE of Mullan, Idaho"},"geometry":{"type":"Point","coordinates":[-115.785,47.4651,1.5]},"id":"mb14399195"}, -{"type":"Feature","properties":{"mag":2.2,"place":"46km S of Redoubt Volcano, Alaska","time":1394655230000,"updated":1394844073727,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185435","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185435.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"ak","code":"11185435","ids":",ak11185435,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 46km S of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.6474,60.0689,93.8]},"id":"ak11185435"}, -{"type":"Feature","properties":{"mag":1.4,"place":"76km WSW of Tok, Alaska","time":1394654659000,"updated":1394844071754,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185434","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185434.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11185434","ids":",ak11185434,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 76km WSW of Tok, Alaska"},"geometry":{"type":"Point","coordinates":[-144.4433,63.1358,0.2]},"id":"ak11185434"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km NNW of Cobb, California","time":1394654640700,"updated":1394666944113,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183606","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183606.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183606","ids":",nc72183606,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.06,"gap":129.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km NNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7358,38.8493,3.1]},"id":"nc72183606"}, -{"type":"Feature","properties":{"mag":1.5,"place":"11km E of Quarry near Portola Valley, CA","time":1394653538700,"updated":1394840740449,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"nc","code":"72183601","ids":",nc72183601,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.07186522,"rms":0.04,"gap":118.8,"magType":"Md","type":"quarry","title":"M 1.5 Quarry Blast - 11km E of Quarry near Portola Valley, CA"},"geometry":{"type":"Point","coordinates":[-122.1035,37.3277,0]},"id":"nc72183601"}, -{"type":"Feature","properties":{"mag":3.2,"place":"15km ENE of Anthony, Kansas","time":1394652926420,"updated":1394723445275,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9ha","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9ha.geojsonp","felt":5,"cdi":2.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":159,"net":"us","code":"c000n9ha","ids":",usc000n9ha,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.686,"rms":0.51,"gap":61,"magType":"mb_lg","type":"earthquake","title":"M 3.2 - 15km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8585,37.1855,5]},"id":"usc000n9ha"}, -{"type":"Feature","properties":{"mag":5.2,"place":"249km S of `Ohonua, Tonga","time":1394652340990,"updated":1394899912000,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9h2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9h2.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000n9h2","ids":",usc000n9h2,gcmt20140312192541,","sources":",us,gcmt,","types":",cap,dyfi,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":8.684,"rms":1.3,"gap":77,"magType":"mb","type":"earthquake","title":"M 5.2 - 249km S of `Ohonua, Tonga"},"geometry":{"type":"Point","coordinates":[-175.0504,-23.5851,11.46]},"id":"usc000n9h2"}, -{"type":"Feature","properties":{"mag":1.4,"place":"30km NNW of Inyokern, California","time":1394651956310,"updated":1394653677670,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475217","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475217.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15475217","ids":",ci15475217,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":19,"dmin":0.09116,"rms":0.12,"gap":73,"magType":"ml","type":"earthquake","title":"M 1.4 - 30km NNW of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.9195,35.9116667,2.2]},"id":"ci15475217"}, -{"type":"Feature","properties":{"mag":4.7,"place":"Off the east coast of Honshu, Japan","time":1394651611020,"updated":1394680566116,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9gm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9gm.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000n9gm","ids":",usc000n9gm,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.027,"rms":0.7,"gap":123,"magType":"mb","type":"earthquake","title":"M 4.7 - Off the east coast of Honshu, Japan"},"geometry":{"type":"Point","coordinates":[144.4386,37.0747,41.27]},"id":"usc000n9gm"}, -{"type":"Feature","properties":{"mag":1.3,"place":"113km NW of Talkeetna, Alaska","time":1394651371000,"updated":1394844075749,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185425","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185425.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11185425","ids":",ak11185425,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 113km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5182,63.1086,12.3]},"id":"ak11185425"}, -{"type":"Feature","properties":{"mag":1.4,"place":"23km SE of Yosemite Valley, California","time":1394651037100,"updated":1394663767317,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183581","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183581.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183581","ids":",nc72183581,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.03,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3607,37.6145,13.9]},"id":"nc72183581"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km SE of The Geysers, California","time":1394649380400,"updated":1394661182600,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183576","ids":",nc72183576,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km SE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7273,38.7605,2.1]},"id":"nc72183576"}, -{"type":"Feature","properties":{"mag":1.7,"place":"23km SE of Yosemite Valley, California","time":1394648968000,"updated":1394846045281,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183566","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183566.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"nc","code":"72183566","ids":",nc72183566,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.05,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.7 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3628,37.609,12.5]},"id":"nc72183566"}, -{"type":"Feature","properties":{"mag":2.1,"place":"4km WSW of Universal City, California","time":1394648885250,"updated":1395067097382,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475209.geojsonp","felt":99,"cdi":3.2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":100,"net":"ci","code":"15475209","ids":",ci15475209,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.02177,"rms":0.14,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.1 - 4km WSW of Universal City, California"},"geometry":{"type":"Point","coordinates":[-118.404,34.1238333,3.17]},"id":"ci15475209"}, -{"type":"Feature","properties":{"mag":1.14,"place":"17km ESE of Julian, California","time":1394648568110,"updated":1394651198710,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475201","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475201.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15475201","ids":",ci15475201,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1118,"rms":0.16,"gap":114,"magType":"ml","type":"earthquake","title":"M 1.1 - 17km ESE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.4413333,33.003,9.7]},"id":"ci15475201"}, -{"type":"Feature","properties":{"mag":1.3,"place":"35km S of East Carbon City, Utah","time":1394648432200,"updated":1394823787197,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059117","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059117.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"uu","code":"60059117","ids":",uu60059117,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.13474729,"rms":0.07,"gap":187.2,"magType":"Ml","type":"earthquake","title":"M 1.3 - 35km S of East Carbon City, Utah"},"geometry":{"type":"Point","coordinates":[-110.4755,39.236,12.2]},"id":"uu60059117"}, -{"type":"Feature","properties":{"mag":4.8,"place":"247km WNW of Ozernovskiy, Russia","time":1394648320950,"updated":1394677322518,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9c7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9c7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000n9c7","ids":",usc000n9c7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.976,"rms":0.62,"gap":111,"magType":"mb","type":"earthquake","title":"M 4.8 - 247km WNW of Ozernovskiy, Russia"},"geometry":{"type":"Point","coordinates":[153.0762,52.1483,421.3]},"id":"usc000n9c7"}, -{"type":"Feature","properties":{"mag":2,"place":"26km N of Road Town, British Virgin Islands","time":1394648312500,"updated":1394656787444,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071008","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071008.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14071008","ids":",pr14071008,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.23985018,"rms":0.05,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 26km N of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.6436,18.6573,9]},"id":"pr14071008"}, -{"type":"Feature","properties":{"mag":4.9,"place":"44km W of Port-aux-Francais, French Southern Territories","time":1394648110530,"updated":1394677115490,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9cg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9cg.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000n9cg","ids":",usc000n9cg,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.394,"rms":0.27,"gap":80,"magType":"mb","type":"earthquake","title":"M 4.9 - 44km W of Port-aux-Francais, French Southern Territories"},"geometry":{"type":"Point","coordinates":[69.6089,-49.3281,14.37]},"id":"usc000n9cg"}, -{"type":"Feature","properties":{"mag":2.5,"place":"19km SSE of Medford, Oklahoma","time":1394647778570,"updated":1394676725271,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9d2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9d2.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000n9d2","ids":",usc000n9d2,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 19km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.678,36.634,5]},"id":"usc000n9d2"}, -{"type":"Feature","properties":{"mag":1.5,"place":"156km S of Tanana, Alaska","time":1394647446000,"updated":1394844083774,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185339","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185339.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11185339","ids":",ak11185339,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 156km S of Tanana, Alaska"},"geometry":{"type":"Point","coordinates":[-152.4001,63.774,7.4]},"id":"ak11185339"}, -{"type":"Feature","properties":{"mag":2.5,"place":"195km SE of Adak, Alaska","time":1394647443000,"updated":1395062757000,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc55","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc55.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nc55","ids":",ak11187775,usc000nc55,","sources":",ak,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":291,"magType":"ml","type":"earthquake","title":"M 2.5 - 195km SE of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-175.1123,50.4172,25.6]},"id":"usc000nc55"}, -{"type":"Feature","properties":{"mag":2.9,"place":"15km ENE of Anthony, Kansas","time":1394647204550,"updated":1394676158728,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9fa","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9fa.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"us","code":"c000n9fa","ids":",usc000n9fa,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.699,"rms":0.36,"gap":73,"magType":"mb_lg","type":"earthquake","title":"M 2.9 - 15km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8659,37.199,5]},"id":"usc000n9fa"}, -{"type":"Feature","properties":{"mag":4.5,"place":"260km ESE of Hotan, China","time":1394646946280,"updated":1394675897896,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9b3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9b3.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000n9b3","ids":",usc000n9b3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":7.333,"rms":0.89,"gap":121,"magType":"mb","type":"earthquake","title":"M 4.5 - 260km ESE of Hotan, China"},"geometry":{"type":"Point","coordinates":[82.3414,35.7965,31.53]},"id":"usc000n9b3"}, -{"type":"Feature","properties":{"mag":2.5,"place":"90km SSW of Manley Hot Springs, Alaska","time":1394646500000,"updated":1395062952000,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185266","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185266.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11185266","ids":",ak11185266,usc000n9al,","sources":",ak,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 90km SSW of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9971,64.2067,10.2]},"id":"ak11185266"}, -{"type":"Feature","properties":{"mag":3,"place":"79km N of Isabela, Puerto Rico","time":1394646351400,"updated":1394675303154,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"pr","code":"14071009","ids":",pr14071009,usc000n9lg,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":5,"dmin":0.76177136,"rms":0.43,"gap":277.2,"magType":"Md","type":"earthquake","title":"M 3.0 - 79km N of Isabela, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9496,19.2185,3]},"id":"pr14071009"}, -{"type":"Feature","properties":{"mag":2,"place":"29km ESE of Atka, Alaska","time":1394646018000,"updated":1394844110853,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187773","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187773.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11187773","ids":",ak11187773,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":null,"rms":0.24,"gap":309.599975232,"magType":"ml","type":"earthquake","title":"M 2.0 - 29km ESE of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-173.7972,52.1033,12.2]},"id":"ak11187773"}, -{"type":"Feature","properties":{"mag":2.5,"place":"14km E of Perry, Oklahoma","time":1394645208720,"updated":1394674157723,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n99t","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n99t.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000n99t","ids":",usc000n99t,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 14km E of Perry, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.125,36.284,5]},"id":"usc000n99t"}, -{"type":"Feature","properties":{"mag":4.2,"place":"49km S of Puerto San Jose, Guatemala","time":1394644410970,"updated":1394673370845,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n98k","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n98k.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":271,"net":"us","code":"c000n98k","ids":",usc000n98k,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.309,"rms":0.67,"gap":205,"magType":"mb","type":"earthquake","title":"M 4.2 - 49km S of Puerto San Jose, Guatemala"},"geometry":{"type":"Point","coordinates":[-90.8744,13.4763,49.03]},"id":"usc000n98k"}, -{"type":"Feature","properties":{"mag":1.01,"place":"43km N of China Lake Acres, California","time":1394643982440,"updated":1394746346460,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475193","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475193.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475193","ids":",ci15475193,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.009469,"rms":0.17,"gap":105,"magType":"ml","type":"earthquake","title":"M 1.0 - 43km N of China Lake Acres, California"},"geometry":{"type":"Point","coordinates":[-117.7645,36.0361667,0.12]},"id":"ci15475193"}, -{"type":"Feature","properties":{"mag":1.3,"place":"74km W of Cantwell, Alaska","time":1394643551000,"updated":1394844028321,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187772","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187772.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11187772","ids":",ak11187772,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":17,"dmin":null,"rms":0.36,"gap":68.399994528,"magType":"ml","type":"earthquake","title":"M 1.3 - 74km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4461,63.4065,125.4]},"id":"ak11187772"}, -{"type":"Feature","properties":{"mag":1.9,"place":"24km ENE of Pablo, Montana","time":1394643184600,"updated":1395157715862,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14466562","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14466562.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"mb","code":"14466562","ids":",mb14466562,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":22,"dmin":0.2048159,"rms":0.17,"gap":129.599989632,"magType":"mc","type":"earthquake","title":"M 1.9 - 24km ENE of Pablo, Montana"},"geometry":{"type":"Point","coordinates":[-113.8296,47.6988,13.2]},"id":"mb14466562"}, -{"type":"Feature","properties":{"mag":1.4,"place":"24km E of Polson, Montana","time":1394643184300,"updated":1394643318311,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb30146","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb30146.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"mb","code":"30146","ids":",mb30146,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":8,"dmin":0.2066125,"rms":0.05,"gap":169.199986464,"magType":"mc","type":"earthquake","title":"M 1.4 - 24km E of Polson, Montana"},"geometry":{"type":"Point","coordinates":[-113.8316,47.6955,13.8]},"id":"mb30146"}, -{"type":"Feature","properties":{"mag":2.6,"place":"3km NNE of Animas, Puerto Rico","time":1394642533400,"updated":1394671486455,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14071006","ids":",pr14071006,usc000n99m,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":12,"dmin":0.08354332,"rms":0.18,"gap":180,"magType":"Md","type":"earthquake","title":"M 2.6 - 3km NNE of Animas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.6179,18.4775,87]},"id":"pr14071006"}, -{"type":"Feature","properties":{"mag":2.5,"place":"15km E of Perry, Oklahoma","time":1394641767000,"updated":1394670743511,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n999","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n999.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000n999","ids":",usc000n999,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 15km E of Perry, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.12,36.291,5]},"id":"usc000n999"}, -{"type":"Feature","properties":{"mag":2.1,"place":"25km ESE of Redoubt Volcano, Alaska","time":1394641420000,"updated":1394844036779,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185253","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185253.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11185253","ids":",ak11185253,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 25km ESE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.3275,60.3759,105.3]},"id":"ak11185253"}, -{"type":"Feature","properties":{"mag":2.5,"place":"80km ESE of Whittier, Alaska","time":1394641324000,"updated":1394844088781,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11185249","ids":",ak11185249,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 80km ESE of Whittier, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3941,60.4201,7.8]},"id":"ak11185249"}, -{"type":"Feature","properties":{"mag":1.3,"place":"16km SE of Salcha, Alaska","time":1394641179000,"updated":1394844027090,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185247","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185247.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11185247","ids":",ak11185247,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":22,"dmin":null,"rms":0.52,"gap":100.799991936,"magType":"ml","type":"earthquake","title":"M 1.3 - 16km SE of Salcha, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6749,64.4176,4]},"id":"ak11185247"}, -{"type":"Feature","properties":{"mag":2.3,"place":"17km SSE of Atka, Alaska","time":1394640745000,"updated":1394844025688,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187768","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187768.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11187768","ids":",ak11187768,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":9,"dmin":null,"rms":0.37,"gap":259.199979264,"magType":"ml","type":"earthquake","title":"M 2.3 - 17km SSE of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-174.0819,52.0612,138.8]},"id":"ak11187768"}, -{"type":"Feature","properties":{"mag":2.6,"place":"55km NW of San Antonio, Puerto Rico","time":1394640234800,"updated":1394669185626,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071007.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14071007","ids":",pr14071007,usc000n99w,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":8,"dmin":0.42849639,"rms":0.37,"gap":216,"magType":"Md","type":"earthquake","title":"M 2.6 - 55km NW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.4998,18.8155,8]},"id":"pr14071007"}, -{"type":"Feature","properties":{"mag":2,"place":"65km SSW of Tanana, Alaska","time":1394640079000,"updated":1394844086781,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185183","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185183.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11185183","ids":",ak11185183,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 65km SSW of Tanana, Alaska"},"geometry":{"type":"Point","coordinates":[-152.6289,64.6327,8.7]},"id":"ak11185183"}, -{"type":"Feature","properties":{"mag":1.5,"place":"12km ENE of Cloverdale, California","time":1394638568900,"updated":1394646185040,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183516","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183516.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183516","ids":",nc72183516,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 12km ENE of Cloverdale, California"},"geometry":{"type":"Point","coordinates":[-122.8797,38.8318,2.5]},"id":"nc72183516"}, -{"type":"Feature","properties":{"mag":2.6,"place":"141km ESE of Nikolski, Alaska","time":1394638460000,"updated":1394844077745,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185179","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185179.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"ak","code":"11185179","ids":",ak11185179,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.28,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 141km ESE of Nikolski, Alaska"},"geometry":{"type":"Point","coordinates":[-166.858,52.5751,16.6]},"id":"ak11185179"}, -{"type":"Feature","properties":{"mag":4,"place":"14km E of Roshtqal'a, Tajikistan","time":1394638248400,"updated":1394667201407,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n956","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n956.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":246,"net":"us","code":"c000n956","ids":",usc000n956,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.188,"rms":0.74,"gap":128,"magType":"mb","type":"earthquake","title":"M 4.0 - 14km E of Roshtqal'a, Tajikistan"},"geometry":{"type":"Point","coordinates":[71.9923,37.2535,170.05]},"id":"usc000n956"}, -{"type":"Feature","properties":{"mag":1.4,"place":"94km WSW of Cantwell, Alaska","time":1394637844000,"updated":1394844024266,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187764","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187764.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187764","ids":",ak11187764,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":20,"dmin":null,"rms":0.47,"gap":71.999994240001,"magType":"ml","type":"earthquake","title":"M 1.4 - 94km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7929,63.197,129.3]},"id":"ak11187764"}, -{"type":"Feature","properties":{"mag":1.34,"place":"21km NW of Inyokern, California","time":1394637596240,"updated":1394650542080,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475185","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475185.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15475185","ids":",ci15475185,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1317,"rms":0.09,"gap":81,"magType":"ml","type":"earthquake","title":"M 1.3 - 21km NW of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-118.0143333,35.7561667,2.09]},"id":"ci15475185"}, -{"type":"Feature","properties":{"mag":3.1,"place":"99km SE of Larsen Bay, Alaska","time":1394636979000,"updated":1394844092795,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185115","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185115.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11185115","ids":",ak11185115,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 99km SE of Larsen Bay, Alaska"},"geometry":{"type":"Point","coordinates":[-152.8929,56.8714,5]},"id":"ak11185115"}, -{"type":"Feature","properties":{"mag":1.3,"place":"12km ENE of Cloverdale, California","time":1394636423700,"updated":1394642358033,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183506","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183506.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183506","ids":",nc72183506,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 12km ENE of Cloverdale, California"},"geometry":{"type":"Point","coordinates":[-122.8777,38.8345,3.3]},"id":"nc72183506"}, -{"type":"Feature","properties":{"mag":2.6,"place":"14km NNW of Chandler, Oklahoma","time":1394634919810,"updated":1394752538688,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n93u","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n93u.geojsonp","felt":3,"cdi":2.9,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":105,"net":"us","code":"c000n93u","ids":",usc000n93u,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.287,"rms":0.49,"gap":45,"magType":"mb_lg","type":"earthquake","title":"M 2.6 - 14km NNW of Chandler, Oklahoma"},"geometry":{"type":"Point","coordinates":[-96.9244,35.8262,5]},"id":"usc000n93u"}, -{"type":"Feature","properties":{"mag":1.5,"place":"72km S of Deltana, Alaska","time":1394632465000,"updated":1394844090809,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185056","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185056.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11185056","ids":",ak11185056,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 72km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.3219,63.2258,5.7]},"id":"ak11185056"}, -{"type":"Feature","properties":{"mag":1.4,"place":"90km NNW of Talkeetna, Alaska","time":1394631668000,"updated":1394844108830,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187760","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187760.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187760","ids":",ak11187760,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":16,"dmin":null,"rms":0.31,"gap":104.399991648,"magType":"ml","type":"earthquake","title":"M 1.4 - 90km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0051,63.0212,120.9]},"id":"ak11187760"}, -{"type":"Feature","properties":{"mag":1.5,"place":"95km W of Talkeetna, Alaska","time":1394631254000,"updated":1394844023031,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187759","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187759.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187759","ids":",ak11187759,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":20,"dmin":null,"rms":0.29,"gap":111.599991072,"magType":"ml","type":"earthquake","title":"M 1.5 - 95km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.9379,62.3977,102.2]},"id":"ak11187759"}, -{"type":"Feature","properties":{"mag":1.63,"place":"22km SW of Smith Valley, Nevada","time":1394630265772,"updated":1394731889000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":41,"net":"nn","code":"00440836","ids":",nn00440836,","sources":",nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":4,"dmin":0.42,"rms":null,"gap":261.63,"magType":"ml","type":"earthquake","title":"M 1.6 - 22km SW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.4966,38.6158,8]},"id":"nn00440836"}, -{"type":"Feature","properties":{"mag":2.1,"place":"42km E of Y, Alaska","time":1394629183000,"updated":1394844096797,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185049","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185049.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11185049","ids":",ak11185049,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 42km E of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0467,62.2279,40.7]},"id":"ak11185049"}, -{"type":"Feature","properties":{"mag":2.6,"place":"13km ENE of Anthony, Kansas","time":1394629074210,"updated":1394665335000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n91j","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n91j.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"us","code":"c000n91j","ids":",usc000n91j,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.697,"rms":0.48,"gap":132,"magType":"mb_lg","type":"earthquake","title":"M 2.6 - 13km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8852,37.1987,6.17]},"id":"usc000n91j"}, -{"type":"Feature","properties":{"mag":1,"place":"39km ENE of Seeley Lake, Montana","time":1394629043200,"updated":1394986915911,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14023120","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14023120.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"mb","code":"14023120","ids":",mb14023120,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":15,"dmin":0.2712912,"rms":0.07,"gap":226.799981856,"magType":"mc","type":"earthquake","title":"M 1.0 - 39km ENE of Seeley Lake, Montana"},"geometry":{"type":"Point","coordinates":[-113.0211,47.3351,30]},"id":"mb14023120"}, -{"type":"Feature","properties":{"mag":2.4,"place":"65km NE of Road Town, British Virgin Islands","time":1394627813400,"updated":1394644485054,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14071005","ids":",pr14071005,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.59198977,"rms":0.07,"gap":324,"magType":"Md","type":"earthquake","title":"M 2.4 - 65km NE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.249,18.8985,9]},"id":"pr14071005"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km WSW of Gilroy, California","time":1394627709500,"updated":1394629805615,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183486","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183486.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183486","ids":",nc72183486,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.04,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km WSW of Gilroy, California"},"geometry":{"type":"Point","coordinates":[-121.6223,36.9783,7.4]},"id":"nc72183486"}, -{"type":"Feature","properties":{"mag":1.1,"place":"1km N of The Geysers, California","time":1394627686400,"updated":1394640554821,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183481","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183481.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183481","ids":",nc72183481,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.1 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.76,38.7938,1.8]},"id":"nc72183481"}, -{"type":"Feature","properties":{"mag":2.7,"place":"21km SSE of Medford, Oklahoma","time":1394627445710,"updated":1394645404453,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n90u","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n90u.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"us","code":"c000n90u","ids":",usc000n90u,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.284,"rms":0.79,"gap":97,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 21km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.6618,36.623,4.99]},"id":"usc000n90u"}, -{"type":"Feature","properties":{"mag":4.4,"place":"64km SSW of Nueva Concepcion, Guatemala","time":1394626164600,"updated":1394655120291,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n90d","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n90d.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000n90d","ids":",usc000n90d,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.879,"rms":0.9,"gap":184,"magType":"mb","type":"earthquake","title":"M 4.4 - 64km SSW of Nueva Concepcion, Guatemala"},"geometry":{"type":"Point","coordinates":[-91.504,13.6568,34.94]},"id":"usc000n90d"}, -{"type":"Feature","properties":{"mag":1,"place":"60km NE of Y, Alaska","time":1394625594000,"updated":1394844069085,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184992","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184992.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11184992","ids":",ak11184992,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 60km NE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0575,62.5577,53]},"id":"ak11184992"}, -{"type":"Feature","properties":{"mag":2.7,"place":"22km SE of Yosemite Valley, California","time":1394625283000,"updated":1394669884545,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183466","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183466.geojsonp","felt":3,"cdi":2.5,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":113,"net":"nc","code":"72183466","ids":",nc72183466,nn00440835,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.23356197,"rms":0.05,"gap":126,"magType":"Md","type":"earthquake","title":"M 2.7 - 22km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3732,37.6227,14.1]},"id":"nc72183466"}, -{"type":"Feature","properties":{"mag":4.3,"place":"81km N of Isabela, Puerto Rico","time":1394625045400,"updated":1394680596000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071004.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":1,"sig":285,"net":"pr","code":"14071004","ids":",at00n2bnkm,usc000n8zw,pr14071004,","sources":",at,us,pr,","types":",cap,dyfi,geoserve,impact-link,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":24,"dmin":0.92077317,"rms":0.46,"gap":288,"magType":"Md","type":"earthquake","title":"M 4.3 - 81km N of Isabela, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.0682,19.3932,28]},"id":"pr14071004"}, -{"type":"Feature","properties":{"mag":1.1,"place":"95km E of Cantwell, Alaska","time":1394624952000,"updated":1394844094807,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184989","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184989.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11184989","ids":",ak11184989,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 95km E of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.0477,63.3364,62.5]},"id":"ak11184989"}, -{"type":"Feature","properties":{"mag":1.9,"place":"3km W of Cobb, California","time":1394624097200,"updated":1394759351537,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183461","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183461.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72183461","ids":",nc72183461,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7613,38.8213,2.6]},"id":"nc72183461"}, -{"type":"Feature","properties":{"mag":1.2,"place":"26km SW of Ferron, Utah","time":1394622468000,"updated":1394807134300,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059087","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059087.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"uu","code":"60059087","ids":",uu60059087,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.1706799,"rms":0.16,"gap":72,"magType":"Ml","type":"earthquake","title":"M 1.2 - 26km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3822,38.9523,1.4]},"id":"uu60059087"}, -{"type":"Feature","properties":{"mag":1.5,"place":"72km W of Talkeetna, Alaska","time":1394622354000,"updated":1394844021579,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187755","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187755.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187755","ids":",ak11187755,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":22,"dmin":null,"rms":0.42,"gap":97.199992224001,"magType":"ml","type":"earthquake","title":"M 1.5 - 72km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5166,62.3055,87.2]},"id":"ak11187755"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km N of The Geysers, California","time":1394622200100,"updated":1394635746210,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183456","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183456.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72183456","ids":",nc72183456,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.2 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7588,38.794,1.8]},"id":"nc72183456"}, -{"type":"Feature","properties":{"mag":4.6,"place":"100km NNW of Binabalian Ricor, Philippines","time":1394622109440,"updated":1394651061589,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8z7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8z7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n8z7","ids":",usc000n8z7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.042,"rms":0.62,"gap":116,"magType":"mb","type":"earthquake","title":"M 4.6 - 100km NNW of Binabalian Ricor, Philippines"},"geometry":{"type":"Point","coordinates":[119.4303,17.1907,33.31]},"id":"usc000n8z7"}, -{"type":"Feature","properties":{"mag":2.2,"place":"21km SW of Smith Valley, Nevada","time":1394621777600,"updated":1394677330052,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183451","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183451.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"nc","code":"72183451","ids":",nc72183451,nn00440833,","sources":",nc,nn,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.46712395,"rms":0.13,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 2.2 - 21km SW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.4877,38.6267,1.9]},"id":"nc72183451"}, -{"type":"Feature","properties":{"mag":2.9,"place":"61km NE of Road Town, British Virgin Islands","time":1394621111000,"updated":1394650091436,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14071003","ids":",pr14071003,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.55426053,"rms":0.2,"gap":324,"magType":"Md","type":"earthquake","title":"M 2.9 - 61km NE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.1904,18.8001,39]},"id":"pr14071003"}, -{"type":"Feature","properties":{"mag":4.6,"place":"92km NE of Hihifo, Tonga","time":1394620618630,"updated":1394643676585,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8vj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8vj.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n8vj","ids":",usc000n8vj,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.755,"rms":0.86,"gap":106,"magType":"mb","type":"earthquake","title":"M 4.6 - 92km NE of Hihifo, Tonga"},"geometry":{"type":"Point","coordinates":[-173.1042,-15.3946,35.85]},"id":"usc000n8vj"}, -{"type":"Feature","properties":{"mag":1.1,"place":"34km E of Lazy Mountain, Alaska","time":1394619958000,"updated":1394844001903,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184932","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184932.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11184932","ids":",ak11184932,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 34km E of Lazy Mountain, Alaska"},"geometry":{"type":"Point","coordinates":[-148.2989,61.5897,10]},"id":"ak11184932"}, -{"type":"Feature","properties":{"mag":1.6,"place":"10km W of Healy, Alaska","time":1394619399000,"updated":1394844000536,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184929","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184929.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11184929","ids":",ak11184929,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 10km W of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1726,63.8394,1]},"id":"ak11184929"}, -{"type":"Feature","properties":{"mag":2.1,"place":"22km N of Sutton-Alpine, Alaska","time":1394618875000,"updated":1394844004430,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184926","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184926.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11184926","ids":",ak11184926,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 22km N of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.7837,61.9933,4.6]},"id":"ak11184926"}, -{"type":"Feature","properties":{"mag":1,"place":"38km WNW of Ester, Alaska","time":1394618703000,"updated":1394844003130,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184924","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184924.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11184924","ids":",ak11184924,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.35,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 38km WNW of Ester, Alaska"},"geometry":{"type":"Point","coordinates":[-148.7566,64.9933,12.1]},"id":"ak11184924"}, -{"type":"Feature","properties":{"mag":2,"place":"4km SE of San Lorenzo, Puerto Rico","time":1394618563300,"updated":1394621649506,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14071001","ids":",pr14071001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.08533995,"rms":0.1,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 2.0 - 4km SE of San Lorenzo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-65.9375,18.1583,73]},"id":"pr14071001"}, -{"type":"Feature","properties":{"mag":2.5,"place":"64km NNE of Road Town, British Virgin Islands","time":1394618470200,"updated":1394647417347,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14071002","ids":",pr14071002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.5758201,"rms":0.15,"gap":327.6,"magType":"Md","type":"earthquake","title":"M 2.5 - 64km NNE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.306,18.9153,6]},"id":"pr14071002"}, -{"type":"Feature","properties":{"mag":3.3,"place":"13km ENE of Anthony, Kansas","time":1394617825100,"updated":1394684719784,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8tq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8tq.geojsonp","felt":7,"cdi":3.6,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":170,"net":"us","code":"c000n8tq","ids":",usc000n8tq,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.695,"rms":0.24,"gap":84,"magType":"mb_lg","type":"earthquake","title":"M 3.3 - 13km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8858,37.1966,3.1]},"id":"usc000n8tq"}, -{"type":"Feature","properties":{"mag":2.7,"place":"5km ESE of Mammoth Lakes, California","time":1394617477100,"updated":1394674269434,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183436.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":113,"net":"nc","code":"72183436","ids":",nc72183436,nn00440830,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":43.2,"magType":"Md","type":"earthquake","title":"M 2.7 - 5km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9138,37.637,8.2]},"id":"nc72183436"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km WNW of Cobb, California","time":1394617248100,"updated":1394619727318,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183431","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183431.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183431","ids":",nc72183431,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8027,38.8357,2.7]},"id":"nc72183431"}, -{"type":"Feature","properties":{"mag":1.8,"place":"5km ESE of Mammoth Lakes, California","time":1394617138500,"updated":1394619662182,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183426","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183426.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72183426","ids":",nc72183426,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.8 - 5km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.913,37.634,8.4]},"id":"nc72183426"}, -{"type":"Feature","properties":{"mag":1.4,"place":"5km ESE of Mammoth Lakes, California","time":1394617054200,"updated":1394628904042,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183421","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183421.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183421","ids":",nc72183421,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 5km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9132,37.6352,8.4]},"id":"nc72183421"}, -{"type":"Feature","properties":{"mag":2.1,"place":"82km W of Anchor Point, Alaska","time":1394616333000,"updated":1394844020247,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187748","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187748.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11187748","ids":",ak11187748,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":27,"dmin":null,"rms":0.47,"gap":100.799991936,"magType":"ml","type":"earthquake","title":"M 2.1 - 82km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-153.2796,59.6486,110.3]},"id":"ak11187748"}, -{"type":"Feature","properties":{"mag":1.2,"place":"34km WNW of Valdez, Alaska","time":1394616023000,"updated":1394844018258,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187747","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187747.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11187747","ids":",ak11187747,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":null,"rms":0.69,"gap":169.199986464,"magType":"ml","type":"earthquake","title":"M 1.2 - 34km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.9401,61.2513,24.1]},"id":"ak11187747"}, -{"type":"Feature","properties":{"mag":2.2,"place":"39km SSE of Redoubt Volcano, Alaska","time":1394615987000,"updated":1394844006890,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184909","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184909.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"ak","code":"11184909","ids":",ak11184909,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.5,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 39km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5141,60.1508,93.8]},"id":"ak11184909"}, -{"type":"Feature","properties":{"mag":3,"place":"80km WNW of Ferndale, California","time":1394615287900,"updated":1394685331976,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183401","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183401.geojsonp","felt":1,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":139,"net":"nc","code":"72183401","ids":",nc72183401,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.70068592,"rms":0.16,"gap":252,"magType":"Ml","type":"earthquake","title":"M 3.0 - 80km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.1917,40.7465,18.2]},"id":"nc72183401"}, -{"type":"Feature","properties":{"mag":1.3,"place":"10km NNE of Waterville, Washington","time":1394615123100,"updated":1394649184530,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717096","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717096.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"uw","code":"60717096","ids":",uw60717096,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.04,"gap":187.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 10km NNE of Waterville, Washington"},"geometry":{"type":"Point","coordinates":[-120.0353,47.7413,4]},"id":"uw60717096"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km E of The Geysers, California","time":1394614594600,"updated":1394627225951,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183391","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183391.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183391","ids":",nc72183391,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.06,"gap":75.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km E of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7175,38.775,2.4]},"id":"nc72183391"}, -{"type":"Feature","properties":{"mag":4.6,"place":"93km SW of Anchor Point, Alaska","time":1394613815000,"updated":1394844260268,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184848","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184848.geojsonp","felt":14,"cdi":3.4,"mmi":3.22,"alert":"green","status":"reviewed","tsunami":1,"sig":330,"net":"ak","code":"11184848","ids":",at00n2bewn,ak11184848,usc000n8ry,","sources":",at,ak,us,","types":",cap,dyfi,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 4.6 - 93km SW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-153.177,59.2956,86.1]},"id":"ak11184848"}, -{"type":"Feature","properties":{"mag":1.1,"place":"17km W of Cantwell, Alaska","time":1394613358000,"updated":1394844017010,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187744","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187744.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11187744","ids":",ak11187744,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":null,"rms":0.26,"gap":100.799991936,"magType":"ml","type":"earthquake","title":"M 1.1 - 17km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2928,63.4151,88.5]},"id":"ak11187744"}, -{"type":"Feature","properties":{"mag":2.9,"place":"65km SSE of Nikolski, Alaska","time":1394613307000,"updated":1394844102825,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184847","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184847.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ak","code":"11184847","ids":",ak11184847,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 65km SSE of Nikolski, Alaska"},"geometry":{"type":"Point","coordinates":[-168.4475,52.4104,12.7]},"id":"ak11184847"}, -{"type":"Feature","properties":{"mag":1.1,"place":"15km N of Chester, California","time":1394612922600,"updated":1394834466564,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185181","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185181.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72185181","ids":",nc72185181,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1527136,"rms":0.06,"gap":266.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 15km N of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.2268,40.4442,11.7]},"id":"nc72185181"}, -{"type":"Feature","properties":{"mag":1.04,"place":"50km N of Inyokern, California","time":1394611845290,"updated":1394646406655,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475089","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475089.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15475089","ids":",ci15475089,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":7,"dmin":0.01517,"rms":0.05,"gap":222,"magType":"ml","type":"earthquake","title":"M 1.0 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8636667,36.1043333,5.95]},"id":"ci15475089"}, -{"type":"Feature","properties":{"mag":4.6,"place":"South of the Fiji Islands","time":1394611444530,"updated":1394640405392,"tz":720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8ql","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8ql.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n8ql","ids":",usc000n8ql,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.014,"rms":1.16,"gap":86,"magType":"mb","type":"earthquake","title":"M 4.6 - South of the Fiji Islands"},"geometry":{"type":"Point","coordinates":[178.4321,-25.4002,609.13]},"id":"usc000n8ql"}, -{"type":"Feature","properties":{"mag":2.9,"place":"83km W of Ferndale, California","time":1394610578000,"updated":1394662084309,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183356","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183356.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"nc","code":"72183356","ids":",nc72183356,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.71865223,"rms":0.19,"gap":298.8,"magType":"Md","type":"earthquake","title":"M 2.9 - 83km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.2478,40.6535,24.2]},"id":"nc72183356"}, -{"type":"Feature","properties":{"mag":3.6,"place":"93km SE of Unalaska, Alaska","time":1394609925000,"updated":1394844068662,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184812","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184812.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":199,"net":"ak","code":"11184812","ids":",ak11184812,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.6 - 93km SE of Unalaska, Alaska"},"geometry":{"type":"Point","coordinates":[-165.622,53.2322,37.8]},"id":"ak11184812"}, -{"type":"Feature","properties":{"mag":4,"place":"16km SE of Sand Point, Alaska","time":1394608475300,"updated":1394843806613,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8p7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8p7.geojsonp","felt":2,"cdi":4.3,"mmi":2.99,"alert":null,"status":"reviewed","tsunami":null,"sig":247,"net":"us","code":"c000n8p7","ids":",usc000n8p7,ak11184807,","sources":",us,ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.147,"rms":0.96,"gap":113,"magType":"mb","type":"earthquake","title":"M 4.0 - 16km SE of Sand Point, Alaska"},"geometry":{"type":"Point","coordinates":[-160.2834,55.2524,25.26]},"id":"usc000n8p7"}, -{"type":"Feature","properties":{"mag":2.13,"place":"6km SW of Ridgemark, California","time":1394608137800,"updated":1394686386547,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":70,"net":"nc","code":"72183321","ids":",nc72183321,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":68,"dmin":0.02359,"rms":0.11,"gap":24,"magType":"md","type":"earthquake","title":"M 2.1 - 6km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4053333,36.7683333,9.77]},"id":"nc72183321"}, -{"type":"Feature","properties":{"mag":1.2,"place":"3km WNW of Redlands, California","time":1394607710700,"updated":1394646290642,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475081","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475081.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ci","code":"15475081","ids":",ci15475081,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.2715,"rms":0.15,"gap":173,"magType":"ml","type":"earthquake","title":"M 1.2 - 3km WNW of Redlands, California"},"geometry":{"type":"Point","coordinates":[-117.218,34.0695,5]},"id":"ci15475081"}, -{"type":"Feature","properties":{"mag":2.1,"place":"8km SE of Ridgely, Tennessee","time":1394607271500,"updated":1394636217677,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm60069566","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm60069566.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"nm","code":"60069566","ids":",nm60069566,","sources":",nm,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":16,"dmin":0.01796631,"rms":0.03,"gap":71.999994240001,"magType":"md","type":"earthquake","title":"M 2.1 - 8km SE of Ridgely, Tennessee"},"geometry":{"type":"Point","coordinates":[-89.4097,36.2128,6.5]},"id":"nm60069566"}, -{"type":"Feature","properties":{"mag":1.16,"place":"50km N of Inyokern, California","time":1394607152750,"updated":1394653523720,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475073","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475073.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475073","ids":",ci15475073,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.02098,"rms":0.13,"gap":74,"magType":"ml","type":"earthquake","title":"M 1.2 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8465,36.0978333,3.74]},"id":"ci15475073"}, -{"type":"Feature","properties":{"mag":3.1,"place":"64km NNW of Charlotte Amalie, U.S. Virgin Islands","time":1394606830600,"updated":1394635786332,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14071000","ids":",pr14071000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.56593863,"rms":0.3,"gap":230.4,"magType":"Md","type":"earthquake","title":"M 3.1 - 64km NNW of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-65.1697,18.882,54]},"id":"pr14071000"}, -{"type":"Feature","properties":{"mag":1.1,"place":"6km W of Cobb, California","time":1394605696100,"updated":1394607064059,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183301","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183301.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183301","ids":",nc72183301,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8032,38.827,0]},"id":"nc72183301"}, -{"type":"Feature","properties":{"mag":1.8,"place":"18km N of Shandon, California","time":1394605487000,"updated":1394616140706,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183286","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183286.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72183286","ids":",nc72183286,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":46.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 18km N of Shandon, California"},"geometry":{"type":"Point","coordinates":[-120.3738,35.8262,6.3]},"id":"nc72183286"}, -{"type":"Feature","properties":{"mag":1.7,"place":"17km WSW of Haines Junction, Canada","time":1394605142000,"updated":1394843593198,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184781","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184781.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11184781","ids":",ak11184781,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.41,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 17km WSW of Haines Junction, Canada"},"geometry":{"type":"Point","coordinates":[-137.8114,60.6904,2.5]},"id":"ak11184781"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km NW of The Geysers, California","time":1394603949500,"updated":1394604844872,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183276","ids":",nc72183276,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8207,38.8177,1.5]},"id":"nc72183276"}, -{"type":"Feature","properties":{"mag":1.6,"place":"30km ESE of Redoubt Volcano, Alaska","time":1394603947000,"updated":1394843576189,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187737","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187737.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11187737","ids":",ak11187737,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.41,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 30km ESE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.2309,60.3719,83.8]},"id":"ak11187737"}, -{"type":"Feature","properties":{"mag":1.6,"place":"75km NNE of Sutton-Alpine, Alaska","time":1394603590000,"updated":1394843602497,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184776","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184776.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11184776","ids":",ak11184776,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 75km NNE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.1671,62.3922,38.2]},"id":"ak11184776"}, -{"type":"Feature","properties":{"mag":2,"place":"93km SSE of Adak, Alaska","time":1394603559000,"updated":1394843581178,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187735","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187735.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11187735","ids":",ak11187735,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.07,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 93km SSE of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-176.178,51.0986,4.9]},"id":"ak11187735"}, -{"type":"Feature","properties":{"mag":1,"place":"136km W of Cantwell, Alaska","time":1394603087000,"updated":1394843605836,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184774","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184774.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11184774","ids":",ak11184774,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 136km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.6789,63.4302,10.7]},"id":"ak11184774"}, -{"type":"Feature","properties":{"mag":1.64,"place":"14km WNW of Searles Valley, California","time":1394602961350,"updated":1394654076300,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475057","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475057.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":41,"net":"ci","code":"15475057","ids":",ci15475057,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.03143,"rms":0.13,"gap":60,"magType":"ml","type":"earthquake","title":"M 1.6 - 14km WNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5623333,35.8026667,5.08]},"id":"ci15475057"}, -{"type":"Feature","properties":{"mag":4.9,"place":"44km SE of Kainantu, Papua New Guinea","time":1394602145160,"updated":1394631095621,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8m9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8m9.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000n8m9","ids":",usc000n8m9,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.609,"rms":0.97,"gap":62,"magType":"mb","type":"earthquake","title":"M 4.9 - 44km SE of Kainantu, Papua New Guinea"},"geometry":{"type":"Point","coordinates":[146.1856,-6.5297,131.69]},"id":"usc000n8m9"}, -{"type":"Feature","properties":{"mag":1.79,"place":"16km E of Angwin, California","time":1394601473010,"updated":1394756044696,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183256","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183256.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":49,"net":"nc","code":"72183256","ids":",nc72183256,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":43,"dmin":0.09505,"rms":0.2,"gap":62,"magType":"md","type":"earthquake","title":"M 1.8 - 16km E of Angwin, California"},"geometry":{"type":"Point","coordinates":[-122.2675,38.592,3.73]},"id":"nc72183256"}, -{"type":"Feature","properties":{"mag":2.08,"place":"32km ESE of Big Pine, California","time":1394601404475,"updated":1394649371000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440824","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440824.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":67,"net":"nn","code":"00440824","ids":",nn00440824,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.392,"rms":0.127,"gap":179.47,"magType":"ml","type":"earthquake","title":"M 2.1 - 32km ESE of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-117.9473,37.0737,13.1669]},"id":"nn00440824"}, -{"type":"Feature","properties":{"mag":1.8,"place":"38km NNW of Valdez, Alaska","time":1394599273000,"updated":1394843555746,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184745","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184745.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ak","code":"11184745","ids":",ak11184745,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 38km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6699,61.4437,7.9]},"id":"ak11184745"}, -{"type":"Feature","properties":{"mag":2.5,"place":"23km SE of Yosemite Valley, California","time":1394598266500,"updated":1394671983917,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183216.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"nc","code":"72183216","ids":",nc72183216,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.05,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 2.5 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3593,37.6182,14.4]},"id":"nc72183216"}, -{"type":"Feature","properties":{"mag":2.1,"place":"9km WNW of The Geysers, California","time":1394597113500,"updated":1394683746811,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183191","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183191.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72183191","ids":",nc72183191,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.1 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.851,38.826,2.7]},"id":"nc72183191"}, -{"type":"Feature","properties":{"mag":1.5,"place":"16km SE of Volcano, Hawaii","time":1394596474100,"updated":1394657243585,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654246","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654246.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"hv","code":"60654246","ids":",hv60654246,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.14,"gap":147.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 16km SE of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1157,19.3397,5.8]},"id":"hv60654246"}, -{"type":"Feature","properties":{"mag":1.6,"place":"111km W of Cantwell, Alaska","time":1394596204000,"updated":1394843554775,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184723","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184723.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11184723","ids":",ak11184723,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 111km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1525,63.245,7.1]},"id":"ak11184723"}, -{"type":"Feature","properties":{"mag":1.4,"place":"7km E of Hidden Valley Lake, California","time":1394595774200,"updated":1394598368037,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183181","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183181.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183181","ids":",nc72183181,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 7km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4692,38.8023,9.9]},"id":"nc72183181"}, -{"type":"Feature","properties":{"mag":3.3,"place":"15km E of Pahala, Hawaii","time":1394595747400,"updated":1394655491549,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654236","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654236.geojsonp","felt":3,"cdi":3.1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":168,"net":"hv","code":"60654236","ids":",hv60654236,","sources":",hv,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.07186522,"rms":0.12,"gap":172.8,"magType":"Ml","type":"earthquake","title":"M 3.3 - 15km E of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3282,19.1988,43.3]},"id":"hv60654236"}, -{"type":"Feature","properties":{"mag":2.9,"place":"9km E of Hidden Valley Lake, California","time":1394595598100,"updated":1394682736575,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183176","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183176.geojsonp","felt":18,"cdi":2.7,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":134,"net":"nc","code":"72183176","ids":",nc72183176,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.12,"gap":79.2,"magType":"Ml","type":"earthquake","title":"M 2.9 - 9km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.452,38.7937,9.8]},"id":"nc72183176"}, -{"type":"Feature","properties":{"mag":1.2,"place":"6km W of Cobb, California","time":1394594782700,"updated":1394595908495,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183161","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183161.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72183161","ids":",nc72183161,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.2 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7992,38.8302,2.1]},"id":"nc72183161"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km W of Cobb, California","time":1394594751200,"updated":1394596990552,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183171","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183171.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72183171","ids":",nc72183171,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.6 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7995,38.8283,2]},"id":"nc72183171"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km W of Cobb, California","time":1394594748500,"updated":1394596805146,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183166","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183166.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183166","ids":",nc72183166,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7992,38.8315,1.8]},"id":"nc72183166"}, -{"type":"Feature","properties":{"mag":2.2,"place":"110km W of Ocean Shores, Washington","time":1394593453700,"updated":1394656926688,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717026","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717026.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"uw","code":"60717026","ids":",uw60717026,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":1.32052347,"rms":0.67,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.2 - 110km W of Ocean Shores, Washington"},"geometry":{"type":"Point","coordinates":[-125.6128,47.0153,16.4]},"id":"uw60717026"}, -{"type":"Feature","properties":{"mag":1.2,"place":"64km N of Sutton-Alpine, Alaska","time":1394592902000,"updated":1394843558387,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184704","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184704.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11184704","ids":",ak11184704,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 64km N of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.6437,62.3659,40.1]},"id":"ak11184704"}, -{"type":"Feature","properties":{"mag":2.3,"place":"184km NNE of Cape Yakataga, Alaska","time":1394592896000,"updated":1394843557030,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184700","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184700.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11184700","ids":",ak11184700,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 184km NNE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.8051,61.5171,8.8]},"id":"ak11184700"}],"bbox":[-179.463,-60.7674,-2.9,178.4321,67.0311,609.13]}); \ No newline at end of file diff --git a/samples/layer-data-quakes-red/tsconfig.json b/samples/layer-data-quakes-red/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/layer-data-quakes-red/tsconfig.json +++ b/samples/layer-data-quakes-red/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/layer-data-quakes-simple/index.ts b/samples/layer-data-quakes-simple/index.ts index e56d98b62..6b0035cc8 100644 --- a/samples/layer-data-quakes-simple/index.ts +++ b/samples/layer-data-quakes-simple/index.ts @@ -20,7 +20,7 @@ async function initMap() { // http://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php const script = document.createElement('script'); - script.setAttribute('src', 'quakes.geo.json'); + script.setAttribute('src', 'quakes.geo.js'); document.getElementsByTagName('head')[0].appendChild(script); } diff --git a/samples/layer-data-quakes-simple/public/quakes.geo.json b/samples/layer-data-quakes-simple/public/quakes.geo.json deleted file mode 100644 index d9ccfad25..000000000 --- a/samples/layer-data-quakes-simple/public/quakes.geo.json +++ /dev/null @@ -1,1021 +0,0 @@ -eqfeed_callback({"type":"FeatureCollection","metadata":{"generated":1395197681000,"url":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/1.0_week.geojsonp","title":"USGS Magnitude 1.0+ Earthquakes, Past Week","status":200,"api":"1.0.13","count":1021},"features":[{"type":"Feature","properties":{"mag":3.3,"place":"34km SSW of Ferndale, California","time":1395196367200,"updated":1395197427537,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187661.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":168,"net":"nc","code":"72187661","ids":",nc72187661,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.14373045,"rms":0.14,"gap":259.2,"magType":"Ml","type":"earthquake","title":"M 3.3 - 34km SSW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.4685,40.3087,8.7]},"id":"nc72187661"}, -{"type":"Feature","properties":{"mag":2.4,"place":"17km SSE of Mammoth Lakes, California","time":1395195902300,"updated":1395197287766,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187646","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187646.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":89,"net":"nc","code":"72187646","ids":",nc72187646,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.08084838,"rms":0.05,"gap":108,"magType":"Md","type":"earthquake","title":"M 2.4 - 17km SSE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8765,37.5138,7.4]},"id":"nc72187646"}, -{"type":"Feature","properties":{"mag":1.9,"place":"30km WNW of Valdez, Alaska","time":1395194272000,"updated":1395194716388,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192682","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192682.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11192682","ids":",ak11192682,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 30km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.8248,61.2772,17.2]},"id":"ak11192682"}, -{"type":"Feature","properties":{"mag":1.5,"place":"19km SSE of Anza, California","time":1395192838400,"updated":1395192993146,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477529","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477529.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"ci","code":"15477529","ids":",ci15477529,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.09881468,"rms":0.33,"gap":118.8,"magType":"Ml","type":"earthquake","title":"M 1.5 - 19km SSE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.5767,33.3957,33.2]},"id":"ci15477529"}, -{"type":"Feature","properties":{"mag":1.9,"place":"32km WNW of Cantwell, Alaska","time":1395191564000,"updated":1395192816589,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192669","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192669.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11192669","ids":",ak11192669,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 32km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5537,63.4964,0.1]},"id":"ak11192669"}, -{"type":"Feature","properties":{"mag":3,"place":"36km SW of Ferndale, California","time":1395190460100,"updated":1395196030486,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187616","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187616.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"nc","code":"72187616","ids":",nc72187616,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1706799,"rms":0.09,"gap":230.4,"magType":"Ml","type":"earthquake","title":"M 3.0 - 36km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.5038,40.3058,6.8]},"id":"nc72187616"}, -{"type":"Feature","properties":{"mag":2.4,"place":"36km SW of Ferndale, California","time":1395190450600,"updated":1395197282747,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187621","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187621.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"nc","code":"72187621","ids":",nc72187621,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1706799,"rms":0.16,"gap":230.4,"magType":"Md","type":"earthquake","title":"M 2.4 - 36km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.5115,40.311,7.7]},"id":"nc72187621"}, -{"type":"Feature","properties":{"mag":1.2,"place":"54km ENE of Cantwell, Alaska","time":1395190154000,"updated":1395190448252,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192667","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192667.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11192667","ids":",ak11192667,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 54km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.8937,63.523,38.5]},"id":"ak11192667"}, -{"type":"Feature","properties":{"mag":1.4,"place":"21km NE of Fairbanks, Alaska","time":1395189726000,"updated":1395190447334,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192659","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192659.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192659","ids":",ak11192659,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 21km NE of Fairbanks, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4414,64.9948,0]},"id":"ak11192659"}, -{"type":"Feature","properties":{"mag":1.4,"place":"72km N of College, Alaska","time":1395189619000,"updated":1395189945095,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192658","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192658.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192658","ids":",ak11192658,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.28,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 72km N of College, Alaska"},"geometry":{"type":"Point","coordinates":[-147.7783,65.5065,16.5]},"id":"ak11192658"}, -{"type":"Feature","properties":{"mag":1.4,"place":"101km W of Cantwell, Alaska","time":1395189522000,"updated":1395189784191,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192656","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192656.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192656","ids":",ak11192656,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 101km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9743,63.511,1.5]},"id":"ak11192656"}, -{"type":"Feature","properties":{"mag":5.4,"place":"90km S of Taron, Papua New Guinea","time":1395189254870,"updated":1395190119000,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ngbm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ngbm.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":449,"net":"us","code":"c000ngbm","ids":",usc000ngbm,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.33,"rms":1.04,"gap":119,"magType":"mb","type":"earthquake","title":"M 5.4 - 90km S of Taron, Papua New Guinea"},"geometry":{"type":"Point","coordinates":[152.939,-5.281,12.72]},"id":"usc000ngbm"}, -{"type":"Feature","properties":{"mag":2.7,"place":"31km SW of Cantwell, Alaska","time":1395188596000,"updated":1395189671586,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192649","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192649.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"ak","code":"11192649","ids":",ak11192649,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.45,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 31km SW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.331,63.1613,87.8]},"id":"ak11192649"}, -{"type":"Feature","properties":{"mag":2.8,"place":"61km SW of Deltana, Alaska","time":1395188473000,"updated":1395189522190,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192642","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192642.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"ak","code":"11192642","ids":",ak11192642,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.58,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 61km SW of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1028,63.4828,1]},"id":"ak11192642"}, -{"type":"Feature","properties":{"mag":1.1,"place":"87km NW of Glennallen, Alaska","time":1395188124000,"updated":1395188810713,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192640","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192640.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192640","ids":",ak11192640,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.11,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 87km NW of Glennallen, Alaska"},"geometry":{"type":"Point","coordinates":[-146.5829,62.7316,27.8]},"id":"ak11192640"}, -{"type":"Feature","properties":{"mag":1.8,"place":"3km E of Aromas, California","time":1395187965300,"updated":1395191771556,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72187601","ids":",nc72187601,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.09,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 3km E of Aromas, California"},"geometry":{"type":"Point","coordinates":[-121.608,36.8898,1.9]},"id":"nc72187601"}, -{"type":"Feature","properties":{"mag":1.1,"place":"46km SW of North Nenana, Alaska","time":1395187912000,"updated":1395188108775,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192639","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192639.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192639","ids":",ak11192639,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.05,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 46km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8846,64.3319,14.2]},"id":"ak11192639"}, -{"type":"Feature","properties":{"mag":1,"place":"5km NW of The Geysers, California","time":1395186641100,"updated":1395190509292,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187596","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187596.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72187596","ids":",nc72187596,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7963,38.817,3.1]},"id":"nc72187596"}, -{"type":"Feature","properties":{"mag":4,"place":"24km NE of General Teran, Mexico","time":1395186118480,"updated":1395188429000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ngag","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ngag.geojsonp","felt":2,"cdi":2.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":247,"net":"us","code":"c000ngag","ids":",usc000ngag,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.916,"rms":0.91,"gap":161,"magType":"mb","type":"earthquake","title":"M 4.0 - 24km NE of General Teran, Mexico"},"geometry":{"type":"Point","coordinates":[-99.4915,25.397,33.69]},"id":"usc000ngag"}, -{"type":"Feature","properties":{"mag":1.8,"place":"69km WSW of Willow, Alaska","time":1395185867000,"updated":1395186182042,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192630","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192630.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11192630","ids":",ak11192630,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 69km WSW of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2861,61.5533,36.3]},"id":"ak11192630"}, -{"type":"Feature","properties":{"mag":2.1,"place":"82km NW of Talkeetna, Alaska","time":1395184611000,"updated":1395185237751,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192564","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192564.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11192564","ids":",ak11192564,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 82km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1943,62.875,94.7]},"id":"ak11192564"}, -{"type":"Feature","properties":{"mag":1.09,"place":"3km SSE of Mentone, California","time":1395181668480,"updated":1395183758260,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477513","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477513.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15477513","ids":",ci15477513,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.007146,"rms":0.14,"gap":40,"magType":"ml","type":"earthquake","title":"M 1.1 - 3km SSE of Mentone, California"},"geometry":{"type":"Point","coordinates":[-117.1183333,34.0406667,16.23]},"id":"ci15477513"}, -{"type":"Feature","properties":{"mag":2,"place":"5km WSW of Volcano, Hawaii","time":1395180807400,"updated":1395181154000,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60658491","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60658491.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"hv","code":"60658491","ids":",hv60658491,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0,"rms":0.13,"gap":68.399994528,"magType":"ml","type":"earthquake","title":"M 2.0 - 5km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2843,19.4088,2.1]},"id":"hv60658491"}, -{"type":"Feature","properties":{"mag":1.15,"place":"12km S of Big Bear Lake, California","time":1395180316900,"updated":1395181881610,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477505","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477505.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15477505","ids":",ci15477505,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":49,"dmin":0.03795,"rms":0.13,"gap":49,"magType":"ml","type":"earthquake","title":"M 1.2 - 12km S of Big Bear Lake, California"},"geometry":{"type":"Point","coordinates":[-116.9305,34.1313333,13.85]},"id":"ci15477505"}, -{"type":"Feature","properties":{"mag":1,"place":"16km ESE of Enumclaw, Washington","time":1395179888700,"updated":1395185819355,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60722541","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60722541.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uw","code":"60722541","ids":",uw60722541,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.17,"gap":158.4,"magType":"Md","type":"quarry","title":"M 1.0 Quarry Blast - 16km ESE of Enumclaw, Washington"},"geometry":{"type":"Point","coordinates":[-121.7897,47.1567,0]},"id":"uw60722541"}, -{"type":"Feature","properties":{"mag":5,"place":"76km WNW of Iquique, Chile","time":1395178386900,"updated":1395183024985,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ng53","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ng53.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ng53","ids":",usc000ng53,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.165,"rms":1.07,"gap":64,"magType":"mb","type":"earthquake","title":"M 5.0 - 76km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8551,-20.0542,10]},"id":"usc000ng53"}, -{"type":"Feature","properties":{"mag":2.35,"place":"14km NE of Boulder City, Nevada","time":1395178221416,"updated":1395179684269,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441336","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441336.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":85,"net":"nn","code":"00441336","ids":",nn00441336,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":6,"dmin":0.563,"rms":0.1327,"gap":281.27,"magType":"ml","type":"earthquake","title":"M 2.4 - 14km NE of Boulder City, Nevada"},"geometry":{"type":"Point","coordinates":[-114.7163,36.0676,0]},"id":"nn00441336"}, -{"type":"Feature","properties":{"mag":5.9,"place":"73km WNW of Iquique, Chile","time":1395178007250,"updated":1395195703000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ng3t","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ng3t.geojsonp","felt":3,"cdi":3.9,"mmi":4.14,"alert":"green","status":"reviewed","tsunami":null,"sig":537,"net":"us","code":"c000ng3t","ids":",usc000ng3t,","sources":",us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":1.109,"rms":1.44,"gap":80,"magType":"mww","type":"earthquake","title":"M 5.9 - 73km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8066,-20.0027,10]},"id":"usc000ng3t"}, -{"type":"Feature","properties":{"mag":3.2,"place":"153km SE of Akutan, Alaska","time":1395176006000,"updated":1395182836424,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192418","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192418.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11192418","ids":",ak11192418,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 153km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.9361,53.2939,41.4]},"id":"ak11192418"}, -{"type":"Feature","properties":{"mag":3.1,"place":"149km SE of Akutan, Alaska","time":1395175762000,"updated":1395182816047,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192415","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192415.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11192415","ids":",ak11192415,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 149km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.9542,53.3416,37.2]},"id":"ak11192415"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km NNE of Half Moon Bay, California","time":1395174925200,"updated":1395190509291,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187556","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187556.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72187556","ids":",nc72187556,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":172.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km NNE of Half Moon Bay, California"},"geometry":{"type":"Point","coordinates":[-122.419,37.4968,4.2]},"id":"nc72187556"}, -{"type":"Feature","properties":{"mag":1.5,"place":"34km WNW of Cantwell, Alaska","time":1395174793000,"updated":1395175138715,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192412","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192412.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11192412","ids":",ak11192412,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 34km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.6031,63.5052,0]},"id":"ak11192412"}, -{"type":"Feature","properties":{"mag":2,"place":"62km S of Deltana, Alaska","time":1395174269000,"updated":1395174754324,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192408","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192408.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11192408","ids":",ak11192408,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.88,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 62km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2331,63.3108,4.5]},"id":"ak11192408"}, -{"type":"Feature","properties":{"mag":4.5,"place":"56km NNW of Ishigaki, Japan","time":1395170667560,"updated":1395182795279,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfve","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfve.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nfve","ids":",usc000nfve,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.982,"rms":0.9,"gap":54,"magType":"mwr","type":"earthquake","title":"M 4.5 - 56km NNW of Ishigaki, Japan"},"geometry":{"type":"Point","coordinates":[124.0102,24.8414,85.93]},"id":"usc000nfve"}, -{"type":"Feature","properties":{"mag":4.4,"place":"46km NNE of Shwebo, Burma","time":1395170445420,"updated":1395182772964,"tz":390,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfvi","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfvi.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nfvi","ids":",usc000nfvi,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.978,"rms":1,"gap":71,"magType":"mb","type":"earthquake","title":"M 4.4 - 46km NNE of Shwebo, Burma"},"geometry":{"type":"Point","coordinates":[95.9449,22.9239,21.53]},"id":"usc000nfvi"}, -{"type":"Feature","properties":{"mag":4.7,"place":"116km SW of Jahrom, Iran","time":1395169291090,"updated":1395182750385,"tz":210,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nftr","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nftr.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nftr","ids":",usc000nftr,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.649,"rms":0.92,"gap":44,"magType":"mb","type":"earthquake","title":"M 4.7 - 116km SW of Jahrom, Iran"},"geometry":{"type":"Point","coordinates":[52.6999,27.7668,12.87]},"id":"usc000nftr"}, -{"type":"Feature","properties":{"mag":1.3,"place":"28km NNE of Badger, Alaska","time":1395169204000,"updated":1395169441706,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192339","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192339.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":26,"net":"ak","code":"11192339","ids":",ak11192339,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 28km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2532,65.0213,2.4]},"id":"ak11192339"}, -{"type":"Feature","properties":{"mag":2.1,"place":"62km SW of Redoubt Volcano, Alaska","time":1395168218000,"updated":1395174407891,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192317","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192317.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11192317","ids":",ak11192317,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 62km SW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.422,60.0396,137.2]},"id":"ak11192317"}, -{"type":"Feature","properties":{"mag":2.1,"place":"9km E of Hidden Valley Lake, California","time":1395167330400,"updated":1395197047328,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187496","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187496.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72187496","ids":",nc72187496,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.1,"gap":108,"magType":"Md","type":"earthquake","title":"M 2.1 - 9km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4513,38.7933,8.8]},"id":"nc72187496"}, -{"type":"Feature","properties":{"mag":2.6,"place":"156km SE of Akutan, Alaska","time":1395167255000,"updated":1395196201276,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"ak","code":"11192316","ids":",ak11192316,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 156km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.891,53.2749,25.5]},"id":"ak11192316"}, -{"type":"Feature","properties":{"mag":1.1,"place":"19km S of Cantwell, Alaska","time":1395166574000,"updated":1395167090083,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192275","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192275.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192275","ids":",ak11192275,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.22,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 19km S of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.89,63.2175,1.9]},"id":"ak11192275"}, -{"type":"Feature","properties":{"mag":1.6,"place":"26km SE of Bridgeport, California","time":1395165256200,"updated":1395171243238,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187476","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187476.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"nc","code":"72187476","ids":",nn00441289,nc72187476,","sources":",nn,nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.11678099,"rms":0.11,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 26km SE of Bridgeport, California"},"geometry":{"type":"Point","coordinates":[-119.0335,38.0757,10]},"id":"nc72187476"}, -{"type":"Feature","properties":{"mag":1.4,"place":"15km NNE of Y, Alaska","time":1395164963000,"updated":1395165730782,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192265","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192265.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192265","ids":",ak11192265,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.17,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 15km NNE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7651,62.2985,16]},"id":"ak11192265"}, -{"type":"Feature","properties":{"mag":2,"place":"73km NNW of Talkeetna, Alaska","time":1395164588000,"updated":1395173908819,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192254","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192254.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11192254","ids":",ak11192254,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 73km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6739,62.9322,101.1]},"id":"ak11192254"}, -{"type":"Feature","properties":{"mag":4.5,"place":"7km ESE of Shiroi, Japan","time":1395163483320,"updated":1395192430389,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfp6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfp6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nfp6","ids":",usc000nfp6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.741,"rms":0.51,"gap":166,"magType":"mb","type":"earthquake","title":"M 4.5 - 7km ESE of Shiroi, Japan"},"geometry":{"type":"Point","coordinates":[140.143,35.7762,61.23]},"id":"usc000nfp6"}, -{"type":"Feature","properties":{"mag":1.8,"place":"4km N of Hydesville, California","time":1395160788100,"updated":1395167586331,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187451","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187451.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72187451","ids":",nc72187451,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1706799,"rms":0.08,"gap":162,"magType":"Md","type":"earthquake","title":"M 1.8 - 4km N of Hydesville, California"},"geometry":{"type":"Point","coordinates":[-124.0955,40.5885,18]},"id":"nc72187451"}, -{"type":"Feature","properties":{"mag":2.5,"place":"18km SSE of Medford, Oklahoma","time":1395158335400,"updated":1395187286300,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfu0","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfu0.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nfu0","ids":",usc000nfu0,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 18km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.68,36.644,5]},"id":"usc000nfu0"}, -{"type":"Feature","properties":{"mag":1.1,"place":"43km SE of Cohoe, Alaska","time":1395158333000,"updated":1395158862995,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192165","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192165.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11192165","ids":",ak11192165,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.13,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 43km SE of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6692,60.1421,78.1]},"id":"ak11192165"}, -{"type":"Feature","properties":{"mag":1.36,"place":"8km NW of Westwood, California","time":1395158327930,"updated":1395166173410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477473","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477473.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15477473","ids":",ci15477473,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.03358,"rms":0.1,"gap":142,"magType":"ml","type":"earthquake","title":"M 1.4 - 8km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.494,34.1153333,9.25]},"id":"ci15477473"}, -{"type":"Feature","properties":{"mag":1.4,"place":"89km NNW of Talkeetna, Alaska","time":1395158212000,"updated":1395159026550,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192163","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192163.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192163","ids":",ak11192163,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":2.11,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 89km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6565,63.0903,90.3]},"id":"ak11192163"}, -{"type":"Feature","properties":{"mag":2.8,"place":"13km E of Anchor Point, Alaska","time":1395157914000,"updated":1395186861968,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192156","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192156.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"ak","code":"11192156","ids":",ak11192156,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.64,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 13km E of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5987,59.7997,70.1]},"id":"ak11192156"}, -{"type":"Feature","properties":{"mag":2.48,"place":"9km NW of Westwood, California","time":1395157520910,"updated":1395165923920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477465","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477465.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":95,"net":"ci","code":"15477465","ids":",ci15477465,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":72,"dmin":0.0392,"rms":0.24,"gap":41,"magType":"ml","type":"earthquake","title":"M 2.5 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.495,34.1271667,8.48]},"id":"ci15477465"}, -{"type":"Feature","properties":{"mag":1,"place":"53km WNW of Cantwell, Alaska","time":1395157236000,"updated":1395168874597,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192152","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192152.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11192152","ids":",ak11192152,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 53km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9481,63.5569,111]},"id":"ak11192152"}, -{"type":"Feature","properties":{"mag":1.3,"place":"62km W of Cantwell, Alaska","time":1395156798000,"updated":1395172059691,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192149","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192149.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11192149","ids":",ak11192149,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.5,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 62km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.1783,63.4838,119.6]},"id":"ak11192149"}, -{"type":"Feature","properties":{"mag":4.3,"place":"281km WNW of Chichi-shima, Japan","time":1395156572490,"updated":1395185518776,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfjl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfjl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nfjl","ids":",usc000nfjl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.761,"rms":0.49,"gap":115,"magType":"mb","type":"earthquake","title":"M 4.3 - 281km WNW of Chichi-shima, Japan"},"geometry":{"type":"Point","coordinates":[139.7332,28.339,442.44]},"id":"usc000nfjl"}, -{"type":"Feature","properties":{"mag":2.5,"place":"26km WSW of Medford, Oklahoma","time":1395154750550,"updated":1395182882776,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfit","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfit.geojsonp","felt":2,"cdi":2.5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":97,"net":"us","code":"c000nfit","ids":",usc000nfit,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.212,"rms":0.79,"gap":92,"magType":"mb_lg","type":"earthquake","title":"M 2.5 - 26km WSW of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-98.0068,36.7168,5]},"id":"usc000nfit"}, -{"type":"Feature","properties":{"mag":4.3,"place":"129km NW of Iquique, Chile","time":1395154723910,"updated":1395183721504,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfii","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfii.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nfii","ids":",usc000nfii,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.391,"rms":1,"gap":169,"magType":"mb","type":"earthquake","title":"M 4.3 - 129km NW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-71.1044,-19.4908,19.93]},"id":"usc000nfii"}, -{"type":"Feature","properties":{"mag":1.3,"place":"14km SW of Cold Springs, Nevada","time":1395153603400,"updated":1395160872000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187421","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187421.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72187421","ids":",nn00441236,nc72187421,","sources":",nn,nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 14km SW of Cold Springs, Nevada"},"geometry":{"type":"Point","coordinates":[-120.1123,39.6045,2.4]},"id":"nc72187421"}, -{"type":"Feature","properties":{"mag":1.8,"place":"34km E of Shady Cove, Oregon","time":1395153554700,"updated":1395164140732,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60721681","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60721681.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uw","code":"60721681","ids":",uw60721681,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.34135981,"rms":0.28,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 34km E of Shady Cove, Oregon"},"geometry":{"type":"Point","coordinates":[-122.3923,42.6187,4.1]},"id":"uw60721681"}, -{"type":"Feature","properties":{"mag":1.7,"place":"34km E of Shady Cove, Oregon","time":1395153493400,"updated":1395164953235,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60721686","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60721686.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"uw","code":"60721686","ids":",uw60721686,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.34135981,"rms":0.45,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 34km E of Shady Cove, Oregon"},"geometry":{"type":"Point","coordinates":[-122.3923,42.6193,16.2]},"id":"uw60721686"}, -{"type":"Feature","properties":{"mag":5.1,"place":"73km W of Iquique, Chile","time":1395153358430,"updated":1395164725000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfi1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfi1.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":401,"net":"us","code":"c000nfi1","ids":",usc000nfi1,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.203,"rms":0.95,"gap":99,"magType":"mb","type":"earthquake","title":"M 5.1 - 73km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8441,-20.2093,24.68]},"id":"usc000nfi1"}, -{"type":"Feature","properties":{"mag":1.8,"place":"31km SW of Cohoe, Alaska","time":1395153194000,"updated":1395153799593,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192111","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192111.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11192111","ids":",ak11192111,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 31km SW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7173,60.1788,25.9]},"id":"ak11192111"}, -{"type":"Feature","properties":{"mag":1.3,"place":"99km W of Cantwell, Alaska","time":1395152931000,"updated":1395153361827,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192109","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192109.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":26,"net":"ak","code":"11192109","ids":",ak11192109,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 99km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9139,63.5313,6.2]},"id":"ak11192109"}, -{"type":"Feature","properties":{"mag":1.4,"place":"80km WSW of Cantwell, Alaska","time":1395152560000,"updated":1395153362766,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192108","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192108.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192108","ids":",ak11192108,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 80km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3868,63.0695,80.9]},"id":"ak11192108"}, -{"type":"Feature","properties":{"mag":4.9,"place":"67km W of Iquique, Chile","time":1395152315190,"updated":1395165064000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfgx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfgx.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":370,"net":"us","code":"c000nfgx","ids":",usc000nfgx,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.146,"rms":0.95,"gap":138,"magType":"mb","type":"earthquake","title":"M 4.9 - 67km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7875,-20.1881,13.85]},"id":"usc000nfgx"}, -{"type":"Feature","properties":{"mag":2.7,"place":"155km SE of Akutan, Alaska","time":1395151468000,"updated":1395167528352,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192076","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192076.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"ak","code":"11192076","ids":",ak11192076,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 155km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.8884,53.3013,24.8]},"id":"ak11192076"}, -{"type":"Feature","properties":{"mag":4.8,"place":"255km SSW of Maitum, Philippines","time":1395151207710,"updated":1395180165824,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfgj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfgj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nfgj","ids":",usc000nfgj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.058,"rms":0.69,"gap":82,"magType":"mb","type":"earthquake","title":"M 4.8 - 255km SSW of Maitum, Philippines"},"geometry":{"type":"Point","coordinates":[123.3909,4.0125,500.18]},"id":"usc000nfgj"}, -{"type":"Feature","properties":{"mag":1.21,"place":"9km SSE of Ridgemark, California","time":1395150762400,"updated":1395158169299,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187411","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187411.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":23,"net":"nc","code":"72187411","ids":",nc72187411,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":10,"dmin":0.0347,"rms":0.1,"gap":93,"magType":"md","type":"earthquake","title":"M 1.2 - 9km SSE of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3164978,36.7371674,6.59]},"id":"nc72187411"}, -{"type":"Feature","properties":{"mag":1.2,"place":"22km WNW of Fishhook, Alaska","time":1395149626000,"updated":1395151244244,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192073","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192073.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11192073","ids":",ak11192073,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 22km WNW of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5848,61.8528,37.3]},"id":"ak11192073"}, -{"type":"Feature","properties":{"mag":2.5,"place":"13km NW of Chandler, Oklahoma","time":1395148936300,"updated":1395157386000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfgq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfgq.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nfgq","ids":",usc000nfgq,","sources":",us,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.45,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 13km NW of Chandler, Oklahoma"},"geometry":{"type":"Point","coordinates":[-96.982,35.794,4.7]},"id":"usc000nfgq"}, -{"type":"Feature","properties":{"mag":1.5,"place":"47km WSW of Anchorage, Alaska","time":1395147123000,"updated":1395147706573,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192042","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192042.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11192042","ids":",ak11192042,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 47km WSW of Anchorage, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7511,61.0941,17.5]},"id":"ak11192042"}, -{"type":"Feature","properties":{"mag":1.3,"place":"29km SW of Ferron, Utah","time":1395147065200,"updated":1395159259736,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60060102","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60060102.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"uu","code":"60060102","ids":",uu60060102,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.16169675,"rms":0.18,"gap":90,"magType":"Ml","type":"earthquake","title":"M 1.3 - 29km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.4055,38.9378,1.8]},"id":"uu60060102"}, -{"type":"Feature","properties":{"mag":1.7,"place":"92km WNW of Cantwell, Alaska","time":1395146782000,"updated":1395147535490,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192040","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192040.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11192040","ids":",ak11192040,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 92km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7663,63.5844,0.1]},"id":"ak11192040"}, -{"type":"Feature","properties":{"mag":2.43,"place":"19km S of Weldon, California","time":1395146728980,"updated":1395183192348,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477449","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477449.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":91,"net":"ci","code":"15477449","ids":",ci15477449,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":41,"dmin":0.1304,"rms":0.14,"gap":46,"magType":"ml","type":"earthquake","title":"M 2.4 - 19km S of Weldon, California"},"geometry":{"type":"Point","coordinates":[-118.2878333,35.4863333,4.99]},"id":"ci15477449"}, -{"type":"Feature","properties":{"mag":1.7,"place":"93km WNW of Cantwell, Alaska","time":1395146725000,"updated":1395147074001,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192038","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192038.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11192038","ids":",ak11192038,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 93km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7804,63.585,1]},"id":"ak11192038"}, -{"type":"Feature","properties":{"mag":1.8,"place":"95km NNW of Nikiski, Alaska","time":1395146017000,"updated":1395146461905,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192036","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192036.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11192036","ids":",ak11192036,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.4,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 95km NNW of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.8192,61.5097,7.9]},"id":"ak11192036"}, -{"type":"Feature","properties":{"mag":1.4,"place":"7km WSW of Circle Hot Springs Station, Alaska","time":1395145905000,"updated":1395146295706,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192035","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192035.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11192035","ids":",ak11192035,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 7km WSW of Circle Hot Springs Station, Alaska"},"geometry":{"type":"Point","coordinates":[-144.844,65.4548,1.2]},"id":"ak11192035"}, -{"type":"Feature","properties":{"mag":4.7,"place":"145km SE of Akutan, Alaska","time":1395144531760,"updated":1395173489961,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfdv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfdv.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nfdv","ids":",usc000nfdv,ak11192029,","sources":",us,ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.312,"rms":1.05,"gap":169,"magType":"mb","type":"earthquake","title":"M 4.7 - 145km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-163.9509,53.393,9.25]},"id":"usc000nfdv"}, -{"type":"Feature","properties":{"mag":1.08,"place":"8km NW of Westwood, California","time":1395144167110,"updated":1395164373340,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477441","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477441.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15477441","ids":",ci15477441,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.03207,"rms":0.08,"gap":142,"magType":"ml","type":"earthquake","title":"M 1.1 - 8km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4923333,34.1146667,8.94]},"id":"ci15477441"}, -{"type":"Feature","properties":{"mag":2.1,"place":"10km NNE of Enoch, Utah","time":1395143231000,"updated":1395179977083,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60060092","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60060092.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"uu","code":"60060092","ids":",uu60060092,","sources":",uu,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.23356197,"rms":0.27,"gap":82.8,"magType":"Ml","type":"earthquake","title":"M 2.1 - 10km NNE of Enoch, Utah"},"geometry":{"type":"Point","coordinates":[-112.9885,37.8673,-2.9]},"id":"uu60060092"}, -{"type":"Feature","properties":{"mag":1.8,"place":"4km WSW of Volcano, Hawaii","time":1395143208900,"updated":1395143401664,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60658276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60658276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60658276","ids":",hv60658276,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0,"rms":0.19,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 4km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2793,19.413,4.6]},"id":"hv60658276"}, -{"type":"Feature","properties":{"mag":1.2,"place":"27km NW of Fishhook, Alaska","time":1395142860000,"updated":1395143619645,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192027","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192027.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11192027","ids":",ak11192027,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.19,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 27km NW of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.6316,61.9025,41.7]},"id":"ak11192027"}, -{"type":"Feature","properties":{"mag":2.7,"place":"53km WNW of Anchor Point, Alaska","time":1395141905000,"updated":1395170852214,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192019","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192019.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11192019","ids":",ak11192019,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 53km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.695,59.9904,100]},"id":"ak11192019"}, -{"type":"Feature","properties":{"mag":1.3,"place":"1km NW of The Geysers, California","time":1395141743800,"updated":1395154928274,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187366","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187366.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72187366","ids":",nc72187366,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 1km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7725,38.7862,0.7]},"id":"nc72187366"}, -{"type":"Feature","properties":{"mag":2.3,"place":"22km SE of Cohoe, Alaska","time":1395140024000,"updated":1395141036900,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11192005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11192005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11192005","ids":",ak11192005,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.64,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 22km SE of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0108,60.2286,54.8]},"id":"ak11192005"}, -{"type":"Feature","properties":{"mag":4.5,"place":"6km NNW of Pyrgos, Greece","time":1395139382350,"updated":1395168345003,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfc8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfc8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nfc8","ids":",usc000nfc8,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.684,"rms":1.09,"gap":77,"magType":"mb","type":"earthquake","title":"M 4.5 - 6km NNW of Pyrgos, Greece"},"geometry":{"type":"Point","coordinates":[21.4192,37.7328,17.8]},"id":"usc000nfc8"}, -{"type":"Feature","properties":{"mag":2.3,"place":"21km NE of Soledad, California","time":1395139109600,"updated":1395183130186,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187356","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187356.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"nc","code":"72187356","ids":",nc72187356,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.05389892,"rms":0.05,"gap":54,"magType":"Md","type":"earthquake","title":"M 2.3 - 21km NE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.1387,36.547,5.6]},"id":"nc72187356"}, -{"type":"Feature","properties":{"mag":4.4,"place":"76km WNW of Ferndale, California","time":1395138839200,"updated":1395190564383,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187346","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187346.geojsonp","felt":4,"cdi":2,"mmi":3.02,"alert":"green","status":"REVIEWED","tsunami":null,"sig":299,"net":"nc","code":"72187346","ids":",nc72187346,usc000nfbw,","sources":",nc,us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":0.7815343,"rms":0.17,"gap":270,"magType":"Mw","type":"earthquake","title":"M 4.4 - 76km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3328,40.6863,23.2]},"id":"nc72187346"}, -{"type":"Feature","properties":{"mag":1.2,"place":"44km NNE of Talkeetna, Alaska","time":1395138590000,"updated":1395140443709,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191989","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191989.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191989","ids":",ak11191989,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 44km NNE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.795,62.6911,20.4]},"id":"ak11191989"}, -{"type":"Feature","properties":{"mag":1.8,"place":"28km ENE of Covelo, California","time":1395137567400,"updated":1395148030483,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187336","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187336.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72187336","ids":",nc72187336,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.20661252,"rms":0.08,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 28km ENE of Covelo, California"},"geometry":{"type":"Point","coordinates":[-122.9297,39.8657,1.7]},"id":"nc72187336"}, -{"type":"Feature","properties":{"mag":4.3,"place":"9km WNW of Roshtqal'a, Tajikistan","time":1395137484960,"updated":1395166438000,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfbj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfbj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nfbj","ids":",usc000nfbj,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.515,"rms":1.12,"gap":104,"magType":"mb","type":"earthquake","title":"M 4.3 - 9km WNW of Roshtqal'a, Tajikistan"},"geometry":{"type":"Point","coordinates":[71.7349,37.3015,127.72]},"id":"usc000nfbj"}, -{"type":"Feature","properties":{"mag":1.38,"place":"51km NE of Kernville, California","time":1395137449880,"updated":1395163366480,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477401","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477401.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":29,"net":"ci","code":"15477401","ids":",ci15477401,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.1613,"rms":0.12,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.4 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0535,36.1055,0.75]},"id":"ci15477401"}, -{"type":"Feature","properties":{"mag":1.1,"place":"18km NNW of Sutton-Alpine, Alaska","time":1395136306000,"updated":1395136690190,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191984","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191984.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11191984","ids":",ak11191984,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 18km NNW of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9924,61.9464,33.9]},"id":"ak11191984"}, -{"type":"Feature","properties":{"mag":4.6,"place":"12km ENE of Pilar, Philippines","time":1395136085800,"updated":1395165043550,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfb6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfb6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nfb6","ids":",usc000nfb6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":11.401,"rms":0.99,"gap":110,"magType":"mb","type":"earthquake","title":"M 4.6 - 12km ENE of Pilar, Philippines"},"geometry":{"type":"Point","coordinates":[126.2095,9.9061,92.4]},"id":"usc000nfb6"}, -{"type":"Feature","properties":{"mag":1.8,"place":"37km NW of Chitina, Alaska","time":1395135827000,"updated":1395136118009,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191973","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191973.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11191973","ids":",ak11191973,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.12,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 37km NW of Chitina, Alaska"},"geometry":{"type":"Point","coordinates":[-144.947,61.7477,15.3]},"id":"ak11191973"}, -{"type":"Feature","properties":{"mag":1.2,"place":"44km N of Talkeetna, Alaska","time":1395135548000,"updated":1395136113512,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191972","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191972.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191972","ids":",ak11191972,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 44km N of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.075,62.7191,30.5]},"id":"ak11191972"}, -{"type":"Feature","properties":{"mag":5,"place":"59km WNW of Iquique, Chile","time":1395135028000,"updated":1395164011702,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfau","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfau.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nfau","ids":",usc000nfau,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.036,"rms":1.37,"gap":140,"magType":"mb","type":"earthquake","title":"M 5.0 - 59km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6948,-20.1058,21.2]},"id":"usc000nfau"}, -{"type":"Feature","properties":{"mag":4.1,"place":"9km ENE of Caldiran, Turkey","time":1395134934710,"updated":1395163882021,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nfaq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nfaq.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":259,"net":"us","code":"c000nfaq","ids":",usc000nfaq,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.127,"rms":0.54,"gap":232,"magType":"mb","type":"earthquake","title":"M 4.1 - 9km ENE of Caldiran, Turkey"},"geometry":{"type":"Point","coordinates":[44.0214,39.1657,10]},"id":"usc000nfaq"}, -{"type":"Feature","properties":{"mag":1,"place":"10km E of Mammoth Lakes, California","time":1395134689500,"updated":1395168127375,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72187316","ids":",nc72187316,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.06,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 10km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8488,37.6583,3.6]},"id":"nc72187316"}, -{"type":"Feature","properties":{"mag":1.3,"place":"15km W of Chester, California","time":1395134651900,"updated":1395181026275,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc71081249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc71081249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"nc","code":"71081249","ids":",nc71081249,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.03,"gap":302.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 15km W of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.4075,40.2875,4.6]},"id":"nc71081249"}, -{"type":"Feature","properties":{"mag":1.25,"place":"4km N of San Antonio Heights, California","time":1395133089670,"updated":1395163136920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477385","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477385.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15477385","ids":",ci15477385,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.03568,"rms":0.15,"gap":61,"magType":"ml","type":"earthquake","title":"M 1.3 - 4km N of San Antonio Heights, California"},"geometry":{"type":"Point","coordinates":[-117.6536667,34.1978333,2.74]},"id":"ci15477385"}, -{"type":"Feature","properties":{"mag":1.8,"place":"47km WNW of Valdez, Alaska","time":1395132303000,"updated":1395132791056,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191968","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191968.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11191968","ids":",ak11191968,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.91,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 47km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2035,61.2321,0]},"id":"ak11191968"}, -{"type":"Feature","properties":{"mag":1.3,"place":"5km NW of The Geysers, California","time":1395132275300,"updated":1395142871087,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187291","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187291.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72187291","ids":",nc72187291,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.3 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7923,38.8182,4]},"id":"nc72187291"}, -{"type":"Feature","properties":{"mag":2.5,"place":"111km NNE of Akutan, Alaska","time":1395132016000,"updated":1395165731771,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191970","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191970.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11191970","ids":",ak11191970,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 111km NNE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-165.3549,55.1115,10.1]},"id":"ak11191970"}, -{"type":"Feature","properties":{"mag":1.18,"place":"17km ESE of Julian, California","time":1395131451850,"updated":1395162678790,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477369","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477369.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477369","ids":",ci15477369,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.1362,"rms":0.21,"gap":124,"magType":"ml","type":"earthquake","title":"M 1.2 - 17km ESE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.4265,33.0285,10.56]},"id":"ci15477369"}, -{"type":"Feature","properties":{"mag":1.1,"place":"49km ENE of Cantwell, Alaska","time":1395131261000,"updated":1395131773602,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191957","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191957.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11191957","ids":",ak11191957,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 49km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.9963,63.4999,0.2]},"id":"ak11191957"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km W of Cobb, California","time":1395130840900,"updated":1395141248186,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187286","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187286.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72187286","ids":",nc72187286,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7897,38.8293,6.9]},"id":"nc72187286"}, -{"type":"Feature","properties":{"mag":1.4,"place":"47km W of Cantwell, Alaska","time":1395130838000,"updated":1395131608564,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191955","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191955.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11191955","ids":",ak11191955,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 47km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9017,63.4138,96.9]},"id":"ak11191955"}, -{"type":"Feature","properties":{"mag":3.2,"place":"69km SW of Redoubt Volcano, Alaska","time":1395128601000,"updated":1395166211729,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191944","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191944.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11191944","ids":",ak11191944,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 69km SW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.4586,59.9754,147.1]},"id":"ak11191944"}, -{"type":"Feature","properties":{"mag":1.16,"place":"4km SSW of Calimesa, California","time":1395124052060,"updated":1395162389930,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477361","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477361.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477361","ids":",ci15477361,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":32,"dmin":0.08299,"rms":0.12,"gap":84,"magType":"ml","type":"earthquake","title":"M 1.2 - 4km SSW of Calimesa, California"},"geometry":{"type":"Point","coordinates":[-117.0726667,33.9535,18.32]},"id":"ci15477361"}, -{"type":"Feature","properties":{"mag":2.4,"place":"13km N of Quebradillas, Puerto Rico","time":1395123493700,"updated":1395124361587,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14077001","ids":",pr14077001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":0.2173923,"rms":0.23,"gap":234,"magType":"Md","type":"earthquake","title":"M 2.4 - 13km N of Quebradillas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.928,18.5993,19]},"id":"pr14077001"}, -{"type":"Feature","properties":{"mag":2.9,"place":"64km E of Maneadero, Mexico","time":1395122200860,"updated":1395165152150,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477353","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477353.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ci","code":"15477353","ids":",ci15477353,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":6,"dmin":0.3292,"rms":0.17,"gap":157,"magType":"ml","type":"earthquake","title":"M 2.9 - 64km E of Maneadero, Mexico"},"geometry":{"type":"Point","coordinates":[-115.8886667,31.6785,5.65]},"id":"ci15477353"}, -{"type":"Feature","properties":{"mag":2.6,"place":"74km N of Hatillo, Puerto Rico","time":1395121820800,"updated":1395150796036,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14077002","ids":",pr14077002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.71505897,"rms":0.27,"gap":280.8,"magType":"Md","type":"earthquake","title":"M 2.6 - 74km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7738,19.1583,34]},"id":"pr14077002"}, -{"type":"Feature","properties":{"mag":1.7,"place":"117km W of Cantwell, Alaska","time":1395121818000,"updated":1395122572191,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191934","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191934.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191934","ids":",ak11191934,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.5,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 117km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2842,63.2693,5.3]},"id":"ak11191934"}, -{"type":"Feature","properties":{"mag":1.9,"place":"19km SSW of Guanica, Puerto Rico","time":1395120764000,"updated":1395128450120,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"pr","code":"14077004","ids":",pr14077004,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.18595126,"rms":0.18,"gap":309.6,"magType":"Md","type":"earthquake","title":"M 1.9 - 19km SSW of Guanica, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9527,17.8006,9]},"id":"pr14077004"}, -{"type":"Feature","properties":{"mag":2.7,"place":"68km N of Hatillo, Puerto Rico","time":1395120702400,"updated":1395149656568,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14077003","ids":",pr14077003,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.67373646,"rms":0.28,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 2.7 - 68km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.8675,19.1046,46]},"id":"pr14077003"}, -{"type":"Feature","properties":{"mag":2.39,"place":"8km SSE of Chester, California","time":1395119977940,"updated":1395174068533,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187251","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187251.geojsonp","felt":6,"cdi":2.2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"nc","code":"72187251","ids":",nc72187251,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1088,"rms":0.12,"gap":130,"magType":"md","type":"earthquake","title":"M 2.4 - 8km SSE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.1868333,40.2361667,12.3]},"id":"nc72187251"}, -{"type":"Feature","properties":{"mag":5,"place":"98km SSW of Taron, Papua New Guinea","time":1395119182060,"updated":1395148132990,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf5l","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf5l.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nf5l","ids":",usc000nf5l,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.327,"rms":0.69,"gap":47,"magType":"mb","type":"earthquake","title":"M 5.0 - 98km SSW of Taron, Papua New Guinea"},"geometry":{"type":"Point","coordinates":[152.853,-5.335,34.9]},"id":"usc000nf5l"}, -{"type":"Feature","properties":{"mag":1.9,"place":"78km WSW of Cantwell, Alaska","time":1395118791000,"updated":1395119470747,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191923","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191923.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11191923","ids":",ak11191923,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 78km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4556,63.1832,100]},"id":"ak11191923"}, -{"type":"Feature","properties":{"mag":1.4,"place":"52km NE of Kernville, California","time":1395118104460,"updated":1395161583230,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477329","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477329.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15477329","ids":",ci15477329,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.1644,"rms":0.16,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.4 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0578333,36.1168333,0]},"id":"ci15477329"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km W of Cobb, California","time":1395117739400,"updated":1395119102423,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187231","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187231.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72187231","ids":",nc72187231,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8003,38.8242,2.3]},"id":"nc72187231"}, -{"type":"Feature","properties":{"mag":2.9,"place":"6km SSW of Langston, Oklahoma","time":1395117104130,"updated":1395153343000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf5r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf5r.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"us","code":"c000nf5r","ids":",usc000nf5r,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 6km SSW of Langston, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.282,35.891,5]},"id":"usc000nf5r"}, -{"type":"Feature","properties":{"mag":1.6,"place":"24km ENE of King City, California","time":1395116976100,"updated":1395118205805,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187226","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187226.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187226","ids":",nc72187226,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.6 - 24km ENE of King City, California"},"geometry":{"type":"Point","coordinates":[-120.889,36.3125,5.3]},"id":"nc72187226"}, -{"type":"Feature","properties":{"mag":1.03,"place":"22km NNE of Searles Valley, California","time":1395116037370,"updated":1395161430410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15477321","ids":",ci15477321,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.07852,"rms":0.13,"gap":183,"magType":"ml","type":"earthquake","title":"M 1.0 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3293333,35.9601667,8.26]},"id":"ci15477321"}, -{"type":"Feature","properties":{"mag":1.16,"place":"20km ESE of Anza, California","time":1395115310260,"updated":1395161308090,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477313","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477313.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477313","ids":",ci15477313,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.05375,"rms":0.15,"gap":103,"magType":"ml","type":"earthquake","title":"M 1.2 - 20km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.4685,33.4831667,14.4]},"id":"ci15477313"}, -{"type":"Feature","properties":{"mag":2.4,"place":"111km W of Cantwell, Alaska","time":1395114905000,"updated":1395115739234,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191913","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191913.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":89,"net":"ak","code":"11191913","ids":",ak11191913,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.22,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 111km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1825,63.4503,0.1]},"id":"ak11191913"}, -{"type":"Feature","properties":{"mag":1.7,"place":"8km N of Healy, Alaska","time":1395114656000,"updated":1395115425194,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191909","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191909.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191909","ids":",ak11191909,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 8km N of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9325,63.9326,3]},"id":"ak11191909"}, -{"type":"Feature","properties":{"mag":1.06,"place":"50km NE of Kernville, California","time":1395114238150,"updated":1395160958430,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477305","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477305.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15477305","ids":",ci15477305,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.1619,"rms":0.14,"gap":76,"magType":"ml","type":"earthquake","title":"M 1.1 - 50km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.1006667,0.07]},"id":"ci15477305"}, -{"type":"Feature","properties":{"mag":4.8,"place":"Off the coast of Aisen, Chile","time":1395112358530,"updated":1395141316479,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf4c","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf4c.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nf4c","ids":",usc000nf4c,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":7.01,"rms":0.48,"gap":265,"magType":"mb","type":"earthquake","title":"M 4.8 - Off the coast of Aisen, Chile"},"geometry":{"type":"Point","coordinates":[-76.7988,-45.3897,28.73]},"id":"usc000nf4c"}, -{"type":"Feature","properties":{"mag":2.3,"place":"8km W of Broadmoor, California","time":1395112333400,"updated":1395170286449,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187216.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":81,"net":"nc","code":"72187216","ids":",nc72187216,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.34135981,"rms":0.36,"gap":201.6,"magType":"Md","type":"earthquake","title":"M 2.3 - 8km W of Broadmoor, California"},"geometry":{"type":"Point","coordinates":[-122.5818,37.6745,0.3]},"id":"nc72187216"}, -{"type":"Feature","properties":{"mag":1.7,"place":"55km WSW of Cantwell, Alaska","time":1395111311000,"updated":1395112081820,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191905","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191905.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191905","ids":",ak11191905,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 55km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8954,63.138,91.4]},"id":"ak11191905"}, -{"type":"Feature","properties":{"mag":1.09,"place":"51km NE of Kernville, California","time":1395111145730,"updated":1395160000769,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477289","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477289.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15477289","ids":",ci15477289,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.1835,"rms":0.16,"gap":260,"magType":"ml","type":"earthquake","title":"M 1.1 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0813333,36.1231667,5.51]},"id":"ci15477289"}, -{"type":"Feature","properties":{"mag":2.3,"place":"21km WSW of Cohoe, Alaska","time":1395110148000,"updated":1395165266682,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191902","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191902.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11191902","ids":",ak11191902,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 21km WSW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.6918,60.3218,78.2]},"id":"ak11191902"}, -{"type":"Feature","properties":{"mag":1.49,"place":"51km NE of Kernville, California","time":1395110015330,"updated":1395159786780,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477281","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477281.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":34,"net":"ci","code":"15477281","ids":",ci15477281,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.1623,"rms":0.11,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.5 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.055,36.1096667,0.66]},"id":"ci15477281"}, -{"type":"Feature","properties":{"mag":1.2,"place":"87km NNW of Cape Yakataga, Alaska","time":1395107317000,"updated":1395107658890,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191895","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191895.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191895","ids":",ak11191895,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.15,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 87km NNW of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-143.1839,60.7612,7.9]},"id":"ak11191895"}, -{"type":"Feature","properties":{"mag":1,"place":"9km WNW of Beverly Hills, California","time":1395105393700,"updated":1395158978980,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477265","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477265.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15477265","ids":",ci15477265,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.03361,"rms":0.13,"gap":132,"magType":"ml","type":"earthquake","title":"M 1.0 - 9km WNW of Beverly Hills, California"},"geometry":{"type":"Point","coordinates":[-118.4921667,34.1196667,9.06]},"id":"ci15477265"}, -{"type":"Feature","properties":{"mag":1.16,"place":"20km ESE of Anza, California","time":1395105202700,"updated":1395158720290,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477257","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477257.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15477257","ids":",ci15477257,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.04539,"rms":0.12,"gap":101,"magType":"ml","type":"earthquake","title":"M 1.2 - 20km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.4673333,33.4941667,10.17]},"id":"ci15477257"}, -{"type":"Feature","properties":{"mag":1.13,"place":"15km W of Chester, California","time":1395104897930,"updated":1395175926852,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187186","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187186.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"nc","code":"72187186","ids":",nc72187186,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.1136,"rms":0.09,"gap":213,"magType":"md","type":"earthquake","title":"M 1.1 - 15km W of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.4173333,40.283,4.88]},"id":"nc72187186"}, -{"type":"Feature","properties":{"mag":1.15,"place":"23km NNE of Indio, California","time":1395104316410,"updated":1395158446340,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15477249","ids":",ci15477249,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.1253,"rms":0.1,"gap":63,"magType":"ml","type":"earthquake","title":"M 1.2 - 23km NNE of Indio, California"},"geometry":{"type":"Point","coordinates":[-116.0783333,33.8941667,9.19]},"id":"ci15477249"}, -{"type":"Feature","properties":{"mag":2.7,"place":"30km NNW of San Antonio, Puerto Rico","time":1395104305000,"updated":1395133252751,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14077000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14077000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14077000","ids":",pr14077000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.29105415,"rms":0.17,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.7 - 30km NNW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.195,18.7486,17]},"id":"pr14077000"}, -{"type":"Feature","properties":{"mag":1.1,"place":"20km S of Cantwell, Alaska","time":1395104163000,"updated":1395104651171,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191890","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191890.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11191890","ids":",ak11191890,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.65,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 20km S of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.8977,63.2099,74.2]},"id":"ak11191890"}, -{"type":"Feature","properties":{"mag":1.4,"place":"11km SW of Nephi, Utah","time":1395103206400,"updated":1395159074702,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059977","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059977.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"uu","code":"60059977","ids":",uu60059977,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.16169675,"rms":0.08,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 11km SW of Nephi, Utah"},"geometry":{"type":"Point","coordinates":[-111.9367,39.638,0.1]},"id":"uu60059977"}, -{"type":"Feature","properties":{"mag":4.7,"place":"82km SSW of Lakatoro, Vanuatu","time":1395102376830,"updated":1395131340991,"tz":660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nf11","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nf11.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nf11","ids":",usc000nf11,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.282,"rms":0.98,"gap":114,"magType":"mb","type":"earthquake","title":"M 4.7 - 82km SSW of Lakatoro, Vanuatu"},"geometry":{"type":"Point","coordinates":[167.0934,-16.7968,34.06]},"id":"usc000nf11"}, -{"type":"Feature","properties":{"mag":1.44,"place":"8km N of Big Bear City, California","time":1395101585650,"updated":1395158049400,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477233","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477233.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":32,"net":"ci","code":"15477233","ids":",ci15477233,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":38,"dmin":0.014,"rms":0.14,"gap":83,"magType":"ml","type":"earthquake","title":"M 1.4 - 8km N of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.8326667,34.3346667,7.48]},"id":"ci15477233"}, -{"type":"Feature","properties":{"mag":1.7,"place":"88km NNW of Talkeetna, Alaska","time":1395100423000,"updated":1395102048850,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191834","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191834.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191834","ids":",ak11191834,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 88km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7361,63.0629,100]},"id":"ak11191834"}, -{"type":"Feature","properties":{"mag":2.7,"place":"14km NNE of Crescent, Oklahoma","time":1395099499740,"updated":1395103803403,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nezl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nezl.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"us","code":"c000nezl","ids":",usc000nezl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.29,"rms":0.6,"gap":68,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 14km NNE of Crescent, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.5562,36.0761,5.08]},"id":"usc000nezl"}, -{"type":"Feature","properties":{"mag":3.1,"place":"63km NNE of Road Town, British Virgin Islands","time":1395099421200,"updated":1395128382240,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14076004","ids":",pr14076004,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.56773526,"rms":0.18,"gap":306,"magType":"Md","type":"earthquake","title":"M 3.1 - 63km NNE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.3693,18.937,61]},"id":"pr14076004"}, -{"type":"Feature","properties":{"mag":1.8,"place":"5km SW of Volcano, Hawaii","time":1395099413300,"updated":1395099598567,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60658001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60658001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60658001","ids":",hv60658001,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0,"rms":0.13,"gap":158.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 5km SW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.268,19.3952,1.6]},"id":"hv60658001"}, -{"type":"Feature","properties":{"mag":1.8,"place":"4km SSW of Volcano, Hawaii","time":1395099352000,"updated":1395099524000,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657996","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657996.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"hv","code":"60657996","ids":",hv60657996,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.008983153,"rms":0.23,"gap":82.799993376001,"magType":"md","type":"earthquake","title":"M 1.8 - 4km SSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.254,19.3977,3.2]},"id":"hv60657996"}, -{"type":"Feature","properties":{"mag":1.83,"place":"4km NW of Boron, California","time":1395097627340,"updated":1395157849530,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477225","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477225.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"ci","code":"15477225","ids":",ci15477225,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.0989,"rms":0.09,"gap":108,"magType":"ml","type":"quarry_blast","title":"M 1.8 Quarry_blast - 4km NW of Boron, California"},"geometry":{"type":"Point","coordinates":[-117.6821667,35.0328333,0.01]},"id":"ci15477225"}, -{"type":"Feature","properties":{"mag":1.5,"place":"21km WNW of West Bishop, California","time":1395096647700,"updated":1395099429596,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187136","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187136.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72187136","ids":",nc72187136,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.04,"gap":183.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 21km WNW of West Bishop, California"},"geometry":{"type":"Point","coordinates":[-118.6767,37.4437,6.9]},"id":"nc72187136"}, -{"type":"Feature","properties":{"mag":4.6,"place":"143km SSW of Acajutla, El Salvador","time":1395095891130,"updated":1395124841512,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nex7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nex7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nex7","ids":",usc000nex7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.606,"rms":1.43,"gap":178,"magType":"mb","type":"earthquake","title":"M 4.6 - 143km SSW of Acajutla, El Salvador"},"geometry":{"type":"Point","coordinates":[-90.1325,12.3334,35]},"id":"usc000nex7"}, -{"type":"Feature","properties":{"mag":1.7,"place":"56km ENE of Cantwell, Alaska","time":1395093726000,"updated":1395094546465,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191668","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191668.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11191668","ids":",ak11191668,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.57,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 56km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.8601,63.5196,0]},"id":"ak11191668"}, -{"type":"Feature","properties":{"mag":1.11,"place":"51km NE of Kernville, California","time":1395093597970,"updated":1395157320540,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477217","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477217.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15477217","ids":",ci15477217,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1652,"rms":0.12,"gap":80,"magType":"ml","type":"earthquake","title":"M 1.1 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0585,36.1085,0.78]},"id":"ci15477217"}, -{"type":"Feature","properties":{"mag":1.8,"place":"107km W of Cantwell, Alaska","time":1395093217000,"updated":1395093644812,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191591","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191591.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11191591","ids":",ak11191591,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.49,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 107km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0751,63.2447,15.2]},"id":"ak11191591"}, -{"type":"Feature","properties":{"mag":1.6,"place":"7km ESE of Prunedale, California","time":1395092984900,"updated":1395099244237,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187111","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187111.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187111","ids":",nc72187111,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.22,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 1.6 - 7km ESE of Prunedale, California"},"geometry":{"type":"Point","coordinates":[-121.5965,36.7525,0]},"id":"nc72187111"}, -{"type":"Feature","properties":{"mag":1.74,"place":"2km WSW of Brawley, California","time":1395091679180,"updated":1395157122240,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477209.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":47,"net":"ci","code":"15477209","ids":",ci15477209,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.1247,"rms":0.22,"gap":64,"magType":"ml","type":"earthquake","title":"M 1.7 - 2km WSW of Brawley, California"},"geometry":{"type":"Point","coordinates":[-115.5558333,32.9743333,11.62]},"id":"ci15477209"}, -{"type":"Feature","properties":{"mag":1.9,"place":"107km NW of Talkeetna, Alaska","time":1395091344000,"updated":1395092124640,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191565","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191565.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11191565","ids":",ak11191565,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 107km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4646,63.0572,0]},"id":"ak11191565"}, -{"type":"Feature","properties":{"mag":1.4,"place":"1km ESE of The Geysers, California","time":1395091246600,"updated":1395097566067,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187101","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187101.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72187101","ids":",nc72187101,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 1km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7435,38.7723,1.9]},"id":"nc72187101"}, -{"type":"Feature","properties":{"mag":1.2,"place":"3km SE of The Geysers, California","time":1395089136500,"updated":1395092942491,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187091","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187091.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72187091","ids":",nc72187091,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.2 - 3km SE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7298,38.7567,3]},"id":"nc72187091"}, -{"type":"Feature","properties":{"mag":1.53,"place":"13km W of Mojave, California","time":1395088496430,"updated":1395096185840,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477193","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477193.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":36,"net":"ci","code":"15477193","ids":",ci15477193,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":13,"dmin":0.0602,"rms":0.09,"gap":79,"magType":"ml","type":"quarry_blast","title":"M 1.5 Quarry_blast - 13km W of Mojave, California"},"geometry":{"type":"Point","coordinates":[-118.3183333,35.0478333,0.01]},"id":"ci15477193"}, -{"type":"Feature","properties":{"mag":2.6,"place":"2km NE of Nicoma Park, Oklahoma","time":1395088223280,"updated":1395112571513,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nes0","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nes0.geojsonp","felt":7,"cdi":4.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":107,"net":"us","code":"c000nes0","ids":",usc000nes0,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 2km NE of Nicoma Park, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.304,35.503,7.2]},"id":"usc000nes0"}, -{"type":"Feature","properties":{"mag":1.6,"place":"11km ESE of Mammoth Lakes, California","time":1395085605000,"updated":1395103148356,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187021","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187021.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187021","ids":",nc72187021,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.6 - 11km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8452,37.6205,6.8]},"id":"nc72187021"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km NW of The Geysers, California","time":1395085393400,"updated":1395100927228,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72187011","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72187011.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72187011","ids":",nc72187011,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.01,"gap":151.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8165,38.8117,3]},"id":"nc72187011"}, -{"type":"Feature","properties":{"mag":1.11,"place":"9km NW of Westwood, California","time":1395085297660,"updated":1395088679980,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477185","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477185.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15477185","ids":",ci15477185,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.03419,"rms":0.1,"gap":131,"magType":"ml","type":"earthquake","title":"M 1.1 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.49,34.1243333,7.93]},"id":"ci15477185"}, -{"type":"Feature","properties":{"mag":5.3,"place":"59km WNW of Iquique, Chile","time":1395083130300,"updated":1395107952000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nejs","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nejs.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nejs","ids":",usc000nejs,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.437,"rms":1.02,"gap":96,"magType":"mb","type":"earthquake","title":"M 5.3 - 59km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6743,-20.0232,32.24]},"id":"usc000nejs"}, -{"type":"Feature","properties":{"mag":2.2,"place":"93km NNW of Nikiski, Alaska","time":1395082267000,"updated":1395082821265,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191246","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191246.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11191246","ids":",ak11191246,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 93km NNW of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7907,61.4948,0]},"id":"ak11191246"}, -{"type":"Feature","properties":{"mag":1.9,"place":"9km NE of Anchor Point, Alaska","time":1395082120000,"updated":1395082445424,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191239","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191239.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11191239","ids":",ak11191239,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 9km NE of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-151.724,59.8384,50.3]},"id":"ak11191239"}, -{"type":"Feature","properties":{"mag":3.1,"place":"6km SSW of Langston, Oklahoma","time":1395081955260,"updated":1395096193649,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nein","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nein.geojsonp","felt":3,"cdi":3.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":149,"net":"us","code":"c000nein","ids":",usc000nein,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.3,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 6km SSW of Langston, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.275,35.893,5.1]},"id":"usc000nein"}, -{"type":"Feature","properties":{"mag":1.8,"place":"26km SSE of Waimea, Hawaii","time":1395081695100,"updated":1395180310816,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"hv","code":"60657836","ids":",hv60657836,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.11,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 26km SSE of Waimea, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.549,19.811,24.2]},"id":"hv60657836"}, -{"type":"Feature","properties":{"mag":1.52,"place":"49km N of Inyokern, California","time":1395080714280,"updated":1395087250640,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477153","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477153.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":36,"net":"ci","code":"15477153","ids":",ci15477153,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.02556,"rms":0.14,"gap":59,"magType":"ml","type":"earthquake","title":"M 1.5 - 49km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.843,36.094,2.58]},"id":"ci15477153"}, -{"type":"Feature","properties":{"mag":1.4,"place":"7km WNW of The Geysers, California","time":1395080227300,"updated":1395098222282,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186961","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186961.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72186961","ids":",nc72186961,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.4 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8258,38.811,2.9]},"id":"nc72186961"}, -{"type":"Feature","properties":{"mag":1.2,"place":"21km ENE of Sutton-Alpine, Alaska","time":1395080028000,"updated":1395080265938,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191216.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11191216","ids":",ak11191216,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.21,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 21km ENE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.4635,61.8551,25.6]},"id":"ak11191216"}, -{"type":"Feature","properties":{"mag":1.7,"place":"12km WSW of Niland, California","time":1395079460010,"updated":1395086460460,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ci","code":"15477137","ids":",ci15477137,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.01368,"rms":0.2,"gap":50,"magType":"ml","type":"earthquake","title":"M 1.7 - 12km WSW of Niland, California"},"geometry":{"type":"Point","coordinates":[-115.6386667,33.1853333,6.31]},"id":"ci15477137"}, -{"type":"Feature","properties":{"mag":1.4,"place":"33km NNE of North Nenana, Alaska","time":1395079421000,"updated":1395080264888,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191209.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11191209","ids":",ak11191209,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.87,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 33km NNE of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9712,64.8775,8.2]},"id":"ak11191209"}, -{"type":"Feature","properties":{"mag":1.44,"place":"4km NW of The Geysers, California","time":1395079372270,"updated":1395096243690,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186956","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186956.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":32,"net":"nc","code":"72186956","ids":",nc72186956,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.004223,"rms":0.02,"gap":117,"magType":"md","type":"earthquake","title":"M 1.4 - 4km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7941666,38.803833,6.29]},"id":"nc72186956"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km ESE of The Geysers, California","time":1395078941600,"updated":1395094264966,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186946","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186946.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186946","ids":",nc72186946,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":126,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7023,38.7595,2.1]},"id":"nc72186946"}, -{"type":"Feature","properties":{"mag":2.4,"place":"9km W of Charlotte Amalie, U.S. Virgin Islands","time":1395077412100,"updated":1395081715500,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14076003","ids":",pr14076003,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.06737365,"rms":0.11,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 2.4 - 9km W of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-65.0225,18.3355,127]},"id":"pr14076003"}, -{"type":"Feature","properties":{"mag":2.17,"place":"51km NE of Kernville, California","time":1395077362340,"updated":1395086134599,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477129","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477129.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":73,"net":"ci","code":"15477129","ids":",ci15477129,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.1637,"rms":0.15,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.2 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.057,36.1148333,1.13]},"id":"ci15477129"}, -{"type":"Feature","properties":{"mag":2.2,"place":"64km SSE of Deltana, Alaska","time":1395077346000,"updated":1395077879041,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191109","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191109.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11191109","ids":",ak11191109,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.9,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 64km SSE of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-144.9131,63.3117,0]},"id":"ak11191109"}, -{"type":"Feature","properties":{"mag":2.42,"place":"11km ENE of Topanga, California","time":1395076052900,"updated":1395184720025,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477121","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477121.geojsonp","felt":128,"cdi":4.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":150,"net":"ci","code":"15477121","ids":",ci15477121,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":76,"dmin":0.05053,"rms":0.3,"gap":40,"magType":"ml","type":"earthquake","title":"M 2.4 - 11km ENE of Topanga, California"},"geometry":{"type":"Point","coordinates":[-118.5006667,34.1408333,9.51]},"id":"ci15477121"}, -{"type":"Feature","properties":{"mag":1.02,"place":"51km NE of Kernville, California","time":1395075514170,"updated":1395084861549,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477113","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477113.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15477113","ids":",ci15477113,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.1845,"rms":0.19,"gap":261,"magType":"ml","type":"earthquake","title":"M 1.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0823333,36.1286667,5]},"id":"ci15477113"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km WNW of Cobb, California","time":1395075322600,"updated":1395086044089,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186926","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186926.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186926","ids":",nc72186926,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7843,38.8385,1.9]},"id":"nc72186926"}, -{"type":"Feature","properties":{"mag":1.04,"place":"17km S of Weldon, California","time":1395075043050,"updated":1395084681532,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477105","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477105.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15477105","ids":",ci15477105,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.1127,"rms":0.1,"gap":201,"magType":"ml","type":"earthquake","title":"M 1.0 - 17km S of Weldon, California"},"geometry":{"type":"Point","coordinates":[-118.2736667,35.5071667,10.02]},"id":"ci15477105"}, -{"type":"Feature","properties":{"mag":2.01,"place":"51km NE of Kernville, California","time":1395074780170,"updated":1395084585351,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477097","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477097.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ci","code":"15477097","ids":",ci15477097,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.1642,"rms":0.15,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0576667,36.1153333,0.07]},"id":"ci15477097"}, -{"type":"Feature","properties":{"mag":1.89,"place":"25km ENE of Pine Valley, California","time":1395074508360,"updated":1395084061130,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477089","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477089.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":55,"net":"ci","code":"15477089","ids":",ci15477089,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":53,"dmin":0.02322,"rms":0.23,"gap":70,"magType":"ml","type":"earthquake","title":"M 1.9 - 25km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2721667,32.8996667,7.84]},"id":"ci15477089"}, -{"type":"Feature","properties":{"mag":4.7,"place":"160km WSW of Aksu, China","time":1395074100180,"updated":1395103061862,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000neab","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000neab.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000neab","ids":",usc000neab,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.516,"rms":0.5,"gap":137,"magType":"mb","type":"earthquake","title":"M 4.7 - 160km WSW of Aksu, China"},"geometry":{"type":"Point","coordinates":[78.4348,40.7243,41.47]},"id":"usc000neab"}, -{"type":"Feature","properties":{"mag":1.1,"place":"7km WNW of The Geysers, California","time":1395072671400,"updated":1395078425198,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186891","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186891.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186891","ids":",nc72186891,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.829,38.8117,2.7]},"id":"nc72186891"}, -{"type":"Feature","properties":{"mag":4.3,"place":"155km ENE of Amahai, Indonesia","time":1395068874840,"updated":1395097822618,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne7g","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne7g.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000ne7g","ids":",usc000ne7g,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.962,"rms":1.17,"gap":87,"magType":"mb","type":"earthquake","title":"M 4.3 - 155km ENE of Amahai, Indonesia"},"geometry":{"type":"Point","coordinates":[130.2864,-3.0295,57.75]},"id":"usc000ne7g"}, -{"type":"Feature","properties":{"mag":1.3,"place":"9km WNW of Beverly Hills, California","time":1395068503510,"updated":1395070688510,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477025","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477025.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ci","code":"15477025","ids":",ci15477025,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.03262,"rms":0.1,"gap":128,"magType":"ml","type":"earthquake","title":"M 1.3 - 9km WNW of Beverly Hills, California"},"geometry":{"type":"Point","coordinates":[-118.49,34.1211667,8.51]},"id":"ci15477025"}, -{"type":"Feature","properties":{"mag":1.31,"place":"8km NW of Westwood, California","time":1395067550880,"updated":1395070460220,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ci","code":"15477009","ids":",ci15477009,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.02597,"rms":0.14,"gap":139,"magType":"ml","type":"earthquake","title":"M 1.3 - 8km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4845,34.115,8.57]},"id":"ci15477009"}, -{"type":"Feature","properties":{"mag":1.5,"place":"16km ENE of Sutton-Alpine, Alaska","time":1395066495000,"updated":1395066958205,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190820","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190820.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190820","ids":",ak11190820,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.45,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 16km ENE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.5498,61.8466,17.1]},"id":"ak11190820"}, -{"type":"Feature","properties":{"mag":2.62,"place":"9km NW of Westwood, California","time":1395066219620,"updated":1395164982289,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15477001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15477001.geojsonp","felt":264,"cdi":4.5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":224,"net":"ci","code":"15477001","ids":",ci15477001,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":76,"dmin":0.03459,"rms":0.23,"gap":41,"magType":"ml","type":"earthquake","title":"M 2.6 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4896667,34.1255,8.58]},"id":"ci15477001"}, -{"type":"Feature","properties":{"mag":1.7,"place":"22km NE of Manley Hot Springs, Alaska","time":1395065154000,"updated":1395066666604,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190816","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190816.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11190816","ids":",ak11190816,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.91,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 22km NE of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-150.299,65.1422,13.8]},"id":"ak11190816"}, -{"type":"Feature","properties":{"mag":1.46,"place":"9km NW of Westwood, California","time":1395064564770,"updated":1395070307390,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476993","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476993.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":33,"net":"ci","code":"15476993","ids":",ci15476993,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.03501,"rms":0.12,"gap":134,"magType":"ml","type":"earthquake","title":"M 1.5 - 9km NW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4941667,34.1193333,9.63]},"id":"ci15476993"}, -{"type":"Feature","properties":{"mag":1.5,"place":"28km ESE of Y, Alaska","time":1395064428000,"updated":1395065765116,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190748","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190748.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190748","ids":",ak11190748,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":null,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 28km ESE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3602,62.0485,35]},"id":"ak11190748"}, -{"type":"Feature","properties":{"mag":2.16,"place":"15km N of Mojave, California","time":1395064073010,"updated":1395087436547,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476977","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476977.geojsonp","felt":5,"cdi":2.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":73,"net":"ci","code":"15476977","ids":",ci15476977,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":30,"dmin":0.2028,"rms":0.14,"gap":41,"magType":"ml","type":"earthquake","title":"M 2.2 - 15km N of Mojave, California"},"geometry":{"type":"Point","coordinates":[-118.2061667,35.1876667,1.53]},"id":"ci15476977"}, -{"type":"Feature","properties":{"mag":4.39,"place":"9km NNW of Westwood, California","time":1395062736900,"updated":1395196632797,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476961","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476961.geojsonp","felt":9640,"cdi":5.4,"mmi":6.21,"alert":"green","status":"reviewed","tsunami":1,"sig":836,"net":"ci","code":"15476961","ids":",at00n2l1ao,ci15476961,usc000ne4i,","sources":",at,ci,us,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":209,"dmin":0.0382,"rms":0.34,"gap":39,"magType":"mw","type":"earthquake","title":"M 4.4 - 9km NNW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-118.4858333,34.1346667,9.88]},"id":"ci15476961"}, -{"type":"Feature","properties":{"mag":5.6,"place":"South Georgia Island region","time":1395062691900,"updated":1395091670310,"tz":-120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne4m","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne4m.geojsonp","felt":null,"cdi":null,"mmi":0,"alert":"green","status":"reviewed","tsunami":null,"sig":482,"net":"us","code":"c000ne4m","ids":",usc000ne4m,gcmt20140317132451,","sources":",us,gcmt,","types":",cap,dyfi,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,","nst":null,"dmin":2.705,"rms":0.79,"gap":24,"magType":"mb","type":"earthquake","title":"M 5.6 - South Georgia Island region"},"geometry":{"type":"Point","coordinates":[-32.3478,-53.1605,25.42]},"id":"usc000ne4m"}, -{"type":"Feature","properties":{"mag":5.3,"place":"72km SW of Yonakuni, Japan","time":1395061976860,"updated":1395079908820,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne4a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne4a.geojsonp","felt":5,"cdi":3.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":434,"net":"us","code":"c000ne4a","ids":",usc000ne4a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.663,"rms":0.65,"gap":51,"magType":"mb","type":"earthquake","title":"M 5.3 - 72km SW of Yonakuni, Japan"},"geometry":{"type":"Point","coordinates":[122.4538,24.0398,37.08]},"id":"usc000ne4a"}, -{"type":"Feature","properties":{"mag":3.2,"place":"77km NNE of Punta Cana, Dominican Republic","time":1395060901100,"updated":1395069400908,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076002.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":158,"net":"pr","code":"14076002","ids":",pr14076002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":15,"dmin":0.75009326,"rms":0.4,"gap":270,"magType":"Md","type":"earthquake","title":"M 3.2 - 77km NNE of Punta Cana, Dominican Republic"},"geometry":{"type":"Point","coordinates":[-68.1435,19.2346,41]},"id":"pr14076002"}, -{"type":"Feature","properties":{"mag":1.03,"place":"6km E of Julian, California","time":1395060057480,"updated":1395095031000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476945","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476945.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15476945","ids":",ci15476945,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.05023,"rms":0.19,"gap":96,"magType":"ml","type":"earthquake","title":"M 1.0 - 6km E of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.538,33.0858333,9.37]},"id":"ci15476945"}, -{"type":"Feature","properties":{"mag":4.7,"place":"141km ESE of Sarangani, Philippines","time":1395059163920,"updated":1395088239915,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne3a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne3a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ne3a","ids":",usc000ne3a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.3,"rms":1.21,"gap":91,"magType":"mb","type":"earthquake","title":"M 4.7 - 141km ESE of Sarangani, Philippines"},"geometry":{"type":"Point","coordinates":[126.6811,5.0336,84.87]},"id":"usc000ne3a"}, -{"type":"Feature","properties":{"mag":4.4,"place":"74km W of Iquique, Chile","time":1395055774880,"updated":1395084727969,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne1x","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne1x.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000ne1x","ids":",usc000ne1x,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.197,"rms":1.1,"gap":141,"magType":"mb","type":"earthquake","title":"M 4.4 - 74km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.857,-20.1588,17.83]},"id":"usc000ne1x"}, -{"type":"Feature","properties":{"mag":2,"place":"55km S of Deltana, Alaska","time":1395054906000,"updated":1395055323228,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190589","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190589.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11190589","ids":",ak11190589,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 55km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.0745,63.38,0]},"id":"ak11190589"}, -{"type":"Feature","properties":{"mag":5.2,"place":"90km WNW of Iquique, Chile","time":1395054735300,"updated":1395083726037,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ne11","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ne11.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000ne11","ids":",usc000ne11,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.228,"rms":1.03,"gap":136,"magType":"mb","type":"earthquake","title":"M 5.2 - 90km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.948,-19.9298,14.53]},"id":"usc000ne11"}, -{"type":"Feature","properties":{"mag":1.6,"place":"11km S of Ridgemark, California","time":1395054395400,"updated":1395060667742,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186816","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186816.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72186816","ids":",nc72186816,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":75.6,"magType":"Md","type":"earthquake","title":"M 1.6 - 11km S of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3572,36.7135,3.5]},"id":"nc72186816"}, -{"type":"Feature","properties":{"mag":1.9,"place":"62km S of Deltana, Alaska","time":1395053541000,"updated":1395054781317,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190585","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190585.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11190585","ids":",ak11190585,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 62km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.218,63.3114,3.3]},"id":"ak11190585"}, -{"type":"Feature","properties":{"mag":1.9,"place":"63km S of Deltana, Alaska","time":1395053399000,"updated":1395053828404,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190583","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190583.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11190583","ids":",ak11190583,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 63km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2147,63.3046,0.5]},"id":"ak11190583"}, -{"type":"Feature","properties":{"mag":1.5,"place":"90km E of Cape Yakataga, Alaska","time":1395052903000,"updated":1395053101154,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190582","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190582.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190582","ids":",ak11190582,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.06,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 90km E of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.8286,60.2043,21.5]},"id":"ak11190582"}, -{"type":"Feature","properties":{"mag":1.72,"place":"27km NE of McCloud, California","time":1395052423410,"updated":1395056645436,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186801","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186801.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":46,"net":"nc","code":"72186801","ids":",nc72186801,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.06708,"rms":0.02,"gap":179,"magType":"md","type":"earthquake","title":"M 1.7 - 27km NE of McCloud, California"},"geometry":{"type":"Point","coordinates":[-121.8796692,41.4136658,2.61]},"id":"nc72186801"}, -{"type":"Feature","properties":{"mag":2.85,"place":"8km W of Alberto Oviedo Mota, Mexico","time":1395051718030,"updated":1395094492973,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476929","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476929.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":125,"net":"ci","code":"15476929","ids":",ci15476929,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.1877,"rms":0.38,"gap":225,"magType":"ml","type":"earthquake","title":"M 2.9 - 8km W of Alberto Oviedo Mota, Mexico"},"geometry":{"type":"Point","coordinates":[-115.2638333,32.2345,18.6]},"id":"ci15476929"}, -{"type":"Feature","properties":{"mag":1.93,"place":"3km NNW of Carson, California","time":1395048369790,"updated":1395097027343,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476921.geojsonp","felt":10,"cdi":2.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":60,"net":"ci","code":"15476921","ids":",ci15476921,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":50,"dmin":0.02797,"rms":0.31,"gap":73,"magType":"ml","type":"earthquake","title":"M 1.9 - 3km NNW of Carson, California"},"geometry":{"type":"Point","coordinates":[-118.2998333,33.8593333,11.97]},"id":"ci15476921"}, -{"type":"Feature","properties":{"mag":4.5,"place":"67km WNW of Iquique, Chile","time":1395047579510,"updated":1395076780588,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndzb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndzb.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000ndzb","ids":",usc000ndzb,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.1,"rms":0.98,"gap":111,"magType":"mb","type":"earthquake","title":"M 4.5 - 67km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7755,-20.0791,15.92]},"id":"usc000ndzb"}, -{"type":"Feature","properties":{"mag":5,"place":"54km E of Iwaki, Japan","time":1395046970070,"updated":1395075949707,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndz3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndz3.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ndz3","ids":",usc000ndz3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.672,"rms":1.36,"gap":95,"magType":"mb","type":"earthquake","title":"M 5.0 - 54km E of Iwaki, Japan"},"geometry":{"type":"Point","coordinates":[141.4921,36.9817,13.38]},"id":"usc000ndz3"}, -{"type":"Feature","properties":{"mag":4.9,"place":"74km WNW of Iquique, Chile","time":1395046265520,"updated":1395075290912,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndz0","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndz0.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndz0","ids":",usc000ndz0,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.576,"rms":1.02,"gap":138,"magType":"mb","type":"earthquake","title":"M 4.9 - 74km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8269,-20.0196,16.37]},"id":"usc000ndz0"}, -{"type":"Feature","properties":{"mag":5.3,"place":"55km WNW of Iquique, Chile","time":1395045156220,"updated":1395074107842,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndym","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndym.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000ndym","ids":",usc000ndym,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.963,"rms":1.02,"gap":119,"magType":"mb","type":"earthquake","title":"M 5.3 - 55km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6372,-20.0372,12.4]},"id":"usc000ndym"}, -{"type":"Feature","properties":{"mag":1.9,"place":"58km WSW of Valdez, Alaska","time":1395044178000,"updated":1395044684365,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190437","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190437.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11190437","ids":",ak11190437,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.03,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 58km WSW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3679,60.9509,20.4]},"id":"ak11190437"}, -{"type":"Feature","properties":{"mag":3.3,"place":"3km NW of Choctaw, Oklahoma","time":1395044018720,"updated":1395113186688,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndy6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndy6.geojsonp","felt":117,"cdi":5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":226,"net":"us","code":"c000ndy6","ids":",usc000ndy6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.042,"rms":0.75,"gap":27,"magType":"mb_lg","type":"earthquake","title":"M 3.3 - 3km NW of Choctaw, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.2924,35.5187,10.56]},"id":"usc000ndy6"}, -{"type":"Feature","properties":{"mag":4.6,"place":"77km WNW of Iquique, Chile","time":1395042898450,"updated":1395071889267,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndy4","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndy4.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndy4","ids":",usc000ndy4,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.173,"rms":0.9,"gap":144,"magType":"mb","type":"earthquake","title":"M 4.6 - 77km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8617,-20.0595,14.39]},"id":"usc000ndy4"}, -{"type":"Feature","properties":{"mag":2.4,"place":"80km SSW of Redoubt Volcano, Alaska","time":1395042321000,"updated":1395079572680,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190394","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190394.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11190394","ids":",ak11190394,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.24,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 80km SSW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.404,59.8417,128.1]},"id":"ak11190394"}, -{"type":"Feature","properties":{"mag":1.7,"place":"109km NW of Talkeetna, Alaska","time":1395041009000,"updated":1395041787329,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190392","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190392.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11190392","ids":",ak11190392,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 109km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4687,63.0779,6.5]},"id":"ak11190392"}, -{"type":"Feature","properties":{"mag":1.9,"place":"46km NNE of Old Faithful Geyser, Wyoming","time":1395040721100,"updated":1395087637343,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059792","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059792.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"uu","code":"60059792","ids":",uu60059792,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.10779783,"rms":0.1,"gap":147.6,"magType":"Ml","type":"earthquake","title":"M 1.9 - 46km NNE of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.542,44.8205,4.7]},"id":"uu60059792"}, -{"type":"Feature","properties":{"mag":2.3,"place":"2km SW of Loretto, Tennessee","time":1395040537200,"updated":1395071991021,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/se031714b","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/se031714b.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"se","code":"031714b","ids":",se031714b,","sources":",se,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.5030566,"rms":0.29,"gap":86.399993088,"magType":"md","type":"earthquake","title":"M 2.3 - 2km SW of Loretto, Tennessee"},"geometry":{"type":"Point","coordinates":[-87.4607,35.0606,8.9]},"id":"se031714b"}, -{"type":"Feature","properties":{"mag":4.8,"place":"264km NNW of Tual, Indonesia","time":1395040339210,"updated":1395069299328,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndxu","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndxu.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000ndxu","ids":",usc000ndxu,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.785,"rms":1.23,"gap":57,"magType":"mb","type":"earthquake","title":"M 4.8 - 264km NNW of Tual, Indonesia"},"geometry":{"type":"Point","coordinates":[131.7253,-3.5094,36.95]},"id":"usc000ndxu"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1395040321600,"updated":1395042304548,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186751","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186751.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186751","ids":",nc72186751,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8138,38.8088,2.3]},"id":"nc72186751"}, -{"type":"Feature","properties":{"mag":1.8,"place":"21km NE of Soledad, California","time":1395039085700,"updated":1395047764445,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186731","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186731.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72186731","ids":",nc72186731,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.05389892,"rms":0.04,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.8 - 21km NE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.1372,36.5462,5.4]},"id":"nc72186731"}, -{"type":"Feature","properties":{"mag":2.83,"place":"63km E of Maneadero, Mexico","time":1395037745490,"updated":1395080713201,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476889","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476889.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":123,"net":"ci","code":"15476889","ids":",ci15476889,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":7,"dmin":0.318,"rms":0.15,"gap":156,"magType":"ml","type":"earthquake","title":"M 2.8 - 63km E of Maneadero, Mexico"},"geometry":{"type":"Point","coordinates":[-115.8983333,31.6886667,4.65]},"id":"ci15476889"}, -{"type":"Feature","properties":{"mag":1.23,"place":"33km NNW of Searles Valley, California","time":1395036001880,"updated":1395092215080,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476873","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476873.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15476873","ids":",ci15476873,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.08539,"rms":0.15,"gap":64,"magType":"ml","type":"earthquake","title":"M 1.2 - 33km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.589,36.031,4.19]},"id":"ci15476873"}, -{"type":"Feature","properties":{"mag":1.6,"place":"7km SW of Ridgemark, California","time":1395034515600,"updated":1395045365002,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72186711","ids":",nc72186711,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.19,"gap":36,"magType":"Md","type":"earthquake","title":"M 1.6 - 7km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4147,36.7597,8.3]},"id":"nc72186711"}, -{"type":"Feature","properties":{"mag":3,"place":"81km N of Hatillo, Puerto Rico","time":1395034286400,"updated":1395063280850,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"pr","code":"14076001","ids":",pr14076001,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":12,"dmin":0.74829663,"rms":0.17,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 3.0 - 81km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.6856,19.2147,34]},"id":"pr14076001"}, -{"type":"Feature","properties":{"mag":5.1,"place":"13km W of Cantapoy, Philippines","time":1395034214190,"updated":1395051919043,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndwk","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndwk.geojsonp","felt":4,"cdi":5.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":402,"net":"us","code":"c000ndwk","ids":",usc000ndwk,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.43,"rms":1.16,"gap":99,"magType":"mb","type":"earthquake","title":"M 5.1 - 13km W of Cantapoy, Philippines"},"geometry":{"type":"Point","coordinates":[125.3151,9.5019,84.63]},"id":"usc000ndwk"}, -{"type":"Feature","properties":{"mag":1.8,"place":"17km NE of Nice, California","time":1395033725900,"updated":1395045365000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72186696","ids":",nc72186696,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.11678099,"rms":0.04,"gap":165.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 17km NE of Nice, California"},"geometry":{"type":"Point","coordinates":[-122.7185,39.2418,6.6]},"id":"nc72186696"}, -{"type":"Feature","properties":{"mag":5,"place":"82km WNW of Iquique, Chile","time":1395033574750,"updated":1395062542797,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndwe","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndwe.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ndwe","ids":",usc000ndwe,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.184,"rms":1.44,"gap":126,"magType":"mb","type":"earthquake","title":"M 5.0 - 82km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8918,-19.984,12.01]},"id":"usc000ndwe"}, -{"type":"Feature","properties":{"mag":6.2,"place":"80km WNW of Iquique, Chile","time":1395033094980,"updated":1395068231000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndw9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndw9.geojsonp","felt":6,"cdi":4,"mmi":4.71,"alert":"green","status":"reviewed","tsunami":null,"sig":594,"net":"us","code":"c000ndw9","ids":",usc000ndw9,gcmt20140317051135,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":1.171,"rms":1.37,"gap":82,"magType":"mww","type":"earthquake","title":"M 6.2 - 80km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.8741,-20.003,17]},"id":"usc000ndw9"}, -{"type":"Feature","properties":{"mag":4.7,"place":"157km NNW of Nuku`alofa, Tonga","time":1395031862830,"updated":1395061222066,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndw1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndw1.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ndw1","ids":",usc000ndw1,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.829,"rms":1.44,"gap":80,"magType":"mb","type":"earthquake","title":"M 4.7 - 157km NNW of Nuku`alofa, Tonga"},"geometry":{"type":"Point","coordinates":[-176.0391,-19.9472,231.98]},"id":"usc000ndw1"}, -{"type":"Feature","properties":{"mag":2.3,"place":"14km NE of Enid, Oklahoma","time":1395031000300,"updated":1395059953494,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndvy","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndvy.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"us","code":"c000ndvy","ids":",usc000ndvy,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"mb_lg","type":"earthquake","title":"M 2.3 - 14km NE of Enid, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.762,36.482,5]},"id":"usc000ndvy"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km NW of The Geysers, California","time":1395030568800,"updated":1395041402970,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186676","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186676.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72186676","ids":",nc72186676,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8257,38.815,3]},"id":"nc72186676"}, -{"type":"Feature","properties":{"mag":1.4,"place":"36km E of Tonopah, Nevada","time":1395030431588,"updated":1395164350000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441171","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441171.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"nn","code":"00441171","ids":",nn00441171,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":6,"dmin":0.319,"rms":0.085,"gap":147.19,"magType":"ml","type":"earthquake","title":"M 1.4 - 36km E of Tonopah, Nevada"},"geometry":{"type":"Point","coordinates":[-116.8187,38.1002,13.5053]},"id":"nn00441171"}, -{"type":"Feature","properties":{"mag":1,"place":"110km W of Cantwell, Alaska","time":1395030019000,"updated":1395030203062,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190264","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190264.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11190264","ids":",ak11190264,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 110km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1276,63.2591,17.5]},"id":"ak11190264"}, -{"type":"Feature","properties":{"mag":4.8,"place":"18km W of Tacna, Peru","time":1395029691440,"updated":1395058644649,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndvl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndvl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000ndvl","ids":",usc000ndvl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.917,"rms":0.91,"gap":127,"magType":"mb","type":"earthquake","title":"M 4.8 - 18km W of Tacna, Peru"},"geometry":{"type":"Point","coordinates":[-70.4164,-17.9747,94.49]},"id":"usc000ndvl"}, -{"type":"Feature","properties":{"mag":4.6,"place":"65km WNW of Iquique, Chile","time":1395026901600,"updated":1395072452000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndv7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndv7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndv7","ids":",usc000ndv7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.08,"rms":1.2,"gap":127,"magType":"mb","type":"earthquake","title":"M 4.6 - 65km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.754,-20.0769,10]},"id":"usc000ndv7"}, -{"type":"Feature","properties":{"mag":4.6,"place":"243km SE of Kamaishi, Japan","time":1395024742230,"updated":1395053691558,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nduv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nduv.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nduv","ids":",usc000nduv,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.165,"rms":1,"gap":136,"magType":"mb","type":"earthquake","title":"M 4.6 - 243km SE of Kamaishi, Japan"},"geometry":{"type":"Point","coordinates":[144.0749,37.9045,36.47]},"id":"usc000nduv"}, -{"type":"Feature","properties":{"mag":1.9,"place":"18km SE of Mammoth Lakes, California","time":1395022789000,"updated":1395195724914,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72186601","ids":",nc72186601,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.07186522,"rms":0.05,"gap":46.8,"magType":"Md","type":"earthquake","title":"M 1.9 - 18km SE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.832,37.5198,8.2]},"id":"nc72186601"}, -{"type":"Feature","properties":{"mag":1.8,"place":"105km W of Cantwell, Alaska","time":1395022713000,"updated":1395023372189,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190205","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190205.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11190205","ids":",ak11190205,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 105km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.024,63.2537,0]},"id":"ak11190205"}, -{"type":"Feature","properties":{"mag":3.5,"place":"99km SSW of Homer, Alaska","time":1395022229000,"updated":1395051177312,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190199","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190199.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":188,"net":"ak","code":"11190199","ids":",ak11190199,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.5 - 99km SSW of Homer, Alaska"},"geometry":{"type":"Point","coordinates":[-152.2411,58.8229,12]},"id":"ak11190199"}, -{"type":"Feature","properties":{"mag":4.6,"place":"88km WNW of Iquique, Chile","time":1395021958330,"updated":1395071270000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndtz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndtz.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndtz","ids":",usc000ndtz,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.266,"rms":1,"gap":149,"magType":"mb","type":"earthquake","title":"M 4.6 - 88km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.9705,-20.0345,23.63]},"id":"usc000ndtz"}, -{"type":"Feature","properties":{"mag":2.1,"place":"6km SW of Ridgemark, California","time":1395021351780,"updated":1395129245999,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"nc","code":"72186576","ids":",nc72186576,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":65,"dmin":0.01832,"rms":0.15,"gap":26,"magType":"md","type":"earthquake","title":"M 2.1 - 6km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4135,36.7645,9.08]},"id":"nc72186576"}, -{"type":"Feature","properties":{"mag":5.2,"place":"70km WNW of Iquique, Chile","time":1395020095820,"updated":1395070307000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndtr","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndtr.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000ndtr","ids":",usc000ndtr,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.067,"rms":1.27,"gap":122,"magType":"mb","type":"earthquake","title":"M 5.2 - 70km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7659,-19.9781,10]},"id":"usc000ndtr"}, -{"type":"Feature","properties":{"mag":1.8,"place":"14km NE of Pahala, Hawaii","time":1395018953100,"updated":1395019153083,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657416","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657416.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60657416","ids":",hv60657416,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.2,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 14km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3823,19.2963,3.3]},"id":"hv60657416"}, -{"type":"Feature","properties":{"mag":4.9,"place":"65km WNW of Iquique, Chile","time":1395017703890,"updated":1395070569000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndt5","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndt5.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndt5","ids":",usc000ndt5,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.076,"rms":1.16,"gap":132,"magType":"mb","type":"earthquake","title":"M 4.9 - 65km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7528,-20.0679,10]},"id":"usc000ndt5"}, -{"type":"Feature","properties":{"mag":2.5,"place":"58km N of Brenas, Puerto Rico","time":1395017576500,"updated":1395046530862,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14076000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14076000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14076000","ids":",pr14076000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.53359928,"rms":0.28,"gap":331.2,"magType":"Md","type":"earthquake","title":"M 2.5 - 58km N of Brenas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.3895,18.9972,53]},"id":"pr14076000"}, -{"type":"Feature","properties":{"mag":1,"place":"5km SW of Ridgemark, California","time":1395017530200,"updated":1395022506220,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186541","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186541.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186541","ids":",nc72186541,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.12,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 5km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4103,36.7728,9.8]},"id":"nc72186541"}, -{"type":"Feature","properties":{"mag":1.85,"place":"33km NW of Fort Irwin, California","time":1395017528550,"updated":1395089507168,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476817","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476817.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":53,"net":"ci","code":"15476817","ids":",ci15476817,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.2106,"rms":0.16,"gap":86,"magType":"ml","type":"earthquake","title":"M 1.9 - 33km NW of Fort Irwin, California"},"geometry":{"type":"Point","coordinates":[-116.9368333,35.4835,2.79]},"id":"ci15476817"}, -{"type":"Feature","properties":{"mag":2.8,"place":"25km NNE of Philipsburg, Montana","time":1395017361900,"updated":1395160088000,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb30158","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb30158.geojsonp","felt":1,"cdi":1,"mmi":null,"alert":null,"status":"manual","tsunami":null,"sig":121,"net":"mb","code":"30158","ids":",mb30158,usc000ndsx,","sources":",mb,us,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":36,"dmin":0.1976294,"rms":0.13,"gap":60,"magType":"mc","type":"earthquake","title":"M 2.8 - 25km NNE of Philipsburg, Montana"},"geometry":{"type":"Point","coordinates":[-113.225,46.56,14.5]},"id":"mb30158"}, -{"type":"Feature","properties":{"mag":1,"place":"25km NE of Fairbanks, Alaska","time":1395016920000,"updated":1395017709177,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190172","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190172.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11190172","ids":",ak11190172,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 25km NE of Fairbanks, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4173,65.0228,5.2]},"id":"ak11190172"}, -{"type":"Feature","properties":{"mag":5,"place":"205km W of Bengkulu, Indonesia","time":1395016526860,"updated":1395045480142,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndsp","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndsp.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000ndsp","ids":",usc000ndsp,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.516,"rms":0.9,"gap":67,"magType":"mb","type":"earthquake","title":"M 5.0 - 205km W of Bengkulu, Indonesia"},"geometry":{"type":"Point","coordinates":[100.4451,-4.1113,13.72]},"id":"usc000ndsp"}, -{"type":"Feature","properties":{"mag":1.5,"place":"53km SW of Circle Hot Springs Station, Alaska","time":1395015194000,"updated":1395015724372,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190167","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190167.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11190167","ids":",ak11190167,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 53km SW of Circle Hot Springs Station, Alaska"},"geometry":{"type":"Point","coordinates":[-145.5139,65.1397,13.3]},"id":"ak11190167"}, -{"type":"Feature","properties":{"mag":5.1,"place":"55km WNW of Iquique, Chile","time":1395015129750,"updated":1395070957000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndsf","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndsf.geojsonp","felt":1,"cdi":2.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":400,"net":"us","code":"c000ndsf","ids":",usc000ndsf,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.978,"rms":1.1,"gap":96,"magType":"mb","type":"earthquake","title":"M 5.1 - 55km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6459,-20.0609,10]},"id":"usc000ndsf"}, -{"type":"Feature","properties":{"mag":1.2,"place":"61km E of Cantwell, Alaska","time":1395014405000,"updated":1395015196854,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190164","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190164.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11190164","ids":",ak11190164,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.26,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 61km E of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.7361,63.3376,46.5]},"id":"ak11190164"}, -{"type":"Feature","properties":{"mag":1.8,"place":"35km NNW of Valdez, Alaska","time":1395012021000,"updated":1395012535661,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190138","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190138.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11190138","ids":",ak11190138,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 35km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6821,61.405,33.3]},"id":"ak11190138"}, -{"type":"Feature","properties":{"mag":1.1,"place":"13km NE of Pahala, Hawaii","time":1395011445700,"updated":1395112272346,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657346","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657346.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"hv","code":"60657346","ids":",hv60657346,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.09,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 13km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.389,19.2913,2.7]},"id":"hv60657346"}, -{"type":"Feature","properties":{"mag":4.9,"place":"61km W of Iquique, Chile","time":1395011291600,"updated":1395040246526,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nds7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nds7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000nds7","ids":",usc000nds7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.116,"rms":0.92,"gap":139,"magType":"mb","type":"earthquake","title":"M 4.9 - 61km W of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.7359,-20.2268,10]},"id":"usc000nds7"}, -{"type":"Feature","properties":{"mag":1.1,"place":"13km NE of Pahala, Hawaii","time":1395011063700,"updated":1395088371679,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657331","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657331.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"hv","code":"60657331","ids":",hv60657331,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.11,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 13km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3877,19.2902,3.4]},"id":"hv60657331"}, -{"type":"Feature","properties":{"mag":4.9,"place":"68km SE of Arica, Chile","time":1395010449690,"updated":1395039397363,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndru","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndru.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndru","ids":",usc000ndru,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":11.307,"rms":1.02,"gap":102,"magType":"mb","type":"earthquake","title":"M 4.9 - 68km SE of Arica, Chile"},"geometry":{"type":"Point","coordinates":[-69.7894,-18.854,11.86]},"id":"usc000ndru"}, -{"type":"Feature","properties":{"mag":1.8,"place":"2km SSE of Clearfield, Utah","time":1395009514700,"updated":1395163455238,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059767","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059767.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uu","code":"60059767","ids":",uu60059767,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.07186522,"rms":0.17,"gap":57.6,"magType":"Ml","type":"earthquake","title":"M 1.8 - 2km SSE of Clearfield, Utah"},"geometry":{"type":"Point","coordinates":[-112.0095,41.0887,11.8]},"id":"uu60059767"}, -{"type":"Feature","properties":{"mag":2.6,"place":"28km NNW of Shasta Lake, California","time":1395009324490,"updated":1395130989252,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186511","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186511.geojsonp","felt":5,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":105,"net":"nc","code":"72186511","ids":",nc72186511,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":43,"dmin":0.1902,"rms":0.14,"gap":38,"magType":"md","type":"earthquake","title":"M 2.6 - 28km NNW of Shasta Lake, California"},"geometry":{"type":"Point","coordinates":[-122.462,40.9261667,17.76]},"id":"nc72186511"}, -{"type":"Feature","properties":{"mag":4.9,"place":"84km WNW of Iquique, Chile","time":1395008975180,"updated":1395037929291,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndr9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndr9.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndr9","ids":",usc000ndr9,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.199,"rms":0.88,"gap":136,"magType":"mb","type":"earthquake","title":"M 4.9 - 84km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.9083,-19.984,10.92]},"id":"usc000ndr9"}, -{"type":"Feature","properties":{"mag":1.87,"place":"28km ENE of Pine Valley, California","time":1395008030270,"updated":1395090632820,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476801","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476801.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":54,"net":"ci","code":"15476801","ids":",ci15476801,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":52,"dmin":0.04726,"rms":0.19,"gap":50,"magType":"ml","type":"earthquake","title":"M 1.9 - 28km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2303333,32.8721667,4.53]},"id":"ci15476801"}, -{"type":"Feature","properties":{"mag":1.4,"place":"85km W of Cantwell, Alaska","time":1395007589000,"updated":1395008421265,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11190022","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11190022.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11190022","ids":",ak11190022,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.82,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 85km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6565,63.4242,0.1]},"id":"ak11190022"}, -{"type":"Feature","properties":{"mag":2.4,"place":"28km NNW of Shasta Lake, California","time":1395007382000,"updated":1395106149068,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186491","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186491.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"nc","code":"72186491","ids":",nc72186491,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.18864621,"rms":0.14,"gap":25.2,"magType":"Md","type":"earthquake","title":"M 2.4 - 28km NNW of Shasta Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4585,40.932,17.3]},"id":"nc72186491"}, -{"type":"Feature","properties":{"mag":1.25,"place":"7km ESE of Mammoth Lakes, California","time":1395006965610,"updated":1395016926206,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186481","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186481.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":24,"net":"nc","code":"72186481","ids":",nc72186481,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.01155,"rms":0.02,"gap":90,"magType":"md","type":"earthquake","title":"M 1.3 - 7km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8883362,37.6258316,5.64]},"id":"nc72186481"}, -{"type":"Feature","properties":{"mag":3.47,"place":"28km ENE of Pine Valley, California","time":1395006933390,"updated":1395093402917,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476793","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476793.geojsonp","felt":7,"cdi":2.5,"mmi":4.25,"alert":null,"status":"reviewed","tsunami":null,"sig":187,"net":"ci","code":"15476793","ids":",ci15476793,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":81,"dmin":0.04309,"rms":0.21,"gap":49,"magType":"ml","type":"earthquake","title":"M 3.5 - 28km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2348333,32.8751667,4.02]},"id":"ci15476793"}, -{"type":"Feature","properties":{"mag":2.7,"place":"22km E of Y, Alaska","time":1395005999000,"updated":1395034946321,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189925","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189925.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11189925","ids":",ak11189925,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 22km E of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.4252,62.1266,28.5]},"id":"ak11189925"}, -{"type":"Feature","properties":{"mag":5.1,"place":"36km NNW of Iquique, Chile","time":1395005187380,"updated":1395034138272,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndnz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndnz.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":400,"net":"us","code":"c000ndnz","ids":",usc000ndnz,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.634,"rms":1.27,"gap":124,"magType":"mb","type":"earthquake","title":"M 5.1 - 36km NNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.3046,-19.9317,35]},"id":"usc000ndnz"}, -{"type":"Feature","properties":{"mag":1.7,"place":"68km ENE of Cantwell, Alaska","time":1395004991000,"updated":1395005913055,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189908","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189908.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11189908","ids":",ak11189908,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 68km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.6387,63.5634,0.1]},"id":"ak11189908"}, -{"type":"Feature","properties":{"mag":6.7,"place":"60km WNW of Iquique, Chile","time":1395004590770,"updated":1395081809249,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndnj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndnj.geojsonp","felt":42,"cdi":6,"mmi":6.58,"alert":"yellow","status":"reviewed","tsunami":1,"sig":716,"net":"us","code":"c000ndnj","ids":",usc000ndnj,pt14075001,at00n2jsh8,gcmt20140316211630,","sources":",us,pt,at,gcmt,","types":",associate,cap,dyfi,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.929,"rms":1.16,"gap":44,"magType":"mww","type":"earthquake","title":"M 6.7 - 60km WNW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.6278,-19.9246,20]},"id":"usc000ndnj"}, -{"type":"Feature","properties":{"mag":2.8,"place":"8km ENE of Coalinga, California","time":1395002676200,"updated":1395118205806,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186436.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"nc","code":"72186436","ids":",nc72186436,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.08983153,"rms":0.08,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 2.8 - 8km ENE of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.2817,36.1755,11.3]},"id":"nc72186436"}, -{"type":"Feature","properties":{"mag":1.2,"place":"10km WNW of The Geysers, California","time":1395002550700,"updated":1395014886876,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186431","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186431.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72186431","ids":",nc72186431,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.02,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.2 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8558,38.8253,2.7]},"id":"nc72186431"}, -{"type":"Feature","properties":{"mag":2.13,"place":"8km ENE of Coalinga, California","time":1395002243680,"updated":1395120545189,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186426","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186426.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":70,"net":"nc","code":"72186426","ids":",nc72186426,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":56,"dmin":0.09168,"rms":0.09,"gap":118,"magType":"md","type":"earthquake","title":"M 2.1 - 8km ENE of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.2775,36.1741667,11.06]},"id":"nc72186426"}, -{"type":"Feature","properties":{"mag":4.2,"place":"51km SW of Jiquilillo, Nicaragua","time":1395000953510,"updated":1395029909523,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndmp","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndmp.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":271,"net":"us","code":"c000ndmp","ids":",usc000ndmp,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.6,"rms":1.29,"gap":185,"magType":"mb","type":"earthquake","title":"M 4.2 - 51km SW of Jiquilillo, Nicaragua"},"geometry":{"type":"Point","coordinates":[-87.7851,12.4147,72.88]},"id":"usc000ndmp"}, -{"type":"Feature","properties":{"mag":2.26,"place":"7km ESE of Mammoth Lakes, California","time":1395000276050,"updated":1395132546985,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186396","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186396.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":79,"net":"nc","code":"72186396","ids":",nc72186396,nn00441146,","sources":",nc,nn,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":46,"dmin":0.0104,"rms":0.04,"gap":82,"magType":"md","type":"earthquake","title":"M 2.3 - 7km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8898333,37.6251667,5.41]},"id":"nc72186396"}, -{"type":"Feature","properties":{"mag":1.21,"place":"7km ESE of Mammoth Lakes, California","time":1394999887000,"updated":1395011405236,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186386","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186386.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":23,"net":"nc","code":"72186386","ids":",nc72186386,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.01164,"rms":0.01,"gap":86,"magType":"md","type":"earthquake","title":"M 1.2 - 7km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8884964,37.628334,5.6]},"id":"nc72186386"}, -{"type":"Feature","properties":{"mag":1,"place":"6km WNW of Cobb, California","time":1394998653300,"updated":1395007563297,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186376","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186376.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186376","ids":",nc72186376,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":108,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8015,38.8363,2.6]},"id":"nc72186376"}, -{"type":"Feature","properties":{"mag":1.9,"place":"4km SW of Volcano, Hawaii","time":1394997915100,"updated":1395193210788,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60657276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60657276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"hv","code":"60657276","ids":",hv60657276,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":57.6,"magType":"Ml","type":"earthquake","title":"M 1.9 - 4km SW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2683,19.4042,1.3]},"id":"hv60657276"}, -{"type":"Feature","properties":{"mag":2.8,"place":"68km SW of Anchor Point, Alaska","time":1394996423000,"updated":1395025391456,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189815","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189815.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":121,"net":"ak","code":"11189815","ids":",ak11189815,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 68km SW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7599,59.3858,90.2]},"id":"ak11189815"}, -{"type":"Feature","properties":{"mag":1.2,"place":"26km ENE of West Yellowstone, Montana","time":1394996367600,"updated":1395093638059,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059732","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059732.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"uu","code":"60059732","ids":",uu60059732,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.1,"gap":133.2,"magType":"Ml","type":"earthquake","title":"M 1.2 - 26km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7892,44.7355,6.5]},"id":"uu60059732"}, -{"type":"Feature","properties":{"mag":1,"place":"28km ENE of West Yellowstone, Montana","time":1394993662400,"updated":1395097643476,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059722","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059722.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059722","ids":",uu60059722,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.09,"gap":187.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 28km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7763,44.7627,5.3]},"id":"uu60059722"}, -{"type":"Feature","properties":{"mag":1.25,"place":"14km SSE of Alamo, Nevada","time":1394992590171,"updated":1395165518000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441145","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441145.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"nn","code":"00441145","ids":",nn00441145,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":8,"dmin":0.163,"rms":0.1192,"gap":173.1,"magType":"ml","type":"earthquake","title":"M 1.3 - 14km SSE of Alamo, Nevada"},"geometry":{"type":"Point","coordinates":[-115.0903,37.2467,14.6255]},"id":"nn00441145"}, -{"type":"Feature","properties":{"mag":1.9,"place":"81km WSW of Cantwell, Alaska","time":1394990967000,"updated":1394991737554,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189651","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189651.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189651","ids":",ak11189651,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.77,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 81km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4171,63.0771,93.4]},"id":"ak11189651"}, -{"type":"Feature","properties":{"mag":2.4,"place":"2km SSE of Clearfield, Utah","time":1394989694400,"updated":1395179682016,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059712","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059712.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"uu","code":"60059712","ids":",uu60059712,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.22,"gap":43.2,"magType":"Ml","type":"earthquake","title":"M 2.4 - 2km SSE of Clearfield, Utah"},"geometry":{"type":"Point","coordinates":[-112.0077,41.089,12.8]},"id":"uu60059712"}, -{"type":"Feature","properties":{"mag":1.84,"place":"19km N of Golden Hills, California","time":1394989080030,"updated":1395173567800,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"ci","code":"15476721","ids":",ci15476721,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.09464,"rms":0.17,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.8 - 19km N of Golden Hills, California"},"geometry":{"type":"Point","coordinates":[-118.5325,35.316,5.14]},"id":"ci15476721"}, -{"type":"Feature","properties":{"mag":1.6,"place":"4km SE of Kenai, Alaska","time":1394987909000,"updated":1394988232300,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189647","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189647.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189647","ids":",ak11189647,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 4km SE of Kenai, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1964,60.5244,100]},"id":"ak11189647"}, -{"type":"Feature","properties":{"mag":1,"place":"9km ESE of Mammoth Lakes, California","time":1394987087000,"updated":1395078478179,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186326","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186326.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72186326","ids":",nc72186326,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0,"rms":0.01,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.0 - 9km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.869,37.612,2]},"id":"nc72186326"}, -{"type":"Feature","properties":{"mag":1.6,"place":"8km SSE of Houston, Alaska","time":1394986905000,"updated":1394987425028,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189645","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189645.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189645","ids":",ak11189645,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 8km SSE of Houston, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7435,61.5634,33.9]},"id":"ak11189645"}, -{"type":"Feature","properties":{"mag":1,"place":"8km S of Ridgemark, California","time":1394986676600,"updated":1394995145920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186321","ids":",nc72186321,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.06,"gap":194.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 8km S of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3728,36.7385,8.9]},"id":"nc72186321"}, -{"type":"Feature","properties":{"mag":1.19,"place":"15km ESE of Anza, California","time":1394985659310,"updated":1395173124820,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476705","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476705.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ci","code":"15476705","ids":",ci15476705,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.04347,"rms":0.11,"gap":109,"magType":"ml","type":"earthquake","title":"M 1.2 - 15km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.5178333,33.5153333,14.97]},"id":"ci15476705"}, -{"type":"Feature","properties":{"mag":1,"place":"15km ESE of Anza, California","time":1394985543490,"updated":1395172827777,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476713","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476713.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15476713","ids":",ci15476713,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.04166,"rms":0.1,"gap":165,"magType":"ml","type":"earthquake","title":"M 1.0 - 15km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.516,33.5176667,14.22]},"id":"ci15476713"}, -{"type":"Feature","properties":{"mag":1.13,"place":"3km N of Menifee, California","time":1394985309500,"updated":1395172511680,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476697","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476697.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476697","ids":",ci15476697,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.03487,"rms":0.15,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.1 - 3km N of Menifee, California"},"geometry":{"type":"Point","coordinates":[-117.1451667,33.7611667,17.78]},"id":"ci15476697"}, -{"type":"Feature","properties":{"mag":2.9,"place":"67km N of Tierras Nuevas Poniente, Puerto Rico","time":1394984719000,"updated":1395013669221,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14075006","ids":",pr14075006,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":12,"dmin":0.58929483,"rms":0.2,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.9 - 67km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.5541,19.0706,55]},"id":"pr14075006"}, -{"type":"Feature","properties":{"mag":1.02,"place":"52km NE of Kernville, California","time":1394984447120,"updated":1395172160860,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476689","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476689.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15476689","ids":",ci15476689,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.1635,"rms":0.12,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0566667,36.1245,1.07]},"id":"ci15476689"}, -{"type":"Feature","properties":{"mag":1,"place":"41km NE of Talkeetna, Alaska","time":1394984412000,"updated":1394985684349,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189644","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189644.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11189644","ids":",ak11189644,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 41km NE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5936,62.6115,34.9]},"id":"ak11189644"}, -{"type":"Feature","properties":{"mag":1.8,"place":"8km S of Willow, Alaska","time":1394983812000,"updated":1394984677019,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189640","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189640.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11189640","ids":",ak11189640,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.84,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 8km S of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.0056,61.6697,9.4]},"id":"ak11189640"}, -{"type":"Feature","properties":{"mag":4.6,"place":"13km SW of Sechura, Peru","time":1394983516030,"updated":1395012470053,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndjj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndjj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000ndjj","ids":",usc000ndjj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":6.328,"rms":0.76,"gap":117,"magType":"mb","type":"earthquake","title":"M 4.6 - 13km SW of Sechura, Peru"},"geometry":{"type":"Point","coordinates":[-80.9124,-5.6335,51.53]},"id":"usc000ndjj"}, -{"type":"Feature","properties":{"mag":4.9,"place":"68km SW of Sukorejo, Indonesia","time":1394981636600,"updated":1394995950000,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndh3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndh3.geojsonp","felt":2,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":370,"net":"us","code":"c000ndh3","ids":",usc000ndh3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.924,"rms":0.85,"gap":68,"magType":"mb","type":"earthquake","title":"M 4.9 - 68km SW of Sukorejo, Indonesia"},"geometry":{"type":"Point","coordinates":[110.9839,-8.7218,76.04]},"id":"usc000ndh3"}, -{"type":"Feature","properties":{"mag":1.1,"place":"28km ENE of Soledad, California","time":1394981505300,"updated":1394982783927,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72186276","ids":",nc72186276,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 28km ENE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.0515,36.5585,10.5]},"id":"nc72186276"}, -{"type":"Feature","properties":{"mag":1.51,"place":"23km SSW of Weedpatch, California","time":1394980941200,"updated":1395171961910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476681","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476681.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ci","code":"15476681","ids":",ci15476681,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.1282,"rms":0.13,"gap":93,"magType":"ml","type":"earthquake","title":"M 1.5 - 23km SSW of Weedpatch, California"},"geometry":{"type":"Point","coordinates":[-119.006,35.0383333,21.2]},"id":"ci15476681"}, -{"type":"Feature","properties":{"mag":4.5,"place":"121km NNE of Minab, Iran","time":1394980480030,"updated":1395009454648,"tz":210,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndgq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndgq.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000ndgq","ids":",usc000ndgq,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.417,"rms":0.63,"gap":129,"magType":"mb","type":"earthquake","title":"M 4.5 - 121km NNE of Minab, Iran"},"geometry":{"type":"Point","coordinates":[57.6376,28.1251,10]},"id":"usc000ndgq"}, -{"type":"Feature","properties":{"mag":1.9,"place":"158km SE of McGrath, Alaska","time":1394979519000,"updated":1394980036110,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189557","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189557.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189557","ids":",ak11189557,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 158km SE of McGrath, Alaska"},"geometry":{"type":"Point","coordinates":[-153.432,61.9427,33.7]},"id":"ak11189557"}, -{"type":"Feature","properties":{"mag":1.59,"place":"2km SW of Cobb, California","time":1394977062110,"updated":1394984942772,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186231","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186231.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"nc","code":"72186231","ids":",nc72186231,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.009537,"rms":0.03,"gap":60,"magType":"md","type":"earthquake","title":"M 1.6 - 2km SW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7411652,38.8100014,2.62]},"id":"nc72186231"}, -{"type":"Feature","properties":{"mag":2.3,"place":"42km W of Anchor Point, Alaska","time":1394976936000,"updated":1394977329387,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189482","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189482.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11189482","ids":",ak11189482,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 42km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5893,59.8058,32.4]},"id":"ak11189482"}, -{"type":"Feature","properties":{"mag":4.5,"place":"88km SSW of Puerto Madero, Mexico","time":1394976064730,"updated":1395005025315,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndem","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndem.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000ndem","ids":",usc000ndem,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.226,"rms":0.92,"gap":182,"magType":"mb","type":"earthquake","title":"M 4.5 - 88km SSW of Puerto Madero, Mexico"},"geometry":{"type":"Point","coordinates":[-92.8617,14.0429,33.94]},"id":"usc000ndem"}, -{"type":"Feature","properties":{"mag":2.2,"place":"6km SSE of Moraga, California","time":1394975816700,"updated":1395192127219,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186206","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186206.geojsonp","felt":4,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":75,"net":"nc","code":"72186206","ids":",nc72186206,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.11,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 2.2 - 6km SSE of Moraga, California"},"geometry":{"type":"Point","coordinates":[-122.1068,37.7757,11.2]},"id":"nc72186206"}, -{"type":"Feature","properties":{"mag":2,"place":"10km SW of La Parguera, Puerto Rico","time":1394973569400,"updated":1394974658315,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14075005","ids":",pr14075005,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.08983153,"rms":0.07,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 10km SW of La Parguera, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1095,17.9039,10]},"id":"pr14075005"}, -{"type":"Feature","properties":{"mag":1.2,"place":"24km SE of Yosemite Valley, California","time":1394973127500,"updated":1395090963808,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186201","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186201.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"nc","code":"72186201","ids":",nc72186201,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.14,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.2 - 24km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3562,37.6135,8.2]},"id":"nc72186201"}, -{"type":"Feature","properties":{"mag":1,"place":"5km NW of The Geysers, California","time":1394971898200,"updated":1394976607900,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186181","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186181.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186181","ids":",nc72186181,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.795,38.8175,3]},"id":"nc72186181"}, -{"type":"Feature","properties":{"mag":1.5,"place":"10km E of Mammoth Lakes, California","time":1394971315000,"updated":1394973186729,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186161","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186161.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72186161","ids":",nc72186161,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.05,"gap":147.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 10km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8517,37.6608,5.1]},"id":"nc72186161"}, -{"type":"Feature","properties":{"mag":1.1,"place":"1km NNW of Tieton, Washington","time":1394970455700,"updated":1395084102520,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"uw","code":"60719721","ids":",uw60719721,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.11,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 1km NNW of Tieton, Washington"},"geometry":{"type":"Point","coordinates":[-120.7672,46.7145,9.2]},"id":"uw60719721"}, -{"type":"Feature","properties":{"mag":1.2,"place":"55km SE of Cantwell, Alaska","time":1394969334000,"updated":1394969892630,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189407","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189407.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11189407","ids":",ak11189407,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 55km SE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.0876,63.0801,4.8]},"id":"ak11189407"}, -{"type":"Feature","properties":{"mag":1.8,"place":"21km S of Indios, Puerto Rico","time":1394968625300,"updated":1394988055150,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075007.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"pr","code":"14075007","ids":",pr14075007,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.18595126,"rms":0.1,"gap":298.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 21km S of Indios, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7983,17.8034,16]},"id":"pr14075007"}, -{"type":"Feature","properties":{"mag":4.9,"place":"131km ENE of Lambasa, Fiji","time":1394968524920,"updated":1394997480533,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ndcy","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ndcy.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ndcy","ids":",usc000ndcy,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.935,"rms":1.42,"gap":127,"magType":"mb","type":"earthquake","title":"M 4.9 - 131km ENE of Lambasa, Fiji"},"geometry":{"type":"Point","coordinates":[-179.463,-16.0141,10]},"id":"usc000ndcy"}, -{"type":"Feature","properties":{"mag":1.9,"place":"57km SE of Cantwell, Alaska","time":1394968447000,"updated":1394969395304,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189402","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189402.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189402","ids":",ak11189402,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 57km SE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.0465,63.0727,1.3]},"id":"ak11189402"}, -{"type":"Feature","properties":{"mag":1,"place":"73km NNE of Sutton-Alpine, Alaska","time":1394968199000,"updated":1394968632533,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189401","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189401.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11189401","ids":",ak11189401,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.08,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 73km NNE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.3533,62.4178,42.7]},"id":"ak11189401"}, -{"type":"Feature","properties":{"mag":1.9,"place":"53km S of Redoubt Volcano, Alaska","time":1394966289000,"updated":1394998744253,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189398","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189398.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":56,"net":"ak","code":"11189398","ids":",ak11189398,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.4,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 53km S of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7853,60.0033,87.2]},"id":"ak11189398"}, -{"type":"Feature","properties":{"mag":1.17,"place":"49km SSE of Fallon, Nevada","time":1394963706347,"updated":1395165510000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441141","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441141.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"nn","code":"00441141","ids":",nn00441141,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.345,"rms":0.0868,"gap":137.9,"magType":"ml","type":"earthquake","title":"M 1.2 - 49km SSE of Fallon, Nevada"},"geometry":{"type":"Point","coordinates":[-118.5441,39.0666,8.42]},"id":"nn00441141"}, -{"type":"Feature","properties":{"mag":1.9,"place":"54km NNE of Fort Yukon, Alaska","time":1394961959000,"updated":1394962292251,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189388","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189388.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11189388","ids":",ak11189388,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":1.12,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 54km NNE of Fort Yukon, Alaska"},"geometry":{"type":"Point","coordinates":[-144.8782,67.0311,31.1]},"id":"ak11189388"}, -{"type":"Feature","properties":{"mag":1.14,"place":"20km N of China Lake Acres, California","time":1394961249790,"updated":1395171291830,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476657","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476657.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476657","ids":",ci15476657,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.02777,"rms":0.13,"gap":54,"magType":"ml","type":"earthquake","title":"M 1.1 - 20km N of China Lake Acres, California"},"geometry":{"type":"Point","coordinates":[-117.7403333,35.8281667,7.33]},"id":"ci15476657"}, -{"type":"Feature","properties":{"mag":1.6,"place":"48km N of Talkeetna, Alaska","time":1394960365000,"updated":1394961064479,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189323","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189323.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189323","ids":",ak11189323,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 48km N of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.2428,62.7577,79.9]},"id":"ak11189323"}, -{"type":"Feature","properties":{"mag":3.7,"place":"12km ENE of Anthony, Kansas","time":1394959580320,"updated":1395088635095,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd9r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd9r.geojsonp","felt":26,"cdi":4.1,"mmi":4.14,"alert":"green","status":"reviewed","tsunami":null,"sig":221,"net":"us","code":"c000nd9r","ids":",usc000nd9r,","sources":",us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.678,"rms":0.33,"gap":130,"magType":"mwr","type":"earthquake","title":"M 3.7 - 12km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.9001,37.181,2.52]},"id":"usc000nd9r"}, -{"type":"Feature","properties":{"mag":3,"place":"90km W of New Allakaket, Alaska","time":1394958289000,"updated":1394987238938,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189315","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189315.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":138,"net":"ak","code":"11189315","ids":",ak11189315,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.0 - 90km W of New Allakaket, Alaska"},"geometry":{"type":"Point","coordinates":[-154.6777,66.6367,13.4]},"id":"ak11189315"}, -{"type":"Feature","properties":{"mag":2.2,"place":"82km W of Cantwell, Alaska","time":1394957929000,"updated":1394959300300,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189297","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189297.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11189297","ids":",ak11189297,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.99,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 82km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.5802,63.2934,100]},"id":"ak11189297"}, -{"type":"Feature","properties":{"mag":1.4,"place":"11km SW of Corona, California","time":1394957146270,"updated":1395170649360,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476625","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476625.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15476625","ids":",ci15476625,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":46,"dmin":0.02801,"rms":0.17,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.4 - 11km SW of Corona, California"},"geometry":{"type":"Point","coordinates":[-117.6423333,33.7911667,3.96]},"id":"ci15476625"}, -{"type":"Feature","properties":{"mag":1.1,"place":"44km ENE of Y, Alaska","time":1394956238000,"updated":1394957052481,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189255","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189255.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11189255","ids":",ak11189255,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.11,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 44km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0967,62.3561,17.5]},"id":"ak11189255"}, -{"type":"Feature","properties":{"mag":1.2,"place":"6km SSE of Moraga, California","time":1394955391500,"updated":1394968323060,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186106","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186106.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72186106","ids":",nc72186106,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.04491576,"rms":0.03,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 6km SSE of Moraga, California"},"geometry":{"type":"Point","coordinates":[-122.1017,37.7763,11.3]},"id":"nc72186106"}, -{"type":"Feature","properties":{"mag":2.1,"place":"91km W of Cantwell, Alaska","time":1394954605000,"updated":1394998412747,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189244","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189244.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11189244","ids":",ak11189244,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 91km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7407,63.2344,131.4]},"id":"ak11189244"}, -{"type":"Feature","properties":{"mag":2.2,"place":"47km SSE of Redoubt Volcano, Alaska","time":1394954540000,"updated":1394955534479,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189243","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189243.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11189243","ids":",ak11189243,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.79,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 47km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5407,60.0753,88.1]},"id":"ak11189243"}, -{"type":"Feature","properties":{"mag":1.4,"place":"21km NE of Soledad, California","time":1394953664100,"updated":1394962387699,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186101","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186101.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72186101","ids":",nc72186101,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 21km NE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.193,36.584,7.7]},"id":"nc72186101"}, -{"type":"Feature","properties":{"mag":1,"place":"21km NNW of West Richland, Washington","time":1394953560400,"updated":1395096979742,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uw","code":"60719711","ids":",uw60719711,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.08084838,"rms":0.12,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.0 - 21km NNW of West Richland, Washington"},"geometry":{"type":"Point","coordinates":[-119.4328,46.4937,20.9]},"id":"uw60719711"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km N of Willow, Alaska","time":1394953188000,"updated":1394953854064,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189228","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189228.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11189228","ids":",ak11189228,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 3km N of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.0244,61.7806,36.8]},"id":"ak11189228"}, -{"type":"Feature","properties":{"mag":2,"place":"21km S of Tallaboa, Puerto Rico","time":1394952085000,"updated":1394956829198,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14075003","ids":",pr14075003,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.22727377,"rms":0.25,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 21km S of Tallaboa, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7287,17.7966,10]},"id":"pr14075003"}, -{"type":"Feature","properties":{"mag":1.6,"place":"11km SW of Cohoe, Alaska","time":1394950209000,"updated":1394950657219,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189180","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189180.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11189180","ids":",ak11189180,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km SW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.431,60.285,89.8]},"id":"ak11189180"}, -{"type":"Feature","properties":{"mag":1.3,"place":"42km ENE of Manley Hot Springs, Alaska","time":1394950151000,"updated":1394996386203,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189178","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189178.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11189178","ids":",ak11189178,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.88,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 42km ENE of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8357,65.1823,1.7]},"id":"ak11189178"}, -{"type":"Feature","properties":{"mag":1.4,"place":"40km ENE of Manley Hot Springs, Alaska","time":1394950091000,"updated":1394950656264,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189177","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189177.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11189177","ids":",ak11189177,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":1,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 40km ENE of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8741,65.1683,7.1]},"id":"ak11189177"}, -{"type":"Feature","properties":{"mag":1.87,"place":"34km WNW of Alamo, Nevada","time":1394950044641,"updated":1395165502000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441139","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441139.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":54,"net":"nn","code":"00441139","ids":",nn00441139,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":9,"dmin":0.374,"rms":0.1453,"gap":115.62,"magType":"ml","type":"earthquake","title":"M 1.9 - 34km WNW of Alamo, Nevada"},"geometry":{"type":"Point","coordinates":[-115.4925,37.5382,0]},"id":"nn00441139"}, -{"type":"Feature","properties":{"mag":1.8,"place":"29km S of Rio Dell, California","time":1394950037500,"updated":1395197170649,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186071","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186071.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72186071","ids":",nc72186071,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.13,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.8 - 29km S of Rio Dell, California"},"geometry":{"type":"Point","coordinates":[-124.1595,40.2367,11.2]},"id":"nc72186071"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1394949066300,"updated":1394955124487,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186061","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186061.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72186061","ids":",nc72186061,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8183,38.8168,3]},"id":"nc72186061"}, -{"type":"Feature","properties":{"mag":1.04,"place":"51km NE of Kernville, California","time":1394948481540,"updated":1395169477810,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476609","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476609.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15476609","ids":",ci15476609,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1629,"rms":0.12,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0553333,36.1048333,0.01]},"id":"ci15476609"}, -{"type":"Feature","properties":{"mag":4.8,"place":"146km SSE of Ndoi Island, Fiji","time":1394948082090,"updated":1394977029982,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd65","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd65.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nd65","ids":",usc000nd65,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.493,"rms":0.73,"gap":120,"magType":"mb","type":"earthquake","title":"M 4.8 - 146km SSE of Ndoi Island, Fiji"},"geometry":{"type":"Point","coordinates":[-177.955,-21.7715,348.76]},"id":"usc000nd65"}, -{"type":"Feature","properties":{"mag":2.7,"place":"41km NNW of Charlotte Amalie, U.S. Virgin Islands","time":1394948013400,"updated":1394976960989,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14075002","ids":",pr14075002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.35663117,"rms":0.36,"gap":288,"magType":"Md","type":"earthquake","title":"M 2.7 - 41km NNW of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-65.0158,18.7061,2]},"id":"pr14075002"}, -{"type":"Feature","properties":{"mag":4.4,"place":"10km NNE of Kyzyl-Suu, Kyrgyzstan","time":1394947933800,"updated":1394976891883,"tz":360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd5z","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd5z.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nd5z","ids":",usc000nd5z,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.564,"rms":0.94,"gap":71,"magType":"mb","type":"earthquake","title":"M 4.4 - 10km NNE of Kyzyl-Suu, Kyrgyzstan"},"geometry":{"type":"Point","coordinates":[78.0518,42.4259,23.12]},"id":"usc000nd5z"}, -{"type":"Feature","properties":{"mag":3.3,"place":"133km NNE of Road Town, British Virgin Islands","time":1394947589500,"updated":1394976536556,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":168,"net":"pr","code":"14075001","ids":",pr14075001,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":1.19565764,"rms":0.18,"gap":309.6,"magType":"Md","type":"earthquake","title":"M 3.3 - 133km NNE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.2498,19.5676,43]},"id":"pr14075001"}, -{"type":"Feature","properties":{"mag":1.1,"place":"45km ENE of Y, Alaska","time":1394947144000,"updated":1394947829851,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189122","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189122.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11189122","ids":",ak11189122,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 45km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1252,62.3832,41.6]},"id":"ak11189122"}, -{"type":"Feature","properties":{"mag":1.9,"place":"8km SE of Pole Ojea, Puerto Rico","time":1394945626700,"updated":1394958872766,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"pr","code":"14075004","ids":",pr14075004,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.09252647,"rms":0.25,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 1.9 - 8km SE of Pole Ojea, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1286,17.915,9]},"id":"pr14075004"}, -{"type":"Feature","properties":{"mag":1.2,"place":"126km W of Cantwell, Alaska","time":1394944899000,"updated":1394945448997,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189113","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189113.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11189113","ids":",ak11189113,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.09,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 126km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4899,63.4041,6.2]},"id":"ak11189113"}, -{"type":"Feature","properties":{"mag":2,"place":"21km S of Tallaboa, Puerto Rico","time":1394944608400,"updated":1394945974078,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14075000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14075000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14075000","ids":",pr14075000,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.22637545,"rms":0.27,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 21km S of Tallaboa, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.7289,17.7989,9]},"id":"pr14075000"}, -{"type":"Feature","properties":{"mag":1.62,"place":"16km ENE of Nellis Air Force Base, Nevada","time":1394944110596,"updated":1394944252000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":40,"net":"nn","code":"00441137","ids":",nn00441137,","sources":",nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.988,"rms":null,"gap":290.16,"magType":"ml","type":"earthquake","title":"M 1.6 - 16km ENE of Nellis Air Force Base, Nevada"},"geometry":{"type":"Point","coordinates":[-114.8836,36.2907,0]},"id":"nn00441137"}, -{"type":"Feature","properties":{"mag":1.1,"place":"106km W of Cantwell, Alaska","time":1394943535000,"updated":1394944206622,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189108","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189108.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11189108","ids":",ak11189108,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 106km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.064,63.4995,7]},"id":"ak11189108"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km E of Old Faithful Geyser, Wyoming","time":1394942765600,"updated":1395179006932,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059657","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059657.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"uu","code":"60059657","ids":",uu60059657,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":100.8,"magType":"Ml","type":"earthquake","title":"M 1.1 - 23km E of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.5398,44.4482,3.5]},"id":"uu60059657"}, -{"type":"Feature","properties":{"mag":1.57,"place":"23km ENE of Barstow, California","time":1394942103160,"updated":1395169337334,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":38,"net":"ci","code":"15476601","ids":",ci15476601,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.1596,"rms":0.17,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.6 - 23km ENE of Barstow, California"},"geometry":{"type":"Point","coordinates":[-116.7735,34.9548333,2.04]},"id":"ci15476601"}, -{"type":"Feature","properties":{"mag":2.3,"place":"30km NE of New Allakaket, Alaska","time":1394942068000,"updated":1394942723489,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189067","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189067.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11189067","ids":",ak11189067,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.99,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 30km NE of New Allakaket, Alaska"},"geometry":{"type":"Point","coordinates":[-152.1266,66.7268,0.9]},"id":"ak11189067"}, -{"type":"Feature","properties":{"mag":1.62,"place":"9km S of Idyllwild, California","time":1394941970220,"updated":1395168746210,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476593","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476593.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"ci","code":"15476593","ids":",ci15476593,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":48,"dmin":0.05097,"rms":0.12,"gap":35,"magType":"ml","type":"earthquake","title":"M 1.6 - 9km S of Idyllwild, California"},"geometry":{"type":"Point","coordinates":[-116.7313333,33.6516667,16.55]},"id":"ci15476593"}, -{"type":"Feature","properties":{"mag":4,"place":"78km W of Bayview, California","time":1394941569700,"updated":1395042304550,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186031","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186031.geojsonp","felt":10,"cdi":2.7,"mmi":2.67,"alert":"green","status":"REVIEWED","tsunami":null,"sig":249,"net":"nc","code":"72186031","ids":",nc72186031,usc000nd4t,","sources":",nc,us,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":0.646787,"rms":0.17,"gap":255.6,"magType":"Mw","type":"earthquake","title":"M 4.0 - 78km W of Bayview, California"},"geometry":{"type":"Point","coordinates":[-125.0218,40.8585,24.4]},"id":"nc72186031"}, -{"type":"Feature","properties":{"mag":1.4,"place":"83km WSW of Cantwell, Alaska","time":1394941278000,"updated":1394949297888,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189059","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189059.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11189059","ids":",ak11189059,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 83km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.5592,63.1927,117.2]},"id":"ak11189059"}, -{"type":"Feature","properties":{"mag":1.69,"place":"1km S of Vincent, California","time":1394940954240,"updated":1395168255460,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476585","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476585.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ci","code":"15476585","ids":",ci15476585,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":43,"dmin":0.08251,"rms":0.18,"gap":37,"magType":"ml","type":"earthquake","title":"M 1.7 - 1km S of Vincent, California"},"geometry":{"type":"Point","coordinates":[-118.115,34.4846667,13.04]},"id":"ci15476585"}, -{"type":"Feature","properties":{"mag":2.5,"place":"1km S of Guthrie, Oklahoma","time":1394939858430,"updated":1395004840557,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd4e","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd4e.geojsonp","felt":2,"cdi":2.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":97,"net":"us","code":"c000nd4e","ids":",usc000nd4e,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.07,"rms":1.13,"gap":73,"magType":"mb_lg","type":"earthquake","title":"M 2.5 - 1km S of Guthrie, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.4222,35.8616,2.77]},"id":"usc000nd4e"}, -{"type":"Feature","properties":{"mag":2.1,"place":"44km N of Circle, ","time":1394937258000,"updated":1394937784640,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189035","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189035.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11189035","ids":",ak11189035,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 44km N of Circle, "},"geometry":{"type":"Point","coordinates":[-143.9299,66.2249,0.1]},"id":"ak11189035"}, -{"type":"Feature","properties":{"mag":1.5,"place":"56km NW of Cape Yakataga, Alaska","time":1394937080000,"updated":1394937783719,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189032","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189032.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11189032","ids":",ak11189032,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.24,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 56km NW of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-143.0955,60.4534,9.3]},"id":"ak11189032"}, -{"type":"Feature","properties":{"mag":1.7,"place":"51km NE of Chitina, Alaska","time":1394936722000,"updated":1394937182004,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189024","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189024.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11189024","ids":",ak11189024,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 51km NE of Chitina, Alaska"},"geometry":{"type":"Point","coordinates":[-143.7167,61.8257,7.2]},"id":"ak11189024"}, -{"type":"Feature","properties":{"mag":4,"place":"59km SE of Akutan, Alaska","time":1394936689930,"updated":1394948053946,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd3l","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd3l.geojsonp","felt":1,"cdi":2.2,"mmi":2.44,"alert":null,"status":"reviewed","tsunami":null,"sig":246,"net":"us","code":"c000nd3l","ids":",usc000nd3l,ak11189021,","sources":",us,ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.532,"rms":0.51,"gap":183,"magType":"mb","type":"earthquake","title":"M 4.0 - 59km SE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-165.1528,53.7498,56.81]},"id":"usc000nd3l"}, -{"type":"Feature","properties":{"mag":1.8,"place":"47km NNE of Old Faithful Geyser, Wyoming","time":1394936499200,"updated":1395178996917,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059647","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059647.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uu","code":"60059647","ids":",uu60059647,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.11678099,"rms":0.14,"gap":122.4,"magType":"Ml","type":"earthquake","title":"M 1.8 - 47km NNE of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.5333,44.8318,7.1]},"id":"uu60059647"}, -{"type":"Feature","properties":{"mag":1.2,"place":"53km NE of Sutton-Alpine, Alaska","time":1394936358000,"updated":1394937181064,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11189019","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11189019.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11189019","ids":",ak11189019,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 53km NE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.1083,62.1282,32.7]},"id":"ak11189019"}, -{"type":"Feature","properties":{"mag":1.9,"place":"4km WNW of The Geysers, California","time":1394936190100,"updated":1395193810369,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72186006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72186006.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72186006","ids":",nc72186006,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":36,"magType":"Md","type":"earthquake","title":"M 1.9 - 4km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.808,38.7925,3.5]},"id":"nc72186006"}, -{"type":"Feature","properties":{"mag":1.2,"place":"109km NW of Talkeetna, Alaska","time":1394931699000,"updated":1394932083255,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188995","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188995.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11188995","ids":",ak11188995,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.03,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 109km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5442,63.0525,14.1]},"id":"ak11188995"}, -{"type":"Feature","properties":{"mag":5,"place":"133km NNE of Dili, East Timor","time":1394931615040,"updated":1394960568435,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd2z","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd2z.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nd2z","ids":",usc000nd2z,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.894,"rms":1.04,"gap":40,"magType":"mb","type":"earthquake","title":"M 5.0 - 133km NNE of Dili, East Timor"},"geometry":{"type":"Point","coordinates":[126.0522,-7.446,433.91]},"id":"usc000nd2z"}, -{"type":"Feature","properties":{"mag":1.1,"place":"9km ENE of West Yellowstone, Montana","time":1394930260600,"updated":1395178931880,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059637","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059637.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"uu","code":"60059637","ids":",uu60059637,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.02694946,"rms":0.15,"gap":68.4,"magType":"Ml","type":"earthquake","title":"M 1.1 - 9km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.9862,44.6937,6.3]},"id":"uu60059637"}, -{"type":"Feature","properties":{"mag":1.4,"place":"1km NW of San Bernardino, California","time":1394930023240,"updated":1395167581750,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15476561","ids":",ci15476561,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":57,"dmin":0.01574,"rms":0.17,"gap":43,"magType":"ml","type":"earthquake","title":"M 1.4 - 1km NW of San Bernardino, California"},"geometry":{"type":"Point","coordinates":[-117.2985,34.1143333,8.28]},"id":"ci15476561"}, -{"type":"Feature","properties":{"mag":1.04,"place":"5km WNW of The Geysers, California","time":1394929550990,"updated":1394932442371,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185951","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185951.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":17,"net":"nc","code":"72185951","ids":",nc72185951,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.014,"rms":0.02,"gap":117,"magType":"md","type":"earthquake","title":"M 1.0 - 5km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8111649,38.8008347,3.36]},"id":"nc72185951"}, -{"type":"Feature","properties":{"mag":2.1,"place":"28km ENE of West Yellowstone, Montana","time":1394929400800,"updated":1395178866859,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059627","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059627.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"uu","code":"60059627","ids":",uu60059627,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.11,"gap":86.4,"magType":"Ml","type":"earthquake","title":"M 2.1 - 28km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7693,44.7503,9]},"id":"uu60059627"}, -{"type":"Feature","properties":{"mag":4.7,"place":"258km E of Vostok, Russia","time":1394928500280,"updated":1394957456899,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd1k","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd1k.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nd1k","ids":",usc000nd1k,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.748,"rms":1.29,"gap":129,"magType":"mb","type":"earthquake","title":"M 4.7 - 258km E of Vostok, Russia"},"geometry":{"type":"Point","coordinates":[152.3497,48.4711,141.45]},"id":"usc000nd1k"}, -{"type":"Feature","properties":{"mag":3,"place":"79km WNW of Ferndale, California","time":1394928267300,"updated":1395117304030,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185946","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185946.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"nc","code":"72185946","ids":",nc72185946,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.70068592,"rms":0.17,"gap":255.6,"magType":"Ml","type":"earthquake","title":"M 3.0 - 79km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.1607,40.7838,23.5]},"id":"nc72185946"}, -{"type":"Feature","properties":{"mag":6.3,"place":"6km W of Sechura, Peru","time":1394927490610,"updated":1395165138000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd0c","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd0c.geojsonp","felt":22,"cdi":7.2,"mmi":7.02,"alert":"yellow","status":"reviewed","tsunami":null,"sig":626,"net":"us","code":"c000nd0c","ids":",usc000nd0c,gcmt20140315235130,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":6.253,"rms":1,"gap":90,"magType":"mwp","type":"earthquake","title":"M 6.3 - 6km W of Sechura, Peru"},"geometry":{"type":"Point","coordinates":[-80.879,-5.566,9.8]},"id":"usc000nd0c"}, -{"type":"Feature","properties":{"mag":1.5,"place":"21km W of Volcano, Hawaii","time":1394927301500,"updated":1395191743090,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656746","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656746.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"hv","code":"60656746","ids":",hv60656746,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.13,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 21km W of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.4378,19.4653,7.9]},"id":"hv60656746"}, -{"type":"Feature","properties":{"mag":2.2,"place":"2km SW of Navy Yard City, Washington","time":1394927144900,"updated":1395095395457,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719606","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719606.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":75,"net":"uw","code":"60719606","ids":",uw60719606,","sources":",uw,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.18,"gap":54,"magType":"Ml","type":"earthquake","title":"M 2.2 - 2km SW of Navy Yard City, Washington"},"geometry":{"type":"Point","coordinates":[-122.686,47.5405,22.5]},"id":"uw60719606"}, -{"type":"Feature","properties":{"mag":1.8,"place":"93km W of Cantwell, Alaska","time":1394926334000,"updated":1394927170196,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188867","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188867.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11188867","ids":",ak11188867,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 93km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8095,63.4831,11.4]},"id":"ak11188867"}, -{"type":"Feature","properties":{"mag":1.4,"place":"61km SW of Deltana, Alaska","time":1394926188000,"updated":1394926588392,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188866","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188866.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11188866","ids":",ak11188866,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 61km SW of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1082,63.4893,4.3]},"id":"ak11188866"}, -{"type":"Feature","properties":{"mag":2.8,"place":"3km NNE of Hydesville, California","time":1394926023900,"updated":1395046622322,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185936","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185936.geojsonp","felt":20,"cdi":2.7,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":126,"net":"nc","code":"72185936","ids":",nc72185936,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.16169675,"rms":0.1,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 2.8 - 3km NNE of Hydesville, California"},"geometry":{"type":"Point","coordinates":[-124.0863,40.5812,18.4]},"id":"nc72185936"}, -{"type":"Feature","properties":{"mag":4.3,"place":"31km WSW of La Libertad, El Salvador","time":1394925969790,"updated":1394954916598,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nczj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nczj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nczj","ids":",usc000nczj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.464,"rms":1.47,"gap":114,"magType":"mb","type":"earthquake","title":"M 4.3 - 31km WSW of La Libertad, El Salvador"},"geometry":{"type":"Point","coordinates":[-89.5955,13.3839,68.93]},"id":"usc000nczj"}, -{"type":"Feature","properties":{"mag":1,"place":"67km ESE of Cantwell, Alaska","time":1394925879000,"updated":1394926587468,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188865.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"ak","code":"11188865","ids":",ak11188865,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.21,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 67km ESE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.775,63.0953,7.2]},"id":"ak11188865"}, -{"type":"Feature","properties":{"mag":4.8,"place":"Mid-Indian Ridge","time":1394925730670,"updated":1394954684964,"tz":240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncz8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncz8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000ncz8","ids":",usc000ncz8,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":12.055,"rms":0.84,"gap":58,"magType":"mb","type":"earthquake","title":"M 4.8 - Mid-Indian Ridge"},"geometry":{"type":"Point","coordinates":[66.1115,-14.2224,10]},"id":"usc000ncz8"}, -{"type":"Feature","properties":{"mag":1.4,"place":"45km ENE of Y, Alaska","time":1394925185000,"updated":1394926299547,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188862","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188862.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11188862","ids":",ak11188862,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.12,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 45km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0954,62.362,16.2]},"id":"ak11188862"}, -{"type":"Feature","properties":{"mag":1.51,"place":"2km E of San Antonio Heights, California","time":1394924456160,"updated":1395166909310,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476537","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476537.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ci","code":"15476537","ids":",ci15476537,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":45,"dmin":0.03186,"rms":0.12,"gap":55,"magType":"ml","type":"earthquake","title":"M 1.5 - 2km E of San Antonio Heights, California"},"geometry":{"type":"Point","coordinates":[-117.6295,34.1518333,12.41]},"id":"ci15476537"}, -{"type":"Feature","properties":{"mag":4.7,"place":"42km SSE of Antofagasta, Chile","time":1394924130820,"updated":1394931791307,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncy2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncy2.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ncy2","ids":",usc000ncy2,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.571,"rms":0.95,"gap":135,"magType":"mb","type":"earthquake","title":"M 4.7 - 42km SSE of Antofagasta, Chile"},"geometry":{"type":"Point","coordinates":[-70.1812,-23.9731,52.82]},"id":"usc000ncy2"}, -{"type":"Feature","properties":{"mag":3.1,"place":"86km SW of Atka, Alaska","time":1394921608000,"updated":1394950562233,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188760","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188760.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11188760","ids":",ak11188760,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 86km SW of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-175.1503,51.6866,20]},"id":"ak11188760"}, -{"type":"Feature","properties":{"mag":1.4,"place":"6km S of Big Lake, Alaska","time":1394921373000,"updated":1394926012975,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188757","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188757.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11188757","ids":",ak11188757,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 6km S of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-149.944,61.4652,19.3]},"id":"ak11188757"}, -{"type":"Feature","properties":{"mag":1.1,"place":"8km NW of The Geysers, California","time":1394919909500,"updated":1394922726251,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185896","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185896.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72185896","ids":",nc72185896,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8358,38.8243,0.6]},"id":"nc72185896"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km S of Princeton, Canada","time":1394918605000,"updated":1395094444041,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60719561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60719561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"uw","code":"60719561","ids":",uw60719561,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.58390493,"rms":0.24,"gap":205.2,"magType":"Md","type":"quarry","title":"M 1.5 Quarry Blast - 7km S of Princeton, Canada"},"geometry":{"type":"Point","coordinates":[-120.5043,49.3942,0]},"id":"uw60719561"}, -{"type":"Feature","properties":{"mag":2.3,"place":"6km WNW of Cobb, California","time":1394917618400,"updated":1395126611306,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185861.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"nc","code":"72185861","ids":",nc72185861,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.3 - 6km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7993,38.837,2]},"id":"nc72185861"}, -{"type":"Feature","properties":{"mag":2.63,"place":"20km W of Delta, Mexico","time":1394917448530,"updated":1395079246071,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476513","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476513.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":106,"net":"ci","code":"15476513","ids":",ci15476513,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.122,"rms":0.2,"gap":186,"magType":"ml","type":"earthquake","title":"M 2.6 - 20km W of Delta, Mexico"},"geometry":{"type":"Point","coordinates":[-115.4128333,32.3383333,9.03]},"id":"ci15476513"}, -{"type":"Feature","properties":{"mag":1.7,"place":"89km NNW of Nikiski, Alaska","time":1394917028000,"updated":1394917935677,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188664","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188664.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11188664","ids":",ak11188664,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.93,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 89km NNW of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7117,61.469,79.6]},"id":"ak11188664"}, -{"type":"Feature","properties":{"mag":2.12,"place":"3km N of Hollister, California","time":1394917012720,"updated":1395117304032,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185856","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185856.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":69,"net":"nc","code":"72185856","ids":",nc72185856,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":70,"dmin":0.007006,"rms":0.07,"gap":31,"magType":"md","type":"earthquake","title":"M 2.1 - 3km N of Hollister, California"},"geometry":{"type":"Point","coordinates":[-121.3986667,36.8861667,9.5]},"id":"nc72185856"}, -{"type":"Feature","properties":{"mag":3.5,"place":"79km NNW of Chirikof Island, Alaska","time":1394916705000,"updated":1394945656221,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188655","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188655.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":188,"net":"ak","code":"11188655","ids":",ak11188655,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.5 - 79km NNW of Chirikof Island, Alaska"},"geometry":{"type":"Point","coordinates":[-156.0445,56.4999,69.9]},"id":"ak11188655"}, -{"type":"Feature","properties":{"mag":4.5,"place":"92km SW of Atka, Alaska","time":1394916306000,"updated":1394923753362,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188650","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188650.geojsonp","felt":1,"cdi":2,"mmi":2.86,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"ak","code":"11188650","ids":",ak11188650,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,shakemap,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 4.5 - 92km SW of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-175.1276,51.5958,26]},"id":"ak11188650"}, -{"type":"Feature","properties":{"mag":1.2,"place":"19km SSE of Honaunau-Napoopoo, Hawaii","time":1394916268800,"updated":1395187780863,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"hv","code":"60656576","ids":",hv60656576,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.14,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.2 - 19km SSE of Honaunau-Napoopoo, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.8055,19.2907,15.9]},"id":"hv60656576"}, -{"type":"Feature","properties":{"mag":4.7,"place":"122km NW of Iquique, Chile","time":1394914464990,"updated":1394943411438,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncsg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncsg.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ncsg","ids":",usc000ncsg,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.277,"rms":1.15,"gap":96,"magType":"mwr","type":"earthquake","title":"M 4.7 - 122km NW of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-70.9658,-19.4336,9.63]},"id":"usc000ncsg"}, -{"type":"Feature","properties":{"mag":4.9,"place":"69km SSE of Taitung City, Taiwan","time":1394913875460,"updated":1394942831340,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncrv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncrv.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000ncrv","ids":",usc000ncrv,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.705,"rms":1.21,"gap":94,"magType":"mwr","type":"earthquake","title":"M 4.9 - 69km SSE of Taitung City, Taiwan"},"geometry":{"type":"Point","coordinates":[121.4229,22.1842,13.18]},"id":"usc000ncrv"}, -{"type":"Feature","properties":{"mag":2.9,"place":"49km S of Estacion Coahuila, Mexico","time":1394913790300,"updated":1395180422590,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476505","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476505.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ci","code":"15476505","ids":",ci15476505,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":4,"dmin":0.7091,"rms":0.51,"gap":187,"magType":"ml","type":"earthquake","title":"M 2.9 - 49km S of Estacion Coahuila, Mexico"},"geometry":{"type":"Point","coordinates":[-115.0265,31.749,1.22]},"id":"ci15476505"}, -{"type":"Feature","properties":{"mag":2.7,"place":"73km N of Isabela, Puerto Rico","time":1394913101100,"updated":1394942061209,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074010","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074010.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14074010","ids":",pr14074010,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.70607581,"rms":0.37,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 2.7 - 73km N of Isabela, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9162,19.1537,12]},"id":"pr14074010"}, -{"type":"Feature","properties":{"mag":1,"place":"10km WNW of The Geysers, California","time":1394911641400,"updated":1394913123737,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185831","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185831.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185831","ids":",nc72185831,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.02,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8558,38.8238,3]},"id":"nc72185831"}, -{"type":"Feature","properties":{"mag":3,"place":"20km SSE of Medford, Oklahoma","time":1394911625160,"updated":1394949265000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nd3w","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nd3w.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":138,"net":"us","code":"c000nd3w","ids":",usc000nd3w,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.0 - 20km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.669,36.632,5]},"id":"usc000nd3w"}, -{"type":"Feature","properties":{"mag":1.9,"place":"12km W of Humboldt Hill, California","time":1394911457500,"updated":1395186245843,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185826","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185826.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185826","ids":",nc72185826,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.24254513,"rms":0.14,"gap":230.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 12km W of Humboldt Hill, California"},"geometry":{"type":"Point","coordinates":[-124.3378,40.7458,13.4]},"id":"nc72185826"}, -{"type":"Feature","properties":{"mag":2.4,"place":"31km NE of New Allakaket, Alaska","time":1394911435000,"updated":1394940387060,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188559","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188559.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":89,"net":"ak","code":"11188559","ids":",ak11188559,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.88,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 31km NE of New Allakaket, Alaska"},"geometry":{"type":"Point","coordinates":[-152.1264,66.7362,1.6]},"id":"ak11188559"}, -{"type":"Feature","properties":{"mag":3.2,"place":"21km E of Amatignak Island, Alaska","time":1394911178000,"updated":1394940123991,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188557","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188557.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11188557","ids":",ak11188557,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 21km E of Amatignak Island, Alaska"},"geometry":{"type":"Point","coordinates":[-178.799,51.2806,28.3]},"id":"ak11188557"}, -{"type":"Feature","properties":{"mag":2.9,"place":"19km SSE of Medford, Oklahoma","time":1394910901430,"updated":1394948278379,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncvg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncvg.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"us","code":"c000ncvg","ids":",usc000ncvg,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.74,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 19km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.679,36.636,6.7]},"id":"usc000ncvg"}, -{"type":"Feature","properties":{"mag":2.8,"place":"19km SSE of Medford, Oklahoma","time":1394910733200,"updated":1394947612000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncv8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncv8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"us","code":"c000ncv8","ids":",usc000ncv8,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.81,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 19km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.669,36.637,4.8]},"id":"usc000ncv8"}, -{"type":"Feature","properties":{"mag":2.5,"place":"65km SSE of Tanaga Volcano, Alaska","time":1394910351000,"updated":1394939300278,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188543","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188543.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11188543","ids":",ak11188543,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 65km SSE of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-177.78,51.3391,21.8]},"id":"ak11188543"}, -{"type":"Feature","properties":{"mag":1.94,"place":"4km SE of Loma Linda, California","time":1394909643790,"updated":1395178898710,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476497","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476497.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":58,"net":"ci","code":"15476497","ids":",ci15476497,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":45,"dmin":0.08952,"rms":0.21,"gap":39,"magType":"ml","type":"earthquake","title":"M 1.9 - 4km SE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.2333333,34.018,19.27]},"id":"ci15476497"}, -{"type":"Feature","properties":{"mag":2.9,"place":"20km SSE of Medford, Oklahoma","time":1394909318860,"updated":1395154936000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncmx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncmx.geojsonp","felt":2,"cdi":3.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":130,"net":"us","code":"c000ncmx","ids":",usc000ncmx,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.94,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 20km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.669,36.631,5]},"id":"usc000ncmx"}, -{"type":"Feature","properties":{"mag":1.94,"place":"12km N of Castaic, California","time":1394908925670,"updated":1395177363521,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476489","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476489.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":58,"net":"ci","code":"15476489","ids":",ci15476489,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":36,"dmin":0.0689,"rms":0.21,"gap":34,"magType":"ml","type":"earthquake","title":"M 1.9 - 12km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6423333,34.5981667,9.54]},"id":"ci15476489"}, -{"type":"Feature","properties":{"mag":2.04,"place":"45km NE of Ensenada, Mexico","time":1394905746040,"updated":1395176578429,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476473","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476473.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":64,"net":"ci","code":"15476473","ids":",ci15476473,","sources":",ci,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.3118,"rms":0.16,"gap":173,"magType":"ml","type":"earthquake","title":"M 2.0 - 45km NE of Ensenada, Mexico"},"geometry":{"type":"Point","coordinates":[-116.3226667,32.1953333,20.63]},"id":"ci15476473"}, -{"type":"Feature","properties":{"mag":1.2,"place":"28km ENE of Soledad, California","time":1394904564300,"updated":1394913123738,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185761","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185761.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72185761","ids":",nc72185761,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.06,"gap":147.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 28km ENE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.0575,36.5658,9.5]},"id":"nc72185761"}, -{"type":"Feature","properties":{"mag":1.13,"place":"8km S of Idyllwild-Pine Cove, California","time":1394903580380,"updated":1395173923062,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476465","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476465.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476465","ids":",ci15476465,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.04178,"rms":0.06,"gap":93,"magType":"ml","type":"earthquake","title":"M 1.1 - 8km S of Idyllwild-Pine Cove, California"},"geometry":{"type":"Point","coordinates":[-116.7238333,33.6668333,16.54]},"id":"ci15476465"}, -{"type":"Feature","properties":{"mag":2.8,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394903408600,"updated":1395154080000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14074009","ids":",pr14074009,usc000nckn,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":9,"dmin":0.62522744,"rms":0.1,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.8 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4645,19.1035,23]},"id":"pr14074009"}, -{"type":"Feature","properties":{"mag":1.1,"place":"6km NW of The Geysers, California","time":1394903330500,"updated":1394905024010,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185756","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185756.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72185756","ids":",nc72185756,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.816,38.8153,2.9]},"id":"nc72185756"}, -{"type":"Feature","properties":{"mag":2,"place":"10km SSW of Volcano, Hawaii","time":1394903155600,"updated":1394903354590,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656471","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656471.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":62,"net":"hv","code":"60656471","ids":",hv60656471,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.19,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 10km SSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.26,19.3368,35.5]},"id":"hv60656471"}, -{"type":"Feature","properties":{"mag":1.36,"place":"18km N of Golden Hills, California","time":1394902395150,"updated":1395173312987,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476457","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476457.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15476457","ids":",ci15476457,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.0644,"rms":0.04,"gap":109,"magType":"ml","type":"earthquake","title":"M 1.4 - 18km N of Golden Hills, California"},"geometry":{"type":"Point","coordinates":[-118.497,35.3075,7.1]},"id":"ci15476457"}, -{"type":"Feature","properties":{"mag":1.1,"place":"39km WNW of Anchor Point, Alaska","time":1394901668000,"updated":1394902006722,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188373","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188373.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11188373","ids":",ak11188373,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 39km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.429,59.9581,43.8]},"id":"ak11188373"}, -{"type":"Feature","properties":{"mag":1.16,"place":"12km N of Castaic, California","time":1394901357200,"updated":1395173197953,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476449","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476449.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15476449","ids":",ci15476449,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":13,"dmin":0.07004,"rms":0.14,"gap":151,"magType":"ml","type":"earthquake","title":"M 1.2 - 12km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6401667,34.601,7.65]},"id":"ci15476449"}, -{"type":"Feature","properties":{"mag":1.7,"place":"6km E of Hidden Valley Lake, California","time":1394900610900,"updated":1394909943038,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185731","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185731.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":44,"net":"nc","code":"72185731","ids":",nc72185731,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.07,"gap":162,"magType":"Md","type":"earthquake","title":"M 1.7 - 6km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.479,38.8023,8.5]},"id":"nc72185731"}, -{"type":"Feature","properties":{"mag":1.37,"place":"11km NNW of Castaic, California","time":1394900184840,"updated":1395173007910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476441","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476441.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":29,"net":"ci","code":"15476441","ids":",ci15476441,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.06314,"rms":0.06,"gap":173,"magType":"ml","type":"earthquake","title":"M 1.4 - 11km NNW of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6528333,34.5901667,10.77]},"id":"ci15476441"}, -{"type":"Feature","properties":{"mag":1.7,"place":"112km NE of Cape Yakataga, Alaska","time":1394900149000,"updated":1394900687525,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188302","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188302.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11188302","ids":",ak11188302,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 112km NE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.7808,60.6578,19]},"id":"ak11188302"}, -{"type":"Feature","properties":{"mag":1.9,"place":"61km N of Nikiski, Alaska","time":1394898113000,"updated":1394898742113,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188295","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188295.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11188295","ids":",ak11188295,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 61km N of Nikiski, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1407,61.2401,71.5]},"id":"ak11188295"}, -{"type":"Feature","properties":{"mag":1.6,"place":"30km NE of Delta Junction, Alaska","time":1394897653000,"updated":1394898410730,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188238","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188238.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11188238","ids":",ak11188238,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.94,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 30km NE of Delta Junction, Alaska"},"geometry":{"type":"Point","coordinates":[-145.3409,64.2518,0.9]},"id":"ak11188238"}, -{"type":"Feature","properties":{"mag":1.71,"place":"12km N of Castaic, California","time":1394897363840,"updated":1395172827782,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476433","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476433.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":45,"net":"ci","code":"15476433","ids":",ci15476433,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.07191,"rms":0.14,"gap":61,"magType":"ml","type":"earthquake","title":"M 1.7 - 12km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6375,34.6026667,8.8]},"id":"ci15476433"}, -{"type":"Feature","properties":{"mag":1.58,"place":"11km N of Castaic, California","time":1394897155070,"updated":1395172402719,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476425","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476425.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":38,"net":"ci","code":"15476425","ids":",ci15476425,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.0656,"rms":0.12,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.648,34.5938333,9.95]},"id":"ci15476425"}, -{"type":"Feature","properties":{"mag":1.8,"place":"13km WSW of Anchor Point, Alaska","time":1394896605000,"updated":1394897018685,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188231","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188231.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11188231","ids":",ak11188231,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 13km WSW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.0582,59.7362,19.6]},"id":"ak11188231"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km NNW of The Geysers, California","time":1394896538400,"updated":1394906707144,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185711","ids":",nc72185711,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.6 - 1km NNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7623,38.7873,1.3]},"id":"nc72185711"}, -{"type":"Feature","properties":{"mag":3.92,"place":"13km N of Castaic, California","time":1394896339860,"updated":1395124616252,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476409","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476409.geojsonp","felt":92,"cdi":3.7,"mmi":4.98,"alert":null,"status":"reviewed","tsunami":null,"sig":270,"net":"ci","code":"15476409","ids":",ci15476409,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":125,"dmin":0.07616,"rms":0.36,"gap":15,"magType":"ml","type":"earthquake","title":"M 3.9 - 13km N of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.6311667,34.6138333,8.96]},"id":"ci15476409"}, -{"type":"Feature","properties":{"mag":1.7,"place":"40km WSW of Cohoe, Alaska","time":1394896135000,"updated":1394903060128,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188225","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188225.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11188225","ids":",ak11188225,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 40km WSW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.9619,60.2054,68]},"id":"ak11188225"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km N of The Geysers, California","time":1394895909600,"updated":1394904072277,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185691","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185691.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185691","ids":",nc72185691,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.6 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7573,38.7937,1.6]},"id":"nc72185691"}, -{"type":"Feature","properties":{"mag":1.6,"place":"110km NW of Talkeetna, Alaska","time":1394895395000,"updated":1394896685700,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188216.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11188216","ids":",ak11188216,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.65,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 110km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4686,63.0994,6.9]},"id":"ak11188216"}, -{"type":"Feature","properties":{"mag":1.8,"place":"32km SSW of Ferndale, California","time":1394895134300,"updated":1395197476261,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72185721","ids":",nc72185721,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.09881468,"rms":0.09,"gap":244.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 32km SSW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.411,40.3013,11.3]},"id":"nc72185721"}, -{"type":"Feature","properties":{"mag":2.1,"place":"60km WNW of Valdez, Alaska","time":1394894965000,"updated":1394896068290,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188212","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188212.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11188212","ids":",ak11188212,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 60km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4096,61.3213,14.1]},"id":"ak11188212"}, -{"type":"Feature","properties":{"mag":5.4,"place":"35km WSW of Santa Cruz, Chile","time":1394894787750,"updated":1395151063000,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nchd","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nchd.geojsonp","felt":35,"cdi":4.6,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":465,"net":"us","code":"c000nchd","ids":",usc000nchd,","sources":",us,","types":",cap,dyfi,general-link,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.323,"rms":1.36,"gap":122,"magType":"mb","type":"earthquake","title":"M 5.4 - 35km WSW of Santa Cruz, Chile"},"geometry":{"type":"Point","coordinates":[-71.7401,-34.7261,44.76]},"id":"usc000nchd"}, -{"type":"Feature","properties":{"mag":4.7,"place":"56km W of Port-aux-Francais, French Southern Territories","time":1394893259380,"updated":1394922215582,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncgx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncgx.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000ncgx","ids":",usc000ncgx,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.508,"rms":0.83,"gap":97,"magType":"mb","type":"earthquake","title":"M 4.7 - 56km W of Port-aux-Francais, French Southern Territories"},"geometry":{"type":"Point","coordinates":[69.4336,-49.3807,10]},"id":"usc000ncgx"}, -{"type":"Feature","properties":{"mag":1.5,"place":"5km N of Knik-Fairview, Alaska","time":1394892885000,"updated":1394893968891,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188155","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188155.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11188155","ids":",ak11188155,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 5km N of Knik-Fairview, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5901,61.5658,31.3]},"id":"ak11188155"}, -{"type":"Feature","properties":{"mag":3.1,"place":"66km NW of San Antonio, Puerto Rico","time":1394892024800,"updated":1394920970097,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074008","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074008.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14074008","ids":",pr14074008,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.51832792,"rms":0.1,"gap":226.8,"magType":"Md","type":"earthquake","title":"M 3.1 - 66km NW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.5615,18.8997,6]},"id":"pr14074008"}, -{"type":"Feature","properties":{"mag":1.7,"place":"1km NE of The Geysers, California","time":1394890534000,"updated":1395194105910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185671","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185671.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"nc","code":"72185671","ids":",nc72185671,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.7 - 1km NE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.738,38.7872,2.2]},"id":"nc72185671"}, -{"type":"Feature","properties":{"mag":3.3,"place":"62km SW of North Nenana, Alaska","time":1394890379000,"updated":1394919333405,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":168,"net":"ak","code":"11188137","ids":",ak11188137,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":1.15,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.3 - 62km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-150.077,64.2045,1.6]},"id":"ak11188137"}, -{"type":"Feature","properties":{"mag":1.86,"place":"3km SE of Loma Linda, California","time":1394890274180,"updated":1395172092688,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476393","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476393.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":53,"net":"ci","code":"15476393","ids":",ci15476393,","sources":",ci,","types":",dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":55,"dmin":0.08592,"rms":0.11,"gap":32,"magType":"ml","type":"earthquake","title":"M 1.9 - 3km SE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.2331667,34.0298333,17.03]},"id":"ci15476393"}, -{"type":"Feature","properties":{"mag":2.7,"place":"67km N of Tierras Nuevas Poniente, Puerto Rico","time":1394889658500,"updated":1394918613552,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14074005","ids":",pr14074005,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":0.58929483,"rms":0.14,"gap":244.8,"magType":"Md","type":"earthquake","title":"M 2.7 - 67km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.466,19.0673,31]},"id":"pr14074005"}, -{"type":"Feature","properties":{"mag":1.17,"place":"19km ESE of Mecca, California","time":1394889255560,"updated":1395170852500,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476385","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476385.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15476385","ids":",ci15476385,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":23,"dmin":0.03953,"rms":0.13,"gap":112,"magType":"ml","type":"earthquake","title":"M 1.2 - 19km ESE of Mecca, California"},"geometry":{"type":"Point","coordinates":[-115.8725,33.5245,4.13]},"id":"ci15476385"}, -{"type":"Feature","properties":{"mag":2.6,"place":"72km N of Tierras Nuevas Poniente, Puerto Rico","time":1394889204000,"updated":1394893039335,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074007.geojsonp","felt":1,"cdi":2.5,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14074007","ids":",pr14074007,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.63870217,"rms":0.12,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.6 - 72km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4462,19.1156,25]},"id":"pr14074007"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km NNW of The Geysers, California","time":1394888954000,"updated":1394899744459,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185656","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185656.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185656","ids":",nc72185656,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 1km NNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7628,38.7898,2.4]},"id":"nc72185656"}, -{"type":"Feature","properties":{"mag":3.9,"place":"37km WNW of Talkeetna, Alaska","time":1394888938000,"updated":1394917898469,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188080","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188080.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":234,"net":"ak","code":"11188080","ids":",ak11188080,usc000ncfd,","sources":",ak,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.9 - 37km WNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.886,62.4446,67.9]},"id":"ak11188080"}, -{"type":"Feature","properties":{"mag":2.5,"place":"68km N of Tierras Nuevas Poniente, Puerto Rico","time":1394888659900,"updated":1394917618747,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14074006","ids":",pr14074006,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.60456619,"rms":0.18,"gap":280.8,"magType":"Md","type":"earthquake","title":"M 2.5 - 68km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.459,19.0814,42]},"id":"pr14074006"}, -{"type":"Feature","properties":{"mag":2.8,"place":"72km W of Anchor Point, Alaska","time":1394888365000,"updated":1394917318998,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188075","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188075.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":121,"net":"ak","code":"11188075","ids":",ak11188075,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 72km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-153.118,59.8218,100]},"id":"ak11188075"}, -{"type":"Feature","properties":{"mag":1.6,"place":"8km NE of Dixon Lane-Meadow Creek, California","time":1394888148500,"updated":1394898066272,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185651","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185651.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185651","ids":",nc72185651,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.06288207,"rms":0.05,"gap":140.4,"magType":"Md","type":"earthquake","title":"M 1.6 - 8km NE of Dixon Lane-Meadow Creek, California"},"geometry":{"type":"Point","coordinates":[-118.3542,37.4483,5.8]},"id":"nc72185651"}, -{"type":"Feature","properties":{"mag":2.7,"place":"59km N of Brenas, Puerto Rico","time":1394887787500,"updated":1394916732729,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14074004","ids":",pr14074004,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":15,"dmin":0.53180265,"rms":0.11,"gap":241.2,"magType":"Md","type":"earthquake","title":"M 2.7 - 59km N of Brenas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4264,19.003,44]},"id":"pr14074004"}, -{"type":"Feature","properties":{"mag":2,"place":"8km W of Fishhook, Alaska","time":1394887642000,"updated":1394888378582,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188072","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188072.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11188072","ids":",ak11188072,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 8km W of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3955,61.7403,33.7]},"id":"ak11188072"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km WSW of Houston, Alaska","time":1394887354000,"updated":1394902372936,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11188071","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11188071.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11188071","ids":",ak11188071,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 6km WSW of Houston, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9265,61.6084,39.4]},"id":"ak11188071"}, -{"type":"Feature","properties":{"mag":2.9,"place":"84km WNW of Ferndale, California","time":1394886680600,"updated":1395122288333,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185641","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185641.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"nc","code":"72185641","ids":",nc72185641,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.73661853,"rms":0.22,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.9 - 84km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.2363,40.751,23.4]},"id":"nc72185641"}, -{"type":"Feature","properties":{"mag":1.4,"place":"12km NNE of Milpitas, California","time":1394886626100,"updated":1394896623592,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185636","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185636.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72185636","ids":",nc72185636,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.04491576,"rms":0.04,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 12km NNE of Milpitas, California"},"geometry":{"type":"Point","coordinates":[-121.8343,37.5215,6.3]},"id":"nc72185636"}, -{"type":"Feature","properties":{"mag":1.34,"place":"12km NNW of Castaic, California","time":1394884856910,"updated":1395170312441,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476369","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476369.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15476369","ids":",ci15476369,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.05835,"rms":0.22,"gap":65,"magType":"ml","type":"earthquake","title":"M 1.3 - 12km NNW of Castaic, California"},"geometry":{"type":"Point","coordinates":[-118.656,34.597,9.8]},"id":"ci15476369"}, -{"type":"Feature","properties":{"mag":1.1,"place":"18km ESE of Anza, California","time":1394882657000,"updated":1395169942393,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476361","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476361.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15476361","ids":",ci15476361,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.0963,"rms":0.07,"gap":96,"magType":"ml","type":"earthquake","title":"M 1.1 - 18km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.487,33.4923333,15.37]},"id":"ci15476361"}, -{"type":"Feature","properties":{"mag":2.6,"place":"69km N of Tierras Nuevas Poniente, Puerto Rico","time":1394882362700,"updated":1394911323767,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14074003","ids":",pr14074003,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.60995608,"rms":0.11,"gap":255.6,"magType":"Md","type":"earthquake","title":"M 2.6 - 69km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4525,19.0862,19]},"id":"pr14074003"}, -{"type":"Feature","properties":{"mag":1.9,"place":"3km NNE of Hydesville, California","time":1394881543300,"updated":1395197528310,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185596","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185596.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185596","ids":",nc72185596,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.16169675,"rms":0.13,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 3km NNE of Hydesville, California"},"geometry":{"type":"Point","coordinates":[-124.0873,40.5815,18.3]},"id":"nc72185596"}, -{"type":"Feature","properties":{"mag":5.6,"place":"12km S of Pematangsiantar, Indonesia","time":1394881126070,"updated":1394910083141,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncdc","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncdc.geojsonp","felt":null,"cdi":null,"mmi":3.91,"alert":"green","status":"reviewed","tsunami":null,"sig":482,"net":"us","code":"c000ncdc","ids":",usc000ncdc,gcmt20140315105846,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.206,"rms":0.82,"gap":30,"magType":"mb","type":"earthquake","title":"M 5.6 - 12km S of Pematangsiantar, Indonesia"},"geometry":{"type":"Point","coordinates":[99.0667,2.844,169.79]},"id":"usc000ncdc"}, -{"type":"Feature","properties":{"mag":5.4,"place":"92km NE of San Isidro, Philippines","time":1394880911720,"updated":1394882161953,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncdb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncdb.geojsonp","felt":1,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":449,"net":"us","code":"c000ncdb","ids":",usc000ncdb,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.645,"rms":0.95,"gap":89,"magType":"mb","type":"earthquake","title":"M 5.4 - 92km NE of San Isidro, Philippines"},"geometry":{"type":"Point","coordinates":[126.7217,10.5578,10]},"id":"usc000ncdb"}, -{"type":"Feature","properties":{"mag":1.8,"place":"6km NW of The Geysers, California","time":1394878877100,"updated":1395112505623,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185561.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72185561","ids":",nc72185561,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.05,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8097,38.8193,2.3]},"id":"nc72185561"}, -{"type":"Feature","properties":{"mag":2.7,"place":"15km ENE of Anthony, Kansas","time":1394878181240,"updated":1394922462104,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nccz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nccz.geojsonp","felt":4,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"us","code":"c000nccz","ids":",usc000nccz,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.707,"rms":0.59,"gap":133,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 15km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8713,37.2073,1.02]},"id":"usc000nccz"}, -{"type":"Feature","properties":{"mag":2.7,"place":"26km SW of Ferron, Utah","time":1394877266900,"updated":1395178771835,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059512","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059512.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"uu","code":"60059512","ids":",uu60059512,","sources":",uu,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.1706799,"rms":0.13,"gap":72,"magType":"Ml","type":"earthquake","title":"M 2.7 - 26km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3832,38.9522,3.1]},"id":"uu60059512"}, -{"type":"Feature","properties":{"mag":1.4,"place":"64km WNW of Healy, Alaska","time":1394876764000,"updated":1394877015096,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187937","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187937.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11187937","ids":",ak11187937,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.02,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 64km WNW of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-150.1167,64.1426,24.4]},"id":"ak11187937"}, -{"type":"Feature","properties":{"mag":2.5,"place":"57km N of Tierras Nuevas Poniente, Puerto Rico","time":1394876585400,"updated":1394905569062,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14074002","ids":",pr14074002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.50485319,"rms":0.17,"gap":248.4,"magType":"Md","type":"earthquake","title":"M 2.5 - 57km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4626,18.9804,46]},"id":"pr14074002"}, -{"type":"Feature","properties":{"mag":5.3,"place":"198km W of Bengkulu, Indonesia","time":1394876247560,"updated":1394905198418,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncc8","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncc8.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000ncc8","ids":",usc000ncc8,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.492,"rms":1.07,"gap":44,"magType":"mb","type":"earthquake","title":"M 5.3 - 198km W of Bengkulu, Indonesia"},"geometry":{"type":"Point","coordinates":[100.4868,-3.9696,10]},"id":"usc000ncc8"}, -{"type":"Feature","properties":{"mag":1.2,"place":"25km ENE of Pine Valley, California","time":1394875455260,"updated":1395166521971,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476345","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476345.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ci","code":"15476345","ids":",ci15476345,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.02578,"rms":0.2,"gap":87,"magType":"ml","type":"earthquake","title":"M 1.2 - 25km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.279,32.9031667,8.6]},"id":"ci15476345"}, -{"type":"Feature","properties":{"mag":1.22,"place":"23km SW of Seeley, California","time":1394875256850,"updated":1395165971781,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476337","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476337.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15476337","ids":",ci15476337,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.1197,"rms":0.22,"gap":138,"magType":"ml","type":"earthquake","title":"M 1.2 - 23km SW of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.8795,32.6501667,10.59]},"id":"ci15476337"}, -{"type":"Feature","properties":{"mag":1.5,"place":"8km NW of The Geysers, California","time":1394875187300,"updated":1394883424592,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185556","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185556.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72185556","ids":",nc72185556,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.5 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.842,38.8225,2.4]},"id":"nc72185556"}, -{"type":"Feature","properties":{"mag":2.4,"place":"75km N of Tierras Nuevas Poniente, Puerto Rico","time":1394875051900,"updated":1394876858279,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14074001","ids":",pr14074001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.67193983,"rms":0.3,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.4 - 75km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.424,19.145,33]},"id":"pr14074001"}, -{"type":"Feature","properties":{"mag":6.1,"place":"25km S of Paracas, Peru","time":1394873961790,"updated":1394948084387,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000ncbl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000ncbl.geojsonp","felt":20,"cdi":4.1,"mmi":6.56,"alert":"green","status":"reviewed","tsunami":null,"sig":581,"net":"us","code":"c000ncbl","ids":",usc000ncbl,gcmt20140315085920,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":2.159,"rms":1.02,"gap":71,"magType":"mww","type":"earthquake","title":"M 6.1 - 25km S of Paracas, Peru"},"geometry":{"type":"Point","coordinates":[-76.2968,-14.0935,20]},"id":"usc000ncbl"}, -{"type":"Feature","properties":{"mag":1.09,"place":"51km S of Lone Pine, California","time":1394873804700,"updated":1395165711528,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476329","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476329.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15476329","ids":",ci15476329,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.1605,"rms":0.07,"gap":255,"magType":"ml","type":"earthquake","title":"M 1.1 - 51km S of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-118.0508333,36.1418333,4.21]},"id":"ci15476329"}, -{"type":"Feature","properties":{"mag":2.4,"place":"38km WSW of Tanaga Volcano, Alaska","time":1394873328000,"updated":1394901325527,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187900","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187900.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11187900","ids":",ak11187900,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 38km WSW of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-178.6221,51.7113,12.4]},"id":"ak11187900"}, -{"type":"Feature","properties":{"mag":1.95,"place":"52km NE of Kernville, California","time":1394873006730,"updated":1395165601508,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476321.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":59,"net":"ci","code":"15476321","ids":",ci15476321,","sources":",ci,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.1609,"rms":0.1,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0535,36.1135,1.46]},"id":"ci15476321"}, -{"type":"Feature","properties":{"mag":2.8,"place":"60km N of Brenas, Puerto Rico","time":1394872818300,"updated":1394919993382,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074011","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074011.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14074011","ids":",pr14074011,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.5821083,"rms":0.05,"gap":338.4,"magType":"Md","type":"earthquake","title":"M 2.8 - 60km N of Brenas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.278,19.0116,58]},"id":"pr14074011"}, -{"type":"Feature","properties":{"mag":1,"place":"3km W of Cobb, California","time":1394872768000,"updated":1394873646806,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185531","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185531.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185531","ids":",nc72185531,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.766,38.8192,2.4]},"id":"nc72185531"}, -{"type":"Feature","properties":{"mag":1.32,"place":"4km S of Wofford Heights, California","time":1394872295940,"updated":1395164861403,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476305","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476305.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":27,"net":"ci","code":"15476305","ids":",ci15476305,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.009573,"rms":0.14,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.3 - 4km S of Wofford Heights, California"},"geometry":{"type":"Point","coordinates":[-118.4641667,35.668,10.65]},"id":"ci15476305"}, -{"type":"Feature","properties":{"mag":1.8,"place":"27km WSW of Ferron, Utah","time":1394871398200,"updated":1395163580267,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059497","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059497.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uu","code":"60059497","ids":",uu60059497,","sources":",uu,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.18864621,"rms":0.2,"gap":68.4,"magType":"Ml","type":"earthquake","title":"M 1.8 - 27km WSW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.4038,38.9655,5.3]},"id":"uu60059497"}, -{"type":"Feature","properties":{"mag":2.83,"place":"63km WNW of Ferndale, California","time":1394869438150,"updated":1395112505621,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185491","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185491.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":123,"net":"nc","code":"72185491","ids":",nc72185491,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.5474,"rms":0.12,"gap":274,"magType":"md","type":"earthquake","title":"M 2.8 - 63km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.9921667,40.7018333,23.9]},"id":"nc72185491"}, -{"type":"Feature","properties":{"mag":1.5,"place":"40km WSW of Cohoe, Alaska","time":1394868870000,"updated":1394869308547,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187897","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187897.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11187897","ids":",ak11187897,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 40km WSW of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.9442,60.1893,60.8]},"id":"ak11187897"}, -{"type":"Feature","properties":{"mag":1.6,"place":"97km W of Cantwell, Alaska","time":1394866689000,"updated":1394867198783,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187894","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187894.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187894","ids":",ak11187894,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 97km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8959,63.2968,0.3]},"id":"ak11187894"}, -{"type":"Feature","properties":{"mag":1.16,"place":"5km E of Ridgecrest, California","time":1394866387430,"updated":1395095851510,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476289","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476289.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15476289","ids":",ci15476289,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":19,"dmin":0.1279,"rms":0.14,"gap":62,"magType":"ml","type":"earthquake","title":"M 1.2 - 5km E of Ridgecrest, California"},"geometry":{"type":"Point","coordinates":[-117.6121667,35.6241667,11.88]},"id":"ci15476289"}, -{"type":"Feature","properties":{"mag":1,"place":"7km W of Cobb, California","time":1394866371800,"updated":1394868186653,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185466","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185466.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185466","ids":",nc72185466,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 7km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8098,38.8353,2.6]},"id":"nc72185466"}, -{"type":"Feature","properties":{"mag":1.7,"place":"30km WNW of Laytonville, California","time":1394865555800,"updated":1394876947915,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185456","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185456.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":44,"net":"nc","code":"72185456","ids":",nc72185456,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.19762936,"rms":0.01,"gap":169.2,"magType":"Md","type":"earthquake","title":"M 1.7 - 30km WNW of Laytonville, California"},"geometry":{"type":"Point","coordinates":[-123.8063,39.805,2.8]},"id":"nc72185456"}, -{"type":"Feature","properties":{"mag":4.8,"place":"105km ESE of Mohean, India","time":1394865048530,"updated":1394894001381,"tz":360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc9s","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc9s.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nc9s","ids":",usc000nc9s,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.603,"rms":0.84,"gap":64,"magType":"mb","type":"earthquake","title":"M 4.8 - 105km ESE of Mohean, India"},"geometry":{"type":"Point","coordinates":[94.2034,7.6001,32.89]},"id":"usc000nc9s"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km WNW of Lepanto, Arkansas","time":1394864731500,"updated":1395062481259,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm031714a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm031714a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"nm","code":"031714a","ids":",nm031714a,","sources":",nm,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.02694946,"rms":0.18,"gap":75.599993952001,"magType":"md","type":"earthquake","title":"M 1.3 - 6km WNW of Lepanto, Arkansas"},"geometry":{"type":"Point","coordinates":[-90.3928,35.6334,13.3]},"id":"nm031714a"}, -{"type":"Feature","properties":{"mag":1.9,"place":"68km NNW of Valdez, Alaska","time":1394864658000,"updated":1394865977155,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187869","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187869.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11187869","ids":",ak11187869,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 68km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6234,61.7272,19.3]},"id":"ak11187869"}, -{"type":"Feature","properties":{"mag":1.5,"place":"4km ESE of The Geysers, California","time":1394864621000,"updated":1394875209762,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185451","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185451.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72185451","ids":",nc72185451,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.09,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.5 - 4km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7078,38.7568,0]},"id":"nc72185451"}, -{"type":"Feature","properties":{"mag":1.9,"place":"71km NW of Talkeetna, Alaska","time":1394864145000,"updated":1394865424742,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187866","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187866.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11187866","ids":",ak11187866,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 71km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0178,62.8062,100]},"id":"ak11187866"}, -{"type":"Feature","properties":{"mag":1.6,"place":"61km S of Deltana, Alaska","time":1394863775000,"updated":1394864186376,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187865.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187865","ids":",ak11187865,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 61km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2103,63.3178,0]},"id":"ak11187865"}, -{"type":"Feature","properties":{"mag":4.8,"place":"24km WNW of Subtanjalla, Peru","time":1394863548420,"updated":1394892498078,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc9c","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc9c.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nc9c","ids":",usc000nc9c,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.124,"rms":1.17,"gap":118,"magType":"mb","type":"earthquake","title":"M 4.8 - 24km WNW of Subtanjalla, Peru"},"geometry":{"type":"Point","coordinates":[-75.9753,-13.9483,41.81]},"id":"usc000nc9c"}, -{"type":"Feature","properties":{"mag":4.5,"place":"24km ENE of Ano Mera, Greece","time":1394861376310,"updated":1394890328486,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc8s","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc8s.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nc8s","ids":",usc000nc8s,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.139,"rms":1.03,"gap":47,"magType":"mb","type":"earthquake","title":"M 4.5 - 24km ENE of Ano Mera, Greece"},"geometry":{"type":"Point","coordinates":[25.67,37.4998,18.44]},"id":"usc000nc8s"}, -{"type":"Feature","properties":{"mag":1.68,"place":"50km N of Inyokern, California","time":1394861369410,"updated":1395092058650,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":43,"net":"ci","code":"15476249","ids":",ci15476249,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.01764,"rms":0.11,"gap":83,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8453333,36.1018333,3.4]},"id":"ci15476249"}, -{"type":"Feature","properties":{"mag":1.5,"place":"30km WNW of Laytonville, California","time":1394861035100,"updated":1394870766462,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185416","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185416.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72185416","ids":",nc72185416,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.19762936,"rms":0.12,"gap":158.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 30km WNW of Laytonville, California"},"geometry":{"type":"Point","coordinates":[-123.8058,39.8093,4.4]},"id":"nc72185416"}, -{"type":"Feature","properties":{"mag":1.26,"place":"28km E of Pine Valley, California","time":1394860491680,"updated":1395091482780,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476241","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476241.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15476241","ids":",ci15476241,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.06038,"rms":0.15,"gap":101,"magType":"ml","type":"earthquake","title":"M 1.3 - 28km E of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2285,32.8586667,3.73]},"id":"ci15476241"}, -{"type":"Feature","properties":{"mag":1.9,"place":"8km NE of Honaunau-Napoopoo, Hawaii","time":1394858147600,"updated":1394858331000,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656261","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656261.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"hv","code":"60656261","ids":",hv60656261,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.08983153,"rms":0.26,"gap":64.799994816,"magType":"md","type":"earthquake","title":"M 1.9 - 8km NE of Honaunau-Napoopoo, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.8012,19.5057,11.1]},"id":"hv60656261"}, -{"type":"Feature","properties":{"mag":1.1,"place":"99km W of Cantwell, Alaska","time":1394856171000,"updated":1394856679366,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187840","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187840.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11187840","ids":",ak11187840,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 99km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9301,63.5002,14.3]},"id":"ak11187840"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km W of Cobb, California","time":1394856093100,"updated":1394857866893,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185391","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185391.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72185391","ids":",nc72185391,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.3 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7957,38.8242,3.2]},"id":"nc72185391"}, -{"type":"Feature","properties":{"mag":1.41,"place":"11km S of Seeley, California","time":1394855596390,"updated":1395090110020,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476225","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476225.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":31,"net":"ci","code":"15476225","ids":",ci15476225,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.3097,"rms":0.13,"gap":202,"magType":"ml","type":"earthquake","title":"M 1.4 - 11km S of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.6893333,32.6853333,2.77]},"id":"ci15476225"}, -{"type":"Feature","properties":{"mag":2.7,"place":"26km SSE of Medford, Oklahoma","time":1394855449020,"updated":1394884407505,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc8a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc8a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"us","code":"c000nc8a","ids":",usc000nc8a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.304,"rms":0.84,"gap":95,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 26km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.6199,36.5903,5]},"id":"usc000nc8a"}, -{"type":"Feature","properties":{"mag":1.6,"place":"2km NNE of Piedmont, California","time":1394855029600,"updated":1394856965299,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185386","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185386.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185386","ids":",nc72185386,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.06,"gap":36,"magType":"Md","type":"earthquake","title":"M 1.6 - 2km NNE of Piedmont, California"},"geometry":{"type":"Point","coordinates":[-122.2237,37.8488,10.4]},"id":"nc72185386"}, -{"type":"Feature","properties":{"mag":1.8,"place":"2km NNE of Piedmont, California","time":1394854974100,"updated":1394856304062,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185381","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185381.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72185381","ids":",nc72185381,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.06,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 2km NNE of Piedmont, California"},"geometry":{"type":"Point","coordinates":[-122.223,37.8495,10.6]},"id":"nc72185381"}, -{"type":"Feature","properties":{"mag":1.12,"place":"52km NE of Kernville, California","time":1394853161290,"updated":1395085820270,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476209.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15476209","ids":",ci15476209,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1629,"rms":0.11,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.1 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.056,36.1181667,0]},"id":"ci15476209"}, -{"type":"Feature","properties":{"mag":1.6,"place":"24km E of Fritz Creek, Alaska","time":1394853122000,"updated":1394853723915,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187824","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187824.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187824","ids":",ak11187824,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":null,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 24km E of Fritz Creek, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8654,59.732,60]},"id":"ak11187824"}, -{"type":"Feature","properties":{"mag":3.7,"place":"96km SW of Atka, Alaska","time":1394853075000,"updated":1394901028533,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187820","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187820.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":211,"net":"ak","code":"11187820","ids":",ak11187820,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.7 - 96km SW of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-175.2394,51.6104,26.6]},"id":"ak11187820"}, -{"type":"Feature","properties":{"mag":5.2,"place":"Owen Fracture Zone region","time":1394852368730,"updated":1394881328916,"tz":240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc7i","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc7i.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000nc7i","ids":",usc000nc7i,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":3.274,"rms":0.99,"gap":49,"magType":"mb","type":"earthquake","title":"M 5.2 - Owen Fracture Zone region"},"geometry":{"type":"Point","coordinates":[57.1215,13.7103,10]},"id":"usc000nc7i"}, -{"type":"Feature","properties":{"mag":2.1,"place":"27km NE of McCloud, California","time":1394850534600,"updated":1395110587052,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185356","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185356.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72185356","ids":",nc72185356,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.06288207,"rms":0.07,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 2.1 - 27km NE of McCloud, California"},"geometry":{"type":"Point","coordinates":[-121.885,41.4082,4.3]},"id":"nc72185356"}, -{"type":"Feature","properties":{"mag":1.3,"place":"4km SW of Redlands, California","time":1394850322200,"updated":1394850483810,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476193","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476193.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"ci","code":"15476193","ids":",ci15476193,","sources":",ci,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.08983153,"rms":0.16,"gap":115.2,"magType":"Ml","type":"earthquake","title":"M 1.3 - 4km SW of Redlands, California"},"geometry":{"type":"Point","coordinates":[-117.2148,34.0267,14.2]},"id":"ci15476193"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km SE of Yosemite Valley, California","time":1394849566900,"updated":1395104165244,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185351","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185351.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72185351","ids":",nc72185351,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.02,"gap":140.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3585,37.6208,15]},"id":"nc72185351"}, -{"type":"Feature","properties":{"mag":4.5,"place":"32km SSW of Cuajinicuilapa, Mexico","time":1394848890970,"updated":1394877842807,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc6y","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc6y.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nc6y","ids":",usc000nc6y,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.371,"rms":0.73,"gap":208,"magType":"mb","type":"earthquake","title":"M 4.5 - 32km SSW of Cuajinicuilapa, Mexico"},"geometry":{"type":"Point","coordinates":[-98.4895,16.1857,9.07]},"id":"usc000nc6y"}, -{"type":"Feature","properties":{"mag":2.9,"place":"44km S of Tanaga Volcano, Alaska","time":1394848635000,"updated":1394900419662,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187804","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187804.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ak","code":"11187804","ids":",ak11187804,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 44km S of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-178.1004,51.4803,11.3]},"id":"ak11187804"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km ESE of Yosemite Valley, California","time":1394848501300,"updated":1395103148358,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185341","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185341.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72185341","ids":",nc72185341,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.05,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.1 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3515,37.6358,16.5]},"id":"nc72185341"}, -{"type":"Feature","properties":{"mag":2.6,"place":"23km ESE of Yosemite Valley, California","time":1394848365600,"updated":1395124928159,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185336","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185336.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"nc","code":"72185336","ids":",nc72185336,nn00441097,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.05,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 2.6 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.357,37.6262,13.8]},"id":"nc72185336"}, -{"type":"Feature","properties":{"mag":1.21,"place":"18km WSW of Smith Valley, Nevada","time":1394848219159,"updated":1394937367000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441096","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441096.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"nn","code":"00441096","ids":",nn00441096,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":11,"dmin":0.194,"rms":0.1605,"gap":191.78,"magType":"ml","type":"earthquake","title":"M 1.2 - 18km WSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5315,38.7102,6.1017]},"id":"nn00441096"}, -{"type":"Feature","properties":{"mag":1.64,"place":"18km WSW of Smith Valley, Nevada","time":1394846570387,"updated":1394937361000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441095","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441095.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":41,"net":"nn","code":"00441095","ids":",nn00441095,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":14,"dmin":0.198,"rms":0.1449,"gap":186.15,"magType":"ml","type":"earthquake","title":"M 1.6 - 18km WSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5276,38.7065,5.9202]},"id":"nn00441095"}, -{"type":"Feature","properties":{"mag":2.5,"place":"8km ENE of Honaunau-Napoopoo, Hawaii","time":1394845925000,"updated":1395183004532,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656216.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"hv","code":"60656216","ids":",hv60656216,","sources":",hv,","types":",dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.08983153,"rms":0.13,"gap":68.4,"magType":"Ml","type":"earthquake","title":"M 2.5 - 8km ENE of Honaunau-Napoopoo, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.7938,19.4938,11]},"id":"hv60656216"}, -{"type":"Feature","properties":{"mag":1.75,"place":"18km WSW of Smith Valley, Nevada","time":1394845781003,"updated":1394937378000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441110","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441110.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":47,"net":"nn","code":"00441110","ids":",nn00441110,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":16,"dmin":0.203,"rms":0.1179,"gap":186.53,"magType":"ml","type":"earthquake","title":"M 1.8 - 18km WSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5239,38.7018,3.723]},"id":"nn00441110"}, -{"type":"Feature","properties":{"mag":1.3,"place":"6km NW of The Geysers, California","time":1394845196600,"updated":1394849766919,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72185316","ids":",nc72185316,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.03,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.821,38.811,2.3]},"id":"nc72185316"}, -{"type":"Feature","properties":{"mag":4,"place":"51km NE of Xudat, Azerbaijan","time":1394845106300,"updated":1394874052348,"tz":180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc5u","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc5u.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":246,"net":"us","code":"c000nc5u","ids":",usc000nc5u,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.295,"rms":1.39,"gap":73,"magType":"mb","type":"earthquake","title":"M 4.0 - 51km NE of Xudat, Azerbaijan"},"geometry":{"type":"Point","coordinates":[49.14,41.9457,52.53]},"id":"usc000nc5u"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km E of The Geysers, California","time":1394844622900,"updated":1394849105754,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185311","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185311.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72185311","ids":",nc72185311,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km E of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7158,38.7775,2.5]},"id":"nc72185311"}, -{"type":"Feature","properties":{"mag":2.8,"place":"21km SSE of Medford, Oklahoma","time":1394843867420,"updated":1394872827234,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc51","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc51.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":121,"net":"us","code":"c000nc51","ids":",usc000nc51,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.28,"rms":0.54,"gap":96,"magType":"mb_lg","type":"earthquake","title":"M 2.8 - 21km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.6654,36.6194,5.25]},"id":"usc000nc51"}, -{"type":"Feature","properties":{"mag":1.4,"place":"26km SW of Ferron, Utah","time":1394843854800,"updated":1395074595928,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059477","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059477.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"uu","code":"60059477","ids":",uu60059477,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.16169675,"rms":0.05,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 26km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3758,38.9458,3.2]},"id":"uu60059477"}, -{"type":"Feature","properties":{"mag":1.13,"place":"10km SSE of Idyllwild, California","time":1394843455230,"updated":1395084190210,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476153","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476153.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15476153","ids":",ci15476153,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":30,"dmin":0.01781,"rms":0.1,"gap":42,"magType":"ml","type":"earthquake","title":"M 1.1 - 10km SSE of Idyllwild, California"},"geometry":{"type":"Point","coordinates":[-116.6713333,33.6511667,15.37]},"id":"ci15476153"}, -{"type":"Feature","properties":{"mag":1.68,"place":"50km N of Inyokern, California","time":1394843278800,"updated":1395083576480,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476145","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476145.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":43,"net":"ci","code":"15476145","ids":",ci15476145,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.02018,"rms":0.12,"gap":52,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.846,36.0988333,3.34]},"id":"ci15476145"}, -{"type":"Feature","properties":{"mag":2.2,"place":"6km NW of The Geysers, California","time":1394842839800,"updated":1395188765699,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185306","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185306.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"nc","code":"72185306","ids":",nc72185306,","sources":",nc,","types":",dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 2.2 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8208,38.814,3.6]},"id":"nc72185306"}, -{"type":"Feature","properties":{"mag":2.9,"place":"4km NE of Mayaguez, Puerto Rico","time":1394842637000,"updated":1394871595840,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14074000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14074000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14074000","ids":",pr14074000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":9,"dmin":0.06198375,"rms":0.27,"gap":180,"magType":"Md","type":"earthquake","title":"M 2.9 - 4km NE of Mayaguez, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1122,18.2331,121]},"id":"pr14074000"}, -{"type":"Feature","properties":{"mag":1,"place":"20km SW of Ferron, Utah","time":1394842450300,"updated":1395074404894,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059462","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059462.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059462","ids":",uu60059462,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.14373045,"rms":0.04,"gap":144,"magType":"Md","type":"earthquake","title":"M 1.0 - 20km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3288,38.9845,13.2]},"id":"uu60059462"}, -{"type":"Feature","properties":{"mag":1.24,"place":"9km E of Borrego Springs, California","time":1394842254450,"updated":1395083134890,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476137","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476137.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15476137","ids":",ci15476137,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.2457,"rms":0.15,"gap":120,"magType":"ml","type":"earthquake","title":"M 1.2 - 9km E of Borrego Springs, California"},"geometry":{"type":"Point","coordinates":[-116.2751667,33.2398333,13.35]},"id":"ci15476137"}, -{"type":"Feature","properties":{"mag":2.5,"place":"5km WSW of Fern Acres, Hawaii","time":1394842237900,"updated":1394871200358,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656191","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656191.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"hv","code":"60656191","ids":",hv60656191,","sources":",hv,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.1,"gap":93.6,"magType":"Ml","type":"earthquake","title":"M 2.5 - 5km WSW of Fern Acres, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1268,19.4872,12.6]},"id":"hv60656191"}, -{"type":"Feature","properties":{"mag":2.7,"place":"38km W of Raton, New Mexico","time":1394840891470,"updated":1394869847690,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc3v","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc3v.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"us","code":"c000nc3v","ids":",usc000nc3v,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.403,"rms":1.09,"gap":149,"magType":"ml","type":"earthquake","title":"M 2.7 - 38km W of Raton, New Mexico"},"geometry":{"type":"Point","coordinates":[-104.8642,36.962,5.06]},"id":"usc000nc3v"}, -{"type":"Feature","properties":{"mag":4.4,"place":"160km W of Attu Station, Alaska","time":1394840317060,"updated":1394869273920,"tz":660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc3r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc3r.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nc3r","ids":",usc000nc3r,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.01,"rms":0.64,"gap":159,"magType":"mb","type":"earthquake","title":"M 4.4 - 160km W of Attu Station, Alaska"},"geometry":{"type":"Point","coordinates":[170.7977,52.8372,21.14]},"id":"usc000nc3r"}, -{"type":"Feature","properties":{"mag":2.03,"place":"17km SW of Ferndale, California","time":1394839673120,"updated":1395197561770,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185291","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185291.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":63,"net":"nc","code":"72185291","ids":",nc72185291,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":13,"dmin":0.04897,"rms":0.07,"gap":276,"magType":"md","type":"earthquake","title":"M 2.0 - 17km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.3975,40.4581667,20.58]},"id":"nc72185291"}, -{"type":"Feature","properties":{"mag":5,"place":"17km SE of Manaure Balcon del Cesar, Colombia","time":1394839596380,"updated":1394934765254,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc2t","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc2t.geojsonp","felt":19,"cdi":3.9,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":392,"net":"us","code":"c000nc2t","ids":",usc000nc2t,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.678,"rms":1.45,"gap":25,"magType":"mb","type":"earthquake","title":"M 5.0 - 17km SE of Manaure Balcon del Cesar, Colombia"},"geometry":{"type":"Point","coordinates":[-72.9224,10.284,130.07]},"id":"usc000nc2t"}, -{"type":"Feature","properties":{"mag":1.8,"place":"68km NNW of Talkeetna, Alaska","time":1394838366000,"updated":1394840680543,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187700","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187700.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187700","ids":",ak11187700,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 68km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3832,62.9254,96.1]},"id":"ak11187700"}, -{"type":"Feature","properties":{"mag":4.9,"place":"226km SSW of `Ohonua, Tonga","time":1394837399800,"updated":1394866353810,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc1r","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc1r.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000nc1r","ids":",usc000nc1r,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":15.614,"rms":0.83,"gap":75,"magType":"mb","type":"earthquake","title":"M 4.9 - 226km SSW of `Ohonua, Tonga"},"geometry":{"type":"Point","coordinates":[-175.4018,-23.3395,30.7]},"id":"usc000nc1r"}, -{"type":"Feature","properties":{"mag":1.73,"place":"3km N of Fremont, California","time":1394834767100,"updated":1394847723241,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185261","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185261.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":46,"net":"nc","code":"72185261","ids":",nc72185261,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":11,"dmin":0.0315,"rms":0.06,"gap":84,"magType":"md","type":"earthquake","title":"M 1.7 - 3km N of Fremont, California"},"geometry":{"type":"Point","coordinates":[-121.9865036,37.581665,5.96]},"id":"nc72185261"}, -{"type":"Feature","properties":{"mag":1.7,"place":"50km SSW of Cantwell, Alaska","time":1394833879000,"updated":1394834397737,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187604","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187604.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11187604","ids":",ak11187604,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km SSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.4317,62.991,69.1]},"id":"ak11187604"}, -{"type":"Feature","properties":{"mag":2.8,"place":"8km NE of Stillwater, Oklahoma","time":1394831202500,"updated":1394852560450,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbyc","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbyc.geojsonp","felt":50,"cdi":3.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":140,"net":"us","code":"c000nbyc","ids":",usc000nbyc,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.8 - 8km NE of Stillwater, Oklahoma"},"geometry":{"type":"Point","coordinates":[-96.983,36.161,6.3]},"id":"usc000nbyc"}, -{"type":"Feature","properties":{"mag":4.9,"place":"11km NNW of Naranjito, Ecuador","time":1394830433430,"updated":1394928800683,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbua","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbua.geojsonp","felt":17,"cdi":3.5,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":375,"net":"us","code":"c000nbua","ids":",usc000nbua,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.567,"rms":0.93,"gap":42,"magType":"mb","type":"earthquake","title":"M 4.9 - 11km NNW of Naranjito, Ecuador"},"geometry":{"type":"Point","coordinates":[-79.514,-2.1154,98.75]},"id":"usc000nbua"}, -{"type":"Feature","properties":{"mag":2.6,"place":"8km NNE of Belfair, Washington","time":1394829816700,"updated":1395087916804,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718901","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718901.geojsonp","felt":14,"cdi":3.1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":108,"net":"uw","code":"60718901","ids":",uw60718901,usc000nbt8,","sources":",uw,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.00898315,"rms":0.2,"gap":43.2,"magType":"Ml","type":"earthquake","title":"M 2.6 - 8km NNE of Belfair, Washington"},"geometry":{"type":"Point","coordinates":[-122.7773,47.5142,21.7]},"id":"uw60718901"}, -{"type":"Feature","properties":{"mag":5.3,"place":"South of Africa","time":1394829130190,"updated":1394914859000,"tz":120,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbsx","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbsx.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nbsx","ids":",usc000nbsx,gcmt20140314203209,","sources":",us,gcmt,","types":",cap,dyfi,geoserve,moment-tensor,nearby-cities,origin,phase-data,","nst":null,"dmin":18.502,"rms":0.78,"gap":33,"magType":"mb","type":"earthquake","title":"M 5.3 - South of Africa"},"geometry":{"type":"Point","coordinates":[25.166,-53.5161,14.49]},"id":"usc000nbsx"}, -{"type":"Feature","properties":{"mag":3.1,"place":"68km N of Tierras Nuevas Poniente, Puerto Rico","time":1394828063800,"updated":1394905822000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073019","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073019.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14073019","ids":",pr14073019,usc000nbss,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":18,"dmin":0.59827798,"rms":0.2,"gap":237.6,"magType":"Md","type":"earthquake","title":"M 3.1 - 68km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4636,19.0762,32]},"id":"pr14073019"}, -{"type":"Feature","properties":{"mag":2.5,"place":"55km N of Tierras Nuevas Poniente, Puerto Rico","time":1394827730900,"updated":1394905322000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073020","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073020.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14073020","ids":",pr14073020,usc000nbtm,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":4,"dmin":0.48419194,"rms":0.17,"gap":273.6,"magType":"Md","type":"earthquake","title":"M 2.5 - 55km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4505,18.9584,44]},"id":"pr14073020"}, -{"type":"Feature","properties":{"mag":2.3,"place":"69km W of Talkeetna, Alaska","time":1394827575000,"updated":1394828307701,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187534","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187534.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11187534","ids":",ak11187534,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":2.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 69km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.446,62.2537,99.8]},"id":"ak11187534"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km S of Old Faithful Geyser, Wyoming","time":1394826842100,"updated":1394831029195,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059412","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059412.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"uu","code":"60059412","ids":",uu60059412,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.04,"gap":126,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km S of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.8357,44.391,3.2]},"id":"uu60059412"}, -{"type":"Feature","properties":{"mag":1.6,"place":"7km WNW of Cobb, California","time":1394826122200,"updated":1394839385379,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185206","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185206.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72185206","ids":",nc72185206,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.6 - 7km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8033,38.8402,1.9]},"id":"nc72185206"}, -{"type":"Feature","properties":{"mag":2,"place":"27km SSW of Morton, Washington","time":1394825922500,"updated":1394831535653,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718861.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"uw","code":"60718861","ids":",uw60718861,","sources":",uw,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.13,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 27km SSW of Morton, Washington"},"geometry":{"type":"Point","coordinates":[-122.398,46.3218,15.1]},"id":"uw60718861"}, -{"type":"Feature","properties":{"mag":1.3,"place":"18km NW of Quarry near Soledad, CA","time":1394825798200,"updated":1394850277323,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185201","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185201.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"nc","code":"72185201","ids":",nc72185201,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.08,"gap":133.2,"magType":"Md","type":"quarry","title":"M 1.3 Quarry Blast - 18km NW of Quarry near Soledad, CA"},"geometry":{"type":"Point","coordinates":[-121.4168,36.5845,0]},"id":"nc72185201"}, -{"type":"Feature","properties":{"mag":4.3,"place":"29km SSW of Jucuaran, El Salvador","time":1394825081070,"updated":1394905112181,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbvl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbvl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nbvl","ids":",usc000nbvl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.8,"rms":0.36,"gap":180,"magType":"mb","type":"earthquake","title":"M 4.3 - 29km SSW of Jucuaran, El Salvador"},"geometry":{"type":"Point","coordinates":[-88.3794,13.0178,95.16]},"id":"usc000nbvl"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km NNE of Badger, Alaska","time":1394823972000,"updated":1394829312500,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187476","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187476.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11187476","ids":",ak11187476,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 23km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3126,64.9901,0]},"id":"ak11187476"}, -{"type":"Feature","properties":{"mag":1.02,"place":"52km NE of Kernville, California","time":1394823628180,"updated":1394827283850,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476089","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476089.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15476089","ids":",ci15476089,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.1676,"rms":0.14,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0616667,36.1236667,0.91]},"id":"ci15476089"}, -{"type":"Feature","properties":{"mag":4.6,"place":"85km WSW of Kota Ternate, Indonesia","time":1394822972240,"updated":1394903403592,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbl1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbl1.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nbl1","ids":",usc000nbl1,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.769,"rms":0.78,"gap":55,"magType":"mb","type":"earthquake","title":"M 4.6 - 85km WSW of Kota Ternate, Indonesia"},"geometry":{"type":"Point","coordinates":[126.6265,0.5606,56.89]},"id":"usc000nbl1"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km S of Old Faithful Geyser, Wyoming","time":1394822708300,"updated":1394830964174,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059397","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059397.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"uu","code":"60059397","ids":",uu60059397,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.09,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km S of Old Faithful Geyser, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.8343,44.3917,3.1]},"id":"uu60059397"}, -{"type":"Feature","properties":{"mag":1.8,"place":"24km N of Sutton-Alpine, Alaska","time":1394821872000,"updated":1394822388976,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187437","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187437.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187437","ids":",ak11187437,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 24km N of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.8485,62.0136,0.1]},"id":"ak11187437"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km S of Francis, Utah","time":1394821365400,"updated":1394826993728,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059392","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059392.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"uu","code":"60059392","ids":",uu60059392,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.07186522,"rms":0.15,"gap":82.8,"magType":"Ml","type":"earthquake","title":"M 1.6 - 6km S of Francis, Utah"},"geometry":{"type":"Point","coordinates":[-111.2692,40.5555,13.5]},"id":"uu60059392"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km SW of Unalaska, Alaska","time":1394821224000,"updated":1394823919586,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187436.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187436","ids":",ak11187436,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 6km SW of Unalaska, Alaska"},"geometry":{"type":"Point","coordinates":[-166.6011,53.8349,6.2]},"id":"ak11187436"}, -{"type":"Feature","properties":{"mag":1.4,"place":"4km SW of Unalaska, Alaska","time":1394820593000,"updated":1394823617489,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187435","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187435.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187435","ids":",ak11187435,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.57,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km SW of Unalaska, Alaska"},"geometry":{"type":"Point","coordinates":[-166.5914,53.8513,10.1]},"id":"ak11187435"}, -{"type":"Feature","properties":{"mag":5,"place":"Carlsberg Ridge","time":1394819361910,"updated":1394898235399,"tz":240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbjm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbjm.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nbjm","ids":",usc000nbjm,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":5.831,"rms":1.02,"gap":50,"magType":"mb","type":"earthquake","title":"M 5.0 - Carlsberg Ridge"},"geometry":{"type":"Point","coordinates":[67.1862,-0.0228,12.05]},"id":"usc000nbjm"}, -{"type":"Feature","properties":{"mag":5,"place":"Southeast of Easter Island","time":1394818479240,"updated":1394894743473,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbfu","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbfu.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":385,"net":"us","code":"c000nbfu","ids":",usc000nbfu,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":14.935,"rms":0.92,"gap":32,"magType":"mb","type":"earthquake","title":"M 5.0 - Southeast of Easter Island"},"geometry":{"type":"Point","coordinates":[-90.9513,-41.1038,19.67]},"id":"usc000nbfu"}, -{"type":"Feature","properties":{"mag":1.7,"place":"10km SW of Volcano, Hawaii","time":1394818058400,"updated":1394841468169,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656066","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656066.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"hv","code":"60656066","ids":",hv60656066,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.01796631,"rms":0.11,"gap":64.8,"magType":"Ml","type":"earthquake","title":"M 1.7 - 10km SW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3,19.3533,2.9]},"id":"hv60656066"}, -{"type":"Feature","properties":{"mag":2.3,"place":"92km N of Kodiak, Alaska","time":1394818041000,"updated":1394819755931,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187391","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187391.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11187391","ids":",ak11187391,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 92km N of Kodiak, Alaska"},"geometry":{"type":"Point","coordinates":[-152.2399,58.6184,43.8]},"id":"ak11187391"}, -{"type":"Feature","properties":{"mag":1,"place":"27km SSW of Malad City, Idaho","time":1394817765600,"updated":1394826343624,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059372","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059372.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059372","ids":",uu60059372,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.05389892,"rms":0.24,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 27km SSW of Malad City, Idaho"},"geometry":{"type":"Point","coordinates":[-112.3845,41.9665,6.1]},"id":"uu60059372"}, -{"type":"Feature","properties":{"mag":1.67,"place":"9km NW of The Geysers, California","time":1394817696230,"updated":1394829306057,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185166","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185166.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":43,"net":"nc","code":"72185166","ids":",nc72185166,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":38,"dmin":0.006388,"rms":0.03,"gap":81,"magType":"md","type":"earthquake","title":"M 1.7 - 9km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8431702,38.8224983,2.33]},"id":"nc72185166"}, -{"type":"Feature","properties":{"mag":2.8,"place":"64km N of Tierras Nuevas Poniente, Puerto Rico","time":1394816701400,"updated":1394892685000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073017","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073017.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14073017","ids":",pr14073017,usc000nbmj,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":8,"dmin":0.56773526,"rms":0.14,"gap":259.2,"magType":"Md","type":"earthquake","title":"M 2.8 - 64km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4815,19.0459,30]},"id":"pr14073017"}, -{"type":"Feature","properties":{"mag":2,"place":"17km SW of North Nenana, Alaska","time":1394816333000,"updated":1394817386181,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187384","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187384.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187384","ids":",ak11187384,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.66,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 17km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3637,64.4631,0]},"id":"ak11187384"}, -{"type":"Feature","properties":{"mag":1.3,"place":"4km WNW of Dixon Lane-Meadow Creek, California","time":1394815938800,"updated":1394830383055,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185151","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185151.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"nc","code":"72185151","ids":",nc72185151,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.11,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 4km WNW of Dixon Lane-Meadow Creek, California"},"geometry":{"type":"Point","coordinates":[-118.4592,37.4077,12.6]},"id":"nc72185151"}, -{"type":"Feature","properties":{"mag":1.47,"place":"4km NNE of Borrego Springs, California","time":1394815657290,"updated":1394826354120,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476049","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476049.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":33,"net":"ci","code":"15476049","ids":",ci15476049,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":51,"dmin":0.02987,"rms":0.18,"gap":33,"magType":"ml","type":"earthquake","title":"M 1.5 - 4km NNE of Borrego Springs, California"},"geometry":{"type":"Point","coordinates":[-116.3603333,33.2973333,13.14]},"id":"ci15476049"}, -{"type":"Feature","properties":{"mag":4,"place":"39km SW of Ferndale, California","time":1394814755200,"updated":1394860743878,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185141","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185141.geojsonp","felt":27,"cdi":2.7,"mmi":2.57,"alert":"green","status":"REVIEWED","tsunami":null,"sig":253,"net":"nc","code":"72185141","ids":",nc72185141,usc000nbd4,","sources":",nc,us,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":0.25152828,"rms":0.14,"gap":230.4,"magType":"Mw","type":"earthquake","title":"M 4.0 - 39km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.6103,40.3482,19.5]},"id":"nc72185141"}, -{"type":"Feature","properties":{"mag":5.3,"place":"43km NE of Iwo Jima, Japan","time":1394814537040,"updated":1394843497648,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbda","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbda.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nbda","ids":",usc000nbda,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":8.179,"rms":0.74,"gap":101,"magType":"mb","type":"earthquake","title":"M 5.3 - 43km NE of Iwo Jima, Japan"},"geometry":{"type":"Point","coordinates":[141.633,25.0629,502.54]},"id":"usc000nbda"}, -{"type":"Feature","properties":{"mag":1.43,"place":"14km WNW of Progreso, Mexico","time":1394814078100,"updated":1394825375020,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476025","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476025.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":31,"net":"ci","code":"15476025","ids":",ci15476025,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.008335,"rms":0.2,"gap":132,"magType":"ml","type":"earthquake","title":"M 1.4 - 14km WNW of Progreso, Mexico"},"geometry":{"type":"Point","coordinates":[-115.7165,32.6493333,8.3]},"id":"ci15476025"}, -{"type":"Feature","properties":{"mag":2.7,"place":"92km W of Ferndale, California","time":1394813793800,"updated":1395115866476,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185126","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185126.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"nc","code":"72185126","ids":",nc72185126,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.7995006,"rms":0.24,"gap":302.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 92km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3472,40.714,28.3]},"id":"nc72185126"}, -{"type":"Feature","properties":{"mag":3.2,"place":"6km S of Francis, Utah","time":1394813031100,"updated":1395075205591,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059347","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059347.geojsonp","felt":11,"cdi":3.9,"mmi":2.42,"alert":null,"status":"REVIEWED","tsunami":null,"sig":162,"net":"uu","code":"60059347","ids":",uu60059347,usc000nbc9,","sources":",uu,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.08084838,"rms":0.16,"gap":61.2,"magType":"Ml","type":"earthquake","title":"M 3.2 - 6km S of Francis, Utah"},"geometry":{"type":"Point","coordinates":[-111.2688,40.5612,14]},"id":"uu60059347"}, -{"type":"Feature","properties":{"mag":1,"place":"9km NNW of Big Bear City, California","time":1394811713100,"updated":1394824945290,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15476009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15476009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15476009","ids":",ci15476009,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.08698,"rms":0.15,"gap":75,"magType":"ml","type":"quarry_blast","title":"M 1.0 Quarry_blast - 9km NNW of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.8726667,34.3398333,0.01]},"id":"ci15476009"}, -{"type":"Feature","properties":{"mag":1.7,"place":"6km WSW of Volcano, Hawaii","time":1394811453200,"updated":1394844374590,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60656006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60656006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"hv","code":"60656006","ids":",hv60656006,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.00898315,"rms":0.1,"gap":46.8,"magType":"Ml","type":"earthquake","title":"M 1.7 - 6km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2937,19.4033,3.1]},"id":"hv60656006"}, -{"type":"Feature","properties":{"mag":4.6,"place":"103km NE of Iquique, Chile","time":1394811078270,"updated":1394840026084,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nbbj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nbbj.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000nbbj","ids":",usc000nbbj,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.296,"rms":1.35,"gap":118,"magType":"mb","type":"earthquake","title":"M 4.6 - 103km NE of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-69.5273,-19.4895,92.86]},"id":"usc000nbbj"}, -{"type":"Feature","properties":{"mag":1.6,"place":"110km NW of Talkeetna, Alaska","time":1394810766000,"updated":1394815217690,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187327","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187327.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11187327","ids":",ak11187327,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 110km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.498,63.082,7.5]},"id":"ak11187327"}, -{"type":"Feature","properties":{"mag":1.1,"place":"93km WNW of Cantwell, Alaska","time":1394810477000,"updated":1394810757470,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187325","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187325.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":19,"net":"ak","code":"11187325","ids":",ak11187325,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 93km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7869,63.5687,13.6]},"id":"ak11187325"}, -{"type":"Feature","properties":{"mag":1.3,"place":"50km W of Cantwell, Alaska","time":1394809225000,"updated":1394828764356,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187323","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187323.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11187323","ids":",ak11187323,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 50km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9523,63.3811,93.6]},"id":"ak11187323"}, -{"type":"Feature","properties":{"mag":2,"place":"13km SSW of Y, Alaska","time":1394807509000,"updated":1394808832705,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187290","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187290.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187290","ids":",ak11187290,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 13km SSW of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.915,62.0433,40.2]},"id":"ak11187290"}, -{"type":"Feature","properties":{"mag":2.5,"place":"80km SSE of Tanaga Volcano, Alaska","time":1394806910000,"updated":1394835868735,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187288","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187288.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11187288","ids":",ak11187288,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.92,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 80km SSE of Tanaga Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-177.6418,51.2299,14.5]},"id":"ak11187288"}, -{"type":"Feature","properties":{"mag":1.4,"place":"56km SW of Cantwell, Alaska","time":1394806700000,"updated":1394828306766,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187285","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187285.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187285","ids":",ak11187285,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 56km SW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8023,63.0562,83.7]},"id":"ak11187285"}, -{"type":"Feature","properties":{"mag":2.7,"place":"60km N of Tierras Nuevas Poniente, Puerto Rico","time":1394806255300,"updated":1394835208143,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073016","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073016.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073016","ids":",pr14073016,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.53180265,"rms":0.37,"gap":266.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 60km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.481,19.0104,43]},"id":"pr14073016"}, -{"type":"Feature","properties":{"mag":1.9,"place":"59km N of Tierras Nuevas Poniente, Puerto Rico","time":1394806229000,"updated":1394823519451,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073015","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073015.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"pr","code":"14073015","ids":",pr14073015,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.51653129,"rms":0.05,"gap":302.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 59km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4953,18.9967,61]},"id":"pr14073015"}, -{"type":"Feature","properties":{"mag":5.5,"place":"111km E of Mohean, India","time":1394804286410,"updated":1394900539000,"tz":360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb99","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb99.geojsonp","felt":null,"cdi":null,"mmi":3.64,"alert":"green","status":"reviewed","tsunami":null,"sig":465,"net":"us","code":"c000nb99","ids":",usc000nb99,gcmt20140314133806,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":3.654,"rms":0.82,"gap":98,"magType":"mb","type":"earthquake","title":"M 5.5 - 111km E of Mohean, India"},"geometry":{"type":"Point","coordinates":[94.317,7.8,10]},"id":"usc000nb99"}, -{"type":"Feature","properties":{"mag":1.2,"place":"14km WSW of Anacortes, Washington","time":1394804236300,"updated":1394810415600,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718661.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"uw","code":"60718661","ids":",uw60718661,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.17966306,"rms":0.23,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 1.2 - 14km WSW of Anacortes, Washington"},"geometry":{"type":"Point","coordinates":[-122.778,48.4445,50.5]},"id":"uw60718661"}, -{"type":"Feature","properties":{"mag":1,"place":"9km W of Cobb, California","time":1394803837200,"updated":1394807224692,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185061","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185061.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72185061","ids":",nc72185061,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.0 - 9km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.831,38.8383,2.7]},"id":"nc72185061"}, -{"type":"Feature","properties":{"mag":1,"place":"9km W of Cobb, California","time":1394803761020,"updated":1394805902296,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185066","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185066.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"nc","code":"72185066","ids":",nc72185066,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.004566,"rms":0.02,"gap":52,"magType":"md","type":"earthquake","title":"M 1.0 - 9km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8296661,38.8381653,2.73]},"id":"nc72185066"}, -{"type":"Feature","properties":{"mag":1.9,"place":"9km WNW of Cobb, California","time":1394803744600,"updated":1394845028483,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185051","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185051.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185051","ids":",nc72185051,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":54,"magType":"Md","type":"earthquake","title":"M 1.9 - 9km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.829,38.8413,2.6]},"id":"nc72185051"}, -{"type":"Feature","properties":{"mag":1.44,"place":"4km S of Redlands, California","time":1394802447270,"updated":1394828314510,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475993","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475993.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":32,"net":"ci","code":"15475993","ids":",ci15475993,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":58,"dmin":0.0691,"rms":0.12,"gap":46,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km S of Redlands, California"},"geometry":{"type":"Point","coordinates":[-117.1918333,34.0148333,14.61]},"id":"ci15475993"}, -{"type":"Feature","properties":{"mag":2.7,"place":"45km SSW of Cordova, Alaska","time":1394802156000,"updated":1394831113151,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187250","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187250.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11187250","ids":",ak11187250,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 45km SSW of Cordova, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1715,60.1877,13.7]},"id":"ak11187250"}, -{"type":"Feature","properties":{"mag":2.1,"place":"16km SSW of Guanica, Puerto Rico","time":1394802025000,"updated":1394822738039,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073014","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073014.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"pr","code":"14073014","ids":",pr14073014,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.1527136,"rms":0.07,"gap":288,"magType":"Md","type":"earthquake","title":"M 2.1 - 16km SSW of Guanica, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9681,17.8346,11]},"id":"pr14073014"}, -{"type":"Feature","properties":{"mag":1.9,"place":"23km NNW of Lost Hills, California","time":1394801763500,"updated":1395100266045,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185036","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185036.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72185036","ids":",nc72185036,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.11678099,"rms":0.14,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 23km NNW of Lost Hills, California"},"geometry":{"type":"Point","coordinates":[-119.8357,35.7917,12.3]},"id":"nc72185036"}, -{"type":"Feature","properties":{"mag":2.6,"place":"93km NNW of Road Town, British Virgin Islands","time":1394801689200,"updated":1394830635754,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073018","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073018.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14073018","ids":",pr14073018,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.88573887,"rms":0.31,"gap":334.8,"magType":"Md","type":"earthquake","title":"M 2.6 - 93km NNW of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.8358,19.236,13]},"id":"pr14073018"}, -{"type":"Feature","properties":{"mag":1.5,"place":"5km WSW of Yucaipa, California","time":1394801636800,"updated":1394828321880,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475985","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475985.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"ci","code":"15475985","ids":",ci15475985,","sources":",ci,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":59,"dmin":0.01796631,"rms":0.24,"gap":28.8,"magType":"Ml","type":"earthquake","title":"M 1.5 - 5km WSW of Yucaipa, California"},"geometry":{"type":"Point","coordinates":[-117.0958,34.0183,17]},"id":"ci15475985"}, -{"type":"Feature","properties":{"mag":1.5,"place":"19km NNE of Fishhook, Alaska","time":1394801607000,"updated":1394802680691,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187247","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187247.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11187247","ids":",ak11187247,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.9,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 19km NNE of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1614,61.9133,18]},"id":"ak11187247"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394800662500,"updated":1394829619845,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073013","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073013.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073013","ids":",pr14073013,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.58839651,"rms":0.11,"gap":259.2,"magType":"Md","type":"earthquake","title":"M 2.7 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4513,19.0638,27]},"id":"pr14073013"}, -{"type":"Feature","properties":{"mag":1.6,"place":"85km NW of Talkeetna, Alaska","time":1394800577000,"updated":1394827958445,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187222","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187222.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11187222","ids":",ak11187222,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 85km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1042,62.9437,121.5]},"id":"ak11187222"}, -{"type":"Feature","properties":{"mag":2.4,"place":"30km NE of Talkeetna, Alaska","time":1394800264000,"updated":1394801170261,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187218","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187218.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":89,"net":"ak","code":"11187218","ids":",ak11187218,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 30km NE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7711,62.5459,69.5]},"id":"ak11187218"}, -{"type":"Feature","properties":{"mag":2.5,"place":"80km W of Willow, Alaska","time":1394800155000,"updated":1394829110181,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187215","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187215.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":96,"net":"ak","code":"11187215","ids":",ak11187215,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 80km W of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5597,61.7419,54]},"id":"ak11187215"}, -{"type":"Feature","properties":{"mag":4.7,"place":"66km NW of La Ligua, Chile","time":1394799752170,"updated":1394802822692,"tz":-180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb7x","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb7x.geojsonp","felt":4,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":341,"net":"us","code":"c000nb7x","ids":",usc000nb7x,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.42,"rms":0.79,"gap":137,"magType":"mb","type":"earthquake","title":"M 4.7 - 66km NW of La Ligua, Chile"},"geometry":{"type":"Point","coordinates":[-71.7348,-32.0366,42.32]},"id":"usc000nb7x"}, -{"type":"Feature","properties":{"mag":1.8,"place":"5km W of Cobb, California","time":1394798822500,"updated":1394811547440,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185016","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185016.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72185016","ids":",nc72185016,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 5km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7823,38.8273,2.3]},"id":"nc72185016"}, -{"type":"Feature","properties":{"mag":1.66,"place":"13km SW of Westwood, California","time":1394797905910,"updated":1395102486938,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":42,"net":"nc","code":"72185001","ids":",nc72185001,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.05483,"rms":0.06,"gap":131,"magType":"md","type":"earthquake","title":"M 1.7 - 13km SW of Westwood, California"},"geometry":{"type":"Point","coordinates":[-121.112,40.2171667,8.95]},"id":"nc72185001"}, -{"type":"Feature","properties":{"mag":2,"place":"56km SSW of Cantwell, Alaska","time":1394797394000,"updated":1394798410940,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187211","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187211.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187211","ids":",ak11187211,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 56km SSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.5296,62.9578,71.9]},"id":"ak11187211"}, -{"type":"Feature","properties":{"mag":1.1,"place":"13km NE of Pahala, Hawaii","time":1394797157200,"updated":1394842449986,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655941","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655941.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"hv","code":"60655941","ids":",hv60655941,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.12,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.1 - 13km NE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3788,19.2858,3.4]},"id":"hv60655941"}, -{"type":"Feature","properties":{"mag":1.8,"place":"19km WSW of Volcano, Hawaii","time":1394796442000,"updated":1394796641591,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655936","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655936.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60655936","ids":",hv60655936,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.2,"gap":32.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 19km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.424,19.3942,8.6]},"id":"hv60655936"}, -{"type":"Feature","properties":{"mag":4.5,"place":"58km WSW of Kuril'sk, Russia","time":1394794414370,"updated":1394823368135,"tz":720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb63","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb63.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nb63","ids":",usc000nb63,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.621,"rms":0.77,"gap":132,"magType":"mb","type":"earthquake","title":"M 4.5 - 58km WSW of Kuril'sk, Russia"},"geometry":{"type":"Point","coordinates":[147.1817,45.0561,162.43]},"id":"usc000nb63"}, -{"type":"Feature","properties":{"mag":2.6,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394793653500,"updated":1394822618348,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073012","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073012.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14073012","ids":",pr14073012,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.58390493,"rms":0.5,"gap":266.4,"magType":"Md","type":"earthquake","title":"M 2.6 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4544,19.0611,43]},"id":"pr14073012"}, -{"type":"Feature","properties":{"mag":2.7,"place":"111km NW of Talkeetna, Alaska","time":1394792881000,"updated":1394821838995,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187182","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187182.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11187182","ids":",ak11187182,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 111km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5136,63.0863,4.2]},"id":"ak11187182"}, -{"type":"Feature","properties":{"mag":2.7,"place":"64km N of Tierras Nuevas Poniente, Puerto Rico","time":1394792589300,"updated":1394821543895,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073007.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073007","ids":",pr14073007,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.56953189,"rms":0.2,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 64km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4619,19.0461,43]},"id":"pr14073007"}, -{"type":"Feature","properties":{"mag":1.6,"place":"32km W of Enterprise, Utah","time":1394792573300,"updated":1394851002000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059342","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059342.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"uu","code":"60059342","ids":",nn00441024,uu60059342,","sources":",nn,uu,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.18864621,"rms":0.11,"gap":100.8,"magType":"Ml","type":"earthquake","title":"M 1.6 - 32km W of Enterprise, Utah"},"geometry":{"type":"Point","coordinates":[-114.0815,37.5257,8.9]},"id":"uu60059342"}, -{"type":"Feature","properties":{"mag":2.3,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394792008100,"updated":1394810470154,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073008","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073008.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"pr","code":"14073008","ids":",pr14073008,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.62522744,"rms":0.23,"gap":270,"magType":"Md","type":"earthquake","title":"M 2.3 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4675,19.104,21]},"id":"pr14073008"}, -{"type":"Feature","properties":{"mag":2.1,"place":"30km SW of Mountain View, Wyoming","time":1394791865800,"updated":1394826183579,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059337","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059337.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"uu","code":"60059337","ids":",uu60059337,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.35034296,"rms":0.25,"gap":126,"magType":"Ml","type":"earthquake","title":"M 2.1 - 30km SW of Mountain View, Wyoming"},"geometry":{"type":"Point","coordinates":[-110.6365,41.1152,6]},"id":"uu60059337"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394791468400,"updated":1394820417540,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073011","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073011.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073011","ids":",pr14073011,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.58839651,"rms":0.37,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.46,19.0662,38]},"id":"pr14073011"}, -{"type":"Feature","properties":{"mag":2.9,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394791373800,"updated":1394820332623,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073010","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073010.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14073010","ids":",pr14073010,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.6288207,"rms":0.14,"gap":288,"magType":"Md","type":"earthquake","title":"M 2.9 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4568,19.1068,17]},"id":"pr14073010"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km N of Tierras Nuevas Poniente, Puerto Rico","time":1394791247600,"updated":1394820193244,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":112,"net":"pr","code":"14073009","ids":",pr14073009,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.75368652,"rms":0.21,"gap":284.4,"magType":"Md","type":"earthquake","title":"M 2.7 - 66km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.489,19.0611,17]},"id":"pr14073009"}, -{"type":"Feature","properties":{"mag":1.7,"place":"35km ENE of Y, Alaska","time":1394791110000,"updated":1394792189892,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187180","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187180.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11187180","ids":",ak11187180,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.32,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 35km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2009,62.2526,38.3]},"id":"ak11187180"}, -{"type":"Feature","properties":{"mag":2.8,"place":"72km N of Tierras Nuevas Poniente, Puerto Rico","time":1394790875100,"updated":1394819830892,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14073006","ids":",pr14073006,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.64139711,"rms":0.27,"gap":252,"magType":"Md","type":"earthquake","title":"M 2.8 - 72km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4675,19.1193,28]},"id":"pr14073006"}, -{"type":"Feature","properties":{"mag":1.26,"place":"5km NW of The Geysers, California","time":1394790641580,"updated":1394800742941,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184966","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184966.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":24,"net":"nc","code":"72184966","ids":",nc72184966,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.01227,"rms":0.04,"gap":86,"magType":"md","type":"earthquake","title":"M 1.3 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.810997,38.8076668,2.42]},"id":"nc72184966"}, -{"type":"Feature","properties":{"mag":2.55,"place":"51km NE of Kernville, California","time":1394790134270,"updated":1394826422490,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475953","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475953.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":100,"net":"ci","code":"15475953","ids":",ci15475953,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":32,"dmin":0.1623,"rms":0.14,"gap":78,"magType":"ml","type":"earthquake","title":"M 2.6 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0551667,36.1121667,1.47]},"id":"ci15475953"}, -{"type":"Feature","properties":{"mag":1.28,"place":"18km SE of Gardnerville Ranchos, Nevada","time":1394789866105,"updated":1395080814000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441021","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441021.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":25,"net":"nn","code":"00441021","ids":",nn00441021,","sources":",nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":4,"dmin":0.342,"rms":null,"gap":259.9,"magType":"ml","type":"earthquake","title":"M 1.3 - 18km SE of Gardnerville Ranchos, Nevada"},"geometry":{"type":"Point","coordinates":[-119.6197,38.7479,12]},"id":"nn00441021"}, -{"type":"Feature","properties":{"mag":2.8,"place":"71km N of Tierras Nuevas Poniente, Puerto Rico","time":1394789818500,"updated":1394818774718,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14073005","ids":",pr14073005,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":0.63241396,"rms":0.18,"gap":262.8,"magType":"Md","type":"earthquake","title":"M 2.8 - 71km N of Tierras Nuevas Poniente, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4674,19.1103,28]},"id":"pr14073005"}, -{"type":"Feature","properties":{"mag":3.2,"place":"61km SW of Anchor Point, Alaska","time":1394789732000,"updated":1394818689778,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187153","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187153.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":158,"net":"ak","code":"11187153","ids":",ak11187153,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.89,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 61km SW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.726,59.4573,99.9]},"id":"ak11187153"}, -{"type":"Feature","properties":{"mag":4.4,"place":"7km ESE of Arriaga, Mexico","time":1394789500210,"updated":1394808150023,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb48","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb48.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nb48","ids":",usc000nb48,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.637,"rms":1.05,"gap":159,"magType":"mb","type":"earthquake","title":"M 4.4 - 7km ESE of Arriaga, Mexico"},"geometry":{"type":"Point","coordinates":[-93.8398,16.2036,115.08]},"id":"usc000nb48"}, -{"type":"Feature","properties":{"mag":1.4,"place":"10km NNW of Carson, Washington","time":1394789491300,"updated":1394821894537,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718591","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718591.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"uw","code":"60718591","ids":",uw60718591,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.1527136,"rms":0.21,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.4 - 10km NNW of Carson, Washington"},"geometry":{"type":"Point","coordinates":[-121.8707,45.8095,7.1]},"id":"uw60718591"}, -{"type":"Feature","properties":{"mag":1.5,"place":"38km W of Willow, Alaska","time":1394789383000,"updated":1394827430331,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187152","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187152.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187152","ids":",ak11187152,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.32,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 38km W of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7604,61.7599,68.7]},"id":"ak11187152"}, -{"type":"Feature","properties":{"mag":1.8,"place":"37km N of North Nenana, Alaska","time":1394789244000,"updated":1394789886578,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187150","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187150.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187150","ids":",ak11187150,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 37km N of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1223,64.9171,9.9]},"id":"ak11187150"}, -{"type":"Feature","properties":{"mag":1.6,"place":"30km ENE of Soledad, California","time":1394789157600,"updated":1394797807545,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184956","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184956.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72184956","ids":",nc72184956,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.07,"gap":108,"magType":"Md","type":"earthquake","title":"M 1.6 - 30km ENE of Soledad, California"},"geometry":{"type":"Point","coordinates":[-121.0335,36.5595,7.1]},"id":"nc72184956"}, -{"type":"Feature","properties":{"mag":1.2,"place":"51km NE of Y, Alaska","time":1394787839000,"updated":1394827138241,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187147","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187147.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11187147","ids":",ak11187147,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.39,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 51km NE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0939,62.4558,55.5]},"id":"ak11187147"}, -{"type":"Feature","properties":{"mag":3.1,"place":"41km SSE of Redoubt Volcano, Alaska","time":1394786680000,"updated":1394815632438,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187145","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187145.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":148,"net":"ak","code":"11187145","ids":",ak11187145,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 41km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5207,60.131,70.7]},"id":"ak11187145"}, -{"type":"Feature","properties":{"mag":1.24,"place":"9km SSE of Chester, California","time":1394786618900,"updated":1395102486659,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184936","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184936.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"nc","code":"72184936","ids":",nc72184936,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.2499,"rms":0.07,"gap":265,"magType":"md","type":"earthquake","title":"M 1.2 - 9km SSE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.178,40.2311667,5.86]},"id":"nc72184936"}, -{"type":"Feature","properties":{"mag":1.29,"place":"14km NNE of Virginia City, Nevada","time":1394786095156,"updated":1394850998000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441020","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441020.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"nn","code":"00441020","ids":",nn00441020,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":17,"dmin":0.141,"rms":0.1008,"gap":80.23,"magType":"ml","type":"earthquake","title":"M 1.3 - 14km NNE of Virginia City, Nevada"},"geometry":{"type":"Point","coordinates":[-119.5789,39.4249,9.5211]},"id":"nn00441020"}, -{"type":"Feature","properties":{"mag":2.2,"place":"30km WNW of Okanogan, Washington","time":1394785748200,"updated":1394821277403,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"uw","code":"60718576","ids":",uw60718576,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.42220818,"rms":0.33,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 2.2 - 30km WNW of Okanogan, Washington"},"geometry":{"type":"Point","coordinates":[-119.929,48.5115,0.3]},"id":"uw60718576"}, -{"type":"Feature","properties":{"mag":1.03,"place":"18km ESE of Anza, California","time":1394785126530,"updated":1394825083750,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475937","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475937.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475937","ids":",ci15475937,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.06165,"rms":0.14,"gap":97,"magType":"ml","type":"earthquake","title":"M 1.0 - 18km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.487,33.489,16.25]},"id":"ci15475937"}, -{"type":"Feature","properties":{"mag":4.7,"place":"69km SW of Sary-Tash, Kyrgyzstan","time":1394784911690,"updated":1394813867444,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb2n","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb2n.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nb2n","ids":",usc000nb2n,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.547,"rms":1.18,"gap":48,"magType":"mb","type":"earthquake","title":"M 4.7 - 69km SW of Sary-Tash, Kyrgyzstan"},"geometry":{"type":"Point","coordinates":[72.6057,39.3546,54.2]},"id":"usc000nb2n"}, -{"type":"Feature","properties":{"mag":2,"place":"51km NE of Road Town, British Virgin Islands","time":1394784845300,"updated":1394787054747,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073004.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14073004","ids":",pr14073004,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.45814079,"rms":0.02,"gap":338.4,"magType":"Md","type":"earthquake","title":"M 2.0 - 51km NE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.2667,18.7345,45]},"id":"pr14073004"}, -{"type":"Feature","properties":{"mag":1.27,"place":"10km SSE of Chester, California","time":1394784030730,"updated":1395106149060,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184916","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184916.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":25,"net":"nc","code":"72184916","ids":",nc72184916,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.2581,"rms":0.06,"gap":213,"magType":"md","type":"earthquake","title":"M 1.3 - 10km SSE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.167,40.2283333,5.75]},"id":"nc72184916"}, -{"type":"Feature","properties":{"mag":1.75,"place":"51km NE of Kernville, California","time":1394783895420,"updated":1394824192650,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475921.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":47,"net":"ci","code":"15475921","ids":",ci15475921,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.1616,"rms":0.14,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.8 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0543333,36.1116667,0.07]},"id":"ci15475921"}, -{"type":"Feature","properties":{"mag":1,"place":"27km ENE of West Yellowstone, Montana","time":1394783802800,"updated":1394825963527,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059327","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059327.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059327","ids":",uu60059327,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.16,"gap":162,"magType":"Ml","type":"earthquake","title":"M 1.0 - 27km ENE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-110.7858,44.751,7.3]},"id":"uu60059327"}, -{"type":"Feature","properties":{"mag":1.2,"place":"4km NW of Cobb, California","time":1394782243300,"updated":1394791566273,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184886","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184886.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184886","ids":",nc72184886,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 4km NW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7647,38.8445,2.1]},"id":"nc72184886"}, -{"type":"Feature","properties":{"mag":2,"place":"107km NW of Talkeetna, Alaska","time":1394782179000,"updated":1394783190434,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187125","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187125.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187125","ids":",ak11187125,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 107km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4938,63.0483,9.3]},"id":"ak11187125"}, -{"type":"Feature","properties":{"mag":1.2,"place":"4km NW of Cobb, California","time":1394782159300,"updated":1394789823219,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184881","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184881.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184881","ids":",nc72184881,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.09,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.2 - 4km NW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7615,38.8463,0.1]},"id":"nc72184881"}, -{"type":"Feature","properties":{"mag":1.7,"place":"91km NNW of Talkeetna, Alaska","time":1394781551000,"updated":1394826875195,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187124","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187124.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11187124","ids":",ak11187124,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.24,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 91km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8606,63.0659,123.5]},"id":"ak11187124"}, -{"type":"Feature","properties":{"mag":1.18,"place":"44km SW of Beatty, Nevada","time":1394780700290,"updated":1394850987000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475913","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475913.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475913","ids":",ci15475913,nn00441018,","sources":",ci,nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.2814,"rms":0.13,"gap":148,"magType":"ml","type":"earthquake","title":"M 1.2 - 44km SW of Beatty, Nevada"},"geometry":{"type":"Point","coordinates":[-117.1333333,36.6323333,5.82]},"id":"ci15475913"}, -{"type":"Feature","properties":{"mag":2.1,"place":"8km SSW of Volcano, Hawaii","time":1394780600300,"updated":1394780947269,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655846","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655846.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":68,"net":"hv","code":"60655846","ids":",hv60655846,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.26,"gap":295.2,"magType":"Ml","type":"earthquake","title":"M 2.1 - 8km SSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.256,19.3537,0.9]},"id":"hv60655846"}, -{"type":"Feature","properties":{"mag":1.8,"place":"37km SSE of Redoubt Volcano, Alaska","time":1394780405000,"updated":1394826618085,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187122","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187122.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ak","code":"11187122","ids":",ak11187122,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 37km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5466,60.1613,93]},"id":"ak11187122"}, -{"type":"Feature","properties":{"mag":4.7,"place":"47km NNE of Puquio, Peru","time":1394780164440,"updated":1394809122917,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb1n","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb1n.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nb1n","ids":",usc000nb1n,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.555,"rms":0.9,"gap":90,"magType":"mb","type":"earthquake","title":"M 4.7 - 47km NNE of Puquio, Peru"},"geometry":{"type":"Point","coordinates":[-74.0427,-14.2836,81.1]},"id":"usc000nb1n"}, -{"type":"Feature","properties":{"mag":2.3,"place":"62km ESE of Sutton-Alpine, Alaska","time":1394778364000,"updated":1394779466730,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187106","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187106.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11187106","ids":",ak11187106,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 62km ESE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-147.7207,61.619,11.7]},"id":"ak11187106"}, -{"type":"Feature","properties":{"mag":1.4,"place":"23km SE of Yosemite Valley, California","time":1394778010700,"updated":1394786822710,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72184836","ids":",nc72184836,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.04,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.36,37.6133,13.7]},"id":"nc72184836"}, -{"type":"Feature","properties":{"mag":1.55,"place":"22km NNE of Searles Valley, California","time":1394777536040,"updated":1394824245320,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475897","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475897.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":37,"net":"ci","code":"15475897","ids":",ci15475897,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.08064,"rms":0.13,"gap":65,"magType":"ml","type":"earthquake","title":"M 1.6 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3306667,35.962,6.97]},"id":"ci15475897"}, -{"type":"Feature","properties":{"mag":1,"place":"23km SE of Yosemite Valley, California","time":1394777293400,"updated":1394817423284,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184826","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184826.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72184826","ids":",nc72184826,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.19,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.363,37.6127,8.1]},"id":"nc72184826"}, -{"type":"Feature","properties":{"mag":2.3,"place":"23km ESE of Yosemite Valley, California","time":1394777092600,"updated":1394861523619,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184821","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184821.geojsonp","felt":2,"cdi":2.2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":82,"net":"nc","code":"72184821","ids":",nc72184821,nn00441014,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.21559567,"rms":0.06,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 2.3 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3527,37.6328,14.3]},"id":"nc72184821"}, -{"type":"Feature","properties":{"mag":2,"place":"106km NW of Talkeetna, Alaska","time":1394776847000,"updated":1394777761473,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187104","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187104.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":62,"net":"ak","code":"11187104","ids":",ak11187104,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 106km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4464,63.0556,4.3]},"id":"ak11187104"}, -{"type":"Feature","properties":{"mag":2.6,"place":"9km NNE of Villalba, Puerto Rico","time":1394776072200,"updated":1394805029374,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14073002","ids":",pr14073002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.22008724,"rms":0.31,"gap":154.8,"magType":"Md","type":"earthquake","title":"M 2.6 - 9km NNE of Villalba, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.4432,18.2003,86]},"id":"pr14073002"}, -{"type":"Feature","properties":{"mag":4.1,"place":"115km ENE of Amahai, Indonesia","time":1394775999330,"updated":1394804960353,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb0y","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb0y.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":259,"net":"us","code":"c000nb0y","ids":",usc000nb0y,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.328,"rms":0.65,"gap":114,"magType":"mb","type":"earthquake","title":"M 4.1 - 115km ENE of Amahai, Indonesia"},"geometry":{"type":"Point","coordinates":[129.9209,-3.056,59.37]},"id":"usc000nb0y"}, -{"type":"Feature","properties":{"mag":1.4,"place":"16km W of Mayaguez, Puerto Rico","time":1394774982100,"updated":1394783283147,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"pr","code":"14073003","ids":",pr14073003,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.20032431,"rms":0.03,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 16km W of Mayaguez, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.2977,18.1763,22]},"id":"pr14073003"}, -{"type":"Feature","properties":{"mag":1.9,"place":"62km NW of Talkeetna, Alaska","time":1394774532000,"updated":1394775691829,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187103","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187103.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"ak","code":"11187103","ids":",ak11187103,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":null,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.9 - 62km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0102,62.7043,50]},"id":"ak11187103"}, -{"type":"Feature","properties":{"mag":2.3,"place":"106km NW of Talkeetna, Alaska","time":1394774269000,"updated":1394775259759,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187100","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187100.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11187100","ids":",ak11187100,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 106km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4452,63.0589,6.3]},"id":"ak11187100"}, -{"type":"Feature","properties":{"mag":1.2,"place":"109km NW of Talkeetna, Alaska","time":1394774086000,"updated":1394826073735,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187099","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187099.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11187099","ids":",ak11187099,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.69,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 109km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.528,63.0619,11.2]},"id":"ak11187099"}, -{"type":"Feature","properties":{"mag":2.6,"place":"111km NW of Talkeetna, Alaska","time":1394773636000,"updated":1394802589817,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187091","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187091.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":104,"net":"ak","code":"11187091","ids":",ak11187091,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 111km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5043,63.0978,8.2]},"id":"ak11187091"}, -{"type":"Feature","properties":{"mag":1.8,"place":"108km NW of Talkeetna, Alaska","time":1394773146000,"updated":1394826072803,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187080","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187080.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ak","code":"11187080","ids":",ak11187080,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 108km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5223,63.0539,6.9]},"id":"ak11187080"}, -{"type":"Feature","properties":{"mag":1.25,"place":"15km NNW of Seeley, California","time":1394772998290,"updated":1394823383890,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475873","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475873.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475873","ids":",ci15475873,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.04033,"rms":0.16,"gap":57,"magType":"ml","type":"earthquake","title":"M 1.3 - 15km NNW of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.7778333,32.9091667,7.84]},"id":"ci15475873"}, -{"type":"Feature","properties":{"mag":2.6,"place":"111km NW of Talkeetna, Alaska","time":1394772938000,"updated":1394801903637,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187076","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187076.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":104,"net":"ak","code":"11187076","ids":",ak11187076,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.91,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 111km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4664,63.1117,18]},"id":"ak11187076"}, -{"type":"Feature","properties":{"mag":1.62,"place":"1km SW of Brawley, California","time":1394772757540,"updated":1394822624080,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475865.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"ci","code":"15475865","ids":",ci15475865,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.1303,"rms":0.15,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.6 - 1km SW of Brawley, California"},"geometry":{"type":"Point","coordinates":[-115.5445,32.9675,10.09]},"id":"ci15475865"}, -{"type":"Feature","properties":{"mag":4.3,"place":"180km NNW of Tobelo, Indonesia","time":1394772686320,"updated":1394801707310,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb03","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb03.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000nb03","ids":",usc000nb03,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.34,"rms":0.55,"gap":139,"magType":"mb","type":"earthquake","title":"M 4.3 - 180km NNW of Tobelo, Indonesia"},"geometry":{"type":"Point","coordinates":[127.1527,3.1187,63.78]},"id":"usc000nb03"}, -{"type":"Feature","properties":{"mag":4.4,"place":"119km N of Tobelo, Indonesia","time":1394771946220,"updated":1394800921486,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nazw","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nazw.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nazw","ids":",usc000nazw,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.172,"rms":0.8,"gap":74,"magType":"mb","type":"earthquake","title":"M 4.4 - 119km N of Tobelo, Indonesia"},"geometry":{"type":"Point","coordinates":[128.1982,2.792,141.77]},"id":"usc000nazw"}, -{"type":"Feature","properties":{"mag":2.6,"place":"8km NNE of Guthrie, Oklahoma","time":1394770764260,"updated":1394927313000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc7e","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc7e.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"us","code":"c000nc7e","ids":",usc000nc7e,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.44,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 8km NNE of Guthrie, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.395,35.951,3.6]},"id":"usc000nc7e"}, -{"type":"Feature","properties":{"mag":1.05,"place":"52km N of Pahrump, Nevada","time":1394770548608,"updated":1394850965000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"nn","code":"00441005","ids":",nn00441005,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":11,"dmin":0.104,"rms":0.135,"gap":231.24,"magType":"ml","type":"earthquake","title":"M 1.1 - 52km N of Pahrump, Nevada"},"geometry":{"type":"Point","coordinates":[-115.8736,36.676,4.3855]},"id":"nn00441005"}, -{"type":"Feature","properties":{"mag":1.8,"place":"8km ESE of Big Lake, Alaska","time":1394770269000,"updated":1394771158302,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187073","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187073.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11187073","ids":",ak11187073,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 8km ESE of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8,61.4992,36.9]},"id":"ak11187073"}, -{"type":"Feature","properties":{"mag":2.5,"place":"15km NE of Anchor Point, Alaska","time":1394770042000,"updated":1394799001989,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187070","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187070.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":96,"net":"ak","code":"11187070","ids":",ak11187070,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 15km NE of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-151.6592,59.8835,19.8]},"id":"ak11187070"}, -{"type":"Feature","properties":{"mag":1.47,"place":"25km ENE of Pine Valley, California","time":1394769962770,"updated":1394822296240,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475857","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475857.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":33,"net":"ci","code":"15475857","ids":",ci15475857,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.02489,"rms":0.24,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.5 - 25km ENE of Pine Valley, California"},"geometry":{"type":"Point","coordinates":[-116.2771667,32.9023333,2.53]},"id":"ci15475857"}, -{"type":"Feature","properties":{"mag":2.05,"place":"3km ESE of Redway, California","time":1394769754300,"updated":1395195724915,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184761","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184761.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":65,"net":"nc","code":"72184761","ids":",nc72184761,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1067,"rms":0.1,"gap":88,"magType":"md","type":"earthquake","title":"M 2.1 - 3km ESE of Redway, California"},"geometry":{"type":"Point","coordinates":[-123.779,40.11,21.17]},"id":"nc72184761"}, -{"type":"Feature","properties":{"mag":1.6,"place":"20km W of Portola, California","time":1394769722900,"updated":1395107466376,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184766","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184766.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"nc","code":"72184766","ids":",nc72184766,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.04491576,"rms":0.14,"gap":133.2,"magType":"Md","type":"earthquake","title":"M 1.6 - 20km W of Portola, California"},"geometry":{"type":"Point","coordinates":[-120.7127,39.7948,0.7]},"id":"nc72184766"}, -{"type":"Feature","properties":{"mag":1.4,"place":"123km W of Cantwell, Alaska","time":1394769572000,"updated":1394770093322,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187069","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187069.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11187069","ids":",ak11187069,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 123km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4123,63.3018,10.5]},"id":"ak11187069"}, -{"type":"Feature","properties":{"mag":1.01,"place":"9km WNW of The Geysers, California","time":1394768044490,"updated":1394769846633,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184751","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184751.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":16,"net":"nc","code":"72184751","ids":",nc72184751,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.007145,"rms":0.02,"gap":75,"magType":"md","type":"earthquake","title":"M 1.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8441696,38.822834,2.42]},"id":"nc72184751"}, -{"type":"Feature","properties":{"mag":2.1,"place":"7km NW of Perkins, Oklahoma","time":1394767480720,"updated":1394834281446,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb2a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb2a.geojsonp","felt":2,"cdi":2.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"us","code":"c000nb2a","ids":",usc000nb2a,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.345,"rms":0.31,"gap":83,"magType":"mb_lg","type":"earthquake","title":"M 2.1 - 7km NW of Perkins, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.0905,36.021,5.71]},"id":"usc000nb2a"}, -{"type":"Feature","properties":{"mag":5.1,"place":"95km ENE of Amahai, Indonesia","time":1394767355150,"updated":1394796315864,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naz2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naz2.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":400,"net":"us","code":"c000naz2","ids":",usc000naz2,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.535,"rms":1.18,"gap":61,"magType":"mb","type":"earthquake","title":"M 5.1 - 95km ENE of Amahai, Indonesia"},"geometry":{"type":"Point","coordinates":[129.7115,-2.9968,34.63]},"id":"usc000naz2"}, -{"type":"Feature","properties":{"mag":2.2,"place":"3km SSE of Boqueron, Puerto Rico","time":1394767164200,"updated":1394770951389,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"pr","code":"14073001","ids":",pr14073001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.04311913,"rms":0.21,"gap":259.2,"magType":"Md","type":"earthquake","title":"M 2.2 - 3km SSE of Boqueron, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.153,17.9958,16]},"id":"pr14073001"}, -{"type":"Feature","properties":{"mag":2,"place":"8km E of Hidden Valley Lake, California","time":1394766398000,"updated":1394837702432,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184741","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184741.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72184741","ids":",nc72184741,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.08,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 2.0 - 8km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4592,38.803,9.5]},"id":"nc72184741"}, -{"type":"Feature","properties":{"mag":1.7,"place":"19km SE of Pahala, Hawaii","time":1394765959600,"updated":1394769916809,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"hv","code":"60655696","ids":",hv60655696,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.12576414,"rms":0.09,"gap":262.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 19km SE of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3598,19.0725,33.5]},"id":"hv60655696"}, -{"type":"Feature","properties":{"mag":2.9,"place":"61km WSW of Talkeetna, Alaska","time":1394765561000,"updated":1394794517154,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186940","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186940.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":129,"net":"ak","code":"11186940","ids":",ak11186940,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.01,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 61km WSW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2697,62.2015,75.3]},"id":"ak11186940"}, -{"type":"Feature","properties":{"mag":2.1,"place":"23km NE of Greenfield, California","time":1394764720000,"updated":1394835062630,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72184721","ids":",nc72184721,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.04491576,"rms":0.07,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 2.1 - 23km NE of Greenfield, California"},"geometry":{"type":"Point","coordinates":[-121.0495,36.4685,6.4]},"id":"nc72184721"}, -{"type":"Feature","properties":{"mag":2.3,"place":"10km SSE of Volcano, Hawaii","time":1394764626800,"updated":1394774244915,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655686","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655686.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":81,"net":"hv","code":"60655686","ids":",hv60655686,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.13,"gap":72,"magType":"Ml","type":"earthquake","title":"M 2.3 - 10km SSE of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1852,19.3485,6]},"id":"hv60655686"}, -{"type":"Feature","properties":{"mag":2,"place":"9km WNW of The Geysers, California","time":1394763927600,"updated":1394841068544,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184711","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184711.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72184711","ids":",nc72184711,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8448,38.8225,2.5]},"id":"nc72184711"}, -{"type":"Feature","properties":{"mag":2,"place":"9km WNW of The Geysers, California","time":1394763840000,"updated":1394835964202,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184706","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184706.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72184706","ids":",nc72184706,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8445,38.8227,2.6]},"id":"nc72184706"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1394763757400,"updated":1394767146674,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184701","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184701.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72184701","ids":",nc72184701,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8182,38.8098,3.3]},"id":"nc72184701"}, -{"type":"Feature","properties":{"mag":2.9,"place":"8km NW of Perkins, Oklahoma","time":1394763734470,"updated":1394832173829,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naye","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naye.geojsonp","felt":15,"cdi":3.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":135,"net":"us","code":"c000naye","ids":",usc000naye,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.338,"rms":0.57,"gap":56,"magType":"mb_lg","type":"earthquake","title":"M 2.9 - 8km NW of Perkins, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.1098,36.0201,5]},"id":"usc000naye"}, -{"type":"Feature","properties":{"mag":1,"place":"9km WNW of The Geysers, California","time":1394763630100,"updated":1394767146673,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72184696","ids":",nc72184696,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.0 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8453,38.8227,2.7]},"id":"nc72184696"}, -{"type":"Feature","properties":{"mag":2.9,"place":"54km WSW of Stella, Puerto Rico","time":1394763487200,"updated":1394792443919,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14073000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14073000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14073000","ids":",pr14073000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":8,"dmin":0.61444765,"rms":0.2,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.9 - 54km WSW of Stella, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.7356,18.1599,6]},"id":"pr14073000"}, -{"type":"Feature","properties":{"mag":4.2,"place":"South of Panama","time":1394762750340,"updated":1394791705115,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naya","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naya.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":271,"net":"us","code":"c000naya","ids":",usc000naya,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.421,"rms":1.22,"gap":164,"magType":"mb","type":"earthquake","title":"M 4.2 - South of Panama"},"geometry":{"type":"Point","coordinates":[-82.9601,3.2713,9.69]},"id":"usc000naya"}, -{"type":"Feature","properties":{"mag":1.1,"place":"2km SE of Hercules, California","time":1394762499000,"updated":1394765523688,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184686","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184686.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72184686","ids":",nc72184686,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.04491576,"rms":0.06,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.1 - 2km SE of Hercules, California"},"geometry":{"type":"Point","coordinates":[-122.2645,38.0032,7.3]},"id":"nc72184686"}, -{"type":"Feature","properties":{"mag":1.6,"place":"45km NE of Sutton-Alpine, Alaska","time":1394761503000,"updated":1394762157763,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186933","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186933.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11186933","ids":",ak11186933,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 45km NE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.1258,62.0275,16.9]},"id":"ak11186933"}, -{"type":"Feature","properties":{"mag":3.4,"place":"5km SSE of Healy, Alaska","time":1394759677000,"updated":1394788628128,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186917","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186917.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":178,"net":"ak","code":"11186917","ids":",ak11186917,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.4 - 5km SSE of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9009,63.8126,100]},"id":"ak11186917"}, -{"type":"Feature","properties":{"mag":1.8,"place":"3km NE of Rio Dell, California","time":1394759345700,"updated":1395197347930,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184661.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72184661","ids":",nc72184661,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.1,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 3km NE of Rio Dell, California"},"geometry":{"type":"Point","coordinates":[-124.0817,40.5218,20.7]},"id":"nc72184661"}, -{"type":"Feature","properties":{"mag":1.27,"place":"9km NNE of Silver Springs, Nevada","time":1394759178001,"updated":1395085429000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00441000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00441000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":25,"net":"nn","code":"00441000","ids":",nn00441000,","sources":",nn,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,","nst":19,"dmin":0.281,"rms":0.1223,"gap":140.79,"magType":"ml","type":"earthquake","title":"M 1.3 - 9km NNE of Silver Springs, Nevada"},"geometry":{"type":"Point","coordinates":[-119.162,39.4883,10.206]},"id":"nn00441000"}, -{"type":"Feature","properties":{"mag":1.02,"place":"47km N of Inyokern, California","time":1394758078190,"updated":1394820578605,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475809","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475809.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475809","ids":",ci15475809,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.04699,"rms":0.13,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.0 - 47km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8535,36.0706667,1.85]},"id":"ci15475809"}, -{"type":"Feature","properties":{"mag":1.03,"place":"16km S of Aguanga, California","time":1394757756890,"updated":1394820238357,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475801","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475801.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475801","ids":",ci15475801,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.06097,"rms":0.16,"gap":98,"magType":"ml","type":"earthquake","title":"M 1.0 - 16km S of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.8351667,33.297,15.6]},"id":"ci15475801"}, -{"type":"Feature","properties":{"mag":1.1,"place":"115km NW of Talkeetna, Alaska","time":1394757720000,"updated":1394825774824,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186847","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186847.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11186847","ids":",ak11186847,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 115km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.4161,63.1645,9.4]},"id":"ak11186847"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km NNW of The Geysers, California","time":1394756899900,"updated":1394852707386,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"nc","code":"72184626","ids":",nc72184626,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":32.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km NNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7703,38.8067,2.3]},"id":"nc72184626"}, -{"type":"Feature","properties":{"mag":1.6,"place":"45km WNW of Talkeetna, Alaska","time":1394756286000,"updated":1394757056232,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186825","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186825.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11186825","ids":",ak11186825,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.05,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 45km WNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.8998,62.4932,81.7]},"id":"ak11186825"}, -{"type":"Feature","properties":{"mag":1.1,"place":"2km NNW of Cobb, California","time":1394756065600,"updated":1394756165223,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184616","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184616.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72184616","ids":",nc72184616,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":118.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 2km NNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.739,38.8438,2.1]},"id":"nc72184616"}, -{"type":"Feature","properties":{"mag":2.2,"place":"5km SSW of Ridgemark, California","time":1394755225200,"updated":1394776388671,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184606","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184606.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":75,"net":"nc","code":"72184606","ids":",nc72184606,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.11,"gap":25.2,"magType":"Md","type":"earthquake","title":"M 2.2 - 5km SSW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.402,36.7672,9.7]},"id":"nc72184606"}, -{"type":"Feature","properties":{"mag":1.3,"place":"12km WNW of Yucca Valley, California","time":1394755119260,"updated":1394757247790,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475777","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475777.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ci","code":"15475777","ids":",ci15475777,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":42,"dmin":0.1307,"rms":0.12,"gap":37,"magType":"ml","type":"earthquake","title":"M 1.3 - 12km WNW of Yucca Valley, California"},"geometry":{"type":"Point","coordinates":[-116.5588333,34.1655,8.79]},"id":"ci15475777"}, -{"type":"Feature","properties":{"mag":2.7,"place":"66km NNE of Redoubt Volcano, Alaska","time":1394754694000,"updated":1394783642911,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186817","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186817.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":112,"net":"ak","code":"11186817","ids":",ak11186817,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.75,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.7 - 66km NNE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.3875,61.0577,100]},"id":"ak11186817"}, -{"type":"Feature","properties":{"mag":4.7,"place":"South of the Fiji Islands","time":1394754190050,"updated":1394783142544,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000naw1","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000naw1.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000naw1","ids":",usc000naw1,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.798,"rms":0.93,"gap":85,"magType":"mb","type":"earthquake","title":"M 4.7 - South of the Fiji Islands"},"geometry":{"type":"Point","coordinates":[-176.7932,-23.5128,126.9]},"id":"usc000naw1"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km NW of The Geysers, California","time":1394754033500,"updated":1394757423053,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184596","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184596.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72184596","ids":",nc72184596,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.5 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8107,38.8203,3.1]},"id":"nc72184596"}, -{"type":"Feature","properties":{"mag":2.9,"place":"88km W of Ferndale, California","time":1394753266200,"updated":1394868306862,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184591","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184591.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"nc","code":"72184591","ids":",nc72184591,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.73661853,"rms":0.32,"gap":295.2,"magType":"H","type":"earthquake","title":"M 2.9 - 88km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3042,40.5415,22.6]},"id":"nc72184591"}, -{"type":"Feature","properties":{"mag":3.5,"place":"7km NW of Waikoloa Village, Hawaii","time":1394753127800,"updated":1394998781761,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655561.geojsonp","felt":40,"cdi":3.4,"mmi":3.29,"alert":null,"status":"REVIEWED","tsunami":null,"sig":202,"net":"hv","code":"60655561","ids":",hv60655561,usc000navu,","sources":",hv,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,","nst":null,"dmin":0.16169675,"rms":0.11,"gap":133.2,"magType":"Ml","type":"earthquake","title":"M 3.5 - 7km NW of Waikoloa Village, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.8758,19.9873,11]},"id":"hv60655561"}, -{"type":"Feature","properties":{"mag":1.7,"place":"60km SW of Cantwell, Alaska","time":1394752583000,"updated":1394753458153,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186764","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186764.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11186764","ids":",ak11186764,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.85,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 60km SW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8508,63.0298,86.2]},"id":"ak11186764"}, -{"type":"Feature","properties":{"mag":1.4,"place":"18km NE of Fairbanks, Alaska","time":1394752580000,"updated":1394753457243,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186762","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186762.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"ak","code":"11186762","ids":",ak11186762,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 18km NE of Fairbanks, Alaska"},"geometry":{"type":"Point","coordinates":[-147.4473,64.9627,0]},"id":"ak11186762"}, -{"type":"Feature","properties":{"mag":3.2,"place":"77km N of Hatillo, Puerto Rico","time":1394752427900,"updated":1394756458093,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072004.geojsonp","felt":1,"cdi":2.7,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":158,"net":"pr","code":"14072004","ids":",pr14072004,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":15,"dmin":0.7581781,"rms":0.28,"gap":288,"magType":"Md","type":"earthquake","title":"M 3.2 - 77km N of Hatillo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.8506,19.1884,11]},"id":"pr14072004"}, -{"type":"Feature","properties":{"mag":4.8,"place":"209km W of Chichi-shima, Japan","time":1394752376130,"updated":1394781337794,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nav7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nav7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000nav7","ids":",usc000nav7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":6.206,"rms":0.88,"gap":30,"magType":"mb","type":"earthquake","title":"M 4.8 - 209km W of Chichi-shima, Japan"},"geometry":{"type":"Point","coordinates":[140.1162,26.8932,528.43]},"id":"usc000nav7"}, -{"type":"Feature","properties":{"mag":1,"place":"51km N of Inyokern, California","time":1394751059210,"updated":1394753615007,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475753","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475753.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ci","code":"15475753","ids":",ci15475753,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.01566,"rms":0.09,"gap":246,"magType":"ml","type":"earthquake","title":"M 1.0 - 51km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8696667,36.1076667,6.55]},"id":"ci15475753"}, -{"type":"Feature","properties":{"mag":1.3,"place":"5km NW of The Geysers, California","time":1394750907000,"updated":1394766365219,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72184576","ids":",nc72184576,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 5km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7963,38.8212,3]},"id":"nc72184576"}, -{"type":"Feature","properties":{"mag":2.41,"place":"23km ESE of Yosemite Valley, California","time":1394750792330,"updated":1394774650506,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184571","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184571.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":90,"net":"nc","code":"72184571","ids":",nc72184571,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":41,"dmin":0.2156,"rms":0.07,"gap":123,"magType":"md","type":"earthquake","title":"M 2.4 - 23km ESE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3511667,37.6261667,14.24]},"id":"nc72184571"}, -{"type":"Feature","properties":{"mag":4.9,"place":"233km ESE of Lambasa, Fiji","time":1394749892240,"updated":1394778843658,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000natm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000natm.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000natm","ids":",usc000natm,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":3.339,"rms":1.19,"gap":77,"magType":"mb","type":"earthquake","title":"M 4.9 - 233km ESE of Lambasa, Fiji"},"geometry":{"type":"Point","coordinates":[-178.5258,-17.0461,146.43]},"id":"usc000natm"}, -{"type":"Feature","properties":{"mag":1.6,"place":"83km SE of Prineville, Oregon","time":1394749872100,"updated":1394811328247,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60718316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60718316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":39,"net":"uw","code":"60718316","ids":",uw60718316,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.53000602,"rms":0.28,"gap":104.4,"magType":"Md","type":"quarry","title":"M 1.6 Quarry Blast - 83km SE of Prineville, Oregon"},"geometry":{"type":"Point","coordinates":[-120.2215,43.6927,0]},"id":"uw60718316"}, -{"type":"Feature","properties":{"mag":1.21,"place":"4km W of Universal City, California","time":1394748376280,"updated":1394750994660,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475737","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475737.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15475737","ids":",ci15475737,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.02438,"rms":0.13,"gap":109,"magType":"ml","type":"earthquake","title":"M 1.2 - 4km W of Universal City, California"},"geometry":{"type":"Point","coordinates":[-118.4015,34.1316667,1.77]},"id":"ci15475737"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km WNW of The Geysers, California","time":1394748002300,"updated":1394753765622,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184556","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184556.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184556","ids":",nc72184556,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":180,"magType":"Md","type":"earthquake","title":"M 1.2 - 1km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7767,38.7818,1.6]},"id":"nc72184556"}, -{"type":"Feature","properties":{"mag":1.8,"place":"1km WNW of The Geysers, California","time":1394747973500,"updated":1394758685321,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184551","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184551.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"nc","code":"72184551","ids":",nc72184551,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.04,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.8 - 1km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7735,38.7825,1.5]},"id":"nc72184551"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km WNW of The Geysers, California","time":1394747969900,"updated":1394763304687,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184546","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184546.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"nc","code":"72184546","ids":",nc72184546,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":129.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 1km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.773,38.7825,1.4]},"id":"nc72184546"}, -{"type":"Feature","properties":{"mag":1.2,"place":"10km WNW of The Geysers, California","time":1394747136400,"updated":1394761445132,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184541","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184541.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184541","ids":",nc72184541,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.04,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.2 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8575,38.825,2.4]},"id":"nc72184541"}, -{"type":"Feature","properties":{"mag":2,"place":"14km NW of Mountain View, Hawaii","time":1394745192100,"updated":1394752799764,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655441","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655441.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"hv","code":"60655441","ids":",hv60655441,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.17966306,"rms":0.12,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 2.0 - 14km NW of Mountain View, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2067,19.6485,39]},"id":"hv60655441"}, -{"type":"Feature","properties":{"mag":1.7,"place":"15km ENE of Healy, Alaska","time":1394745156000,"updated":1394757055272,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186581","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186581.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11186581","ids":",ak11186581,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 15km ENE of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.6831,63.9177,5.9]},"id":"ak11186581"}, -{"type":"Feature","properties":{"mag":1.1,"place":"6km NW of The Geysers, California","time":1394745141600,"updated":1394747043242,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184516","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184516.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72184516","ids":",nc72184516,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8127,38.819,3.5]},"id":"nc72184516"}, -{"type":"Feature","properties":{"mag":1.4,"place":"11km N of Cambria, California","time":1394745022300,"updated":1394759712135,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184511","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184511.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72184511","ids":",nc72184511,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.05389892,"rms":0.04,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 11km N of Cambria, California"},"geometry":{"type":"Point","coordinates":[-121.0607,35.6693,5.1]},"id":"nc72184511"}, -{"type":"Feature","properties":{"mag":1.25,"place":"3km SSE of Granite Hills, California","time":1394744408130,"updated":1394745579910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475729","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475729.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475729","ids":",ci15475729,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.0562,"rms":0.15,"gap":76,"magType":"ml","type":"quarry_blast","title":"M 1.3 Quarry_blast - 3km SSE of Granite Hills, California"},"geometry":{"type":"Point","coordinates":[-116.8921667,32.7726667,0.01]},"id":"ci15475729"}, -{"type":"Feature","properties":{"mag":2.3,"place":"54km WNW of Anchor Point, Alaska","time":1394743721000,"updated":1394744374367,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186564","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186564.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":81,"net":"ak","code":"11186564","ids":",ak11186564,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 54km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7462,59.9311,100]},"id":"ak11186564"}, -{"type":"Feature","properties":{"mag":1.1,"place":"23km SE of Yosemite Valley, California","time":1394742377300,"updated":1394823305239,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184501","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184501.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72184501","ids":",nc72184501,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.12,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3573,37.6145,8.1]},"id":"nc72184501"}, -{"type":"Feature","properties":{"mag":1.62,"place":"11km ESE of Boonville, California","time":1394742031830,"updated":1395110587049,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184496","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184496.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"nc","code":"72184496","ids":",nc72184496,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.05384,"rms":0.07,"gap":57,"magType":"md","type":"earthquake","title":"M 1.6 - 11km ESE of Boonville, California"},"geometry":{"type":"Point","coordinates":[-123.2345,38.9831667,7.3]},"id":"nc72184496"}, -{"type":"Feature","properties":{"mag":2.5,"place":"4km SSE of Boqueron, Puerto Rico","time":1394741760800,"updated":1395064019000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14072003","ids":",pr14072003,usc000nam3,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":13,"dmin":0.03862756,"rms":0.25,"gap":216,"magType":"Md","type":"earthquake","title":"M 2.5 - 4km SSE of Boqueron, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.1484,17.9962,17]},"id":"pr14072003"}, -{"type":"Feature","properties":{"mag":1.5,"place":"73km W of Cantwell, Alaska","time":1394741364000,"updated":1395103231785,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191878","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191878.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11191878","ids":",ak11191878,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 73km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3996,63.263,116.4]},"id":"ak11191878"}, -{"type":"Feature","properties":{"mag":1.5,"place":"56km WSW of Valdez, Alaska","time":1394741304000,"updated":1395103229412,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191877","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191877.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11191877","ids":",ak11191877,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.89,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 56km WSW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2728,60.9013,14.7]},"id":"ak11191877"}, -{"type":"Feature","properties":{"mag":1.4,"place":"1km NE of Union City, California","time":1394740889300,"updated":1395195724912,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184486","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184486.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"nc","code":"72184486","ids":",nc72184486,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.08,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 1km NE of Union City, California"},"geometry":{"type":"Point","coordinates":[-122.009,37.6032,4.9]},"id":"nc72184486"}, -{"type":"Feature","properties":{"mag":1.41,"place":"52km NE of Kernville, California","time":1394739821530,"updated":1394745168620,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":31,"net":"ci","code":"15475721","ids":",ci15475721,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.1612,"rms":0.12,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.4 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0538333,36.1138333,1]},"id":"ci15475721"}, -{"type":"Feature","properties":{"mag":1.6,"place":"69km NE of Talkeetna, Alaska","time":1394739578000,"updated":1394740371659,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186513","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186513.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11186513","ids":",ak11186513,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 69km NE of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0873,62.7378,66.4]},"id":"ak11186513"}, -{"type":"Feature","properties":{"mag":1.39,"place":"4km SW of Bodfish, California","time":1394739495500,"updated":1394740230410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475713","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475713.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15475713","ids":",ci15475713,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1095,"rms":0.16,"gap":81,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km SW of Bodfish, California"},"geometry":{"type":"Point","coordinates":[-118.5201667,35.5596667,1.76]},"id":"ci15475713"}, -{"type":"Feature","properties":{"mag":1.5,"place":"8km ENE of San Martin, California","time":1394739435700,"updated":1394754426815,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184476","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184476.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72184476","ids":",nc72184476,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.00898315,"rms":0.06,"gap":104.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 8km ENE of San Martin, California"},"geometry":{"type":"Point","coordinates":[-121.5208,37.1217,7.2]},"id":"nc72184476"}, -{"type":"Feature","properties":{"mag":4.5,"place":"3km E of Pare, Indonesia","time":1394738244360,"updated":1395067304757,"tz":420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nahz","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nahz.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000nahz","ids":",usc000nahz,","sources":",us,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.694,"rms":1.44,"gap":112,"magType":"mb","type":"earthquake","title":"M 4.5 - 3km E of Pare, Indonesia"},"geometry":{"type":"Point","coordinates":[112.2262,-7.7624,193.53]},"id":"usc000nahz"}, -{"type":"Feature","properties":{"mag":5.2,"place":"212km WSW of Gold Beach, Oregon","time":1394737894620,"updated":1394824379374,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nah5","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nah5.geojsonp","felt":4,"cdi":2,"mmi":2.43,"alert":null,"status":"reviewed","tsunami":1,"sig":417,"net":"us","code":"c000nah5","ids":",at00n2e2nd,usc000nah5,nc72184461,gcmt20140313191134,","sources":",at,us,nc,gcmt,","types":",cap,dyfi,general-link,geoserve,impact-link,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":null,"dmin":2.016,"rms":0.98,"gap":113,"magType":"mwr","type":"earthquake","title":"M 5.2 - 212km WSW of Gold Beach, Oregon"},"geometry":{"type":"Point","coordinates":[-126.8934,41.8668,10]},"id":"usc000nah5"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km SW of Quarry near San Rafael, CA","time":1394737592200,"updated":1394846081085,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184456","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184456.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"nc","code":"72184456","ids":",nc72184456,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.11,"gap":140.4,"magType":"Md","type":"quarry","title":"M 1.2 Quarry Blast - 1km SW of Quarry near San Rafael, CA"},"geometry":{"type":"Point","coordinates":[-122.4567,37.985,0]},"id":"nc72184456"}, -{"type":"Feature","properties":{"mag":2.6,"place":"41km S of Redoubt Volcano, Alaska","time":1394736603000,"updated":1394765558099,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186330","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186330.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":104,"net":"ak","code":"11186330","ids":",ak11186330,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 41km S of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.7697,60.1131,100]},"id":"ak11186330"}, -{"type":"Feature","properties":{"mag":2.57,"place":"39km SW of Ferndale, California","time":1394736456020,"updated":1395075062000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184436.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":102,"net":"nc","code":"72184436","ids":",nc72184436,usc000nafr,","sources":",nc,us,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.2414,"rms":0.15,"gap":232,"magType":"md","type":"earthquake","title":"M 2.6 - 39km SW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-124.5996667,40.3333333,20.53]},"id":"nc72184436"}, -{"type":"Feature","properties":{"mag":4.7,"place":"116km SW of Merizo Village, Guam","time":1394736311970,"updated":1395079056000,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nagb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nagb.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000nagb","ids":",usc000nagb,","sources":",us,","types":",dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.41,"rms":0.64,"gap":107,"magType":"mb","type":"earthquake","title":"M 4.7 - 116km SW of Merizo Village, Guam"},"geometry":{"type":"Point","coordinates":[143.8523,12.5783,63.79]},"id":"usc000nagb"}, -{"type":"Feature","properties":{"mag":1.6,"place":"63km WNW of Talkeetna, Alaska","time":1394735861000,"updated":1394738307198,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186318","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186318.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11186318","ids":",ak11186318,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 63km WNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.3096,62.4423,87.2]},"id":"ak11186318"}, -{"type":"Feature","properties":{"mag":1.97,"place":"16km ESE of Fernley, Nevada","time":1394734214186,"updated":1394763162207,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440960","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440960.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":60,"net":"nn","code":"00440960","ids":",nn00440960,","sources":",nn,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":17,"dmin":0.283,"rms":0.1156,"gap":158.44,"magType":"ml","type":"earthquake","title":"M 2.0 - 16km ESE of Fernley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.0614,39.578,8.6505]},"id":"nn00440960"}, -{"type":"Feature","properties":{"mag":1.56,"place":"13km W of Mojave, California","time":1394732999030,"updated":1394739138910,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475697","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475697.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":37,"net":"ci","code":"15475697","ids":",ci15475697,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.05903,"rms":0.12,"gap":48,"magType":"ml","type":"quarry_blast","title":"M 1.6 Quarry_blast - 13km W of Mojave, California"},"geometry":{"type":"Point","coordinates":[-118.3218333,35.0475,0.01]},"id":"ci15475697"}, -{"type":"Feature","properties":{"mag":1.6,"place":"58km WNW of Cantwell, Alaska","time":1394732195000,"updated":1395103205919,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191872","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191872.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11191872","ids":",ak11191872,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 58km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.0874,63.5272,136]},"id":"ak11191872"}, -{"type":"Feature","properties":{"mag":4.4,"place":"9km E of Ribnica, Slovenia","time":1394731919000,"updated":1395099105116,"tz":60,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nacg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nacg.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000nacg","ids":",usc000nacg,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.79,"rms":0.91,"gap":39,"magType":"mb","type":"earthquake","title":"M 4.4 - 9km E of Ribnica, Slovenia"},"geometry":{"type":"Point","coordinates":[14.85,45.75,2]},"id":"usc000nacg"}, -{"type":"Feature","properties":{"mag":1.7,"place":"89km ENE of Cantwell, Alaska","time":1394731229000,"updated":1394731758692,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186273","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186273.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11186273","ids":",ak11186273,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 89km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.1888,63.5468,20.4]},"id":"ak11186273"}, -{"type":"Feature","properties":{"mag":1,"place":"37km NNW of Kanab, Utah","time":1394730982800,"updated":1394825153411,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059247","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059247.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"uu","code":"60059247","ids":",uu60059247,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.26949459,"rms":0.09,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 37km NNW of Kanab, Utah"},"geometry":{"type":"Point","coordinates":[-112.679,37.3647,16.3]},"id":"uu60059247"}, -{"type":"Feature","properties":{"mag":5.3,"place":"East of the South Sandwich Islands","time":1394730752570,"updated":1394753539000,"tz":-60,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nac6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nac6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":432,"net":"us","code":"c000nac6","ids":",usc000nac6,","sources":",us,","types":",cap,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":11.122,"rms":0.86,"gap":86,"magType":"mb","type":"earthquake","title":"M 5.3 - East of the South Sandwich Islands"},"geometry":{"type":"Point","coordinates":[-19.6455,-60.7674,10]},"id":"usc000nac6"}, -{"type":"Feature","properties":{"mag":6.3,"place":"15km NNE of Kunisaki-shi, Japan","time":1394730410800,"updated":1395098672491,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nabv","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nabv.geojsonp","felt":50,"cdi":7.2,"mmi":5.87,"alert":"green","status":"reviewed","tsunami":null,"sig":647,"net":"us","code":"c000nabv","ids":",usc000nabv,gcmt20140313170651,","sources":",us,gcmt,","types":",cap,dyfi,general-link,geoserve,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.963,"rms":1.26,"gap":14,"magType":"mwb","type":"earthquake","title":"M 6.3 - 15km NNE of Kunisaki-shi, Japan"},"geometry":{"type":"Point","coordinates":[131.8197,33.6793,79]},"id":"usc000nabv"}, -{"type":"Feature","properties":{"mag":1.8,"place":"187km NNE of Cape Yakataga, Alaska","time":1394730408000,"updated":1394730907726,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186263","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186263.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11186263","ids":",ak11186263,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 187km NNE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.7483,61.5362,7.1]},"id":"ak11186263"}, -{"type":"Feature","properties":{"mag":1.7,"place":"6km SW of Knik-Fairview, Alaska","time":1394729753000,"updated":1394730416471,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11186126","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11186126.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":44,"net":"ak","code":"11186126","ids":",ak11186126,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":10,"dmin":null,"rms":0.65,"gap":147.599988192,"magType":"ml","type":"earthquake","title":"M 1.7 - 6km SW of Knik-Fairview, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7054,61.478,34.4]},"id":"ak11186126"}, -{"type":"Feature","properties":{"mag":2.5,"place":"23km WNW of Medford, Oklahoma","time":1394727152300,"updated":1394821313000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nabb","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nabb.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nabb","ids":",usc000nabb,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.89,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 23km WNW of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.984,36.881,5]},"id":"usc000nabb"}, -{"type":"Feature","properties":{"mag":1.09,"place":"4km SE of Loma Linda, California","time":1394726530240,"updated":1394737930450,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475633","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475633.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":18,"net":"ci","code":"15475633","ids":",ci15475633,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.101,"rms":0.13,"gap":83,"magType":"ml","type":"earthquake","title":"M 1.1 - 4km SE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.2321667,34.018,16.1]},"id":"ci15475633"}, -{"type":"Feature","properties":{"mag":1.5,"place":"88km NNW of Talkeetna, Alaska","time":1394724826000,"updated":1394733174604,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185993","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185993.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11185993","ids":",ak11185993,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 88km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9271,63.0257,124.3]},"id":"ak11185993"}, -{"type":"Feature","properties":{"mag":2.5,"place":"27km NNW of Charlotte Amalie, U.S. Virgin Islands","time":1394723232200,"updated":1394819466000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14072002","ids":",pr14072002,usc000na9t,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":5,"dmin":0.23356197,"rms":0.15,"gap":244.8,"magType":"Md","type":"earthquake","title":"M 2.5 - 27km NNW of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.9994,18.582,23]},"id":"pr14072002"}, -{"type":"Feature","properties":{"mag":1.9,"place":"5km WSW of Volcano, Hawaii","time":1394722186800,"updated":1394722362348,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60655291","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60655291.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":56,"net":"hv","code":"60655291","ids":",hv60655291,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.00898315,"rms":0.1,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.9 - 5km WSW of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2815,19.4047,2.1]},"id":"hv60655291"}, -{"type":"Feature","properties":{"mag":2,"place":"46km WNW of Tremonton, Utah","time":1394721802600,"updated":1394824807319,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059232","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059232.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"uu","code":"60059232","ids":",uu60059232,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.09881468,"rms":0.19,"gap":165.6,"magType":"Ml","type":"earthquake","title":"M 2.0 - 46km WNW of Tremonton, Utah"},"geometry":{"type":"Point","coordinates":[-112.695,41.8578,4.3]},"id":"uu60059232"}, -{"type":"Feature","properties":{"mag":1.9,"place":"8km SE of Chester, California","time":1394721169500,"updated":1394745004532,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72184321","ids":",nc72184321,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.03,"gap":162,"magType":"Md","type":"earthquake","title":"M 1.9 - 8km SE of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.1715,40.2428,4.5]},"id":"nc72184321"}, -{"type":"Feature","properties":{"mag":1.2,"place":"2km ENE of The Geysers, California","time":1394720378400,"updated":1394728503832,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184316","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184316.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72184316","ids":",nc72184316,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.2 - 2km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7302,38.7895,2.2]},"id":"nc72184316"}, -{"type":"Feature","properties":{"mag":1.39,"place":"4km NNE of Julian, California","time":1394720331780,"updated":1394736234450,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475609","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475609.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15475609","ids":",ci15475609,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.1603,"rms":0.13,"gap":81,"magType":"ml","type":"earthquake","title":"M 1.4 - 4km NNE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.5875,33.1208333,10.49]},"id":"ci15475609"}, -{"type":"Feature","properties":{"mag":4.1,"place":"59km WNW of Abepura, Indonesia","time":1394720264720,"updated":1395078599704,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na8f","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na8f.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":259,"net":"us","code":"c000na8f","ids":",usc000na8f,","sources":",us,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":7.315,"rms":0.46,"gap":94,"magType":"mb","type":"earthquake","title":"M 4.1 - 59km WNW of Abepura, Indonesia"},"geometry":{"type":"Point","coordinates":[140.06,-2.5149,36.45]},"id":"usc000na8f"}, -{"type":"Feature","properties":{"mag":1.8,"place":"39km WNW of Sisters, Oregon","time":1394720136700,"updated":1394832562883,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717926","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717926.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":50,"net":"uw","code":"60717926","ids":",uw60717926,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.86238267,"rms":0.37,"gap":356.4,"magType":"Md","type":"quarry","title":"M 1.8 Quarry Blast - 39km WNW of Sisters, Oregon"},"geometry":{"type":"Point","coordinates":[-121.996,44.4365,0]},"id":"uw60717926"}, -{"type":"Feature","properties":{"mag":1.36,"place":"7km WNW of The Geysers, California","time":1394718569080,"updated":1394722863571,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184296","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184296.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":28,"net":"nc","code":"72184296","ids":",nc72184296,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.0043,"rms":0.03,"gap":87,"magType":"md","type":"earthquake","title":"M 1.4 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8249969,38.8116684,2.35]},"id":"nc72184296"}, -{"type":"Feature","properties":{"mag":1.8,"place":"122km W of Cantwell, Alaska","time":1394717267000,"updated":1394718130739,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185981","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185981.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":50,"net":"ak","code":"11185981","ids":",ak11185981,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.73,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 122km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.3993,63.3941,0.2]},"id":"ak11185981"}, -{"type":"Feature","properties":{"mag":3.1,"place":"57km S of Adak, Alaska","time":1394717095000,"updated":1395103227890,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191865","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191865.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11191865","ids":",ak11191865,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.27,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 57km S of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-176.6488,51.3669,43.1]},"id":"ak11191865"}, -{"type":"Feature","properties":{"mag":5.5,"place":"15km NW of Amatignak Island, Alaska","time":1394716859310,"updated":1395103736017,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na69","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na69.geojsonp","felt":null,"cdi":null,"mmi":4.3,"alert":"green","status":"reviewed","tsunami":1,"sig":465,"net":"us","code":"c000na69","ids":",at00n2dmf0,usc000na69,ak11185956,gcmt20140313132059,","sources":",at,us,ak,gcmt,","types":",cap,dyfi,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":1.411,"rms":0.76,"gap":56,"magType":"mwb","type":"earthquake","title":"M 5.5 - 15km NW of Amatignak Island, Alaska"},"geometry":{"type":"Point","coordinates":[-179.2745,51.3615,37]},"id":"usc000na69"}, -{"type":"Feature","properties":{"mag":2.1,"place":"8km E of Hidden Valley Lake, California","time":1394715982800,"updated":1394743025831,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184281","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184281.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72184281","ids":",nc72184281,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.08,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 2.1 - 8km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4575,38.8033,9.4]},"id":"nc72184281"}, -{"type":"Feature","properties":{"mag":2.8,"place":"96km W of Ferndale, California","time":1394714204200,"updated":1395119102424,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184276.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"nc","code":"72184276","ids":",nc72184276,","sources":",nc,","types":",dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.7995006,"rms":0.3,"gap":280.8,"magType":"Md","type":"earthquake","title":"M 2.8 - 96km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.3858,40.4085,15.1]},"id":"nc72184276"}, -{"type":"Feature","properties":{"mag":1.16,"place":"5km W of Yucaipa, California","time":1394713829370,"updated":1394735166150,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475593","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475593.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475593","ids":",ci15475593,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":42,"dmin":0.01215,"rms":0.17,"gap":33,"magType":"ml","type":"earthquake","title":"M 1.2 - 5km W of Yucaipa, California"},"geometry":{"type":"Point","coordinates":[-117.0981667,34.0326667,8.06]},"id":"ci15475593"}, -{"type":"Feature","properties":{"mag":1.1,"place":"14km SW of Salton City, California","time":1394711983060,"updated":1394734590100,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475585","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475585.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15475585","ids":",ci15475585,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.09949,"rms":0.21,"gap":67,"magType":"ml","type":"earthquake","title":"M 1.1 - 14km SW of Salton City, California"},"geometry":{"type":"Point","coordinates":[-116.0716667,33.2111667,11.19]},"id":"ci15475585"}, -{"type":"Feature","properties":{"mag":1,"place":"6km NW of The Geysers, California","time":1394709897700,"updated":1394715966229,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184256","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184256.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72184256","ids":",nc72184256,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8198,38.8147,3.7]},"id":"nc72184256"}, -{"type":"Feature","properties":{"mag":1.11,"place":"37km NNW of Searles Valley, California","time":1394708570700,"updated":1394733217068,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475577","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475577.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15475577","ids":",ci15475577,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.07133,"rms":0.08,"gap":131,"magType":"ml","type":"earthquake","title":"M 1.1 - 37km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5755,36.0713333,6.39]},"id":"ci15475577"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km NNW of New Madrid, Missouri","time":1394708487000,"updated":1394723663775,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm031314b","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm031314b.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"nm","code":"031314b","ids":",nm031314b,","sources":",nm,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":0.06288207,"rms":0.06,"gap":79.199993664001,"magType":"md","type":"earthquake","title":"M 1.5 - 7km NNW of New Madrid, Missouri"},"geometry":{"type":"Point","coordinates":[-89.5458,36.6496,7.5]},"id":"nm031314b"}, -{"type":"Feature","properties":{"mag":2.2,"place":"35km NNW of Valdez, Alaska","time":1394707863000,"updated":1394708210238,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185953","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185953.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11185953","ids":",ak11185953,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 35km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6439,61.4169,28.6]},"id":"ak11185953"}, -{"type":"Feature","properties":{"mag":2.5,"place":"93km SSW of Amukta Island, Alaska","time":1394707728000,"updated":1395103250190,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191861.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11191861","ids":",ak11191861,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.68,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 93km SSW of Amukta Island, Alaska"},"geometry":{"type":"Point","coordinates":[-171.869,51.7379,35.5]},"id":"ak11191861"}, -{"type":"Feature","properties":{"mag":1.7,"place":"41km S of Port Alberni, Canada","time":1394707422700,"updated":1394825326764,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717896","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717896.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"uw","code":"60717896","ids":",uw60717896,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.1527136,"rms":0.32,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 41km S of Port Alberni, Canada"},"geometry":{"type":"Point","coordinates":[-124.8047,48.869,13.5]},"id":"uw60717896"}, -{"type":"Feature","properties":{"mag":1.1,"place":"52km NE of Kernville, California","time":1394704779070,"updated":1394732343410,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ci","code":"15475561","ids":",ci15475561,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.1611,"rms":0.09,"gap":80,"magType":"ml","type":"earthquake","title":"M 1.1 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.124,1.94]},"id":"ci15475561"}, -{"type":"Feature","properties":{"mag":1.23,"place":"8km NW of The Geysers, California","time":1394704021990,"updated":1394712725412,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184221","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184221.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":23,"net":"nc","code":"72184221","ids":",nc72184221,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.01478,"rms":0.03,"gap":54,"magType":"md","type":"earthquake","title":"M 1.2 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8320007,38.8235016,2.8]},"id":"nc72184221"}, -{"type":"Feature","properties":{"mag":1.6,"place":"84km ENE of Cantwell, Alaska","time":1394702575000,"updated":1394703158961,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185947","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185947.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11185947","ids":",ak11185947,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.51,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 84km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2834,63.5348,0.2]},"id":"ak11185947"}, -{"type":"Feature","properties":{"mag":3.8,"place":"110km ESE of Akutan, Alaska","time":1394702357000,"updated":1395103589062,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185944","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185944.geojsonp","felt":null,"cdi":null,"mmi":2.41,"alert":null,"status":"reviewed","tsunami":null,"sig":222,"net":"ak","code":"11185944","ids":",ak11185944,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,shakemap,tectonic-summary,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.8 - 110km ESE of Akutan, Alaska"},"geometry":{"type":"Point","coordinates":[-164.1475,53.8615,26.4]},"id":"ak11185944"}, -{"type":"Feature","properties":{"mag":1.2,"place":"7km NNE of Cantwell, Alaska","time":1394702131000,"updated":1394702311703,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185943","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185943.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11185943","ids":",ak11185943,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.26,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 7km NNE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.9058,63.4586,18.9]},"id":"ak11185943"}, -{"type":"Feature","properties":{"mag":2.24,"place":"16km ESE of Fernley, Nevada","time":1394701861233,"updated":1394718888000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440935","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440935.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":77,"net":"nn","code":"00440935","ids":",nn00440935,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":21,"dmin":0.278,"rms":0.103,"gap":157.82,"magType":"ml","type":"earthquake","title":"M 2.2 - 16km ESE of Fernley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.0685,39.5782,11.3326]},"id":"nn00440935"}, -{"type":"Feature","properties":{"mag":2.02,"place":"51km NE of Kernville, California","time":1394701349860,"updated":1394731932610,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475553","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475553.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":63,"net":"ci","code":"15475553","ids":",ci15475553,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1611,"rms":0.14,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0533333,36.1068333,2.39]},"id":"ci15475553"}, -{"type":"Feature","properties":{"mag":1.5,"place":"60km W of Anchor Point, Alaska","time":1394700632000,"updated":1395103207308,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191854","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191854.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11191854","ids":",ak11191854,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.64,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 60km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.9138,59.7919,8.6]},"id":"ak11191854"}, -{"type":"Feature","properties":{"mag":1.04,"place":"50km NE of Kernville, California","time":1394699313000,"updated":1394731251765,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475545","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475545.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15475545","ids":",ci15475545,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":5,"dmin":0.1858,"rms":0.11,"gap":259,"magType":"ml","type":"earthquake","title":"M 1.0 - 50km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0843333,36.1206667,5.61]},"id":"ci15475545"}, -{"type":"Feature","properties":{"mag":4.3,"place":"49km SE of Iztapa, Guatemala","time":1394698939860,"updated":1394727888312,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na2f","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na2f.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000na2f","ids":",usc000na2f,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.163,"rms":1.05,"gap":177,"magType":"mb","type":"earthquake","title":"M 4.3 - 49km SE of Iztapa, Guatemala"},"geometry":{"type":"Point","coordinates":[-90.4244,13.5865,64.85]},"id":"usc000na2f"}, -{"type":"Feature","properties":{"mag":1.16,"place":"22km ENE of Weldon, California","time":1394698201620,"updated":1394731149470,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475537","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475537.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475537","ids":",ci15475537,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.03091,"rms":0.13,"gap":71,"magType":"ml","type":"earthquake","title":"M 1.2 - 22km ENE of Weldon, California"},"geometry":{"type":"Point","coordinates":[-118.0533333,35.723,8.76]},"id":"ci15475537"}, -{"type":"Feature","properties":{"mag":1.6,"place":"14km N of Y, Alaska","time":1394698165000,"updated":1394698894250,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185925","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185925.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"ak","code":"11185925","ids":",ak11185925,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.25,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 14km N of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8131,62.29,15.9]},"id":"ak11185925"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km NNE of Mullan, Idaho","time":1394697695700,"updated":1395157725951,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14913477","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14913477.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"mb","code":"14913477","ids":",mb14913477,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":10,"dmin":0.7366185,"rms":0.23,"gap":183.599985312,"magType":"mc","type":"earthquake","title":"M 1.6 - 6km NNE of Mullan, Idaho"},"geometry":{"type":"Point","coordinates":[-115.7615,47.519,0]},"id":"mb14913477"}, -{"type":"Feature","properties":{"mag":2,"place":"52km NE of Kernville, California","time":1394696976560,"updated":1394730524740,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475521","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475521.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ci","code":"15475521","ids":",ci15475521,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.1611,"rms":0.12,"gap":79,"magType":"ml","type":"earthquake","title":"M 2.0 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.1228333,2.11]},"id":"ci15475521"}, -{"type":"Feature","properties":{"mag":1.2,"place":"38km E of Lima, Montana","time":1394696786800,"updated":1395157720908,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14124250","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14124250.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"mb","code":"14124250","ids":",mb14124250,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":13,"dmin":0.2030193,"rms":0.14,"gap":118.799990496,"magType":"mc","type":"earthquake","title":"M 1.2 - 38km E of Lima, Montana"},"geometry":{"type":"Point","coordinates":[-112.1116,44.6168,5.2]},"id":"mb14124250"}, -{"type":"Feature","properties":{"mag":1.63,"place":"11km E of Big Pine, California","time":1394695943051,"updated":1394735851000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440932","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440932.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":41,"net":"nn","code":"00440932","ids":",nn00440932,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.23,"rms":0.1326,"gap":180.77,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km E of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-118.1664,37.1505,0]},"id":"nn00440932"}, -{"type":"Feature","properties":{"mag":2.4,"place":"86km E of Old Iliamna, Alaska","time":1394694520000,"updated":1395103213179,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191852","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191852.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11191852","ids":",ak11191852,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.78,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 86km E of Old Iliamna, Alaska"},"geometry":{"type":"Point","coordinates":[-153.3819,59.7533,133.7]},"id":"ak11191852"}, -{"type":"Feature","properties":{"mag":1.3,"place":"7km WNW of Cobb, California","time":1394693510700,"updated":1394702767314,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184136","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184136.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72184136","ids":",nc72184136,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.12,"gap":212.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 7km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7952,38.851,0.2]},"id":"nc72184136"}, -{"type":"Feature","properties":{"mag":2.8,"place":"74km N of Culebra, Puerto Rico","time":1394692585400,"updated":1394721540962,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14072000","ids":",pr14072000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":18,"dmin":0.66565163,"rms":0.23,"gap":234,"magType":"Md","type":"earthquake","title":"M 2.8 - 74km N of Culebra, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-65.3544,18.974,42]},"id":"pr14072000"}, -{"type":"Feature","properties":{"mag":2.1,"place":"66km WSW of Willow, Alaska","time":1394691647000,"updated":1394692226069,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185917","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185917.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"ak","code":"11185917","ids":",ak11185917,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 66km WSW of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-151.2538,61.6151,74.4]},"id":"ak11185917"}, -{"type":"Feature","properties":{"mag":5.2,"place":"197km S of `Ohonua, Tonga","time":1394690962140,"updated":1394719916385,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na1d","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na1d.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000na1d","ids":",usc000na1d,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":6.12,"rms":0.71,"gap":153,"magType":"mb","type":"earthquake","title":"M 5.2 - 197km S of `Ohonua, Tonga"},"geometry":{"type":"Point","coordinates":[-174.8758,-23.112,35.13]},"id":"usc000na1d"}, -{"type":"Feature","properties":{"mag":2.2,"place":"51km N of Valdez, Alaska","time":1394689608000,"updated":1394690081066,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185901","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185901.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":74,"net":"ak","code":"11185901","ids":",ak11185901,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 51km N of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.4915,61.5868,14.8]},"id":"ak11185901"}, -{"type":"Feature","properties":{"mag":4.6,"place":"34km WSW of Jiquilillo, Nicaragua","time":1394689522120,"updated":1394691424000,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000na10","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000na10.geojsonp","felt":1,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000na10","ids":",usc000na10,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.418,"rms":1.01,"gap":122,"magType":"mb","type":"earthquake","title":"M 4.6 - 34km WSW of Jiquilillo, Nicaragua"},"geometry":{"type":"Point","coordinates":[-87.7289,12.5894,76.56]},"id":"usc000na10"}, -{"type":"Feature","properties":{"mag":1.8,"place":"24km SW of Coalinga, California","time":1394689277600,"updated":1394701149380,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184111","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184111.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72184111","ids":",nc72184111,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.02694946,"rms":0.08,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 24km SW of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.5357,35.9762,6.6]},"id":"nc72184111"}, -{"type":"Feature","properties":{"mag":1.2,"place":"53km S of Cantwell, Alaska","time":1394687917000,"updated":1394688346490,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185899","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185899.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":22,"net":"ak","code":"11185899","ids":",ak11185899,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 53km S of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1255,62.919,80.3]},"id":"ak11185899"}, -{"type":"Feature","properties":{"mag":2.7,"place":"61km SSW of Isla Vista, California","time":1394687562890,"updated":1394742000379,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475489","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475489.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"ci","code":"15475489","ids":",ci15475489,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1575,"rms":0.17,"gap":170,"magType":"ml","type":"earthquake","title":"M 2.7 - 61km SSW of Isla Vista, California"},"geometry":{"type":"Point","coordinates":[-120.204,33.9388333,2.04]},"id":"ci15475489"}, -{"type":"Feature","properties":{"mag":2.5,"place":"47km N of Charlotte Amalie, U.S. Virgin Islands","time":1394687145300,"updated":1394716103407,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14072001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14072001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14072001","ids":",pr14072001,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":11,"dmin":0.41951324,"rms":0.27,"gap":237.6,"magType":"Md","type":"earthquake","title":"M 2.5 - 47km N of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.911,18.7716,33]},"id":"pr14072001"}, -{"type":"Feature","properties":{"mag":1.84,"place":"9km E of Hidden Valley Lake, California","time":1394686246320,"updated":1394746146603,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184091","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184091.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"nc","code":"72184091","ids":",nc72184091,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":40,"dmin":0.01164,"rms":0.1,"gap":67,"magType":"md","type":"earthquake","title":"M 1.8 - 9km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4543333,38.7953333,8.87]},"id":"nc72184091"}, -{"type":"Feature","properties":{"mag":2.04,"place":"51km NE of Kernville, California","time":1394686024650,"updated":1394739356230,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475481","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475481.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":64,"net":"ci","code":"15475481","ids":",ci15475481,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1618,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0541667,36.106,1.09]},"id":"ci15475481"}, -{"type":"Feature","properties":{"mag":1,"place":"2km ESE of Mammoth Lakes, California","time":1394685944700,"updated":1394840527527,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184051","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184051.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":15,"net":"nc","code":"72184051","ids":",nc72184051,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.15,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 2km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9465,37.6407,3.1]},"id":"nc72184051"}, -{"type":"Feature","properties":{"mag":1.61,"place":"51km NE of Kernville, California","time":1394685926760,"updated":1394739046760,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475473","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475473.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":40,"net":"ci","code":"15475473","ids":",ci15475473,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.1631,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.6 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0556667,36.1053333,0.91]},"id":"ci15475473"}, -{"type":"Feature","properties":{"mag":1.26,"place":"5km NW of West Hollywood, California","time":1394685732120,"updated":1394738847540,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475457","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475457.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475457","ids":",ci15475457,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.02508,"rms":0.16,"gap":117,"magType":"ml","type":"earthquake","title":"M 1.3 - 5km NW of West Hollywood, California"},"geometry":{"type":"Point","coordinates":[-118.4096667,34.1198333,2.84]},"id":"ci15475457"}, -{"type":"Feature","properties":{"mag":1.36,"place":"52km NE of Kernville, California","time":1394685680990,"updated":1394738602620,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475449","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475449.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15475449","ids":",ci15475449,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":24,"dmin":0.162,"rms":0.14,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.4 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0548333,36.123,1.04]},"id":"ci15475449"}, -{"type":"Feature","properties":{"mag":1.7,"place":"1km ENE of The Geysers, California","time":1394684563500,"updated":1394686621985,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184036","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184036.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":44,"net":"nc","code":"72184036","ids":",nc72184036,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.11,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.7 - 1km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7402,38.7852,0.1]},"id":"nc72184036"}, -{"type":"Feature","properties":{"mag":1.8,"place":"1km ENE of The Geysers, California","time":1394684559600,"updated":1394697788260,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72184031","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72184031.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72184031","ids":",nc72184031,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.8 - 1km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7438,38.7835,1.4]},"id":"nc72184031"}, -{"type":"Feature","properties":{"mag":1.65,"place":"52km NE of Kernville, California","time":1394681667910,"updated":1394737655130,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475433","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475433.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":42,"net":"ci","code":"15475433","ids":",ci15475433,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.1625,"rms":0.12,"gap":79,"magType":"ml","type":"earthquake","title":"M 1.7 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0555,36.1191667,1.3]},"id":"ci15475433"}, -{"type":"Feature","properties":{"mag":1.5,"place":"71km ENE of Cantwell, Alaska","time":1394681228000,"updated":1394681650388,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185885","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185885.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":35,"net":"ak","code":"11185885","ids":",ak11185885,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.42,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 71km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.5415,63.5301,9.6]},"id":"ak11185885"}, -{"type":"Feature","properties":{"mag":1.4,"place":"85km NNW of Talkeetna, Alaska","time":1394680652000,"updated":1395103211096,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191846","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191846.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11191846","ids":",ak11191846,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 85km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7593,63.0265,114.5]},"id":"ak11191846"}, -{"type":"Feature","properties":{"mag":1.89,"place":"22km NNE of Searles Valley, California","time":1394679948460,"updated":1394737363920,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475425","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475425.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":55,"net":"ci","code":"15475425","ids":",ci15475425,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.08144,"rms":0.14,"gap":57,"magType":"ml","type":"earthquake","title":"M 1.9 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3323333,35.9621667,6.1]},"id":"ci15475425"}, -{"type":"Feature","properties":{"mag":1.81,"place":"22km NNE of Searles Valley, California","time":1394679924230,"updated":1394737165660,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475417","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475417.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ci","code":"15475417","ids":",ci15475417,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.08259,"rms":0.15,"gap":58,"magType":"ml","type":"earthquake","title":"M 1.8 - 22km NNE of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.3291667,35.9648333,6.75]},"id":"ci15475417"}, -{"type":"Feature","properties":{"mag":2.5,"place":"46km N of Valdez, Alaska","time":1394679262000,"updated":1394708210986,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185872","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185872.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":96,"net":"ak","code":"11185872","ids":",ak11185872,","sources":",ak,","types":",dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":1.02,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 46km N of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.4243,61.5492,39.7]},"id":"ak11185872"}, -{"type":"Feature","properties":{"mag":1.6,"place":"51km NE of Kernville, California","time":1394679182130,"updated":1394736858130,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475409","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475409.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ci","code":"15475409","ids":",ci15475409,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.1622,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 1.6 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0548333,36.1083333,0.94]},"id":"ci15475409"}, -{"type":"Feature","properties":{"mag":1.5,"place":"2km SE of Lilbourn, Missouri","time":1394679044900,"updated":1394721425465,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm031314a","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm031314a.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"nm","code":"031314a","ids":",nm031314a,","sources":",nm,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":16,"dmin":0.03593261,"rms":0.05,"gap":64.799994816,"magType":"md","type":"earthquake","title":"M 1.5 - 2km SE of Lilbourn, Missouri"},"geometry":{"type":"Point","coordinates":[-89.5968,36.5724,7.5]},"id":"nm031314a"}, -{"type":"Feature","properties":{"mag":1.59,"place":"12km E of Big Pine, California","time":1394678408200,"updated":1394843950000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440921.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":39,"net":"nn","code":"00440921","ids":",ci15475401,nn00440921,","sources":",ci,nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.218,"rms":null,"gap":176.69,"magType":"ml","type":"earthquake","title":"M 1.6 - 12km E of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-118.1484,37.1709,0]},"id":"nn00440921"}, -{"type":"Feature","properties":{"mag":2.95,"place":"51km NE of Kernville, California","time":1394677589530,"updated":1394736004860,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475385","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475385.geojsonp","felt":2,"cdi":2.2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":134,"net":"ci","code":"15475385","ids":",ci15475385,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":36,"dmin":0.1623,"rms":0.16,"gap":72,"magType":"ml","type":"earthquake","title":"M 3.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.055,36.1096667,0.8]},"id":"ci15475385"}, -{"type":"Feature","properties":{"mag":2.12,"place":"51km NE of Kernville, California","time":1394677092620,"updated":1394733803911,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475361","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475361.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":69,"net":"ci","code":"15475361","ids":",ci15475361,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.1613,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.1 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0536667,36.1083333,1.16]},"id":"ci15475361"}, -{"type":"Feature","properties":{"mag":2.04,"place":"51km NE of Kernville, California","time":1394676979740,"updated":1394735053942,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475353","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475353.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":64,"net":"ci","code":"15475353","ids":",ci15475353,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.1602,"rms":0.15,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.0 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0525,36.1101667,2.03]},"id":"ci15475353"}, -{"type":"Feature","properties":{"mag":2.61,"place":"52km NE of Kernville, California","time":1394676858780,"updated":1394732677330,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475345","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475345.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":105,"net":"ci","code":"15475345","ids":",ci15475345,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.1598,"rms":0.13,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.6 - 52km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.0521667,36.1166667,1.23]},"id":"ci15475345"}, -{"type":"Feature","properties":{"mag":4.39,"place":"51km NE of Kernville, California","time":1394676664030,"updated":1395183715515,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475329","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475329.geojsonp","felt":56,"cdi":3.8,"mmi":5.16,"alert":"green","status":"reviewed","tsunami":1,"sig":318,"net":"ci","code":"15475329","ids":",at00n2creg,ci15475329,","sources":",at,ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shakemap,","nst":42,"dmin":0.1351,"rms":0.15,"gap":70,"magType":"mw","type":"earthquake","title":"M 4.4 - 51km NE of Kernville, California"},"geometry":{"type":"Point","coordinates":[-118.055,36.1116667,0.21]},"id":"ci15475329"}, -{"type":"Feature","properties":{"mag":1.34,"place":"23km S of Bodfish, California","time":1394676612760,"updated":1394733527131,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475337","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475337.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15475337","ids":",ci15475337,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.09502,"rms":0.13,"gap":80,"magType":"ml","type":"earthquake","title":"M 1.3 - 23km S of Bodfish, California"},"geometry":{"type":"Point","coordinates":[-118.4801667,35.3731667,9.29]},"id":"ci15475337"}, -{"type":"Feature","properties":{"mag":1.3,"place":"1km N of The Geysers, California","time":1394676244200,"updated":1394676343618,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183931","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183931.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183931","ids":",nc72183931,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":97.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7553,38.7892,1.8]},"id":"nc72183931"}, -{"type":"Feature","properties":{"mag":2.82,"place":"34km WSW of Vandenberg Air Force Base, California","time":1394676167550,"updated":1394733286524,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475321.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":123,"net":"ci","code":"15475321","ids":",ci15475321,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.3424,"rms":0.26,"gap":233,"magType":"ml","type":"earthquake","title":"M 2.8 - 34km WSW of Vandenberg Air Force Base, California"},"geometry":{"type":"Point","coordinates":[-120.8893333,34.677,12.96]},"id":"ci15475321"}, -{"type":"Feature","properties":{"mag":1.3,"place":"73km ENE of Cantwell, Alaska","time":1394675993000,"updated":1394676415972,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185869","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185869.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":26,"net":"ak","code":"11185869","ids":",ak11185869,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 73km ENE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.5117,63.5315,1.2]},"id":"ak11185869"}, -{"type":"Feature","properties":{"mag":1.6,"place":"10km NW of The Geysers, California","time":1394675469200,"updated":1394680926748,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183921","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183921.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72183921","ids":",nc72183921,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.03,"gap":57.6,"magType":"Md","type":"earthquake","title":"M 1.6 - 10km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8523,38.8277,2.4]},"id":"nc72183921"}, -{"type":"Feature","properties":{"mag":1.02,"place":"34km NNW of Searles Valley, California","time":1394674566200,"updated":1394732977465,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci37179093","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37179093.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"37179093","ids":",ci37179093,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.07482,"rms":0.15,"gap":98,"magType":"ml","type":"earthquake","title":"M 1.0 - 34km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5798333,36.0445,2.61]},"id":"ci37179093"}, -{"type":"Feature","properties":{"mag":1.24,"place":"34km NNW of Searles Valley, California","time":1394674544460,"updated":1394732774220,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475313","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475313.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":24,"net":"ci","code":"15475313","ids":",ci15475313,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":13,"dmin":0.07601,"rms":0.12,"gap":99,"magType":"ml","type":"earthquake","title":"M 1.2 - 34km NNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5815,36.0453333,2.84]},"id":"ci15475313"}, -{"type":"Feature","properties":{"mag":5.1,"place":"5km SSW of Ometepec, Mexico","time":1394673673460,"updated":1394693146340,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9w3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9w3.geojsonp","felt":3,"cdi":4.7,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":402,"net":"us","code":"c000n9w3","ids":",usc000n9w3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.931,"rms":1.36,"gap":125,"magType":"mb","type":"earthquake","title":"M 5.1 - 5km SSW of Ometepec, Mexico"},"geometry":{"type":"Point","coordinates":[-98.427,16.6353,35]},"id":"usc000n9w3"}, -{"type":"Feature","properties":{"mag":1.3,"place":"37km WSW of Healy, Alaska","time":1394672781000,"updated":1395103215390,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191841","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191841.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11191841","ids":",ak11191841,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 37km WSW of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-149.6817,63.7527,136.7]},"id":"ak11191841"}, -{"type":"Feature","properties":{"mag":1.2,"place":"80km WSW of Cantwell, Alaska","time":1394672384000,"updated":1395103214247,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11191840","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11191840.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11191840","ids":",ak11191840,","sources":",ak,","types":",general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.29,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 80km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4269,63.1174,102.6]},"id":"ak11191840"}, -{"type":"Feature","properties":{"mag":1.6,"place":"3km ESE of Mammoth Lakes, California","time":1394672087900,"updated":1394672198437,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183881","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183881.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72183881","ids":",nc72183881,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.6 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9285,37.6413,7.1]},"id":"nc72183881"}, -{"type":"Feature","properties":{"mag":1.4,"place":"4km E of Mammoth Lakes, California","time":1394672036700,"updated":1394672138433,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183871","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183871.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183871","ids":",nc72183871,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.02,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 4km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.926,37.6413,9.3]},"id":"nc72183871"}, -{"type":"Feature","properties":{"mag":1.2,"place":"3km ESE of Mammoth Lakes, California","time":1394671993100,"updated":1394672093427,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183861","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183861.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72183861","ids":",nc72183861,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.02694946,"rms":0.02,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.2 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.931,37.6415,8.2]},"id":"nc72183861"}, -{"type":"Feature","properties":{"mag":1,"place":"3km ESE of Mammoth Lakes, California","time":1394671955300,"updated":1394672053422,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183851","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183851.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72183851","ids":",nc72183851,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.02694946,"rms":0.03,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.0 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9327,37.6345,6.1]},"id":"nc72183851"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km ESE of Mammoth Lakes, California","time":1394671943700,"updated":1394742364654,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183846","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183846.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"nc","code":"72183846","ids":",nc72183846,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.04,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9322,37.6363,7.6]},"id":"nc72183846"}, -{"type":"Feature","properties":{"mag":1.4,"place":"6km ESE of Mammoth Lakes, California","time":1394671895800,"updated":1394675286312,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183841","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183841.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183841","ids":",nc72183841,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.21,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 6km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9083,37.6297,1.4]},"id":"nc72183841"}, -{"type":"Feature","properties":{"mag":1.1,"place":"3km ESE of Mammoth Lakes, California","time":1394671851600,"updated":1394674805453,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183836","ids":",nc72183836,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.04,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.1 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.931,37.638,7.2]},"id":"nc72183836"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km ESE of Mammoth Lakes, California","time":1394671761600,"updated":1394674805451,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183826","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183826.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183826","ids":",nc72183826,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.01,"gap":140.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9328,37.6418,7.9]},"id":"nc72183826"}, -{"type":"Feature","properties":{"mag":1,"place":"7km E of Mammoth Lakes, California","time":1394671573000,"updated":1394671673391,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183821","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183821.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":15,"net":"nc","code":"72183821","ids":",nc72183821,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.01796631,"rms":0.01,"gap":223.2,"magType":"Md","type":"earthquake","title":"M 1.0 - 7km E of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.8828,37.6423,1.2]},"id":"nc72183821"}, -{"type":"Feature","properties":{"mag":1.6,"place":"1km E of East Concord, New Hampshire","time":1394671038220,"updated":1394789675000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nb3v","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nb3v.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"us","code":"c000nb3v","ids":",usc000nb3v,","sources":",us,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.249,"rms":0.16,"gap":130,"magType":"ml","type":"earthquake","title":"M 1.6 - 1km E of East Concord, New Hampshire"},"geometry":{"type":"Point","coordinates":[-71.5223,43.2402,4.51]},"id":"usc000nb3v"}, -{"type":"Feature","properties":{"mag":1.4,"place":"20km N of Pahala, Hawaii","time":1394670651700,"updated":1394676014843,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654806","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654806.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":30,"net":"hv","code":"60654806","ids":",hv60654806,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.03593261,"rms":0.11,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 20km N of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.4827,19.3927,10.3]},"id":"hv60654806"}, -{"type":"Feature","properties":{"mag":3.1,"place":"94km SSW of Amukta Island, Alaska","time":1394670142000,"updated":1394731129258,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185775","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185775.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11185775","ids":",ak11185775,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.76,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 94km SSW of Amukta Island, Alaska"},"geometry":{"type":"Point","coordinates":[-171.7953,51.7081,19.4]},"id":"ak11185775"}, -{"type":"Feature","properties":{"mag":2.7,"place":"12km ENE of Anthony, Kansas","time":1394669814600,"updated":1394698769746,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9v7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9v7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":112,"net":"us","code":"c000n9v7","ids":",usc000n9v7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.687,"rms":0.59,"gap":131,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 12km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.9012,37.1903,5]},"id":"usc000n9v7"}, -{"type":"Feature","properties":{"mag":2,"place":"14km S of Hamilton City, California","time":1394669140200,"updated":1394683922103,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183786","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183786.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72183786","ids":",nc72183786,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.31441035,"rms":0.14,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 2.0 - 14km S of Hamilton City, California"},"geometry":{"type":"Point","coordinates":[-121.9942,39.6098,28.3]},"id":"nc72183786"}, -{"type":"Feature","properties":{"mag":1.1,"place":"9km WNW of Cobb, California","time":1394668800900,"updated":1394670546179,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183781","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183781.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183781","ids":",nc72183781,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 9km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8287,38.8392,2.7]},"id":"nc72183781"}, -{"type":"Feature","properties":{"mag":2.2,"place":"73km SSE of Adak, Alaska","time":1394667376000,"updated":1394844035260,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185769","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185769.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"ak","code":"11185769","ids":",ak11185769,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 73km SSE of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-176.4011,51.2393,20.3]},"id":"ak11185769"}, -{"type":"Feature","properties":{"mag":2,"place":"41km SSE of Redoubt Volcano, Alaska","time":1394667172000,"updated":1394844032173,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187789","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187789.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11187789","ids":",ak11187789,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":35,"dmin":null,"rms":0.47,"gap":71.999994240001,"magType":"ml","type":"earthquake","title":"M 2.0 - 41km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.516,60.1332,103.4]},"id":"ak11187789"}, -{"type":"Feature","properties":{"mag":1.89,"place":"4km NW of Boron, California","time":1394666314840,"updated":1394671116720,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475297","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475297.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":55,"net":"ci","code":"15475297","ids":",ci15475297,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.09436,"rms":0.13,"gap":115,"magType":"ml","type":"quarry_blast","title":"M 1.9 Quarry_blast - 4km NW of Boron, California"},"geometry":{"type":"Point","coordinates":[-117.6901667,35.0288333,0.05]},"id":"ci15475297"}, -{"type":"Feature","properties":{"mag":3.2,"place":"31km E of Amatignak Island, Alaska","time":1394665613000,"updated":1394844069975,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185691","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185691.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":158,"net":"ak","code":"11185691","ids":",ak11185691,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.26,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.2 - 31km E of Amatignak Island, Alaska"},"geometry":{"type":"Point","coordinates":[-178.6716,51.2097,31.3]},"id":"ak11185691"}, -{"type":"Feature","properties":{"mag":1.3,"place":"23km NNE of Badger, Alaska","time":1394665299000,"updated":1394844104831,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185688","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185688.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11185688","ids":",ak11185688,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.17,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 23km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3444,64.9918,0]},"id":"ak11185688"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km ESE of Mammoth Lakes, California","time":1394664682500,"updated":1394667725575,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183736","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183736.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183736","ids":",nc72183736,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.04,"gap":75.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9328,37.6375,7.4]},"id":"nc72183736"}, -{"type":"Feature","properties":{"mag":1.3,"place":"3km ESE of Mammoth Lakes, California","time":1394664524800,"updated":1394666944111,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183726","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183726.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183726","ids":",nc72183726,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.02,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.3 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9317,37.6418,8.2]},"id":"nc72183726"}, -{"type":"Feature","properties":{"mag":1.1,"place":"3km ESE of Mammoth Lakes, California","time":1394664496500,"updated":1394666403117,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183721","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183721.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183721","ids":",nc72183721,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.01,"gap":93.6,"magType":"Md","type":"earthquake","title":"M 1.1 - 3km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9318,37.6398,7.7]},"id":"nc72183721"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km ENE of Mammoth Lakes, California","time":1394664402700,"updated":1394678827825,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183716","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183716.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183716","ids":",nc72183716,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.14,"gap":90,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km ENE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9307,37.657,1.5]},"id":"nc72183716"}, -{"type":"Feature","properties":{"mag":1.92,"place":"11km W of Progreso, Mexico","time":1394664350500,"updated":1394669801397,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475289","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475289.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":57,"net":"ci","code":"15475289","ids":",ci15475289,","sources":",ci,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.05883,"rms":0.2,"gap":139,"magType":"ml","type":"earthquake","title":"M 1.9 - 11km W of Progreso, Mexico"},"geometry":{"type":"Point","coordinates":[-115.7016667,32.5941667,8.12]},"id":"ci15475289"}, -{"type":"Feature","properties":{"mag":2.8,"place":"68km NW of San Antonio, Puerto Rico","time":1394664005600,"updated":1394692960831,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071010","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071010.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":121,"net":"pr","code":"14071010","ids":",pr14071010,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":6,"dmin":0.63151564,"rms":0.37,"gap":331.2,"magType":"Md","type":"earthquake","title":"M 2.8 - 68km NW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.5022,18.9813,10]},"id":"pr14071010"}, -{"type":"Feature","properties":{"mag":4.6,"place":"48km NE of Nishinoomote, Japan","time":1394663754470,"updated":1394692706692,"tz":540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9ty","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9ty.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n9ty","ids":",usc000n9ty,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.144,"rms":1,"gap":168,"magType":"mb","type":"earthquake","title":"M 4.6 - 48km NE of Nishinoomote, Japan"},"geometry":{"type":"Point","coordinates":[131.3871,31.0189,45.23]},"id":"usc000n9ty"}, -{"type":"Feature","properties":{"mag":1.4,"place":"14km NW of West Bishop, California","time":1394662736100,"updated":1394675767175,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183696","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183696.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183696","ids":",nc72183696,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.10779783,"rms":0.02,"gap":79.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 14km NW of West Bishop, California"},"geometry":{"type":"Point","coordinates":[-118.5687,37.458,11.6]},"id":"nc72183696"}, -{"type":"Feature","properties":{"mag":1.21,"place":"5km N of Banning, California","time":1394661886420,"updated":1394662933940,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475273","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475273.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":23,"net":"ci","code":"15475273","ids":",ci15475273,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":26,"dmin":0.07931,"rms":0.21,"gap":85,"magType":"ml","type":"earthquake","title":"M 1.2 - 5km N of Banning, California"},"geometry":{"type":"Point","coordinates":[-116.8673333,33.973,20.01]},"id":"ci15475273"}, -{"type":"Feature","properties":{"mag":1.4,"place":"41km WSW of Big Lake, Alaska","time":1394661617000,"updated":1394844070898,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185603","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185603.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11185603","ids":",ak11185603,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 41km WSW of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-150.6623,61.3663,56.8]},"id":"ak11185603"}, -{"type":"Feature","properties":{"mag":2.4,"place":"27km N of Fishhook, Alaska","time":1394660884000,"updated":1394844070404,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185592","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185592.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":89,"net":"ak","code":"11185592","ids":",ak11185592,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 27km N of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2171,61.9882,12.3]},"id":"ak11185592"}, -{"type":"Feature","properties":{"mag":1.8,"place":"14km SSE of Volcano, Hawaii","time":1394659903300,"updated":1394660113841,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"hv","code":"60654626","ids":",hv60654626,","sources":",hv,","types":",general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.05389892,"rms":0.27,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 14km SSE of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1693,19.3222,3.1]},"id":"hv60654626"}, -{"type":"Feature","properties":{"mag":2,"place":"0km E of Quarry near Mountain Gate (Shasta Res.), CA","time":1394659824600,"updated":1394673247450,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183661","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183661.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"nc","code":"72183661","ids":",nc72183661,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.18864621,"rms":0.05,"gap":64.8,"magType":"Md","type":"quarry","title":"M 2.0 Quarry Blast - 0km E of Quarry near Mountain Gate (Shasta Res.), CA"},"geometry":{"type":"Point","coordinates":[-122.3123,40.7495,0]},"id":"nc72183661"}, -{"type":"Feature","properties":{"mag":1.3,"place":"4km WNW of Cobb, California","time":1394659266600,"updated":1394671147383,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183656","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183656.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183656","ids":",nc72183656,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":126,"magType":"Md","type":"earthquake","title":"M 1.3 - 4km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7648,38.8435,1.9]},"id":"nc72183656"}, -{"type":"Feature","properties":{"mag":2.2,"place":"1km NNW of Jones, Oklahoma","time":1394659003800,"updated":1394687949341,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9q6","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9q6.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"us","code":"c000n9q6","ids":",usc000n9q6,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 1km NNW of Jones, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.292,35.58,5.2]},"id":"usc000n9q6"}, -{"type":"Feature","properties":{"mag":2.5,"place":"1km W of Princeton, Canada","time":1394658734200,"updated":1394823959360,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"uw","code":"60717626","ids":",uw60717626,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.61085439,"rms":0.46,"gap":212.4,"magType":"Md","type":"quarry","title":"M 2.5 Quarry Blast - 1km W of Princeton, Canada"},"geometry":{"type":"Point","coordinates":[-120.5302,49.4573,0]},"id":"uw60717626"}, -{"type":"Feature","properties":{"mag":1.7,"place":"14km SSE of Ridgemark, California","time":1394658462300,"updated":1394842210648,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183626","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183626.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"nc","code":"72183626","ids":",nc72183626,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.03593261,"rms":0.05,"gap":28.8,"magType":"Md","type":"earthquake","title":"M 1.7 - 14km SSE of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.3135,36.6843,4.3]},"id":"nc72183626"}, -{"type":"Feature","properties":{"mag":1.83,"place":"15km ESE of Fernley, Nevada","time":1394658182991,"updated":1394659915000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440895","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440895.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":52,"net":"nn","code":"00440895","ids":",nn00440895,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":12,"dmin":0.272,"rms":0.1012,"gap":157.32,"magType":"ml","type":"earthquake","title":"M 1.8 - 15km ESE of Fernley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.0755,39.5796,12.2419]},"id":"nn00440895"}, -{"type":"Feature","properties":{"mag":1.45,"place":"6km E of San Fernando, California","time":1394657337730,"updated":1394659433380,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475257","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475257.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":32,"net":"ci","code":"15475257","ids":",ci15475257,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.03458,"rms":0.1,"gap":118,"magType":"ml","type":"earthquake","title":"M 1.5 - 6km E of San Fernando, California"},"geometry":{"type":"Point","coordinates":[-118.364,34.2775,3.69]},"id":"ci15475257"}, -{"type":"Feature","properties":{"mag":1.17,"place":"9km NNW of Big Bear City, California","time":1394657131450,"updated":1394659512580,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475249","ids":",ci15475249,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.04258,"rms":0.13,"gap":37,"magType":"ml","type":"quarry_blast","title":"M 1.2 Quarry_blast - 9km NNW of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.878,34.34,0.01]},"id":"ci15475249"}, -{"type":"Feature","properties":{"mag":4.8,"place":"1km NNE of Marahare, Comoros","time":1394657012640,"updated":1394685969860,"tz":180,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9m9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9m9.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000n9m9","ids":",usc000n9m9,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":7.32,"rms":1.46,"gap":68,"magType":"mb","type":"earthquake","title":"M 4.8 - 1km NNE of Marahare, Comoros"},"geometry":{"type":"Point","coordinates":[44.3187,-12.216,10]},"id":"usc000n9m9"}, -{"type":"Feature","properties":{"mag":1.4,"place":"168km WNW of Haines Junction, Canada","time":1394656696000,"updated":1394844033816,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185512","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185512.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11185512","ids":",ak11185512,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 168km WNW of Haines Junction, Canada"},"geometry":{"type":"Point","coordinates":[-140.3219,61.4072,12.2]},"id":"ak11185512"}, -{"type":"Feature","properties":{"mag":1.7,"place":"20km NE of Warden, Washington","time":1394656042500,"updated":1394657984600,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717561","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717561.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"uw","code":"60717561","ids":",uw60717561,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.28,"gap":183.6,"magType":"Md","type":"quarry","title":"M 1.7 Quarry Blast - 20km NE of Warden, Washington"},"geometry":{"type":"Point","coordinates":[-118.8418,47.0885,0]},"id":"uw60717561"}, -{"type":"Feature","properties":{"mag":1.4,"place":"33km S of Cohoe, Alaska","time":1394656011000,"updated":1394844030876,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187781","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187781.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187781","ids":",ak11187781,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":null,"rms":0.38,"gap":89.999992800001,"magType":"ml","type":"earthquake","title":"M 1.4 - 33km S of Cohoe, Alaska"},"geometry":{"type":"Point","coordinates":[-151.285,60.0701,56.7]},"id":"ak11187781"}, -{"type":"Feature","properties":{"mag":4.3,"place":"107km SSE of Kuh Sefid, Iran","time":1394655719200,"updated":1394684683490,"tz":210,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9kl","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9kl.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":284,"net":"us","code":"c000n9kl","ids":",usc000n9kl,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":1.5,"gap":null,"magType":"mb","type":"earthquake","title":"M 4.3 - 107km SSE of Kuh Sefid, Iran"},"geometry":{"type":"Point","coordinates":[57.069,28.336,10]},"id":"usc000n9kl"}, -{"type":"Feature","properties":{"mag":2.1,"place":"1km ESE of Mullan, Idaho","time":1394655305500,"updated":1394668337773,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14399195","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14399195.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":68,"net":"mb","code":"14399195","ids":",mb14399195,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":22,"dmin":0.006288207,"rms":0.33,"gap":107.99999136,"magType":"mc","type":"earthquake","title":"M 2.1 - 1km ESE of Mullan, Idaho"},"geometry":{"type":"Point","coordinates":[-115.785,47.4651,1.5]},"id":"mb14399195"}, -{"type":"Feature","properties":{"mag":2.2,"place":"46km S of Redoubt Volcano, Alaska","time":1394655230000,"updated":1394844073727,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185435","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185435.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"ak","code":"11185435","ids":",ak11185435,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 46km S of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.6474,60.0689,93.8]},"id":"ak11185435"}, -{"type":"Feature","properties":{"mag":1.4,"place":"76km WSW of Tok, Alaska","time":1394654659000,"updated":1394844071754,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185434","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185434.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11185434","ids":",ak11185434,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 76km WSW of Tok, Alaska"},"geometry":{"type":"Point","coordinates":[-144.4433,63.1358,0.2]},"id":"ak11185434"}, -{"type":"Feature","properties":{"mag":1.4,"place":"3km NNW of Cobb, California","time":1394654640700,"updated":1394666944113,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183606","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183606.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183606","ids":",nc72183606,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.02694946,"rms":0.06,"gap":129.6,"magType":"Md","type":"earthquake","title":"M 1.4 - 3km NNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7358,38.8493,3.1]},"id":"nc72183606"}, -{"type":"Feature","properties":{"mag":1.5,"place":"11km E of Quarry near Portola Valley, CA","time":1394653538700,"updated":1394840740449,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183601","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183601.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"nc","code":"72183601","ids":",nc72183601,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.07186522,"rms":0.04,"gap":118.8,"magType":"Md","type":"quarry","title":"M 1.5 Quarry Blast - 11km E of Quarry near Portola Valley, CA"},"geometry":{"type":"Point","coordinates":[-122.1035,37.3277,0]},"id":"nc72183601"}, -{"type":"Feature","properties":{"mag":3.2,"place":"15km ENE of Anthony, Kansas","time":1394652926420,"updated":1394723445275,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9ha","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9ha.geojsonp","felt":5,"cdi":2.4,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":159,"net":"us","code":"c000n9ha","ids":",usc000n9ha,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.686,"rms":0.51,"gap":61,"magType":"mb_lg","type":"earthquake","title":"M 3.2 - 15km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8585,37.1855,5]},"id":"usc000n9ha"}, -{"type":"Feature","properties":{"mag":5.2,"place":"249km S of `Ohonua, Tonga","time":1394652340990,"updated":1394899912000,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9h2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9h2.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":416,"net":"us","code":"c000n9h2","ids":",usc000n9h2,gcmt20140312192541,","sources":",us,gcmt,","types":",cap,dyfi,geoserve,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":8.684,"rms":1.3,"gap":77,"magType":"mb","type":"earthquake","title":"M 5.2 - 249km S of `Ohonua, Tonga"},"geometry":{"type":"Point","coordinates":[-175.0504,-23.5851,11.46]},"id":"usc000n9h2"}, -{"type":"Feature","properties":{"mag":1.4,"place":"30km NNW of Inyokern, California","time":1394651956310,"updated":1394653677670,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475217","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475217.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ci","code":"15475217","ids":",ci15475217,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":19,"dmin":0.09116,"rms":0.12,"gap":73,"magType":"ml","type":"earthquake","title":"M 1.4 - 30km NNW of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.9195,35.9116667,2.2]},"id":"ci15475217"}, -{"type":"Feature","properties":{"mag":4.7,"place":"Off the east coast of Honshu, Japan","time":1394651611020,"updated":1394680566116,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9gm","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9gm.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":340,"net":"us","code":"c000n9gm","ids":",usc000n9gm,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.027,"rms":0.7,"gap":123,"magType":"mb","type":"earthquake","title":"M 4.7 - Off the east coast of Honshu, Japan"},"geometry":{"type":"Point","coordinates":[144.4386,37.0747,41.27]},"id":"usc000n9gm"}, -{"type":"Feature","properties":{"mag":1.3,"place":"113km NW of Talkeetna, Alaska","time":1394651371000,"updated":1394844075749,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185425","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185425.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11185425","ids":",ak11185425,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.7,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 113km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5182,63.1086,12.3]},"id":"ak11185425"}, -{"type":"Feature","properties":{"mag":1.4,"place":"23km SE of Yosemite Valley, California","time":1394651037100,"updated":1394663767317,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183581","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183581.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183581","ids":",nc72183581,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.03,"gap":176.4,"magType":"Md","type":"earthquake","title":"M 1.4 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3607,37.6145,13.9]},"id":"nc72183581"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km SE of The Geysers, California","time":1394649380400,"updated":1394661182600,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183576","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183576.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183576","ids":",nc72183576,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":82.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km SE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7273,38.7605,2.1]},"id":"nc72183576"}, -{"type":"Feature","properties":{"mag":1.7,"place":"23km SE of Yosemite Valley, California","time":1394648968000,"updated":1394846045281,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183566","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183566.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":44,"net":"nc","code":"72183566","ids":",nc72183566,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.05,"gap":122.4,"magType":"Md","type":"earthquake","title":"M 1.7 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3628,37.609,12.5]},"id":"nc72183566"}, -{"type":"Feature","properties":{"mag":2.1,"place":"4km WSW of Universal City, California","time":1394648885250,"updated":1395067097382,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475209","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475209.geojsonp","felt":99,"cdi":3.2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":100,"net":"ci","code":"15475209","ids":",ci15475209,","sources":",ci,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":23,"dmin":0.02177,"rms":0.14,"gap":77,"magType":"ml","type":"earthquake","title":"M 2.1 - 4km WSW of Universal City, California"},"geometry":{"type":"Point","coordinates":[-118.404,34.1238333,3.17]},"id":"ci15475209"}, -{"type":"Feature","properties":{"mag":1.14,"place":"17km ESE of Julian, California","time":1394648568110,"updated":1394651198710,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475201","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475201.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":20,"net":"ci","code":"15475201","ids":",ci15475201,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1118,"rms":0.16,"gap":114,"magType":"ml","type":"earthquake","title":"M 1.1 - 17km ESE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.4413333,33.003,9.7]},"id":"ci15475201"}, -{"type":"Feature","properties":{"mag":1.3,"place":"35km S of East Carbon City, Utah","time":1394648432200,"updated":1394823787197,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059117","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059117.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"uu","code":"60059117","ids":",uu60059117,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.13474729,"rms":0.07,"gap":187.2,"magType":"Ml","type":"earthquake","title":"M 1.3 - 35km S of East Carbon City, Utah"},"geometry":{"type":"Point","coordinates":[-110.4755,39.236,12.2]},"id":"uu60059117"}, -{"type":"Feature","properties":{"mag":4.8,"place":"247km WNW of Ozernovskiy, Russia","time":1394648320950,"updated":1394677322518,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9c7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9c7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":354,"net":"us","code":"c000n9c7","ids":",usc000n9c7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.976,"rms":0.62,"gap":111,"magType":"mb","type":"earthquake","title":"M 4.8 - 247km WNW of Ozernovskiy, Russia"},"geometry":{"type":"Point","coordinates":[153.0762,52.1483,421.3]},"id":"usc000n9c7"}, -{"type":"Feature","properties":{"mag":2,"place":"26km N of Road Town, British Virgin Islands","time":1394648312500,"updated":1394656787444,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071008","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071008.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14071008","ids":",pr14071008,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":3,"dmin":0.23985018,"rms":0.05,"gap":291.6,"magType":"Md","type":"earthquake","title":"M 2.0 - 26km N of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.6436,18.6573,9]},"id":"pr14071008"}, -{"type":"Feature","properties":{"mag":4.9,"place":"44km W of Port-aux-Francais, French Southern Territories","time":1394648110530,"updated":1394677115490,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9cg","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9cg.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000n9cg","ids":",usc000n9cg,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":0.394,"rms":0.27,"gap":80,"magType":"mb","type":"earthquake","title":"M 4.9 - 44km W of Port-aux-Francais, French Southern Territories"},"geometry":{"type":"Point","coordinates":[69.6089,-49.3281,14.37]},"id":"usc000n9cg"}, -{"type":"Feature","properties":{"mag":2.5,"place":"19km SSE of Medford, Oklahoma","time":1394647778570,"updated":1394676725271,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9d2","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9d2.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000n9d2","ids":",usc000n9d2,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.63,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 19km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.678,36.634,5]},"id":"usc000n9d2"}, -{"type":"Feature","properties":{"mag":1.5,"place":"156km S of Tanana, Alaska","time":1394647446000,"updated":1394844083774,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185339","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185339.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11185339","ids":",ak11185339,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 156km S of Tanana, Alaska"},"geometry":{"type":"Point","coordinates":[-152.4001,63.774,7.4]},"id":"ak11185339"}, -{"type":"Feature","properties":{"mag":2.5,"place":"195km SE of Adak, Alaska","time":1394647443000,"updated":1395062757000,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000nc55","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000nc55.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000nc55","ids":",ak11187775,usc000nc55,","sources":",ak,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.47,"gap":291,"magType":"ml","type":"earthquake","title":"M 2.5 - 195km SE of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-175.1123,50.4172,25.6]},"id":"usc000nc55"}, -{"type":"Feature","properties":{"mag":2.9,"place":"15km ENE of Anthony, Kansas","time":1394647204550,"updated":1394676158728,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9fa","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9fa.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"us","code":"c000n9fa","ids":",usc000n9fa,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.699,"rms":0.36,"gap":73,"magType":"mb_lg","type":"earthquake","title":"M 2.9 - 15km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8659,37.199,5]},"id":"usc000n9fa"}, -{"type":"Feature","properties":{"mag":4.5,"place":"260km ESE of Hotan, China","time":1394646946280,"updated":1394675897896,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n9b3","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n9b3.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":312,"net":"us","code":"c000n9b3","ids":",usc000n9b3,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":7.333,"rms":0.89,"gap":121,"magType":"mb","type":"earthquake","title":"M 4.5 - 260km ESE of Hotan, China"},"geometry":{"type":"Point","coordinates":[82.3414,35.7965,31.53]},"id":"usc000n9b3"}, -{"type":"Feature","properties":{"mag":2.5,"place":"90km SSW of Manley Hot Springs, Alaska","time":1394646500000,"updated":1395062952000,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185266","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185266.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11185266","ids":",ak11185266,usc000n9al,","sources":",ak,us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 90km SSW of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9971,64.2067,10.2]},"id":"ak11185266"}, -{"type":"Feature","properties":{"mag":3,"place":"79km N of Isabela, Puerto Rico","time":1394646351400,"updated":1394675303154,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071009","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071009.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":138,"net":"pr","code":"14071009","ids":",pr14071009,usc000n9lg,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":5,"dmin":0.76177136,"rms":0.43,"gap":277.2,"magType":"Md","type":"earthquake","title":"M 3.0 - 79km N of Isabela, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.9496,19.2185,3]},"id":"pr14071009"}, -{"type":"Feature","properties":{"mag":2,"place":"29km ESE of Atka, Alaska","time":1394646018000,"updated":1394844110853,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187773","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187773.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11187773","ids":",ak11187773,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":null,"rms":0.24,"gap":309.599975232,"magType":"ml","type":"earthquake","title":"M 2.0 - 29km ESE of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-173.7972,52.1033,12.2]},"id":"ak11187773"}, -{"type":"Feature","properties":{"mag":2.5,"place":"14km E of Perry, Oklahoma","time":1394645208720,"updated":1394674157723,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n99t","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n99t.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000n99t","ids":",usc000n99t,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.86,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 14km E of Perry, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.125,36.284,5]},"id":"usc000n99t"}, -{"type":"Feature","properties":{"mag":4.2,"place":"49km S of Puerto San Jose, Guatemala","time":1394644410970,"updated":1394673370845,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n98k","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n98k.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":271,"net":"us","code":"c000n98k","ids":",usc000n98k,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.309,"rms":0.67,"gap":205,"magType":"mb","type":"earthquake","title":"M 4.2 - 49km S of Puerto San Jose, Guatemala"},"geometry":{"type":"Point","coordinates":[-90.8744,13.4763,49.03]},"id":"usc000n98k"}, -{"type":"Feature","properties":{"mag":1.01,"place":"43km N of China Lake Acres, California","time":1394643982440,"updated":1394746346460,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475193","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475193.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":16,"net":"ci","code":"15475193","ids":",ci15475193,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.009469,"rms":0.17,"gap":105,"magType":"ml","type":"earthquake","title":"M 1.0 - 43km N of China Lake Acres, California"},"geometry":{"type":"Point","coordinates":[-117.7645,36.0361667,0.12]},"id":"ci15475193"}, -{"type":"Feature","properties":{"mag":1.3,"place":"74km W of Cantwell, Alaska","time":1394643551000,"updated":1394844028321,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187772","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187772.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11187772","ids":",ak11187772,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":17,"dmin":null,"rms":0.36,"gap":68.399994528,"magType":"ml","type":"earthquake","title":"M 1.3 - 74km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.4461,63.4065,125.4]},"id":"ak11187772"}, -{"type":"Feature","properties":{"mag":1.9,"place":"24km ENE of Pablo, Montana","time":1394643184600,"updated":1395157715862,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14466562","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14466562.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":56,"net":"mb","code":"14466562","ids":",mb14466562,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":22,"dmin":0.2048159,"rms":0.17,"gap":129.599989632,"magType":"mc","type":"earthquake","title":"M 1.9 - 24km ENE of Pablo, Montana"},"geometry":{"type":"Point","coordinates":[-113.8296,47.6988,13.2]},"id":"mb14466562"}, -{"type":"Feature","properties":{"mag":1.4,"place":"24km E of Polson, Montana","time":1394643184300,"updated":1394643318311,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb30146","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb30146.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":30,"net":"mb","code":"30146","ids":",mb30146,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":8,"dmin":0.2066125,"rms":0.05,"gap":169.199986464,"magType":"mc","type":"earthquake","title":"M 1.4 - 24km E of Polson, Montana"},"geometry":{"type":"Point","coordinates":[-113.8316,47.6955,13.8]},"id":"mb30146"}, -{"type":"Feature","properties":{"mag":2.6,"place":"3km NNE of Animas, Puerto Rico","time":1394642533400,"updated":1394671486455,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071006","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071006.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14071006","ids":",pr14071006,usc000n99m,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":12,"dmin":0.08354332,"rms":0.18,"gap":180,"magType":"Md","type":"earthquake","title":"M 2.6 - 3km NNE of Animas, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-66.6179,18.4775,87]},"id":"pr14071006"}, -{"type":"Feature","properties":{"mag":2.5,"place":"15km E of Perry, Oklahoma","time":1394641767000,"updated":1394670743511,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n999","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n999.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"us","code":"c000n999","ids":",usc000n999,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 15km E of Perry, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.12,36.291,5]},"id":"usc000n999"}, -{"type":"Feature","properties":{"mag":2.1,"place":"25km ESE of Redoubt Volcano, Alaska","time":1394641420000,"updated":1394844036779,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185253","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185253.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11185253","ids":",ak11185253,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 25km ESE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.3275,60.3759,105.3]},"id":"ak11185253"}, -{"type":"Feature","properties":{"mag":2.5,"place":"80km ESE of Whittier, Alaska","time":1394641324000,"updated":1394844088781,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185249","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185249.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":96,"net":"ak","code":"11185249","ids":",ak11185249,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.71,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.5 - 80km ESE of Whittier, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3941,60.4201,7.8]},"id":"ak11185249"}, -{"type":"Feature","properties":{"mag":1.3,"place":"16km SE of Salcha, Alaska","time":1394641179000,"updated":1394844027090,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185247","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185247.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":26,"net":"ak","code":"11185247","ids":",ak11185247,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":22,"dmin":null,"rms":0.52,"gap":100.799991936,"magType":"ml","type":"earthquake","title":"M 1.3 - 16km SE of Salcha, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6749,64.4176,4]},"id":"ak11185247"}, -{"type":"Feature","properties":{"mag":2.3,"place":"17km SSE of Atka, Alaska","time":1394640745000,"updated":1394844025688,"tz":-540,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187768","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187768.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11187768","ids":",ak11187768,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":9,"dmin":null,"rms":0.37,"gap":259.199979264,"magType":"ml","type":"earthquake","title":"M 2.3 - 17km SSE of Atka, Alaska"},"geometry":{"type":"Point","coordinates":[-174.0819,52.0612,138.8]},"id":"ak11187768"}, -{"type":"Feature","properties":{"mag":2.6,"place":"55km NW of San Antonio, Puerto Rico","time":1394640234800,"updated":1394669185626,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071007","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071007.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":104,"net":"pr","code":"14071007","ids":",pr14071007,usc000n99w,","sources":",pr,us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":8,"dmin":0.42849639,"rms":0.37,"gap":216,"magType":"Md","type":"earthquake","title":"M 2.6 - 55km NW of San Antonio, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.4998,18.8155,8]},"id":"pr14071007"}, -{"type":"Feature","properties":{"mag":2,"place":"65km SSW of Tanana, Alaska","time":1394640079000,"updated":1394844086781,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185183","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185183.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11185183","ids":",ak11185183,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 65km SSW of Tanana, Alaska"},"geometry":{"type":"Point","coordinates":[-152.6289,64.6327,8.7]},"id":"ak11185183"}, -{"type":"Feature","properties":{"mag":1.5,"place":"12km ENE of Cloverdale, California","time":1394638568900,"updated":1394646185040,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183516","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183516.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183516","ids":",nc72183516,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":68.4,"magType":"Md","type":"earthquake","title":"M 1.5 - 12km ENE of Cloverdale, California"},"geometry":{"type":"Point","coordinates":[-122.8797,38.8318,2.5]},"id":"nc72183516"}, -{"type":"Feature","properties":{"mag":2.6,"place":"141km ESE of Nikolski, Alaska","time":1394638460000,"updated":1394844077745,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185179","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185179.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"ak","code":"11185179","ids":",ak11185179,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.28,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 141km ESE of Nikolski, Alaska"},"geometry":{"type":"Point","coordinates":[-166.858,52.5751,16.6]},"id":"ak11185179"}, -{"type":"Feature","properties":{"mag":4,"place":"14km E of Roshtqal'a, Tajikistan","time":1394638248400,"updated":1394667201407,"tz":300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n956","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n956.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":246,"net":"us","code":"c000n956","ids":",usc000n956,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":2.188,"rms":0.74,"gap":128,"magType":"mb","type":"earthquake","title":"M 4.0 - 14km E of Roshtqal'a, Tajikistan"},"geometry":{"type":"Point","coordinates":[71.9923,37.2535,170.05]},"id":"usc000n956"}, -{"type":"Feature","properties":{"mag":1.4,"place":"94km WSW of Cantwell, Alaska","time":1394637844000,"updated":1394844024266,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187764","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187764.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187764","ids":",ak11187764,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":20,"dmin":null,"rms":0.47,"gap":71.999994240001,"magType":"ml","type":"earthquake","title":"M 1.4 - 94km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7929,63.197,129.3]},"id":"ak11187764"}, -{"type":"Feature","properties":{"mag":1.34,"place":"21km NW of Inyokern, California","time":1394637596240,"updated":1394650542080,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475185","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475185.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":28,"net":"ci","code":"15475185","ids":",ci15475185,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.1317,"rms":0.09,"gap":81,"magType":"ml","type":"earthquake","title":"M 1.3 - 21km NW of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-118.0143333,35.7561667,2.09]},"id":"ci15475185"}, -{"type":"Feature","properties":{"mag":3.1,"place":"99km SE of Larsen Bay, Alaska","time":1394636979000,"updated":1394844092795,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185115","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185115.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":148,"net":"ak","code":"11185115","ids":",ak11185115,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.1 - 99km SE of Larsen Bay, Alaska"},"geometry":{"type":"Point","coordinates":[-152.8929,56.8714,5]},"id":"ak11185115"}, -{"type":"Feature","properties":{"mag":1.3,"place":"12km ENE of Cloverdale, California","time":1394636423700,"updated":1394642358033,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183506","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183506.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":26,"net":"nc","code":"72183506","ids":",nc72183506,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 12km ENE of Cloverdale, California"},"geometry":{"type":"Point","coordinates":[-122.8777,38.8345,3.3]},"id":"nc72183506"}, -{"type":"Feature","properties":{"mag":2.6,"place":"14km NNW of Chandler, Oklahoma","time":1394634919810,"updated":1394752538688,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n93u","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n93u.geojsonp","felt":3,"cdi":2.9,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":105,"net":"us","code":"c000n93u","ids":",usc000n93u,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.287,"rms":0.49,"gap":45,"magType":"mb_lg","type":"earthquake","title":"M 2.6 - 14km NNW of Chandler, Oklahoma"},"geometry":{"type":"Point","coordinates":[-96.9244,35.8262,5]},"id":"usc000n93u"}, -{"type":"Feature","properties":{"mag":1.5,"place":"72km S of Deltana, Alaska","time":1394632465000,"updated":1394844090809,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185056","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185056.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11185056","ids":",ak11185056,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.55,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 72km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.3219,63.2258,5.7]},"id":"ak11185056"}, -{"type":"Feature","properties":{"mag":1.4,"place":"90km NNW of Talkeetna, Alaska","time":1394631668000,"updated":1394844108830,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187760","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187760.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":30,"net":"ak","code":"11187760","ids":",ak11187760,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":16,"dmin":null,"rms":0.31,"gap":104.399991648,"magType":"ml","type":"earthquake","title":"M 1.4 - 90km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0051,63.0212,120.9]},"id":"ak11187760"}, -{"type":"Feature","properties":{"mag":1.5,"place":"95km W of Talkeetna, Alaska","time":1394631254000,"updated":1394844023031,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187759","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187759.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187759","ids":",ak11187759,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":20,"dmin":null,"rms":0.29,"gap":111.599991072,"magType":"ml","type":"earthquake","title":"M 1.5 - 95km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.9379,62.3977,102.2]},"id":"ak11187759"}, -{"type":"Feature","properties":{"mag":1.63,"place":"22km SW of Smith Valley, Nevada","time":1394630265772,"updated":1394731889000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440836","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440836.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":41,"net":"nn","code":"00440836","ids":",nn00440836,","sources":",nn,","types":",general-link,geoserve,nearby-cities,origin,phase-data,","nst":4,"dmin":0.42,"rms":null,"gap":261.63,"magType":"ml","type":"earthquake","title":"M 1.6 - 22km SW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.4966,38.6158,8]},"id":"nn00440836"}, -{"type":"Feature","properties":{"mag":2.1,"place":"42km E of Y, Alaska","time":1394629183000,"updated":1394844096797,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11185049","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11185049.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11185049","ids":",ak11185049,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 42km E of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0467,62.2279,40.7]},"id":"ak11185049"}, -{"type":"Feature","properties":{"mag":2.6,"place":"13km ENE of Anthony, Kansas","time":1394629074210,"updated":1394665335000,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n91j","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n91j.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":104,"net":"us","code":"c000n91j","ids":",usc000n91j,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.697,"rms":0.48,"gap":132,"magType":"mb_lg","type":"earthquake","title":"M 2.6 - 13km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8852,37.1987,6.17]},"id":"usc000n91j"}, -{"type":"Feature","properties":{"mag":1,"place":"39km ENE of Seeley Lake, Montana","time":1394629043200,"updated":1394986915911,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/mb14023120","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb14023120.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":null,"sig":15,"net":"mb","code":"14023120","ids":",mb14023120,","sources":",mb,","types":",general-link,geoserve,nearby-cities,origin,","nst":15,"dmin":0.2712912,"rms":0.07,"gap":226.799981856,"magType":"mc","type":"earthquake","title":"M 1.0 - 39km ENE of Seeley Lake, Montana"},"geometry":{"type":"Point","coordinates":[-113.0211,47.3351,30]},"id":"mb14023120"}, -{"type":"Feature","properties":{"mag":2.4,"place":"65km NE of Road Town, British Virgin Islands","time":1394627813400,"updated":1394644485054,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071005","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071005.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":89,"net":"pr","code":"14071005","ids":",pr14071005,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":4,"dmin":0.59198977,"rms":0.07,"gap":324,"magType":"Md","type":"earthquake","title":"M 2.4 - 65km NE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.249,18.8985,9]},"id":"pr14071005"}, -{"type":"Feature","properties":{"mag":1.1,"place":"5km WSW of Gilroy, California","time":1394627709500,"updated":1394629805615,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183486","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183486.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183486","ids":",nc72183486,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.03593261,"rms":0.04,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.1 - 5km WSW of Gilroy, California"},"geometry":{"type":"Point","coordinates":[-121.6223,36.9783,7.4]},"id":"nc72183486"}, -{"type":"Feature","properties":{"mag":1.1,"place":"1km N of The Geysers, California","time":1394627686400,"updated":1394640554821,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183481","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183481.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183481","ids":",nc72183481,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.1 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.76,38.7938,1.8]},"id":"nc72183481"}, -{"type":"Feature","properties":{"mag":2.7,"place":"21km SSE of Medford, Oklahoma","time":1394627445710,"updated":1394645404453,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n90u","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n90u.geojsonp","felt":3,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":113,"net":"us","code":"c000n90u","ids":",usc000n90u,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.284,"rms":0.79,"gap":97,"magType":"mb_lg","type":"earthquake","title":"M 2.7 - 21km SSE of Medford, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.6618,36.623,4.99]},"id":"usc000n90u"}, -{"type":"Feature","properties":{"mag":4.4,"place":"64km SSW of Nueva Concepcion, Guatemala","time":1394626164600,"updated":1394655120291,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n90d","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n90d.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":298,"net":"us","code":"c000n90d","ids":",usc000n90d,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.879,"rms":0.9,"gap":184,"magType":"mb","type":"earthquake","title":"M 4.4 - 64km SSW of Nueva Concepcion, Guatemala"},"geometry":{"type":"Point","coordinates":[-91.504,13.6568,34.94]},"id":"usc000n90d"}, -{"type":"Feature","properties":{"mag":1,"place":"60km NE of Y, Alaska","time":1394625594000,"updated":1394844069085,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184992","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184992.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11184992","ids":",ak11184992,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 60km NE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0575,62.5577,53]},"id":"ak11184992"}, -{"type":"Feature","properties":{"mag":2.7,"place":"22km SE of Yosemite Valley, California","time":1394625283000,"updated":1394669884545,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183466","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183466.geojsonp","felt":3,"cdi":2.5,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":113,"net":"nc","code":"72183466","ids":",nc72183466,nn00440835,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.23356197,"rms":0.05,"gap":126,"magType":"Md","type":"earthquake","title":"M 2.7 - 22km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3732,37.6227,14.1]},"id":"nc72183466"}, -{"type":"Feature","properties":{"mag":4.3,"place":"81km N of Isabela, Puerto Rico","time":1394625045400,"updated":1394680596000,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071004","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071004.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":1,"sig":285,"net":"pr","code":"14071004","ids":",at00n2bnkm,usc000n8zw,pr14071004,","sources":",at,us,pr,","types":",cap,dyfi,geoserve,impact-link,moment-tensor,nearby-cities,origin,phase-data,tectonic-summary,","nst":24,"dmin":0.92077317,"rms":0.46,"gap":288,"magType":"Md","type":"earthquake","title":"M 4.3 - 81km N of Isabela, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-67.0682,19.3932,28]},"id":"pr14071004"}, -{"type":"Feature","properties":{"mag":1.1,"place":"95km E of Cantwell, Alaska","time":1394624952000,"updated":1394844094807,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184989","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184989.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11184989","ids":",ak11184989,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.48,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 95km E of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.0477,63.3364,62.5]},"id":"ak11184989"}, -{"type":"Feature","properties":{"mag":1.9,"place":"3km W of Cobb, California","time":1394624097200,"updated":1394759351537,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183461","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183461.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":56,"net":"nc","code":"72183461","ids":",nc72183461,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.9 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7613,38.8213,2.6]},"id":"nc72183461"}, -{"type":"Feature","properties":{"mag":1.2,"place":"26km SW of Ferron, Utah","time":1394622468000,"updated":1394807134300,"tz":-360,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uu60059087","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60059087.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":22,"net":"uu","code":"60059087","ids":",uu60059087,","sources":",uu,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":0.1706799,"rms":0.16,"gap":72,"magType":"Ml","type":"earthquake","title":"M 1.2 - 26km SW of Ferron, Utah"},"geometry":{"type":"Point","coordinates":[-111.3822,38.9523,1.4]},"id":"uu60059087"}, -{"type":"Feature","properties":{"mag":1.5,"place":"72km W of Talkeetna, Alaska","time":1394622354000,"updated":1394844021579,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187755","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187755.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":35,"net":"ak","code":"11187755","ids":",ak11187755,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":22,"dmin":null,"rms":0.42,"gap":97.199992224001,"magType":"ml","type":"earthquake","title":"M 1.5 - 72km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5166,62.3055,87.2]},"id":"ak11187755"}, -{"type":"Feature","properties":{"mag":1.2,"place":"1km N of The Geysers, California","time":1394622200100,"updated":1394635746210,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183456","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183456.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72183456","ids":",nc72183456,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.2 - 1km N of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7588,38.794,1.8]},"id":"nc72183456"}, -{"type":"Feature","properties":{"mag":4.6,"place":"100km NNW of Binabalian Ricor, Philippines","time":1394622109440,"updated":1394651061589,"tz":480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8z7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8z7.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n8z7","ids":",usc000n8z7,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":1.042,"rms":0.62,"gap":116,"magType":"mb","type":"earthquake","title":"M 4.6 - 100km NNW of Binabalian Ricor, Philippines"},"geometry":{"type":"Point","coordinates":[119.4303,17.1907,33.31]},"id":"usc000n8z7"}, -{"type":"Feature","properties":{"mag":2.2,"place":"21km SW of Smith Valley, Nevada","time":1394621777600,"updated":1394677330052,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183451","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183451.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"nc","code":"72183451","ids":",nc72183451,nn00440833,","sources":",nc,nn,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.46712395,"rms":0.13,"gap":111.6,"magType":"Md","type":"earthquake","title":"M 2.2 - 21km SW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.4877,38.6267,1.9]},"id":"nc72183451"}, -{"type":"Feature","properties":{"mag":2.9,"place":"61km NE of Road Town, British Virgin Islands","time":1394621111000,"updated":1394650091436,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071003","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071003.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"pr","code":"14071003","ids":",pr14071003,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":0.55426053,"rms":0.2,"gap":324,"magType":"Md","type":"earthquake","title":"M 2.9 - 61km NE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.1904,18.8001,39]},"id":"pr14071003"}, -{"type":"Feature","properties":{"mag":4.6,"place":"92km NE of Hihifo, Tonga","time":1394620618630,"updated":1394643676585,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8vj","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8vj.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n8vj","ids":",usc000n8vj,","sources":",us,","types":",cap,dyfi,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.755,"rms":0.86,"gap":106,"magType":"mb","type":"earthquake","title":"M 4.6 - 92km NE of Hihifo, Tonga"},"geometry":{"type":"Point","coordinates":[-173.1042,-15.3946,35.85]},"id":"usc000n8vj"}, -{"type":"Feature","properties":{"mag":1.1,"place":"34km E of Lazy Mountain, Alaska","time":1394619958000,"updated":1394844001903,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184932","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184932.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11184932","ids":",ak11184932,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 34km E of Lazy Mountain, Alaska"},"geometry":{"type":"Point","coordinates":[-148.2989,61.5897,10]},"id":"ak11184932"}, -{"type":"Feature","properties":{"mag":1.6,"place":"10km W of Healy, Alaska","time":1394619399000,"updated":1394844000536,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184929","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184929.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11184929","ids":",ak11184929,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 10km W of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-149.1726,63.8394,1]},"id":"ak11184929"}, -{"type":"Feature","properties":{"mag":2.1,"place":"22km N of Sutton-Alpine, Alaska","time":1394618875000,"updated":1394844004430,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184926","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184926.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11184926","ids":",ak11184926,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.1 - 22km N of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.7837,61.9933,4.6]},"id":"ak11184926"}, -{"type":"Feature","properties":{"mag":1,"place":"38km WNW of Ester, Alaska","time":1394618703000,"updated":1394844003130,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184924","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184924.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11184924","ids":",ak11184924,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.35,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 38km WNW of Ester, Alaska"},"geometry":{"type":"Point","coordinates":[-148.7566,64.9933,12.1]},"id":"ak11184924"}, -{"type":"Feature","properties":{"mag":2,"place":"4km SE of San Lorenzo, Puerto Rico","time":1394618563300,"updated":1394621649506,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071001","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071001.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":62,"net":"pr","code":"14071001","ids":",pr14071001,","sources":",pr,","types":",cap,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.08533995,"rms":0.1,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 2.0 - 4km SE of San Lorenzo, Puerto Rico"},"geometry":{"type":"Point","coordinates":[-65.9375,18.1583,73]},"id":"pr14071001"}, -{"type":"Feature","properties":{"mag":2.5,"place":"64km NNE of Road Town, British Virgin Islands","time":1394618470200,"updated":1394647417347,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071002","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071002.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"pr","code":"14071002","ids":",pr14071002,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":5,"dmin":0.5758201,"rms":0.15,"gap":327.6,"magType":"Md","type":"earthquake","title":"M 2.5 - 64km NNE of Road Town, British Virgin Islands"},"geometry":{"type":"Point","coordinates":[-64.306,18.9153,6]},"id":"pr14071002"}, -{"type":"Feature","properties":{"mag":3.3,"place":"13km ENE of Anthony, Kansas","time":1394617825100,"updated":1394684719784,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8tq","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8tq.geojsonp","felt":7,"cdi":3.6,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":170,"net":"us","code":"c000n8tq","ids":",usc000n8tq,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":0.695,"rms":0.24,"gap":84,"magType":"mb_lg","type":"earthquake","title":"M 3.3 - 13km ENE of Anthony, Kansas"},"geometry":{"type":"Point","coordinates":[-97.8858,37.1966,3.1]},"id":"usc000n8tq"}, -{"type":"Feature","properties":{"mag":2.7,"place":"5km ESE of Mammoth Lakes, California","time":1394617477100,"updated":1394674269434,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183436","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183436.geojsonp","felt":2,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":113,"net":"nc","code":"72183436","ids":",nc72183436,nn00440830,","sources":",nc,nn,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":43.2,"magType":"Md","type":"earthquake","title":"M 2.7 - 5km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9138,37.637,8.2]},"id":"nc72183436"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km WNW of Cobb, California","time":1394617248100,"updated":1394619727318,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183431","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183431.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183431","ids":",nc72183431,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8027,38.8357,2.7]},"id":"nc72183431"}, -{"type":"Feature","properties":{"mag":1.8,"place":"5km ESE of Mammoth Lakes, California","time":1394617138500,"updated":1394619662182,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183426","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183426.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72183426","ids":",nc72183426,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.8 - 5km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.913,37.634,8.4]},"id":"nc72183426"}, -{"type":"Feature","properties":{"mag":1.4,"place":"5km ESE of Mammoth Lakes, California","time":1394617054200,"updated":1394628904042,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183421","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183421.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183421","ids":",nc72183421,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":61.2,"magType":"Md","type":"earthquake","title":"M 1.4 - 5km ESE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.9132,37.6352,8.4]},"id":"nc72183421"}, -{"type":"Feature","properties":{"mag":2.1,"place":"82km W of Anchor Point, Alaska","time":1394616333000,"updated":1394844020247,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187748","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187748.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"ak","code":"11187748","ids":",ak11187748,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":27,"dmin":null,"rms":0.47,"gap":100.799991936,"magType":"ml","type":"earthquake","title":"M 2.1 - 82km W of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-153.2796,59.6486,110.3]},"id":"ak11187748"}, -{"type":"Feature","properties":{"mag":1.2,"place":"34km WNW of Valdez, Alaska","time":1394616023000,"updated":1394844018258,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187747","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187747.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11187747","ids":",ak11187747,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":7,"dmin":null,"rms":0.69,"gap":169.199986464,"magType":"ml","type":"earthquake","title":"M 1.2 - 34km WNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.9401,61.2513,24.1]},"id":"ak11187747"}, -{"type":"Feature","properties":{"mag":2.2,"place":"39km SSE of Redoubt Volcano, Alaska","time":1394615987000,"updated":1394844006890,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184909","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184909.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":74,"net":"ak","code":"11184909","ids":",ak11184909,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.5,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.2 - 39km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5141,60.1508,93.8]},"id":"ak11184909"}, -{"type":"Feature","properties":{"mag":3,"place":"80km WNW of Ferndale, California","time":1394615287900,"updated":1394685331976,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183401","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183401.geojsonp","felt":1,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":139,"net":"nc","code":"72183401","ids":",nc72183401,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.70068592,"rms":0.16,"gap":252,"magType":"Ml","type":"earthquake","title":"M 3.0 - 80km WNW of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.1917,40.7465,18.2]},"id":"nc72183401"}, -{"type":"Feature","properties":{"mag":1.3,"place":"10km NNE of Waterville, Washington","time":1394615123100,"updated":1394649184530,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717096","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717096.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":26,"net":"uw","code":"60717096","ids":",uw60717096,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.06288207,"rms":0.04,"gap":187.2,"magType":"Md","type":"earthquake","title":"M 1.3 - 10km NNE of Waterville, Washington"},"geometry":{"type":"Point","coordinates":[-120.0353,47.7413,4]},"id":"uw60717096"}, -{"type":"Feature","properties":{"mag":1.5,"place":"3km E of The Geysers, California","time":1394614594600,"updated":1394627225951,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183391","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183391.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183391","ids":",nc72183391,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0,"rms":0.06,"gap":75.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 3km E of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7175,38.775,2.4]},"id":"nc72183391"}, -{"type":"Feature","properties":{"mag":4.6,"place":"93km SW of Anchor Point, Alaska","time":1394613815000,"updated":1394844260268,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184848","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184848.geojsonp","felt":14,"cdi":3.4,"mmi":3.22,"alert":"green","status":"reviewed","tsunami":1,"sig":330,"net":"ak","code":"11184848","ids":",at00n2bewn,ak11184848,usc000n8ry,","sources":",at,ak,us,","types":",cap,dyfi,general-link,geoserve,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 4.6 - 93km SW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-153.177,59.2956,86.1]},"id":"ak11184848"}, -{"type":"Feature","properties":{"mag":1.1,"place":"17km W of Cantwell, Alaska","time":1394613358000,"updated":1394844017010,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187744","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187744.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":19,"net":"ak","code":"11187744","ids":",ak11187744,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":13,"dmin":null,"rms":0.26,"gap":100.799991936,"magType":"ml","type":"earthquake","title":"M 1.1 - 17km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2928,63.4151,88.5]},"id":"ak11187744"}, -{"type":"Feature","properties":{"mag":2.9,"place":"65km SSE of Nikolski, Alaska","time":1394613307000,"updated":1394844102825,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184847","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184847.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":129,"net":"ak","code":"11184847","ids":",ak11184847,","sources":",ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.53,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 65km SSE of Nikolski, Alaska"},"geometry":{"type":"Point","coordinates":[-168.4475,52.4104,12.7]},"id":"ak11184847"}, -{"type":"Feature","properties":{"mag":1.1,"place":"15km N of Chester, California","time":1394612922600,"updated":1394834466564,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72185181","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72185181.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":19,"net":"nc","code":"72185181","ids":",nc72185181,","sources":",nc,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.1527136,"rms":0.06,"gap":266.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 15km N of Chester, California"},"geometry":{"type":"Point","coordinates":[-121.2268,40.4442,11.7]},"id":"nc72185181"}, -{"type":"Feature","properties":{"mag":1.04,"place":"50km N of Inyokern, California","time":1394611845290,"updated":1394646406655,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475089","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475089.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":17,"net":"ci","code":"15475089","ids":",ci15475089,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":7,"dmin":0.01517,"rms":0.05,"gap":222,"magType":"ml","type":"earthquake","title":"M 1.0 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8636667,36.1043333,5.95]},"id":"ci15475089"}, -{"type":"Feature","properties":{"mag":4.6,"place":"South of the Fiji Islands","time":1394611444530,"updated":1394640405392,"tz":720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8ql","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8ql.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":326,"net":"us","code":"c000n8ql","ids":",usc000n8ql,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":5.014,"rms":1.16,"gap":86,"magType":"mb","type":"earthquake","title":"M 4.6 - South of the Fiji Islands"},"geometry":{"type":"Point","coordinates":[178.4321,-25.4002,609.13]},"id":"usc000n8ql"}, -{"type":"Feature","properties":{"mag":2.9,"place":"83km W of Ferndale, California","time":1394610578000,"updated":1394662084309,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183356","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183356.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":129,"net":"nc","code":"72183356","ids":",nc72183356,","sources":",nc,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.71865223,"rms":0.19,"gap":298.8,"magType":"Md","type":"earthquake","title":"M 2.9 - 83km W of Ferndale, California"},"geometry":{"type":"Point","coordinates":[-125.2478,40.6535,24.2]},"id":"nc72183356"}, -{"type":"Feature","properties":{"mag":3.6,"place":"93km SE of Unalaska, Alaska","time":1394609925000,"updated":1394844068662,"tz":-660,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184812","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184812.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":199,"net":"ak","code":"11184812","ids":",ak11184812,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.36,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.6 - 93km SE of Unalaska, Alaska"},"geometry":{"type":"Point","coordinates":[-165.622,53.2322,37.8]},"id":"ak11184812"}, -{"type":"Feature","properties":{"mag":4,"place":"16km SE of Sand Point, Alaska","time":1394608475300,"updated":1394843806613,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8p7","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8p7.geojsonp","felt":2,"cdi":4.3,"mmi":2.99,"alert":null,"status":"reviewed","tsunami":null,"sig":247,"net":"us","code":"c000n8p7","ids":",usc000n8p7,ak11184807,","sources":",us,ak,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,shakemap,tectonic-summary,","nst":null,"dmin":0.147,"rms":0.96,"gap":113,"magType":"mb","type":"earthquake","title":"M 4.0 - 16km SE of Sand Point, Alaska"},"geometry":{"type":"Point","coordinates":[-160.2834,55.2524,25.26]},"id":"usc000n8p7"}, -{"type":"Feature","properties":{"mag":2.13,"place":"6km SW of Ridgemark, California","time":1394608137800,"updated":1394686386547,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183321","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183321.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":70,"net":"nc","code":"72183321","ids":",nc72183321,","sources":",nc,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":68,"dmin":0.02359,"rms":0.11,"gap":24,"magType":"md","type":"earthquake","title":"M 2.1 - 6km SW of Ridgemark, California"},"geometry":{"type":"Point","coordinates":[-121.4053333,36.7683333,9.77]},"id":"nc72183321"}, -{"type":"Feature","properties":{"mag":1.2,"place":"3km WNW of Redlands, California","time":1394607710700,"updated":1394646290642,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475081","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475081.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ci","code":"15475081","ids":",ci15475081,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.2715,"rms":0.15,"gap":173,"magType":"ml","type":"earthquake","title":"M 1.2 - 3km WNW of Redlands, California"},"geometry":{"type":"Point","coordinates":[-117.218,34.0695,5]},"id":"ci15475081"}, -{"type":"Feature","properties":{"mag":2.1,"place":"8km SE of Ridgely, Tennessee","time":1394607271500,"updated":1394636217677,"tz":-300,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nm60069566","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm60069566.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":68,"net":"nm","code":"60069566","ids":",nm60069566,","sources":",nm,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":16,"dmin":0.01796631,"rms":0.03,"gap":71.999994240001,"magType":"md","type":"earthquake","title":"M 2.1 - 8km SE of Ridgely, Tennessee"},"geometry":{"type":"Point","coordinates":[-89.4097,36.2128,6.5]},"id":"nm60069566"}, -{"type":"Feature","properties":{"mag":1.16,"place":"50km N of Inyokern, California","time":1394607152750,"updated":1394653523720,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475073","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475073.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":21,"net":"ci","code":"15475073","ids":",ci15475073,","sources":",ci,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.02098,"rms":0.13,"gap":74,"magType":"ml","type":"earthquake","title":"M 1.2 - 50km N of Inyokern, California"},"geometry":{"type":"Point","coordinates":[-117.8465,36.0978333,3.74]},"id":"ci15475073"}, -{"type":"Feature","properties":{"mag":3.1,"place":"64km NNW of Charlotte Amalie, U.S. Virgin Islands","time":1394606830600,"updated":1394635786332,"tz":-240,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/pr14071000","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr14071000.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":148,"net":"pr","code":"14071000","ids":",pr14071000,","sources":",pr,","types":",cap,dyfi,geoserve,nearby-cities,origin,tectonic-summary,","nst":14,"dmin":0.56593863,"rms":0.3,"gap":230.4,"magType":"Md","type":"earthquake","title":"M 3.1 - 64km NNW of Charlotte Amalie, U.S. Virgin Islands"},"geometry":{"type":"Point","coordinates":[-65.1697,18.882,54]},"id":"pr14071000"}, -{"type":"Feature","properties":{"mag":1.1,"place":"6km W of Cobb, California","time":1394605696100,"updated":1394607064059,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183301","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183301.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":19,"net":"nc","code":"72183301","ids":",nc72183301,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.07,"gap":86.4,"magType":"Md","type":"earthquake","title":"M 1.1 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8032,38.827,0]},"id":"nc72183301"}, -{"type":"Feature","properties":{"mag":1.8,"place":"18km N of Shandon, California","time":1394605487000,"updated":1394616140706,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183286","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183286.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":50,"net":"nc","code":"72183286","ids":",nc72183286,","sources":",nc,","types":",focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,tectonic-summary,","nst":null,"dmin":0.01796631,"rms":0.05,"gap":46.8,"magType":"Md","type":"earthquake","title":"M 1.8 - 18km N of Shandon, California"},"geometry":{"type":"Point","coordinates":[-120.3738,35.8262,6.3]},"id":"nc72183286"}, -{"type":"Feature","properties":{"mag":1.7,"place":"17km WSW of Haines Junction, Canada","time":1394605142000,"updated":1394843593198,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184781","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184781.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":44,"net":"ak","code":"11184781","ids":",ak11184781,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":null,"rms":0.41,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 17km WSW of Haines Junction, Canada"},"geometry":{"type":"Point","coordinates":[-137.8114,60.6904,2.5]},"id":"ak11184781"}, -{"type":"Feature","properties":{"mag":1.5,"place":"7km NW of The Geysers, California","time":1394603949500,"updated":1394604844872,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183276","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183276.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183276","ids":",nc72183276,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.03,"gap":64.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 7km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8207,38.8177,1.5]},"id":"nc72183276"}, -{"type":"Feature","properties":{"mag":1.6,"place":"30km ESE of Redoubt Volcano, Alaska","time":1394603947000,"updated":1394843576189,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187737","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187737.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11187737","ids":",ak11187737,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.41,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 30km ESE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.2309,60.3719,83.8]},"id":"ak11187737"}, -{"type":"Feature","properties":{"mag":1.6,"place":"75km NNE of Sutton-Alpine, Alaska","time":1394603590000,"updated":1394843602497,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184776","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184776.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11184776","ids":",ak11184776,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 75km NNE of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.1671,62.3922,38.2]},"id":"ak11184776"}, -{"type":"Feature","properties":{"mag":2,"place":"93km SSE of Adak, Alaska","time":1394603559000,"updated":1394843581178,"tz":-720,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11187735","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11187735.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":62,"net":"ak","code":"11187735","ids":",ak11187735,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.07,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 93km SSE of Adak, Alaska"},"geometry":{"type":"Point","coordinates":[-176.178,51.0986,4.9]},"id":"ak11187735"}, -{"type":"Feature","properties":{"mag":1,"place":"136km W of Cantwell, Alaska","time":1394603087000,"updated":1394843605836,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184774","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184774.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":15,"net":"ak","code":"11184774","ids":",ak11184774,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.46,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 136km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.6789,63.4302,10.7]},"id":"ak11184774"}, -{"type":"Feature","properties":{"mag":1.64,"place":"14km WNW of Searles Valley, California","time":1394602961350,"updated":1394654076300,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ci15475057","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci15475057.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":41,"net":"ci","code":"15475057","ids":",ci15475057,","sources":",ci,","types":",cap,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.03143,"rms":0.13,"gap":60,"magType":"ml","type":"earthquake","title":"M 1.6 - 14km WNW of Searles Valley, California"},"geometry":{"type":"Point","coordinates":[-117.5623333,35.8026667,5.08]},"id":"ci15475057"}, -{"type":"Feature","properties":{"mag":4.9,"place":"44km SE of Kainantu, Papua New Guinea","time":1394602145160,"updated":1394631095621,"tz":600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/usc000n8m9","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/usc000n8m9.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":369,"net":"us","code":"c000n8m9","ids":",usc000n8m9,","sources":",us,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,phase-data,tectonic-summary,","nst":null,"dmin":4.609,"rms":0.97,"gap":62,"magType":"mb","type":"earthquake","title":"M 4.9 - 44km SE of Kainantu, Papua New Guinea"},"geometry":{"type":"Point","coordinates":[146.1856,-6.5297,131.69]},"id":"usc000n8m9"}, -{"type":"Feature","properties":{"mag":1.79,"place":"16km E of Angwin, California","time":1394601473010,"updated":1394756044696,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183256","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183256.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":49,"net":"nc","code":"72183256","ids":",nc72183256,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":43,"dmin":0.09505,"rms":0.2,"gap":62,"magType":"md","type":"earthquake","title":"M 1.8 - 16km E of Angwin, California"},"geometry":{"type":"Point","coordinates":[-122.2675,38.592,3.73]},"id":"nc72183256"}, -{"type":"Feature","properties":{"mag":2.08,"place":"32km ESE of Big Pine, California","time":1394601404475,"updated":1394649371000,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00440824","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00440824.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":67,"net":"nn","code":"00440824","ids":",nn00440824,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.392,"rms":0.127,"gap":179.47,"magType":"ml","type":"earthquake","title":"M 2.1 - 32km ESE of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-117.9473,37.0737,13.1669]},"id":"nn00440824"}, -{"type":"Feature","properties":{"mag":1.8,"place":"38km NNW of Valdez, Alaska","time":1394599273000,"updated":1394843555746,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184745","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184745.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":50,"net":"ak","code":"11184745","ids":",ak11184745,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 38km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-146.6699,61.4437,7.9]},"id":"ak11184745"}, -{"type":"Feature","properties":{"mag":2.5,"place":"23km SE of Yosemite Valley, California","time":1394598266500,"updated":1394671983917,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183216","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183216.geojsonp","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":96,"net":"nc","code":"72183216","ids":",nc72183216,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.22457882,"rms":0.05,"gap":115.2,"magType":"Md","type":"earthquake","title":"M 2.5 - 23km SE of Yosemite Valley, California"},"geometry":{"type":"Point","coordinates":[-119.3593,37.6182,14.4]},"id":"nc72183216"}, -{"type":"Feature","properties":{"mag":2.1,"place":"9km WNW of The Geysers, California","time":1394597113500,"updated":1394683746811,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183191","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183191.geojsonp","felt":0,"cdi":1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":68,"net":"nc","code":"72183191","ids":",nc72183191,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.05,"gap":39.6,"magType":"Md","type":"earthquake","title":"M 2.1 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.851,38.826,2.7]},"id":"nc72183191"}, -{"type":"Feature","properties":{"mag":1.5,"place":"16km SE of Volcano, Hawaii","time":1394596474100,"updated":1394657243585,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654246","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654246.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":35,"net":"hv","code":"60654246","ids":",hv60654246,","sources":",hv,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.04491576,"rms":0.14,"gap":147.6,"magType":"Md","type":"earthquake","title":"M 1.5 - 16km SE of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.1157,19.3397,5.8]},"id":"hv60654246"}, -{"type":"Feature","properties":{"mag":1.6,"place":"111km W of Cantwell, Alaska","time":1394596204000,"updated":1394843554775,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184723","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184723.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":39,"net":"ak","code":"11184723","ids":",ak11184723,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 111km W of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-151.1525,63.245,7.1]},"id":"ak11184723"}, -{"type":"Feature","properties":{"mag":1.4,"place":"7km E of Hidden Valley Lake, California","time":1394595774200,"updated":1394598368037,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183181","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183181.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":30,"net":"nc","code":"72183181","ids":",nc72183181,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.04,"gap":100.8,"magType":"Md","type":"earthquake","title":"M 1.4 - 7km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.4692,38.8023,9.9]},"id":"nc72183181"}, -{"type":"Feature","properties":{"mag":3.3,"place":"15km E of Pahala, Hawaii","time":1394595747400,"updated":1394655491549,"tz":-600,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/hv60654236","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv60654236.geojsonp","felt":3,"cdi":3.1,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":168,"net":"hv","code":"60654236","ids":",hv60654236,","sources":",hv,","types":",cap,dyfi,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":0.07186522,"rms":0.12,"gap":172.8,"magType":"Ml","type":"earthquake","title":"M 3.3 - 15km E of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.3282,19.1988,43.3]},"id":"hv60654236"}, -{"type":"Feature","properties":{"mag":2.9,"place":"9km E of Hidden Valley Lake, California","time":1394595598100,"updated":1394682736575,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183176","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183176.geojsonp","felt":18,"cdi":2.7,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":134,"net":"nc","code":"72183176","ids":",nc72183176,","sources":",nc,","types":",cap,dyfi,focal-mechanism,general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.12,"gap":79.2,"magType":"Ml","type":"earthquake","title":"M 2.9 - 9km E of Hidden Valley Lake, California"},"geometry":{"type":"Point","coordinates":[-122.452,38.7937,9.8]},"id":"nc72183176"}, -{"type":"Feature","properties":{"mag":1.2,"place":"6km W of Cobb, California","time":1394594782700,"updated":1394595908495,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183161","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183161.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":22,"net":"nc","code":"72183161","ids":",nc72183161,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":50.4,"magType":"Md","type":"earthquake","title":"M 1.2 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7992,38.8302,2.1]},"id":"nc72183161"}, -{"type":"Feature","properties":{"mag":1.6,"place":"6km W of Cobb, California","time":1394594751200,"updated":1394596990552,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183171","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183171.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":39,"net":"nc","code":"72183171","ids":",nc72183171,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.01796631,"rms":0.03,"gap":72,"magType":"Md","type":"earthquake","title":"M 1.6 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7995,38.8283,2]},"id":"nc72183171"}, -{"type":"Feature","properties":{"mag":1.5,"place":"6km W of Cobb, California","time":1394594748500,"updated":1394596805146,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nc72183166","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72183166.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"AUTOMATIC","tsunami":null,"sig":35,"net":"nc","code":"72183166","ids":",nc72183166,","sources":",nc,","types":",general-link,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":null,"dmin":0.00898315,"rms":0.02,"gap":136.8,"magType":"Md","type":"earthquake","title":"M 1.5 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7992,38.8315,1.8]},"id":"nc72183166"}, -{"type":"Feature","properties":{"mag":2.2,"place":"110km W of Ocean Shores, Washington","time":1394593453700,"updated":1394656926688,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/uw60717026","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60717026.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":74,"net":"uw","code":"60717026","ids":",uw60717026,","sources":",uw,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":null,"dmin":1.32052347,"rms":0.67,"gap":316.8,"magType":"Md","type":"earthquake","title":"M 2.2 - 110km W of Ocean Shores, Washington"},"geometry":{"type":"Point","coordinates":[-125.6128,47.0153,16.4]},"id":"uw60717026"}, -{"type":"Feature","properties":{"mag":1.2,"place":"64km N of Sutton-Alpine, Alaska","time":1394592902000,"updated":1394843558387,"tz":-480,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184704","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184704.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":22,"net":"ak","code":"11184704","ids":",ak11184704,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.33,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 64km N of Sutton-Alpine, Alaska"},"geometry":{"type":"Point","coordinates":[-148.6437,62.3659,40.1]},"id":"ak11184704"}, -{"type":"Feature","properties":{"mag":2.3,"place":"184km NNE of Cape Yakataga, Alaska","time":1394592896000,"updated":1394843557030,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/ak11184700","detail":"http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak11184700.geojsonp","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":null,"sig":81,"net":"ak","code":"11184700","ids":",ak11184700,","sources":",ak,","types":",cap,general-link,geoserve,nearby-cities,origin,tectonic-summary,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.3 - 184km NNE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-140.8051,61.5171,8.8]},"id":"ak11184700"}],"bbox":[-179.463,-60.7674,-2.9,178.4321,67.0311,609.13]}); \ No newline at end of file diff --git a/samples/layer-data-quakes-simple/tsconfig.json b/samples/layer-data-quakes-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/layer-data-quakes-simple/tsconfig.json +++ b/samples/layer-data-quakes-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/layer-data-simple/public/google.json b/samples/layer-data-simple/public/google.json index be2f35f78..ee0e04917 100644 --- a/samples/layer-data-simple/public/google.json +++ b/samples/layer-data-simple/public/google.json @@ -13,14 +13,45 @@ "type": "Polygon", "coordinates": [ [ - [123.61, -22.14], [122.38, -21.73], [121.06, -21.69], [119.66, -22.22], [119.00, -23.40], - [118.65, -24.76], [118.43, -26.07], [118.78, -27.56], [119.22, -28.57], [120.23, -29.49], - [121.77, -29.87], [123.57, -29.64], [124.45, -29.03], [124.71, -27.95], [124.80, -26.70], - [124.80, -25.60], [123.61, -25.64], [122.56, -25.64], [121.72, -25.72], [121.81, -26.62], - [121.86, -26.98], [122.60, -26.90], [123.57, -27.05], [123.57, -27.68], [123.35, -28.18], - [122.51, -28.38], [121.77, -28.26], [121.02, -27.91], [120.49, -27.21], [120.14, -26.50], - [120.10, -25.64], [120.27, -24.52], [120.67, -23.68], [121.72, -23.32], [122.43, -23.48], - [123.04, -24.04], [124.54, -24.28], [124.58, -23.20], [123.61, -22.14] + [123.61, -22.14], + [122.38, -21.73], + [121.06, -21.69], + [119.66, -22.22], + [119.0, -23.4], + [118.65, -24.76], + [118.43, -26.07], + [118.78, -27.56], + [119.22, -28.57], + [120.23, -29.49], + [121.77, -29.87], + [123.57, -29.64], + [124.45, -29.03], + [124.71, -27.95], + [124.8, -26.7], + [124.8, -25.6], + [123.61, -25.64], + [122.56, -25.64], + [121.72, -25.72], + [121.81, -26.62], + [121.86, -26.98], + [122.6, -26.9], + [123.57, -27.05], + [123.57, -27.68], + [123.35, -28.18], + [122.51, -28.38], + [121.77, -28.26], + [121.02, -27.91], + [120.49, -27.21], + [120.14, -26.5], + [120.1, -25.64], + [120.27, -24.52], + [120.67, -23.68], + [121.72, -23.32], + [122.43, -23.48], + [123.04, -24.04], + [124.54, -24.28], + [124.58, -23.2], + [123.61, -22.14] ] ] } @@ -37,14 +68,35 @@ "type": "Polygon", "coordinates": [ [ - [128.84, -25.76], [128.18, -25.60], [127.96, -25.52], [127.88, -25.52], [127.70, -25.60], - [127.26, -25.79], [126.60, -26.11], [126.16, -26.78], [126.12, -27.68], [126.21, -28.42], - [126.69, -29.49], [127.74, -29.80], [128.80, -29.72], [129.41, -29.03], [129.72, -27.95], - [129.68, -27.21], [129.33, -26.23], [128.84, -25.76] + [128.84, -25.76], + [128.18, -25.6], + [127.96, -25.52], + [127.88, -25.52], + [127.7, -25.6], + [127.26, -25.79], + [126.6, -26.11], + [126.16, -26.78], + [126.12, -27.68], + [126.21, -28.42], + [126.69, -29.49], + [127.74, -29.8], + [128.8, -29.72], + [129.41, -29.03], + [129.72, -27.95], + [129.68, -27.21], + [129.33, -26.23], + [128.84, -25.76] ], [ - [128.45, -27.44], [128.32, -26.94], [127.70, -26.82], [127.35, -27.05], [127.17, -27.80], - [127.57, -28.22], [128.10, -28.42], [128.49, -27.80], [128.45, -27.44] + [128.45, -27.44], + [128.32, -26.94], + [127.7, -26.82], + [127.35, -27.05], + [127.17, -27.8], + [127.57, -28.22], + [128.1, -28.42], + [128.49, -27.8], + [128.45, -27.44] ] ] } @@ -61,14 +113,34 @@ "type": "Polygon", "coordinates": [ [ - [131.87, -25.76], [131.35, -26.07], [130.95, -26.78], [130.82, -27.64], [130.86, -28.53], - [131.26, -29.22], [131.92, -29.76], [132.45, -29.87], [133.06, -29.76], [133.72, -29.34], - [134.07, -28.80], [134.20, -27.91], [134.07, -27.21], [133.81, -26.31], [133.37, -25.83], - [132.71, -25.64], [131.87, -25.76] + [131.87, -25.76], + [131.35, -26.07], + [130.95, -26.78], + [130.82, -27.64], + [130.86, -28.53], + [131.26, -29.22], + [131.92, -29.76], + [132.45, -29.87], + [133.06, -29.76], + [133.72, -29.34], + [134.07, -28.8], + [134.2, -27.91], + [134.07, -27.21], + [133.81, -26.31], + [133.37, -25.83], + [132.71, -25.64], + [131.87, -25.76] ], [ - [133.15, -27.17], [132.71, -26.86], [132.09, -26.90], [131.74, -27.56], [131.79, -28.26], - [132.36, -28.45], [132.93, -28.34], [133.15, -27.76], [133.15, -27.17] + [133.15, -27.17], + [132.71, -26.86], + [132.09, -26.9], + [131.74, -27.56], + [131.79, -28.26], + [132.36, -28.45], + [132.93, -28.34], + [133.15, -27.76], + [133.15, -27.17] ] ] } @@ -85,17 +157,51 @@ "type": "Polygon", "coordinates": [ [ - [138.12, -25.04], [136.84, -25.16], [135.96, -25.36], [135.26, -25.99], [135, -26.90], - [135.04, -27.91], [135.26, -28.88], [136.05, -29.45], [137.02, -29.49], [137.81, -29.49], - [137.94, -29.99], [137.90, -31.20], [137.85, -32.24], [136.88, -32.69], [136.45, -32.36], - [136.27, -31.80], [134.95, -31.84], [135.17, -32.99], [135.52, -33.43], [136.14, -33.76], - [137.06, -33.83], [138.12, -33.65], [138.86, -33.21], [139.30, -32.28], [139.30, -31.24], - [139.30, -30.14], [139.21, -28.96], [139.17, -28.22], [139.08, -27.41], [139.08, -26.47], - [138.99, -25.40], [138.73, -25.00 ], [138.12, -25.04] + [138.12, -25.04], + [136.84, -25.16], + [135.96, -25.36], + [135.26, -25.99], + [135, -26.9], + [135.04, -27.91], + [135.26, -28.88], + [136.05, -29.45], + [137.02, -29.49], + [137.81, -29.49], + [137.94, -29.99], + [137.9, -31.2], + [137.85, -32.24], + [136.88, -32.69], + [136.45, -32.36], + [136.27, -31.8], + [134.95, -31.84], + [135.17, -32.99], + [135.52, -33.43], + [136.14, -33.76], + [137.06, -33.83], + [138.12, -33.65], + [138.86, -33.21], + [139.3, -32.28], + [139.3, -31.24], + [139.3, -30.14], + [139.21, -28.96], + [139.17, -28.22], + [139.08, -27.41], + [139.08, -26.47], + [138.99, -25.4], + [138.73, -25.0], + [138.12, -25.04] ], [ - [137.50, -26.54], [136.97, -26.47], [136.49, -26.58], [136.31, -27.13], [136.31, -27.72], - [136.58, -27.99], [137.50, -28.03], [137.68, -27.68], [137.59, -26.78], [137.50, -26.54] + [137.5, -26.54], + [136.97, -26.47], + [136.49, -26.58], + [136.31, -27.13], + [136.31, -27.72], + [136.58, -27.99], + [137.5, -28.03], + [137.68, -27.68], + [137.59, -26.78], + [137.5, -26.54] ] ] } @@ -112,7 +218,11 @@ "type": "Polygon", "coordinates": [ [ - [140.14,-21.04], [140.31,-29.42], [141.67,-29.49], [141.59,-20.92], [140.14,-21.04] + [140.14, -21.04], + [140.31, -29.42], + [141.67, -29.49], + [141.59, -20.92], + [140.14, -21.04] ] ] } @@ -129,18 +239,43 @@ "type": "Polygon", "coordinates": [ [ - [144.14, -27.41], [145.67, -27.52], [146.86, -27.09], [146.82, -25.64], [146.25, -25.04], - [145.45, -24.68], [144.66, -24.60], [144.09, -24.76], [143.43, -25.08], [142.99, -25.40], - [142.64, -26.03], [142.64, -27.05], [142.64, -28.26], [143.30, -29.11], [144.18, -29.57], - [145.41, -29.64], [146.46, -29.19], [146.64, -28.72], [146.82, -28.14], [144.84, -28.42], - [144.31, -28.26], [144.14, -27.41] + [144.14, -27.41], + [145.67, -27.52], + [146.86, -27.09], + [146.82, -25.64], + [146.25, -25.04], + [145.45, -24.68], + [144.66, -24.6], + [144.09, -24.76], + [143.43, -25.08], + [142.99, -25.4], + [142.64, -26.03], + [142.64, -27.05], + [142.64, -28.26], + [143.3, -29.11], + [144.18, -29.57], + [145.41, -29.64], + [146.46, -29.19], + [146.64, -28.72], + [146.82, -28.14], + [144.84, -28.42], + [144.31, -28.26], + [144.14, -27.41] ], [ - [144.18, -26.39], [144.53, -26.58], [145.19, -26.62], [145.72, -26.35], [145.81, -25.91], - [145.41, -25.68], [144.97, -25.68], [144.49, -25.64], [144, -25.99], [144.18, -26.39] + [144.18, -26.39], + [144.53, -26.58], + [145.19, -26.62], + [145.72, -26.35], + [145.81, -25.91], + [145.41, -25.68], + [144.97, -25.68], + [144.49, -25.64], + [144, -25.99], + [144.18, -26.39] ] ] } } ] -} \ No newline at end of file +} diff --git a/samples/layer-data-simple/tsconfig.json b/samples/layer-data-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/layer-data-simple/tsconfig.json +++ b/samples/layer-data-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/layer-data-style/public/google.json b/samples/layer-data-style/public/google.json index be2f35f78..ee0e04917 100644 --- a/samples/layer-data-style/public/google.json +++ b/samples/layer-data-style/public/google.json @@ -13,14 +13,45 @@ "type": "Polygon", "coordinates": [ [ - [123.61, -22.14], [122.38, -21.73], [121.06, -21.69], [119.66, -22.22], [119.00, -23.40], - [118.65, -24.76], [118.43, -26.07], [118.78, -27.56], [119.22, -28.57], [120.23, -29.49], - [121.77, -29.87], [123.57, -29.64], [124.45, -29.03], [124.71, -27.95], [124.80, -26.70], - [124.80, -25.60], [123.61, -25.64], [122.56, -25.64], [121.72, -25.72], [121.81, -26.62], - [121.86, -26.98], [122.60, -26.90], [123.57, -27.05], [123.57, -27.68], [123.35, -28.18], - [122.51, -28.38], [121.77, -28.26], [121.02, -27.91], [120.49, -27.21], [120.14, -26.50], - [120.10, -25.64], [120.27, -24.52], [120.67, -23.68], [121.72, -23.32], [122.43, -23.48], - [123.04, -24.04], [124.54, -24.28], [124.58, -23.20], [123.61, -22.14] + [123.61, -22.14], + [122.38, -21.73], + [121.06, -21.69], + [119.66, -22.22], + [119.0, -23.4], + [118.65, -24.76], + [118.43, -26.07], + [118.78, -27.56], + [119.22, -28.57], + [120.23, -29.49], + [121.77, -29.87], + [123.57, -29.64], + [124.45, -29.03], + [124.71, -27.95], + [124.8, -26.7], + [124.8, -25.6], + [123.61, -25.64], + [122.56, -25.64], + [121.72, -25.72], + [121.81, -26.62], + [121.86, -26.98], + [122.6, -26.9], + [123.57, -27.05], + [123.57, -27.68], + [123.35, -28.18], + [122.51, -28.38], + [121.77, -28.26], + [121.02, -27.91], + [120.49, -27.21], + [120.14, -26.5], + [120.1, -25.64], + [120.27, -24.52], + [120.67, -23.68], + [121.72, -23.32], + [122.43, -23.48], + [123.04, -24.04], + [124.54, -24.28], + [124.58, -23.2], + [123.61, -22.14] ] ] } @@ -37,14 +68,35 @@ "type": "Polygon", "coordinates": [ [ - [128.84, -25.76], [128.18, -25.60], [127.96, -25.52], [127.88, -25.52], [127.70, -25.60], - [127.26, -25.79], [126.60, -26.11], [126.16, -26.78], [126.12, -27.68], [126.21, -28.42], - [126.69, -29.49], [127.74, -29.80], [128.80, -29.72], [129.41, -29.03], [129.72, -27.95], - [129.68, -27.21], [129.33, -26.23], [128.84, -25.76] + [128.84, -25.76], + [128.18, -25.6], + [127.96, -25.52], + [127.88, -25.52], + [127.7, -25.6], + [127.26, -25.79], + [126.6, -26.11], + [126.16, -26.78], + [126.12, -27.68], + [126.21, -28.42], + [126.69, -29.49], + [127.74, -29.8], + [128.8, -29.72], + [129.41, -29.03], + [129.72, -27.95], + [129.68, -27.21], + [129.33, -26.23], + [128.84, -25.76] ], [ - [128.45, -27.44], [128.32, -26.94], [127.70, -26.82], [127.35, -27.05], [127.17, -27.80], - [127.57, -28.22], [128.10, -28.42], [128.49, -27.80], [128.45, -27.44] + [128.45, -27.44], + [128.32, -26.94], + [127.7, -26.82], + [127.35, -27.05], + [127.17, -27.8], + [127.57, -28.22], + [128.1, -28.42], + [128.49, -27.8], + [128.45, -27.44] ] ] } @@ -61,14 +113,34 @@ "type": "Polygon", "coordinates": [ [ - [131.87, -25.76], [131.35, -26.07], [130.95, -26.78], [130.82, -27.64], [130.86, -28.53], - [131.26, -29.22], [131.92, -29.76], [132.45, -29.87], [133.06, -29.76], [133.72, -29.34], - [134.07, -28.80], [134.20, -27.91], [134.07, -27.21], [133.81, -26.31], [133.37, -25.83], - [132.71, -25.64], [131.87, -25.76] + [131.87, -25.76], + [131.35, -26.07], + [130.95, -26.78], + [130.82, -27.64], + [130.86, -28.53], + [131.26, -29.22], + [131.92, -29.76], + [132.45, -29.87], + [133.06, -29.76], + [133.72, -29.34], + [134.07, -28.8], + [134.2, -27.91], + [134.07, -27.21], + [133.81, -26.31], + [133.37, -25.83], + [132.71, -25.64], + [131.87, -25.76] ], [ - [133.15, -27.17], [132.71, -26.86], [132.09, -26.90], [131.74, -27.56], [131.79, -28.26], - [132.36, -28.45], [132.93, -28.34], [133.15, -27.76], [133.15, -27.17] + [133.15, -27.17], + [132.71, -26.86], + [132.09, -26.9], + [131.74, -27.56], + [131.79, -28.26], + [132.36, -28.45], + [132.93, -28.34], + [133.15, -27.76], + [133.15, -27.17] ] ] } @@ -85,17 +157,51 @@ "type": "Polygon", "coordinates": [ [ - [138.12, -25.04], [136.84, -25.16], [135.96, -25.36], [135.26, -25.99], [135, -26.90], - [135.04, -27.91], [135.26, -28.88], [136.05, -29.45], [137.02, -29.49], [137.81, -29.49], - [137.94, -29.99], [137.90, -31.20], [137.85, -32.24], [136.88, -32.69], [136.45, -32.36], - [136.27, -31.80], [134.95, -31.84], [135.17, -32.99], [135.52, -33.43], [136.14, -33.76], - [137.06, -33.83], [138.12, -33.65], [138.86, -33.21], [139.30, -32.28], [139.30, -31.24], - [139.30, -30.14], [139.21, -28.96], [139.17, -28.22], [139.08, -27.41], [139.08, -26.47], - [138.99, -25.40], [138.73, -25.00 ], [138.12, -25.04] + [138.12, -25.04], + [136.84, -25.16], + [135.96, -25.36], + [135.26, -25.99], + [135, -26.9], + [135.04, -27.91], + [135.26, -28.88], + [136.05, -29.45], + [137.02, -29.49], + [137.81, -29.49], + [137.94, -29.99], + [137.9, -31.2], + [137.85, -32.24], + [136.88, -32.69], + [136.45, -32.36], + [136.27, -31.8], + [134.95, -31.84], + [135.17, -32.99], + [135.52, -33.43], + [136.14, -33.76], + [137.06, -33.83], + [138.12, -33.65], + [138.86, -33.21], + [139.3, -32.28], + [139.3, -31.24], + [139.3, -30.14], + [139.21, -28.96], + [139.17, -28.22], + [139.08, -27.41], + [139.08, -26.47], + [138.99, -25.4], + [138.73, -25.0], + [138.12, -25.04] ], [ - [137.50, -26.54], [136.97, -26.47], [136.49, -26.58], [136.31, -27.13], [136.31, -27.72], - [136.58, -27.99], [137.50, -28.03], [137.68, -27.68], [137.59, -26.78], [137.50, -26.54] + [137.5, -26.54], + [136.97, -26.47], + [136.49, -26.58], + [136.31, -27.13], + [136.31, -27.72], + [136.58, -27.99], + [137.5, -28.03], + [137.68, -27.68], + [137.59, -26.78], + [137.5, -26.54] ] ] } @@ -112,7 +218,11 @@ "type": "Polygon", "coordinates": [ [ - [140.14,-21.04], [140.31,-29.42], [141.67,-29.49], [141.59,-20.92], [140.14,-21.04] + [140.14, -21.04], + [140.31, -29.42], + [141.67, -29.49], + [141.59, -20.92], + [140.14, -21.04] ] ] } @@ -129,18 +239,43 @@ "type": "Polygon", "coordinates": [ [ - [144.14, -27.41], [145.67, -27.52], [146.86, -27.09], [146.82, -25.64], [146.25, -25.04], - [145.45, -24.68], [144.66, -24.60], [144.09, -24.76], [143.43, -25.08], [142.99, -25.40], - [142.64, -26.03], [142.64, -27.05], [142.64, -28.26], [143.30, -29.11], [144.18, -29.57], - [145.41, -29.64], [146.46, -29.19], [146.64, -28.72], [146.82, -28.14], [144.84, -28.42], - [144.31, -28.26], [144.14, -27.41] + [144.14, -27.41], + [145.67, -27.52], + [146.86, -27.09], + [146.82, -25.64], + [146.25, -25.04], + [145.45, -24.68], + [144.66, -24.6], + [144.09, -24.76], + [143.43, -25.08], + [142.99, -25.4], + [142.64, -26.03], + [142.64, -27.05], + [142.64, -28.26], + [143.3, -29.11], + [144.18, -29.57], + [145.41, -29.64], + [146.46, -29.19], + [146.64, -28.72], + [146.82, -28.14], + [144.84, -28.42], + [144.31, -28.26], + [144.14, -27.41] ], [ - [144.18, -26.39], [144.53, -26.58], [145.19, -26.62], [145.72, -26.35], [145.81, -25.91], - [145.41, -25.68], [144.97, -25.68], [144.49, -25.64], [144, -25.99], [144.18, -26.39] + [144.18, -26.39], + [144.53, -26.58], + [145.19, -26.62], + [145.72, -26.35], + [145.81, -25.91], + [145.41, -25.68], + [144.97, -25.68], + [144.49, -25.64], + [144, -25.99], + [144.18, -26.39] ] ] } } ] -} \ No newline at end of file +} diff --git a/samples/layer-data-style/tsconfig.json b/samples/layer-data-style/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/layer-data-style/tsconfig.json +++ b/samples/layer-data-style/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/map-events/tsconfig.json b/samples/map-events/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/map-events/tsconfig.json +++ b/samples/map-events/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/map-projection-simple/tsconfig.json b/samples/map-projection-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/map-projection-simple/tsconfig.json +++ b/samples/map-projection-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/map-simple-js/tsconfig.json b/samples/map-simple-js/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/map-simple-js/tsconfig.json +++ b/samples/map-simple-js/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/map-simple/tsconfig.json b/samples/map-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/map-simple/tsconfig.json +++ b/samples/map-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-autocomplete-basic-map/tsconfig.json b/samples/place-autocomplete-basic-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-autocomplete-basic-map/tsconfig.json +++ b/samples/place-autocomplete-basic-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-autocomplete-data-session/tsconfig.json b/samples/place-autocomplete-data-session/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-autocomplete-data-session/tsconfig.json +++ b/samples/place-autocomplete-data-session/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-autocomplete-data-simple/tsconfig.json b/samples/place-autocomplete-data-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-autocomplete-data-simple/tsconfig.json +++ b/samples/place-autocomplete-data-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-autocomplete-element/tsconfig.json b/samples/place-autocomplete-element/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-autocomplete-element/tsconfig.json +++ b/samples/place-autocomplete-element/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-autocomplete-map/tsconfig.json b/samples/place-autocomplete-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-autocomplete-map/tsconfig.json +++ b/samples/place-autocomplete-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-class/tsconfig.json b/samples/place-class/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-class/tsconfig.json +++ b/samples/place-class/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-nearby-search/tsconfig.json b/samples/place-nearby-search/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-nearby-search/tsconfig.json +++ b/samples/place-nearby-search/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-photos/tsconfig.json b/samples/place-photos/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-photos/tsconfig.json +++ b/samples/place-photos/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-reviews/tsconfig.json b/samples/place-reviews/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-reviews/tsconfig.json +++ b/samples/place-reviews/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/place-text-search/tsconfig.json b/samples/place-text-search/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/place-text-search/tsconfig.json +++ b/samples/place-text-search/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/places-autocomplete-addressform/tsconfig.json b/samples/places-autocomplete-addressform/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/places-autocomplete-addressform/tsconfig.json +++ b/samples/places-autocomplete-addressform/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/places-placeid-finder/tsconfig.json b/samples/places-placeid-finder/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/places-placeid-finder/tsconfig.json +++ b/samples/places-placeid-finder/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/polyline-complex/tsconfig.json b/samples/polyline-complex/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/polyline-complex/tsconfig.json +++ b/samples/polyline-complex/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/polyline-remove/tsconfig.json b/samples/polyline-remove/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/polyline-remove/tsconfig.json +++ b/samples/polyline-remove/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/polyline-simple/tsconfig.json b/samples/polyline-simple/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/polyline-simple/tsconfig.json +++ b/samples/polyline-simple/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/react-ui-kit-place-details-compact/tsconfig.json b/samples/react-ui-kit-place-details-compact/tsconfig.json index 2b109b184..b7054a4ed 100644 --- a/samples/react-ui-kit-place-details-compact/tsconfig.json +++ b/samples/react-ui-kit-place-details-compact/tsconfig.json @@ -4,7 +4,5 @@ "outDir": "./dist", "rootDir": "./src" }, - "include": [ - "./src/**/*.ts*" - ], + "include": ["./src/**/*.ts*"] } diff --git a/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json b/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json index 2b109b184..b7054a4ed 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json +++ b/samples/react-ui-kit-place-details-latlng-compact/tsconfig.json @@ -4,7 +4,5 @@ "outDir": "./dist", "rootDir": "./src" }, - "include": [ - "./src/**/*.ts*" - ], + "include": ["./src/**/*.ts*"] } diff --git a/samples/react-ui-kit-place-details-latlng/tsconfig.json b/samples/react-ui-kit-place-details-latlng/tsconfig.json index 2b109b184..b7054a4ed 100644 --- a/samples/react-ui-kit-place-details-latlng/tsconfig.json +++ b/samples/react-ui-kit-place-details-latlng/tsconfig.json @@ -4,7 +4,5 @@ "outDir": "./dist", "rootDir": "./src" }, - "include": [ - "./src/**/*.ts*" - ], + "include": ["./src/**/*.ts*"] } diff --git a/samples/react-ui-kit-place-details/tsconfig.json b/samples/react-ui-kit-place-details/tsconfig.json index 10c6e6b74..b7054a4ed 100644 --- a/samples/react-ui-kit-place-details/tsconfig.json +++ b/samples/react-ui-kit-place-details/tsconfig.json @@ -4,7 +4,5 @@ "outDir": "./dist", "rootDir": "./src" }, - "include": [ - "./src/**/*.ts*" - ] + "include": ["./src/**/*.ts*"] } diff --git a/samples/react-ui-kit-search-nearby/tsconfig.json b/samples/react-ui-kit-search-nearby/tsconfig.json index 2b109b184..b7054a4ed 100644 --- a/samples/react-ui-kit-search-nearby/tsconfig.json +++ b/samples/react-ui-kit-search-nearby/tsconfig.json @@ -4,7 +4,5 @@ "outDir": "./dist", "rootDir": "./src" }, - "include": [ - "./src/**/*.ts*" - ], + "include": ["./src/**/*.ts*"] } diff --git a/samples/react-ui-kit-search-text/tsconfig.json b/samples/react-ui-kit-search-text/tsconfig.json index 2b109b184..b7054a4ed 100644 --- a/samples/react-ui-kit-search-text/tsconfig.json +++ b/samples/react-ui-kit-search-text/tsconfig.json @@ -4,7 +4,5 @@ "outDir": "./dist", "rootDir": "./src" }, - "include": [ - "./src/**/*.ts*" - ], + "include": ["./src/**/*.ts*"] } diff --git a/samples/rectangle-event/tsconfig.json b/samples/rectangle-event/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/rectangle-event/tsconfig.json +++ b/samples/rectangle-event/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/routes-compute-routes/tsconfig.json b/samples/routes-compute-routes/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/routes-compute-routes/tsconfig.json +++ b/samples/routes-compute-routes/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/routes-get-alternatives/tsconfig.json b/samples/routes-get-alternatives/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/routes-get-alternatives/tsconfig.json +++ b/samples/routes-get-alternatives/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/routes-get-directions-panel/tsconfig.json b/samples/routes-get-directions-panel/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/routes-get-directions-panel/tsconfig.json +++ b/samples/routes-get-directions-panel/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/routes-get-directions/tsconfig.json b/samples/routes-get-directions/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/routes-get-directions/tsconfig.json +++ b/samples/routes-get-directions/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/routes-markers/tsconfig.json b/samples/routes-markers/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/routes-markers/tsconfig.json +++ b/samples/routes-markers/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/routes-route-matrix/tsconfig.json b/samples/routes-route-matrix/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/routes-route-matrix/tsconfig.json +++ b/samples/routes-route-matrix/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/streetview-overlays/tsconfig.json b/samples/streetview-overlays/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/streetview-overlays/tsconfig.json +++ b/samples/streetview-overlays/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/test-example/tsconfig.json b/samples/test-example/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/test-example/tsconfig.json +++ b/samples/test-example/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/ui-kit-place-details-compact/tsconfig.json b/samples/ui-kit-place-details-compact/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/ui-kit-place-details-compact/tsconfig.json +++ b/samples/ui-kit-place-details-compact/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/ui-kit-place-details/tsconfig.json b/samples/ui-kit-place-details/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/ui-kit-place-details/tsconfig.json +++ b/samples/ui-kit-place-details/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/ui-kit-place-search-nearby/tsconfig.json b/samples/ui-kit-place-search-nearby/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/ui-kit-place-search-nearby/tsconfig.json +++ b/samples/ui-kit-place-search-nearby/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/ui-kit-place-search-text/tsconfig.json b/samples/ui-kit-place-search-text/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/ui-kit-place-search-text/tsconfig.json +++ b/samples/ui-kit-place-search-text/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/weather-api-current-compact/tsconfig.json b/samples/weather-api-current-compact/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/weather-api-current-compact/tsconfig.json +++ b/samples/weather-api-current-compact/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/web-components-events/tsconfig.json b/samples/web-components-events/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/web-components-events/tsconfig.json +++ b/samples/web-components-events/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/web-components-map/tsconfig.json b/samples/web-components-map/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/web-components-map/tsconfig.json +++ b/samples/web-components-map/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } diff --git a/samples/web-components-markers/tsconfig.json b/samples/web-components-markers/tsconfig.json index d3e23f634..976bcc6ef 100644 --- a/samples/web-components-markers/tsconfig.json +++ b/samples/web-components-markers/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "rootDir": "." }, - "include": [ - "./*.ts" - ] + "include": ["./*.ts"] } From 27e6a9e106cf7f934bc8de5f7002fbb235ff8e95 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 15:27:55 -0700 Subject: [PATCH 12/20] ran `npx eslint --fix` --- eslint.config.mjs | 10 +++++++++- samples/advanced-markers-collision/index.ts | 4 ++-- samples/advanced-markers-zoom/index.ts | 2 +- samples/ai-powered-summaries-basic/index.ts | 6 +++--- samples/boundaries-click/index.ts | 10 +++++----- samples/dds-datasets-point/index.ts | 12 ++++++------ samples/dds-region-viewer/index.ts | 14 +++++++------- samples/deckgl-heatmap/index.ts | 4 ++-- samples/deckgl-kml-updated/index.ts | 4 ++-- samples/deckgl-kml/index.ts | 4 ++-- samples/deckgl-polygon/index.ts | 4 ++-- samples/event-poi/index.ts | 2 +- samples/layer-data-event/index.ts | 2 +- samples/layer-data-quakes-red/index.ts | 2 +- samples/layer-data-simple/index.ts | 2 +- samples/map-events/index.ts | 2 +- samples/place-autocomplete-data-session/index.ts | 8 ++++---- samples/place-autocomplete-data-simple/index.ts | 6 +++--- samples/place-autocomplete-map/index.ts | 8 ++++---- samples/place-nearby-search/index.ts | 2 +- samples/routes-compute-routes/index.ts | 2 +- samples/routes-get-directions-panel/index.ts | 4 ++-- samples/routes-route-matrix/index.ts | 4 ++-- samples/streetview-overlays/index.ts | 10 ++++------ .../simple-weather-widget.ts | 8 ++++---- 25 files changed, 71 insertions(+), 65 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index e76caa739..bcfac00b1 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -4,14 +4,19 @@ import tseslint from 'typescript-eslint'; import json from '@eslint/json'; import markdown from '@eslint/markdown'; import css from '@eslint/css'; -import { defineConfig } from 'eslint/config'; +import { defineConfig, globalIgnores } from 'eslint/config'; export default defineConfig([ + globalIgnores(['**/dist/*']), { files: ['**/*.{js,mjs,cjs,ts,mts,cts}'], plugins: { js }, extends: ['js/recommended'], languageOptions: { globals: { ...globals.browser, ...globals.node } }, + rules: { + 'one-var': ['error', 'never'], + 'no-undef': 'off', // handled better by TS + }, }, tseslint.configs.recommended, { @@ -43,5 +48,8 @@ export default defineConfig([ plugins: { css }, language: 'css/css', extends: ['css/recommended'], + rules: { + 'css/use-baseline': 'off', + }, }, ]); diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index 38b74cc60..edd78d326 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -14,7 +14,7 @@ async function initMap(): Promise { const { Map } = await google.maps.importLibrary('maps'); const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); - let markers: google.maps.marker.AdvancedMarkerElement[] = []; + const markers: google.maps.marker.AdvancedMarkerElement[] = []; let collisionBehavior = google.maps.CollisionBehavior.REQUIRED; @@ -33,7 +33,7 @@ async function initMap(): Promise { select.value = collisionBehavior; // Create some markers on the map - let locations = [ + const locations = [ [-122.3402, 47.6093], [-122.3402, 47.6094], [-122.3403, 47.6094], diff --git a/samples/advanced-markers-zoom/index.ts b/samples/advanced-markers-zoom/index.ts index da31e3c68..64051170c 100644 --- a/samples/advanced-markers-zoom/index.ts +++ b/samples/advanced-markers-zoom/index.ts @@ -44,7 +44,7 @@ async function initMap() { // [START maps_advanced_markers_zoom_listener] mapElement.innerMap.addListener('zoom_changed', () => { - let zoom = mapElement.innerMap.getZoom(); + const zoom = mapElement.innerMap.getZoom(); for (let i = 0; i < markers.length; i++) { const { position, minZoom } = markerOptions[i]; markers[i].position = zoom! > minZoom ? position : null; diff --git a/samples/ai-powered-summaries-basic/index.ts b/samples/ai-powered-summaries-basic/index.ts index b0474a21b..7ef40274b 100644 --- a/samples/ai-powered-summaries-basic/index.ts +++ b/samples/ai-powered-summaries-basic/index.ts @@ -63,9 +63,9 @@ async function getPlaceDetails() { const attribution = document.createElement('div'); // Retrieve the textual data (summary, disclosure, flag URI). - let overviewText = place.generativeSummary?.overview; - let disclosureText = place.generativeSummary?.disclosureText; - let reportingURI = place.generativeSummary?.flagContentURI; + const overviewText = place.generativeSummary?.overview; + const disclosureText = place.generativeSummary?.disclosureText; + const reportingURI = place.generativeSummary?.flagContentURI; // Create HTML for reporting link. const reportingLink = document.createElement('a'); diff --git a/samples/boundaries-click/index.ts b/samples/boundaries-click/index.ts index 604a2519a..cc6b542c3 100644 --- a/samples/boundaries-click/index.ts +++ b/samples/boundaries-click/index.ts @@ -70,7 +70,7 @@ async function initMap() { // Helper function for the infowindow. async function createInfoWindow(event) { - let feature = event.features[0]; + const feature = event.features[0]; if (!feature.placeId) return; // Update the info window. @@ -78,14 +78,14 @@ async function createInfoWindow(event) { const place = await feature.fetchPlace(); // Create a new div to hold the text content. - let content = document.createElement('div'); + const content = document.createElement('div'); // Get the text values. - let nameText = document.createElement('span'); + const nameText = document.createElement('span'); nameText.textContent = `Display name: ${place.displayName}`; - let placeIdText = document.createElement('span'); + const placeIdText = document.createElement('span'); placeIdText.textContent = `Place ID: ${feature.placeId}`; - let featureTypeText = document.createElement('span'); + const featureTypeText = document.createElement('span'); featureTypeText.textContent = `Feature type: ${feature.featureType}`; // Append the text to the div. diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index afd5abbbe..ef8c91740 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -104,7 +104,7 @@ async function initMap() { // Creates a legend for the map. async function makeLegend(innerMap) { - let colors = { + const colors = { black: ['black'], cinnamon: ['#8b0000'], 'cinnamon + gray': ['#8b0000', 'gray'], @@ -116,17 +116,17 @@ async function makeLegend(innerMap) { 'no color data': ['yellow'], }; - let legend = document.getElementById('legend'); + const legend = document.getElementById('legend'); legend!.id = 'legend'; - let title = document.createElement('div'); + const title = document.createElement('div'); title.innerText = 'Fur Colors'; title.classList.add('title'); legend!.appendChild(title); let color; for (color in colors) { - let wrapper = document.createElement('div'); + const wrapper = document.createElement('div'); wrapper.id = 'container'; - let box = document.createElement('div'); + const box = document.createElement('div'); box.style.backgroundColor = colors[color][0]; if (colors[color][1]) { box.style.borderColor = colors[color][1]; @@ -134,7 +134,7 @@ async function makeLegend(innerMap) { box.style.borderColor = colors[color][0]; } box.classList.add('box'); - let txt = document.createElement('div'); + const txt = document.createElement('div'); txt.classList.add('legend'); txt.innerText = color; wrapper.appendChild(box); diff --git a/samples/dds-region-viewer/index.ts b/samples/dds-region-viewer/index.ts index 3608e2c39..bcba5a518 100644 --- a/samples/dds-region-viewer/index.ts +++ b/samples/dds-region-viewer/index.ts @@ -147,7 +147,7 @@ async function initMap() { // Restyle and make a request when the feature type is changed. function featureTypeChanged() { // Style for coloring the outline of the entire feature type. - let styleStrokeOnly = /** @type {!google.maps.FeatureStyleOptions} */ { + const styleStrokeOnly = { fillColor: 'white', fillOpacity: 0.01, strokeColor: strokeColorPicker.value, @@ -212,7 +212,7 @@ function styleChanged() { // Apply styling to a polygon. function applyStyle(placeid?) { // Define styles. - let styleStrokeOnly = /** @type {!google.maps.FeatureStyleOptions} */ { + const styleStrokeOnly = { strokeColor: strokeColorPicker.value, strokeOpacity: 1.0, strokeWeight: 2.0, @@ -220,7 +220,7 @@ function applyStyle(placeid?) { fillOpacity: 0.1, }; - let styleStrokeFill = /** @type {!google.maps.FeatureStyleOptions} */ { + const styleStrokeFill = { strokeColor: strokeColorPicker.value, strokeOpacity: 1.0, strokeWeight: 2.0, @@ -272,7 +272,7 @@ function applyStyle(placeid?) { // Populate the countries menu. function buildMenu() { for (const item of (countries as any).default) { - let countryOption = document.createElement('option'); + const countryOption = document.createElement('option'); countryOption.textContent = item.name; countryOption.value = item.code; // Set U.S. as the default. @@ -314,7 +314,7 @@ function getFeatureAvailability(countryName) { }); // Create a map for our values. - let featureAvailabilityMap = new Map([ + const featureAvailabilityMap = new Map([ ['country', selectedCountry?.feature.country], [ 'administrative_area_level_1', @@ -341,7 +341,7 @@ function revertStyles() { // Apply styling to the clicked place. function handlePlaceClick(event) { - let clickedPlaceId = event.features[0].placeId; + const clickedPlaceId = event.features[0].placeId; if (!clickedPlaceId) return; showSelectedPolygon(clickedPlaceId, 0); } @@ -399,7 +399,7 @@ async function showSelectedPolygon(placeid, mode) { featureMenu.value ); } - var viewport = place.viewport; + const viewport = place.viewport; innerMap.fitBounds(viewport, 155); // Build the HTML. diff --git a/samples/deckgl-heatmap/index.ts b/samples/deckgl-heatmap/index.ts index 1ee123120..9f6bcd75d 100644 --- a/samples/deckgl-heatmap/index.ts +++ b/samples/deckgl-heatmap/index.ts @@ -31,8 +31,8 @@ declare namespace deck { async function initMap(): Promise { // Progress bar logic moved from index.html - var progress, - progressDiv = document.querySelector('.mdc-linear-progress')!; + let progress; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. diff --git a/samples/deckgl-kml-updated/index.ts b/samples/deckgl-kml-updated/index.ts index a932c2df9..47c970a63 100644 --- a/samples/deckgl-kml-updated/index.ts +++ b/samples/deckgl-kml-updated/index.ts @@ -48,8 +48,8 @@ let googleMapsOverlay: deck.GoogleMapsOverlay; async function initMap(): Promise { // Progress bar logic moved from index.html - var progress, - progressDiv = document.querySelector('.mdc-linear-progress')!; + let progress; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. diff --git a/samples/deckgl-kml/index.ts b/samples/deckgl-kml/index.ts index 9b0f3fffd..b7ae6a791 100644 --- a/samples/deckgl-kml/index.ts +++ b/samples/deckgl-kml/index.ts @@ -47,8 +47,8 @@ let googleMapsOverlay: deck.GoogleMapsOverlay; async function initMap(): Promise { // Progress bar logic moved from index.html - var progress, - progressDiv = document.querySelector('.mdc-linear-progress')!; + let progress; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. diff --git a/samples/deckgl-polygon/index.ts b/samples/deckgl-polygon/index.ts index 5848a34e1..46b465d1b 100644 --- a/samples/deckgl-polygon/index.ts +++ b/samples/deckgl-polygon/index.ts @@ -27,8 +27,8 @@ declare namespace deck { async function initMap(): Promise { // Progress bar logic moved from index.html - var progress, - progressDiv = document.querySelector('.mdc-linear-progress')!; + let progress; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. diff --git a/samples/event-poi/index.ts b/samples/event-poi/index.ts index bca5a1ad2..7d87644d6 100644 --- a/samples/event-poi/index.ts +++ b/samples/event-poi/index.ts @@ -18,7 +18,7 @@ async function initMap() { innerMap = mapElement.innerMap; // Create the initial info window. - let infowindow = new google.maps.InfoWindow({}); + const infowindow = new google.maps.InfoWindow({}); // Add a listener for click events on the map. innerMap.addListener('click', (event) => { diff --git a/samples/layer-data-event/index.ts b/samples/layer-data-event/index.ts index a8e984d31..b95e8d5dc 100644 --- a/samples/layer-data-event/index.ts +++ b/samples/layer-data-event/index.ts @@ -19,7 +19,7 @@ async function initMap() { // Add some style. innerMap.data.setStyle((feature) => { - return /** @type {google.maps.Data.StyleOptions} */ { + return { fillColor: feature.getProperty('color') as string, strokeWeight: 1, }; diff --git a/samples/layer-data-quakes-red/index.ts b/samples/layer-data-quakes-red/index.ts index a01634426..c5f20e13c 100644 --- a/samples/layer-data-quakes-red/index.ts +++ b/samples/layer-data-quakes-red/index.ts @@ -27,7 +27,7 @@ async function initMap() { innerMap.data.setStyle((feature) => { const mag = Math.exp(parseFloat(feature.getProperty('mag') as string)) * 0.1; - return /** @type {google.maps.Data.StyleOptions} */ { + return { icon: { path: google.maps.SymbolPath.CIRCLE, scale: mag, diff --git a/samples/layer-data-simple/index.ts b/samples/layer-data-simple/index.ts index f541ed994..cd10f3088 100644 --- a/samples/layer-data-simple/index.ts +++ b/samples/layer-data-simple/index.ts @@ -10,7 +10,7 @@ async function initMap() { const mapElement = document.querySelector('gmp-map')!; - let innerMap = mapElement.innerMap; + const innerMap = mapElement.innerMap; innerMap.data.loadGeoJson('google.json'); } diff --git a/samples/map-events/index.ts b/samples/map-events/index.ts index 869409eb5..4e0ad0c6a 100644 --- a/samples/map-events/index.ts +++ b/samples/map-events/index.ts @@ -47,7 +47,7 @@ async function initMap() { populateTable(); // Get the inner map. - let innerMap = mapElement.innerMap; + const innerMap = mapElement.innerMap; innerMap.setOptions({ mapTypeControl: false, }); diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index b2aecb91b..74923f005 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -8,10 +8,10 @@ const mapElement = document.querySelector('gmp-map')!; let innerMap: google.maps.Map; let marker: google.maps.marker.AdvancedMarkerElement; -let titleElement = document.querySelector('.title') as HTMLElement; -let resultsContainerElement = document.querySelector('.results')!; -let inputElement = document.querySelector('input')!; -let tokenStatusElement = document.querySelector('.token-status')!; +const titleElement = document.querySelector('.title') as HTMLElement; +const resultsContainerElement = document.querySelector('.results')!; +const inputElement = document.querySelector('input')!; +const tokenStatusElement = document.querySelector('.token-status')!; let newestRequestId = 0; let tokenCount = 0; diff --git a/samples/place-autocomplete-data-simple/index.ts b/samples/place-autocomplete-data-simple/index.ts index 15c3cf07c..257b7db63 100644 --- a/samples/place-autocomplete-data-simple/index.ts +++ b/samples/place-autocomplete-data-simple/index.ts @@ -12,7 +12,7 @@ async function init() { // [START maps_place_autocomplete_data_simple_request] // Add an initial request body. // [START maps_place_autocomplete_data_simple_request_body] - let request = { + const request = { input: 'Tadi', locationRestriction: { west: -122.44, @@ -49,7 +49,7 @@ async function init() { const resultsElement = document.getElementById('results') as HTMLElement; - for (let suggestion of suggestions) { + for (const suggestion of suggestions) { const placePrediction = suggestion.placePrediction; // Create a new list element. @@ -63,7 +63,7 @@ async function init() { // [END maps_place_autocomplete_data_simple_get_suggestions] // [START maps_place_autocomplete_data_simple_prediction] - let place = suggestions[0].placePrediction!.toPlace(); // Get first predicted place. + const place = suggestions[0].placePrediction!.toPlace(); // Get first predicted place. // [START maps_place_autocomplete_data_simple_fetch] await place.fetchFields({ fields: ['displayName', 'formattedAddress'], diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index a85e51a89..f7e95c491 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -10,7 +10,7 @@ const placeAutocomplete = document.querySelector('gmp-place-autocomplete')!; let innerMap; let marker: google.maps.marker.AdvancedMarkerElement; let infoWindow: google.maps.InfoWindow; -let center = { lat: 40.749933, lng: -73.98633 }; // New York City +const center = { lat: 40.749933, lng: -73.98633 }; // New York City async function initMap(): Promise { // Request needed libraries. const [] = await Promise.all([ @@ -54,12 +54,12 @@ async function initMap(): Promise { innerMap.setZoom(17); } - let content = document.createElement('div'); - let nameText = document.createElement('span'); + const content = document.createElement('div'); + const nameText = document.createElement('span'); nameText.textContent = place.displayName ?? 'No name'; content.appendChild(nameText); content.appendChild(document.createElement('br')); - let addressText = document.createElement('span'); + const addressText = document.createElement('span'); addressText.textContent = place.formattedAddress ?? 'No address'; content.appendChild(addressText); diff --git a/samples/place-nearby-search/index.ts b/samples/place-nearby-search/index.ts index 7bda8bfa7..b2019a13b 100644 --- a/samples/place-nearby-search/index.ts +++ b/samples/place-nearby-search/index.ts @@ -43,7 +43,7 @@ async function nearbySearch() { // [START maps_place_nearby_search_request] // Get bounds and radius to constrain search. center = mapElement.center; - let bounds = innerMap.getBounds(); + const bounds = innerMap.getBounds(); const ne = bounds.getNorthEast(); const sw = bounds.getSouthWest(); const diameter = spherical.computeDistanceBetween(ne, sw); diff --git a/samples/routes-compute-routes/index.ts b/samples/routes-compute-routes/index.ts index 60a28803a..08449ec00 100644 --- a/samples/routes-compute-routes/index.ts +++ b/samples/routes-compute-routes/index.ts @@ -6,7 +6,7 @@ // [START maps_routes_compute_routes] let markers: google.maps.marker.AdvancedMarkerElement[] = []; let polylines: google.maps.Polyline[] = []; -let waypointInfoWindow: google.maps.InfoWindow | null = null; +const waypointInfoWindow: google.maps.InfoWindow | null = null; interface PlaceAutocompleteSelection { predictionText: string | null; diff --git a/samples/routes-get-directions-panel/index.ts b/samples/routes-get-directions-panel/index.ts index 64d295232..f1185c641 100644 --- a/samples/routes-get-directions-panel/index.ts +++ b/samples/routes-get-directions-panel/index.ts @@ -7,8 +7,8 @@ // Initialize and add the map. let map; let mapPolylines: google.maps.Polyline[] = []; -let markers: google.maps.marker.AdvancedMarkerElement[] = []; -let center = { lat: 37.447646, lng: -122.113878 }; // Palo Alto, CA +const markers: google.maps.marker.AdvancedMarkerElement[] = []; +const center = { lat: 37.447646, lng: -122.113878 }; // Palo Alto, CA // Initialize and add the map. async function initMap(): Promise { diff --git a/samples/routes-route-matrix/index.ts b/samples/routes-route-matrix/index.ts index 986878ad5..31b31707b 100644 --- a/samples/routes-route-matrix/index.ts +++ b/samples/routes-route-matrix/index.ts @@ -6,8 +6,8 @@ // [START maps_routes_route_matrix] // Initialize and add the map. let map; -let markers: google.maps.marker.AdvancedMarkerElement[] = []; -let center = { lat: 51.55, lng: -1.8 }; +const markers: google.maps.marker.AdvancedMarkerElement[] = []; +const center = { lat: 51.55, lng: -1.8 }; async function initMap(): Promise { // Request the needed libraries. diff --git a/samples/streetview-overlays/index.ts b/samples/streetview-overlays/index.ts index a35a37d71..521ac91c8 100644 --- a/samples/streetview-overlays/index.ts +++ b/samples/streetview-overlays/index.ts @@ -58,12 +58,10 @@ async function initMap() { // Note that we don't yet set it visible. panorama = innerMap.getStreetView()!; // TODO fix type panorama.setPosition(astorPlace); - panorama.setPov( - /** @type {google.maps.StreetViewPov} */ { - heading: 265, - pitch: 0, - } - ); + panorama.setPov({ + heading: 265, + pitch: 0, + }); } function toggleStreetView(): void { diff --git a/samples/weather-api-current-compact/simple-weather-widget.ts b/samples/weather-api-current-compact/simple-weather-widget.ts index 595341151..75c9cc339 100644 --- a/samples/weather-api-current-compact/simple-weather-widget.ts +++ b/samples/weather-api-current-compact/simple-weather-widget.ts @@ -190,10 +190,10 @@ class SimpleWeatherWidget extends HTMLElement { const isForecastDay = weatherData.daytimeForecast || weatherData.nighttimeForecast; - let temperature: number | undefined, - iconBaseUri: string | undefined, - rainProbability: number | undefined, - rainQpf: number | undefined; + let temperature: number | undefined; + let iconBaseUri: string | undefined; + let rainProbability: number | undefined; + let rainQpf: number | undefined; if (isForecastDay) { // Data is a forecast day object From 147f52ad17f3b432067995e6a29da42d3cfbbf2a Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 15:56:53 -0700 Subject: [PATCH 13/20] manual fixes for eslint --- eslint.config.mjs | 8 +++++++- samples/advanced-markers-accessibility/index.ts | 1 - samples/advanced-markers-basic-style/index.ts | 2 -- samples/advanced-markers-collision/index.ts | 2 +- samples/advanced-markers-graphics/index.ts | 4 ---- samples/ai-powered-summaries/index.ts | 14 +------------- samples/boundaries-click/index.ts | 10 ++++------ samples/circle-simple/index.ts | 1 - samples/circle-simple/style.css | 2 +- samples/dds-datasets-point/style.css | 2 +- samples/dds-datasets-polygon-click/style.css | 2 +- samples/dds-datasets-polygon-colors/style.css | 2 +- samples/dds-datasets-polygon/style.css | 2 +- samples/dds-datasets-polyline/style.css | 2 +- samples/deckgl-heatmap/index.ts | 5 ++--- samples/deckgl-kml-updated/index.ts | 4 ++-- samples/deckgl-kml/index.ts | 5 ++--- samples/deckgl-polygon/index.ts | 5 ++--- samples/deckgl-polygon/style.css | 2 +- samples/geocoding-component-restriction/style.css | 2 +- samples/geocoding-place-id/style.css | 2 +- samples/place-autocomplete-data-simple/index.ts | 3 +-- samples/place-autocomplete-map/index.ts | 2 +- samples/polyline-remove/style.css | 2 +- samples/streetview-overlays/style.css | 2 +- 25 files changed, 34 insertions(+), 54 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index bcfac00b1..262f86829 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -13,12 +13,18 @@ export default defineConfig([ plugins: { js }, extends: ['js/recommended'], languageOptions: { globals: { ...globals.browser, ...globals.node } }, + }, + tseslint.configs.recommended, + { rules: { 'one-var': ['error', 'never'], 'no-undef': 'off', // handled better by TS + + // temporarily disabled for historic reasons: + '@typescript-eslint/no-unused-vars': 'off', + '@typescript-eslint/no-explicit-any': 'off', }, }, - tseslint.configs.recommended, { files: ['**/*.json'], plugins: { json }, diff --git a/samples/advanced-markers-accessibility/index.ts b/samples/advanced-markers-accessibility/index.ts index 284469586..eee4bf54c 100644 --- a/samples/advanced-markers-accessibility/index.ts +++ b/samples/advanced-markers-accessibility/index.ts @@ -46,7 +46,6 @@ async function initMap() { tourStops.forEach(({ position, title }, i) => { // [START maps_advanced_markers_accessibility_marker] const pin = new PinElement({ - //@ts-ignore glyphText: `${i + 1}`, scale: 1.5, }); diff --git a/samples/advanced-markers-basic-style/index.ts b/samples/advanced-markers-basic-style/index.ts index 302790af6..ed97850c2 100644 --- a/samples/advanced-markers-basic-style/index.ts +++ b/samples/advanced-markers-basic-style/index.ts @@ -75,7 +75,6 @@ async function initMap() { // [START maps_advanced_markers_basic_style_text_glyph] const pinTextGlyph = new PinElement({ - //@ts-ignore glyphText: 'T', glyphColor: 'white', }); @@ -89,7 +88,6 @@ async function initMap() { // [START maps_advanced_markers_basic_style_hide_glyph] // Hide the glyph. const pinNoGlyph = new PinElement({ - //@ts-ignore glyphText: '', }); const markerNoGlyph = new AdvancedMarkerElement({ diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index edd78d326..dc50aa7bd 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -18,7 +18,7 @@ async function initMap(): Promise { let collisionBehavior = google.maps.CollisionBehavior.REQUIRED; - // @ts-ignore + // @ts-expect-error: mdc not typed const select = new mdc.select.MDCSelect( document.querySelector('.mdc-select')! ); diff --git a/samples/advanced-markers-graphics/index.ts b/samples/advanced-markers-graphics/index.ts index 4c6df91ec..17244bfee 100644 --- a/samples/advanced-markers-graphics/index.ts +++ b/samples/advanced-markers-graphics/index.ts @@ -28,7 +28,6 @@ async function initMap() { const pinSvgMarker = new AdvancedMarkerElement({ position: { lat: 37.42475, lng: -122.094 }, title: 'A marker using a custom SVG image.', - //@ts-ignore anchorLeft: '-50%', anchorTop: '-50%', }); @@ -44,7 +43,6 @@ async function initMap() { const beachFlagMarker = new AdvancedMarkerElement({ position: { lat: 37.434, lng: -122.082 }, title: 'A marker using a custom PNG Image', - //@ts-ignore anchorLeft: '0px', anchorTop: '100%', }); @@ -57,7 +55,6 @@ async function initMap() { const glyphImgSrc = new URL('./public/google_logo_g.svg', import.meta.url); const glyphSvgPinElement = new PinElement({ - //@ts-ignore glyphSrc: glyphImgSrc, }); @@ -87,7 +84,6 @@ async function initMap() { const pinElement = new PinElement({ background: place.iconBackgroundColor, - //@ts-ignore glyphSrc: new URL(String(place.svgIconMaskURI)), }); diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index b4d214ec3..6e5254741 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -25,7 +25,7 @@ let marker: google.maps.marker.AdvancedMarkerElement; async function initMap(): Promise { // Request needed libraries. - const [] = await Promise.all([ + await Promise.all([ google.maps.importLibrary('marker'), google.maps.importLibrary('places'), ]); @@ -146,43 +146,31 @@ function updateSummaryPanel(place: google.maps.places.Place) { }; // --- 1. Generative Summary (Place) --- - //@ts-ignore if (place.generativeSummary?.overview) { createTab( 'Overview', - //@ts-ignore place.generativeSummary.overview, - //@ts-ignore place.generativeSummary.disclosureText, - //@ts-ignore place.generativeSummary.flagContentURI ); } // --- 2. Review Summary --- - //@ts-ignore if (place.reviewSummary?.text) { createTab( 'Reviews', - //@ts-ignore place.reviewSummary.text, - //@ts-ignore place.reviewSummary.disclosureText, - //@ts-ignore place.reviewSummary.flagContentURI ); } // --- 3. Neighborhood Summary --- - //@ts-ignore if (place.neighborhoodSummary?.overview?.content) { createTab( 'Neighborhood', - //@ts-ignore place.neighborhoodSummary.overview.content, - //@ts-ignore place.neighborhoodSummary.disclosureText, - //@ts-ignore place.neighborhoodSummary.flagContentURI ); } diff --git a/samples/boundaries-click/index.ts b/samples/boundaries-click/index.ts index cc6b542c3..fc3c736ef 100644 --- a/samples/boundaries-click/index.ts +++ b/samples/boundaries-click/index.ts @@ -8,8 +8,8 @@ let innerMap; let featureLayer; let infoWindow; -let lastInteractedFeatureIds = []; -let lastClickedFeatureIds = []; +let lastInteractedFeatureIds: string[] = []; +let lastClickedFeatureIds: string[] = []; // [START maps_boundaries_click_event_handler] function handleClick(/* MouseEvent */ e) { @@ -121,13 +121,11 @@ const styleMouseMove = { }; // Apply styles using a feature style function. -function applyStyle(/* FeatureStyleFunctionOptions */ params) { - const placeId = params.feature.placeId; - //@ts-ignore +function applyStyle(params: google.maps.FeatureStyleFunctionOptions) { + const placeId = (params.feature as google.maps.PlaceFeature).placeId; if (lastClickedFeatureIds.includes(placeId)) { return styleClicked; } - //@ts-ignore if (lastInteractedFeatureIds.includes(placeId)) { return styleMouseMove; } diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index 4948a4cc6..3e3366cf8 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -50,7 +50,6 @@ async function initMap() { const centerMarker = new google.maps.marker.AdvancedMarkerElement({ position: initialCenter, title: 'A marker using a custom SVG image.', - //@ts-ignore anchorLeft: '-50%', anchorTop: '-50%', }); diff --git a/samples/circle-simple/style.css b/samples/circle-simple/style.css index 0a6575468..8454f796f 100644 --- a/samples/circle-simple/style.css +++ b/samples/circle-simple/style.css @@ -20,7 +20,7 @@ body { border: 2px solid #fff; border-radius: 3px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); - font-family: 'Roboto', 'sans-serif'; + font-family: 'Roboto', sans-serif; font-size: medium; margin: 10px; padding: 10px; diff --git a/samples/dds-datasets-point/style.css b/samples/dds-datasets-point/style.css index dd03365e8..d4c3f858f 100644 --- a/samples/dds-datasets-point/style.css +++ b/samples/dds-datasets-point/style.css @@ -16,7 +16,7 @@ body { #attributionLabel { background-color: rgba(255, 255, 255, 0.8); - font-family: 'Roboto', 'Arial', 'sans-serif'; + font-family: 'Roboto', 'Arial', sans-serif; font-size: 10px; padding: 2px; margin: 2px; diff --git a/samples/dds-datasets-polygon-click/style.css b/samples/dds-datasets-polygon-click/style.css index f9de7495d..bec8a79b6 100644 --- a/samples/dds-datasets-polygon-click/style.css +++ b/samples/dds-datasets-polygon-click/style.css @@ -16,7 +16,7 @@ body { #attribution { background-color: rgba(255, 255, 255, 0.7); - font-family: 'Roboto', 'Arial', 'sans-serif'; + font-family: 'Roboto', 'Arial', sans-serif; font-size: 10px; padding: 2px; margin: 2px; diff --git a/samples/dds-datasets-polygon-colors/style.css b/samples/dds-datasets-polygon-colors/style.css index 56a1b302e..4c078ba06 100644 --- a/samples/dds-datasets-polygon-colors/style.css +++ b/samples/dds-datasets-polygon-colors/style.css @@ -17,7 +17,7 @@ body { #attribution { background-color: rgba(255, 255, 255, 0.7); - font-family: 'Roboto', 'Arial', 'sans-serif'; + font-family: 'Roboto', 'Arial', sans-serif; font-size: 10px; padding: 2px; margin: 2px; diff --git a/samples/dds-datasets-polygon/style.css b/samples/dds-datasets-polygon/style.css index 55163a55d..9a88f3c18 100644 --- a/samples/dds-datasets-polygon/style.css +++ b/samples/dds-datasets-polygon/style.css @@ -24,7 +24,7 @@ body { /* [START maps_dds_datasets_polygon_attribution_style] */ #attribution { background-color: rgba(255, 255, 255, 0.7); - font-family: 'Roboto', 'Arial', 'sans-serif'; + font-family: 'Roboto', 'Arial', sans-serif; font-size: 10px; padding: 2px; margin: 2px; diff --git a/samples/dds-datasets-polyline/style.css b/samples/dds-datasets-polyline/style.css index 60feaee15..192e8d16b 100644 --- a/samples/dds-datasets-polyline/style.css +++ b/samples/dds-datasets-polyline/style.css @@ -17,7 +17,7 @@ body { #attribution { background-color: rgba(255, 255, 255, 0.7); - font-family: 'Roboto', 'Arial', 'sans-serif'; + font-family: 'Roboto', 'Arial', sans-serif; font-size: 10px; padding: 2px; margin: 2px; diff --git a/samples/deckgl-heatmap/index.ts b/samples/deckgl-heatmap/index.ts index 9f6bcd75d..9a3d3ee76 100644 --- a/samples/deckgl-heatmap/index.ts +++ b/samples/deckgl-heatmap/index.ts @@ -32,11 +32,11 @@ declare namespace deck { async function initMap(): Promise { // Progress bar logic moved from index.html let progress; - const progressDiv = document.querySelector('.mdc-linear-progress')!; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. - // @ts-ignore + // @ts-expect-error: mdc not typed progress = new mdc.linearProgress.MDCLinearProgress( progressDiv as HTMLElement ); @@ -129,7 +129,6 @@ async function initMap(): Promise { // Check if progress is defined // Add a small delay to ensure the progress bar is removed setTimeout(() => { - // @ts-ignore progress.done(); // hides progress bar }, 100); // 100ms delay } diff --git a/samples/deckgl-kml-updated/index.ts b/samples/deckgl-kml-updated/index.ts index 47c970a63..708f0d2d6 100644 --- a/samples/deckgl-kml-updated/index.ts +++ b/samples/deckgl-kml-updated/index.ts @@ -49,11 +49,11 @@ let googleMapsOverlay: deck.GoogleMapsOverlay; async function initMap(): Promise { // Progress bar logic moved from index.html let progress; - const progressDiv = document.querySelector('.mdc-linear-progress')!; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. - // @ts-ignore + // @ts-expect-error: mdc not typed progress = new mdc.linearProgress.MDCLinearProgress( progressDiv as HTMLElement ); diff --git a/samples/deckgl-kml/index.ts b/samples/deckgl-kml/index.ts index b7ae6a791..e16ec343f 100644 --- a/samples/deckgl-kml/index.ts +++ b/samples/deckgl-kml/index.ts @@ -48,11 +48,11 @@ let googleMapsOverlay: deck.GoogleMapsOverlay; async function initMap(): Promise { // Progress bar logic moved from index.html let progress; - const progressDiv = document.querySelector('.mdc-linear-progress')!; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. - // @ts-ignore + // @ts-expect-error: mdc not typed progress = new mdc.linearProgress.MDCLinearProgress( progressDiv as HTMLElement ); @@ -115,7 +115,6 @@ async function initMap(): Promise { // Check if progress is defined // Add a small delay to ensure the progress bar is removed setTimeout(() => { - // @ts-ignore progress.done(); // hides progress bar }, 100); // 100ms delay } diff --git a/samples/deckgl-polygon/index.ts b/samples/deckgl-polygon/index.ts index 46b465d1b..b49ab30ac 100644 --- a/samples/deckgl-polygon/index.ts +++ b/samples/deckgl-polygon/index.ts @@ -28,11 +28,11 @@ declare namespace deck { async function initMap(): Promise { // Progress bar logic moved from index.html let progress; - const progressDiv = document.querySelector('.mdc-linear-progress')!; + const progressDiv = document.querySelector('.mdc-linear-progress')!; if (progressDiv) { // Assuming 'mdc' is globally available, potentially loaded via a script tag // If not, you might need to import it or add type definitions. - // @ts-ignore + // @ts-expect-error: mdc not typed progress = new mdc.linearProgress.MDCLinearProgress( progressDiv as HTMLElement ); @@ -87,7 +87,6 @@ async function initMap(): Promise { // Check if progress is defined // Add a small delay to ensure the progress bar is removed setTimeout(() => { - // @ts-ignore progress.done(); // hides progress bar }, 100); // 100ms delay } diff --git a/samples/deckgl-polygon/style.css b/samples/deckgl-polygon/style.css index eb42db1e7..f82d54f8c 100644 --- a/samples/deckgl-polygon/style.css +++ b/samples/deckgl-polygon/style.css @@ -44,7 +44,7 @@ body { border-radius: 4px; pointer-events: none; /* Allows interaction with elements behind the tooltip */ display: none; /* Hidden by default */ - font-size: 126x; + font-size: 12px; } h1 { diff --git a/samples/geocoding-component-restriction/style.css b/samples/geocoding-component-restriction/style.css index 245ce2047..c84a91a76 100644 --- a/samples/geocoding-component-restriction/style.css +++ b/samples/geocoding-component-restriction/style.css @@ -24,7 +24,7 @@ body { padding: 5px; border: 1px solid #999; text-align: center; - font-family: 'Roboto', 'sans-serif'; + font-family: 'Roboto', sans-serif; line-height: 30px; padding-left: 10px; } diff --git a/samples/geocoding-place-id/style.css b/samples/geocoding-place-id/style.css index 86257d39f..d69fec03a 100644 --- a/samples/geocoding-place-id/style.css +++ b/samples/geocoding-place-id/style.css @@ -21,7 +21,7 @@ body { border: 1px solid #999; border-radius: 5px; text-align: center; - font-family: 'Roboto', 'sans-serif'; + font-family: 'Roboto', sans-serif; line-height: 30px; padding-left: 10px; margin-top: 10px; diff --git a/samples/place-autocomplete-data-simple/index.ts b/samples/place-autocomplete-data-simple/index.ts index 257b7db63..b797696ed 100644 --- a/samples/place-autocomplete-data-simple/index.ts +++ b/samples/place-autocomplete-data-simple/index.ts @@ -12,7 +12,7 @@ async function init() { // [START maps_place_autocomplete_data_simple_request] // Add an initial request body. // [START maps_place_autocomplete_data_simple_request_body] - const request = { + const request: google.maps.places.AutocompleteRequest = { input: 'Tadi', locationRestriction: { west: -122.44, @@ -31,7 +31,6 @@ async function init() { // Create a session token. const token = new AutocompleteSessionToken(); // Add the token to the request. - // @ts-ignore request.sessionToken = token; // [END maps_place_autocomplete_data_simple_token] // [END maps_place_autocomplete_data_simple_request] diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index f7e95c491..041e617a8 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -13,7 +13,7 @@ let infoWindow: google.maps.InfoWindow; const center = { lat: 40.749933, lng: -73.98633 }; // New York City async function initMap(): Promise { // Request needed libraries. - const [] = await Promise.all([ + await Promise.all([ google.maps.importLibrary('marker'), google.maps.importLibrary('places'), ]); diff --git a/samples/polyline-remove/style.css b/samples/polyline-remove/style.css index b0b1704c9..4306de72a 100644 --- a/samples/polyline-remove/style.css +++ b/samples/polyline-remove/style.css @@ -31,7 +31,7 @@ body { padding: 5px; border: 1px solid #999; text-align: center; - font-family: 'Roboto', 'sans-serif'; + font-family: 'Roboto', sans-serif; line-height: 30px; padding-left: 10px; } diff --git a/samples/streetview-overlays/style.css b/samples/streetview-overlays/style.css index c380af7b2..27b538f8e 100644 --- a/samples/streetview-overlays/style.css +++ b/samples/streetview-overlays/style.css @@ -31,7 +31,7 @@ body { padding: 5px; border: 1px solid #999; text-align: center; - font-family: 'Roboto', 'sans-serif'; + font-family: 'Roboto', sans-serif; line-height: 30px; padding-left: 10px; } From 3c98a4376ef7be3d1ef3a8b7aa99d9f069965405 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 16:08:16 -0700 Subject: [PATCH 14/20] fix or disable remaining eslint errors --- eslint.config.mjs | 11 ++++++++++- samples/3d-places-autocomplete/style.css | 7 +++---- samples/3d-polygon-click-event/index.ts | 3 +-- samples/dds-datasets-point/style.css | 2 +- samples/dds-region-viewer/style.css | 2 +- samples/deckgl-heatmap/style.css | 2 +- samples/vite.config.js | 2 +- 7 files changed, 18 insertions(+), 11 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 262f86829..17abaed99 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -7,7 +7,7 @@ import css from '@eslint/css'; import { defineConfig, globalIgnores } from 'eslint/config'; export default defineConfig([ - globalIgnores(['**/dist/*']), + globalIgnores(['**/dist/*', '**/package-lock.json']), { files: ['**/*.{js,mjs,cjs,ts,mts,cts}'], plugins: { js }, @@ -19,10 +19,14 @@ export default defineConfig([ rules: { 'one-var': ['error', 'never'], 'no-undef': 'off', // handled better by TS + 'prefer-const': 'error', // temporarily disabled for historic reasons: '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/no-explicit-any': 'off', + '@typescript-eslint/no-namespace': 'off', + '@typescript-eslint/ban-ts-comment': 'off', + 'no-prototype-builtins': 'off', }, }, { @@ -48,6 +52,11 @@ export default defineConfig([ plugins: { markdown }, language: 'markdown/gfm', extends: ['markdown/recommended'], + rules: { + // temporarily disabled for historic reasons: + 'markdown/no-empty-links': 'off', + 'markdown/no-missing-label-refs': 'off', + }, }, { files: ['**/*.css'], diff --git a/samples/3d-places-autocomplete/style.css b/samples/3d-places-autocomplete/style.css index e1965f668..ad7c48807 100644 --- a/samples/3d-places-autocomplete/style.css +++ b/samples/3d-places-autocomplete/style.css @@ -22,7 +22,7 @@ body { } .pac-controls label { - font-family: Roboto; + font-family: Roboto, sans-serif; font-size: 13px; font-weight: 300; } @@ -38,8 +38,7 @@ body { 400 18px Roboto, Arial, sans-serif; - /* overflow: hidden; */ - font-family: Roboto; + font-family: Roboto, sans-serif; padding: 0; position: absolute; left: 10px; @@ -57,7 +56,7 @@ body { #pac-input { background-color: #fff; - font-family: Roboto; + font-family: Roboto, sans-serif; font-size: 15px; font-weight: 300; margin-left: 12px; diff --git a/samples/3d-polygon-click-event/index.ts b/samples/3d-polygon-click-event/index.ts index 543cb566f..7723893e0 100644 --- a/samples/3d-polygon-click-event/index.ts +++ b/samples/3d-polygon-click-event/index.ts @@ -50,8 +50,7 @@ async function init() { function randomizeHexColor(originalHexColor) { console.log(originalHexColor); - let alpha = ''; - alpha = originalHexColor.substring(7); + const alpha = originalHexColor.substring(7); // Generate random values for Red, Green, Blue (0-255) const r = Math.floor(Math.random() * 256); diff --git a/samples/dds-datasets-point/style.css b/samples/dds-datasets-point/style.css index d4c3f858f..f0db801f4 100644 --- a/samples/dds-datasets-point/style.css +++ b/samples/dds-datasets-point/style.css @@ -30,7 +30,7 @@ body { margin-left: 1em; border-radius: 8px; - font-family: Roboto; + font-family: Roboto, sans-serif; overflow: hidden; } diff --git a/samples/dds-region-viewer/style.css b/samples/dds-region-viewer/style.css index 8a7c6dc1f..2fcb202e0 100644 --- a/samples/dds-region-viewer/style.css +++ b/samples/dds-region-viewer/style.css @@ -26,7 +26,7 @@ body { display: flex; flex-direction: row; height: 100%; - font-family: Roboto; + font-family: Roboto, sans-serif; font-size: 14px; } diff --git a/samples/deckgl-heatmap/style.css b/samples/deckgl-heatmap/style.css index d1fa5ae64..f890ca35b 100644 --- a/samples/deckgl-heatmap/style.css +++ b/samples/deckgl-heatmap/style.css @@ -44,7 +44,7 @@ body { border-radius: 4px; pointer-events: none; /* Allows interaction with elements behind the tooltip */ display: none; /* Hidden by default */ - font-size: 126x; + font-size: 12px; } h1 { diff --git a/samples/vite.config.js b/samples/vite.config.js index 96bd6f864..157044d81 100644 --- a/samples/vite.config.js +++ b/samples/vite.config.js @@ -25,7 +25,7 @@ export default defineConfig(({ command }) => { const projectRepoRoot = resolve(__dirname, '..'); // /Users/wfrench/git/js-api-samples/ let effectiveOutDir; - let effectiveBuildInput = {}; // For rollupOptions.input + const effectiveBuildInput = {}; // For rollupOptions.input if (command === 'build') { // When `npm run build:vite --workspace=.` is run from a sample's directory, From 311c7ae27b2ec8b9515707e76126854c071b384b Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 16:13:37 -0700 Subject: [PATCH 15/20] comment spacing enforcement --- e2e/samples.spec.ts | 12 ++--- eslint.config.mjs | 6 +++ package-lock.json | 78 +++++++++++++++++++++---------- package.json | 1 + playwright.config.ts | 4 +- samples/3d-clamp-mode/index.ts | 2 +- samples/3d-localization/index.ts | 2 +- samples/3d-map-45-degree/index.ts | 2 +- samples/3d-map-roadmap/index.ts | 2 +- samples/3d-places/index.ts | 2 +- samples/3d-simple-map/index.ts | 2 +- samples/3d-simple-marker/index.ts | 2 +- samples/boundaries-click/index.ts | 4 +- 13 files changed, 77 insertions(+), 42 deletions(-) diff --git a/e2e/samples.spec.ts b/e2e/samples.spec.ts index d56e466a7..b709a13b2 100644 --- a/e2e/samples.spec.ts +++ b/e2e/samples.spec.ts @@ -49,7 +49,7 @@ const getChangedSampleFolders = (): string[] => { // Execute the script from the project root. const projectRoot = path.join(__dirname, '..'); - //const output = execSync(`sh ${scriptPath}`, { cwd: projectRoot, encoding: 'utf-8' }); + // const output = execSync(`sh ${scriptPath}`, { cwd: projectRoot, encoding: 'utf-8' }); const baseRefForScript = process.env.GIT_BASE_REF; let commandToExecute = `bash ${scriptPath}`; // Use bash to ensure consistency with shebang if (baseRefForScript) { @@ -120,7 +120,7 @@ const getChangedSampleFolders = (): string[] => { }; // Get changed folders, filtering out excluded ones. -//const foldersToTest = getChangedSampleFolders(); +// const foldersToTest = getChangedSampleFolders(); const foldersToTest = getChangedSampleFolders(); if (foldersToTest.length === 0) { @@ -149,7 +149,7 @@ foldersToTest.forEach((sampleFolder) => { } ); - //await new Promise((resolve) => setTimeout(resolve, 500)); // Set a timeout to let the web server start. + // await new Promise((resolve) => setTimeout(resolve, 500)); // Set a timeout to let the web server start. await page.waitForTimeout(500); // END run the preview @@ -171,7 +171,7 @@ foldersToTest.forEach((sampleFolder) => { }); // Navigate to the page. - //await page.goto(url, { waitUntil: 'networkidle', timeout: 500 }); + // await page.goto(url, { waitUntil: 'networkidle', timeout: 500 }); await page.goto(url); // Allow some time for async operations and errors to be caught @@ -220,7 +220,7 @@ foldersToTest.forEach((sampleFolder) => { }); await expect(hasGoogleMaps).toBeTruthy(); - /**const mapElement = await page.locator('#map'); + /** const mapElement = await page.locator('#map'); if (await page.locator('#map').isVisible()) { console.log(`✅ Assertion passed: Map is visible.`); } else { @@ -228,7 +228,7 @@ foldersToTest.forEach((sampleFolder) => { throw new Error('Assertion failed: Map is not visible.'); }*/ } finally { - //viteProcess.kill(); // We used to just kill the process. Curious to see about how the other stuff works. + // viteProcess.kill(); // We used to just kill the process. Curious to see about how the other stuff works. if (viteProcess.pid) { try { // Use process.kill for cross-platform compatibility, sending SIGINT diff --git a/eslint.config.mjs b/eslint.config.mjs index 17abaed99..909fd57ba 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -5,6 +5,7 @@ import json from '@eslint/json'; import markdown from '@eslint/markdown'; import css from '@eslint/css'; import { defineConfig, globalIgnores } from 'eslint/config'; +import stylistic from '@stylistic/eslint-plugin'; export default defineConfig([ globalIgnores(['**/dist/*', '**/package-lock.json']), @@ -16,10 +17,15 @@ export default defineConfig([ }, tseslint.configs.recommended, { + plugins: { + '@stylistic': stylistic, + }, + rules: { 'one-var': ['error', 'never'], 'no-undef': 'off', // handled better by TS 'prefer-const': 'error', + 'spaced-comment': ['error', 'always'], // temporarily disabled for historic reasons: '@typescript-eslint/no-unused-vars': 'off', diff --git a/package-lock.json b/package-lock.json index 90f8400ef..5bb422dbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@playwright/test": "^1.59.1", + "@stylistic/eslint-plugin": "^5.10.0", "@types/google.maps": "^3.64.0", "@types/node": "^25.6.0", "eslint": "^10.2.0", @@ -165,31 +166,6 @@ "@luma.gl/shadertools": "~9.3.3" } }, - "node_modules/@emnapi/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", - "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@emnapi/wasi-threads": "1.2.1", - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/runtime": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", - "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@emnapi/wasi-threads": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", @@ -1895,6 +1871,58 @@ "dev": true, "license": "MIT" }, + "node_modules/@stylistic/eslint-plugin": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz", + "integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/types": "^8.56.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "estraverse": "^5.3.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "peerDependencies": { + "eslint": "^9.0.0 || ^10.0.0" + } + }, + "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@stylistic/eslint-plugin/node_modules/espree": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@swc/helpers": { "version": "0.5.21", "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz", diff --git a/package.json b/package.json index bcb1cfbbc..bbd194278 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@playwright/test": "^1.59.1", + "@stylistic/eslint-plugin": "^5.10.0", "@types/google.maps": "^3.64.0", "@types/node": "^25.6.0", "eslint": "^10.2.0", diff --git a/playwright.config.ts b/playwright.config.ts index 42f97825c..d503710b1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -36,13 +36,13 @@ export default defineConfig({ /* Retry on CI only */ retries: process.env.CI ? 2 : 0, /* Opt out of parallel tests on CI. */ - //workers: process.env.CI ? 1 : undefined, + // workers: process.env.CI ? 1 : undefined, workers: 1, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: 'html', /* Timeout (tests should complete within 60 seconds) */ - //timeout: 60000, + // timeout: 60000, /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { diff --git a/samples/3d-clamp-mode/index.ts b/samples/3d-clamp-mode/index.ts index e969361a8..581bfa186 100644 --- a/samples/3d-clamp-mode/index.ts +++ b/samples/3d-clamp-mode/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_clamp_mode] let polyline; diff --git a/samples/3d-localization/index.ts b/samples/3d-localization/index.ts index b7a95d12d..14e9ba5c4 100644 --- a/samples/3d-localization/index.ts +++ b/samples/3d-localization/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_localization] async function initMap() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-map-45-degree/index.ts b/samples/3d-map-45-degree/index.ts index f1cb58270..4d0bc90fd 100644 --- a/samples/3d-map-45-degree/index.ts +++ b/samples/3d-map-45-degree/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_45_degree] async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-map-roadmap/index.ts b/samples/3d-map-roadmap/index.ts index e44318bdf..ff988454d 100644 --- a/samples/3d-map-roadmap/index.ts +++ b/samples/3d-map-roadmap/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_map_roadmap] async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-places/index.ts b/samples/3d-places/index.ts index ebb3c4c2e..82cd6c5db 100644 --- a/samples/3d-places/index.ts +++ b/samples/3d-places/index.ts @@ -3,7 +3,7 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_places] let map3DElement = null; async function init() { diff --git a/samples/3d-simple-map/index.ts b/samples/3d-simple-map/index.ts index 4cee18317..d723378c3 100644 --- a/samples/3d-simple-map/index.ts +++ b/samples/3d-simple-map/index.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_simple_map] async function initMap() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-simple-marker/index.ts b/samples/3d-simple-marker/index.ts index 00dd07e43..4e13a31fb 100644 --- a/samples/3d-simple-marker/index.ts +++ b/samples/3d-simple-marker/index.ts @@ -3,7 +3,7 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -//@ts-nocheck +// @ts-nocheck // [START maps_3d_simple_marker] async function init() { // Make sure the Marker3DElement is included. diff --git a/samples/boundaries-click/index.ts b/samples/boundaries-click/index.ts index fc3c736ef..5782ba6b2 100644 --- a/samples/boundaries-click/index.ts +++ b/samples/boundaries-click/index.ts @@ -40,7 +40,7 @@ async function initMap() { mapTypeControl: false, }); - //[START maps_boundaries_click_event_add_layer] + // [START maps_boundaries_click_event_add_layer] // Add the feature layer. featureLayer = innerMap.getFeatureLayer( google.maps.FeatureType.ADMINISTRATIVE_AREA_LEVEL_2 @@ -60,7 +60,7 @@ async function initMap() { featureLayer.style = applyStyle; } }); - //[END maps_boundaries_click_event_add_layer] + // [END maps_boundaries_click_event_add_layer] // Create the infowindow. infoWindow = new InfoWindow({}); From 42ec048dfbf186e72d58d7d80fdacf7eeb5e5142 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 16:47:54 -0700 Subject: [PATCH 16/20] remove and cleanup for @ts-nocheck --- eslint.config.mjs | 1 - samples/3d-accessibility-features/index.ts | 1 - samples/3d-camera-boundary/index.ts | 1 - samples/3d-camera-to-around/index.ts | 1 - samples/3d-clamp-mode/index.ts | 11 +++--- samples/3d-label-toggle/index.ts | 9 ++--- samples/3d-localization/index.ts | 1 - samples/3d-map-45-degree/index.ts | 1 - samples/3d-map-roadmap/index.ts | 5 ++- samples/3d-marker-click-event/index.ts | 1 - samples/3d-marker-collision-behavior/index.ts | 10 +++--- samples/3d-marker-customization/index.ts | 1 - samples/3d-marker-graphics/index.ts | 5 ++- samples/3d-marker-interactive/index.ts | 1 - samples/3d-model-interactive/index.ts | 6 ++-- samples/3d-model/index.ts | 1 - samples/3d-places-autocomplete/index.ts | 20 ++++++----- samples/3d-places/index.ts | 34 +++++++++---------- samples/3d-polygon-click-event/index.ts | 7 ++-- samples/3d-polygon-extruded-hole/index.ts | 1 - samples/3d-polygon/index.ts | 1 - samples/3d-polyline-click-event/index.ts | 6 ++-- samples/3d-polyline-extruded/index.ts | 1 - samples/3d-polyline/index.ts | 1 - samples/3d-popover-location/index.ts | 1 - samples/3d-popover-marker/index.ts | 1 - samples/3d-simple-map-declarative/index.ts | 1 - samples/3d-simple-map/index.ts | 1 - samples/3d-simple-marker/index.ts | 1 - samples/geocoding-region-es/index.ts | 2 -- samples/geocoding-region-us/index.ts | 2 -- .../simple-weather-widget.ts | 6 ++-- 32 files changed, 56 insertions(+), 86 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 909fd57ba..fc016f0d5 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -31,7 +31,6 @@ export default defineConfig([ '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-namespace': 'off', - '@typescript-eslint/ban-ts-comment': 'off', 'no-prototype-builtins': 'off', }, }, diff --git a/samples/3d-accessibility-features/index.ts b/samples/3d-accessibility-features/index.ts index fd1b0fb59..457b84c44 100644 --- a/samples/3d-accessibility-features/index.ts +++ b/samples/3d-accessibility-features/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_accessibility_features] async function initMap() { const { Map3DElement, Marker3DInteractiveElement, PopoverElement } = diff --git a/samples/3d-camera-boundary/index.ts b/samples/3d-camera-boundary/index.ts index bab2ee26e..14a5e52f1 100644 --- a/samples/3d-camera-boundary/index.ts +++ b/samples/3d-camera-boundary/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_camera_boundary] async function initMap() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-camera-to-around/index.ts b/samples/3d-camera-to-around/index.ts index 465710c5a..160697cb6 100644 --- a/samples/3d-camera-to-around/index.ts +++ b/samples/3d-camera-to-around/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_camera_to_around] async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-clamp-mode/index.ts b/samples/3d-clamp-mode/index.ts index 581bfa186..795071b95 100644 --- a/samples/3d-clamp-mode/index.ts +++ b/samples/3d-clamp-mode/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_clamp_mode] let polyline; @@ -52,13 +51,13 @@ async function init() { init(); // Dropdown event listener -const dropdown = document.getElementById('selectElementId'); -dropdown.addEventListener('change', updateAltitudeMode); - -function updateAltitudeMode(event) { +const dropdown = document.getElementById( + 'selectElementId' +) as HTMLSelectElement; +dropdown.addEventListener('change', () => { if (polyline && dropdown.value) { polyline.altitudeMode = dropdown.value; } -} +}); // [END maps_3d_clamp_mode] diff --git a/samples/3d-label-toggle/index.ts b/samples/3d-label-toggle/index.ts index 98be38419..660634b61 100644 --- a/samples/3d-label-toggle/index.ts +++ b/samples/3d-label-toggle/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_label_toggle] let map; async function init() { @@ -38,19 +37,17 @@ async function init() { }; // Get the button element by its ID - const toggleButton = document.getElementById('toggleButton'); + const toggleButton = document.getElementById('toggleButton')!; toggleButton.addEventListener('click', function () { // Toggle the labels. if (map.mode == MapMode.SATELLITE) { // Setting the map mode to HYBRID turns the labels on. map.mode = MapMode.HYBRID; - document.getElementById('toggleButton').innerText = - 'Labels are on. (HYBRID)'; + toggleButton.innerText = 'Labels are on. (HYBRID)'; } else { // Setting the map mode to SATELLITE turns the labels on. map.mode = MapMode.SATELLITE; - document.getElementById('toggleButton').innerText = - 'Labels are off. (SATELLITE)'; + toggleButton.innerText = 'Labels are off. (SATELLITE)'; } }); } diff --git a/samples/3d-localization/index.ts b/samples/3d-localization/index.ts index 14e9ba5c4..38cdcd7c0 100644 --- a/samples/3d-localization/index.ts +++ b/samples/3d-localization/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_localization] async function initMap() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-map-45-degree/index.ts b/samples/3d-map-45-degree/index.ts index 4d0bc90fd..ce3e4b6e0 100644 --- a/samples/3d-map-45-degree/index.ts +++ b/samples/3d-map-45-degree/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_45_degree] async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-map-roadmap/index.ts b/samples/3d-map-roadmap/index.ts index ff988454d..bf047baf0 100644 --- a/samples/3d-map-roadmap/index.ts +++ b/samples/3d-map-roadmap/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_map_roadmap] async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); @@ -44,8 +43,8 @@ async function init() { selector.appendChild(option); }); - selector.addEventListener('change', (event) => { - map.mode = (event.target as HTMLSelectElement).value; + selector.addEventListener('change', function () { + map.mode = this.value as google.maps.maps3d.MapMode; }); controls.appendChild(selector); diff --git a/samples/3d-marker-click-event/index.ts b/samples/3d-marker-click-event/index.ts index 395a2e9c4..88e151304 100644 --- a/samples/3d-marker-click-event/index.ts +++ b/samples/3d-marker-click-event/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_marker_click_event] async function initMap() { // Include the interactive marker class diff --git a/samples/3d-marker-collision-behavior/index.ts b/samples/3d-marker-collision-behavior/index.ts index 679820c4e..2b752051d 100644 --- a/samples/3d-marker-collision-behavior/index.ts +++ b/samples/3d-marker-collision-behavior/index.ts @@ -4,9 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_marker_collision_behavior] -const markers = []; +const markers: google.maps.maps3d.Marker3DElement[] = []; async function init() { // Request needed libraries. @@ -52,13 +51,16 @@ const positions = [ init(); -const dropdown = document.getElementById('selectElementId'); +const dropdown = document.getElementById( + 'selectElementId' +) as HTMLSelectElement; dropdown.addEventListener('change', drawMap); function drawMap(event) { for (const marker of markers) { marker.collisionBehavior = - dropdown.value || google.maps.CollisionBehavior.REQUIRED; + (dropdown.value as google.maps.CollisionBehavior) || + google.maps.CollisionBehavior.REQUIRED; } } diff --git a/samples/3d-marker-customization/index.ts b/samples/3d-marker-customization/index.ts index f0118f82e..7fa635d10 100644 --- a/samples/3d-marker-customization/index.ts +++ b/samples/3d-marker-customization/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_marker_customization] async function init() { const { Map3DElement, Marker3DElement } = diff --git a/samples/3d-marker-graphics/index.ts b/samples/3d-marker-graphics/index.ts index d87e3378e..961546351 100644 --- a/samples/3d-marker-graphics/index.ts +++ b/samples/3d-marker-graphics/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_marker_graphics] async function init() { const { Map3DElement, Marker3DElement } = @@ -22,7 +21,7 @@ async function init() { // A marker with a with a URL pointing to a PNG. const beachFlagImg = document.createElement('img'); - beachFlagImg.src = new URL('images/beachflag.png', import.meta.url); + beachFlagImg.src = String(new URL('images/beachflag.png', import.meta.url)); const beachFlagMarker = new Marker3DElement({ position: { lat: 37.434, lng: -122.082 }, @@ -72,7 +71,7 @@ async function init() { glyphSrc: new URL(String(place.svgIconMaskURI)), }); const placeIconMarker = new Marker3DElement({ - position: place.location, + position: place.location?.toJSON(), }); placeIconMarker.append(pinElement); diff --git a/samples/3d-marker-interactive/index.ts b/samples/3d-marker-interactive/index.ts index 74c8103de..ada08dc59 100644 --- a/samples/3d-marker-interactive/index.ts +++ b/samples/3d-marker-interactive/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_marker_interactive] async function init() { // Request needed libraries. diff --git a/samples/3d-model-interactive/index.ts b/samples/3d-model-interactive/index.ts index 68f110bb8..d8c760f84 100644 --- a/samples/3d-model-interactive/index.ts +++ b/samples/3d-model-interactive/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_model_interactive] async function init() { // Import the needed libraries. @@ -28,9 +27,8 @@ async function init() { altitudeMode: 'CLAMP_TO_GROUND', }); - model.addEventListener('gmp-click', (event) => { - const clickedModel = event.target; - clickedModel.scale = Math.random() * (0.5 - 0.1) + 0.1; + model.addEventListener('gmp-click', function (event) { + this.scale = Math.random() * (0.5 - 0.1) + 0.1; }); document.body.append(map); diff --git a/samples/3d-model/index.ts b/samples/3d-model/index.ts index f6b105d08..89943dd69 100644 --- a/samples/3d-model/index.ts +++ b/samples/3d-model/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_model] async function init() { // Import the needed libraries. diff --git a/samples/3d-places-autocomplete/index.ts b/samples/3d-places-autocomplete/index.ts index 6784e5067..ef8d9ed50 100644 --- a/samples/3d-places-autocomplete/index.ts +++ b/samples/3d-places-autocomplete/index.ts @@ -4,9 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_places_autocomplete] -let map = null; +let map: google.maps.maps3d.Map3DElement; async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); @@ -27,12 +26,13 @@ async function init() { } async function initAutocomplete() { + // @ts-expect-error - currently missing. bug fix pending const { PlaceAutocompleteElement } = await google.maps.importLibrary('places'); - const placeAutocomplete = new google.maps.places.PlaceAutocompleteElement(); + const placeAutocomplete = new PlaceAutocompleteElement(); placeAutocomplete.id = 'place-autocomplete-input'; - const card = document.getElementById('pac-container'); + const card = document.getElementById('pac-container')!; card.appendChild(placeAutocomplete); placeAutocomplete.addEventListener( @@ -63,7 +63,7 @@ const flyToPlace = async (place) => { const location = place.location; // We need to find the elevation for the point so we place the marker at 50m above the elevation. - const elevation = await getElevationforPoint(location); + const elevation = await getElevationforPoint(location, place); const marker = new Marker3DElement({ position: { @@ -95,19 +95,21 @@ const flyToPlace = async (place) => { }); }; -async function getElevationforPoint(location) { +async function getElevationforPoint(location, place) { + const defaultElevation = 10; const { ElevationService } = await google.maps.importLibrary('elevation'); // Get place elevation using the ElevationService. - const elevatorService = new google.maps.ElevationService(); + const elevatorService = new ElevationService(); const elevationResponse = await elevatorService.getElevationForLocations({ locations: [location], }); if (!(elevationResponse.results && elevationResponse.results.length)) { window.alert(`Insufficient elevation data for place: ${place.name}`); - return; + return defaultElevation; } - const elevation = elevationResponse.results[0].elevation || 10; + const elevation = + elevationResponse.results[0].elevation || defaultElevation; return elevation; } diff --git a/samples/3d-places/index.ts b/samples/3d-places/index.ts index 82cd6c5db..dc516cb7e 100644 --- a/samples/3d-places/index.ts +++ b/samples/3d-places/index.ts @@ -3,9 +3,8 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_places] -let map3DElement = null; +let map3DElement: google.maps.maps3d.Map3DElement; async function init() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); @@ -22,24 +21,25 @@ async function init() { map3DElement.addEventListener('gmp-click', async (event) => { event.preventDefault(); - if (event.placeId) { - const place = await event.fetchPlace(); - await place.fetchFields({ fields: ['*'] }); + const eventAsPlaceClickEvent = + event as google.maps.maps3d.PlaceClickEvent; + if (!eventAsPlaceClickEvent.placeId) return; + const place = await eventAsPlaceClickEvent.fetchPlace(); + await place.fetchFields({ fields: ['*'] }); - // Display place details. - document.getElementById('placeName').innerHTML = - 'Name :
 ' + place.displayName; - document.getElementById('placeId').innerHTML = - 'Id :
 ' + place.id; - document.getElementById('placeType').innerHTML = 'Types :'; + // Display place details. + document.getElementById('placeName')!.innerHTML = + 'Name :
 ' + place.displayName; + document.getElementById('placeId')!.innerHTML = + 'Id :
 ' + place.id; + document.getElementById('placeType')!.innerHTML = 'Types :'; - for (const type of place.types) { - document.getElementById('placeType').innerHTML += - '
 ' + type; - } - - document.getElementById('details').style.display = 'block'; + for (const type of place.types ?? []) { + document.getElementById('placeType')!.innerHTML += + '
 ' + type; } + + document.getElementById('details')!.style.display = 'block'; }); } init(); diff --git a/samples/3d-polygon-click-event/index.ts b/samples/3d-polygon-click-event/index.ts index 7723893e0..1022921cc 100644 --- a/samples/3d-polygon-click-event/index.ts +++ b/samples/3d-polygon-click-event/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_polygon_click_event] async function init() { const { Map3DElement, MapMode, Polygon3DInteractiveElement } = @@ -38,10 +37,10 @@ async function init() { { lat: 40.7144, lng: -74.0208 }, ]; - examplePolygon.addEventListener('gmp-click', (event) => { + examplePolygon.addEventListener('gmp-click', function (event) { // change the color of the polygon stroke and fill colors to a random alternatives! - event.target.fillColor = randomizeHexColor(event.target.fillColor); - event.target.strokeColor = randomizeHexColor(event.target.fillColor); + this.fillColor = randomizeHexColor(this.fillColor); + this.strokeColor = randomizeHexColor(this.fillColor); console.log(event); }); diff --git a/samples/3d-polygon-extruded-hole/index.ts b/samples/3d-polygon-extruded-hole/index.ts index 17eb7385a..d737182c4 100644 --- a/samples/3d-polygon-extruded-hole/index.ts +++ b/samples/3d-polygon-extruded-hole/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_polygon_extruded_hole] async function init() { const { Map3DElement, MapMode, AltitudeMode, Polygon3DElement } = diff --git a/samples/3d-polygon/index.ts b/samples/3d-polygon/index.ts index 246f0e054..0713e1855 100644 --- a/samples/3d-polygon/index.ts +++ b/samples/3d-polygon/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_polygon] async function init() { const { Map3DElement, MapMode, Polygon3DElement } = diff --git a/samples/3d-polyline-click-event/index.ts b/samples/3d-polyline-click-event/index.ts index 359ad5196..c455af670 100644 --- a/samples/3d-polyline-click-event/index.ts +++ b/samples/3d-polyline-click-event/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_polyline_click_event] let map; async function init() { @@ -48,10 +47,9 @@ async function init() { drawsOccludedSegments: true, // Show the line through the buildings or anything else that might get in the way. }); - polyline.addEventListener('gmp-click', (event) => { + polyline.addEventListener('gmp-click', function () { // Toggle whether the line draws occluded segments. - event.target.drawsOccludedSegments = - !event.target.drawsOccludedSegments; + this.drawsOccludedSegments = !this.drawsOccludedSegments; }); map.append(polyline); diff --git a/samples/3d-polyline-extruded/index.ts b/samples/3d-polyline-extruded/index.ts index bb5c0277a..d79a7b4e7 100644 --- a/samples/3d-polyline-extruded/index.ts +++ b/samples/3d-polyline-extruded/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_polyline_extruded] let map; async function init() { diff --git a/samples/3d-polyline/index.ts b/samples/3d-polyline/index.ts index 0a712c63e..e799ec235 100644 --- a/samples/3d-polyline/index.ts +++ b/samples/3d-polyline/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_polyline] let map; async function init() { diff --git a/samples/3d-popover-location/index.ts b/samples/3d-popover-location/index.ts index d11f41dad..897326612 100644 --- a/samples/3d-popover-location/index.ts +++ b/samples/3d-popover-location/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_popover_location] async function init() { const { AltitudeMode, Map3DElement, MapMode, PopoverElement } = diff --git a/samples/3d-popover-marker/index.ts b/samples/3d-popover-marker/index.ts index 2b5735db5..29c92f41b 100644 --- a/samples/3d-popover-marker/index.ts +++ b/samples/3d-popover-marker/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_popover_marker] async function init() { const { diff --git a/samples/3d-simple-map-declarative/index.ts b/samples/3d-simple-map-declarative/index.ts index aa62c7cef..7c4e493e8 100644 --- a/samples/3d-simple-map-declarative/index.ts +++ b/samples/3d-simple-map-declarative/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_simple_map_declarative] // [END maps_3d_simple_map_declarative] diff --git a/samples/3d-simple-map/index.ts b/samples/3d-simple-map/index.ts index d723378c3..824a9969d 100644 --- a/samples/3d-simple-map/index.ts +++ b/samples/3d-simple-map/index.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_simple_map] async function initMap() { const { Map3DElement } = await google.maps.importLibrary('maps3d'); diff --git a/samples/3d-simple-marker/index.ts b/samples/3d-simple-marker/index.ts index 4e13a31fb..0c7fc0566 100644 --- a/samples/3d-simple-marker/index.ts +++ b/samples/3d-simple-marker/index.ts @@ -3,7 +3,6 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck // [START maps_3d_simple_marker] async function init() { // Make sure the Marker3DElement is included. diff --git a/samples/geocoding-region-es/index.ts b/samples/geocoding-region-es/index.ts index 1f0f93473..d4c53f8fa 100644 --- a/samples/geocoding-region-es/index.ts +++ b/samples/geocoding-region-es/index.ts @@ -4,8 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck TODO remove when fixed - // [START maps_js_geocoding_region_es] async function initMap(): Promise { await Promise.all([ diff --git a/samples/geocoding-region-us/index.ts b/samples/geocoding-region-us/index.ts index c11c07fdc..1f74f8a3d 100644 --- a/samples/geocoding-region-us/index.ts +++ b/samples/geocoding-region-us/index.ts @@ -4,8 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -// @ts-nocheck TODO remove when fixed - // [START maps_js_geocoding_region_us] async function initMap(): Promise { await Promise.all([ diff --git a/samples/weather-api-current-compact/simple-weather-widget.ts b/samples/weather-api-current-compact/simple-weather-widget.ts index 75c9cc339..3119275a4 100644 --- a/samples/weather-api-current-compact/simple-weather-widget.ts +++ b/samples/weather-api-current-compact/simple-weather-widget.ts @@ -191,9 +191,9 @@ class SimpleWeatherWidget extends HTMLElement { weatherData.daytimeForecast || weatherData.nighttimeForecast; let temperature: number | undefined; - let iconBaseUri: string | undefined; - let rainProbability: number | undefined; - let rainQpf: number | undefined; + let iconBaseUri: string | undefined; + let rainProbability: number | undefined; + let rainQpf: number | undefined; if (isForecastDay) { // Data is a forecast day object From 04c30689a59844a5ee739a70fd1c7c8cbb52d8fe Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 16:55:42 -0700 Subject: [PATCH 17/20] check eslint test action --- .github/workflows/{playwright.yml => tests.yml} | 6 ++++++ 1 file changed, 6 insertions(+) rename .github/workflows/{playwright.yml => tests.yml} (98%) diff --git a/.github/workflows/playwright.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/playwright.yml rename to .github/workflows/tests.yml index b6fc4e31d..135a78060 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/tests.yml @@ -147,6 +147,12 @@ jobs: env: CI: true + - name: ESLint Check + if: env.HAS_CHANGES == 'true' + run: npx eslint + env: + CI: true + - name: Upload Test Report Artifact uses: actions/upload-artifact@v4 if: failure() From 2faa13c25f255d38034765541ed52ce907d58e18 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 19:32:50 -0700 Subject: [PATCH 18/20] prettify output code too make newlines preserve in TS->JS make build-all fail on any failures simplify cross-platform sed calls other misc prettifying start enforcing no google.maps usage in runtime --- package.json | 3 +- .../3d-accessibility-features/package.json | 2 +- samples/3d-accessibility-features/style.css | 3 +- samples/3d-camera-boundary/package.json | 2 +- samples/3d-camera-boundary/style.css | 3 +- samples/3d-camera-center/package.json | 2 +- samples/3d-camera-to-around/package.json | 2 +- samples/3d-camera-to-around/style.css | 3 +- samples/3d-clamp-mode/index.ts | 4 +- samples/3d-clamp-mode/package.json | 2 +- samples/3d-clamp-mode/style.css | 3 +- samples/3d-coverage-map/package.json | 2 +- samples/3d-label-toggle/index.ts | 10 ++-- samples/3d-label-toggle/package.json | 2 +- samples/3d-label-toggle/style.css | 3 +- samples/3d-localization/package.json | 2 +- samples/3d-localization/style.css | 3 +- samples/3d-map-45-degree/package.json | 2 +- samples/3d-map-45-degree/style.css | 3 +- samples/3d-map-events/package.json | 2 +- samples/3d-map-roadmap/package.json | 2 +- samples/3d-map-styling/package.json | 2 +- samples/3d-marker-click-event/package.json | 2 +- samples/3d-marker-click-event/style.css | 3 +- samples/3d-marker-collision-behavior/index.ts | 9 ++-- .../3d-marker-collision-behavior/package.json | 2 +- .../3d-marker-collision-behavior/style.css | 3 +- samples/3d-marker-customization/package.json | 2 +- samples/3d-marker-customization/style.css | 3 +- samples/3d-marker-graphics/package.json | 2 +- samples/3d-marker-graphics/style.css | 3 +- samples/3d-marker-html/package.json | 2 +- samples/3d-marker-interactive/package.json | 2 +- samples/3d-marker-interactive/style.css | 3 +- samples/3d-mesh-flatten/package.json | 2 +- samples/3d-model-interactive/package.json | 2 +- samples/3d-model-interactive/style.css | 3 +- samples/3d-model/package.json | 2 +- samples/3d-model/style.css | 3 +- samples/3d-places-autocomplete/index.ts | 10 ++-- samples/3d-places-autocomplete/package.json | 2 +- samples/3d-places-autocomplete/style.css | 3 +- samples/3d-places/package.json | 2 +- samples/3d-places/style.css | 3 +- samples/3d-polygon-click-event/index.ts | 8 ++-- samples/3d-polygon-click-event/package.json | 2 +- samples/3d-polygon-click-event/style.css | 3 +- samples/3d-polygon-extruded-hole/index.ts | 12 ++--- samples/3d-polygon-extruded-hole/package.json | 2 +- samples/3d-polygon-extruded-hole/style.css | 3 +- samples/3d-polygon/index.ts | 8 ++-- samples/3d-polygon/package.json | 2 +- samples/3d-polygon/style.css | 3 +- samples/3d-polyline-click-event/index.ts | 12 ++--- samples/3d-polyline-click-event/package.json | 2 +- samples/3d-polyline-click-event/style.css | 3 +- samples/3d-polyline-extruded/index.ts | 6 +-- samples/3d-polyline-extruded/package.json | 2 +- samples/3d-polyline-extruded/style.css | 3 +- samples/3d-polyline/index.ts | 6 +-- samples/3d-polyline/package.json | 2 +- samples/3d-polyline/style.css | 3 +- samples/3d-popover-location/index.ts | 6 +-- samples/3d-popover-location/package.json | 2 +- samples/3d-popover-location/style.css | 3 +- samples/3d-popover-marker/index.ts | 13 ++--- samples/3d-popover-marker/package.json | 2 +- samples/3d-popover-marker/style.css | 3 +- .../3d-simple-map-declarative/package.json | 2 +- samples/3d-simple-map-declarative/style.css | 3 +- samples/3d-simple-map/package.json | 2 +- samples/3d-simple-map/style.css | 3 +- samples/3d-simple-marker/package.json | 2 +- samples/3d-simple-marker/style.css | 3 +- samples/add-map/package.json | 2 +- samples/address-validation/index.ts | 32 ++++++------- samples/address-validation/package.json | 2 +- .../package.json | 2 +- .../advanced-markers-altitude/package.json | 2 +- samples/advanced-markers-animation/index.ts | 7 ++- .../advanced-markers-animation/package.json | 2 +- .../advanced-markers-basic-style/package.json | 2 +- samples/advanced-markers-collision/index.ts | 6 +-- .../advanced-markers-collision/package.json | 2 +- .../advanced-markers-draggable/package.json | 2 +- .../advanced-markers-graphics/package.json | 2 +- .../advanced-markers-html-simple/package.json | 2 +- samples/advanced-markers-html/index.ts | 13 +++-- samples/advanced-markers-html/package.json | 2 +- samples/advanced-markers-simple/package.json | 2 +- samples/advanced-markers-zoom/package.json | 2 +- .../ai-powered-summaries-basic/package.json | 2 +- samples/ai-powered-summaries/index.ts | 2 +- samples/ai-powered-summaries/package.json | 2 +- samples/boundaries-choropleth/package.json | 2 +- samples/boundaries-click/index.ts | 4 +- samples/boundaries-click/package.json | 2 +- samples/boundaries-simple/package.json | 2 +- samples/boundaries-text-search/package.json | 2 +- samples/build-all.sh | 48 +++++++++++++++++++ samples/build-single.sh | 27 +++++++++++ samples/circle-simple/index.ts | 2 +- samples/circle-simple/package.json | 2 +- samples/clean.sh | 3 +- .../control-bounds-restriction/package.json | 2 +- samples/control-custom-state/package.json | 2 +- samples/control-disableUI/package.json | 2 +- samples/control-options/index.ts | 3 +- samples/control-options/package.json | 2 +- samples/control-positioning-labels/index.ts | 5 +- .../control-positioning-labels/package.json | 2 +- samples/control-positioning/index.ts | 11 +++-- samples/control-positioning/package.json | 2 +- samples/control-replacement/package.json | 2 +- samples/control-simple/package.json | 2 +- samples/dds-datasets-point/index.ts | 20 ++++---- samples/dds-datasets-point/package.json | 2 +- samples/dds-datasets-polygon-click/index.ts | 6 +-- .../dds-datasets-polygon-click/package.json | 2 +- samples/dds-datasets-polygon-colors/index.ts | 8 ++-- .../dds-datasets-polygon-colors/package.json | 2 +- samples/dds-datasets-polygon/package.json | 2 +- samples/dds-datasets-polyline/package.json | 2 +- samples/dds-region-viewer/package.json | 2 +- samples/deckgl-arclayer/package.json | 2 +- samples/deckgl-heatmap/package.json | 2 +- samples/deckgl-kml-updated/package.json | 2 +- samples/deckgl-kml/package.json | 2 +- samples/deckgl-points/package.json | 2 +- samples/deckgl-polygon/package.json | 2 +- samples/deckgl-tripslayer/package.json | 2 +- samples/docs.sh | 2 - samples/event-arguments/index.ts | 2 +- samples/event-arguments/package.json | 2 +- samples/event-click-latlng/package.json | 2 +- samples/event-closure/index.ts | 2 +- samples/event-closure/package.json | 2 +- samples/event-poi/package.json | 2 +- samples/event-properties/package.json | 2 +- samples/event-simple/index.ts | 2 +- samples/event-simple/package.json | 2 +- .../geocoding-component-restriction/index.ts | 2 +- .../package.json | 2 +- samples/geocoding-place-id/index.ts | 2 +- samples/geocoding-place-id/package.json | 2 +- samples/geocoding-region-es/index.ts | 2 +- samples/geocoding-region-es/package.json | 2 +- samples/geocoding-region-us/index.ts | 2 +- samples/geocoding-region-us/package.json | 2 +- samples/geocoding-reverse/package.json | 2 +- samples/geocoding-simple/index.ts | 21 ++++---- samples/geocoding-simple/package.json | 2 +- samples/hiding-features/package.json | 2 +- samples/infowindow-simple/index.ts | 2 +- samples/infowindow-simple/package.json | 2 +- samples/js-api-loader-map/package.json | 2 +- samples/jsfiddle.sh | 44 ++++++++--------- samples/layer-data-event/package.json | 2 +- samples/layer-data-quakes-red/package.json | 2 +- samples/layer-data-quakes-simple/package.json | 2 +- samples/layer-data-simple/package.json | 2 +- samples/layer-data-style/package.json | 2 +- samples/map-events/package.json | 2 +- samples/map-projection-simple/package.json | 2 +- samples/map-simple-js/package.json | 2 +- samples/map-simple/package.json | 2 +- samples/place-autocomplete-basic-map/index.ts | 3 +- .../place-autocomplete-basic-map/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../place-autocomplete-element/package.json | 2 +- samples/place-autocomplete-map/index.ts | 2 +- samples/place-autocomplete-map/package.json | 2 +- samples/place-class/package.json | 2 +- samples/place-nearby-search/package.json | 2 +- samples/place-photos/package.json | 2 +- samples/place-reviews/package.json | 2 +- samples/place-text-search/index.ts | 3 +- samples/place-text-search/package.json | 2 +- .../package.json | 2 +- samples/places-placeid-finder/index.ts | 3 +- samples/places-placeid-finder/package.json | 2 +- samples/polyline-complex/index.ts | 2 +- samples/polyline-complex/package.json | 2 +- samples/polyline-remove/package.json | 2 +- samples/polyline-simple/package.json | 2 +- samples/react-docs.sh | 2 - .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../react-ui-kit-place-details/package.json | 2 +- .../react-ui-kit-search-nearby/package.json | 2 +- samples/react-ui-kit-search-text/package.json | 2 +- samples/rectangle-event/package.json | 2 +- samples/routes-compute-routes/package.json | 2 +- samples/routes-get-alternatives/package.json | 2 +- .../routes-get-directions-panel/package.json | 2 +- samples/routes-get-directions/package.json | 2 +- samples/routes-markers/package.json | 2 +- samples/routes-route-matrix/package.json | 2 +- samples/streetview-overlays/package.json | 2 +- samples/test-example/package.json | 2 +- samples/ui-kit-place-details-compact/index.ts | 3 +- .../ui-kit-place-details-compact/package.json | 2 +- samples/ui-kit-place-details/index.ts | 3 +- samples/ui-kit-place-details/package.json | 2 +- samples/ui-kit-place-search-nearby/index.ts | 3 +- .../ui-kit-place-search-nearby/package.json | 2 +- samples/ui-kit-place-search-text/index.ts | 3 +- samples/ui-kit-place-search-text/package.json | 2 +- .../weather-api-current-compact/package.json | 2 +- samples/web-components-events/package.json | 2 +- samples/web-components-map/package.json | 2 +- samples/web-components-markers/index.ts | 1 + samples/web-components-markers/package.json | 2 +- 215 files changed, 425 insertions(+), 345 deletions(-) create mode 100644 samples/build-all.sh create mode 100644 samples/build-single.sh diff --git a/package.json b/package.json index bbd194278..fcafb7af0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "description": "Samples for the Google Maps JavaScript API.", "scripts": { - "build-all": "npm run clean && npm run build --workspaces && npm run generate-index", + "build-all": "npm run clean && npm run build-all-fail-on-errors && npm run generate-index", + "build-all-fail-on-errors": "bash samples/build-all.sh", "clean": "bash samples/clean.sh", "generate-index": "bash samples/generate-index.sh" }, diff --git a/samples/3d-accessibility-features/package.json b/samples/3d-accessibility-features/package.json index 45b5825ab..90a15c29c 100644 --- a/samples/3d-accessibility-features/package.json +++ b/samples/3d-accessibility-features/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-accessibility-features", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-accessibility-features && bash ../app.sh 3d-accessibility-features && bash ../docs.sh 3d-accessibility-features && npm run build:vite --workspace=. && bash ../dist.sh 3d-accessibility-features", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-accessibility-features/style.css b/samples/3d-accessibility-features/style.css index f3967a217..4f66c243e 100644 --- a/samples/3d-accessibility-features/style.css +++ b/samples/3d-accessibility-features/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_accessibility_features] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-camera-boundary/package.json b/samples/3d-camera-boundary/package.json index cd1204799..e34433849 100644 --- a/samples/3d-camera-boundary/package.json +++ b/samples/3d-camera-boundary/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-camera-boundary", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-camera-boundary && bash ../app.sh 3d-camera-boundary && bash ../docs.sh 3d-camera-boundary && npm run build:vite --workspace=. && bash ../dist.sh 3d-camera-boundary", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-camera-boundary/style.css b/samples/3d-camera-boundary/style.css index ef3867838..685743747 100644 --- a/samples/3d-camera-boundary/style.css +++ b/samples/3d-camera-boundary/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_camera_boundary] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-camera-center/package.json b/samples/3d-camera-center/package.json index 293bb6712..3b7c1d3a3 100644 --- a/samples/3d-camera-center/package.json +++ b/samples/3d-camera-center/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-camera-center", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-camera-center && bash ../app.sh 3d-camera-center && bash ../docs.sh 3d-camera-center && npm run build:vite --workspace=. && bash ../dist.sh 3d-camera-center", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-camera-to-around/package.json b/samples/3d-camera-to-around/package.json index 34403ea09..d7df6f010 100644 --- a/samples/3d-camera-to-around/package.json +++ b/samples/3d-camera-to-around/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-camera-to-around", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-camera-to-around && bash ../app.sh 3d-camera-to-around && bash ../docs.sh 3d-camera-to-around && npm run build:vite --workspace=. && bash ../dist.sh 3d-camera-to-around", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-camera-to-around/style.css b/samples/3d-camera-to-around/style.css index f035eae3e..86a620ac4 100644 --- a/samples/3d-camera-to-around/style.css +++ b/samples/3d-camera-to-around/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_camera_to_around] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-clamp-mode/index.ts b/samples/3d-clamp-mode/index.ts index 795071b95..207a1ed9e 100644 --- a/samples/3d-clamp-mode/index.ts +++ b/samples/3d-clamp-mode/index.ts @@ -8,7 +8,7 @@ let polyline; async function init() { - const { Map3DElement, AltitudeMode, Polyline3DElement } = + const { Map3DElement, Polyline3DElement } = await google.maps.importLibrary('maps3d'); const map = new Map3DElement({ @@ -40,7 +40,7 @@ async function init() { ], strokeColor: 'red', strokeWidth: 5, - altitudeMode: AltitudeMode.CLAMP_TO_GROUND, + altitudeMode: 'CLAMP_TO_GROUND', drawsOccludedSegments: true, }); diff --git a/samples/3d-clamp-mode/package.json b/samples/3d-clamp-mode/package.json index 71f3a9129..9d87c87f0 100644 --- a/samples/3d-clamp-mode/package.json +++ b/samples/3d-clamp-mode/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-clamp-mode", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-clamp-mode && bash ../app.sh 3d-clamp-mode && bash ../docs.sh 3d-clamp-mode && npm run build:vite --workspace=. && bash ../dist.sh 3d-clamp-mode", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-clamp-mode/style.css b/samples/3d-clamp-mode/style.css index bdbb7bd70..2c7e56660 100644 --- a/samples/3d-clamp-mode/style.css +++ b/samples/3d-clamp-mode/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_clamp_mode] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-coverage-map/package.json b/samples/3d-coverage-map/package.json index 8a14273f1..c93853e9b 100644 --- a/samples/3d-coverage-map/package.json +++ b/samples/3d-coverage-map/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-coverage-map", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-coverage-map && bash ../app.sh 3d-coverage-map && bash ../docs.sh 3d-coverage-map && npm run build:vite --workspace=. && bash ../dist.sh 3d-coverage-map", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-label-toggle/index.ts b/samples/3d-label-toggle/index.ts index 660634b61..ac0b0fdef 100644 --- a/samples/3d-label-toggle/index.ts +++ b/samples/3d-label-toggle/index.ts @@ -7,7 +7,7 @@ // [START maps_3d_label_toggle] let map; async function init() { - const { Map3DElement, MapMode } = await google.maps.importLibrary('maps3d'); + const { Map3DElement } = await google.maps.importLibrary('maps3d'); map = new Map3DElement({ center: { @@ -21,7 +21,7 @@ async function init() { gestureHandling: 'COOPERATIVE', }); - map.mode = MapMode.SATELLITE; + map.mode = 'SATELLITE'; document.body.append(map); @@ -40,13 +40,13 @@ async function init() { const toggleButton = document.getElementById('toggleButton')!; toggleButton.addEventListener('click', function () { // Toggle the labels. - if (map.mode == MapMode.SATELLITE) { + if (map.mode == 'SATELLITE') { // Setting the map mode to HYBRID turns the labels on. - map.mode = MapMode.HYBRID; + map.mode = 'HYBRID'; toggleButton.innerText = 'Labels are on. (HYBRID)'; } else { // Setting the map mode to SATELLITE turns the labels on. - map.mode = MapMode.SATELLITE; + map.mode = 'SATELLITE'; toggleButton.innerText = 'Labels are off. (SATELLITE)'; } }); diff --git a/samples/3d-label-toggle/package.json b/samples/3d-label-toggle/package.json index a00530867..24822c5bb 100644 --- a/samples/3d-label-toggle/package.json +++ b/samples/3d-label-toggle/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-label-toggle", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-label-toggle && bash ../app.sh 3d-label-toggle && bash ../docs.sh 3d-label-toggle && npm run build:vite --workspace=. && bash ../dist.sh 3d-label-toggle", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-label-toggle/style.css b/samples/3d-label-toggle/style.css index 3313da477..9cd828d05 100644 --- a/samples/3d-label-toggle/style.css +++ b/samples/3d-label-toggle/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_label_toggle] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-localization/package.json b/samples/3d-localization/package.json index c3357ae57..04872914a 100644 --- a/samples/3d-localization/package.json +++ b/samples/3d-localization/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-localization", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-localization && bash ../app.sh 3d-localization && bash ../docs.sh 3d-localization && npm run build:vite --workspace=. && bash ../dist.sh 3d-localization", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-localization/style.css b/samples/3d-localization/style.css index 0f530b127..a8bc6d279 100644 --- a/samples/3d-localization/style.css +++ b/samples/3d-localization/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_localization] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ #gmp-map-3d { diff --git a/samples/3d-map-45-degree/package.json b/samples/3d-map-45-degree/package.json index 0ff7e09cb..bbf1f4bee 100644 --- a/samples/3d-map-45-degree/package.json +++ b/samples/3d-map-45-degree/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-map-45-degree", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-map-45-degree && bash ../app.sh 3d-map-45-degree && bash ../docs.sh 3d-map-45-degree && npm run build:vite --workspace=. && bash ../dist.sh 3d-map-45-degree", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-map-45-degree/style.css b/samples/3d-map-45-degree/style.css index 78f4cbb16..99b6f8e06 100644 --- a/samples/3d-map-45-degree/style.css +++ b/samples/3d-map-45-degree/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_45_degree] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ #gmp-map-3d { diff --git a/samples/3d-map-events/package.json b/samples/3d-map-events/package.json index 382a927d8..9a3dd18d1 100644 --- a/samples/3d-map-events/package.json +++ b/samples/3d-map-events/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-map-events", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-map-events && bash ../app.sh 3d-map-events && bash ../docs.sh 3d-map-events && npm run build:vite --workspace=. && bash ../dist.sh 3d-map-events", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-map-roadmap/package.json b/samples/3d-map-roadmap/package.json index 2ee271688..e70986548 100644 --- a/samples/3d-map-roadmap/package.json +++ b/samples/3d-map-roadmap/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-map-roadmap", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-map-roadmap && bash ../app.sh 3d-map-roadmap && bash ../docs.sh 3d-map-roadmap && npm run build:vite --workspace=. && bash ../dist.sh 3d-map-roadmap", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-map-styling/package.json b/samples/3d-map-styling/package.json index 2548ea041..7103be977 100644 --- a/samples/3d-map-styling/package.json +++ b/samples/3d-map-styling/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-map-styling", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-map-styling && bash ../app.sh 3d-map-styling && bash ../docs.sh 3d-map-styling && npm run build:vite --workspace=. && bash ../dist.sh 3d-map-styling", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-click-event/package.json b/samples/3d-marker-click-event/package.json index b11b291ff..27b10785a 100644 --- a/samples/3d-marker-click-event/package.json +++ b/samples/3d-marker-click-event/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-marker-click-event", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-marker-click-event && bash ../app.sh 3d-marker-click-event && bash ../docs.sh 3d-marker-click-event && npm run build:vite --workspace=. && bash ../dist.sh 3d-marker-click-event", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-click-event/style.css b/samples/3d-marker-click-event/style.css index a63da3826..c0ca3544b 100644 --- a/samples/3d-marker-click-event/style.css +++ b/samples/3d-marker-click-event/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_marker_click_event] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-marker-collision-behavior/index.ts b/samples/3d-marker-collision-behavior/index.ts index 2b752051d..738d9e9a5 100644 --- a/samples/3d-marker-collision-behavior/index.ts +++ b/samples/3d-marker-collision-behavior/index.ts @@ -9,13 +9,13 @@ const markers: google.maps.maps3d.Marker3DElement[] = []; async function init() { // Request needed libraries. - const { Map3DElement, MapMode, Marker3DElement } = + const { Map3DElement, Marker3DElement } = await google.maps.importLibrary('maps3d'); const map = new Map3DElement({ center: { lat: 47.6094, lng: -122.339, altitude: 0 }, range: 1000, - mode: MapMode.HYBRID, + mode: 'HYBRID', gestureHandling: 'COOPERATIVE', }); @@ -23,7 +23,7 @@ async function init() { const marker = new Marker3DElement({ position: { lat, lng }, // Try setting a different collision behavior here. - collisionBehavior: google.maps.CollisionBehavior.REQUIRED, + collisionBehavior: 'REQUIRED', }); markers.push(marker); @@ -59,8 +59,7 @@ dropdown.addEventListener('change', drawMap); function drawMap(event) { for (const marker of markers) { marker.collisionBehavior = - (dropdown.value as google.maps.CollisionBehavior) || - google.maps.CollisionBehavior.REQUIRED; + (dropdown.value as google.maps.CollisionBehavior) || 'REQUIRED'; } } diff --git a/samples/3d-marker-collision-behavior/package.json b/samples/3d-marker-collision-behavior/package.json index 085ff79c0..1c94a7029 100644 --- a/samples/3d-marker-collision-behavior/package.json +++ b/samples/3d-marker-collision-behavior/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-marker-collision-behavior", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-marker-collision-behavior && bash ../app.sh 3d-marker-collision-behavior && bash ../docs.sh 3d-marker-collision-behavior && npm run build:vite --workspace=. && bash ../dist.sh 3d-marker-collision-behavior", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-collision-behavior/style.css b/samples/3d-marker-collision-behavior/style.css index 6594b2601..ce0775480 100644 --- a/samples/3d-marker-collision-behavior/style.css +++ b/samples/3d-marker-collision-behavior/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_marker_collision_behavior] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-marker-customization/package.json b/samples/3d-marker-customization/package.json index a9e09938c..e8a7f00a1 100644 --- a/samples/3d-marker-customization/package.json +++ b/samples/3d-marker-customization/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-marker-customization", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-marker-customization && bash ../app.sh 3d-marker-customization && bash ../docs.sh 3d-marker-customization && npm run build:vite --workspace=. && bash ../dist.sh 3d-marker-customization", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-customization/style.css b/samples/3d-marker-customization/style.css index caa73d3b3..7eaac1902 100644 --- a/samples/3d-marker-customization/style.css +++ b/samples/3d-marker-customization/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_marker_customization] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-marker-graphics/package.json b/samples/3d-marker-graphics/package.json index 642dcae44..113c99579 100644 --- a/samples/3d-marker-graphics/package.json +++ b/samples/3d-marker-graphics/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-marker-graphics", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-marker-graphics && bash ../app.sh 3d-marker-graphics && bash ../docs.sh 3d-marker-graphics && npm run build:vite --workspace=. && bash ../dist.sh 3d-marker-graphics", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-graphics/style.css b/samples/3d-marker-graphics/style.css index 8c4880409..352116d79 100644 --- a/samples/3d-marker-graphics/style.css +++ b/samples/3d-marker-graphics/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_marker_graphics] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-marker-html/package.json b/samples/3d-marker-html/package.json index fbd7f88d0..41b94714f 100644 --- a/samples/3d-marker-html/package.json +++ b/samples/3d-marker-html/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-marker-html", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-marker-html && bash ../app.sh 3d-marker-html && bash ../docs.sh 3d-marker-html && npm run build:vite --workspace=. && bash ../dist.sh 3d-marker-html", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-interactive/package.json b/samples/3d-marker-interactive/package.json index d70799ff6..9f6646596 100644 --- a/samples/3d-marker-interactive/package.json +++ b/samples/3d-marker-interactive/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-marker-interactive", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-marker-interactive && bash ../app.sh 3d-marker-interactive && bash ../docs.sh 3d-marker-interactive && npm run build:vite --workspace=. && bash ../dist.sh 3d-marker-interactive", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-marker-interactive/style.css b/samples/3d-marker-interactive/style.css index 7f1541c79..51917f87c 100644 --- a/samples/3d-marker-interactive/style.css +++ b/samples/3d-marker-interactive/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_marker_interactive] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-mesh-flatten/package.json b/samples/3d-mesh-flatten/package.json index e0f9727ab..164e868b7 100644 --- a/samples/3d-mesh-flatten/package.json +++ b/samples/3d-mesh-flatten/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-mesh-flatten", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-mesh-flatten && bash ../app.sh 3d-mesh-flatten && bash ../docs.sh 3d-mesh-flatten && npm run build:vite --workspace=. && bash ../dist.sh 3d-mesh-flatten", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-model-interactive/package.json b/samples/3d-model-interactive/package.json index 90353f7c9..d5f670fe7 100644 --- a/samples/3d-model-interactive/package.json +++ b/samples/3d-model-interactive/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-model-interactive", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-model-interactive && bash ../app.sh 3d-model-interactive && bash ../docs.sh 3d-model-interactive && npm run build:vite --workspace=. && bash ../dist.sh 3d-model-interactive", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-model-interactive/style.css b/samples/3d-model-interactive/style.css index 0e00f81a4..d40765e91 100644 --- a/samples/3d-model-interactive/style.css +++ b/samples/3d-model-interactive/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_model_interactive] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-model/package.json b/samples/3d-model/package.json index db1f5aebc..20eb34318 100644 --- a/samples/3d-model/package.json +++ b/samples/3d-model/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-model", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-model && bash ../app.sh 3d-model && bash ../docs.sh 3d-model && npm run build:vite --workspace=. && bash ../dist.sh 3d-model", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-model/style.css b/samples/3d-model/style.css index 6fbc060e6..02db10f7c 100644 --- a/samples/3d-model/style.css +++ b/samples/3d-model/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_model] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-places-autocomplete/index.ts b/samples/3d-places-autocomplete/index.ts index ef8d9ed50..6cdd0b8e3 100644 --- a/samples/3d-places-autocomplete/index.ts +++ b/samples/3d-places-autocomplete/index.ts @@ -53,12 +53,8 @@ async function initAutocomplete() { } const flyToPlace = async (place) => { - const { - AltitudeMode, - Polyline3DElement, - Polygon3DElement, - Marker3DElement, - } = await google.maps.importLibrary('maps3d'); + const { Polyline3DElement, Polygon3DElement, Marker3DElement } = + await google.maps.importLibrary('maps3d'); const location = place.location; @@ -71,7 +67,7 @@ const flyToPlace = async (place) => { lng: location.lng(), altitude: elevation + 50, }, - altitudeMode: AltitudeMode.ABSOLUTE, + altitudeMode: 'ABSOLUTE', extruded: true, label: place.displayName, }); diff --git a/samples/3d-places-autocomplete/package.json b/samples/3d-places-autocomplete/package.json index d2cad1fb4..77f8df9cb 100644 --- a/samples/3d-places-autocomplete/package.json +++ b/samples/3d-places-autocomplete/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-places-autocomplete", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-places-autocomplete && bash ../app.sh 3d-places-autocomplete && bash ../docs.sh 3d-places-autocomplete && npm run build:vite --workspace=. && bash ../dist.sh 3d-places-autocomplete", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-places-autocomplete/style.css b/samples/3d-places-autocomplete/style.css index ad7c48807..8c8c6c6a0 100644 --- a/samples/3d-places-autocomplete/style.css +++ b/samples/3d-places-autocomplete/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_places_autocomplete] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-places/package.json b/samples/3d-places/package.json index 546f01e22..3ee152573 100644 --- a/samples/3d-places/package.json +++ b/samples/3d-places/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-places", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-places && bash ../app.sh 3d-places && bash ../docs.sh 3d-places && npm run build:vite --workspace=. && bash ../dist.sh 3d-places", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-places/style.css b/samples/3d-places/style.css index 072544cb9..cc0c6da62 100644 --- a/samples/3d-places/style.css +++ b/samples/3d-places/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_places] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-polygon-click-event/index.ts b/samples/3d-polygon-click-event/index.ts index 1022921cc..fe1d07312 100644 --- a/samples/3d-polygon-click-event/index.ts +++ b/samples/3d-polygon-click-event/index.ts @@ -6,14 +6,14 @@ // [START maps_3d_polygon_click_event] async function init() { - const { Map3DElement, MapMode, Polygon3DInteractiveElement } = + const { Map3DElement, Polygon3DInteractiveElement } = await google.maps.importLibrary('maps3d'); const map = new Map3DElement({ center: { lat: 40.6842, lng: -74.0019, altitude: 1000 }, heading: 340, tilt: 70, - mode: MapMode.HYBRID, + mode: 'HYBRID', gestureHandling: 'COOPERATIVE', }); @@ -26,9 +26,7 @@ async function init() { drawsOccludedSegments: false, }; - const examplePolygon = new google.maps.maps3d.Polygon3DInteractiveElement( - polygonOptions - ); + const examplePolygon = new Polygon3DInteractiveElement(polygonOptions); examplePolygon.path = [ { lat: 40.7144, lng: -74.0208 }, diff --git a/samples/3d-polygon-click-event/package.json b/samples/3d-polygon-click-event/package.json index 207fdd8c9..d544ab2bd 100644 --- a/samples/3d-polygon-click-event/package.json +++ b/samples/3d-polygon-click-event/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-polygon-click-event", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-polygon-click-event && bash ../app.sh 3d-polygon-click-event && bash ../docs.sh 3d-polygon-click-event && npm run build:vite --workspace=. && bash ../dist.sh 3d-polygon-click-event", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-polygon-click-event/style.css b/samples/3d-polygon-click-event/style.css index 2a89f9554..f1ac86845 100644 --- a/samples/3d-polygon-click-event/style.css +++ b/samples/3d-polygon-click-event/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_polygon_click_event] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-polygon-extruded-hole/index.ts b/samples/3d-polygon-extruded-hole/index.ts index d737182c4..130617ab9 100644 --- a/samples/3d-polygon-extruded-hole/index.ts +++ b/samples/3d-polygon-extruded-hole/index.ts @@ -6,29 +6,27 @@ // [START maps_3d_polygon_extruded_hole] async function init() { - const { Map3DElement, MapMode, AltitudeMode, Polygon3DElement } = + const { Map3DElement, Polygon3DElement } = await google.maps.importLibrary('maps3d'); const map3DElement = new Map3DElement({ center: { lat: 40.6842, lng: -74.0019, altitude: 1000 }, heading: 340, tilt: 70, - mode: MapMode.HYBRID, + mode: 'HYBRID', gestureHandling: 'COOPERATIVE', }); - const polygonOptions = { + const polygonOptions: google.maps.maps3d.Polygon3DElementOptions = { strokeColor: '#0000ff80', strokeWidth: 8, fillColor: '#ff000080', drawsOccludedSegments: false, extruded: true, - altitudeMode: AltitudeMode.RELATIVE_TO_GROUND, + altitudeMode: 'RELATIVE_TO_GROUND', }; - const examplePolygon = new google.maps.maps3d.Polygon3DElement( - polygonOptions - ); + const examplePolygon = new Polygon3DElement(polygonOptions); examplePolygon.path = [ { lat: 40.7144, lng: -74.0208, altitude: 200 }, diff --git a/samples/3d-polygon-extruded-hole/package.json b/samples/3d-polygon-extruded-hole/package.json index 1ac88b149..1b17fecec 100644 --- a/samples/3d-polygon-extruded-hole/package.json +++ b/samples/3d-polygon-extruded-hole/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-polygon-extruded-hole", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-polygon-extruded-hole && bash ../app.sh 3d-polygon-extruded-hole && bash ../docs.sh 3d-polygon-extruded-hole && npm run build:vite --workspace=. && bash ../dist.sh 3d-polygon-extruded-hole", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-polygon-extruded-hole/style.css b/samples/3d-polygon-extruded-hole/style.css index 2fbbb162f..a4236c5a3 100644 --- a/samples/3d-polygon-extruded-hole/style.css +++ b/samples/3d-polygon-extruded-hole/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_polygon_extruded_hole] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-polygon/index.ts b/samples/3d-polygon/index.ts index 0713e1855..52db82f7d 100644 --- a/samples/3d-polygon/index.ts +++ b/samples/3d-polygon/index.ts @@ -6,14 +6,14 @@ // [START maps_3d_polygon] async function init() { - const { Map3DElement, MapMode, Polygon3DElement } = + const { Map3DElement, Polygon3DElement } = await google.maps.importLibrary('maps3d'); const map3DElement = new Map3DElement({ center: { lat: 40.6842, lng: -74.0019, altitude: 1000 }, heading: 340, tilt: 70, - mode: MapMode.HYBRID, + mode: 'HYBRID', gestureHandling: 'COOPERATIVE', }); @@ -24,9 +24,7 @@ async function init() { drawsOccludedSegments: false, }; - const examplePolygon = new google.maps.maps3d.Polygon3DElement( - polygonOptions - ); + const examplePolygon = new Polygon3DElement(polygonOptions); examplePolygon.path = [ { lat: 40.7144, lng: -74.0208 }, diff --git a/samples/3d-polygon/package.json b/samples/3d-polygon/package.json index 6adaf6bce..d72b41bef 100644 --- a/samples/3d-polygon/package.json +++ b/samples/3d-polygon/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-polygon", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-polygon && bash ../app.sh 3d-polygon && bash ../docs.sh 3d-polygon && npm run build:vite --workspace=. && bash ../dist.sh 3d-polygon", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-polygon/style.css b/samples/3d-polygon/style.css index 53f5c2087..893f1734d 100644 --- a/samples/3d-polygon/style.css +++ b/samples/3d-polygon/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_polygon] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-polyline-click-event/index.ts b/samples/3d-polyline-click-event/index.ts index c455af670..c71c267dd 100644 --- a/samples/3d-polyline-click-event/index.ts +++ b/samples/3d-polyline-click-event/index.ts @@ -7,19 +7,15 @@ // [START maps_3d_polyline_click_event] let map; async function init() { - const { - Map3DElement, - MapMode, - AltitudeMode, - Polyline3DInteractiveElement, - } = await google.maps.importLibrary('maps3d'); + const { Map3DElement, Polyline3DInteractiveElement } = + await google.maps.importLibrary('maps3d'); map = new Map3DElement({ center: { lat: 37.7927, lng: -122.402, altitude: 65.93 }, range: 3362.87, tilt: 64.01, heading: 25.0, - mode: MapMode.SATELLITE, + mode: 'SATELLITE', gestureHandling: 'COOPERATIVE', }); @@ -43,7 +39,7 @@ async function init() { outerColor: 'white', strokeWidth: 10, outerWidth: 0.4, - altitudeMode: AltitudeMode.RELATIVE_TO_GROUND, // Place it on the ground (as it has no altitude it will just be at ground height). + altitudeMode: 'RELATIVE_TO_GROUND', // Place it on the ground (as it has no altitude it will just be at ground height). drawsOccludedSegments: true, // Show the line through the buildings or anything else that might get in the way. }); diff --git a/samples/3d-polyline-click-event/package.json b/samples/3d-polyline-click-event/package.json index 85c4ea5f3..1c61d759d 100644 --- a/samples/3d-polyline-click-event/package.json +++ b/samples/3d-polyline-click-event/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-polyline-click-event", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-polyline-click-event && bash ../app.sh 3d-polyline-click-event && bash ../docs.sh 3d-polyline-click-event && npm run build:vite --workspace=. && bash ../dist.sh 3d-polyline-click-event", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-polyline-click-event/style.css b/samples/3d-polyline-click-event/style.css index 92a3fb4e5..8a020adf2 100644 --- a/samples/3d-polyline-click-event/style.css +++ b/samples/3d-polyline-click-event/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_polyline_click_event] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-polyline-extruded/index.ts b/samples/3d-polyline-extruded/index.ts index d79a7b4e7..981b9a780 100644 --- a/samples/3d-polyline-extruded/index.ts +++ b/samples/3d-polyline-extruded/index.ts @@ -7,7 +7,7 @@ // [START maps_3d_polyline_extruded] let map; async function init() { - const { Map3DElement, MapMode, AltitudeMode, Polyline3DElement } = + const { Map3DElement, Polyline3DElement } = await google.maps.importLibrary('maps3d'); map = new Map3DElement({ @@ -15,7 +15,7 @@ async function init() { range: 3362.87, tilt: 64.01, heading: 25.0, - mode: MapMode.SATELLITE, + mode: 'SATELLITE', gestureHandling: 'COOPERATIVE', }); @@ -37,7 +37,7 @@ async function init() { ], strokeColor: '#0000FF80', strokeWidth: 10, - altitudeMode: AltitudeMode.RELATIVE_TO_GROUND, // Place it on the ground (as it has no altitude it will just be at ground height). + altitudeMode: 'RELATIVE_TO_GROUND', // Place it on the ground (as it has no altitude it will just be at ground height). extruded: true, }); diff --git a/samples/3d-polyline-extruded/package.json b/samples/3d-polyline-extruded/package.json index 5e78ed718..39f84361d 100644 --- a/samples/3d-polyline-extruded/package.json +++ b/samples/3d-polyline-extruded/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-polyline-extruded", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-polyline-extruded && bash ../app.sh 3d-polyline-extruded && bash ../docs.sh 3d-polyline-extruded && npm run build:vite --workspace=. && bash ../dist.sh 3d-polyline-extruded", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-polyline-extruded/style.css b/samples/3d-polyline-extruded/style.css index d3cc2546c..dad93f85e 100644 --- a/samples/3d-polyline-extruded/style.css +++ b/samples/3d-polyline-extruded/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_polyline_extruded] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-polyline/index.ts b/samples/3d-polyline/index.ts index e799ec235..2f4f2eb74 100644 --- a/samples/3d-polyline/index.ts +++ b/samples/3d-polyline/index.ts @@ -7,7 +7,7 @@ // [START maps_3d_polyline] let map; async function init() { - const { Map3DElement, MapMode, AltitudeMode, Polyline3DElement } = + const { Map3DElement, Polyline3DElement } = await google.maps.importLibrary('maps3d'); map = new Map3DElement({ @@ -15,7 +15,7 @@ async function init() { range: 3362.87, tilt: 64.01, heading: 25.0, - mode: MapMode.SATELLITE, + mode: 'SATELLITE', gestureHandling: 'COOPERATIVE', }); @@ -39,7 +39,7 @@ async function init() { outerColor: 'white', strokeWidth: 10, outerWidth: 0.4, - altitudeMode: AltitudeMode.RELATIVE_TO_GROUND, // Place it on the ground (as it has no altitude it will just be at ground height). + altitudeMode: 'RELATIVE_TO_GROUND', // Place it on the ground (as it has no altitude it will just be at ground height). drawsOccludedSegments: true, // Show the line through the buildings or anything else that might get in the way. }); diff --git a/samples/3d-polyline/package.json b/samples/3d-polyline/package.json index 8f31c01eb..1916f7bcf 100644 --- a/samples/3d-polyline/package.json +++ b/samples/3d-polyline/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-polyline", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-polyline && bash ../app.sh 3d-polyline && bash ../docs.sh 3d-polyline && npm run build:vite --workspace=. && bash ../dist.sh 3d-polyline", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-polyline/style.css b/samples/3d-polyline/style.css index 47f5a48fc..1b2f31c2c 100644 --- a/samples/3d-polyline/style.css +++ b/samples/3d-polyline/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_polyline] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-popover-location/index.ts b/samples/3d-popover-location/index.ts index 897326612..1f643ec0a 100644 --- a/samples/3d-popover-location/index.ts +++ b/samples/3d-popover-location/index.ts @@ -6,7 +6,7 @@ // [START maps_3d_popover_location] async function init() { - const { AltitudeMode, Map3DElement, MapMode, PopoverElement } = + const { Map3DElement, PopoverElement } = await google.maps.importLibrary('maps3d'); const map = new Map3DElement({ @@ -14,12 +14,12 @@ async function init() { range: 4000, tilt: 74, heading: 38, - mode: MapMode.HYBRID, + mode: 'HYBRID', gestureHandling: 'COOPERATIVE', }); const popover = new PopoverElement({ - altitudeMode: AltitudeMode.ABSOLUTE, + altitudeMode: 'ABSOLUTE', open: true, positionAnchor: { lat: 37.819852, lng: -122.478549, altitude: 150 }, }); diff --git a/samples/3d-popover-location/package.json b/samples/3d-popover-location/package.json index fec69c71d..fb0da525c 100644 --- a/samples/3d-popover-location/package.json +++ b/samples/3d-popover-location/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-popover-location", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-popover-location && bash ../app.sh 3d-popover-location && bash ../docs.sh 3d-popover-location && npm run build:vite --workspace=. && bash ../dist.sh 3d-popover-location", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-popover-location/style.css b/samples/3d-popover-location/style.css index 894fb3288..ff99b8dad 100644 --- a/samples/3d-popover-location/style.css +++ b/samples/3d-popover-location/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_popover_location] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-popover-marker/index.ts b/samples/3d-popover-marker/index.ts index 29c92f41b..2cee32270 100644 --- a/samples/3d-popover-marker/index.ts +++ b/samples/3d-popover-marker/index.ts @@ -6,26 +6,21 @@ // [START maps_3d_popover_marker] async function init() { - const { - AltitudeMode, - Map3DElement, - Marker3DInteractiveElement, - MapMode, - PopoverElement, - } = await google.maps.importLibrary('maps3d'); + const { Map3DElement, Marker3DInteractiveElement, PopoverElement } = + await google.maps.importLibrary('maps3d'); const map = new Map3DElement({ center: { lat: 37.8204, lng: -122.4783, altitude: 0.407 }, range: 4000, tilt: 74, heading: 38, - mode: MapMode.HYBRID, + mode: 'HYBRID', gestureHandling: 'COOPERATIVE', }); // Popovers can only be added to interactive Markers const interactiveMarker = new Marker3DInteractiveElement({ - altitudeMode: AltitudeMode.ABSOLUTE, + altitudeMode: 'ABSOLUTE', position: { lat: 37.819852, lng: -122.478549, altitude: 100 }, }); diff --git a/samples/3d-popover-marker/package.json b/samples/3d-popover-marker/package.json index ba1fb5652..669190e08 100644 --- a/samples/3d-popover-marker/package.json +++ b/samples/3d-popover-marker/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-popover-marker", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-popover-marker && bash ../app.sh 3d-popover-marker && bash ../docs.sh 3d-popover-marker && npm run build:vite --workspace=. && bash ../dist.sh 3d-popover-marker", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-popover-marker/style.css b/samples/3d-popover-marker/style.css index 59461c24a..2ec2f2ccd 100644 --- a/samples/3d-popover-marker/style.css +++ b/samples/3d-popover-marker/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_popover_marker] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-simple-map-declarative/package.json b/samples/3d-simple-map-declarative/package.json index 02b1b949b..1a58ec1d8 100644 --- a/samples/3d-simple-map-declarative/package.json +++ b/samples/3d-simple-map-declarative/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-simple-map-declarative", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-simple-map-declarative && bash ../app.sh 3d-simple-map-declarative && bash ../docs.sh 3d-simple-map-declarative && npm run build:vite --workspace=. && bash ../dist.sh 3d-simple-map-declarative", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-simple-map-declarative/style.css b/samples/3d-simple-map-declarative/style.css index 353cda34d..4e786c11b 100644 --- a/samples/3d-simple-map-declarative/style.css +++ b/samples/3d-simple-map-declarative/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_simple_map_declarative] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/3d-simple-map/package.json b/samples/3d-simple-map/package.json index c26da75d8..a918fc704 100644 --- a/samples/3d-simple-map/package.json +++ b/samples/3d-simple-map/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-simple-map", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-simple-map && bash ../app.sh 3d-simple-map && bash ../docs.sh 3d-simple-map && npm run build:vite --workspace=. && bash ../dist.sh 3d-simple-map", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-simple-map/style.css b/samples/3d-simple-map/style.css index db29d516a..a94c764cd 100644 --- a/samples/3d-simple-map/style.css +++ b/samples/3d-simple-map/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_simple_map] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ #gmp-map-3d { diff --git a/samples/3d-simple-marker/package.json b/samples/3d-simple-marker/package.json index f6f413eb6..093c7de23 100644 --- a/samples/3d-simple-marker/package.json +++ b/samples/3d-simple-marker/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/3d-simple-marker", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh 3d-simple-marker && bash ../app.sh 3d-simple-marker && bash ../docs.sh 3d-simple-marker && npm run build:vite --workspace=. && bash ../dist.sh 3d-simple-marker", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/3d-simple-marker/style.css b/samples/3d-simple-marker/style.css index 2b619d283..5a69da3a2 100644 --- a/samples/3d-simple-marker/style.css +++ b/samples/3d-simple-marker/style.css @@ -4,7 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_3d_simple_marker] */ -/* * Always set the map height explicitly to define the size of the div element +/* + * Always set the map height explicitly to define the size of the div element * that contains the map. */ html, diff --git a/samples/add-map/package.json b/samples/add-map/package.json index b98a3e680..d17e942a3 100644 --- a/samples/add-map/package.json +++ b/samples/add-map/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/add-map", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh add-map && bash ../app.sh add-map && bash ../docs.sh add-map && npm run build:vite --workspace=. && bash ../dist.sh add-map", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/address-validation/index.ts b/samples/address-validation/index.ts index b79cb76d5..d283fe852 100644 --- a/samples/address-validation/index.ts +++ b/samples/address-validation/index.ts @@ -44,24 +44,24 @@ async function handleValidationSubmit(event) { event.preventDefault(); // Prevent default form submission resultDisplay!.textContent = 'Validating...'; // Clear previous results + const { AddressValidation } = + await google.maps.importLibrary('addressValidation'); + // Validate the address try { - const result = - await google.maps.addressValidation.AddressValidation.fetchAddressValidation( - { - address: { - regionCode: regionSelect!.value.trim(), - languageCode: 'en', - addressLines: [ - streetAddress1Input!.value.trim(), - streetAddress2Input!.value.trim(), - ].filter((line) => line), // Filter out empty lines - locality: cityInput!.value.trim(), - administrativeArea: stateInput!.value.trim(), - postalCode: zipCodeInput!.value.trim(), - }, - } - ); + const result = await AddressValidation.fetchAddressValidation({ + address: { + regionCode: regionSelect!.value.trim(), + languageCode: 'en', + addressLines: [ + streetAddress1Input!.value.trim(), + streetAddress2Input!.value.trim(), + ].filter(Boolean), // Filter out empty lines + locality: cityInput!.value.trim(), + administrativeArea: stateInput!.value.trim(), + postalCode: zipCodeInput!.value.trim(), + }, + }); resultDisplay!.textContent = 'Verdict summary\n================\n' + diff --git a/samples/address-validation/package.json b/samples/address-validation/package.json index 835fc604a..d00ad9608 100644 --- a/samples/address-validation/package.json +++ b/samples/address-validation/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/address-validation", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh address-validation && bash ../app.sh address-validation && bash ../docs.sh address-validation && npm run build:vite --workspace=. && bash ../dist.sh address-validation", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-accessibility/package.json b/samples/advanced-markers-accessibility/package.json index 25ae916af..f66097628 100644 --- a/samples/advanced-markers-accessibility/package.json +++ b/samples/advanced-markers-accessibility/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-accessibility", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-accessibility && bash ../app.sh advanced-markers-accessibility && bash ../docs.sh advanced-markers-accessibility && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-accessibility", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-altitude/package.json b/samples/advanced-markers-altitude/package.json index 9ba8a36bf..f80a7e88d 100644 --- a/samples/advanced-markers-altitude/package.json +++ b/samples/advanced-markers-altitude/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-altitude", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-altitude && bash ../app.sh advanced-markers-altitude && bash ../docs.sh advanced-markers-altitude && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-altitude", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-animation/index.ts b/samples/advanced-markers-animation/index.ts index a1f26e42a..310be92e9 100644 --- a/samples/advanced-markers-animation/index.ts +++ b/samples/advanced-markers-animation/index.ts @@ -7,8 +7,6 @@ // [START maps_advanced_markers_animation] /** * Returns a random lat lng position within the map bounds. - * @param {!google.maps.Map} map - * @return {!google.maps.LatLngLiteral} */ function getRandomPosition(map) { const bounds = map.getBounds(); @@ -46,6 +44,7 @@ const intersectionObserver = new IntersectionObserver((entries) => { async function initMap(): Promise { // Request needed libraries. const { Map } = await google.maps.importLibrary('maps'); + const { event, ControlPosition } = await google.maps.importLibrary('core'); const { AdvancedMarkerElement, PinElement } = await google.maps.importLibrary('marker'); @@ -58,7 +57,7 @@ async function initMap(): Promise { }); // Create 100 markers to animate. - google.maps.event.addListenerOnce(map, 'idle', () => { + event.addListenerOnce(map, 'idle', () => { for (let i = 0; i < 100; i++) { createMarker(map, AdvancedMarkerElement, PinElement); } @@ -75,7 +74,7 @@ async function initMap(): Promise { refreshMap(); }); controlDiv.appendChild(controlUI); - map.controls[google.maps.ControlPosition.TOP_CENTER].push(controlDiv); + map.controls[ControlPosition.TOP_CENTER].push(controlDiv); } function createMarker(map, AdvancedMarkerElement, PinElement) { diff --git a/samples/advanced-markers-animation/package.json b/samples/advanced-markers-animation/package.json index e592f669a..60c57027b 100644 --- a/samples/advanced-markers-animation/package.json +++ b/samples/advanced-markers-animation/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-animation", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-animation && bash ../app.sh advanced-markers-animation && bash ../docs.sh advanced-markers-animation && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-animation", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-basic-style/package.json b/samples/advanced-markers-basic-style/package.json index 54e546e93..97bec1e8f 100644 --- a/samples/advanced-markers-basic-style/package.json +++ b/samples/advanced-markers-basic-style/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-basic-style", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-basic-style && bash ../app.sh advanced-markers-basic-style && bash ../docs.sh advanced-markers-basic-style && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-basic-style", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-collision/index.ts b/samples/advanced-markers-collision/index.ts index dc50aa7bd..5ac9324a3 100644 --- a/samples/advanced-markers-collision/index.ts +++ b/samples/advanced-markers-collision/index.ts @@ -16,7 +16,7 @@ async function initMap(): Promise { const markers: google.maps.marker.AdvancedMarkerElement[] = []; - let collisionBehavior = google.maps.CollisionBehavior.REQUIRED; + let collisionBehavior = 'REQUIRED'; // @ts-expect-error: mdc not typed const select = new mdc.select.MDCSelect( @@ -52,8 +52,8 @@ async function initMap(): Promise { locations.forEach(([lng, lat]: number[]) => { // [START maps_advanced_markers_collision_create_marker] const advancedMarker = new AdvancedMarkerElement({ - position: new google.maps.LatLng({ lat, lng }), - collisionBehavior: collisionBehavior, + position: { lat, lng }, + collisionBehavior, }); mapElement.appendChild(advancedMarker); // [END maps_advanced_markers_collision_create_marker] diff --git a/samples/advanced-markers-collision/package.json b/samples/advanced-markers-collision/package.json index 317d77169..d569e3196 100644 --- a/samples/advanced-markers-collision/package.json +++ b/samples/advanced-markers-collision/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-collision", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-collision && bash ../app.sh advanced-markers-collision && bash ../docs.sh advanced-markers-collision && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-collision", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-draggable/package.json b/samples/advanced-markers-draggable/package.json index f2670a5e6..99805fee0 100644 --- a/samples/advanced-markers-draggable/package.json +++ b/samples/advanced-markers-draggable/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-draggable", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-draggable && bash ../app.sh advanced-markers-draggable && bash ../docs.sh advanced-markers-draggable && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-draggable", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-graphics/package.json b/samples/advanced-markers-graphics/package.json index 138c99a89..3ac9f74cd 100644 --- a/samples/advanced-markers-graphics/package.json +++ b/samples/advanced-markers-graphics/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-graphics", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-graphics && bash ../app.sh advanced-markers-graphics && bash ../docs.sh advanced-markers-graphics && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-graphics", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-html-simple/package.json b/samples/advanced-markers-html-simple/package.json index bb2170a5f..4aede77e3 100644 --- a/samples/advanced-markers-html-simple/package.json +++ b/samples/advanced-markers-html-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-html-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-html-simple && bash ../app.sh advanced-markers-html-simple && bash ../docs.sh advanced-markers-html-simple && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-html-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-html/index.ts b/samples/advanced-markers-html/index.ts index a79a67f61..66b48be80 100644 --- a/samples/advanced-markers-html/index.ts +++ b/samples/advanced-markers-html/index.ts @@ -19,13 +19,12 @@ async function initMap() { }); for (const property of properties) { - const advancedMarkerElement = - new google.maps.marker.AdvancedMarkerElement({ - map, - content: buildContent(property), - position: property.position, - title: property.description, - }); + const advancedMarkerElement = new AdvancedMarkerElement({ + map, + content: buildContent(property), + position: property.position, + title: property.description, + }); advancedMarkerElement.addListener('click', () => { toggleHighlight(advancedMarkerElement, property); diff --git a/samples/advanced-markers-html/package.json b/samples/advanced-markers-html/package.json index 18d467c0b..8f7863e6f 100644 --- a/samples/advanced-markers-html/package.json +++ b/samples/advanced-markers-html/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-html", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-html && bash ../app.sh advanced-markers-html && bash ../docs.sh advanced-markers-html && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-html", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-simple/package.json b/samples/advanced-markers-simple/package.json index 80a5fee62..ab3493649 100644 --- a/samples/advanced-markers-simple/package.json +++ b/samples/advanced-markers-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-simple && bash ../app.sh advanced-markers-simple && bash ../docs.sh advanced-markers-simple && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/advanced-markers-zoom/package.json b/samples/advanced-markers-zoom/package.json index e2e8dab34..9cc68de68 100644 --- a/samples/advanced-markers-zoom/package.json +++ b/samples/advanced-markers-zoom/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/advanced-markers-zoom", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh advanced-markers-zoom && bash ../app.sh advanced-markers-zoom && bash ../docs.sh advanced-markers-zoom && npm run build:vite --workspace=. && bash ../dist.sh advanced-markers-zoom", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/ai-powered-summaries-basic/package.json b/samples/ai-powered-summaries-basic/package.json index 06aa6790e..c4cc98da6 100644 --- a/samples/ai-powered-summaries-basic/package.json +++ b/samples/ai-powered-summaries-basic/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/ai-powered-summaries-basic", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh ai-powered-summaries-basic && bash ../app.sh ai-powered-summaries-basic && bash ../docs.sh ai-powered-summaries-basic && npm run build:vite --workspace=. && bash ../dist.sh ai-powered-summaries-basic", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index 6e5254741..d5efbb2e6 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -43,7 +43,7 @@ async function initMap(): Promise { }); // Create the marker. - marker = new google.maps.marker.AdvancedMarkerElement({ + marker = new AdvancedMarkerElement({ map: innerMap, }); diff --git a/samples/ai-powered-summaries/package.json b/samples/ai-powered-summaries/package.json index 1947f5b90..7b207bf9d 100644 --- a/samples/ai-powered-summaries/package.json +++ b/samples/ai-powered-summaries/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/ai-powered-summaries", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh ai-powered-summaries && bash ../app.sh ai-powered-summaries && bash ../docs.sh ai-powered-summaries && npm run build:vite --workspace=. && bash ../dist.sh ai-powered-summaries", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/boundaries-choropleth/package.json b/samples/boundaries-choropleth/package.json index f04f31f42..30e5098be 100644 --- a/samples/boundaries-choropleth/package.json +++ b/samples/boundaries-choropleth/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/boundaries-choropleth", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh boundaries-choropleth && bash ../app.sh boundaries-choropleth && bash ../docs.sh boundaries-choropleth && npm run build:vite --workspace=. && bash ../dist.sh boundaries-choropleth", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/boundaries-click/index.ts b/samples/boundaries-click/index.ts index 5782ba6b2..9aaf2323e 100644 --- a/samples/boundaries-click/index.ts +++ b/samples/boundaries-click/index.ts @@ -12,14 +12,14 @@ let lastInteractedFeatureIds: string[] = []; let lastClickedFeatureIds: string[] = []; // [START maps_boundaries_click_event_handler] -function handleClick(/* MouseEvent */ e) { +function handleClick(e) { lastClickedFeatureIds = e.features.map((f) => f.placeId); lastInteractedFeatureIds = []; featureLayer.style = applyStyle; createInfoWindow(e); } -function handleMouseMove(/* MouseEvent */ e) { +function handleMouseMove(e) { lastInteractedFeatureIds = e.features.map((f) => f.placeId); featureLayer.style = applyStyle; } diff --git a/samples/boundaries-click/package.json b/samples/boundaries-click/package.json index ffa9be78f..3e6361e27 100644 --- a/samples/boundaries-click/package.json +++ b/samples/boundaries-click/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/boundaries-click", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh boundaries-click && bash ../app.sh boundaries-click && bash ../docs.sh boundaries-click && npm run build:vite --workspace=. && bash ../dist.sh boundaries-click", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/boundaries-simple/package.json b/samples/boundaries-simple/package.json index a8d36e458..95d056e09 100644 --- a/samples/boundaries-simple/package.json +++ b/samples/boundaries-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/boundaries-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh boundaries-simple && bash ../app.sh boundaries-simple && bash ../docs.sh boundaries-simple && npm run build:vite --workspace=. && bash ../dist.sh boundaries-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/boundaries-text-search/package.json b/samples/boundaries-text-search/package.json index 3ee257850..12db9e77e 100644 --- a/samples/boundaries-text-search/package.json +++ b/samples/boundaries-text-search/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/boundaries-text-search", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh boundaries-text-search && bash ../app.sh boundaries-text-search && bash ../docs.sh boundaries-text-search && npm run build:vite --workspace=. && bash ../dist.sh boundaries-text-search", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/build-all.sh b/samples/build-all.sh new file mode 100644 index 000000000..5a2db79d5 --- /dev/null +++ b/samples/build-all.sh @@ -0,0 +1,48 @@ +#!/bin/bash + +# don't run directly - run via `npm run` + +# set -e + +log_dir=$(mktemp -d) + +cd samples +echo "Forking runs for..." +pids=() +names=() +for d in */; do + base=$(basename "$d") + echo "$d..." + cd "$d" + npm run build > "$log_dir/$base.log" 2>&1 & + pids+=($!) + names+=("$base") + cd .. +done + +echo "(logs at $log_dir)" +echo "..." + +code=0 +fails=0 +for i in "${!pids[@]}"; do + pid="${pids[$i]}" + name="${names[$i]}" + # echo "$name $pid" + wait $pid + status=$? + # echo "$name exited with status $status" + if [[ $status -ne 0 ]]; then + echo + echo "$name exited with status $status:" + echo "---------------------" + cat "$log_dir/$name.log" + echo "---------------------" + code=$status + fails=$((fails + 1)) + fi +done + +echo +echo "Done with $fails failure(s)." +exit $code \ No newline at end of file diff --git a/samples/build-single.sh b/samples/build-single.sh new file mode 100644 index 000000000..c3959362d --- /dev/null +++ b/samples/build-single.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +set -e +# set -x + +NAME=$(basename $PWD) + +# clean comments for empty lines, and then clean up, to preserve newlines +sed -i.sed-back 's#^$##g' *.ts && rm *.sed-back +npx tsc +sed -i.sed-back 's###g' *.ts *.js && rm *.sed-back + +npx prettier -w index.js --ignore-path /dev/null + +set +e +grep "google\.maps\." index.js | grep -v "google.maps.importLibrary" +if [[ $? -eq 0 ]]; then + echo "Using google.maps namespace for something other than google.maps.importLibrary()!" + exit 1 +fi +set -e + +bash ../jsfiddle.sh "$NAME" +bash ../app.sh "$NAME" +bash ../docs.sh "$NAME" +npm run build:vite --workspace=. +bash ../dist.sh "$NAME" \ No newline at end of file diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index 3e3366cf8..34b8f7d52 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -47,7 +47,7 @@ async function initMap() { 'image/svg+xml' ).documentElement; - const centerMarker = new google.maps.marker.AdvancedMarkerElement({ + const centerMarker = new AdvancedMarkerElement({ position: initialCenter, title: 'A marker using a custom SVG image.', anchorLeft: '-50%', diff --git a/samples/circle-simple/package.json b/samples/circle-simple/package.json index 68e3cba0e..0e357e33d 100644 --- a/samples/circle-simple/package.json +++ b/samples/circle-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/circle-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh circle-simple && bash ../app.sh circle-simple && bash ../docs.sh circle-simple && npm run build:vite --workspace=. && bash ../dist.sh circle-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/clean.sh b/samples/clean.sh index f765dc68b..70e2ee3fc 100644 --- a/samples/clean.sh +++ b/samples/clean.sh @@ -1,5 +1,4 @@ #!/bin/bash # Remove the global dist/samples folder. -rm -rf "dist/samples" -rm "dist/index.html" \ No newline at end of file +rm -rf "dist/samples" "dist/index.html" diff --git a/samples/control-bounds-restriction/package.json b/samples/control-bounds-restriction/package.json index f54b1372d..92cdda23a 100644 --- a/samples/control-bounds-restriction/package.json +++ b/samples/control-bounds-restriction/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-bounds-restriction", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-bounds-restriction && bash ../app.sh control-bounds-restriction && bash ../docs.sh control-bounds-restriction && npm run build:vite --workspace=. && bash ../dist.sh control-bounds-restriction", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-custom-state/package.json b/samples/control-custom-state/package.json index 05df45479..500289fb9 100644 --- a/samples/control-custom-state/package.json +++ b/samples/control-custom-state/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-custom-state", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-custom-state && bash ../app.sh control-custom-state && bash ../docs.sh control-custom-state && npm run build:vite --workspace=. && bash ../dist.sh control-custom-state", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-disableUI/package.json b/samples/control-disableUI/package.json index 2598168b5..12ebb33c9 100644 --- a/samples/control-disableUI/package.json +++ b/samples/control-disableUI/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-disableUI", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-disableUI && bash ../app.sh control-disableUI && bash ../docs.sh control-disableUI && npm run build:vite --workspace=. && bash ../dist.sh control-disableUI", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-options/index.ts b/samples/control-options/index.ts index 825ce999d..e64d45e9f 100755 --- a/samples/control-options/index.ts +++ b/samples/control-options/index.ts @@ -11,6 +11,7 @@ async function initMap() { // Request the needed libraries. await google.maps.importLibrary('maps'); + const { ControlPosition } = await google.maps.importLibrary('core'); const mapElement = document.querySelector('gmp-map')!; @@ -25,7 +26,7 @@ async function initMap() { google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.TERRAIN, ], - position: google.maps.ControlPosition.TOP_CENTER, + position: ControlPosition.TOP_CENTER, }, }); // [END maps_control_options_change_default] diff --git a/samples/control-options/package.json b/samples/control-options/package.json index 29c8cc5c8..0313fe3eb 100644 --- a/samples/control-options/package.json +++ b/samples/control-options/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-options", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-options && bash ../app.sh control-options && bash ../docs.sh control-options && npm run build:vite --workspace=. && bash ../dist.sh control-options", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-positioning-labels/index.ts b/samples/control-positioning-labels/index.ts index ec8e02314..592f2e672 100644 --- a/samples/control-positioning-labels/index.ts +++ b/samples/control-positioning-labels/index.ts @@ -36,12 +36,13 @@ async function MakeControl(controlDiv: HTMLElement, label: string) { async function initMap() { // Request the needed libraries. await google.maps.importLibrary('maps'); + const { ControlPosition } = await google.maps.importLibrary('core'); const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; - const positions: (keyof typeof google.maps.ControlPosition)[] = [ + const positions: (keyof typeof ControlPosition)[] = [ 'BLOCK_START_INLINE_START', 'INLINE_START_BLOCK_START', 'BLOCK_START_INLINE_CENTER', @@ -58,7 +59,7 @@ async function initMap() { positions.forEach((position) => { const divName = document.createElement('div'); - const controlPosition = google.maps.ControlPosition[position]; + const controlPosition = ControlPosition[position]; MakeControl(divName, position); divName.addEventListener('click', toggleRTL); diff --git a/samples/control-positioning-labels/package.json b/samples/control-positioning-labels/package.json index 197956e4f..eadb9f414 100644 --- a/samples/control-positioning-labels/package.json +++ b/samples/control-positioning-labels/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-positioning-labels", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-positioning-labels && bash ../app.sh control-positioning-labels && bash ../docs.sh control-positioning-labels && npm run build:vite --workspace=. && bash ../dist.sh control-positioning-labels", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-positioning/index.ts b/samples/control-positioning/index.ts index a39782e54..92b03ca7e 100755 --- a/samples/control-positioning/index.ts +++ b/samples/control-positioning/index.ts @@ -10,7 +10,8 @@ let innerMap; async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps'); + const { MapTypeControlStyle } = await google.maps.importLibrary('maps'); + const { ControlPosition } = await google.maps.importLibrary('core'); // Get the inner map. const innerMap = mapElement.innerMap; @@ -19,17 +20,17 @@ async function initMap() { innerMap.setOptions({ mapTypeControl: true, mapTypeControlOptions: { - style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR, - position: google.maps.ControlPosition.BLOCK_START_INLINE_CENTER, + style: MapTypeControlStyle.HORIZONTAL_BAR, + position: ControlPosition.BLOCK_START_INLINE_CENTER, }, zoomControl: true, zoomControlOptions: { - position: google.maps.ControlPosition.INLINE_START_BLOCK_CENTER, + position: ControlPosition.INLINE_START_BLOCK_CENTER, }, scaleControl: true, streetViewControl: true, streetViewControlOptions: { - position: google.maps.ControlPosition.INLINE_START_BLOCK_START, + position: ControlPosition.INLINE_START_BLOCK_START, }, fullscreenControl: true, }); diff --git a/samples/control-positioning/package.json b/samples/control-positioning/package.json index c7b530759..2df0f27f4 100644 --- a/samples/control-positioning/package.json +++ b/samples/control-positioning/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-positioning", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-positioning && bash ../app.sh control-positioning && bash ../docs.sh control-positioning && npm run build:vite --workspace=. && bash ../dist.sh control-positioning", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-replacement/package.json b/samples/control-replacement/package.json index 9bf3e8079..2aa4514be 100644 --- a/samples/control-replacement/package.json +++ b/samples/control-replacement/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-replacement", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-replacement && bash ../app.sh control-replacement && bash ../docs.sh control-replacement && npm run build:vite --workspace=. && bash ../dist.sh control-replacement", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/control-simple/package.json b/samples/control-simple/package.json index 24bfcc541..c84ac2111 100644 --- a/samples/control-simple/package.json +++ b/samples/control-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/control-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh control-simple && bash ../app.sh control-simple && bash ../docs.sh control-simple && npm run build:vite --workspace=. && bash ../dist.sh control-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/dds-datasets-point/index.ts b/samples/dds-datasets-point/index.ts index ef8c91740..2b0c16b02 100644 --- a/samples/dds-datasets-point/index.ts +++ b/samples/dds-datasets-point/index.ts @@ -8,7 +8,7 @@ const mapElement = document.querySelector('gmp-map')!; let innerMap; // [START maps_dds_datasets_point_style_function] -function setStyle(/* FeatureStyleFunctionOptions */ params) { +function setStyle(params) { // [START maps_dds_datasets_point_style_get_features] // Get the dataset feature, so we can work with all of its attributes. const datasetFeature = params.feature; @@ -22,60 +22,60 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { // Apply styles. Fill is primary fur color, stroke is secondary fur color. switch (furColors) { case 'Black+': - return /* FeatureStyleOptions */ { + return { fillColor: 'black', pointRadius: 8, }; break; case 'Cinnamon+': - return /* FeatureStyleOptions */ { + return { fillColor: '#8b0000', pointRadius: 8, }; break; case 'Cinnamon+Gray': - return /* FeatureStyleOptions */ { + return { fillColor: '#8b0000', strokeColor: 'gray', pointRadius: 6, }; break; case 'Cinnamon+White': - return /* FeatureStyleOptions */ { + return { fillColor: '#8b0000', strokeColor: 'white', pointRadius: 6, }; break; case 'Gray+': - return /* FeatureStyleOptions */ { + return { fillColor: 'gray', pointRadius: 8, }; break; case 'Gray+Cinnamon': - return /* FeatureStyleOptions */ { + return { fillColor: 'gray', strokeColor: '#8b0000', pointRadius: 6, }; break; case 'Gray+Cinnamon, White': - return /* FeatureStyleOptions */ { + return { fillColor: 'silver', strokeColor: '#8b0000', pointRadius: 6, }; break; case 'Gray+White': - return /* FeatureStyleOptions */ { + return { fillColor: 'gray', strokeColor: 'white', pointRadius: 6, }; break; default: // Color not defined. - return /* FeatureStyleOptions */ { + return { fillColor: 'yellow', pointRadius: 8, }; diff --git a/samples/dds-datasets-point/package.json b/samples/dds-datasets-point/package.json index 80314d7e9..dbe1f090c 100644 --- a/samples/dds-datasets-point/package.json +++ b/samples/dds-datasets-point/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/dds-datasets-point", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh dds-datasets-point && bash ../app.sh dds-datasets-point && bash ../docs.sh dds-datasets-point && npm run build:vite --workspace=. && bash ../dist.sh dds-datasets-point", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/dds-datasets-polygon-click/index.ts b/samples/dds-datasets-polygon-click/index.ts index 432e6142e..96f0bed10 100644 --- a/samples/dds-datasets-polygon-click/index.ts +++ b/samples/dds-datasets-polygon-click/index.ts @@ -12,7 +12,7 @@ let datasetLayer; // [START maps_dds_datasets_polygon_click_eventhandler] // Note, 'globalid' is an attribute in this Dataset. -function handleClick(/* MouseEvent */ e) { +function handleClick(e) { if (e.features) { lastClickedFeatureIds = e.features.map( (f) => f.datasetAttributes['globalid'] @@ -21,7 +21,7 @@ function handleClick(/* MouseEvent */ e) { datasetLayer.style = applyStyle; } -function handleMouseMove(/* MouseEvent */ e) { +function handleMouseMove(e) { if (e.features) { lastInteractedFeatureIds = e.features.map( (f) => f.datasetAttributes['globalid'] @@ -82,7 +82,7 @@ const styleMouseMove = { strokeWeight: 4.0, }; -function applyStyle(/* FeatureStyleFunctionOptions */ params) { +function applyStyle(params) { const datasetFeature = params.feature; // Note, 'globalid' is an attribute in this dataset. diff --git a/samples/dds-datasets-polygon-click/package.json b/samples/dds-datasets-polygon-click/package.json index 3b76c62ca..f7fb6bdfc 100644 --- a/samples/dds-datasets-polygon-click/package.json +++ b/samples/dds-datasets-polygon-click/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/dds-datasets-polygon-click", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh dds-datasets-polygon-click && bash ../app.sh dds-datasets-polygon-click && bash ../docs.sh dds-datasets-polygon-click && npm run build:vite --workspace=. && bash ../dist.sh dds-datasets-polygon-click", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/dds-datasets-polygon-colors/index.ts b/samples/dds-datasets-polygon-colors/index.ts index 3f3407694..7e35ced96 100644 --- a/samples/dds-datasets-polygon-colors/index.ts +++ b/samples/dds-datasets-polygon-colors/index.ts @@ -8,14 +8,14 @@ const mapElement = document.querySelector('gmp-map')!; let innerMap; // [START maps_dds_datasets_polygon_colors_style_function] -function setStyle(/* FeatureStyleFunctionOptions */ params) { +function setStyle(params) { const datasetFeature = params.feature; // 'typecategory' is an attribute in this Dataset. const typeCategory = datasetFeature.datasetAttributes['typecategory']; switch (typeCategory) { case 'Undeveloped': // Color undeveloped areas blue. - return /* FeatureStyleOptions */ { + return { strokeColor: 'blue', strokeWeight: 2, strokeOpacity: 1, @@ -24,7 +24,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { }; break; case 'Parkway': // Color historical house sites red. - return /* FeatureStyleOptions */ { + return { strokeColor: 'red', strokeWeight: 2, strokeOpacity: 1, @@ -33,7 +33,7 @@ function setStyle(/* FeatureStyleFunctionOptions */ params) { }; break; default: // Color other type categories green. - return /* FeatureStyleOptions */ { + return { strokeColor: 'green', strokeWeight: 2, strokeOpacity: 1, diff --git a/samples/dds-datasets-polygon-colors/package.json b/samples/dds-datasets-polygon-colors/package.json index 9256f4a58..93f4c8c07 100644 --- a/samples/dds-datasets-polygon-colors/package.json +++ b/samples/dds-datasets-polygon-colors/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/dds-datasets-polygon-colors", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh dds-datasets-polygon-colors && bash ../app.sh dds-datasets-polygon-colors && bash ../docs.sh dds-datasets-polygon-colors && npm run build:vite --workspace=. && bash ../dist.sh dds-datasets-polygon-colors", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/dds-datasets-polygon/package.json b/samples/dds-datasets-polygon/package.json index a6ec9af65..f5d57db39 100644 --- a/samples/dds-datasets-polygon/package.json +++ b/samples/dds-datasets-polygon/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/dds-datasets-polygon", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh dds-datasets-polygon && bash ../app.sh dds-datasets-polygon && bash ../docs.sh dds-datasets-polygon && npm run build:vite --workspace=. && bash ../dist.sh dds-datasets-polygon", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/dds-datasets-polyline/package.json b/samples/dds-datasets-polyline/package.json index 236492b82..6500ca4da 100644 --- a/samples/dds-datasets-polyline/package.json +++ b/samples/dds-datasets-polyline/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/dds-datasets-polyline", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh dds-datasets-polyline && bash ../app.sh dds-datasets-polyline && bash ../docs.sh dds-datasets-polyline && npm run build:vite --workspace=. && bash ../dist.sh dds-datasets-polyline", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/dds-region-viewer/package.json b/samples/dds-region-viewer/package.json index 45361ba37..0ae7c0abd 100644 --- a/samples/dds-region-viewer/package.json +++ b/samples/dds-region-viewer/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/dds-region-viewer", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh dds-region-viewer && bash ../app.sh dds-region-viewer && bash ../docs.sh dds-region-viewer && npm run build:vite --workspace=. && bash ../dist.sh dds-region-viewer", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-arclayer/package.json b/samples/deckgl-arclayer/package.json index 7f141ff9f..a75477269 100644 --- a/samples/deckgl-arclayer/package.json +++ b/samples/deckgl-arclayer/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-arclayer", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-arclayer && bash ../app.sh deckgl-arclayer && bash ../docs.sh deckgl-arclayer && npm run build:vite --workspace=. && bash ../dist.sh deckgl-arclayer", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-heatmap/package.json b/samples/deckgl-heatmap/package.json index ec4bc1f1f..c87e290c7 100644 --- a/samples/deckgl-heatmap/package.json +++ b/samples/deckgl-heatmap/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-heatmap", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-heatmap && bash ../app.sh deckgl-heatmap && bash ../docs.sh deckgl-heatmap && npm run build:vite --workspace=. && bash ../dist.sh deckgl-heatmap", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-kml-updated/package.json b/samples/deckgl-kml-updated/package.json index 3edc97dd4..746589aa7 100644 --- a/samples/deckgl-kml-updated/package.json +++ b/samples/deckgl-kml-updated/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-kml-updated", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-kml-updated && bash ../app.sh deckgl-kml-updated && bash ../docs.sh deckgl-kml-updated && npm run build:vite --workspace=. && bash ../dist.sh deckgl-kml-updated", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite", "start": "vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-kml/package.json b/samples/deckgl-kml/package.json index 26cfd1988..76ed2e2e6 100644 --- a/samples/deckgl-kml/package.json +++ b/samples/deckgl-kml/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-kml", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-kml && bash ../app.sh deckgl-kml && bash ../docs.sh deckgl-kml && npm run build:vite --workspace=. && bash ../dist.sh deckgl-kml", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite", "start": "vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-points/package.json b/samples/deckgl-points/package.json index 4761145b8..adf14356f 100644 --- a/samples/deckgl-points/package.json +++ b/samples/deckgl-points/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-points", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-points && bash ../app.sh deckgl-points && bash ../docs.sh deckgl-points && npm run build:vite --workspace=. && bash ../dist.sh deckgl-points", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-polygon/package.json b/samples/deckgl-polygon/package.json index 5ba7d38e4..a2f1abbd8 100644 --- a/samples/deckgl-polygon/package.json +++ b/samples/deckgl-polygon/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-polygon", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-polygon && bash ../app.sh deckgl-polygon && bash ../docs.sh deckgl-polygon && npm run build:vite --workspace=. && bash ../dist.sh deckgl-polygon", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/deckgl-tripslayer/package.json b/samples/deckgl-tripslayer/package.json index e3227b6b5..bdf13ee7d 100644 --- a/samples/deckgl-tripslayer/package.json +++ b/samples/deckgl-tripslayer/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/deckgl-tripslayer", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh deckgl-tripslayer && bash ../app.sh deckgl-tripslayer && bash ../docs.sh deckgl-tripslayer && npm run build:vite --workspace=. && bash ../dist.sh deckgl-tripslayer", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/docs.sh b/samples/docs.sh index cf6a53fef..e1921b8ab 100644 --- a/samples/docs.sh +++ b/samples/docs.sh @@ -7,8 +7,6 @@ echo ">>>Running docs.sh" # Copy static documentation files as part of the build process. NAME=$1 # The name of the folder, taken from package.json "build" line. -# /Users/[USERNAME]/git/js-api-samples/samples - SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" # Script directory (/samples) PROJECT_ROOT=$(dirname "$SCRIPT_DIR") # Get the parent directory (js-api-samples) DIST_DIR="${PROJECT_ROOT}/dist" diff --git a/samples/event-arguments/index.ts b/samples/event-arguments/index.ts index 551bb7ddf..ce4f5d173 100644 --- a/samples/event-arguments/index.ts +++ b/samples/event-arguments/index.ts @@ -19,7 +19,7 @@ async function initMap() { } function placeMarkerAndPanTo(latLng: google.maps.LatLng, map: google.maps.Map) { - new google.maps.marker.AdvancedMarkerElement({ + new AdvancedMarkerElement({ position: latLng, map: map, }); diff --git a/samples/event-arguments/package.json b/samples/event-arguments/package.json index 18a70e3ed..b4d8a84e5 100644 --- a/samples/event-arguments/package.json +++ b/samples/event-arguments/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/event-arguments", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh event-arguments && bash ../app.sh event-arguments && bash ../docs.sh event-arguments && npm run build:vite --workspace=. && bash ../dist.sh event-arguments", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/event-click-latlng/package.json b/samples/event-click-latlng/package.json index 9216ff691..386a36ca5 100644 --- a/samples/event-click-latlng/package.json +++ b/samples/event-click-latlng/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/event-click-latlng", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh event-click-latlng && bash ../app.sh event-click-latlng && bash ../docs.sh event-click-latlng && npm run build:vite --workspace=. && bash ../dist.sh event-click-latlng", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/event-closure/index.ts b/samples/event-closure/index.ts index 801ed17f4..ec332c33a 100644 --- a/samples/event-closure/index.ts +++ b/samples/event-closure/index.ts @@ -32,7 +32,7 @@ async function initMap() { const latSpan = bounds.north - bounds.south; for (let i = 0; i < secretMessages.length; ++i) { - const marker = new google.maps.marker.AdvancedMarkerElement({ + const marker = new AdvancedMarkerElement({ position: { lat: bounds.south + latSpan * Math.random(), lng: bounds.west + lngSpan * Math.random(), diff --git a/samples/event-closure/package.json b/samples/event-closure/package.json index 4ba07ab57..e016d406f 100644 --- a/samples/event-closure/package.json +++ b/samples/event-closure/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/event-closure", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh event-closure && bash ../app.sh event-closure && bash ../docs.sh event-closure && npm run build:vite --workspace=. && bash ../dist.sh event-closure", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/event-poi/package.json b/samples/event-poi/package.json index 1f408f092..0f27f18b2 100644 --- a/samples/event-poi/package.json +++ b/samples/event-poi/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/event-poi", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh event-poi && bash ../app.sh event-poi && bash ../docs.sh event-poi && npm run build:vite --workspace=. && bash ../dist.sh event-poi", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/event-properties/package.json b/samples/event-properties/package.json index 080cf08cb..dd3977852 100644 --- a/samples/event-properties/package.json +++ b/samples/event-properties/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/event-properties", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh event-properties && bash ../app.sh event-properties && bash ../docs.sh event-properties && npm run build:vite --workspace=. && bash ../dist.sh event-properties", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/event-simple/index.ts b/samples/event-simple/index.ts index d1ec0e51f..8b77716e3 100644 --- a/samples/event-simple/index.ts +++ b/samples/event-simple/index.ts @@ -18,7 +18,7 @@ async function initMap() { const center = mapElement.center; - const marker = new google.maps.marker.AdvancedMarkerElement({ + const marker = new AdvancedMarkerElement({ position: center, map: innerMap, title: 'Click to zoom', diff --git a/samples/event-simple/package.json b/samples/event-simple/package.json index dcc224e6a..38dab69dd 100644 --- a/samples/event-simple/package.json +++ b/samples/event-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/event-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh event-simple && bash ../app.sh event-simple && bash ../docs.sh event-simple && npm run build:vite --workspace=. && bash ../dist.sh event-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/geocoding-component-restriction/index.ts b/samples/geocoding-component-restriction/index.ts index 941cdc166..cd7c03ebe 100644 --- a/samples/geocoding-component-restriction/index.ts +++ b/samples/geocoding-component-restriction/index.ts @@ -35,7 +35,7 @@ function geocodeAddress(geocoder: google.maps.Geocoder, map: google.maps.Map) { }) .then(({ results }) => { map.setCenter(results[0].geometry.location); - new google.maps.marker.AdvancedMarkerElement({ + new AdvancedMarkerElement({ map, position: results[0].geometry.location, }); diff --git a/samples/geocoding-component-restriction/package.json b/samples/geocoding-component-restriction/package.json index 42b3dc5bf..cce03670d 100644 --- a/samples/geocoding-component-restriction/package.json +++ b/samples/geocoding-component-restriction/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/geocoding-component-restriction", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh geocoding-component-restriction && bash ../app.sh geocoding-component-restriction && bash ../docs.sh geocoding-component-restriction && npm run build:vite --workspace=. && bash ../dist.sh geocoding-component-restriction", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/geocoding-place-id/index.ts b/samples/geocoding-place-id/index.ts index 354f4f7f9..02b61cc77 100644 --- a/samples/geocoding-place-id/index.ts +++ b/samples/geocoding-place-id/index.ts @@ -41,7 +41,7 @@ function geocodePlaceId( map.setZoom(11); map.setCenter(results[0].geometry.location); - const marker = new google.maps.marker.AdvancedMarkerElement({ + const marker = new AdvancedMarkerElement({ map, position: results[0].geometry.location, }); diff --git a/samples/geocoding-place-id/package.json b/samples/geocoding-place-id/package.json index e510811a7..d7404d86d 100644 --- a/samples/geocoding-place-id/package.json +++ b/samples/geocoding-place-id/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/geocoding-place-id", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh geocoding-place-id && bash ../app.sh geocoding-place-id && bash ../docs.sh geocoding-place-id && npm run build:vite --workspace=. && bash ../dist.sh geocoding-place-id", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/geocoding-region-es/index.ts b/samples/geocoding-region-es/index.ts index d4c53f8fa..c490dd66d 100644 --- a/samples/geocoding-region-es/index.ts +++ b/samples/geocoding-region-es/index.ts @@ -22,7 +22,7 @@ async function initMap(): Promise { const position = response.results[0].geometry.location; innerMap.setCenter(position); - new google.maps.marker.AdvancedMarkerElement({ + new AdvancedMarkerElement({ map: innerMap, position, }); diff --git a/samples/geocoding-region-es/package.json b/samples/geocoding-region-es/package.json index 23b2e9ee8..4779ac123 100644 --- a/samples/geocoding-region-es/package.json +++ b/samples/geocoding-region-es/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/geocoding-region-es", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh geocoding-region-es && bash ../app.sh geocoding-region-es && bash ../docs.sh geocoding-region-es && npm run build:vite --workspace=. && bash ../dist.sh geocoding-region-es", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/geocoding-region-us/index.ts b/samples/geocoding-region-us/index.ts index 1f74f8a3d..59a60272b 100644 --- a/samples/geocoding-region-us/index.ts +++ b/samples/geocoding-region-us/index.ts @@ -22,7 +22,7 @@ async function initMap(): Promise { const position = response.results[0].geometry.location; innerMap.setCenter(position); - new google.maps.marker.AdvancedMarkerElement({ + new AdvancedMarkerElement({ map: innerMap, position, }); diff --git a/samples/geocoding-region-us/package.json b/samples/geocoding-region-us/package.json index 654dc3fa7..1192a9ac0 100644 --- a/samples/geocoding-region-us/package.json +++ b/samples/geocoding-region-us/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/geocoding-region-us", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh geocoding-region-us && bash ../app.sh geocoding-region-us && bash ../docs.sh geocoding-region-us && npm run build:vite --workspace=. && bash ../dist.sh geocoding-region-us", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/geocoding-reverse/package.json b/samples/geocoding-reverse/package.json index f8a1c325e..e9a9b4212 100644 --- a/samples/geocoding-reverse/package.json +++ b/samples/geocoding-reverse/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/geocoding-reverse", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh geocoding-reverse && bash ../app.sh geocoding-reverse && bash ../docs.sh geocoding-reverse && npm run build:vite --workspace=. && bash ../dist.sh geocoding-reverse", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/geocoding-simple/index.ts b/samples/geocoding-simple/index.ts index 11975f45e..e5566040a 100644 --- a/samples/geocoding-simple/index.ts +++ b/samples/geocoding-simple/index.ts @@ -14,12 +14,17 @@ let response; async function initMap() { // Request the needed libraries. - const [{ Map, InfoWindow }, { Geocoder }, { AdvancedMarkerElement }] = - await Promise.all([ - google.maps.importLibrary('maps'), - google.maps.importLibrary('geocoding'), - google.maps.importLibrary('marker'), - ]); + const [ + { Map, InfoWindow }, + { Geocoder }, + { AdvancedMarkerElement }, + { ControlPosition }, + ] = await Promise.all([ + google.maps.importLibrary('maps'), + google.maps.importLibrary('geocoding'), + google.maps.importLibrary('marker'), + google.maps.importLibrary('core'), + ]); // Get the gmp-map element. mapElement = document.querySelector('gmp-map')!; @@ -32,7 +37,7 @@ async function initMap() { mapTypeControl: false, fullscreenControl: false, cameraControlOptions: { - position: google.maps.ControlPosition.INLINE_START_BLOCK_END, + position: ControlPosition.INLINE_START_BLOCK_END, }, draggableCursor: 'crosshair', }); @@ -47,7 +52,7 @@ async function initMap() { ) as HTMLDivElement; response = document.getElementById('response') as HTMLPreElement; - marker = new google.maps.marker.AdvancedMarkerElement({}); + marker = new AdvancedMarkerElement({}); innerMap.addListener('click', (e: google.maps.MapMouseEvent) => { geocode({ location: e.latLng }); diff --git a/samples/geocoding-simple/package.json b/samples/geocoding-simple/package.json index d7daabaee..6193a7b3a 100644 --- a/samples/geocoding-simple/package.json +++ b/samples/geocoding-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/geocoding-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh geocoding-simple && bash ../app.sh geocoding-simple && bash ../docs.sh geocoding-simple && npm run build:vite --workspace=. && bash ../dist.sh geocoding-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/hiding-features/package.json b/samples/hiding-features/package.json index 9bd5a2e16..3e3fcf65d 100644 --- a/samples/hiding-features/package.json +++ b/samples/hiding-features/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/hiding-features", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh hiding-features && bash ../app.sh hiding-features && bash ../docs.sh hiding-features && npm run build:vite --workspace=. && bash ../dist.sh hiding-features", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/infowindow-simple/index.ts b/samples/infowindow-simple/index.ts index 5c528f30f..96624d62d 100644 --- a/samples/infowindow-simple/index.ts +++ b/samples/infowindow-simple/index.ts @@ -53,7 +53,7 @@ async function initMap(): Promise { }); // Create the marker. - const marker = new google.maps.marker.AdvancedMarkerElement({ + const marker = new AdvancedMarkerElement({ position: center, map: innerMap, title: 'Uluru (Ayers Rock)', diff --git a/samples/infowindow-simple/package.json b/samples/infowindow-simple/package.json index 412080f24..a18c0ce09 100644 --- a/samples/infowindow-simple/package.json +++ b/samples/infowindow-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/infowindow-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh infowindow-simple && bash ../app.sh infowindow-simple && bash ../docs.sh infowindow-simple && npm run build:vite --workspace=. && bash ../dist.sh infowindow-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/js-api-loader-map/package.json b/samples/js-api-loader-map/package.json index 849cc8b6c..f3a22430c 100644 --- a/samples/js-api-loader-map/package.json +++ b/samples/js-api-loader-map/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Demonstrates loading the Google Maps JavaScript API dynamically using @googlemaps/js-api-loader.", "scripts": { - "build": "tsc && bash ../jsfiddle.sh js-api-loader-map && bash ../docs.sh js-api-loader-map && npm run build:vite --workspace=. && bash ../dist.sh js-api-loader-map", + "build": "bash ../build-single.sh", "test": "tsc", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/jsfiddle.sh b/samples/jsfiddle.sh index 21f8b6942..57d0e1792 100644 --- a/samples/jsfiddle.sh +++ b/samples/jsfiddle.sh @@ -42,39 +42,37 @@ if [ -d "src" ] && [ "$(ls -A src)" ]; then cp -r src/* "${DOCS_DIR}/" fi +pushd "${DIST_DIR}/samples/${NAME}/jsfiddle" + # Remove region tags from files by type, since they all have different comment conventions. # We use a conditional here since sed behaves differently on Linux. echo "Remove region tags from ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.js" -if [[ "$OSTYPE" == "darwin"* ]]; then - sed -i "" "s/\/\/ \[START .*]//g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.js" - sed -i "" "s/\/\/ \[END .*]//g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.js" -elif [[ "$OSTYPE" == "linux-gnu"* ]]; then - sed -i "s/\/\/ \[START.*]//g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.js" - sed -i "s/\/\/ \[END.*]//g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.js" -fi + sed -i.sed-back "s/\/\/ \[START .*]//g" "demo.js" && rm *.sed-back + sed -i.sed-back "s/\/\/ \[END .*]//g" "demo.js" && rm *.sed-back + echo "Remove region tags from ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.html" -if [[ "$OSTYPE" == "darwin"* ]]; then - sed -i "" "s///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.html" - sed -i "" "s///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.html" -elif [[ "$OSTYPE" == "linux-gnu"* ]]; then - sed -i "s///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.html" - sed -i "s///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.html" -fi + sed -i.sed-back "s///g" "demo.html" && rm *.sed-back + sed -i.sed-back "s///g" "demo.html" && rm *.sed-back + echo "Remove region tags from ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.css" -if [[ "$OSTYPE" == "darwin"* ]]; then - sed -i "" "s/\/\* \[START maps_.*] \*\///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.css" - sed -i "" "s/\/\* \[END maps_.*] \*\///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.css" -elif [[ "$OSTYPE" == "linux-gnu"* ]]; then - sed -i "s/\/\* \[START maps_.*] \*\///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.css" - sed -i "s/\/\* \[END maps_.*] \*\///g" "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.css" +sed -i.sed-back "s/\/\* \[START maps_.*] \*\///g" "demo.css" && rm *.sed-back +sed -i.sed-back "s/\/\* \[END maps_.*] \*\///g" "demo.css" && rm *.sed-back + +# after that other cleanup, re-run prettier to remove excess newlines +npx prettier -w . --ignore-path /dev/null + +grep -r -e "\[START" -e "\[END" . +if [[ $? -eq 0 ]]; then + echo "Region tags leaked into ${DIST_DIR}/samples/${NAME}/jsfiddle/" + exit 1 fi # Generate demo.details. echo "Generate ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.details" -touch "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.details" -cat > "${DIST_DIR}/samples/${NAME}/jsfiddle/demo.details" << EOF +touch "demo.details" +cat > "demo.details" << EOF name: ${NAME} authors: - Geo Developer IX Documentation Team @@ -83,3 +81,5 @@ tags: load_type: h description: Sample code supporting Google Maps Platform JavaScript API documentation. EOF + +popd \ No newline at end of file diff --git a/samples/layer-data-event/package.json b/samples/layer-data-event/package.json index b0848a4e6..c2dbbeeab 100644 --- a/samples/layer-data-event/package.json +++ b/samples/layer-data-event/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/layer-data-event", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh layer-data-event && bash ../app.sh layer-data-event && bash ../docs.sh layer-data-event && npm run build:vite --workspace=. && bash ../dist.sh layer-data-event", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/layer-data-quakes-red/package.json b/samples/layer-data-quakes-red/package.json index ec9a7d8bd..9c06608cf 100644 --- a/samples/layer-data-quakes-red/package.json +++ b/samples/layer-data-quakes-red/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/layer-data-quakes-red", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh layer-data-quakes-red && bash ../app.sh layer-data-quakes-red && bash ../docs.sh layer-data-quakes-red && npm run build:vite --workspace=. && bash ../dist.sh layer-data-quakes-red", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/layer-data-quakes-simple/package.json b/samples/layer-data-quakes-simple/package.json index 5e0193d6f..fbd68a731 100644 --- a/samples/layer-data-quakes-simple/package.json +++ b/samples/layer-data-quakes-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/layer-data-quakes-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh layer-data-quakes-simple && bash ../app.sh layer-data-quakes-simple && bash ../docs.sh layer-data-quakes-simple && npm run build:vite --workspace=. && bash ../dist.sh layer-data-quakes-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/layer-data-simple/package.json b/samples/layer-data-simple/package.json index e29c81d43..a04172db2 100644 --- a/samples/layer-data-simple/package.json +++ b/samples/layer-data-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/layer-data-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh layer-data-simple && bash ../app.sh layer-data-simple && bash ../docs.sh layer-data-simple && npm run build:vite --workspace=. && bash ../dist.sh layer-data-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/layer-data-style/package.json b/samples/layer-data-style/package.json index 77ab819c5..0f57ab503 100644 --- a/samples/layer-data-style/package.json +++ b/samples/layer-data-style/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/layer-data-style", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh layer-data-style && bash ../app.sh layer-data-style && bash ../docs.sh layer-data-style && npm run build:vite --workspace=. && bash ../dist.sh layer-data-style", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/map-events/package.json b/samples/map-events/package.json index 862adfedd..839775ec4 100644 --- a/samples/map-events/package.json +++ b/samples/map-events/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/map-events", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh map-events && bash ../app.sh map-events && bash ../docs.sh map-events && npm run build:vite --workspace=. && bash ../dist.sh map-events", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/map-projection-simple/package.json b/samples/map-projection-simple/package.json index 88e8a927a..7cbda300d 100644 --- a/samples/map-projection-simple/package.json +++ b/samples/map-projection-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/map-projection-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh map-projection-simple && bash ../app.sh map-projection-simple && bash ../docs.sh map-projection-simple && npm run build:vite --workspace=. && bash ../dist.sh map-projection-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/map-simple-js/package.json b/samples/map-simple-js/package.json index a699f461e..ab96efdc7 100644 --- a/samples/map-simple-js/package.json +++ b/samples/map-simple-js/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/map-simple-js", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh map-simple-js && bash ../app.sh map-simple-js && bash ../docs.sh map-simple-js && npm run build:vite --workspace=. && bash ../dist.sh map-simple-js", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/map-simple/package.json b/samples/map-simple/package.json index 03be3eca9..3b7d405c6 100644 --- a/samples/map-simple/package.json +++ b/samples/map-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/map-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh map-simple && bash ../app.sh map-simple && bash ../docs.sh map-simple && npm run build:vite --workspace=. && bash ../dist.sh map-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-autocomplete-basic-map/index.ts b/samples/place-autocomplete-basic-map/index.ts index 0288c0035..cdbbbe870 100644 --- a/samples/place-autocomplete-basic-map/index.ts +++ b/samples/place-autocomplete-basic-map/index.ts @@ -38,8 +38,7 @@ async function initMap(): Promise { const advancedMarkerElement: google.maps.marker.AdvancedMarkerElement = new AdvancedMarkerElement({ map: map, - collisionBehavior: - google.maps.CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL, + collisionBehavior: 'REQUIRED_AND_HIDES_OPTIONAL', }); // Create an InfoWindow to hold the place details component. diff --git a/samples/place-autocomplete-basic-map/package.json b/samples/place-autocomplete-basic-map/package.json index 8d295e91d..097af36a4 100644 --- a/samples/place-autocomplete-basic-map/package.json +++ b/samples/place-autocomplete-basic-map/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-autocomplete-basic-map", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-autocomplete-basic-map && bash ../app.sh place-autocomplete-basic-map && bash ../docs.sh place-autocomplete-basic-map && npm run build:vite --workspace=. && bash ../dist.sh place-autocomplete-basic-map", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-autocomplete-data-session/package.json b/samples/place-autocomplete-data-session/package.json index 9783cda24..53220cb42 100644 --- a/samples/place-autocomplete-data-session/package.json +++ b/samples/place-autocomplete-data-session/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-autocomplete-data-session", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-autocomplete-data-session && bash ../app.sh place-autocomplete-data-session && bash ../docs.sh place-autocomplete-data-session && npm run build:vite --workspace=. && bash ../dist.sh place-autocomplete-data-session", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-autocomplete-data-simple/package.json b/samples/place-autocomplete-data-simple/package.json index 8816dec14..4707e4e34 100644 --- a/samples/place-autocomplete-data-simple/package.json +++ b/samples/place-autocomplete-data-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-autocomplete-data-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-autocomplete-data-simple && bash ../app.sh place-autocomplete-data-simple && bash ../docs.sh place-autocomplete-data-simple && npm run build:vite --workspace=. && bash ../dist.sh place-autocomplete-data-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-autocomplete-element/package.json b/samples/place-autocomplete-element/package.json index 6b1784950..e74c66072 100644 --- a/samples/place-autocomplete-element/package.json +++ b/samples/place-autocomplete-element/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-autocomplete-element", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-autocomplete-element && bash ../app.sh place-autocomplete-element && bash ../docs.sh place-autocomplete-element && npm run build:vite --workspace=. && bash ../dist.sh place-autocomplete-element", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index 041e617a8..2b3c6a1d0 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -30,7 +30,7 @@ async function initMap(): Promise { }); // Create the marker and infowindow. - marker = new google.maps.marker.AdvancedMarkerElement({ + marker = new AdvancedMarkerElement({ map: innerMap, }); diff --git a/samples/place-autocomplete-map/package.json b/samples/place-autocomplete-map/package.json index 76beace89..8ccbd263d 100644 --- a/samples/place-autocomplete-map/package.json +++ b/samples/place-autocomplete-map/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-autocomplete-map", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-autocomplete-map && bash ../app.sh place-autocomplete-map && bash ../docs.sh place-autocomplete-map && npm run build:vite --workspace=. && bash ../dist.sh place-autocomplete-map", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-class/package.json b/samples/place-class/package.json index c4b334e36..78deb01d7 100644 --- a/samples/place-class/package.json +++ b/samples/place-class/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-class", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-class && bash ../app.sh place-class && bash ../docs.sh place-class && npm run build:vite --workspace=. && bash ../dist.sh place-class", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-nearby-search/package.json b/samples/place-nearby-search/package.json index 2d6f27154..dad30f1f3 100644 --- a/samples/place-nearby-search/package.json +++ b/samples/place-nearby-search/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-nearby-search", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-nearby-search && bash ../app.sh place-nearby-search && bash ../docs.sh place-nearby-search && npm run build:vite --workspace=. && bash ../dist.sh place-nearby-search", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-photos/package.json b/samples/place-photos/package.json index 6b47f1c64..918ab0fe3 100644 --- a/samples/place-photos/package.json +++ b/samples/place-photos/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-photos", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-photos && bash ../app.sh place-photos && bash ../docs.sh place-photos && npm run build:vite --workspace=. && bash ../dist.sh place-photos", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-reviews/package.json b/samples/place-reviews/package.json index c71e19315..e712c3129 100644 --- a/samples/place-reviews/package.json +++ b/samples/place-reviews/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-reviews", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-reviews && bash ../app.sh place-reviews && bash ../docs.sh place-reviews && npm run build:vite --workspace=. && bash ../dist.sh place-reviews", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/place-text-search/index.ts b/samples/place-text-search/index.ts index 89e4ace48..cc8368c85 100644 --- a/samples/place-text-search/index.ts +++ b/samples/place-text-search/index.ts @@ -11,6 +11,7 @@ let infoWindow; async function initMap() { const { Map, InfoWindow } = await google.maps.importLibrary('maps'); + const { ControlPosition } = await google.maps.importLibrary('core'); const center = { lat: 37.4161493, lng: -122.0812166 }; map = new Map(document.getElementById('map') as HTMLElement, { @@ -25,7 +26,7 @@ async function initMap() { 'text-input-button' ) as HTMLButtonElement; const card = document.getElementById('text-input-card') as HTMLElement; - map.controls[google.maps.ControlPosition.TOP_LEFT].push(card); + map.controls[ControlPosition.TOP_LEFT].push(card); textInputButton.addEventListener('click', () => { findPlaces(textInput.value); diff --git a/samples/place-text-search/package.json b/samples/place-text-search/package.json index 88fdfcb47..3d4f14f09 100644 --- a/samples/place-text-search/package.json +++ b/samples/place-text-search/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/place-text-search", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh place-text-search && bash ../app.sh place-text-search && bash ../docs.sh place-text-search && npm run build:vite --workspace=. && bash ../dist.sh place-text-search", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/places-autocomplete-addressform/package.json b/samples/places-autocomplete-addressform/package.json index 4bffcba69..550e59d58 100644 --- a/samples/places-autocomplete-addressform/package.json +++ b/samples/places-autocomplete-addressform/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/places-autocomplete-addressform", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh places-autocomplete-addressform && bash ../app.sh places-autocomplete-addressform && bash ../docs.sh places-autocomplete-addressform && npm run build:vite --workspace=. && bash ../dist.sh places-autocomplete-addressform", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index dffd75701..e07248755 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -47,8 +47,7 @@ async function initMap(): Promise { const marker = new AdvancedMarkerElement({ map: map, - collisionBehavior: - google.maps.CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL, + collisionBehavior: 'REQUIRED_AND_HIDES_OPTIONAL', gmpClickable: true, }); diff --git a/samples/places-placeid-finder/package.json b/samples/places-placeid-finder/package.json index 3d894d3d2..ffff3b07f 100644 --- a/samples/places-placeid-finder/package.json +++ b/samples/places-placeid-finder/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/places-placeid-finder", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh places-placeid-finder && bash ../app.sh places-placeid-finder && bash ../docs.sh places-placeid-finder && npm run build:vite --workspace=. && bash ../dist.sh places-placeid-finder", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 646446f57..1987feda5 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -41,7 +41,7 @@ async function initMap() { path.push(latLng); // Add a new marker at the new plotted point on the polyline. - new google.maps.marker.AdvancedMarkerElement({ + new AdvancedMarkerElement({ position: latLng, title: '#' + path.getLength(), map: innerMap, diff --git a/samples/polyline-complex/package.json b/samples/polyline-complex/package.json index f7374773c..7ba38c865 100644 --- a/samples/polyline-complex/package.json +++ b/samples/polyline-complex/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/polyline-complex", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh polyline-complex && bash ../app.sh polyline-complex && bash ../docs.sh polyline-complex && npm run build:vite --workspace=. && bash ../dist.sh polyline-complex", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/polyline-remove/package.json b/samples/polyline-remove/package.json index 5a6e830c6..6bb8d713d 100644 --- a/samples/polyline-remove/package.json +++ b/samples/polyline-remove/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/polyline-remove", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh polyline-remove && bash ../app.sh polyline-remove && bash ../docs.sh polyline-remove && npm run build:vite --workspace=. && bash ../dist.sh polyline-remove", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/polyline-simple/package.json b/samples/polyline-simple/package.json index 3e0eecda8..84a92f0de 100644 --- a/samples/polyline-simple/package.json +++ b/samples/polyline-simple/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/polyline-simple", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh polyline-simple && bash ../app.sh polyline-simple && bash ../docs.sh polyline-simple && npm run build:vite --workspace=. && bash ../dist.sh polyline-simple", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/react-docs.sh b/samples/react-docs.sh index 8bdb87c4c..cb73da297 100755 --- a/samples/react-docs.sh +++ b/samples/react-docs.sh @@ -7,8 +7,6 @@ echo ">>>Running react-docs.sh" # Copy static documentation files as part of the build process. NAME=$1 # The name of the folder, taken from package.json "build" line. -# /Users/[USERNAME]/git/js-api-samples/samples - SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" # Script directory (/samples) PROJECT_ROOT=$(dirname "$SCRIPT_DIR") # Get the parent directory (js-api-samples) DIST_DIR="${PROJECT_ROOT}/dist" diff --git a/samples/react-ui-kit-place-details-compact/package.json b/samples/react-ui-kit-place-details-compact/package.json index a95b4d814..57ba3373c 100644 --- a/samples/react-ui-kit-place-details-compact/package.json +++ b/samples/react-ui-kit-place-details-compact/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "build": "tsc && bash ../react-docs.sh react-ui-kit-place-details-compact && npm run build:vite --workspace=. && bash ../dist.sh react-ui-kit-place-details-compact", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/react-ui-kit-place-details-latlng-compact/package.json b/samples/react-ui-kit-place-details-latlng-compact/package.json index bd5acf036..456aeb8eb 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/package.json +++ b/samples/react-ui-kit-place-details-latlng-compact/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "build": "tsc && bash ../react-docs.sh react-ui-kit-place-details-latlng-compact && npm run build:vite --workspace=. && bash ../dist.sh react-ui-kit-place-details-latlng-compact", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/react-ui-kit-place-details-latlng/package.json b/samples/react-ui-kit-place-details-latlng/package.json index 5f372e339..960f25fd5 100644 --- a/samples/react-ui-kit-place-details-latlng/package.json +++ b/samples/react-ui-kit-place-details-latlng/package.json @@ -4,7 +4,7 @@ "type": "module", "scripts": { - "build": "tsc && bash ../react-docs.sh react-ui-kit-place-details-latlng && npm run build:vite --workspace=. && bash ../dist.sh react-ui-kit-place-details-latlng", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/react-ui-kit-place-details/package.json b/samples/react-ui-kit-place-details/package.json index 5c707f0ac..859133775 100644 --- a/samples/react-ui-kit-place-details/package.json +++ b/samples/react-ui-kit-place-details/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "build": "tsc && bash ../react-docs.sh react-ui-kit-place-details && npm run build:vite --workspace=. && bash ../dist.sh react-ui-kit-place-details", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/react-ui-kit-search-nearby/package.json b/samples/react-ui-kit-search-nearby/package.json index 630a8f453..bc40cca90 100644 --- a/samples/react-ui-kit-search-nearby/package.json +++ b/samples/react-ui-kit-search-nearby/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "build": "tsc && bash ../react-docs.sh react-ui-kit-search-nearby && npm run build:vite --workspace=. && bash ../dist.sh react-ui-kit-search-nearby", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/react-ui-kit-search-text/package.json b/samples/react-ui-kit-search-text/package.json index 417bf1022..f4faea4b4 100644 --- a/samples/react-ui-kit-search-text/package.json +++ b/samples/react-ui-kit-search-text/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "build": "tsc && bash ../react-docs.sh react-ui-kit-search-text && npm run build:vite --workspace=. && bash ../dist.sh react-ui-kit-search-text", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/rectangle-event/package.json b/samples/rectangle-event/package.json index 873ae1af7..4547f588a 100644 --- a/samples/rectangle-event/package.json +++ b/samples/rectangle-event/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/rectangle-event", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh rectangle-event && bash ../app.sh rectangle-event && bash ../docs.sh rectangle-event && npm run build:vite --workspace=. && bash ../dist.sh rectangle-event", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/routes-compute-routes/package.json b/samples/routes-compute-routes/package.json index 2afedb694..442dc546a 100644 --- a/samples/routes-compute-routes/package.json +++ b/samples/routes-compute-routes/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/routes-compute-routes", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh routes-compute-routes && bash ../app.sh routes-compute-routes && bash ../docs.sh routes-compute-routes && npm run build:vite --workspace=. && bash ../dist.sh routes-compute-routes", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/routes-get-alternatives/package.json b/samples/routes-get-alternatives/package.json index 390186e95..7dcb301a3 100644 --- a/samples/routes-get-alternatives/package.json +++ b/samples/routes-get-alternatives/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/routes-get-alternatives", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh routes-get-alternatives && bash ../app.sh routes-get-alternatives && bash ../docs.sh routes-get-alternatives && npm run build:vite --workspace=. && bash ../dist.sh routes-get-alternatives", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/routes-get-directions-panel/package.json b/samples/routes-get-directions-panel/package.json index 05e55e9f1..ebc300e40 100644 --- a/samples/routes-get-directions-panel/package.json +++ b/samples/routes-get-directions-panel/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/routes-get-directions-panel", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh routes-get-directions-panel && bash ../app.sh routes-get-directions-panel && bash ../docs.sh routes-get-directions-panel && npm run build:vite --workspace=. && bash ../dist.sh routes-get-directions-panel", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/routes-get-directions/package.json b/samples/routes-get-directions/package.json index bea7cb8eb..7bafdcdef 100644 --- a/samples/routes-get-directions/package.json +++ b/samples/routes-get-directions/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/routes-get-directions", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh routes-get-directions && bash ../app.sh routes-get-directions && bash ../docs.sh routes-get-directions && npm run build:vite --workspace=. && bash ../dist.sh routes-get-directions", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/routes-markers/package.json b/samples/routes-markers/package.json index edb83f864..3303c9cfd 100644 --- a/samples/routes-markers/package.json +++ b/samples/routes-markers/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/routes-markers", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh routes-markers && bash ../app.sh routes-markers && bash ../docs.sh routes-markers && npm run build:vite --workspace=. && bash ../dist.sh routes-markers", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/routes-route-matrix/package.json b/samples/routes-route-matrix/package.json index b31a0f827..95a1534ce 100644 --- a/samples/routes-route-matrix/package.json +++ b/samples/routes-route-matrix/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/routes-route-matrix", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh routes-route-matrix && bash ../app.sh routes-route-matrix && bash ../docs.sh routes-route-matrix && npm run build:vite --workspace=. && bash ../dist.sh routes-route-matrix", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/streetview-overlays/package.json b/samples/streetview-overlays/package.json index 5cd9c5d6d..c87944251 100644 --- a/samples/streetview-overlays/package.json +++ b/samples/streetview-overlays/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/streetview-overlays", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh streetview-overlays && bash ../app.sh streetview-overlays && bash ../docs.sh streetview-overlays && npm run build:vite --workspace=. && bash ../dist.sh streetview-overlays", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/test-example/package.json b/samples/test-example/package.json index b319e8c44..af8934876 100644 --- a/samples/test-example/package.json +++ b/samples/test-example/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/test-example", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh test-example && bash ../app.sh test-example && bash ../docs.sh test-example && npm run build:vite --workspace=. && bash ../dist.sh test-example", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/ui-kit-place-details-compact/index.ts b/samples/ui-kit-place-details-compact/index.ts index 04c9e8356..a843aa6eb 100644 --- a/samples/ui-kit-place-details-compact/index.ts +++ b/samples/ui-kit-place-details-compact/index.ts @@ -29,8 +29,7 @@ async function initMap(): Promise { }); await window.customElements.whenDefined('gmp-advanced-marker'); - marker.collisionBehavior = - google.maps.CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL; + marker.collisionBehavior = 'REQUIRED_AND_HIDES_OPTIONAL'; const infoWindow = new InfoWindow(); infoWindow.addListener('close', () => { diff --git a/samples/ui-kit-place-details-compact/package.json b/samples/ui-kit-place-details-compact/package.json index 4e7ba9867..9394d6ba4 100644 --- a/samples/ui-kit-place-details-compact/package.json +++ b/samples/ui-kit-place-details-compact/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/ui-kit-place-details-compact", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh ui-kit-place-details-compact && bash ../app.sh ui-kit-place-details-compact && bash ../docs.sh ui-kit-place-details-compact && npm run build:vite --workspace=. && bash ../dist.sh ui-kit-place-details-compact", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/ui-kit-place-details/index.ts b/samples/ui-kit-place-details/index.ts index 15b4d49a1..17fa4cadc 100644 --- a/samples/ui-kit-place-details/index.ts +++ b/samples/ui-kit-place-details/index.ts @@ -31,8 +31,7 @@ async function initMap(): Promise { map.innerMap.panTo(placeDetails.place.location); map.innerMap.setZoom(16); // Set zoom after panning if needed marker.position = placeDetails.place.location; - marker.collisionBehavior = - google.maps.CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL; + marker.collisionBehavior = 'REQUIRED_AND_HIDES_OPTIONAL'; marker.style.display = 'block'; } }; diff --git a/samples/ui-kit-place-details/package.json b/samples/ui-kit-place-details/package.json index 4aa81d595..385931996 100644 --- a/samples/ui-kit-place-details/package.json +++ b/samples/ui-kit-place-details/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/ui-kit-place-details", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh ui-kit-place-details && bash ../app.sh ui-kit-place-details && bash ../docs.sh ui-kit-place-details && npm run build:vite --workspace=. && bash ../dist.sh ui-kit-place-details", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/ui-kit-place-search-nearby/index.ts b/samples/ui-kit-place-search-nearby/index.ts index fda268346..633eff04d 100644 --- a/samples/ui-kit-place-search-nearby/index.ts +++ b/samples/ui-kit-place-search-nearby/index.ts @@ -99,8 +99,7 @@ async function addMarkers() { const marker = new AdvancedMarkerElement({ map: map.innerMap, position: place.location, - collisionBehavior: - google.maps.CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL, + collisionBehavior: 'REQUIRED_AND_HIDES_OPTIONAL', }); markers.set(place.id, marker); diff --git a/samples/ui-kit-place-search-nearby/package.json b/samples/ui-kit-place-search-nearby/package.json index bb44b2855..7d603636d 100644 --- a/samples/ui-kit-place-search-nearby/package.json +++ b/samples/ui-kit-place-search-nearby/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/ui-kit-place-search-nearby-nearby", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh ui-kit-place-search-nearby && bash ../app.sh ui-kit-place-search-nearby && bash ../docs.sh ui-kit-place-search-nearby && npm run build:vite --workspace=. && bash ../dist.sh ui-kit-place-search-nearby", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/ui-kit-place-search-text/index.ts b/samples/ui-kit-place-search-text/index.ts index 5b3946a47..9d9f7e91f 100644 --- a/samples/ui-kit-place-search-text/index.ts +++ b/samples/ui-kit-place-search-text/index.ts @@ -109,8 +109,7 @@ async function addMarkers() { const marker = new AdvancedMarkerElement({ map: map.innerMap, position: place.location, - collisionBehavior: - google.maps.CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL, + collisionBehavior: 'REQUIRED_AND_HIDES_OPTIONAL', }); markers.set(place.id, marker); diff --git a/samples/ui-kit-place-search-text/package.json b/samples/ui-kit-place-search-text/package.json index 65f449b88..a2212156f 100644 --- a/samples/ui-kit-place-search-text/package.json +++ b/samples/ui-kit-place-search-text/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/ui-kit-place-search-text", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh ui-kit-place-search-text && bash ../app.sh ui-kit-place-search-text && bash ../docs.sh ui-kit-place-search-text && npm run build:vite --workspace=. && bash ../dist.sh ui-kit-place-search-text", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/weather-api-current-compact/package.json b/samples/weather-api-current-compact/package.json index 1b782adaf..20f065021 100644 --- a/samples/weather-api-current-compact/package.json +++ b/samples/weather-api-current-compact/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/weather-api-current-compact", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh weather-api-current-compact && bash ../app.sh weather-api-current-compact && bash ../docs.sh weather-api-current-compact && npm run build:vite --workspace=. && bash ../dist.sh weather-api-current-compact", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "vite --port 5173", "build:vite": "vite build --base './'", diff --git a/samples/web-components-events/package.json b/samples/web-components-events/package.json index 91e619b93..4fd7985cf 100644 --- a/samples/web-components-events/package.json +++ b/samples/web-components-events/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/web-components-events", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh web-components-events && bash ../app.sh web-components-events && bash ../docs.sh web-components-events && npm run build:vite --workspace=. && bash ../dist.sh web-components-events", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/web-components-map/package.json b/samples/web-components-map/package.json index 0311efd05..e7570025e 100644 --- a/samples/web-components-map/package.json +++ b/samples/web-components-map/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/web-components-map", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh web-components-map && bash ../app.sh web-components-map && bash ../docs.sh web-components-map && npm run build:vite --workspace=. && bash ../dist.sh web-components-map", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", diff --git a/samples/web-components-markers/index.ts b/samples/web-components-markers/index.ts index e34d7316d..04fcfd430 100644 --- a/samples/web-components-markers/index.ts +++ b/samples/web-components-markers/index.ts @@ -10,6 +10,7 @@ async function initMap() { console.log('Maps JavaScript API loaded.'); } + // [END maps_web_components_markers_initmap] initMap(); // [END maps_web_components_markers] diff --git a/samples/web-components-markers/package.json b/samples/web-components-markers/package.json index ef46297cc..ee628f50e 100644 --- a/samples/web-components-markers/package.json +++ b/samples/web-components-markers/package.json @@ -2,7 +2,7 @@ "name": "@js-api-samples/web-components-markers", "version": "1.0.0", "scripts": { - "build": "tsc && bash ../jsfiddle.sh web-components-markers && bash ../app.sh web-components-markers && bash ../docs.sh web-components-markers && npm run build:vite --workspace=. && bash ../dist.sh web-components-markers", + "build": "bash ../build-single.sh", "test": "tsc && npm run build:vite --workspace=.", "start": "tsc && vite build --base './' && vite", "build:vite": "vite build --base './'", From 7948ddcbbb879a2fc6918b8aed87bfda55cd55ed Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 19:42:48 -0700 Subject: [PATCH 19/20] more google.maps.* removal --- package.json | 4 ++-- samples/ai-powered-summaries/index.ts | 2 +- samples/boundaries-choropleth/index.ts | 2 +- samples/boundaries-click/index.ts | 8 +++----- samples/boundaries-simple/index.ts | 2 +- samples/boundaries-text-search/index.ts | 2 +- samples/build-single.sh | 14 ++++++++++---- samples/circle-simple/index.ts | 7 ++++--- samples/event-click-latlng/index.ts | 5 +++-- samples/event-closure/index.ts | 6 +++--- samples/event-poi/index.ts | 19 +++++++++++-------- samples/event-properties/index.ts | 6 +++--- .../geocoding-component-restriction/index.ts | 2 +- samples/geocoding-place-id/index.ts | 12 ++++++------ samples/geocoding-region-es/index.ts | 2 +- samples/geocoding-region-us/index.ts | 2 +- samples/geocoding-reverse/index.ts | 14 +++++++------- samples/geocoding-simple/index.ts | 9 ++++----- samples/infowindow-simple/index.ts | 6 +++--- samples/jsfiddle.sh | 14 ++++++++------ samples/map-projection-simple/index.ts | 11 ++++------- samples/place-autocomplete-basic-map/index.ts | 4 ++-- samples/place-autocomplete-element/index.ts | 4 +--- samples/place-autocomplete-map/index.ts | 9 +++++---- samples/place-reviews/index.ts | 2 +- samples/place-text-search/index.ts | 2 +- samples/places-placeid-finder/index.ts | 18 +++++++++--------- samples/polyline-complex/index.ts | 2 +- samples/polyline-remove/index.ts | 2 +- samples/polyline-simple/index.ts | 2 +- samples/rectangle-event/index.ts | 4 ++-- samples/routes-route-matrix/index.ts | 6 ++++-- samples/streetview-overlays/index.ts | 6 +++--- samples/weather-api-current-compact/index.ts | 6 +++--- samples/web-components-events/index.ts | 6 +++--- 35 files changed, 115 insertions(+), 107 deletions(-) diff --git a/package.json b/package.json index fcafb7af0..2376cf893 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "Samples for the Google Maps JavaScript API.", "scripts": { - "build-all": "npm run clean && npm run build-all-fail-on-errors && npm run generate-index", - "build-all-fail-on-errors": "bash samples/build-all.sh", + "build-all": "npm run clean && npm run build-all-parallel && npm run generate-index", + "build-all-parallel": "bash samples/build-all.sh", "clean": "bash samples/clean.sh", "generate-index": "bash samples/generate-index.sh" }, diff --git a/samples/ai-powered-summaries/index.ts b/samples/ai-powered-summaries/index.ts index d5efbb2e6..72d85dee3 100644 --- a/samples/ai-powered-summaries/index.ts +++ b/samples/ai-powered-summaries/index.ts @@ -38,7 +38,7 @@ async function initMap(): Promise { }); // Bind autocomplete bounds to map bounds. - google.maps.event.addListener(innerMap, 'bounds_changed', async () => { + innerMap.addListener(innerMap, 'bounds_changed', async () => { placeAutocomplete.locationRestriction = innerMap.getBounds(); }); diff --git a/samples/boundaries-choropleth/index.ts b/samples/boundaries-choropleth/index.ts index 62251ab20..73c07b4fa 100644 --- a/samples/boundaries-choropleth/index.ts +++ b/samples/boundaries-choropleth/index.ts @@ -16,7 +16,7 @@ async function initMap() { const innerMap = mapElement.innerMap; const featureLayer = innerMap.getFeatureLayer( - google.maps.FeatureType.ADMINISTRATIVE_AREA_LEVEL_1 + 'ADMINISTRATIVE_AREA_LEVEL_1' ); // [START maps_boundaries_choropleth_style_function] diff --git a/samples/boundaries-click/index.ts b/samples/boundaries-click/index.ts index 9aaf2323e..fc8e3d6da 100644 --- a/samples/boundaries-click/index.ts +++ b/samples/boundaries-click/index.ts @@ -42,9 +42,7 @@ async function initMap() { // [START maps_boundaries_click_event_add_layer] // Add the feature layer. - featureLayer = innerMap.getFeatureLayer( - google.maps.FeatureType.ADMINISTRATIVE_AREA_LEVEL_2 - ); + featureLayer = innerMap.getFeatureLayer('ADMINISTRATIVE_AREA_LEVEL_2'); // Add the event listeners for the feature layer. featureLayer.addListener('click', handleClick); @@ -62,13 +60,13 @@ async function initMap() { }); // [END maps_boundaries_click_event_add_layer] - // Create the infowindow. + // Create the infoWindow. infoWindow = new InfoWindow({}); // Apply style on load, to enable clicking. featureLayer.style = applyStyle; } -// Helper function for the infowindow. +// Helper function for the infoWindow. async function createInfoWindow(event) { const feature = event.features[0]; if (!feature.placeId) return; diff --git a/samples/boundaries-simple/index.ts b/samples/boundaries-simple/index.ts index 527f6692f..c706a209d 100644 --- a/samples/boundaries-simple/index.ts +++ b/samples/boundaries-simple/index.ts @@ -24,7 +24,7 @@ async function initMap() { // [START maps_boundaries_simple_get_layer] // Get the feature layer. - featureLayer = innerMap.getFeatureLayer(google.maps.FeatureType.LOCALITY); + featureLayer = innerMap.getFeatureLayer('LOCALITY'); // [END maps_boundaries_simple_get_layer] // [START maps_boundaries_simple_style_single] diff --git a/samples/boundaries-text-search/index.ts b/samples/boundaries-text-search/index.ts index b23831c53..22419aebe 100644 --- a/samples/boundaries-text-search/index.ts +++ b/samples/boundaries-text-search/index.ts @@ -22,7 +22,7 @@ async function initMap() { innerMap = mapElement.innerMap; // Get the LOCALITY feature layer. - featureLayer = innerMap.getFeatureLayer(google.maps.FeatureType.LOCALITY); + featureLayer = innerMap.getFeatureLayer('LOCALITY'); findBoundary(); } diff --git a/samples/build-single.sh b/samples/build-single.sh index c3959362d..4845a150b 100644 --- a/samples/build-single.sh +++ b/samples/build-single.sh @@ -1,14 +1,20 @@ #!/bin/bash set -e -# set -x +set -x NAME=$(basename $PWD) # clean comments for empty lines, and then clean up, to preserve newlines -sed -i.sed-back 's#^$##g' *.ts && rm *.sed-back -npx tsc -sed -i.sed-back 's###g' *.ts *.js && rm *.sed-back +sed -i.sed-back 's#^$#// TMP EMPTY LINE#g' *.ts && rm *.sed-back +set +e +npx tsc +status=$? +sed -i.sed-back 's#// TMP EMPTY LINE##g' *.ts *.js && rm *.sed-back +if [[ $status -eq 0 ]]; then + echo "TS build failure!" + exit $status +fi npx prettier -w index.js --ignore-path /dev/null diff --git a/samples/circle-simple/index.ts b/samples/circle-simple/index.ts index 34b8f7d52..d3bdc6c9c 100644 --- a/samples/circle-simple/index.ts +++ b/samples/circle-simple/index.ts @@ -10,8 +10,9 @@ let innerMap; async function initMap() { // Request needed libraries. - await google.maps.importLibrary('maps'); - await google.maps.importLibrary('marker'); + const { Circle } = await google.maps.importLibrary('maps'); + const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); + // Get the gmp-map element. const mapElement = document.querySelector('gmp-map')!; @@ -25,7 +26,7 @@ async function initMap() { const buttons = document.querySelectorAll('input[name="radius"]'); // Create the circle. - const walkingCircle = new google.maps.Circle({ + const walkingCircle = new Circle({ strokeColor: '#ffdd00ff', strokeOpacity: 0.8, strokeWeight: 2, diff --git a/samples/event-click-latlng/index.ts b/samples/event-click-latlng/index.ts index e923dcd5f..91a6a876b 100644 --- a/samples/event-click-latlng/index.ts +++ b/samples/event-click-latlng/index.ts @@ -8,6 +8,7 @@ async function initMap() { // Request needed libraries. await google.maps.importLibrary('maps'); + const { InfoWindow } = await google.maps.importLibrary('maps'); // Set up the map. const mapElement = document.querySelector('gmp-map')!; @@ -17,7 +18,7 @@ async function initMap() { const position = innerMap.getCenter(); // Create the initial InfoWindow. - let infoWindow = new google.maps.InfoWindow({ + let infoWindow = new InfoWindow({ content: 'Click the map to get Lat/Lng!', position, }); @@ -31,7 +32,7 @@ async function initMap() { infoWindow.close(); // Create a new InfoWindow. - infoWindow = new google.maps.InfoWindow({ + infoWindow = new InfoWindow({ position: mapsMouseEvent.latLng, }); infoWindow.setContent( diff --git a/samples/event-closure/index.ts b/samples/event-closure/index.ts index ec332c33a..0e635cdfc 100644 --- a/samples/event-closure/index.ts +++ b/samples/event-closure/index.ts @@ -25,7 +25,7 @@ async function initMap() { // Add 5 markers to map at random locations. // For each of these markers, give them a title with their index, and when - // they are clicked they should open an infowindow with text from a secret + // they are clicked they should open an infoWindow with text from a secret // message. const secretMessages = ['This', 'is', 'the', 'secret', 'message']; const lngSpan = bounds.east - bounds.west; @@ -50,12 +50,12 @@ function attachSecretMessage( marker: google.maps.marker.AdvancedMarkerElement, secretMessage: string ) { - const infowindow = new google.maps.InfoWindow({ + const infoWindow = new InfoWindow({ content: secretMessage, }); marker.addListener('gmp-click', () => { - infowindow.open(marker.map, marker); + infoWindow.open(marker.map, marker); }); } diff --git a/samples/event-poi/index.ts b/samples/event-poi/index.ts index 7d87644d6..aec54b0f6 100644 --- a/samples/event-poi/index.ts +++ b/samples/event-poi/index.ts @@ -9,7 +9,8 @@ let innerMap; async function initMap() { // Request the needed libraries. - await google.maps.importLibrary('maps'); + google.maps.importLibrary('core'); // preload + const { InfoWindow } = await google.maps.importLibrary('maps'); // Retrieve the map element. const mapElement = document.querySelector('gmp-map')!; @@ -18,7 +19,7 @@ async function initMap() { innerMap = mapElement.innerMap; // Create the initial info window. - const infowindow = new google.maps.InfoWindow({}); + const infoWindow = new InfoWindow({}); // Add a listener for click events on the map. innerMap.addListener('click', (event) => { @@ -27,10 +28,10 @@ async function initMap() { // If the event has a placeId, show the info window. if (isIconMouseEvent(event) && event.placeId) { - showInfoWindow(event, infowindow); + showInfoWindow(event, infoWindow); } else { // Close the info window if there is no placeId. - infowindow.close(); + infoWindow.close(); } }); } @@ -38,8 +39,10 @@ async function initMap() { // Helper function to show the info window. async function showInfoWindow( event: google.maps.IconMouseEvent, - infowindow: google.maps.InfoWindow + infoWindow: google.maps.InfoWindow ) { + const { Size } = await google.maps.importLibrary('core'); + // Retrieve the place details for the selected POI. const place = await getPlaceDetails(event.placeId); @@ -58,15 +61,15 @@ async function showInfoWindow( name.textContent = place.displayName || ''; // Update info window options. - infowindow.setOptions({ + infoWindow.setOptions({ position: event.latLng, - pixelOffset: new google.maps.Size(0, -30), + pixelOffset: new Size(0, -30), headerContent: name, content: content, }); innerMap.panTo(event.latLng); - infowindow.open(innerMap); + infoWindow.open(innerMap); } // Helper function to get place details. diff --git a/samples/event-properties/index.ts b/samples/event-properties/index.ts index a112a3056..c0a1e2ea5 100644 --- a/samples/event-properties/index.ts +++ b/samples/event-properties/index.ts @@ -12,15 +12,15 @@ async function initMap() { const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; - const infowindow = new google.maps.InfoWindow({ + const infoWindow = new InfoWindow({ content: 'Change the zoom level', position: mapElement.center, }); - infowindow.open(innerMap); + infoWindow.open(innerMap); innerMap.addListener('zoom_changed', () => { - infowindow.setContent('Zoom: ' + innerMap.getZoom()!); + infoWindow.setContent('Zoom: ' + innerMap.getZoom()!); }); } diff --git a/samples/geocoding-component-restriction/index.ts b/samples/geocoding-component-restriction/index.ts index cd7c03ebe..a00f6b735 100644 --- a/samples/geocoding-component-restriction/index.ts +++ b/samples/geocoding-component-restriction/index.ts @@ -12,7 +12,7 @@ async function initMap(): Promise { google.maps.importLibrary('geocoding'), ]); - const geocoder = new google.maps.Geocoder(); + const geocoder = new Geocoder(); const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; diff --git a/samples/geocoding-place-id/index.ts b/samples/geocoding-place-id/index.ts index 02b61cc77..6bdcebf00 100644 --- a/samples/geocoding-place-id/index.ts +++ b/samples/geocoding-place-id/index.ts @@ -14,13 +14,13 @@ async function initMap(): Promise { const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); - const infowindow = new google.maps.InfoWindow(); + const geocoder = new Geocoder(); + const infoWindow = new InfoWindow(); (document.getElementById('submit') as HTMLElement).addEventListener( 'click', () => { - geocodePlaceId(geocoder, innerMap, infowindow); + geocodePlaceId(geocoder, innerMap, infoWindow); } ); } @@ -29,7 +29,7 @@ async function initMap(): Promise { function geocodePlaceId( geocoder: google.maps.Geocoder, map: google.maps.Map, - infowindow: google.maps.InfoWindow + infoWindow: google.maps.InfoWindow ) { const placeId = (document.getElementById('place-id') as HTMLInputElement) .value; @@ -46,8 +46,8 @@ function geocodePlaceId( position: results[0].geometry.location, }); - infowindow.setContent(results[0].formatted_address); - infowindow.open(map, marker); + infoWindow.setContent(results[0].formatted_address); + infoWindow.open(map, marker); } else { window.alert('No results found'); } diff --git a/samples/geocoding-region-es/index.ts b/samples/geocoding-region-es/index.ts index c490dd66d..40ab72bff 100644 --- a/samples/geocoding-region-es/index.ts +++ b/samples/geocoding-region-es/index.ts @@ -14,7 +14,7 @@ async function initMap(): Promise { const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); + const geocoder = new Geocoder(); geocoder .geocode({ address: 'Toledo' }) diff --git a/samples/geocoding-region-us/index.ts b/samples/geocoding-region-us/index.ts index 59a60272b..2d8217f01 100644 --- a/samples/geocoding-region-us/index.ts +++ b/samples/geocoding-region-us/index.ts @@ -14,7 +14,7 @@ async function initMap(): Promise { const mapElement = document.querySelector('gmp-map')!; const innerMap = mapElement.innerMap; - const geocoder = new google.maps.Geocoder(); + const geocoder = new Geocoder(); geocoder .geocode({ address: 'Toledo' }) diff --git a/samples/geocoding-reverse/index.ts b/samples/geocoding-reverse/index.ts index b0862d0fe..ba9def9b3 100644 --- a/samples/geocoding-reverse/index.ts +++ b/samples/geocoding-reverse/index.ts @@ -42,27 +42,27 @@ async function initMap() { marker.anchorTop = '40px'; const geocoder = new Geocoder(); - const infowindow = new InfoWindow(); + const infoWindow = new InfoWindow(); // Add a click event listener to the submit button. submitButton.addEventListener('click', () => { - geocodeLatLng(geocoder, innerMap, infowindow); + geocodeLatLng(geocoder, innerMap, infoWindow); }); // Add a click event listener to the map. innerMap.addListener('click', (event) => { latLngQuery.value = `${event.latLng.lat()}, ${event.latLng.lng()}`; - geocodeLatLng(geocoder, innerMap, infowindow); + geocodeLatLng(geocoder, innerMap, infoWindow); }); // Make an initial request upon loading. - geocodeLatLng(geocoder, innerMap, infowindow); + geocodeLatLng(geocoder, innerMap, infoWindow); } async function geocodeLatLng( geocoder: google.maps.Geocoder, map: google.maps.Map, - infowindow: google.maps.InfoWindow + infoWindow: google.maps.InfoWindow ) { const input = (document.getElementById('latlng') as HTMLInputElement).value; const latlngStr = input.split(',', 2); @@ -77,8 +77,8 @@ async function geocodeLatLng( if (response.results[0]) { marker.position = latlng; map.setCenter(latlng); - infowindow.setContent(response.results[0].formatted_address); - infowindow.open(map, marker); + infoWindow.setContent(response.results[0].formatted_address); + infoWindow.open(map, marker); } else { window.alert('No results found'); } diff --git a/samples/geocoding-simple/index.ts b/samples/geocoding-simple/index.ts index e5566040a..67ed34d30 100644 --- a/samples/geocoding-simple/index.ts +++ b/samples/geocoding-simple/index.ts @@ -15,7 +15,7 @@ let response; async function initMap() { // Request the needed libraries. const [ - { Map, InfoWindow }, + { Map }, { Geocoder }, { AdvancedMarkerElement }, { ControlPosition }, @@ -42,7 +42,7 @@ async function initMap() { draggableCursor: 'crosshair', }); - geocoder = new google.maps.Geocoder(); + geocoder = new Geocoder(); const inputText = document.getElementById('address') as HTMLInputElement; const submitButton = document.getElementById('submit') as HTMLInputElement; @@ -77,15 +77,14 @@ async function clear() { // [START maps_geocoding_simple_request] async function geocode(request: google.maps.GeocoderRequest) { clear(); + const { LatLng } = await google.maps.importLibrary('core'); geocoder .geocode(request) .then((result) => { const { results } = result; innerMap.setCenter(results[0].geometry.location); - marker.position = new google.maps.LatLng( - results[0].geometry.location - ); + marker.position = new LatLng(results[0].geometry.location); mapElement.append(marker); responseDiv.style.display = 'block'; response.innerText = JSON.stringify(result, null, 2); diff --git a/samples/infowindow-simple/index.ts b/samples/infowindow-simple/index.ts index 96624d62d..fe7745f22 100644 --- a/samples/infowindow-simple/index.ts +++ b/samples/infowindow-simple/index.ts @@ -45,7 +45,7 @@ async function initMap(): Promise { content.appendChild(link); // Create the info window. - const infowindow = new google.maps.InfoWindow({ + const infoWindow = new InfoWindow({ headerContent: heading, content: content, ariaLabel: 'Uluru', @@ -61,14 +61,14 @@ async function initMap(): Promise { }); // Open the info window when the map loads. - infowindow.open({ + infoWindow.open({ anchor: marker, map: innerMap, }); // Open the info window when the marker is clicked. marker.addEventListener('gmp-click', () => { - infowindow.open({ + infoWindow.open({ anchor: marker, map: innerMap, }); diff --git a/samples/jsfiddle.sh b/samples/jsfiddle.sh index 57d0e1792..8eb7724ac 100644 --- a/samples/jsfiddle.sh +++ b/samples/jsfiddle.sh @@ -47,18 +47,20 @@ pushd "${DIST_DIR}/samples/${NAME}/jsfiddle" # Remove region tags from files by type, since they all have different comment conventions. # We use a conditional here since sed behaves differently on Linux. echo "Remove region tags from ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.js" - sed -i.sed-back "s/\/\/ \[START .*]//g" "demo.js" && rm *.sed-back - sed -i.sed-back "s/\/\/ \[END .*]//g" "demo.js" && rm *.sed-back +sed -i.sed-back "s#// \[START .*]##g" "demo.js" && rm *.sed-back +sed -i.sed-back "s#// \[END .*]##g" "demo.js" && rm *.sed-back +sed -i.sed-back "s#/\* \[START .*] \*/##g" "demo.js" && rm *.sed-back +sed -i.sed-back "s#/\* \[END .*] \*/##g" "demo.js" && rm *.sed-back echo "Remove region tags from ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.html" - sed -i.sed-back "s///g" "demo.html" && rm *.sed-back - sed -i.sed-back "s///g" "demo.html" && rm *.sed-back +sed -i.sed-back "s///g" "demo.html" && rm *.sed-back +sed -i.sed-back "s///g" "demo.html" && rm *.sed-back echo "Remove region tags from ${DIST_DIR}/samples/${NAME}/jsfiddle/demo.css" -sed -i.sed-back "s/\/\* \[START maps_.*] \*\///g" "demo.css" && rm *.sed-back -sed -i.sed-back "s/\/\* \[END maps_.*] \*\///g" "demo.css" && rm *.sed-back +sed -i.sed-back "s#/\* \[START maps_.*] \*/##g" "demo.css" && rm *.sed-back +sed -i.sed-back "s#/\* \[END maps_.*] \*/##g" "demo.css" && rm *.sed-back # after that other cleanup, re-run prettier to remove excess newlines npx prettier -w . --ignore-path /dev/null diff --git a/samples/map-projection-simple/index.ts b/samples/map-projection-simple/index.ts index 448aed631..db4daf014 100644 --- a/samples/map-projection-simple/index.ts +++ b/samples/map-projection-simple/index.ts @@ -55,7 +55,7 @@ function initGallPeters() { const GALL_PETERS_RANGE_Y = 512; // Fetch Gall-Peters tiles stored locally on our server. - gallPetersMapType = new google.maps.ImageMapType({ + gallPetersMapType = new ImageMapType({ getTileUrl: function (coord, zoom) { const scale = 1 << zoom; @@ -69,10 +69,7 @@ function initGallPeters() { return 'gall-peters_' + zoom + '_' + x + '_' + y + '.png'; }, - tileSize: new google.maps.Size( - GALL_PETERS_RANGE_X, - GALL_PETERS_RANGE_Y - ), + tileSize: new Size(GALL_PETERS_RANGE_X, GALL_PETERS_RANGE_Y), minZoom: 0, maxZoom: 1, name: 'Gall-Peters', @@ -82,7 +79,7 @@ function initGallPeters() { gallPetersMapType.projection = { fromLatLngToPoint: function (latLng) { const latRadians = (latLng.lat() * Math.PI) / 180; - return new google.maps.Point( + return new Point( GALL_PETERS_RANGE_X * (0.5 + latLng.lng() / 360), GALL_PETERS_RANGE_Y * (0.5 - 0.5 * Math.sin(latRadians)) ); @@ -91,7 +88,7 @@ function initGallPeters() { const x = point.x / GALL_PETERS_RANGE_X; const y = Math.max(0, Math.min(1, point.y / GALL_PETERS_RANGE_Y)); - return new google.maps.LatLng( + return new LatLng( (Math.asin(1 - 2 * y) * 180) / Math.PI, -180 + 360 * x, noWrap diff --git a/samples/place-autocomplete-basic-map/index.ts b/samples/place-autocomplete-basic-map/index.ts index cdbbbe870..59101cadc 100644 --- a/samples/place-autocomplete-basic-map/index.ts +++ b/samples/place-autocomplete-basic-map/index.ts @@ -46,7 +46,7 @@ async function initMap(): Promise { minWidth: 360, disableAutoPan: true, headerDisabled: true, - pixelOffset: new google.maps.Size(0, -10), + pixelOffset: new Size(0, -10), }); // [START maps_place_autocomplete_basic_map_listener] @@ -95,7 +95,7 @@ async function initMap(): Promise { const newCenter = map.getCenter(); // Update the autocomplete's location bias to a 10km radius around the new map center. - placeAutocompleteElement.locationBias = new google.maps.Circle({ + placeAutocompleteElement.locationBias = new Circle({ center: newCenter, radius: 10000, // 10km in meters. }); diff --git a/samples/place-autocomplete-element/index.ts b/samples/place-autocomplete-element/index.ts index f6e4de7db..3d265ea29 100644 --- a/samples/place-autocomplete-element/index.ts +++ b/samples/place-autocomplete-element/index.ts @@ -10,9 +10,7 @@ async function initMap(): Promise { // Request needed libraries. await google.maps.importLibrary('places'); // Create the input HTML element, and append it. - const placeAutocomplete = new google.maps.places.PlaceAutocompleteElement( - {} - ); + const placeAutocomplete = new places.PlaceAutocompleteElement({}); document.body.appendChild(placeAutocomplete); // [END maps_place_autocomplete_element_add] diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index 2b3c6a1d0..70913975c 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -13,8 +13,9 @@ let infoWindow: google.maps.InfoWindow; const center = { lat: 40.749933, lng: -73.98633 }; // New York City async function initMap(): Promise { // Request needed libraries. - await Promise.all([ + const [{ AdvancedMarkerElement }, { InfoWindow }] = await Promise.all([ google.maps.importLibrary('marker'), + google.maps.importLibrary('map'), google.maps.importLibrary('places'), ]); @@ -25,16 +26,16 @@ async function initMap(): Promise { }); // Use the bounds_changed event to restrict results to the current map bounds. - google.maps.event.addListener(innerMap, 'bounds_changed', async () => { + innerMap.addListener(innerMap, 'bounds_changed', async () => { placeAutocomplete.locationRestriction = innerMap.getBounds(); }); - // Create the marker and infowindow. + // Create the marker and infoWindow. marker = new AdvancedMarkerElement({ map: innerMap, }); - infoWindow = new google.maps.InfoWindow({}); + infoWindow = new InfoWindow({}); // [START maps_place_autocomplete_map_listener] // Add the gmp-placeselect listener, and display the results on the map. diff --git a/samples/place-reviews/index.ts b/samples/place-reviews/index.ts index 4feb6f691..87cd24ae4 100644 --- a/samples/place-reviews/index.ts +++ b/samples/place-reviews/index.ts @@ -65,7 +65,7 @@ async function initMap() { content.textContent = `No reviews were found for ${place.displayName}.`; } - // Create an infowindow to display the review. + // Create an infoWindow to display the review. infoWindow = new InfoWindow({ content, ariaLabel: place.displayName, diff --git a/samples/place-text-search/index.ts b/samples/place-text-search/index.ts index cc8368c85..9e0f42f50 100644 --- a/samples/place-text-search/index.ts +++ b/samples/place-text-search/index.ts @@ -38,7 +38,7 @@ async function initMap() { } }); - infoWindow = new google.maps.InfoWindow(); + infoWindow = new InfoWindow(); } async function findPlaces(query) { diff --git a/samples/places-placeid-finder/index.ts b/samples/places-placeid-finder/index.ts index e07248755..ae24e206e 100644 --- a/samples/places-placeid-finder/index.ts +++ b/samples/places-placeid-finder/index.ts @@ -38,12 +38,12 @@ async function initMap(): Promise { } }); - const infowindow = new InfoWindow(); - const infowindowContent = document.getElementById( + const infoWindow = new InfoWindow(); + const infoWindowContent = document.getElementById( 'infowindow-content' ) as HTMLElement; - infowindow.setContent(infowindowContent); + infoWindow.setContent(infowindowContent); const marker = new AdvancedMarkerElement({ map: map, @@ -52,13 +52,13 @@ async function initMap(): Promise { }); marker.addEventListener('gmp-click', () => { - infowindow.open(map, marker); + infoWindow.open(map, marker); }); placeAutocomplete.addEventListener( 'gmp-select', async ({ placePrediction }: any) => { - infowindow.close(); + infoWindow.close(); const place = placePrediction.toPlace(); @@ -82,19 +82,19 @@ async function initMap(): Promise { // marker.setVisible(true); // AdvancedMarkerElement is visible by default when map and position are set. ( - infowindowContent.children.namedItem( + infoWindowContent.children.namedItem( 'place-name' ) as HTMLElement ).textContent = place.displayName as string; ( - infowindowContent.children.namedItem('place-id') as HTMLElement + infoWindowContent.children.namedItem('place-id') as HTMLElement ).textContent = place.id as string; ( - infowindowContent.children.namedItem( + infoWindowContent.children.namedItem( 'place-address' ) as HTMLElement ).textContent = place.formattedAddress as string; - infowindow.open(map, marker); + infoWindow.open(map, marker); } ); } diff --git a/samples/polyline-complex/index.ts b/samples/polyline-complex/index.ts index 1987feda5..db1bc5e04 100644 --- a/samples/polyline-complex/index.ts +++ b/samples/polyline-complex/index.ts @@ -22,7 +22,7 @@ async function initMap() { innerMap = mapElement.innerMap; - poly = new google.maps.Polyline({ + poly = new Polyline({ strokeColor: '#000000', strokeOpacity: 1.0, strokeWeight: 3, diff --git a/samples/polyline-remove/index.ts b/samples/polyline-remove/index.ts index c8059512d..a18522425 100644 --- a/samples/polyline-remove/index.ts +++ b/samples/polyline-remove/index.ts @@ -23,7 +23,7 @@ async function initMap() { { lat: -27.467, lng: 153.027 }, ]; - flightPath = new google.maps.Polyline({ + flightPath = new Polyline({ path: flightPathCoordinates, strokeColor: '#FF0000', strokeOpacity: 1.0, diff --git a/samples/polyline-simple/index.ts b/samples/polyline-simple/index.ts index 22c28a619..7925befd2 100644 --- a/samples/polyline-simple/index.ts +++ b/samples/polyline-simple/index.ts @@ -21,7 +21,7 @@ async function initMap() { { lat: -18.142, lng: 178.431 }, { lat: -27.467, lng: 153.027 }, ]; - const flightPath = new google.maps.Polyline({ + const flightPath = new Polyline({ path: flightPlanCoordinates, geodesic: true, strokeColor: '#FF0000', diff --git a/samples/rectangle-event/index.ts b/samples/rectangle-event/index.ts index 48dccaec8..3fe63b054 100644 --- a/samples/rectangle-event/index.ts +++ b/samples/rectangle-event/index.ts @@ -28,7 +28,7 @@ async function initMap(): Promise { }; // Define the rectangle and set its editable property to true. - rectangle = new google.maps.Rectangle({ + rectangle = new Rectangle({ bounds: bounds, editable: true, draggable: true, @@ -40,7 +40,7 @@ async function initMap(): Promise { rectangle.addListener('bounds_changed', showNewRect); // Define an info window on the map. - infoWindow = new google.maps.InfoWindow(); + infoWindow = new InfoWindow(); } /** Show the new coordinates for the rectangle in an info window. */ diff --git a/samples/routes-route-matrix/index.ts b/samples/routes-route-matrix/index.ts index 31b31707b..aeda4698a 100644 --- a/samples/routes-route-matrix/index.ts +++ b/samples/routes-route-matrix/index.ts @@ -16,14 +16,16 @@ async function initMap(): Promise { { Place }, { AdvancedMarkerElement, PinElement }, { RouteMatrix }, + { LatLngBounds, UnitSystem }, ] = await Promise.all([ google.maps.importLibrary('maps'), google.maps.importLibrary('places'), google.maps.importLibrary('marker'), google.maps.importLibrary('routes'), + google.maps.importLibrary('core'), ]); - const bounds = new google.maps.LatLngBounds(); + const bounds = new LatLngBounds(); map = new Map(document.getElementById('map') as HTMLElement, { zoom: 8, @@ -59,7 +61,7 @@ async function initMap(): Promise { origins, destinations, travelMode: 'DRIVING', - units: google.maps.UnitSystem.METRIC, + units: UnitSystem.METRIC, fields: ['distanceMeters', 'durationMillis', 'condition'], }; // [END maps_routes_route_matrix_request] diff --git a/samples/streetview-overlays/index.ts b/samples/streetview-overlays/index.ts index 521ac91c8..99c958215 100644 --- a/samples/streetview-overlays/index.ts +++ b/samples/streetview-overlays/index.ts @@ -33,21 +33,21 @@ async function initMap() { busIcon.src = new URL('./public/bus_icon.svg', import.meta.url).href; // Set up the markers on the map - const cafeMarker = new google.maps.Marker({ + const cafeMarker = new Marker({ position: { lat: 40.730031, lng: -73.991428 }, map: innerMap, title: 'Cafe', icon: cafeIcon.src, }); - const bankMarker = new google.maps.Marker({ + const bankMarker = new Marker({ position: { lat: 40.729681, lng: -73.991138 }, map: innerMap, title: 'Bank', icon: dollarIcon.src, }); - const busMarker = new google.maps.Marker({ + const busMarker = new Marker({ position: { lat: 40.729559, lng: -73.990741 }, map: innerMap, title: 'Bus Stop', diff --git a/samples/weather-api-current-compact/index.ts b/samples/weather-api-current-compact/index.ts index 81fa7d29a..cfa99e1d6 100644 --- a/samples/weather-api-current-compact/index.ts +++ b/samples/weather-api-current-compact/index.ts @@ -19,8 +19,8 @@ let allMarkers: google.maps.marker.AdvancedMarkerElement[] = []; // To store all let markersLoaded = false; // Flag to track if button markers are loaded async function initMap(): Promise { + google.maps.importLibrary('marker'); // preload const { Map } = await google.maps.importLibrary('maps'); - const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); map = new Map(document.getElementById('map') as HTMLElement, { center: { lat: 48.8566, lng: 2.3522 }, // Set center to Paris initially, will change based on markers @@ -117,7 +117,7 @@ async function createAndAddMarker( markerType: 'initial' | 'button' | 'dynamic' ): Promise { const { AdvancedMarkerElement } = await google.maps.importLibrary('marker'); - + const { LatLng } = await google.maps.importLibrary('core'); const weatherWidget = document.createElement( 'simple-weather-widget' ) as SimpleWeatherWidget; @@ -143,7 +143,7 @@ async function createAndAddMarker( updateWeatherDisplayForMarker( marker, weatherWidget, - new google.maps.LatLng(location.lat, location.lng) + new LatLng(location.lat, location.lng) ); // Add click listener to the marker diff --git a/samples/web-components-events/index.ts b/samples/web-components-events/index.ts index 141180c62..d55bcdc73 100644 --- a/samples/web-components-events/index.ts +++ b/samples/web-components-events/index.ts @@ -7,8 +7,8 @@ // [START maps_web_components_events] // This example adds a map using web components. async function initMap(): Promise { - await google.maps.importLibrary('maps'); - await google.maps.importLibrary('marker'); + google.maps.importLibrary('marker'); // preload + const { InfoWindow } = await google.maps.importLibrary('maps'); console.log('Maps JavaScript API loaded.'); @@ -19,7 +19,7 @@ async function initMap(): Promise { for (const advancedMarker of advancedMarkers) { customElements.whenDefined(advancedMarker.localName).then(async () => { advancedMarker.addEventListener('gmp-click', () => { - const infoWindow = new google.maps.InfoWindow({ + const infoWindow = new InfoWindow({ content: advancedMarker.title, }); From f4a54f72f25b5da64fa63beb76c2ea473ede01d9 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Mon, 4 May 2026 20:31:58 -0700 Subject: [PATCH 20/20] fix status code check do simple tests first --- .github/workflows/tests.yml | 16 ++++++++-------- samples/build-single.sh | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 135a78060..cc105f750 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -133,14 +133,6 @@ jobs: env.HAS_CHANGES == 'true' || contains(github.event.pull_request.paths.*, 'samples/generate-index.sh') - - name: Run All Playwright Tests - if: env.HAS_CHANGES == 'true' - run: npx playwright test e2e/samples.spec.ts - env: - # Pass the correct base reference for find-changes.sh when called by samples.spec.ts - GIT_BASE_REF: ${{ github.event_name == 'pull_request' && format('origin/{0}', github.base_ref) || github.event.before }} - CI: true - - name: Prettier Check if: env.HAS_CHANGES == 'true' run: npx prettier ./samples/ --check --log-level warn @@ -153,6 +145,14 @@ jobs: env: CI: true + - name: Run All Playwright Tests + if: env.HAS_CHANGES == 'true' + run: npx playwright test e2e/samples.spec.ts + env: + # Pass the correct base reference for find-changes.sh when called by samples.spec.ts + GIT_BASE_REF: ${{ github.event_name == 'pull_request' && format('origin/{0}', github.base_ref) || github.event.before }} + CI: true + - name: Upload Test Report Artifact uses: actions/upload-artifact@v4 if: failure() diff --git a/samples/build-single.sh b/samples/build-single.sh index 4845a150b..ef8e9606e 100644 --- a/samples/build-single.sh +++ b/samples/build-single.sh @@ -11,7 +11,7 @@ set +e npx tsc status=$? sed -i.sed-back 's#// TMP EMPTY LINE##g' *.ts *.js && rm *.sed-back -if [[ $status -eq 0 ]]; then +if [[ $status -ne 0 ]]; then echo "TS build failure!" exit $status fi